b7fdd2012adc031b94d3f70192fb3bdf303fbee4
[gnulib.git] / ChangeLog
1 2008-03-30  Bruno Haible  <bruno@clisp.org>
2
3         * tests/test-strtod.c: Add comments about which assertion fails on which
4         platform.
5         * doc/posix-functions/strtod.texi: Add info about many more platforms.
6
7 2008-03-30  Eric Blake  <ebb9@byu.net>
8
9         Test signbit behavior on zeros.
10         * tests/test-signbit.c (test_signbitf): Add tests for zero.
11         (test_signbitd, test_signbitl): Likewise.
12
13         More strtod touchups.
14         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
15         sign of negative underflow, for now.  Use .5, not .1.
16         * doc/posix-functions/strtod.texi (strtod): Mention these
17         limitations.
18         Reported by Jim Meyering.
19
20 2008-03-30  Bruno Haible  <bruno@clisp.org>
21
22         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
23         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
24
25 2008-03-30  Bruno Haible  <bruno@clisp.org>
26
27         Avoid failure when attempting to return empty iconv results on some
28         platforms.
29         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
30         allocation, don't report ENOMEM when the resulting string is empty.
31
32 2008-03-30  Bruno Haible  <bruno@clisp.org>
33
34         Fix buffer overrun.
35         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
36         Don't consider the width for tmp_length. Check count against tmp_length
37         before doing the padding. Ensure enough allocation during padding.
38
39 2008-03-30  Eric Blake  <ebb9@byu.net>
40
41         strtod touchups.
42         * lib/strtod.c (strtod): Avoid compiler warnings.
43         Reported by Jim Meyering.
44
45 2008-03-30  Bruno Haible  <bruno@clisp.org>
46
47         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
48         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
49         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
50         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
51         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
52         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
53         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
54         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
55
56         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
57         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
58         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
59         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
60         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
61         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
62         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
63         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
64
65         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
66         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
67         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
68         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
69         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
70         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
71         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
72         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
73
74         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
75         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
76
77         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
78         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
79
80         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
81         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
82
83         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
84         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
85         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
86
87         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
88         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
89         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
90
91         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
92         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
93         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
94
95         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
96         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
97         * modules/vasprintf (Depends-on): Add EOVERFLOW.
98
99         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
100         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
101         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
102         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
103         (Depends-on): Add EOVERFLOW.
104         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
105         (Depends-on): Add EOVERFLOW.
106         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
107         (Depends-on): Add EOVERFLOW.
108         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
109         (Depends-on): Add EOVERFLOW.
110         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
111         (Depends-on): Add EOVERFLOW.
112         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
113         (Depends-on): Add EOVERFLOW.
114         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
115         (Depends-on): Add EOVERFLOW.
116         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
117         (Depends-on): Add EOVERFLOW.
118
119         * lib/sprintf.c (EOVERFLOW): Remove fallback.
120         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
121         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
122
123         * lib/snprintf.c (EOVERFLOW): Remove fallback.
124         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
125         * modules/snprintf (Depends-on): Add EOVERFLOW.
126
127         * lib/poll.c (EOVERFLOW): Remove fallback.
128         * modules/poll (Depends-on): Add EOVERFLOW.
129
130         * lib/getugroups.c (EOVERFLOW): Remove fallback.
131         * modules/getugroups (Depends-on): Add EOVERFLOW.
132
133         * lib/getdelim.c (EOVERFLOW): Remove fallback.
134         * modules/getdelim (Depends-on): Add EOVERFLOW.
135
136         * lib/ftell.c (EOVERFLOW): Remove fallback.
137         * modules/ftell (Depends-on): Add EOVERFLOW.
138
139         * lib/fprintf.c (EOVERFLOW): Remove fallback.
140         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
141         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
142
143         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
144
145         * modules/EOVERFLOW-tests: New file.
146         * tests/test-EOVERFLOW.c: New file.
147
148         * modules/EOVERFLOW: New file.
149         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
150
151 2008-03-30  Bruno Haible  <bruno@clisp.org>
152
153         Fix bug introduced on 2007-06-10.
154         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
155         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
156
157 2008-03-30  Bruno Haible  <bruno@clisp.org>
158
159         Improve freadseek's efficiency after ungetc.
160         * lib/freadseek.c: Include freadahead.h.
161         (freadptrinc): New function, extracted from freadseek.
162         (freadseek): Use it in a loop. Use freadahead to determine the number
163         of loop iterations.
164         * modules/freadseek (Depends-on): Add freadahead.
165         (configure.ac): Require AC_C_INLINE.
166
167 2008-03-30  Bruno Haible  <bruno@clisp.org>
168
169         * lib/freadseek.c (freadseek): Don't ignore the return value of
170         freadptr.
171
172 2008-03-29  Eric Blake  <ebb9@byu.net>
173
174         Add hex float support.
175         * modules/strtod (Depends-on): Add c-ctype.
176         (Link): Mention POW_LIB.
177         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
178         whitespace between 'e' and exponent.
179         * tests/test-strtod.c (main): Enable hex float tests.
180         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
181         now provides.
182
183         Document various strtod bugs, with some fixes.
184         * doc/posix-functions/strtod.texi (strtod): Document bugs with
185         "-0x", "inf", "nan", and hex constants.
186         * doc/posix-functions/atof.texi (atof): Likewise.
187         * modules/stdlib (Makefile.am): Support strtod.
188         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
189         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
190         detect additional strtod bugs.
191         * lib/stdlib.in.h (rpl_strtod): Add declarations.
192         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
193         bool where appropriate.  Parse 'inf' and 'nan'.
194         * tests/test-strtod.c: New file.
195         * modules/strtod (Depends-on): Add stdbool, stdlib.
196         (configure.ac): Turn on module indicator.
197         * modules/strtod-tests: New module.
198
199 2008-03-29  Eric Blake  <ebb9@byu.net>
200
201         Fix ftell on mingw.
202         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
203         * modules/ftell-tests (Depends-on): Add binary-io.
204         * modules/ftello-tests (Depends-on): Likewise.
205         * tests/test-ftell.c (main): Enhance test to cover behavior after
206         ungetc.  Enforce binary mode.
207         * tests/test-ftello.c (main): Likewise.
208
209         Pass test-freadseek on cygwin.
210         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
211         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
212         ungetc buffer.
213
214         * tests/test-fflush2.c (main): Fix typo.
215
216 2008-03-29  Bruno Haible  <bruno@clisp.org>
217
218         * tests/test-fflush2.c (main): Temporarily disable the contents of
219         this test.
220         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
221         Reported by Eric Blake.
222
223 2008-03-28  Simon Josefsson  <simon@josefsson.org>
224
225         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
226         (GC_SHA224_DIGEST_SIZE): Add.
227
228         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
229         (gc_hash_digest_length): Likewise.
230         (gc_hash_buffer): Likewise.
231
232 2008-03-25  Bruno Haible  <bruno@clisp.org>
233
234         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
235         detail which gettext release to use.
236         Reported by Simon Josefsson.
237
238 2008-03-26  Jim Meyering  <meyering@redhat.com>
239
240         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
241         * modules/gnumakefile (clean-GNUmakefile): Also, use
242         test ... && ... || : syntax rather than if-then ... fi.
243
244         gnumakefile: Don't double-quote-expand $(VPATH) value.
245         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
246
247 2008-03-24  Eric Blake  <ebb9@byu.net>
248
249         Alter GNUmakefile to install into top directory.
250         * modules/maintainer-makefile: Split, and add dependency...
251         * modules/gnumakefile: to this new module.
252         * build-aux/GNUmakefile: Move...
253         * top/GNUmakefile: ...here.
254         * build-aux/maint.mk: Move...
255         * top/maint.mk: ...here.
256         * MODULES.html.sh (Support for maintaining...): Document new
257         module.
258
259 2008-03-23  Bruno Haible  <bruno@clisp.org>
260
261         * gnulib-tool: New options --vc-files, --no-vc-files.
262         (func_usage): Document them.
263         (vc_files): New variable.
264         (func_import): Consider vc_files.
265         (func_create_testdir): Set vc_files to empty.
266         Suggested by Jim Meyering and Karl Berry.
267
268 2008-03-23  Bruno Haible  <bruno@clisp.org>
269
270         Fix regex compilation error on HP-UX 11.
271         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
272         * modules/regex (Files): Add m4/mbstate_t.m4.
273         Reported by Ton Voon <ton.voon@altinity.com>.
274
275 2008-03-23  Bruno Haible  <bruno@clisp.org>
276
277         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
278
279 2008-03-23  Eric Blake  <ebb9@byu.net>
280             Bruno Haible  <bruno@clisp.org>
281
282         Install files from top/ in the destination directory.
283         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
284         augmentation also for the files from top/.
285         (func_import, func_create_testdir): Rewrite file names:
286         top/filename -> filename.
287
288 2008-03-23  Bruno Haible  <bruno@clisp.org>
289
290         Tweak "gnulib --version" output.
291         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
292
293 2008-03-23  Bruno Haible  <bruno@clisp.org>
294
295         Tweak "gnulib --version" output.
296         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
297         rather than contents of ChangeLog, when possible.
298
299 2008-03-21  Eric Blake  <ebb9@byu.net>
300
301         More --version tweaks.
302         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
303         date of last ChangeLog entry.
304
305 2008-03-21  Jim Meyering  <meyering@redhat.com>
306
307         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
308
309 2008-03-20  Eric Blake  <ebb9@byu.net>
310
311         VPATH fix.
312         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
313
314 2008-03-20  Simon Josefsson  <simon@josefsson.org>
315
316         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
317         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
318
319 2008-03-20  Eric Blake  <ebb9@byu.net>
320
321         Sync GNUmakefile with coreutils.
322         * build-aux/GNUmakefile (have-Makefile): Rename...
323         (_have-Makefile): ...to this, for namespace consideration.
324         (GNUmakefile.cfg): Include, if present.
325         (_autoreconf): Define a default.
326         (_is-dist-target): New rule for rebuilds to pick up intra-release
327         version.
328         (maint-cfg.mk): Rename...
329         (cfg.mk): ...to this.
330
331 2008-03-18  Jim Meyering  <meyering@redhat.com>
332
333         New script and module: mktempd
334         * MODULES.html.sh (maint+release support): Add mktempd.
335         * build-aux/mktempd: New file.
336         * modules/mktempd: New file.
337
338 2008-03-15  Jim Meyering  <meyering@redhat.com>
339
340         Undo last change.
341         * lib/sha1.c, lib/md5.c: 63 != ~63.
342         Reported by Andreas Schwab.
343
344         sha1.c, md5.c: Hoist a redundant expression.
345         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
346         "ctx->buflen" only once, before calling *_process_block.
347         * lib/md5.c (md5_process_bytes): Likewise.
348
349 2008-03-14  Eric Blake  <ebb9@byu.net>
350
351         Bump copyright year in files generated by gnulib-tool.
352         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
353         gnulib-tool, rather than hard-coding it.
354
355         Fix 'gnulib-tool --version' output to work with git.
356         * gnulib-tool (func_gnulib_dir): New function, extracted from...
357         (startup): ...here.
358         (func_version): Use it to invoke git-version-gen, rather than
359         relying on CVS keyword expansion.  Modernize wording.
360         (cvsdatestamp, last_checkin_date, version): Kill unused
361         variables.
362
363 2008-03-12  Jim Meyering  <meyering@redhat.com>
364
365         Recognize optional cast of the argument to free.
366         * build-aux/useless-if-before-free: Update regexps.
367
368         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
369
370 2008-03-11  Bruno Haible  <bruno@clisp.org>
371
372         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
373         by a single package.
374         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
375         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
376         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
377         Reported by Sam Steingold <sds@gnu.org>.
378
379 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
380
381         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
382         repositories.
383
384 2008-03-11  Bruno Haible  <bruno@clisp.org>
385
386         Avoid conflicts between local macro definitions.
387         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
388         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
389
390 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
391             Bruno Haible  <bruno@clisp.org>
392
393         Make va_copy work with some version of xlc on AIX 5.1.
394         * lib/stdarg.in.h: New file.
395         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
396         On AIX, use a <stdarg.h> file substitute.
397         * modules/stdarg (Files): Add lib/stdarg.in.h.
398         (Depends-on): Add include_next.
399         (Makefile.am): Build a stdarg.h substitute if requested.
400         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
401
402 2008-03-10  Bruno Haible  <bruno@clisp.org>
403
404         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
405         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
406         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
407
408 2008-03-10  Bruno Haible  <bruno@clisp.org>
409
410         * modules/stdlib (Depends-on): Add include_next, remove
411         absolute-header.
412
413 2008-03-09  Bruno Haible  <bruno@clisp.org>
414
415         * lib/freadahead.h (freadahead): Document more precisely.
416         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
417         the sum of both buffer sizes.
418         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
419         * NEWS: Document the change.
420
421 2008-03-09  Bruno Haible  <bruno@clisp.org>
422
423         Extend freadptr to return also the buffer size.
424         * lib/freadptr.h (freadptr): Add sizep argument.
425         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
426         (freadptr): Add sizep argument. Determine buffer size like freadahead
427         does.
428         * tests/test-freadptr.c: Don't include freadahead.h.
429         (main): Adapt for new calling convention of freadptr.
430         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
431         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
432         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
433         tests/test-freadptr2.sh.
434         (Depends): Remove freadahead.
435         (TESTS): Add test-freadptr2.sh.
436         (check_PROGRAMS): Add test-freadptr2.
437
438 2008-03-09  Bruno Haible  <bruno@clisp.org>
439
440         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
441         Report and solution by Simon Josefsson.
442
443 2008-03-06  Bruno Haible  <bruno@clisp.org>
444
445         Make fflush after ungetc work on BSD platforms.
446         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
447         * tests/test-fflush2.c: New file.
448         * tests/test-fflush2.sh: New file.
449         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
450         tests/test-fflush2.c.
451         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
452         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
453
454 2008-03-06  Eric Blake  <ebb9@byu.net>
455
456         Likewise for ftello.
457         * modules/ftello (Dependencies): Add extensions.
458         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
459
460 2008-03-06  Bruno Haible  <bruno@clisp.org>
461
462         * modules/fseeko (Dependencies): Add extensions.
463         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
464         Needed on glibc systems.
465
466 2008-03-06  Bruno Haible  <bruno@clisp.org>
467
468         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
469         email address.
470         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
471
472 2008-03-06  Bruno Haible  <bruno@clisp.org>
473
474         * users.txt: Add libgnupdf.
475
476 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
477
478         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
479         (Header File Substitutes, Function Substitutes,
480         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
481         (Build robot for gnulib): Fix typo.
482
483 2008-03-06  Bruno Haible  <bruno@clisp.org>
484
485         * doc/gnulib-tool.texi (VCS Issues): Small updates.
486         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
487
488 2008-03-06  Bruno Haible  <bruno@clisp.org>
489
490         * doc/func.texi: New file, extracted from doc/gnulib.texi.
491         * doc/gnulib.texi: Include it.
492
493 2008-03-06  Simon Josefsson  <simon@josefsson.org>
494
495         * modules/func (License): Change license to unlimited; there was
496         no LGPL parts in the module anyway.
497
498 2008-03-06  Simon Josefsson  <simon@josefsson.org>
499
500         * modules/__func__: Renamed to modules/func.
501         * modules/__func__-tests: Renamed to modules/func-tests.
502         * tests/test-__func__.c: Renamed to tests/test-func.c.
503         * m4/__func__.m4: Renamed to m4/func.m4.
504         * doc/gnulib.texi (__func__): Section renamed to func.
505         Suggested by Eric Blake <ebb9@byu.net>.
506
507 2008-03-06  Simon Josefsson  <simon@josefsson.org>
508
509         * doc/gnulib.texi (__func__): Use C99 terminology when talking
510         about __func__.  Make example self-contained.  Suggested by Eric
511         Blake <ebb9@byu.net>.
512
513         * tests/test-__func__.c (main): Avoid extraneous () around __func.
514         Suggested by Eric Blake <ebb9@byu.net>.
515
516 2008-03-06  Simon Josefsson  <simon@josefsson.org>
517
518         * modules/__func__: New file.
519         * modules/__func__-tests: New file.
520         * tests/test-__func__.c: New file.
521         * m4/__func__.m4: New file.
522         * doc/gnulib.texi (__func__): Document __func__ module.
523
524 2008-03-05  Simon Josefsson  <simon@josefsson.org>
525
526         * modules/byteswap (License): Re-license as LGPLv2+.
527
528 2008-03-05  Simon Josefsson  <simon@josefsson.org>
529
530         * doc/Makefile: Add pdf target.
531
532 2008-03-05  Simon Josefsson  <simon@josefsson.org>
533
534         * modules/inline (License): Use 'unlimited', since there are only
535         *.m4 files in this module.
536
537 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
538             Bruno Haible  <bruno@clisp.org>
539
540         Add support for HP C 7.1 on OpenVMS 8.3.
541         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
542
543 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
544
545         Update VMS specifics.
546         * lib/getopt.c [VMS]: Remove include of unixlib.h.
547
548 2008-03-02  Jim Meyering  <meyering@redhat.com>
549
550         Remove the last dependency on the "free" module.
551         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
552         Reported by Bob Proulx.
553
554         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
555
556         Remove useless "if" tests before free.  Deprecate "free" module.
557         * doc/posix-functions/free.texi: Mention that this
558         module is no longer useful.
559         * modules/free (Notice): Say this module is obsolete.
560         * modules/readutmp (Depends-on): Remove free.
561         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
562         * lib/putenv.c (putenv): Likewise.
563         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
564         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
565         * tests/test-c-strcasestr.c (main): Likewise.
566         * tests/test-c-strstr.c (main): Likewise.
567         * tests/test-mbscasestr1.c (main): Likewise.
568         * tests/test-mbscasestr2.c (main): Likewise.
569         * tests/test-mbsstr1.c (main): Likewise.
570         * tests/test-mbsstr2.c (main): Likewise.
571         * tests/test-memmem.c (main): Likewise.
572         * tests/test-strcasestr.c (main): Likewise.
573         * tests/test-striconv.c (main): Likewise.
574         * tests/test-striconveh.c (main): Likewise.
575         * tests/test-striconveha.c (main): Likewise.
576         * tests/test-strstr.c (main): Likewise.
577
578         * build-aux/git-version-gen: Adjust a comment and the Usage string.
579
580         bootstrap: sync from coreutils again
581         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
582
583 2008-03-01  Jim Meyering  <meyering@redhat.com>
584
585         bootstrap: sync from coreutils
586         * build-aux/bootstrap (update_po_files): Copy a .po file into place
587         also when the target doesn't exist.
588
589 2008-03-01  Eric Blake  <ebb9@byu.net>
590
591         Fix bugs in last patch.
592         * lib/memchr2.c (memchr2): Fix typo.
593         * tests/test-memchr2.c: Test previous bug, and don't use GNU
594         extension.
595         Reported by Bruce Korb.
596
597         New module 'memchr2'.
598         * modules/memchr2: New file.
599         * modules/memchr2-tests: Likewise.
600         * lib/memchr2.h: Likewise.
601         * lib/memchr2.c: Likewise, based on memchr.c.
602         * tests/test-memchr2.c: New test.
603         * MODULES.html.sh (String handling): Add memchr2.
604
605 2008-02-29  Bruno Haible  <bruno@clisp.org>
606
607         * modules/freadseek-tests: New file.
608         * tests/test-freadseek.sh: New file.
609         * tests/test-freadseek.c: New file.
610
611         New module 'freadseek'.
612         * modules/freadseek: New file.
613         * lib/freadseek.h: New file.
614         * lib/freadseek.c: New file.
615         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
616
617 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
618
619         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
620         wydawca.
621
622         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
623         program_invocation_name and program_invocation_short_name are
624         present.
625
626 2008-02-28  Bruno Haible  <bruno@clisp.org>
627
628         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
629         * tests/test-freadptr.sh: Also test non-seekable stdin.
630
631 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
632
633         * build-aux/bootstrap (source_base, m4_base)
634         (doc_base, tests_base): New variables.
635         (gnulib_tool_options): Do not hardcode base directories, use
636         the above variables instead.
637
638 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
639
640         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
641
642 2008-02-28  Bruno Haible  <bruno@clisp.org>
643
644         * modules/freadptr-tests: New file.
645         * tests/test-freadptr.sh: New file.
646         * tests/test-freadptr.c: New file.
647
648         New module 'freadptr'.
649         * modules/freadptr: New file.
650         * lib/freadptr.h: New file.
651         * lib/freadptr.c: New file.
652         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
653
654 2008-02-26  Karl Berry  <karl@freefriends.org>
655
656         Sync from Libtool:
657         * libltdl/argz.c (argz_add, argz_count): New functions.
658         * libltdl/argz.in.h: Declare them.
659         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
660
661 2008-02-22  Bruno Haible  <bruno@clisp.org>
662
663         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
664         is a pointer type.  Needed for HP-UX 10.
665         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
666         * doc/posix-functions/gmtime_r.texi: Likewise.
667         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
668
669 2008-02-24  Bruno Haible  <bruno@clisp.org>
670
671         * modules/environ-tests: New file.
672         * tests/test-environ.c: New file.
673
674         New module 'environ'.
675         * modules/environ: New file.
676         * lib/unistd.in.h (environ): New declaration.
677         * m4/environ.m4: New file.
678         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
679         after use.
680         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
681         HAVE_DECL_ENVIRON.
682         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
683         HAVE_DECL_ENVIRON.
684         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
685         wrong claim that 'environ' is missing on some systems.
686         * modules/execute (Depends-on): Add environ.
687         * lib/execute.c (environ): Remove fallback declaration.
688         * modules/pipe (Depends-on): Add environ.
689         * lib/pipe.c (environ): Remove fallback declaration.
690         * modules/setenv (Depends-on): Add environ.
691         * lib/setenv.c (environ): Remove fallback declaration.
692         * modules/unsetenv (Depends-on): Add environ.
693         * lib/unsetenv.c (environ): Remove fallback declaration.
694         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
695         m4/environ.m4.
696         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
697         (gl_PREREQ_UNSETENV): Likewise.
698
699 2008-02-24  Bruno Haible  <bruno@clisp.org>
700
701         * doc/posix-functions/environ.texi: Document the MacOS X problem.
702
703 2008-02-20  Bob Proulx  <bob@proulx.com>
704
705         Enable use of older two part flavor 'git describe'.
706         * build-aux/git-version-gen: If using the older two part flavor of
707         git version then recreate the third part now present in the
708         newer three part flavor of git describe.
709
710 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
711
712         * lib/fts.c (fts_build): Typo correction to comment.
713
714 2008-02-17  Bruno Haible  <bruno@clisp.org>
715
716         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
717         generating no-op conflicts.
718
719 2008-02-17  Bruno Haible  <bruno@clisp.org>
720
721         Speed up by 10%.
722         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
723         result_entries, rather than an index-based loop.
724
725 2008-02-17  Bruno Haible  <bruno@clisp.org>
726
727         Speed up by 25%.
728         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
729         'hashcode_cached'.
730         (entry_create): New function.
731         (entry_hashcode): Use the cached hashcode if possible.
732         (read_changelog_file, try_split_merged_entry): Use entry_create.
733
734 2008-02-17  Bruno Haible  <bruno@clisp.org>
735
736         Speed up from O(n^2) to O(n) for long ChangeLog files.
737         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
738         (read_changelog_file): Change implementation of entries_reversed list
739         to rbtreehash.
740         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
741
742 2008-02-17  Bruno Haible  <bruno@clisp.org>
743
744         New option --split-merged-entry.
745         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
746         (find_paragraph_end, try_split_merged_entry): New functions.
747         (long_options): Add option --split-merged-entry.
748         (usage): Document option --split-merged-entry.
749         (main): Implement option --split-merged-entry.
750         Reported by Eric Blake.
751
752 2008-02-17  Bruno Haible  <bruno@clisp.org>
753
754         * lib/git-merge-changelog.c: Include c-strstr.h.
755         (main): Support the "git pull --rebase" situation.
756         * modules/git-merge-changelog (Depends-on): Add c-strstr.
757         Reported by Eric Blake.
758
759 2008-02-16  Eric Blake  <ebb9@byu.net>
760
761         Avoid doubling \ in common case of "c-maybe" quoting style.
762         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
763         eliding outer quotes.
764         * lib/quotearg.h: Document this.
765         * tests/test-quotearg.c (result_strings, inputs, results_g)
766         (flag_results, locale_results): Test it by adding a new string to
767         each test group.
768         (compare_strings): Test new string.
769
770 2008-02-13  Eric Blake  <ebb9@byu.net>
771
772         Avoid trigraph quoting in default output.
773         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
774         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
775         unless explicitly requested.
776         * tests/test-quotearg.c (flag_results, main): Add additional tests.
777
778 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
779
780         Don't rely on signed integer overflowing to negative value.
781         * lib/getugroups.c (getugroups): Include <limits.h>.
782         Instead, compare against INT_MAX, and increment only if the test passes.
783
784 2008-02-13  Jim Meyering  <meyering@redhat.com>
785         and Eric Blake  <ebb9@byu.net>
786
787         Avoid shadowing warning and compile errors on Linux.
788         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
789         forwarding macros on Linux.
790         (dcgettext): Define a stub, for Linux.
791         (results_g, main): Avoid warnings.
792
793 2008-02-12  Eric Blake  <ebb9@byu.net>
794
795         Silence warning in last patch.
796         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
797
798         Quotearg part 4: add tests, fix c-maybe colon quoting.
799         * lib/quotearg.h: Improve documentation.
800         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
801         escapes when adding outer quotes.  When quoting trigraphs, use
802         valid C notation.  When quoting NUL, omit extra characters if next
803         character is not digit.  Alter prototype.
804         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
805         callers.
806         * modules/quotearg-tests: New module.
807         * tests/test-quotearg.c: New test.
808
809 2008-02-07  Eric Blake  <ebb9@byu.net>
810
811         Quotearg part 3: add flag to control outer quote elision.
812         * lib/quotearg.h (c_maybe_quoting_style): New style.
813         (enum quoting_flags): Better documentation of flags.
814         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
815         c-maybe style.
816         (quotearg_buffer_restyled): Handle new flag to elide outer
817         quotes.
818
819         Quotearg part 2: add flag that can control NUL elision.
820         * lib/quotearg.h (set_quoting_flags): New prototype.
821         * lib/quotearg.c (struct quoting_options): Add flag field.
822         (set_quoting_flags): New function.
823         (quotearg_buffer_restyled): Add flags parameter.
824         (quotearg_alloc_mem): Set the flag if length cannot be returned.
825         (quotearg_n_options): Set the flag, since length cannot be
826         returned.
827         (quoting_options_from_style): Default flags correctly.
828
829         Quotearg part 1: more wrappers, restore quotearg_char state.
830         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
831         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
832         (quotearg_colon_mem): New wrappers.
833         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
834         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
835         functions.
836         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
837         (quotearg_colon_mem): New functions.
838
839 2008-02-11  Bruno Haible  <bruno@clisp.org>
840
841         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
842         library in the current directory: it does not work with parallel make.
843         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
844
845 2008-02-11  Bruno Haible  <bruno@clisp.org>
846
847         * .gitattributes: New file.
848
849 2008-02-11  Jim Meyering  <meyering@redhat.com>
850
851         useless-if-before-free: Fix reversed exit values.
852         * build-aux/useless-if-before-free: Use correct values
853         for EXIT_MATCH and EXIT_NO_MATCH.
854
855         * build-aux/useless-if-before-free: Close stdout carefully.
856
857 2008-02-10  Bruno Haible  <bruno@clisp.org>
858
859         New module 'git-merge-changelog'.
860         * modules/git-merge-changelog: New file.
861         * lib/git-merge-changelog.c: New file.
862
863 2008-02-10  Jim Meyering  <meyering@redhat.com>
864
865         useless-if-before-free: New option: --list (-l).
866
867         useless-if-before-free: Don't exit immediately upon open failure.
868         * build-aux/useless-if-before-free: Exit 2 for errors.
869         Upon failure to open a file, don't exit immediately.
870         Rather, just warn and continue with any remaining files.
871
872 2008-02-10  Bruno Haible  <bruno@clisp.org>
873
874         New abstract list operation 'node_set_value'.
875         * lib/gl_list.h (gl_list_node_set_value): New function.
876         (struct gl_list_implementation): New field node_set_value.
877         * lib/gl_list.c (gl_list_node_set_value): New function.
878         * lib/gl_array_list.c (gl_array_node_set_value): New function.
879         (gl_array_list_implementation): Update.
880         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
881         (gl_carray_list_implementation): Update.
882         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
883         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
884         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
885         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
886         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
887         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
888         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
889         Update.
890         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
891         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
892         (gl_sublist_list_implementation): Update.
893
894 2008-02-10  Bruno Haible  <bruno@clisp.org>
895
896         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
897         Needed when ELEMENT is #defined to 'some_type *'.
898
899 2008-02-10  Jim Meyering  <meyering@redhat.com>
900
901         New script and module: useless-if-before-free
902         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
903         * build-aux/useless-if-before-free: New file.
904         * modules/useless-if-before-free: New file.
905
906         * build-aux/gitlog-to-changelog: Use committer date, not author date.
907
908         xstrtol_error: Fix typo.
909         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
910         s/exit_failure/exit_status/.
911
912 2008-02-09  Jim Meyering  <meyering@redhat.com>
913
914         New script and module: gitlog-to-changelog
915         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
916         * modules/gitlog-to-changelog: New file.
917         * build-aux/gitlog-to-changelog: New file.
918
919 2008-02-08  Jim Meyering  <meyering@redhat.com>
920
921         Avoid two "parameter unused" warnings.
922         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
923         Mark "st" as used.
924
925         Use "git COMMAND", not "git-COMMAND".
926         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
927         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
928         * build-aux/git-version-gen: Use "git status", not "git-status".
929
930 2008-02-07  Bruno Haible  <bruno@clisp.org>
931
932         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
933         Avoids a crash on Windows Vista.
934         Reported by Adam Strzelecki <ono@java.pl> via
935         Simon Josefsson <simon@josefsson.org>.
936
937 2008-02-06  Bruno Haible  <bruno@clisp.org>
938
939         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
940         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
941         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
942         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
943         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
944         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
945         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
946         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
947         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
948         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
949         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
950         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
951         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
952         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
953         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
954         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
955         left-adjust flag.
956         * tests/test-snprintf-posix.h (test_function): Likewise.
957         * tests/test-sprintf-posix.h (test_function): Likewise.
958         * tests/test-vasprintf-posix.c (test_function): Likewise.
959         * doc/posix-functions/fprintf.texi: Update.
960         * doc/posix-functions/printf.texi: Update.
961         * doc/posix-functions/snprintf.texi: Update.
962         * doc/posix-functions/sprintf.texi: Update.
963         * doc/posix-functions/vfprintf.texi: Update.
964         * doc/posix-functions/vprintf.texi: Update.
965         * doc/posix-functions/vsnprintf.texi: Update.
966         * doc/posix-functions/vsprintf.texi: Update.
967         Reported by Peter Fales <psfales@alcatel-lucent.com>.
968
969 2008-02-06  Bruno Haible  <bruno@clisp.org>
970
971         Fix bug introduced on 2008-01-26.
972         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
973
974 2008-02-06  Bruno Haible  <bruno@clisp.org>
975
976         Fix bug introduced on 2007-06-10.
977         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
978         !NEED_PRINTF_FLAG_ZERO.
979
980 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
981
982         getloadavg: use libperfstat on AIX5
983         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
984
985 2008-02-03  Bruno Haible  <bruno@clisp.org>
986
987         * lib/diffseq.h: Add comments about required #includes.
988         Reported by Michael Biggs <gnulib@doubleplum.net>.
989
990 2008-02-01  Bruno Haible  <bruno@clisp.org>
991
992         * users.txt: Add gnuit.
993
994 2008-01-31  Bruno Haible  <bruno@clisp.org>
995
996         * lib/md4.c (set_uint32): Mark as inline.
997         * lib/md5.c (set_uint32): Likewise.
998         * lib/sha1.c (set_uint32): Likewise.
999         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
1000         * m4/md5.m4 (gl_MD5): Likewise.
1001         * m4/sha1.m4 (gl_SHA1): Likewise.
1002
1003 2008-01-31  Jim Meyering  <meyering@redhat.com>
1004
1005         Use "sizeof VAR", rather than a literal "4".
1006         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
1007         * lib/md4.c (md4_read_ctx): Likewise.
1008         * lib/sha1.c (sha1_read_ctx): Likewise.
1009
1010 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1011
1012         * tests/test-sha1.c: New file, based on test-md5.c.
1013
1014         * modules/crypto/sha1-tests: New file.
1015
1016 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1017
1018         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
1019
1020 2008-01-31  Jim Meyering  <meyering@redhat.com>
1021
1022         Prefer "sizeof v" over the equivalent "4".
1023         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
1024         * lib/md5.c (set_uint32): Likewise.
1025         * lib/sha1.c (set_uint32): Likewise.
1026
1027 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1028
1029         * lib/sha1.c (set_uint32): Mark function as static.
1030
1031 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1032
1033         md2: clarify comments to say that alignment is not required.
1034         * lib/md2.h: Remove warning about alignment in comment.
1035         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
1036         never been required.
1037
1038 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1039
1040         md4: adapt alignment constraint fix from sha1.
1041         * lib/md4.c (set_uint32): New function, from sha1.c
1042         (md4_read_ctx): Use it.
1043         (md4_finish_ctx): Doc fix.
1044         * lib/md4.h: Doc fix.
1045
1046 2008-01-31  Simon Josefsson  <simon@josefsson.org>
1047
1048         md5: adapt alignment constraint fix from sha1.
1049         * lib/md5.c (set_uint32): New function, from sha1.c
1050         (md5_read_ctx): Use it.
1051         (md5_finish_ctx): Doc fix.
1052         * lib/md5.h: Doc fix.
1053
1054 2008-01-30  Peter Palfrader  <weasel@debian.org>
1055
1056         sha1: remove the result buffer alignment constraint
1057         * lib/sha1.c (set_uint32): New function.
1058         (sha1_read_ctx): Rewrite to remove the result buffer alignment
1059         constraint.
1060         (sha1_finish_ctx): Remove comment warning about alignment constraint.
1061         * lib/sha1.h: Likewise.
1062
1063 2008-01-30  Andreas Schwab  <schwab@suse.de>
1064             Bruno Haible  <bruno@clisp.org>
1065
1066         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
1067         correct definition of LDBL_MIN_EXP.
1068
1069 2008-01-30  Karl Berry  <karl@gnu.org>
1070
1071         * config/srclist-update: try to preserve x bit on updates.
1072         * config/srclistvars.sh: update for karl.
1073
1074 2008-01-29  Jim Meyering  <meyering@redhat.com>
1075
1076         vasnprintf.c: Avoid warning about unused label
1077         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
1078         "overflow" label definition and associated code with the
1079         same cpp condition that guards the sole use of that label.
1080
1081 2008-01-26  Bruno Haible  <bruno@clisp.org>
1082
1083         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
1084         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
1085         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
1086         * lib/isnanl-nolibm.h (isnanl): Likewise.
1087         Reported by Paul Eggert <eggert@cs.ucla.edu>.
1088
1089 2008-01-26  Bruno Haible  <bruno@clisp.org>
1090
1091         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
1092         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
1093
1094 2008-01-26  Bruno Haible  <bruno@clisp.org>
1095
1096         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
1097         GCC >= 4.0 built-in.
1098         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
1099
1100 2008-01-26  Bruno Haible  <bruno@clisp.org>
1101
1102         Rename isnan, applicable to 'double' only, to isnand.
1103         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
1104         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
1105         (configure.ac): Update.
1106         (Include): Replace "isnan.h" with "isnand.h".
1107         * m4/isnand.m4: Renamed from m4/isnan.m4.
1108         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
1109         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
1110         instead of isnan.c.
1111         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
1112         instead of HAVE_ISNAN_IN_LIBC.
1113         (isnand): Renamed from isnan.
1114         * lib/isnand.c: New file.
1115         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
1116         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
1117         (Makefile.am): Update.
1118         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
1119         Include isnand.h instead of isnan.h.
1120         (main): Test isnand instead of isnan.
1121         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
1122         isnan-nolibm.
1123         * modules/frexp (Depends-on): Likewise.
1124         * modules/frexp-tests (Depends-on): Likewise.
1125         * modules/frexp-nolibm (Depends-on): Likewise.
1126         * modules/frexp-nolibm-tests (Depends-on): Likewise.
1127         * modules/isfinite (Depends-on): Likewise.
1128         * modules/round-tests (Depends-on): Likewise.
1129         * modules/signbit (Depends-on): Likewise.
1130         * modules/signbit-tests (Depends-on): Likewise.
1131         * modules/snprintf-posix (Depends-on): Likewise.
1132         * modules/sprintf-posix (Depends-on): Likewise.
1133         * modules/trunc-tests (Depends-on): Likewise.
1134         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1135         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1136         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1137         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1138         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1139         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1140         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1141         * modules/vasnprintf-posix (Depends-on): Likewise.
1142         * modules/vasprintf-posix (Depends-on): Likewise.
1143         * modules/vfprintf-posix (Depends-on): Likewise.
1144         * modules/vsnprintf-posix (Depends-on): Likewise.
1145         * modules/vsprintf-posix (Depends-on): Likewise.
1146         * lib/frexp.c: Include isnand.h instead of isnan.h.
1147         (ISNAN): Set to isnand instead of isnan.
1148         * lib/isfinite.c: Include isnand.h instead of isnan.h.
1149         (gl_isfinited): Use isnand instead of isnan.
1150         * lib/signbitd.c: Include isnand.h instead of isnan.h.
1151         (gl_signbitd): Use isnand instead of isnan.
1152         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
1153         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
1154         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
1155         (main): Use isnand instead of isnan.
1156         * tests/test-round1.c: Include isnand.h.
1157         (main): Use isnand instead of isnan.
1158         * tests/test-round2.c: Include isnand.h instead of isnan.h.
1159         (ISNAN): Set to isnand instead of isnan.
1160         * tests/test-trunc1.c: Include isnand.h.
1161         (main): Use isnand instead of isnan.
1162         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
1163         (equal): Use isnand instead of isnan.
1164         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
1165         isnand-nolibm.
1166         * NEWS: Mention the change.
1167
1168 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
1169             Bruno Haible  <bruno@clisp.org>
1170
1171         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
1172         the GCC builtins for signbits are present and set
1173         REPLACE_SIGNBIT_USING_GCC if so.
1174         * lib/math.in.h (signbit): Define using GCC builtins if
1175         REPLACE_SIGNBIT_USING_GCC is set.
1176         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
1177         REPLACE_SIGNBIT_USING_GCC.
1178         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
1179
1180 2008-01-25  Jim Meyering  <meyering@redhat.com>
1181
1182         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
1183         * lib/poll.c: Include <config.h>, not "config.h".
1184         * tests/test-getaddrinfo.c: Likewise.
1185
1186 2008-01-25  Simon Josefsson  <simon@josefsson.org>
1187
1188         * modules/sockets-tests: New file.
1189
1190 2008-01-24  Simon Josefsson  <simon@josefsson.org>
1191
1192         * modules/sockets: New module, can be used to call WSA_Startup and
1193         WSA_Cleanup when needed.
1194
1195         * lib/sockets.h, lib/sockets.c: New files.
1196
1197         * m4/sockets.m4: New file.
1198
1199         * tests/test-sockets.c: New file.
1200
1201 2008-01-19  Bruno Haible  <bruno@clisp.org>
1202
1203         * doc/posix-headers: Renamed from doc/headers.
1204         * doc/posix-functions: Renamed from doc/functions.
1205         * doc/gnulib.texi: Update.
1206
1207 2008-01-19  Bruno Haible  <bruno@clisp.org>
1208
1209         * doc/glibc-functions/strcasestr.texi: Include contents of
1210         doc/functions/strcasestr.texi, fixing the list of platforms.
1211         * doc/functions/strcasestr.texi: Remove file.
1212
1213 2008-01-19  Bruno Haible  <bruno@clisp.org>
1214
1215         * doc/glibc-functions/memmem.texi: Include contents of
1216         doc/functions/memmem.texi.
1217         * doc/functions/memmem.texi: Remove file.
1218
1219 2008-01-18  Bruno Haible  <bruno@clisp.org>
1220
1221         * doc/glibc-functions/*.texi: New files.
1222         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
1223         to use the new files.
1224
1225 2008-01-17  Bruno Haible  <bruno@clisp.org>
1226
1227         * tests/test-gethostname.c (main): Fix printf statement.
1228
1229 2008-01-17  Simon Josefsson  <simon@josefsson.org>
1230
1231         * modules/gethostname-tests: New file.
1232
1233         * tests/test-gethostname.c: New file.
1234
1235 2008-01-17  Simon Josefsson  <simon@josefsson.org>
1236
1237         * lib/gethostname.c: Include string.h unconditionally, strncpy is
1238         used by the UNAME case.  Reported by Bruno Haible
1239         <bruno@clisp.org>.
1240
1241 2008-01-17  Eric Blake  <ebb9@byu.net>
1242
1243         Convert c-strcasestr to be more efficient.
1244         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
1245         (Depends-on): Add c-strcase, remove malloca, strnlen.
1246         * tests/test-c-strcasestr.c (main): Enhance test.
1247         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
1248
1249 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1250
1251         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
1252         Use it in creating po/Makevars.
1253
1254 2008-01-15  Simon Josefsson  <simon@josefsson.org>
1255
1256         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
1257         Applications that requires it should initialize libgcrypt
1258         manually.
1259
1260 2008-01-16  Simon Josefsson  <simon@josefsson.org>
1261
1262         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
1263
1264 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
1265
1266         Fix problem with getdate on mingw32 reported by Simon Josefsson
1267         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
1268         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
1269         tzname", when deciding whether to declare tzname.
1270         * lib/strftime.c (tzname): Likewise.
1271
1272 2008-01-15  Bruno Haible  <bruno@clisp.org>
1273
1274         Work around a MacOS X 10.5 bug in frexpl().
1275         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
1276         * doc/functions/frexpl.texi: Document the bug.
1277         Reported by Elias Pipping <pipping@gentoo.org>.
1278
1279 2008-01-14  Eric Blake  <ebb9@byu.net>
1280
1281         Touch up previous patch.
1282         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
1283         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
1284
1285         Convert strcasestr module to use Two-Way algorithm.
1286         * modules/strcasestr-simple: New module, based on the old
1287         strcasestr, but with Two-Way rather than KMP.
1288         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
1289         * lib/string.in.h (rpl_strcasestr): Declare.
1290         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
1291         performance.
1292         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
1293         * modules/string (Makefile.am): Support strcasestr.
1294         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
1295         * modules/strcasestr-tests (Depends-on): Check for alarm.
1296         * tests/test-strcasestr.c: Augment test.
1297         * lib/str-two-way.h: Clean up stray macro.
1298         * NEWS: Document new module.
1299         * MODULES.html.sh (string handling): Likewise.
1300         * doc/functions/strcasestr.texi: New file.
1301         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
1302         here, since it is not a POSIX function.
1303
1304 2008-01-14  Colin Watson  <cjwatson@debian.org>
1305             Bruno Haible  <bruno@clisp.org>
1306
1307         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
1308         works fine; if not, set REPLACE_STRSIGNAL.
1309         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
1310         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1311         REPLACE_STRSIGNAL.
1312         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
1313         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
1314         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
1315
1316 2008-01-14  Bruno Haible  <bruno@clisp.org>
1317
1318         * modules/strsignal (Include): Change to <string.h>.
1319
1320 2008-01-14  Colin Watson  <cjwatson@debian.org>
1321
1322         * modules/argp (Notice): Add a notice recommending to change
1323         XGETTEXT_OPTIONS.
1324         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
1325
1326 2008-01-13  Colin Watson  <cjwatson@debian.org>
1327
1328         * modules/strsignal-tests: New file.
1329         * tests/test-strsignal.c: New file.
1330
1331         * lib/strsignal.c: New file, from glibc with modifications.
1332         * lib/siglist.h: New file, from glibc with modifications.
1333         * lib/string.in.h (strsignal): New declaration.
1334         * m4/strsignal.m4: New file.
1335         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1336         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
1337         * modules/strsignal: New file.
1338         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
1339         HAVE_DECL_STRSIGNAL.
1340
1341 2008-01-13  Bruno Haible  <bruno@clisp.org>
1342
1343         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
1344         locale encoding is not ASCII. Needed for OpenBSD 4.0.
1345         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
1346         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
1347
1348 2008-01-13  Bruno Haible  <bruno@clisp.org>
1349
1350         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
1351         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
1352         * lib/argp.h (__attribute__): Likewise.
1353         * lib/c-stack.c (__attribute__): Likewise.
1354         * lib/error.h (__attribute__): Likewise.
1355         * lib/fts.c (__attribute__): Likewise.
1356         * lib/openat.h (__attribute__): Likewise.
1357         * lib/stdio.in.h (__attribute__): Likewise.
1358         * lib/string.in.h (__attribute__): Likewise.
1359         * lib/utimens.c (__attribute__): Likewise.
1360         * lib/vasnprintf.h (__attribute__): Likewise.
1361         * lib/xalloc.h (__attribute__): Likewise.
1362         * lib/xprintf.h (__attribute__): Likewise.
1363         * lib/xstrtol.h (__attribute__): Likewise.
1364         * lib/xvasprintf.h (__attribute__): Likewise.
1365
1366 2008-01-12  Bruno Haible  <bruno@clisp.org>
1367
1368         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
1369         * doc/glibc-headers/a.out.texi: New file.
1370         * doc/glibc-headers/aliases.texi: New file.
1371         * doc/glibc-headers/alloca.texi: New file.
1372         * doc/glibc-headers/ar.texi: New file.
1373         * doc/glibc-headers/argp.texi: New file.
1374         * doc/glibc-headers/argz.texi: New file.
1375         * doc/glibc-headers/byteswap.texi: New file.
1376         * doc/glibc-headers/crypt.texi: New file.
1377         * doc/glibc-headers/endian.texi: New file.
1378         * doc/glibc-headers/envz.texi: New file.
1379         * doc/glibc-headers/err.texi: New file.
1380         * doc/glibc-headers/error.texi: New file.
1381         * doc/glibc-headers/execinfo.texi: New file.
1382         * doc/glibc-headers/fpu_control.texi: New file.
1383         * doc/glibc-headers/fstab.texi: New file.
1384         * doc/glibc-headers/fts.texi: New file.
1385         * doc/glibc-headers/getopt.texi: New file.
1386         * doc/glibc-headers/ieee754.texi: New file.
1387         * doc/glibc-headers/ifaddrs.texi: New file.
1388         * doc/glibc-headers/libintl.texi: New file.
1389         * doc/glibc-headers/mcheck.texi: New file.
1390         * doc/glibc-headers/mntent.texi: New file.
1391         * doc/glibc-headers/obstack.texi: New file.
1392         * doc/glibc-headers/paths.texi: New file.
1393         * doc/glibc-headers/printf.texi: New file.
1394         * doc/glibc-headers/pty.texi: New file.
1395         * doc/glibc-headers/resolv.texi: New file.
1396         * doc/glibc-headers/shadow.texi: New file.
1397         * doc/glibc-headers/sysexits.texi: New file.
1398         * doc/glibc-headers/ttyent.texi: New file.
1399
1400 2008-01-12  Jim Meyering  <meyering@redhat.com>
1401
1402         announce-gen: emit Gnulib's git-based version string.
1403         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
1404         New option --gnulib-version=V, where V is expected to be
1405         the output of running git describe in the gnulib directory.
1406         (get_tool_versions): Request feedback on xdelta.  I suspect it's
1407         not useful, and plan to stop publishing an xdelta file with each
1408         coreutils release.
1409
1410         * build-aux/announce-gen: Also check for lzma-compressed files.
1411
1412 2008-01-11  Bruno Haible  <bruno@clisp.org>
1413
1414         * tests/test-memmem.c (main): Increase maximum allowed time.
1415         * tests/test-strstr.c (main): Likewise.
1416
1417 2008-01-11  Bruno Haible  <bruno@clisp.org>
1418
1419         * doc/functions/memmem.texi: Add more precisions about platforms.
1420         * doc/functions/strstr.texi: Likewise.
1421
1422 2008-01-10  Eric Blake  <ebb9@byu.net>
1423
1424         * m4/strstr.m4: Delete cruft from copy-n-paste.
1425         Reported by Bruno Haible.
1426
1427 2008-01-10  Bruno Haible  <bruno@clisp.org>
1428
1429         Make c-strstr rely on strstr.
1430         * lib/c-strstr.c: Don't include str-kmp.h.
1431         (c_strstr): Define in terms of strstr.
1432         * modules/c-strstr (Files): Remove lib/str-kmp.h.
1433         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
1434
1435 2008-01-10  Bruno Haible  <bruno@clisp.org>
1436
1437         * doc/gnulib.texi (String Functions in C Locale): New section.
1438         * doc/c-ctype.texi: New file.
1439         * doc/c-strcase.texi: New file.
1440         * doc/c-strcaseeq.texi: New file.
1441         * doc/c-strcasestr.texi: New file.
1442         * doc/c-strstr.texi: New file.
1443         * doc/c-strtod.texi: New file.
1444         * doc/c-strtold.texi: New file.
1445
1446 2008-01-10  Eric Blake  <ebb9@byu.net>
1447
1448         * lib/relocatable.h: Fix a comment.
1449
1450 2008-01-10  Eric Blake  <ebb9@byu.net>
1451
1452         Share two-way algorithm.
1453         * lib/str-two-way.h: New file, merged from...
1454         * lib/memmem.c: ...here...
1455         * lib/strstr.c: ...and here.
1456         * modules/memmem (Files): Use it.
1457         * modules/strstr (Files): Likewise.
1458
1459         Avoid quadratic strstr implementations.
1460         * lib/strstr.c: New file.
1461         * m4/strstr.m4: Likewise.
1462         * modules/strstr: Likewise.
1463         * modules/strstr-tests: Likewise.
1464         * tests/test-strstr.c: Likewise.
1465         * lib/string.in.h (rpl_strstr): Declare.
1466         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
1467         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
1468         * modules/string (Makefile.am): Likewise.
1469         * MODULES.html.sh (string handling): Mention new module.
1470         * doc/functions/strstr.texi (strstr): Document the bug.
1471
1472 2008-01-10  Bruno Haible  <bruno@clisp.org>
1473
1474         * lib/relocatable.h (relocate): State whether result is freshly
1475         allocated or not.
1476         * lib/relocatable.c (relocate): Return a freshly allocated string
1477         instead of a pointer to a privately held string.
1478         Reported by Sylvain Beucler <beuc@gnu.org>.
1479
1480 2008-01-10  Colin Watson  <cjwatson@debian.org>
1481
1482         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
1483         s/S_ISNLK/S_ISLNK/.
1484
1485 2008-01-09  Bruno Haible  <bruno@clisp.org>
1486
1487         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
1488         and other files.
1489         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
1490         if it's only a guess.
1491         * modules/memmem: Simplify by depending on memmem-simple.
1492
1493 2008-01-09  Bruno Haible  <bruno@clisp.org>
1494
1495         Work around OpenBSD 4.0 tdelete() bug.
1496         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
1497         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
1498         macros and don't redefine the enum values.
1499         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
1500         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
1501         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
1502
1503 2008-01-09  Bruno Haible  <bruno@clisp.org>
1504
1505         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
1506         (main): Don't perform the tests if setlocale did not install a UTF-8
1507         locale. Needed on OpenBSD 4.0.
1508         * modules/wcwidth-tests (Depends-on): Add localcharset.
1509
1510 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
1511
1512         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
1513         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
1514         * NEWS: announce this.
1515         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
1516
1517 2008-01-09  Simon Josefsson  <simon@josefsson.org>
1518         and Eric Blake  <ebb9@byu.net>
1519
1520         Add memmem-simple module.
1521         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
1522         (gl_FUNC_MEMMEM): Separate performance from presence checks.
1523         * modules/memmem-simple: New file.
1524         * modules/memmem (Description): Tweak.
1525         * MODULES.html.sh (string handling): Mention new module.
1526         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
1527         addressed by memmem-simple.
1528         * NEWS: Document the difference.
1529
1530 2008-01-09  Eric Blake  <ebb9@byu.net>
1531
1532         Give gcc some memmem optimization hints.
1533         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
1534         (strcasestr): Declare as pure.
1535         * modules/memmem (Maintainer): Claim my implementation.
1536
1537 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1538
1539         Support AIX 6.1 and higher.
1540         * build-aux/config.libpath: Likewise.
1541         * build-aux/config.rpath: Likewise.
1542
1543 2008-01-08  Jim Meyering  <meyering@redhat.com>
1544             Bruno Haible  <bruno@clisp.org>
1545
1546         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
1547         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
1548         Reported by Peter Fales in
1549         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
1550
1551 2008-01-08  Bruno Haible  <bruno@clisp.org>
1552
1553         * modules/unictype/category-of (Depends-on): Add
1554         unictype/category-none.
1555         * modules/unictype/category-and-tests (Depends-on): Add
1556         unictype/category-{L,N,Lu,Nd}.
1557         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
1558         * modules/unictype/category-or-tests (Depends-on): Add
1559         unictype/category-{L,N}.
1560         * modules/unictype/category-name-tests (Depends-on): Add
1561         unictype/category-{Z,Nl}.
1562         Reported by Simon Josefsson.
1563
1564 2008-01-08  Bruno Haible  <bruno@clisp.org>
1565
1566         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
1567         convention better.
1568         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
1569         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
1570         Reported by Peter Miller <millerp@canb.auug.org.au>.
1571
1572 2008-01-08  Eric Blake  <ebb9@byu.net>
1573
1574         Rewrite memmem to guarantee linear complexity without malloc.
1575         * lib/memmem.c (memmem): Use Two-Way rather than
1576         Knuth-Morris-Pratt, to allow O(1) space usage.
1577         (critical_factorization, two_way_short_needle)
1578         (two_way_long_needle): New functions.
1579         (knuth_morris_pratt): Delete.
1580         * modules/memmem (Depends-on): No longer need malloca or stdbool.
1581         Add stdint.
1582         * tests/test-memmem.c (main): Add tests for periodic needle and
1583         sublinear performance.
1584         * doc/functions/memmem.texi (memmem): Document other deficiencies
1585         in cygwin and older glibc.
1586
1587 2008-01-08  Bruno Haible  <bruno@clisp.org>
1588
1589         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
1590         augmentation.
1591
1592 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
1593
1594         Add a configure time option: --disable-acl.
1595         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
1596         AC_ARG_ENABLE(acl).
1597
1598 2008-01-06  Simon Josefsson  <simon@josefsson.org>
1599
1600         * tests/test-localename.c: Don't include obsolete "setenv.h".
1601
1602         * modules/localename-tests (Depends-on): Need unsetenv.
1603
1604 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1605
1606         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
1607
1608 2008-01-06  Colin Watson  <cjwatson@debian.org>
1609
1610         * users.txt: Add man-db.
1611
1612 2008-01-07  Bruno Haible  <bruno@clisp.org>
1613
1614         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
1615         previous section name.
1616
1617 2008-01-07  Bruno Haible  <bruno@clisp.org>
1618
1619         * lib/progname.c (set_program_name): Don't strip off a leading
1620         "lt-" prefix outside a .libs directory.
1621         Suggested by Paul Eggert.
1622
1623 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
1624             Bruno Haible  <bruno@clisp.org>
1625
1626         Improve memory cleanup in 'relocatable' module.
1627         * lib/relocatable.h (compute_curr_prefix): Change return type to
1628         'char *'.
1629         * lib/relocatable.c (compute_curr_prefix): Change return type to
1630         'char *'. Free curr_installdir after use.
1631         (relocate): Free curr_prefix_better after use.
1632         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
1633
1634 2008-01-01  Bruno Haible  <bruno@clisp.org>
1635
1636         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
1637         failure on older glibc systems.
1638         Reported by Peter Fales <psfales@alcatel-lucent.com>.
1639
1640 2008-01-05  Eric Blake  <ebb9@byu.net>
1641
1642         Avoid quadratic system memmem.
1643         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
1644         Reported by Ralf Wildenhues.
1645
1646         Fix memmem test for mingw.
1647         * modules/memmem-tests (configure.ac): Check for alarm.
1648         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
1649         it.
1650         * doc/functions/memmem.texi: New file.
1651         * doc/gnulib.texi (Function Substitutes): Add memmem.
1652         Reported by Bruno Haible.
1653
1654 2008-01-04  Bruno Haible  <bruno@clisp.org>
1655
1656         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
1657         Require gl_HEADER_STRINGS_H_DEFAULTS, not
1658         gl_HEADER_STRING_H_DEFAULTS.
1659
1660 2008-01-04  Eric Blake  <ebb9@byu.net>
1661
1662         Shorten duration of memmem test.
1663         * tests/test-memmem.c (main): Use alarm to declare failure if test
1664         is taking too long.
1665         Reported by Ralf Wildenhues.
1666
1667 2007-12-21  Simon Josefsson  <simon@josefsson.org>
1668
1669         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
1670         string, needed by strerror.
1671
1672 2008-01-03  Colin Watson  <cjwatson@debian.org>
1673             Bruno Haible  <bruno@clisp.org>
1674
1675         * doc/gnulib-tool.texi (Localization): New section.
1676
1677 2008-01-02  Bruno Haible  <bruno@clisp.org>
1678
1679         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
1680         variables to 'unsigned char *' type.
1681         Reported by Paul Eggert.
1682
1683 2008-01-02  Jim Meyering  <jim@meyering.net>
1684
1685         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
1686
1687 2007-12-31  Jim Meyering  <jim@meyering.net>
1688
1689         Avoid use of private FTS type name.
1690         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
1691
1692 2007-12-30  Karl Berry  <karl@gnu.org>
1693
1694         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
1695         work around defect in Texinfo and/or the standalone Info browser.
1696
1697 2007-12-30  Bruno Haible  <bruno@clisp.org>
1698
1699         Unify 5 copies of the KMP code.
1700         * lib/str-kmp.h: New file.
1701         * lib/c-strcasestr.c: Include str-kmp.h.
1702         (knuth_morris_pratt): Remove function.
1703         (c_strcasestr): Update.
1704         * lib/c-strstr.c: Include str-kmp.h.
1705         (knuth_morris_pratt): Remove function.
1706         (c_strcasestr): Update.
1707         * lib/mbscasestr.c: Include str-kmp.h.
1708         (knuth_morris_pratt_unibyte): Remove function.
1709         * lib/mbsstr.c: Include str-kmp.h.
1710         (knuth_morris_pratt_unibyte): Remove function.
1711         * lib/strcasestr.c: Include str-kmp.h.
1712         (knuth_morris_pratt): Remove function.
1713         (strcasestr): Update.
1714         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
1715         * modules/c-strstr (Files): Likewise.
1716         * modules/mbscasestr (Files): Likewise.
1717         * modules/mbsstr (Files): Likewise.
1718         * modules/strcasestr (Files): Likewise.
1719         Suggested by Paul Eggert.
1720
1721 2007-12-30  Bruno Haible  <bruno@clisp.org>
1722
1723         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
1724         defined.
1725
1726 2007-12-30  Bruno Haible  <bruno@clisp.org>
1727
1728         * lib/xmalloca.h: Include xalloc.h.
1729         (xnmalloca): New macro.
1730
1731 2007-12-30  Bruno Haible  <bruno@clisp.org>
1732
1733         * lib/malloca.h (nmalloca): New macro.
1734         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
1735         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
1736         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
1737         knuth_morris_pratt_multibyte): Likewise.
1738         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
1739         knuth_morris_pratt_multibyte): Likewise.
1740         * lib/memmem.c (knuth_morris_pratt): Likewise.
1741         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
1742
1743 2007-12-25  Bruno Haible  <bruno@clisp.org>
1744
1745         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
1746         * lib/glob.c: Don't include openat.h.
1747         (link_exists2_p): Add back the code that deals with the
1748         !GLOB_ALTDIRFUNC case.
1749         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
1750         let it do the filename concatenation.
1751         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
1752         * modules/glob (Depends-on): Remove openat.
1753
1754 2007-12-31  Bruno Haible  <bruno@clisp.org>
1755
1756         * modules/dirfd (License): Change to LGPLv2+.
1757         Approved by Jim Meyering.
1758
1759 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1760
1761         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
1762         when multiplying M by sizeof (size_t).
1763
1764 2007-12-10  Martin Lambers  <marlam@marlam.de>
1765
1766         Override getpagesize on mingw.
1767         * lib/getpagesize.c: New file.
1768         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
1769         * modules/getpagesize (Files): Add lib/getpagesize.c.
1770         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
1771         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1772         REPLACE_GETPAGESIZE.
1773         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
1774
1775 2007-12-25  Bruno Haible  <bruno@clisp.org>
1776
1777         * modules/localcharset (Notice): New field.
1778         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
1779         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
1780
1781 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1782             Bruno Haible  <bruno@clisp.org>
1783
1784         Avoid using the syntax symbol() in formatted documentation.
1785         * MODULES.html.sh (func_module): When replacing symbol() with a
1786         hyperlink, remove the parentheses. Show an error if some remain.
1787         Recognize and render the '...' syntax.
1788         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
1789         Rework. Add paragraph about GCC's inlining.
1790         * doc/alloca.texi: Likewise.
1791         * doc/error.texi: Remove parentheses from symbol reference.
1792         * doc/gnulib-intro.texi: Likewise.
1793         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
1794         * modules/fnmatch (Description): Reword to say "the ... function".
1795         * modules/full-read (Description): Likewise.
1796         * modules/full-write (Description): Likewise.
1797         * modules/safe-read (Description): Likewise.
1798         * modules/safe-write (Description): Likewise.
1799         * modules/strchrnul (Description): Likewise.
1800         * modules/trim (Description): Likewise.
1801         * modules/error (Description): Remove parentheses from symbol
1802         references.
1803         * modules/verror (Description): Likewise.
1804         Reported by Karl Berry.
1805
1806 2007-12-25  Bruno Haible  <bruno@clisp.org>
1807
1808         Fixup after 2007-10-16 commit.
1809         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
1810
1811 2007-12-24  Bruno Haible  <bruno@clisp.org>
1812
1813         Make --enable-relocatable work with DESTDIR.
1814         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
1815         to compute installdir from destprog.
1816         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
1817         also set the RELOC_DESTDIR variable.
1818         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
1819
1820 2007-12-24  Bruno Haible  <bruno@clisp.org>
1821
1822         Fix link error due to xalloc_die().
1823         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
1824         of xreadlink.
1825         * lib/relocwrapper.c: Update comments.
1826         * build-aux/install-reloc: Remove xreadlink.c from file list.
1827         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
1828         xreadlink.c.
1829         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
1830
1831 2007-12-24  Bruno Haible  <bruno@clisp.org>
1832
1833         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
1834         * lib/setenv.h: Remove file.
1835         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
1836         lib/setenv.h.
1837         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
1838         (Depends-on): Add stdlib.
1839         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
1840         gl_FUNC_UNSETENV.
1841         (Include): Replace setenv.h with <stdlib.h>.
1842         * modules/unsetenv: New file.
1843         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
1844         * lib/unsetenv.c: Include <stdlib.h> first.
1845         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
1846         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
1847         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
1848         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
1849         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
1850         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
1851         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
1852         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
1853         * doc/functions/unsetenv.texi: Update.
1854         * modules/xsetenv (Depends-on): Add unsetenv.
1855         * modules/getdate (Depends-on): Likewise.
1856         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
1857         * lib/xsetenv.c: Don't include setenv.h.
1858         * lib/getdate.y: Likewise.
1859         * lib/relocwrapper.c: Likewise.
1860         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
1861         (Depends-on): Add stdlib.
1862         * NEWS: Mention the changes.
1863         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
1864
1865 2007-12-23  Bruno Haible  <bruno@clisp.org>
1866
1867         * lib/memmem.c (memmem): Use lowercase variable names. Tab
1868         indentation.
1869
1870 2007-12-23  Bruno Haible  <bruno@clisp.org>
1871
1872         * lib/c-strcasestr.c: Add more comments.
1873         * lib/c-strstr.c: Likewise.
1874         * lib/mbscasestr.c: Likewise.
1875         * lib/mbsstr.c: Likewise.
1876         * lib/strcasestr.c: Likewise.
1877         * lib/memmem.c: Likewise.
1878
1879 2007-12-23  Bruno Haible  <bruno@clisp.org>
1880
1881         * tests/test-memmem.c: Include <string.h> first.
1882
1883 2007-12-22  Bruno Haible  <bruno@clisp.org>
1884
1885         * gnulib-tool (func_create_testdir): Change $auxdir while generating
1886         the contents of $testsbase.
1887         Reported by Ralf Wildenhues.
1888
1889 2007-12-22  Bruno Haible  <bruno@clisp.org>
1890
1891         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
1892         two variables local_ldadd_before, local_ldadd_last.
1893
1894 2007-12-20  Eric Blake  <ebb9@byu.net>
1895
1896         Work around circular library issue when cross-compiling.
1897         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
1898         that progname.o does not need to pull in rpl_memcmp.
1899
1900 2007-12-19  Eric Blake  <ebb9@byu.net>
1901
1902         Fix memmem to avoid O(n^2) worst-case complexity.
1903         * lib/memmem.c (knuth_morris_pratt): New function.
1904         (memmem): Use it if first few naive iterations fail.
1905         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
1906         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
1907         * modules/memchr (License): Likewise.
1908         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
1909         malloca.
1910         * tests/test-memmem.c: Rewrite, borrowing ideas from
1911         test-mbsstr1.c; the old version wouldn't even compile!
1912         * modules/memmem-tests: New file.
1913         * lib/string.in.h (rpl_memmem): Add declaration.
1914         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
1915         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
1916         REPLACE_MEMMEM.
1917
1918 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1919
1920         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
1921         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
1922         before any system include files, and undef after them all.  This
1923         should fix a problem on VMS reported by John E. Malmberg in
1924         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
1925
1926 2007-12-17  Eric Blake  <ebb9@byu.net>
1927
1928         Revert addition of verify, for BSD/OS.
1929         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
1930         can't handle large files, for the sake of obsolete platforms.
1931         * modules/fseeko (Depends-on): Remove verify.
1932         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
1933         * doc/functions/ftello.texi (ftello): Likewise.
1934         * doc/functions/fgetpos.texi (fgetpos): Likewise.
1935         Reported by Larry Jones.
1936
1937 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
1938
1939         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
1940         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
1941
1942 2007-12-17  Jim Meyering  <meyering@redhat.com>
1943
1944         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
1945         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
1946         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
1947         * modules/getcwd (Depends-on): Add openat.
1948         Reported by Petr Salinger.
1949
1950 2007-12-17  Bruno Haible  <bruno@clisp.org>
1951
1952         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
1953         avoid a segmentation fault of the configure test on x86_64 systems.
1954
1955 2007-12-15  Jim Meyering  <meyering@redhat.com>
1956
1957         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
1958
1959 2007-12-13  Eric Blake  <ebb9@byu.net>
1960
1961         Another fseek test.
1962         * tests/test-fseek.c (main): Also test ungetc handling.
1963         * tests/test-fseeko.c (main): Likewise.
1964         * modules/fseeko (Depends-on): Add verify.
1965         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
1966         large.
1967         Reported by Larry Jones.
1968
1969         Fix fseeko on mingw.
1970         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
1971         seek.
1972
1973         Beef up fseek tests.
1974         * tests/test-fseek.c (main): Also test eof handling.
1975         * tests/test-fseeko.c (main): Likewise.
1976         Reported by Larry Jones.
1977
1978 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
1979
1980         Fix fseeko on BSD-based platforms.
1981         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
1982         successful seek.
1983
1984 2007-12-12  Eric Blake  <ebb9@byu.net>
1985
1986         Allow circular dependency of separate libtests.a
1987         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
1988         when use_libtests.
1989
1990 2007-12-11  Eric Blake  <ebb9@byu.net>
1991
1992         Fix bug with -0.0L in previous patch.
1993         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
1994         * tests/test-isnan.c (main): Also test on zeroes.
1995         * tests/test-isnanf.c (main): Likewise.
1996         * tests/test-isnanl.h (main): Likewise.
1997
1998         Detect pseudo-denormals on x86 even when cross-compiling.
1999         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
2000         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
2001         invalid bit patterns that happen to satisfy ==.
2002
2003         Avoid link failures with separate libtests.a.
2004         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
2005         last, to satisfy circular dependencies.
2006
2007 2007-12-11  Eric Blake  <ebb9@byu.net>
2008         and Bruno Haible  <bruno@clisp.org>
2009
2010         Fix OpenBSD 4.0 <float.h> handling of long double.
2011         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
2012         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
2013         * doc/headers/float.texi (float.h): Document OpenBSD bug.
2014
2015 2007-12-11  Jim Meyering  <meyering@redhat.com>
2016
2017         * users.txt: Add libvirt.
2018
2019         Support versions of autoconf prior to 2.59c.
2020         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
2021         if it is not already defined.
2022
2023 2007-12-09  Bruno Haible  <bruno@clisp.org>
2024
2025         Let 'gnulib-tool --import' collect sources needed for the tests in
2026         tests/ rather than in lib/.
2027         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
2028         argument. If true, add rules to generate libtests.a, and put libtests.a
2029         into $(LDADD). Consider source files in subdirectories and set
2030         uses_subdirs.
2031         (func_emit_initmacro_start, func_emit_initmacro_end,
2032         func_emit_initmacro_done): Pass all arguments explicitly.
2033         (func_import): Determine two module lists main_modules,
2034         testsrelated_modules. Determine use_libtests. Determine two variables
2035         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
2036         instead of just sed_transform_lib_file. Determine two variables
2037         main_files and testsrelated_files. Compute 'files' as the union of
2038         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
2039         func_add_or_update. In the generated gnulib-comp.m4, collect the
2040         object files for tests/ in different variables than those for lib/.
2041         Substitute LIBTESTS_LIBDEPS.
2042         (func_create_testdir): Combine the uses_subdirs results from
2043         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
2044
2045 2007-12-09  Bruno Haible  <bruno@clisp.org>
2046
2047         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
2048         the build-aux directory.
2049
2050 2007-12-09  Bruno Haible  <bruno@clisp.org>
2051
2052         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
2053         introduced on 2006-09-09.
2054
2055 2007-12-07  Jim Meyering  <meyering@redhat.com>
2056
2057         Let these macros work also with autoconf-2.59.
2058         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
2059         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
2060         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
2061
2062 2007-12-06  Jim Meyering  <meyering@redhat.com>
2063
2064         Avoid a configure-time syntax error in gl_FUNC_ACL.
2065         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
2066         function in each branch, before testing the cache variable.
2067
2068 2007-12-04  Eric Blake  <ebb9@byu.net>
2069
2070         Make scripts executable.
2071         * build-aux/config.guess: Add execute permissions.
2072         * build-aux/config.sub: Likewise.
2073         * build-aux/gendocs.sh: Likewise.
2074
2075         Fix frexp on mingw.
2076         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
2077         cross-compiling.
2078         * doc/functions/frexp.texi (frexp): Document the bug.
2079
2080         Make cygwin fseeko check more reliable.
2081         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
2082         version numbers, rather than unrelated feature check.
2083         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
2084         * doc/functions/ftello.texi (ftello): Likewise.
2085         Reported by Bruno Haible.
2086
2087         * m4/strerror.m4: Bump version number.
2088
2089 2007-12-03  Bruno Haible  <bruno@clisp.org>
2090
2091         * doc/functions/mprotect.texi: Mention the mingw problem.
2092
2093 2007-12-03  Eric Blake  <ebb9@byu.net>
2094
2095         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
2096         REPLACE_STRERROR is initialized before this macro.
2097
2098 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2099
2100         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
2101         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
2102         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
2103         put -lsec in even for programs other than 'ls'.  This fixes a problem
2104         for gettext reported by Bruno Haible in
2105         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
2106         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
2107         Add support for Solaris 10.  This isn't efficient, but should get the
2108         job done for now.
2109
2110 2007-12-03  James Youngman  <jay@gnu.org>
2111
2112         * doc/regexprops-generic.texi: change "an close-group" to "a
2113         close-group" and "illegal" to "not allowed".
2114
2115 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2116
2117         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
2118         pr_byname.h. Needed for the rare case when the maintainer has done
2119         "make maintainer-clean" in the source directory and then attempts a
2120         build outside the source directory.
2121         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
2122         scripts_byname.h.
2123
2124 2007-12-02  Martin Lambers <marlam@marlam.de>
2125             Bruno Haible  <bruno@clisp.org>
2126
2127         * lib/getpagesize.h: Remove file.
2128         * lib/unistd.in.h: Include declaration of getpagesize here.
2129         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
2130         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
2131         HAVE_SYS_PARAM_H.
2132         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
2133         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
2134         * modules/getpagesize (Files): Remove lib/getpagesize.h.
2135         (Depends-on): Add unistd.
2136         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2137         (Include): Use <unistd.h> instead of getpagesize.h.
2138         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
2139         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
2140         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
2141         gl_GETPAGESIZE invocation, already handled by module dependency.
2142         * lib/pagealign_alloc.c: Don't include getpagesize.h.
2143
2144 2007-12-02  Bruno Haible  <bruno@clisp.org>
2145
2146         * modules/strings-tests: New file.
2147         * tests/test-strings.c: New file.
2148
2149         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
2150         * lib/strings.in.h: New file.
2151         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
2152         * m4/strings_h.m4: New file.
2153         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
2154         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
2155         * modules/strings: New file.
2156         * modules/string (Makefile.am): Update.
2157         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
2158         Reported by Karl Berry.
2159
2160 2007-12-01  Eric Blake  <ebb9@byu.net>
2161
2162         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
2163         accomodate fix in cygwin 1.5.25.
2164
2165 2007-12-01  Jim Meyering  <meyering@redhat.com>
2166
2167         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
2168         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2169         that would inhibit utf8-optimization of a regexp containing line-
2170         or buffer-anchors, e.g., `^', `$'.
2171
2172 2007-11-30  Bruno Haible  <bruno@clisp.org>
2173
2174         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
2175         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
2176         glthread_recursive_lock_init.
2177         * lib/lock.c (glthread_recursive_lock_init)
2178         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
2179         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2180
2181 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
2182
2183         New function qset_acl, like set_acl but with syscall semantics.
2184         * lib/acl.h (qset_acl): New decl.
2185         * lib/acl.c (qset_acl): New function.
2186         (set_acl): Use new function.  Use more-consistent diagnostics.
2187
2188 2007-11-28  Jim Meyering  <meyering@redhat.com>
2189
2190         * modules/physmem (License): Change from GPL to LGPLv2+.
2191
2192 2007-11-26  Bruno Haible  <bruno@clisp.org>
2193
2194         * lib/vasnprintf.c (decode_long_double): Don't abort if the
2195         'long double' type has excess precision.
2196         Reported by Jim Meyering in
2197         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
2198
2199 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2200
2201         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
2202         Sync from <http://gnu.org/licenses>.
2203         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
2204         with license text from same location.
2205         * doc/maintain.texi, doc/standards.texi:  Sync from
2206         <http://savannah.gnu.org/projects/gnustandards>.
2207
2208 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
2209         and Jim Meyering  <meyering@redhat.com>
2210
2211         Adjust getdate' grammar to accept a slightly more regular language.
2212         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
2213         Before, the former was rejected.
2214         * lib/getdate.y (digits_to_date_time): New function, factored
2215         out of ...
2216         (number): ...here.  Just call digits_to_date_time.
2217         (hybrid): New non-terminal to handle an <unsigned number,
2218         signed relative offset> sequence consistently.
2219
2220 2007-11-18  Jim Meyering  <meyering@redhat.com>
2221
2222         Pull my changes from coreutils:
2223         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
2224         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
2225         use of $gnulib_tool_option_extras, so that it's separated from the
2226         preceding argument.
2227
2228         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
2229         * build-aux/bootstrap (cp_mark_as_generated): Create any required
2230         parent destination directories before copying a file into place.
2231
2232 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2233
2234         bootstrap: work also with 4-argument variant of AC_INIT
2235         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
2236
2237 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2238
2239         Port test-getaddrinfo to Solaris.
2240         Problem reported by Bruno Haible in
2241         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
2242         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
2243         explanation of setting 'hints'.
2244         Don't reject an implementation merely because it returns EAI_SERVICE.
2245         (EAI_SERVICE): Define to 0 if not defined.
2246
2247 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2248
2249         The license of gnu-make and posix-shell is now "GPLed build tool".
2250         * modules/gnu-make (License): Likewise.
2251         * modules/posix-shell (License): Likewise.
2252
2253         New module posix-shell, for determining a POSIX shell
2254         or perhaps something that is close enough to a POSIX shell.
2255         * m4/posix-shell.m4: New file.
2256         * modules/posix-shell: New file.
2257
2258         * MODULES.html.sh: Mention new module.
2259
2260         New module gnu-make, for determining whether we're using GNU Make.
2261         * m4/gnu-make.m4: New file.
2262         * modules/gnu-make: New file.
2263         * MODULES.html.sh: Mention new module.
2264
2265 2007-11-14  Jim Meyering  <meyering@redhat.com>
2266
2267         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
2268         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
2269         use this macro to create a function _definition_.
2270         Remove useless "#undef ARGMATCH_DIE".
2271
2272 2007-11-14  Bruno Haible  <bruno@clisp.org>
2273
2274         * lib/config.charset: Update for OpenBSD 4.1.
2275         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
2276
2277 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
2278
2279         Document 64-bit #if problems in stdint.texi.
2280         * doc/headers/stdint.texi (stdint.h): Mention problems with
2281         64-bit-#if, and how to work around them.
2282
2283         Don't insist on 'long long int' support in the preprocessor.  It
2284         breaks too many things.  For example, PRIdMAX still uses a 'long
2285         long int' format with the latest Sun compiler, even though
2286         HAVE_LONG_LONG_INT isn't defined due to that compiler's
2287         preprocessor problem.  This causes the latest coreutils to dump
2288         core on Solaris 10 sparc with the Sun C compiler.
2289         Instead, fix the 2007-10-16 problem in a different way, by evaluating
2290         the troublesome expressions at configure-time, not at #if-time.
2291         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
2292         preprocessor.
2293         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
2294         compile-time C checks, done at 'configure'-time.
2295         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
2296         * modules/inttypes (Makefile): Substitute the new symbols that
2297         gl_INTTYPES_H now generates.
2298         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
2299
2300 2007-11-12  Bruno Haible  <bruno@clisp.org>
2301
2302         Tests for Unicode character classification functions.
2303
2304         * modules/unictype/bidicategory-byname-tests: New file.
2305         * modules/unictype/bidicategory-name-tests: New file.
2306         * modules/unictype/bidicategory-of-tests: New file.
2307         * modules/unictype/bidicategory-test-tests: New file.
2308         * modules/unictype/block-list-tests: New file.
2309         * modules/unictype/block-of-tests: New file.
2310         * modules/unictype/block-test-tests: New file.
2311         * modules/unictype/category-C-tests: New file.
2312         * modules/unictype/category-Cc-tests: New file.
2313         * modules/unictype/category-Cf-tests: New file.
2314         * modules/unictype/category-Cn-tests: New file.
2315         * modules/unictype/category-Co-tests: New file.
2316         * modules/unictype/category-Cs-tests: New file.
2317         * modules/unictype/category-L-tests: New file.
2318         * modules/unictype/category-Ll-tests: New file.
2319         * modules/unictype/category-Lm-tests: New file.
2320         * modules/unictype/category-Lo-tests: New file.
2321         * modules/unictype/category-Lt-tests: New file.
2322         * modules/unictype/category-Lu-tests: New file.
2323         * modules/unictype/category-M-tests: New file.
2324         * modules/unictype/category-Mc-tests: New file.
2325         * modules/unictype/category-Me-tests: New file.
2326         * modules/unictype/category-Mn-tests: New file.
2327         * modules/unictype/category-N-tests: New file.
2328         * modules/unictype/category-Nd-tests: New file.
2329         * modules/unictype/category-Nl-tests: New file.
2330         * modules/unictype/category-No-tests: New file.
2331         * modules/unictype/category-P-tests: New file.
2332         * modules/unictype/category-Pc-tests: New file.
2333         * modules/unictype/category-Pd-tests: New file.
2334         * modules/unictype/category-Pe-tests: New file.
2335         * modules/unictype/category-Pf-tests: New file.
2336         * modules/unictype/category-Pi-tests: New file.
2337         * modules/unictype/category-Po-tests: New file.
2338         * modules/unictype/category-Ps-tests: New file.
2339         * modules/unictype/category-S-tests: New file.
2340         * modules/unictype/category-Sc-tests: New file.
2341         * modules/unictype/category-Sk-tests: New file.
2342         * modules/unictype/category-Sm-tests: New file.
2343         * modules/unictype/category-So-tests: New file.
2344         * modules/unictype/category-Z-tests: New file.
2345         * modules/unictype/category-Zl-tests: New file.
2346         * modules/unictype/category-Zp-tests: New file.
2347         * modules/unictype/category-Zs-tests: New file.
2348         * modules/unictype/category-and-not-tests: New file.
2349         * modules/unictype/category-and-tests: New file.
2350         * modules/unictype/category-byname-tests: New file.
2351         * modules/unictype/category-name-tests: New file.
2352         * modules/unictype/category-none-tests: New file.
2353         * modules/unictype/category-of-tests: New file.
2354         * modules/unictype/category-or-tests: New file.
2355         * modules/unictype/category-test-withtable-tests: New file.
2356         * modules/unictype/combining-class-tests: New file.
2357         * modules/unictype/ctype-alnum-tests: New file.
2358         * modules/unictype/ctype-alpha-tests: New file.
2359         * modules/unictype/ctype-blank-tests: New file.
2360         * modules/unictype/ctype-cntrl-tests: New file.
2361         * modules/unictype/ctype-digit-tests: New file.
2362         * modules/unictype/ctype-graph-tests: New file.
2363         * modules/unictype/ctype-lower-tests: New file.
2364         * modules/unictype/ctype-print-tests: New file.
2365         * modules/unictype/ctype-punct-tests: New file.
2366         * modules/unictype/ctype-space-tests: New file.
2367         * modules/unictype/ctype-upper-tests: New file.
2368         * modules/unictype/ctype-xdigit-tests: New file.
2369         * modules/unictype/decimal-digit-tests: New file.
2370         * modules/unictype/digit-tests: New file.
2371         * modules/unictype/mirror-tests: New file.
2372         * modules/unictype/numeric-tests: New file.
2373         * modules/unictype/property-alphabetic-tests: New file.
2374         * modules/unictype/property-ascii-hex-digit-tests: New file.
2375         * modules/unictype/property-bidi-arabic-digit-tests: New file.
2376         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
2377         * modules/unictype/property-bidi-block-separator-tests: New file.
2378         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
2379         * modules/unictype/property-bidi-common-separator-tests: New file.
2380         * modules/unictype/property-bidi-control-tests: New file.
2381         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
2382         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
2383         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
2384         * modules/unictype/property-bidi-european-digit-tests: New file.
2385         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
2386         * modules/unictype/property-bidi-left-to-right-tests: New file.
2387         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
2388         * modules/unictype/property-bidi-other-neutral-tests: New file.
2389         * modules/unictype/property-bidi-pdf-tests: New file.
2390         * modules/unictype/property-bidi-segment-separator-tests: New file.
2391         * modules/unictype/property-bidi-whitespace-tests: New file.
2392         * modules/unictype/property-byname-tests: New file.
2393         * modules/unictype/property-combining-tests: New file.
2394         * modules/unictype/property-composite-tests: New file.
2395         * modules/unictype/property-currency-symbol-tests: New file.
2396         * modules/unictype/property-dash-tests: New file.
2397         * modules/unictype/property-decimal-digit-tests: New file.
2398         * modules/unictype/property-default-ignorable-code-point-tests: New file.
2399         * modules/unictype/property-deprecated-tests: New file.
2400         * modules/unictype/property-diacritic-tests: New file.
2401         * modules/unictype/property-extender-tests: New file.
2402         * modules/unictype/property-format-control-tests: New file.
2403         * modules/unictype/property-grapheme-base-tests: New file.
2404         * modules/unictype/property-grapheme-extend-tests: New file.
2405         * modules/unictype/property-grapheme-link-tests: New file.
2406         * modules/unictype/property-hex-digit-tests: New file.
2407         * modules/unictype/property-hyphen-tests: New file.
2408         * modules/unictype/property-id-continue-tests: New file.
2409         * modules/unictype/property-id-start-tests: New file.
2410         * modules/unictype/property-ideographic-tests: New file.
2411         * modules/unictype/property-ids-binary-operator-tests: New file.
2412         * modules/unictype/property-ids-trinary-operator-tests: New file.
2413         * modules/unictype/property-ignorable-control-tests: New file.
2414         * modules/unictype/property-iso-control-tests: New file.
2415         * modules/unictype/property-join-control-tests: New file.
2416         * modules/unictype/property-left-of-pair-tests: New file.
2417         * modules/unictype/property-line-separator-tests: New file.
2418         * modules/unictype/property-logical-order-exception-tests: New file.
2419         * modules/unictype/property-lowercase-tests: New file.
2420         * modules/unictype/property-math-tests: New file.
2421         * modules/unictype/property-non-break-tests: New file.
2422         * modules/unictype/property-not-a-character-tests: New file.
2423         * modules/unictype/property-numeric-tests: New file.
2424         * modules/unictype/property-other-alphabetic-tests: New file.
2425         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
2426         * modules/unictype/property-other-grapheme-extend-tests: New file.
2427         * modules/unictype/property-other-id-continue-tests: New file.
2428         * modules/unictype/property-other-id-start-tests: New file.
2429         * modules/unictype/property-other-lowercase-tests: New file.
2430         * modules/unictype/property-other-math-tests: New file.
2431         * modules/unictype/property-other-uppercase-tests: New file.
2432         * modules/unictype/property-paired-punctuation-tests: New file.
2433         * modules/unictype/property-paragraph-separator-tests: New file.
2434         * modules/unictype/property-pattern-syntax-tests: New file.
2435         * modules/unictype/property-pattern-white-space-tests: New file.
2436         * modules/unictype/property-private-use-tests: New file.
2437         * modules/unictype/property-punctuation-tests: New file.
2438         * modules/unictype/property-quotation-mark-tests: New file.
2439         * modules/unictype/property-radical-tests: New file.
2440         * modules/unictype/property-sentence-terminal-tests: New file.
2441         * modules/unictype/property-soft-dotted-tests: New file.
2442         * modules/unictype/property-space-tests: New file.
2443         * modules/unictype/property-terminal-punctuation-tests: New file.
2444         * modules/unictype/property-test-tests: New file.
2445         * modules/unictype/property-titlecase-tests: New file.
2446         * modules/unictype/property-unassigned-code-value-tests: New file.
2447         * modules/unictype/property-unified-ideograph-tests: New file.
2448         * modules/unictype/property-uppercase-tests: New file.
2449         * modules/unictype/property-variation-selector-tests: New file.
2450         * modules/unictype/property-white-space-tests: New file.
2451         * modules/unictype/property-xid-continue-tests: New file.
2452         * modules/unictype/property-xid-start-tests: New file.
2453         * modules/unictype/property-zero-width-tests: New file.
2454         * modules/unictype/scripts-tests: New file.
2455         * modules/unictype/syntax-c-ident-tests: New file.
2456         * modules/unictype/syntax-c-whitespace-tests: New file.
2457         * modules/unictype/syntax-java-ident-tests: New file.
2458         * modules/unictype/syntax-java-whitespace-tests: New file.
2459         * tests/unictype/test-bidi_byname.c: New file.
2460         * tests/unictype/test-bidi_name.c: New file.
2461         * tests/unictype/test-bidi_of.c: New file.
2462         * tests/unictype/test-bidi_test.c: New file.
2463         * tests/unictype/test-block_list.c: New file.
2464         * tests/unictype/test-block_of.c: New file.
2465         * tests/unictype/test-block_test.c: New file.
2466         * tests/unictype/test-categ_and.c: New file.
2467         * tests/unictype/test-categ_and_not.c: New file.
2468         * tests/unictype/test-categ_byname.c: New file.
2469         * tests/unictype/test-categ_name.c: New file.
2470         * tests/unictype/test-categ_none.c: New file.
2471         * tests/unictype/test-categ_of.c: New file.
2472         * tests/unictype/test-categ_or.c: New file.
2473         * tests/unictype/test-categ_test_withtable.c: New file.
2474         * tests/unictype/test-combining.c: New file.
2475         * tests/unictype/test-decdigit.c: New file.
2476         * tests/unictype/test-digit.c: New file.
2477         * tests/unictype/test-mirror.c: New file.
2478         * tests/unictype/test-numeric.c: New file.
2479         * tests/unictype/test-pr_byname.c: New file.
2480         * tests/unictype/test-pr_test.c: New file.
2481         * tests/unictype/test-predicate-part1.h: New file.
2482         * tests/unictype/test-predicate-part2.h: New file.
2483         * tests/unictype/test-scripts.c: New file.
2484         * tests/unictype/test-sy_c_ident.c: New file.
2485         * tests/unictype/test-sy_java_ident.c: New file.
2486
2487         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
2488         for Unicode 5.0.0.
2489         * tests/unictype/test-categ_Cc.c: Likewise.
2490         * tests/unictype/test-categ_Cf.c: Likewise.
2491         * tests/unictype/test-categ_Cn.c: Likewise.
2492         * tests/unictype/test-categ_Co.c: Likewise.
2493         * tests/unictype/test-categ_Cs.c: Likewise.
2494         * tests/unictype/test-categ_L.c: Likewise.
2495         * tests/unictype/test-categ_Ll.c: Likewise.
2496         * tests/unictype/test-categ_Lm.c: Likewise.
2497         * tests/unictype/test-categ_Lo.c: Likewise.
2498         * tests/unictype/test-categ_Lt.c: Likewise.
2499         * tests/unictype/test-categ_Lu.c: Likewise.
2500         * tests/unictype/test-categ_M.c: Likewise.
2501         * tests/unictype/test-categ_Mc.c: Likewise.
2502         * tests/unictype/test-categ_Me.c: Likewise.
2503         * tests/unictype/test-categ_Mn.c: Likewise.
2504         * tests/unictype/test-categ_N.c: Likewise.
2505         * tests/unictype/test-categ_Nd.c: Likewise.
2506         * tests/unictype/test-categ_Nl.c: Likewise.
2507         * tests/unictype/test-categ_No.c: Likewise.
2508         * tests/unictype/test-categ_P.c: Likewise.
2509         * tests/unictype/test-categ_Pc.c: Likewise.
2510         * tests/unictype/test-categ_Pd.c: Likewise.
2511         * tests/unictype/test-categ_Pe.c: Likewise.
2512         * tests/unictype/test-categ_Pf.c: Likewise.
2513         * tests/unictype/test-categ_Pi.c: Likewise.
2514         * tests/unictype/test-categ_Po.c: Likewise.
2515         * tests/unictype/test-categ_Ps.c: Likewise.
2516         * tests/unictype/test-categ_S.c: Likewise.
2517         * tests/unictype/test-categ_Sc.c: Likewise.
2518         * tests/unictype/test-categ_Sk.c: Likewise.
2519         * tests/unictype/test-categ_Sm.c: Likewise.
2520         * tests/unictype/test-categ_So.c: Likewise.
2521         * tests/unictype/test-categ_Z.c: Likewise.
2522         * tests/unictype/test-categ_Zl.c: Likewise.
2523         * tests/unictype/test-categ_Zp.c: Likewise.
2524         * tests/unictype/test-categ_Zs.c: Likewise.
2525         * tests/unictype/test-ctype_alnum.c: Likewise.
2526         * tests/unictype/test-ctype_alpha.c: Likewise.
2527         * tests/unictype/test-ctype_blank.c: Likewise.
2528         * tests/unictype/test-ctype_cntrl.c: Likewise.
2529         * tests/unictype/test-ctype_digit.c: Likewise.
2530         * tests/unictype/test-ctype_graph.c: Likewise.
2531         * tests/unictype/test-ctype_lower.c: Likewise.
2532         * tests/unictype/test-ctype_print.c: Likewise.
2533         * tests/unictype/test-ctype_punct.c: Likewise.
2534         * tests/unictype/test-ctype_space.c: Likewise.
2535         * tests/unictype/test-ctype_upper.c: Likewise.
2536         * tests/unictype/test-ctype_xdigit.c: Likewise.
2537         * tests/unictype/test-decdigit.h: Likewise.
2538         * tests/unictype/test-digit.h: Likewise.
2539         * tests/unictype/test-numeric.h: Likewise.
2540         * tests/unictype/test-pr_alphabetic.c: Likewise.
2541         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
2542         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
2543         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
2544         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
2545         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
2546         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
2547         * tests/unictype/test-pr_bidi_control.c: Likewise.
2548         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
2549         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
2550         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
2551         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
2552         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
2553         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
2554         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
2555         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
2556         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
2557         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
2558         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
2559         * tests/unictype/test-pr_combining.c: Likewise.
2560         * tests/unictype/test-pr_composite.c: Likewise.
2561         * tests/unictype/test-pr_currency_symbol.c: Likewise.
2562         * tests/unictype/test-pr_dash.c: Likewise.
2563         * tests/unictype/test-pr_decimal_digit.c: Likewise.
2564         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
2565         * tests/unictype/test-pr_deprecated.c: Likewise.
2566         * tests/unictype/test-pr_diacritic.c: Likewise.
2567         * tests/unictype/test-pr_extender.c: Likewise.
2568         * tests/unictype/test-pr_format_control.c: Likewise.
2569         * tests/unictype/test-pr_grapheme_base.c: Likewise.
2570         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
2571         * tests/unictype/test-pr_grapheme_link.c: Likewise.
2572         * tests/unictype/test-pr_hex_digit.c: Likewise.
2573         * tests/unictype/test-pr_hyphen.c: Likewise.
2574         * tests/unictype/test-pr_id_continue.c: Likewise.
2575         * tests/unictype/test-pr_id_start.c: Likewise.
2576         * tests/unictype/test-pr_ideographic.c: Likewise.
2577         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
2578         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
2579         * tests/unictype/test-pr_ignorable_control.c: Likewise.
2580         * tests/unictype/test-pr_iso_control.c: Likewise.
2581         * tests/unictype/test-pr_join_control.c: Likewise.
2582         * tests/unictype/test-pr_left_of_pair.c: Likewise.
2583         * tests/unictype/test-pr_line_separator.c: Likewise.
2584         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
2585         * tests/unictype/test-pr_lowercase.c: Likewise.
2586         * tests/unictype/test-pr_math.c: Likewise.
2587         * tests/unictype/test-pr_non_break.c: Likewise.
2588         * tests/unictype/test-pr_not_a_character.c: Likewise.
2589         * tests/unictype/test-pr_numeric.c: Likewise.
2590         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
2591         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
2592         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
2593         * tests/unictype/test-pr_other_id_continue.c: Likewise.
2594         * tests/unictype/test-pr_other_id_start.c: Likewise.
2595         * tests/unictype/test-pr_other_lowercase.c: Likewise.
2596         * tests/unictype/test-pr_other_math.c: Likewise.
2597         * tests/unictype/test-pr_other_uppercase.c: Likewise.
2598         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
2599         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
2600         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
2601         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
2602         * tests/unictype/test-pr_private_use.c: Likewise.
2603         * tests/unictype/test-pr_punctuation.c: Likewise.
2604         * tests/unictype/test-pr_quotation_mark.c: Likewise.
2605         * tests/unictype/test-pr_radical.c: Likewise.
2606         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
2607         * tests/unictype/test-pr_soft_dotted.c: Likewise.
2608         * tests/unictype/test-pr_space.c: Likewise.
2609         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
2610         * tests/unictype/test-pr_titlecase.c: Likewise.
2611         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
2612         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
2613         * tests/unictype/test-pr_uppercase.c: Likewise.
2614         * tests/unictype/test-pr_variation_selector.c: Likewise.
2615         * tests/unictype/test-pr_white_space.c: Likewise.
2616         * tests/unictype/test-pr_xid_continue.c: Likewise.
2617         * tests/unictype/test-pr_xid_start.c: Likewise.
2618         * tests/unictype/test-pr_zero_width.c: Likewise.
2619         * tests/unictype/test-sy_c_whitespace.c: Likewise.
2620         * tests/unictype/test-sy_java_whitespace.c: Likewise.
2621
2622 2007-11-12  Bruno Haible  <bruno@clisp.org>
2623
2624         Unicode character classification functions.
2625         * lib/unictype.h: New file.
2626         * modules/unictype/base: New file.
2627         * modules/unictype/category-L: New file.
2628         * modules/unictype/category-Lu: New file.
2629         * modules/unictype/category-Ll: New file.
2630         * modules/unictype/category-Lt: New file.
2631         * modules/unictype/category-Lm: New file.
2632         * modules/unictype/category-Lo: New file.
2633         * modules/unictype/category-M: New file.
2634         * modules/unictype/category-Mn: New file.
2635         * modules/unictype/category-Mc: New file.
2636         * modules/unictype/category-Me: New file.
2637         * modules/unictype/category-N: New file.
2638         * modules/unictype/category-Nd: New file.
2639         * modules/unictype/category-Nl: New file.
2640         * modules/unictype/category-No: New file.
2641         * modules/unictype/category-P: New file.
2642         * modules/unictype/category-Pc: New file.
2643         * modules/unictype/category-Pd: New file.
2644         * modules/unictype/category-Ps: New file.
2645         * modules/unictype/category-Pe: New file.
2646         * modules/unictype/category-Pi: New file.
2647         * modules/unictype/category-Pf: New file.
2648         * modules/unictype/category-Po: New file.
2649         * modules/unictype/category-S: New file.
2650         * modules/unictype/category-Sm: New file.
2651         * modules/unictype/category-Sc: New file.
2652         * modules/unictype/category-Sk: New file.
2653         * modules/unictype/category-So: New file.
2654         * modules/unictype/category-Z: New file.
2655         * modules/unictype/category-Zs: New file.
2656         * modules/unictype/category-Zl: New file.
2657         * modules/unictype/category-Zp: New file.
2658         * modules/unictype/category-C: New file.
2659         * modules/unictype/category-Cc: New file.
2660         * modules/unictype/category-Cf: New file.
2661         * modules/unictype/category-Cs: New file.
2662         * modules/unictype/category-Co: New file.
2663         * modules/unictype/category-Cn: New file.
2664         * modules/unictype/category-or: New file.
2665         * modules/unictype/category-of: New file.
2666         * modules/unictype/category-test: New file.
2667         * modules/unictype/category-test-withtable: New file.
2668         * modules/unictype/category-byname: New file.
2669         * modules/unictype/category-none: New file.
2670         * modules/unictype/category-and: New file.
2671         * modules/unictype/category-and-not: New file.
2672         * modules/unictype/category-name: New file.
2673         * modules/unictype/combining-class: New file.
2674         * modules/unictype/category-all: New file.
2675         * modules/unictype/bidicategory-all: New file.
2676         * modules/unictype/bidicategory-byname: New file.
2677         * modules/unictype/bidicategory-name: New file.
2678         * modules/unictype/bidicategory-of: New file.
2679         * modules/unictype/bidicategory-test: New file.
2680         * modules/unictype/decimal-digit: New file.
2681         * modules/unictype/digit: New file.
2682         * modules/unictype/numeric: New file.
2683         * modules/unictype/mirror: New file.
2684         * modules/unictype/property-white-space: New file.
2685         * modules/unictype/property-alphabetic: New file.
2686         * modules/unictype/property-other-alphabetic: New file.
2687         * modules/unictype/property-not-a-character: New file.
2688         * modules/unictype/property-default-ignorable-code-point: New file.
2689         * modules/unictype/property-other-default-ignorable-code-point: New
2690         file.
2691         * modules/unictype/property-deprecated: New file.
2692         * modules/unictype/property-logical-order-exception: New file.
2693         * modules/unictype/property-variation-selector: New file.
2694         * modules/unictype/property-private-use: New file.
2695         * modules/unictype/property-unassigned-code-value: New file.
2696         * modules/unictype/property-uppercase: New file.
2697         * modules/unictype/property-other-uppercase: New file.
2698         * modules/unictype/property-lowercase: New file.
2699         * modules/unictype/property-other-lowercase: New file.
2700         * modules/unictype/property-titlecase: New file.
2701         * modules/unictype/property-soft-dotted: New file.
2702         * modules/unictype/property-id-start: New file.
2703         * modules/unictype/property-other-id-start: New file.
2704         * modules/unictype/property-id-continue: New file.
2705         * modules/unictype/property-other-id-continue: New file.
2706         * modules/unictype/property-xid-start: New file.
2707         * modules/unictype/property-xid-continue: New file.
2708         * modules/unictype/property-pattern-white-space: New file.
2709         * modules/unictype/property-pattern-syntax: New file.
2710         * modules/unictype/property-join-control: New file.
2711         * modules/unictype/property-grapheme-base: New file.
2712         * modules/unictype/property-grapheme-extend: New file.
2713         * modules/unictype/property-other-grapheme-extend: New file.
2714         * modules/unictype/property-grapheme-link: New file.
2715         * modules/unictype/property-bidi-control: New file.
2716         * modules/unictype/property-bidi-left-to-right: New file.
2717         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
2718         * modules/unictype/property-bidi-arabic-right-to-left: New file.
2719         * modules/unictype/property-bidi-european-digit: New file.
2720         * modules/unictype/property-bidi-eur-num-separator: New file.
2721         * modules/unictype/property-bidi-eur-num-terminator: New file.
2722         * modules/unictype/property-bidi-arabic-digit: New file.
2723         * modules/unictype/property-bidi-common-separator: New file.
2724         * modules/unictype/property-bidi-block-separator: New file.
2725         * modules/unictype/property-bidi-segment-separator: New file.
2726         * modules/unictype/property-bidi-whitespace: New file.
2727         * modules/unictype/property-bidi-non-spacing-mark: New file.
2728         * modules/unictype/property-bidi-boundary-neutral: New file.
2729         * modules/unictype/property-bidi-pdf: New file.
2730         * modules/unictype/property-bidi-embedding-or-override: New file.
2731         * modules/unictype/property-bidi-other-neutral: New file.
2732         * modules/unictype/property-hex-digit: New file.
2733         * modules/unictype/property-ascii-hex-digit: New file.
2734         * modules/unictype/property-ideographic: New file.
2735         * modules/unictype/property-unified-ideograph: New file.
2736         * modules/unictype/property-radical: New file.
2737         * modules/unictype/property-ids-binary-operator: New file.
2738         * modules/unictype/property-ids-trinary-operator: New file.
2739         * modules/unictype/property-zero-width: New file.
2740         * modules/unictype/property-space: New file.
2741         * modules/unictype/property-non-break: New file.
2742         * modules/unictype/property-iso-control: New file.
2743         * modules/unictype/property-format-control: New file.
2744         * modules/unictype/property-dash: New file.
2745         * modules/unictype/property-hyphen: New file.
2746         * modules/unictype/property-punctuation: New file.
2747         * modules/unictype/property-line-separator: New file.
2748         * modules/unictype/property-paragraph-separator: New file.
2749         * modules/unictype/property-quotation-mark: New file.
2750         * modules/unictype/property-sentence-terminal: New file.
2751         * modules/unictype/property-terminal-punctuation: New file.
2752         * modules/unictype/property-currency-symbol: New file.
2753         * modules/unictype/property-math: New file.
2754         * modules/unictype/property-other-math: New file.
2755         * modules/unictype/property-paired-punctuation: New file.
2756         * modules/unictype/property-left-of-pair: New file.
2757         * modules/unictype/property-combining: New file.
2758         * modules/unictype/property-composite: New file.
2759         * modules/unictype/property-decimal-digit: New file.
2760         * modules/unictype/property-numeric: New file.
2761         * modules/unictype/property-diacritic: New file.
2762         * modules/unictype/property-extender: New file.
2763         * modules/unictype/property-ignorable-control: New file.
2764         * modules/unictype/property-test: New file.
2765         * modules/unictype/property-byname: New file.
2766         * modules/unictype/property-all: New file.
2767         * modules/unictype/scripts: New file.
2768         * modules/unictype/scripts-all: New file.
2769         * modules/unictype/block-of: New file.
2770         * modules/unictype/block-test: New file.
2771         * modules/unictype/block-list: New file.
2772         * modules/unictype/block-all: New file.
2773         * modules/unictype/syntax-c-whitespace: New file.
2774         * modules/unictype/syntax-java-whitespace: New file.
2775         * modules/unictype/syntax-c-ident: New file.
2776         * modules/unictype/syntax-java-ident: New file.
2777         * modules/unictype/ctype-alnum: New file.
2778         * modules/unictype/ctype-alpha: New file.
2779         * modules/unictype/ctype-cntrl: New file.
2780         * modules/unictype/ctype-digit: New file.
2781         * modules/unictype/ctype-graph: New file.
2782         * modules/unictype/ctype-lower: New file.
2783         * modules/unictype/ctype-print: New file.
2784         * modules/unictype/ctype-punct: New file.
2785         * modules/unictype/ctype-space: New file.
2786         * modules/unictype/ctype-upper: New file.
2787         * modules/unictype/ctype-xdigit: New file.
2788         * modules/unictype/ctype-blank: New file.
2789         * lib/unictype/bidi_byname.c: New file.
2790         * lib/unictype/bidi_name.c: New file.
2791         * lib/unictype/bidi_of.c: New file.
2792         * lib/unictype/bidi_test.c: New file.
2793         * lib/unictype/bitmap.h: New file.
2794         * lib/unictype/block_test.c: New file.
2795         * lib/unictype/blocks.c: New file.
2796         * lib/unictype/categ_C.c: New file.
2797         * lib/unictype/categ_Cc.c: New file.
2798         * lib/unictype/categ_Cf.c: New file.
2799         * lib/unictype/categ_Cn.c: New file.
2800         * lib/unictype/categ_Co.c: New file.
2801         * lib/unictype/categ_Cs.c: New file.
2802         * lib/unictype/categ_L.c: New file.
2803         * lib/unictype/categ_Ll.c: New file.
2804         * lib/unictype/categ_Lm.c: New file.
2805         * lib/unictype/categ_Lo.c: New file.
2806         * lib/unictype/categ_Lt.c: New file.
2807         * lib/unictype/categ_Lu.c: New file.
2808         * lib/unictype/categ_M.c: New file.
2809         * lib/unictype/categ_Mc.c: New file.
2810         * lib/unictype/categ_Me.c: New file.
2811         * lib/unictype/categ_Mn.c: New file.
2812         * lib/unictype/categ_N.c: New file.
2813         * lib/unictype/categ_Nd.c: New file.
2814         * lib/unictype/categ_Nl.c: New file.
2815         * lib/unictype/categ_No.c: New file.
2816         * lib/unictype/categ_P.c: New file.
2817         * lib/unictype/categ_Pc.c: New file.
2818         * lib/unictype/categ_Pd.c: New file.
2819         * lib/unictype/categ_Pe.c: New file.
2820         * lib/unictype/categ_Pf.c: New file.
2821         * lib/unictype/categ_Pi.c: New file.
2822         * lib/unictype/categ_Po.c: New file.
2823         * lib/unictype/categ_Ps.c: New file.
2824         * lib/unictype/categ_S.c: New file.
2825         * lib/unictype/categ_Sc.c: New file.
2826         * lib/unictype/categ_Sk.c: New file.
2827         * lib/unictype/categ_Sm.c: New file.
2828         * lib/unictype/categ_So.c: New file.
2829         * lib/unictype/categ_Z.c: New file.
2830         * lib/unictype/categ_Zl.c: New file.
2831         * lib/unictype/categ_Zp.c: New file.
2832         * lib/unictype/categ_Zs.c: New file.
2833         * lib/unictype/categ_and.c: New file.
2834         * lib/unictype/categ_and_not.c: New file.
2835         * lib/unictype/categ_byname.c: New file.
2836         * lib/unictype/categ_name.c: New file.
2837         * lib/unictype/categ_none.c: New file.
2838         * lib/unictype/categ_of.c: New file.
2839         * lib/unictype/categ_or.c: New file.
2840         * lib/unictype/categ_test.c: New file.
2841         * lib/unictype/combining.c: New file.
2842         * lib/unictype/ctype_alnum.c: New file.
2843         * lib/unictype/ctype_alpha.c: New file.
2844         * lib/unictype/ctype_blank.c: New file.
2845         * lib/unictype/ctype_cntrl.c: New file.
2846         * lib/unictype/ctype_digit.c: New file.
2847         * lib/unictype/ctype_graph.c: New file.
2848         * lib/unictype/ctype_lower.c: New file.
2849         * lib/unictype/ctype_print.c: New file.
2850         * lib/unictype/ctype_punct.c: New file.
2851         * lib/unictype/ctype_space.c: New file.
2852         * lib/unictype/ctype_upper.c: New file.
2853         * lib/unictype/ctype_xdigit.c: New file.
2854         * lib/unictype/decdigit.c: New file.
2855         * lib/unictype/digit.c: New file.
2856         * lib/unictype/identsyntaxmap.h: New file.
2857         * lib/unictype/mirror.c: New file.
2858         * lib/unictype/numeric.c: New file.
2859         * lib/unictype/pr_alphabetic.c: New file.
2860         * lib/unictype/pr_ascii_hex_digit.c: New file.
2861         * lib/unictype/pr_bidi_arabic_digit.c: New file.
2862         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
2863         * lib/unictype/pr_bidi_block_separator.c: New file.
2864         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
2865         * lib/unictype/pr_bidi_common_separator.c: New file.
2866         * lib/unictype/pr_bidi_control.c: New file.
2867         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
2868         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
2869         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
2870         * lib/unictype/pr_bidi_european_digit.c: New file.
2871         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
2872         * lib/unictype/pr_bidi_left_to_right.c: New file.
2873         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
2874         * lib/unictype/pr_bidi_other_neutral.c: New file.
2875         * lib/unictype/pr_bidi_pdf.c: New file.
2876         * lib/unictype/pr_bidi_segment_separator.c: New file.
2877         * lib/unictype/pr_bidi_whitespace.c: New file.
2878         * lib/unictype/pr_byname.c: New file.
2879         * lib/unictype/pr_byname.gperf: New file.
2880         * lib/unictype/pr_combining.c: New file.
2881         * lib/unictype/pr_composite.c: New file.
2882         * lib/unictype/pr_currency_symbol.c: New file.
2883         * lib/unictype/pr_dash.c: New file.
2884         * lib/unictype/pr_decimal_digit.c: New file.
2885         * lib/unictype/pr_default_ignorable_code_point.c: New file.
2886         * lib/unictype/pr_deprecated.c: New file.
2887         * lib/unictype/pr_diacritic.c: New file.
2888         * lib/unictype/pr_extender.c: New file.
2889         * lib/unictype/pr_format_control.c: New file.
2890         * lib/unictype/pr_grapheme_base.c: New file.
2891         * lib/unictype/pr_grapheme_extend.c: New file.
2892         * lib/unictype/pr_grapheme_link.c: New file.
2893         * lib/unictype/pr_hex_digit.c: New file.
2894         * lib/unictype/pr_hyphen.c: New file.
2895         * lib/unictype/pr_id_continue.c: New file.
2896         * lib/unictype/pr_id_start.c: New file.
2897         * lib/unictype/pr_ideographic.c: New file.
2898         * lib/unictype/pr_ids_binary_operator.c: New file.
2899         * lib/unictype/pr_ids_trinary_operator.c: New file.
2900         * lib/unictype/pr_ignorable_control.c: New file.
2901         * lib/unictype/pr_iso_control.c: New file.
2902         * lib/unictype/pr_join_control.c: New file.
2903         * lib/unictype/pr_left_of_pair.c: New file.
2904         * lib/unictype/pr_line_separator.c: New file.
2905         * lib/unictype/pr_logical_order_exception.c: New file.
2906         * lib/unictype/pr_lowercase.c: New file.
2907         * lib/unictype/pr_math.c: New file.
2908         * lib/unictype/pr_non_break.c: New file.
2909         * lib/unictype/pr_not_a_character.c: New file.
2910         * lib/unictype/pr_numeric.c: New file.
2911         * lib/unictype/pr_other_alphabetic.c: New file.
2912         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
2913         * lib/unictype/pr_other_grapheme_extend.c: New file.
2914         * lib/unictype/pr_other_id_continue.c: New file.
2915         * lib/unictype/pr_other_id_start.c: New file.
2916         * lib/unictype/pr_other_lowercase.c: New file.
2917         * lib/unictype/pr_other_math.c: New file.
2918         * lib/unictype/pr_other_uppercase.c: New file.
2919         * lib/unictype/pr_paired_punctuation.c: New file.
2920         * lib/unictype/pr_paragraph_separator.c: New file.
2921         * lib/unictype/pr_pattern_syntax.c: New file.
2922         * lib/unictype/pr_pattern_white_space.c: New file.
2923         * lib/unictype/pr_private_use.c: New file.
2924         * lib/unictype/pr_punctuation.c: New file.
2925         * lib/unictype/pr_quotation_mark.c: New file.
2926         * lib/unictype/pr_radical.c: New file.
2927         * lib/unictype/pr_sentence_terminal.c: New file.
2928         * lib/unictype/pr_soft_dotted.c: New file.
2929         * lib/unictype/pr_space.c: New file.
2930         * lib/unictype/pr_terminal_punctuation.c: New file.
2931         * lib/unictype/pr_test.c: New file.
2932         * lib/unictype/pr_titlecase.c: New file.
2933         * lib/unictype/pr_unassigned_code_value.c: New file.
2934         * lib/unictype/pr_unified_ideograph.c: New file.
2935         * lib/unictype/pr_uppercase.c: New file.
2936         * lib/unictype/pr_variation_selector.c: New file.
2937         * lib/unictype/pr_white_space.c: New file.
2938         * lib/unictype/pr_xid_continue.c: New file.
2939         * lib/unictype/pr_xid_start.c: New file.
2940         * lib/unictype/pr_zero_width.c: New file.
2941         * lib/unictype/scripts.c: New file.
2942         * lib/unictype/sy_c_ident.c: New file.
2943         * lib/unictype/sy_c_whitespace.c: New file.
2944         * lib/unictype/sy_java_ident.c: New file.
2945         * lib/unictype/sy_java_whitespace.c: New file.
2946
2947         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
2948         Unicode 5.0.0.
2949         * lib/unictype/blocks.h: Likewise.
2950         * lib/unictype/categ_C.h: Likewise.
2951         * lib/unictype/categ_Cc.h: Likewise.
2952         * lib/unictype/categ_Cf.h: Likewise.
2953         * lib/unictype/categ_Cn.h: Likewise.
2954         * lib/unictype/categ_Co.h: Likewise.
2955         * lib/unictype/categ_Cs.h: Likewise.
2956         * lib/unictype/categ_L.h: Likewise.
2957         * lib/unictype/categ_Ll.h: Likewise.
2958         * lib/unictype/categ_Lm.h: Likewise.
2959         * lib/unictype/categ_Lo.h: Likewise.
2960         * lib/unictype/categ_Lt.h: Likewise.
2961         * lib/unictype/categ_Lu.h: Likewise.
2962         * lib/unictype/categ_M.h: Likewise.
2963         * lib/unictype/categ_Mc.h: Likewise.
2964         * lib/unictype/categ_Me.h: Likewise.
2965         * lib/unictype/categ_Mn.h: Likewise.
2966         * lib/unictype/categ_N.h: Likewise.
2967         * lib/unictype/categ_Nd.h: Likewise.
2968         * lib/unictype/categ_Nl.h: Likewise.
2969         * lib/unictype/categ_No.h: Likewise.
2970         * lib/unictype/categ_P.h: Likewise.
2971         * lib/unictype/categ_Pc.h: Likewise.
2972         * lib/unictype/categ_Pd.h: Likewise.
2973         * lib/unictype/categ_Pe.h: Likewise.
2974         * lib/unictype/categ_Pf.h: Likewise.
2975         * lib/unictype/categ_Pi.h: Likewise.
2976         * lib/unictype/categ_Po.h: Likewise.
2977         * lib/unictype/categ_Ps.h: Likewise.
2978         * lib/unictype/categ_S.h: Likewise.
2979         * lib/unictype/categ_Sc.h: Likewise.
2980         * lib/unictype/categ_Sk.h: Likewise.
2981         * lib/unictype/categ_Sm.h: Likewise.
2982         * lib/unictype/categ_So.h: Likewise.
2983         * lib/unictype/categ_Z.h: Likewise.
2984         * lib/unictype/categ_Zl.h: Likewise.
2985         * lib/unictype/categ_Zp.h: Likewise.
2986         * lib/unictype/categ_Zs.h: Likewise.
2987         * lib/unictype/categ_of.h: Likewise.
2988         * lib/unictype/combining.h: Likewise.
2989         * lib/unictype/ctype_alnum.h: Likewise.
2990         * lib/unictype/ctype_alpha.h: Likewise.
2991         * lib/unictype/ctype_blank.h: Likewise.
2992         * lib/unictype/ctype_cntrl.h: Likewise.
2993         * lib/unictype/ctype_digit.h: Likewise.
2994         * lib/unictype/ctype_graph.h: Likewise.
2995         * lib/unictype/ctype_lower.h: Likewise.
2996         * lib/unictype/ctype_print.h: Likewise.
2997         * lib/unictype/ctype_punct.h: Likewise.
2998         * lib/unictype/ctype_space.h: Likewise.
2999         * lib/unictype/ctype_upper.h: Likewise.
3000         * lib/unictype/ctype_xdigit.h: Likewise.
3001         * lib/unictype/decdigit.h: Likewise.
3002         * lib/unictype/digit.h: Likewise.
3003         * lib/unictype/mirror.h: Likewise.
3004         * lib/unictype/numeric.h: Likewise.
3005         * lib/unictype/pr_alphabetic.h: Likewise.
3006         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
3007         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
3008         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
3009         * lib/unictype/pr_bidi_block_separator.h: Likewise.
3010         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
3011         * lib/unictype/pr_bidi_common_separator.h: Likewise.
3012         * lib/unictype/pr_bidi_control.h: Likewise.
3013         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
3014         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
3015         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
3016         * lib/unictype/pr_bidi_european_digit.h: Likewise.
3017         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
3018         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
3019         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
3020         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
3021         * lib/unictype/pr_bidi_pdf.h: Likewise.
3022         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
3023         * lib/unictype/pr_bidi_whitespace.h: Likewise.
3024         * lib/unictype/pr_combining.h: Likewise.
3025         * lib/unictype/pr_composite.h: Likewise.
3026         * lib/unictype/pr_currency_symbol.h: Likewise.
3027         * lib/unictype/pr_dash.h: Likewise.
3028         * lib/unictype/pr_decimal_digit.h: Likewise.
3029         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
3030         * lib/unictype/pr_deprecated.h: Likewise.
3031         * lib/unictype/pr_diacritic.h: Likewise.
3032         * lib/unictype/pr_extender.h: Likewise.
3033         * lib/unictype/pr_format_control.h: Likewise.
3034         * lib/unictype/pr_grapheme_base.h: Likewise.
3035         * lib/unictype/pr_grapheme_extend.h: Likewise.
3036         * lib/unictype/pr_grapheme_link.h: Likewise.
3037         * lib/unictype/pr_hex_digit.h: Likewise.
3038         * lib/unictype/pr_hyphen.h: Likewise.
3039         * lib/unictype/pr_id_continue.h: Likewise.
3040         * lib/unictype/pr_id_start.h: Likewise.
3041         * lib/unictype/pr_ideographic.h: Likewise.
3042         * lib/unictype/pr_ids_binary_operator.h: Likewise.
3043         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
3044         * lib/unictype/pr_ignorable_control.h: Likewise.
3045         * lib/unictype/pr_iso_control.h: Likewise.
3046         * lib/unictype/pr_join_control.h: Likewise.
3047         * lib/unictype/pr_left_of_pair.h: Likewise.
3048         * lib/unictype/pr_line_separator.h: Likewise.
3049         * lib/unictype/pr_logical_order_exception.h: Likewise.
3050         * lib/unictype/pr_lowercase.h: Likewise.
3051         * lib/unictype/pr_math.h: Likewise.
3052         * lib/unictype/pr_non_break.h: Likewise.
3053         * lib/unictype/pr_not_a_character.h: Likewise.
3054         * lib/unictype/pr_numeric.h: Likewise.
3055         * lib/unictype/pr_other_alphabetic.h: Likewise.
3056         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
3057         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
3058         * lib/unictype/pr_other_id_continue.h: Likewise.
3059         * lib/unictype/pr_other_id_start.h: Likewise.
3060         * lib/unictype/pr_other_lowercase.h: Likewise.
3061         * lib/unictype/pr_other_math.h: Likewise.
3062         * lib/unictype/pr_other_uppercase.h: Likewise.
3063         * lib/unictype/pr_paired_punctuation.h: Likewise.
3064         * lib/unictype/pr_paragraph_separator.h: Likewise.
3065         * lib/unictype/pr_pattern_syntax.h: Likewise.
3066         * lib/unictype/pr_pattern_white_space.h: Likewise.
3067         * lib/unictype/pr_private_use.h: Likewise.
3068         * lib/unictype/pr_punctuation.h: Likewise.
3069         * lib/unictype/pr_quotation_mark.h: Likewise.
3070         * lib/unictype/pr_radical.h: Likewise.
3071         * lib/unictype/pr_sentence_terminal.h: Likewise.
3072         * lib/unictype/pr_soft_dotted.h: Likewise.
3073         * lib/unictype/pr_space.h: Likewise.
3074         * lib/unictype/pr_terminal_punctuation.h: Likewise.
3075         * lib/unictype/pr_titlecase.h: Likewise.
3076         * lib/unictype/pr_unassigned_code_value.h: Likewise.
3077         * lib/unictype/pr_unified_ideograph.h: Likewise.
3078         * lib/unictype/pr_uppercase.h: Likewise.
3079         * lib/unictype/pr_variation_selector.h: Likewise.
3080         * lib/unictype/pr_white_space.h: Likewise.
3081         * lib/unictype/pr_xid_continue.h: Likewise.
3082         * lib/unictype/pr_xid_start.h: Likewise.
3083         * lib/unictype/pr_zero_width.h: Likewise.
3084         * lib/unictype/scripts.h: Likewise.
3085         * lib/unictype/scripts_byname.gperf: Likewise.
3086         * lib/unictype/sy_c_ident.h: Likewise.
3087         * lib/unictype/sy_c_whitespace.h: Likewise.
3088         * lib/unictype/sy_java_ident.h: Likewise.
3089         * lib/unictype/sy_java_whitespace.h: Likewise.
3090
3091         * lib/unictype/Makefile: New file.
3092         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
3093         glibc.
3094         * lib/unictype/3level.h: New file, copied from glibc.
3095         * lib/unictype/3levelbit.h: New file.
3096
3097 2007-11-11  Bruno Haible  <bruno@clisp.org>
3098
3099         * modules/gperf: New file.
3100         * modules/iconv_open (Depends-on): Add it.
3101         (Makefile.am): Remove the GPERF definition.
3102
3103 2007-11-11  Bruno Haible  <bruno@clisp.org>
3104
3105         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
3106         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
3107
3108 2007-11-11  Bruno Haible  <bruno@clisp.org>
3109
3110         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
3111         (usage): Remove function.
3112
3113 2007-11-11  Bruno Haible  <bruno@clisp.org>
3114
3115         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
3116         gl_FUNC_CEILF_LIBS.
3117         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
3118         gl_FUNC_CEIL_LIBS.
3119         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
3120         gl_FUNC_CEILL_LIBS.
3121         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
3122         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
3123         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
3124
3125 2007-11-11  Bruno Haible  <bruno@clisp.org>
3126
3127         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
3128         roundf were declared but do not exist on functions.
3129         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
3130         roundl were declared but do not exist on functions.
3131         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
3132         HAVE_FLOORL_AND_CEILL, respectively.
3133         Needed for Sun C on Solaris 10.
3134
3135 2007-11-11  Bruno Haible  <bruno@clisp.org>
3136
3137         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
3138         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
3139         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
3140         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
3141         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
3142         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
3143         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
3144         HAVE_DECL_ROUNDF.
3145         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
3146         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
3147         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
3148         of HAVE_DECL_ROUND*.
3149         * modules/math (Makefile.am): Update.
3150
3151 2007-11-10  Bruno Haible  <bruno@clisp.org>
3152
3153         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
3154         ptrdiff_t as m4/intl.m4.
3155
3156 2007-11-10  Jim Meyering  <meyering@redhat.com>
3157
3158         Avoid link failure for the argmatch test.
3159         * tests/test-argmatch.c (usage): Define function to avoid a link
3160         failure: argmatch_die requires a usage function.
3161
3162 2007-11-09  Bruno Haible  <bruno@clisp.org>
3163
3164         * doc/functions/snprintf.texi: Mention BeOS deficiency.
3165         * doc/functions/vsnprintf.texi: Likewise.
3166         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
3167         with a size argument < 2.
3168
3169 2007-11-09  Bruno Haible  <bruno@clisp.org>
3170
3171         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
3172         buffer. Fixes an inefficiency introduced on 2007-11-03.
3173
3174 2007-11-09  Bruno Haible  <bruno@clisp.org>
3175
3176         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
3177         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
3178
3179 2007-11-08  Jim Meyering  <meyering@redhat.com>
3180
3181         Change cache variable name prefix "jm_" to "gl_" everywhere.
3182         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
3183         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
3184         * m4/uptime.m4: s/gl_/jm_/
3185
3186 2007-11-07  Bruno Haible  <bruno@clisp.org>
3187
3188         Update to GNU gettext 0.17.
3189         * m4/intl.m4: Update to GNU gettext 0.17.
3190         * m4/po.m4: Likewise.
3191         * modules/gettext (Files): Remove m4/ulonglong.m4.
3192         (configure.ac): Require gettext infrastructure from version 0.17.
3193
3194 2007-11-06  Bruno Haible  <bruno@clisp.org>
3195
3196         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
3197         symbolic values are not defined in a public header.
3198         * lib/freadable.c (freadable) [QNX]: Likewise.
3199         * lib/freadahead.c (freadahead) [QNX]: Likewise.
3200         * lib/freading.c (freading) [QNX]: Likewise.
3201         * lib/fseterr.c (fseterr) [QNX]: Likewise.
3202         * lib/fwritable.c (fwritable) [QNX]: Likewise.
3203         * lib/fwriting.c (fwriting) [QNX]: Likewise.
3204         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
3205         Reported by Alain Magloire.
3206
3207         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
3208
3209 2007-11-05  Bruno Haible  <bruno@clisp.org>
3210
3211         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
3212         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
3213         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
3214         Reported by Eric Blake.
3215
3216 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3217             Bruno Haible  <bruno@clisp.org>
3218
3219         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
3220         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
3221         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
3222         (malloc): Undefine also before including <stdlib.h>.
3223         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
3224         Needed on OSF/1 4.0.
3225
3226 2007-11-05  Jim Meyering  <meyering@redhat.com>
3227
3228         git-version-gen: sync from coreutils.
3229         * build-aux/git-version-gen: Add comments.
3230         Change the first '-' to '.' in the snapshot version string,
3231         e.g., 6.9-377-08144 -> 6.9.377-08144
3232         Remove first parameter.
3233         Don't declare a version "-dirty" merely because a time
3234         stamp has changed.
3235
3236 2007-11-04  Bruno Haible  <bruno@clisp.org>
3237
3238         * lib/lock.h: Protect all macro definitions containing an 'if'
3239         statement through a "do { ... } while (0)".
3240         * lib/tls.h: Likewise.
3241
3242 2007-11-04  Bruno Haible  <bruno@clisp.org>
3243
3244         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
3245
3246 2007-11-04  Bruno Haible  <bruno@clisp.org>
3247
3248         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
3249         * modules/fprintf-posix (Depends-on): Add nocrash.
3250         * modules/snprintf-posix (Depends-on): Likewise.
3251         * modules/sprintf-posix (Depends-on): Likewise.
3252         * modules/vasnprintf-posix (Depends-on): Likewise.
3253         * modules/vasprintf-posix (Depends-on): Likewise.
3254         * modules/vfprintf-posix (Depends-on): Likewise.
3255         * modules/vsnprintf-posix (Depends-on): Likewise.
3256         * modules/vsprintf-posix (Depends-on): Likewise.
3257         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3258         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3259         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3260         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3261         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3262         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3263         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3264
3265 2007-11-04  Bruno Haible  <bruno@clisp.org>
3266
3267         * modules/nocrash: New file.
3268         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
3269         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
3270
3271 2007-11-04  Bruno Haible  <bruno@clisp.org>
3272
3273         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
3274         precision handling.
3275         * tests/test-vasprintf-posix.c (test_function): Likewise.
3276         * tests/test-snprintf-posix.h (test_function): Likewise.
3277         * tests/test-sprintf-posix.h (test_function): Likewise.
3278
3279         Fix *printf behaviour for large precisions on mingw and BeOS.
3280         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
3281         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
3282         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
3283         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3284         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3285         gl_PRINTF_PRECISION and test its result. Invoke
3286         gl_PREREQ_VASNPRINTF_PRECISION.
3287         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3288         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3289         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3290         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3291         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3292         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3293         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3294         * doc/functions/fprintf.texi: Update.
3295         * doc/functions/printf.texi: Update.
3296         * doc/functions/snprintf.texi: Update.
3297         * doc/functions/sprintf.texi: Update.
3298         * doc/functions/vfprintf.texi: Update.
3299         * doc/functions/vprintf.texi: Update.
3300         * doc/functions/vsnprintf.texi: Update.
3301         * doc/functions/vsprintf.texi: Update.
3302
3303 2007-11-04  Bruno Haible  <bruno@clisp.org>
3304
3305         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
3306
3307 2007-11-04  Bruno Haible  <bruno@clisp.org>
3308
3309         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
3310         Reported by Sylvain Beucler <beuc@gnu.org>.
3311
3312 2007-11-03  Bruno Haible  <bruno@clisp.org>
3313
3314         * tests/test-fprintf-posix2.sh: New file.
3315         * tests/test-fprintf-posix2.c: New file.
3316         * modules/fprintf-posix-tests (Files): Add them.
3317         (TESTS): Add test-fprintf-posix2.sh.
3318         (configure.ac): Check for getrlimit and setrlimit.
3319         (check_PROGRAMS): Add test-fprintf-posix2.
3320
3321         * tests/test-printf-posix2.sh: New file.
3322         * tests/test-printf-posix2.c: New file.
3323         * modules/printf-posix-tests (Files): Add them.
3324         (TESTS): Add test-printf-posix2.sh.
3325         (configure.ac): Check for getrlimit and setrlimit.
3326         (check_PROGRAMS): Add test-printf-posix2.
3327
3328         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
3329         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
3330         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
3331         (decode_double): New function, copied from decode_long_double.
3332         (scale10_round_decimal_decoded): New function, extracted from
3333         scale10_round_decimal_long_double.
3334         (scale10_round_decimal_long_double): Use it.
3335         (scale10_round_decimal_double): New function.
3336         (floorlog10): New function.
3337         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
3338         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
3339         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
3340         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3341         gl_PRINTF_ENOMEM and test its result. Invoke
3342         gl_PREREQ_VASNPRINTF_ENOMEM.
3343         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3344         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3345         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3346         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3347         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3348         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3349         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3350         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
3351         * modules/snprintf-posix (Depends-on): Likewise.
3352         * modules/sprintf-posix (Depends-on): Likewise.
3353         * modules/vasnprintf-posix (Depends-on): Likewise.
3354         * modules/vasprintf-posix (Depends-on): Likewise.
3355         * modules/vfprintf-posix (Depends-on): Likewise.
3356         * modules/vsnprintf-posix (Depends-on): Likewise.
3357         * modules/vsprintf-posix (Depends-on): Likewise.
3358         * doc/functions/fprintf.texi: Update.
3359         * doc/functions/printf.texi: Update.
3360         * doc/functions/snprintf.texi: Update.
3361         * doc/functions/sprintf.texi: Update.
3362         * doc/functions/vfprintf.texi: Update.
3363         * doc/functions/vprintf.texi: Update.
3364         * doc/functions/vsnprintf.texi: Update.
3365         * doc/functions/vsprintf.texi: Update.
3366
3367 2007-11-03  Bruno Haible  <bruno@clisp.org>
3368
3369         * modules/frexp-nolibm-tests: New file.
3370
3371         * modules/frexp-nolibm: New file.
3372         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
3373
3374 2007-11-03  Bruno Haible  <bruno@clisp.org>
3375
3376         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
3377         value is C99 compliant.
3378         Needed for OSF/1 5.1.
3379
3380 2007-11-03  Bruno Haible  <bruno@clisp.org>
3381
3382         Fix out-of-memory handling of vasnprintf.
3383         * lib/printf-parse.c: Include <errno.h>.
3384         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
3385         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
3386         is already set.
3387
3388 2007-11-02  Eric Blake  <ebb9@byu.net>
3389
3390         Fix tests on cygwin.
3391         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
3392
3393 2007-11-01  Bruno Haible  <bruno@clisp.org>
3394
3395         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
3396         warning.
3397         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
3398         needed for POSIX compatibility.
3399
3400 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
3401
3402         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
3403         for compatibility with GNU.
3404
3405 2007-11-01  Bruno Haible  <bruno@clisp.org>
3406
3407         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
3408         (putenv): Renamed from rpl_putenv. Change argument type from
3409         'const char *' to 'char *'.
3410         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
3411         of defining putenv in config.h, just set REPLACE_PUTENV.
3412         * modules/putenv (Depends-on): Add stdlib.
3413         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3414         (Include): Use <stdlib.h>.
3415         * lib/stdlib.in.h (putenv): New declaration.
3416         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
3417         REPLACE_PUTENV.
3418         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
3419         REPLACE_PUTENV.
3420         Needed for MacOS X 10.5.0.
3421         Reported by Peter O'Gorman <peter@pogma.com>.
3422
3423 2007-11-01  Jim Meyering  <meyering@redhat.com>
3424
3425         Treat an empty date string exactly like "0".
3426         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
3427         if the remaining date string (to be parsed) is empty, use "0".
3428         Reported by Mischa Molhoek and discussed in this thread:
3429         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
3430
3431 2007-10-31  Bruno Haible  <bruno@clisp.org>
3432
3433         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
3434         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
3435         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
3436         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
3437         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
3438         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
3439
3440 2007-10-31  Bruno Haible  <bruno@clisp.org>
3441
3442         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
3443         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
3444         (AC_TYPE_LONG_LONG_INT): Use it.
3445         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
3446         it as well.
3447         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
3448         to m4/longlong.m4.
3449         * modules/stdint (Files): Remove m4/ulonglong.m4.
3450         * modules/strtoull (Files): Use m4/longlong.m4 instead of
3451         m4/ulonglong.m4.
3452         * modules/strtoumax (Files): Likewise.
3453
3454 2007-10-30  Bruno Haible  <bruno@clisp.org>
3455
3456         * modules/xvasprintf-posix: New file.
3457         Suggested by Eric Blake.
3458
3459 2007-10-30  Bruno Haible  <bruno@clisp.org>
3460
3461         * modules/xprintf-posix-tests: New file.
3462         * tests/test-xprintf-posix.sh: New file.
3463         * tests/test-xprintf-posix.c: New file.
3464         * tests/test-xfprintf-posix.c: New file.
3465
3466         * modules/xprintf-posix: New file.
3467
3468 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3469
3470         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
3471         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
3472         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
3473
3474 2007-10-29  Bruno Haible  <bruno@clisp.org>
3475
3476         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
3477         contain the special marker '_cv_'.
3478         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
3479         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
3480         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
3481         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
3482         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
3483         Reported by Ralf Wildenhues.
3484
3485 2007-10-29  Bruno Haible  <bruno@clisp.org>
3486
3487         * gnulib-tool (func_import): When --lgpl is not specified, set
3488         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
3489         GPLv3.
3490         Reported by Simon Josefsson.
3491
3492 2007-10-28  Bruno Haible  <bruno@clisp.org>
3493
3494         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
3495         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
3496         HAVE_DECL_ISFINITE.
3497         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
3498         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
3499         HAVE_DECL_ISFINITE.
3500
3501 2007-10-28  Bruno Haible  <bruno@clisp.org>
3502
3503         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
3504         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
3505
3506 2007-10-28  Bruno Haible  <bruno@clisp.org>
3507
3508         Fix link errors with Sun C 5.0 on Solaris 10.
3509         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
3510         function is declared but not present in the compiler's libm.
3511         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
3512         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
3513         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
3514         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
3515         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
3516         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
3517         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
3518         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
3519         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
3520         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
3521         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
3522         HAVE_DECL_FLOORL.
3523
3524 2007-10-28  Bruno Haible  <bruno@clisp.org>
3525
3526         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
3527         gl_FUNC_FLOORL. Cache the result.
3528         (gl_FUNC_FLOORL): Use it.
3529         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
3530         gl_FUNC_CEILL. Cache the result.
3531         (gl_FUNC_CEILL): Use it.
3532
3533         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
3534         gl_FUNC_FLOOR. Cache the result.
3535         (gl_FUNC_FLOOR): Use it.
3536         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
3537         gl_FUNC_CEIL. Cache the result.
3538         (gl_FUNC_CEIL): Use it.
3539
3540         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
3541         gl_FUNC_FLOORF. Cache the result.
3542         (gl_FUNC_FLOORF): Use it.
3543         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
3544         gl_FUNC_CEILF. Cache the result.
3545         (gl_FUNC_CEILF): Use it.
3546
3547 2007-10-28  Bruno Haible  <bruno@clisp.org>
3548
3549         * gnulib-tool: Allow specifying the LGPL version number through
3550         --lgpl=2 or --lgpl=3.
3551         (func_usage): Document --lgpl with argument.
3552         Handle --lgpl=... arguments.
3553         (func_import): Recognize also gl_LGPL calls with an argument. When
3554         --lgpl=2 is used and the module's license is just LGPL, report an
3555         error. Set sed_transform_lib_file according to the lgpl variable. In
3556         the generated files, use --lgpl or gl_LGPL invocations with argument,
3557         if necessary.
3558         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
3559         an LGPv2+ license.
3560         * doc/gnulib-tool.texi (Modified imports): Update explanation of
3561         gl_LGPL macro.
3562
3563 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3564             Bruno Haible  <bruno@clisp.org>
3565
3566         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
3567         (u16_uctomb_aux): Likewise.
3568         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
3569         !HAVE_INLINE.
3570         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
3571
3572 2007-10-28  Bruno Haible  <bruno@clisp.org>
3573
3574         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
3575         Invoke AM_GETTEXT_OPTION if it exists.
3576         * modules/vasprintf: Likewise.
3577         * modules/verror: Likewise.
3578         * modules/xprintf: Likewise.
3579         * modules/xvasprintf: Likewise.
3580
3581 2007-10-27  Ben Pfaff  <blp@gnu.org>
3582
3583         * lib/math.in.h: Define isfinite macro and prototypes for
3584         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
3585         implementations.
3586         * m4/math_h.m4: New substitutions for isfinite module.
3587         * lib/isfinite.c: New file.
3588         * m4/isfinite.m4: New file.
3589         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
3590         * modules/isfinite: New file.
3591         * modules/isfinite-tests: New file.
3592         * tests/tests-isfinite.c: New file.
3593         * doc/functions/isfinite.texi: Mention isfinite module.
3594         * MODULES.html.sh: Mention new module.
3595
3596 2007-10-27  Ben Pfaff  <blp@gnu.org>
3597
3598         Ralf Wildenhues reported that Tru64 4.0D declares the round
3599         functions but does not have definitions.
3600         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
3601         cannot be found in any library, set the output variable to
3602         "missing" instead of "".
3603         * m4/round.m4: Also use our substitute if we cannot find round in
3604         any library, even if it is declared.
3605         * m4/roundf.m4: Likewise for roundf.
3606         * m4/roundl.m4: Likewise for roundl.
3607         * lib/math.in.h: Undefine roundf, round, roundl before defining
3608         their replacements, to allow for hypothetical systems where these
3609         may be defined as macros but not available in libraries.
3610
3611 2007-10-27  Bruno Haible  <bruno@clisp.org>
3612
3613         * doc/gnulib.texi: Invoke @firstparagraphindent.
3614         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
3615         changes in gnulib.
3616         (Source changes): New section.
3617
3618 2007-10-26  Bruno Haible  <bruno@clisp.org>
3619
3620         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
3621         borrowed from autoconf.
3622
3623 2007-10-26  Bruno Haible  <bruno@clisp.org>
3624
3625         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
3626         strerror returned the empty string. Needed on HP-UX 11.00.
3627
3628 2007-10-24  Micah Cowan  <micah@cowan.name>
3629
3630         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
3631         * build-aux/bootstrap: Remove support for now-unnecessary option,
3632         --cvs-user, and envvars CVS_USER, CVS_RSH.
3633
3634 2007-10-24  Jim Meyering  <meyering@redhat.com>
3635
3636         Avoid diagnostics from sha1sum when there is no cached checksum.
3637         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
3638         if the po.s1 file hasn't been created yet.
3639
3640         * build-aux/bootstrap: Sync from coreutils:
3641         2007-10-24  Jim Meyering  <meyering@redhat.com>
3642         Get gnulib from the git repository, not from an obsolete cvs one.
3643         * build-aux/bootstrap: Suggestion from Micah Cowan.
3644         2007-10-04  Jim Meyering  <jim@meyering.net>
3645         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
3646         (update_po_files): Work also when there are no .po files in po/.
3647
3648 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3649
3650         * README: Append ".git" to git and cg examples.
3651         Problem reported by Benoit Sigoure.
3652
3653 2007-10-23  Micah Cowan  <micah@cowan.name>
3654
3655         * users.txt: Add wget.
3656
3657 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3658
3659         Fix linking of some unistdio tests on FreeBSD.
3660         * modules/unistdio/u16-vsnprintf-tests
3661         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
3662         * modules/unistdio/u16-vsprintf-tests
3663         (test_u16_vsnprintf1_LDADD): Likewise.
3664         * modules/unistdio/u32-vsnprintf-tests
3665         (test_u32_vsnprintf1_LDADD): Likewise.
3666         * modules/unistdio/u32-vsprintf-tests
3667         (test_u32_vsprintf1_LDADD): Likewise.
3668         * modules/unistdio/u8-vsnprintf-tests
3669         (test_u8_vsnprintf1_LDADD): Likewise.
3670         * modules/unistdio/u8-vsprintf-tests
3671         (test_u8_vsprintf1_LDADD): Likewise.
3672         * modules/unistdio/ulc-vsnprintf-tests
3673         (test_ulc_vsnprintf1_LDADD): Likewise.
3674         * modules/unistdio/ulc-vsprintf-tests
3675         (test_ulc_vsprintf1_LDADD): Likewise.
3676
3677         Fix linking of some uniconv tests on FreeBSD.
3678         * modules/uniconv/u16-conv-from-enc-tests
3679         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
3680         * modules/uniconv/u16-conv-to-enc-tests
3681         (test_u16_conv_to_enc_LDADD): Likewise.
3682         * modules/uniconv/u16-strconv-from-enc-tests
3683         (test_u16_strconv_from_enc_LDADD): Likewise.
3684         * modules/uniconv/u16-strconv-to-enc-tests
3685         (test_u16_strconv_to_enc_LDADD): Likewise.
3686         * modules/uniconv/u32-conv-from-enc-tests
3687         (test_u32_conv_from_enc_LDADD): Likewise.
3688         * modules/uniconv/u32-conv-to-enc-tests
3689         (test_u32_conv_to_enc_LDADD): Likewise.
3690         * modules/uniconv/u32-strconv-from-enc-tests
3691         (test_u32_strconv_from_enc_LDADD): Likewise.
3692         * modules/uniconv/u32-strconv-to-enc-tests
3693         (test_u32_strconv_to_enc_LDADD): Likewise.
3694         * modules/uniconv/u8-conv-from-enc-tests
3695         (test_u8_conv_from_enc_LDADD): Likewise.
3696         * modules/uniconv/u8-conv-to-enc-tests
3697         (test_u8_conv_to_enc_LDADD): Likewise.
3698         * modules/uniconv/u8-strconv-from-enc-tests
3699         (test_u8_strconv_from_enc_LDADD): Likewise.
3700         * modules/uniconv/u8-strconv-to-enc-tests
3701         (test_u8_strconv_to_enc_LDADD): Likewise.
3702
3703 2007-10-22  Bruno Haible  <bruno@clisp.org>
3704
3705         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
3706         size.
3707
3708 2007-10-22  Eric Blake  <ebb9@byu.net>
3709
3710         Tweak x*printf documentation.
3711         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
3712         variable name and comments.
3713         Suggested by Bruno Haible.
3714
3715 2007-10-22  Bruno Haible  <bruno@clisp.org>
3716
3717         * lib/acl.c (copy_acl): Fix file name in comment.
3718
3719 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
3720
3721         Fix Tru64 problem with stdbool.h.
3722         * lib/stdbool.in.h (false, true):
3723         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
3724         Don't declare as an enum in this situation; it runs afoul of Tru64.
3725         Problem reported by Steven M. Schweda in
3726         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
3727
3728 2007-10-22  Eric Blake  <ebb9@byu.net>
3729
3730         Also wrap vf?printf.
3731         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
3732         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
3733         (xvprintf, xvfprintf): New functions.
3734
3735 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3736
3737         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
3738         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
3739
3740         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
3741         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
3742
3743 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
3744
3745         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
3746         by Bruno Haible.
3747
3748 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3749
3750         * lib/getloadavg.c
3751         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
3752         Undef `sys' after including sys/table.h, for Tru64 4.0D.
3753
3754         * tests/test-i-ring.c: Work for C89.
3755
3756 2007-10-22  Bruno Haible  <bruno@clisp.org>
3757
3758         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
3759         -1u, in preprocessor expression, so that we don't test for the bug
3760         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
3761         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
3762
3763 2007-10-22  Eric Blake  <ebb9@byu.net>
3764
3765         * tests/test-yesno.sh: Silence stderr during test.
3766
3767 2007-10-22  Simon Josefsson  <simon@josefsson.org>
3768
3769         * modules/crypto/gc-camellia: New file.
3770
3771         * m4/gc-camellia.m4: New file.
3772
3773         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
3774
3775         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
3776
3777 2007-10-22  Simon Josefsson  <simon@josefsson.org>
3778
3779         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
3780         --help to stdout.  Reported by sms@antinode.org (Steven
3781         M. Schweda).
3782
3783 2007-10-22  Simon Josefsson  <simon@josefsson.org>
3784
3785         * users.txt: Fix link to libksba.
3786
3787 2007-10-21  Ben Pfaff  <blp@gnu.org>
3788
3789         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
3790         round.c roundf implementation that depends on floorf and ceilf to
3791         be tested unconditionally.
3792
3793 2007-10-21  Ben Pfaff  <blp@gnu.org>
3794
3795         * m4/check-libm-func.m4: Removed.
3796         * m4/check-math-lib.m4: New file.
3797         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
3798         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
3799         definition and lack of AC_LIBOBJ([roundf]).
3800         * m4/roundl.m4: Ditto, and similarly for roundl.
3801         * modules/round: Reference new m4 file.
3802         * modules/roundf: Ditto.
3803         * modules/roundl: Ditto.
3804         * tests/test-round2.c (main): Use ROUND instead of round.
3805         Bug report from Bruno Haible.
3806
3807 2007-10-21  Bruno Haible  <bruno@clisp.org>
3808
3809         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
3810         context.
3811
3812 2007-10-21  Bruno Haible  <bruno@clisp.org>
3813
3814         * tests/test-wcwidth.c (main): Allow negative result for some control
3815         characters.
3816
3817         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
3818         Needed on OSF/1 5.1.
3819
3820 2007-10-21  Bruno Haible  <bruno@clisp.org>
3821
3822         * tests/test-floorf1.c: Include isnanf.h.
3823         (main): Use isnanf() instead of isnan().
3824         * tests/test-ceilf1.c: Include isnanf.h.
3825         (main): Use isnanf() instead of isnan().
3826         * tests/test-truncf1.c: Include isnanf.h.
3827         (main): Use isnanf() instead of isnan().
3828         * tests/test-roundf1.c: Include isnanf.h.
3829         (main): Use isnanf() instead of isnan().
3830
3831 2007-10-21  Eric Blake  <ebb9@byu.net>
3832
3833         * users.txt: Update URL for m4.
3834
3835 2007-10-21  Bruno Haible  <bruno@clisp.org>
3836
3837         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
3838
3839 2007-10-21  Bruno Haible  <bruno@clisp.org>
3840
3841         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
3842         Git's management files if the CVS files are not present.
3843
3844 2007-10-20  Bruno Haible  <bruno@clisp.org>
3845
3846         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
3847         gcc-3.4.x.
3848
3849 2007-10-20  Ben Pfaff  <blp@gnu.org>
3850
3851         * lib/math.in.h: Declare round, roundf, roundl if we are providing
3852         implementations.
3853         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
3854         * lib/round.c: New file.
3855         * lib/roundf.c: New file.
3856         * lib/roundl.c: New file.
3857         * m4/round.m4: New file.
3858         * m4/roundf.m4: New file.
3859         * m4/roundl.m4: New file.
3860         * m4/check-libm-func-m4: New file.
3861         * modules/math: Replace round, roundf, roundl related @VARS@ in
3862         math.in.h.
3863         * modules/round: New file.
3864         * modules/round-tests: New file.
3865         * modules/roundf: New file.
3866         * modules/roundf-tests: New file.
3867         * modules/roundl: New file.
3868         * modules/roundl-tests: New file.
3869         * tests/test-round1.c: New file.
3870         * tests/test-round2.c: New file.
3871         * tests/test-roundf1.c: New file.
3872         * tests/test-roundf2.c: New file.
3873         * tests/test-roundl.c: New file.
3874         * doc/functions/round.texi: Mention round module.
3875         * doc/functions/roundf.texi: Mention roundf module.
3876         * doc/functions/roundl.texi: Mention roundl module.
3877         * MODULES.html.sh: Mention new modules.
3878         Thanks to Bruno Haible for suggestions.
3879
3880 2007-10-20  Jim Meyering  <meyering@redhat.com>
3881
3882         * lib/xprintf.c: Include <config.h> unconditionally.
3883
3884         Change xprintf's license to GPL.
3885         * modules/xprintf (License): s/LGPL/GPL/, since this module
3886         depends on modules (exit and exitfail) which are GPL.
3887         Suggestion from Bruno Haible.
3888
3889         xprintf fixes.
3890         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
3891         Use a clearer diagnostic.
3892         Patch from Bruno Haible.
3893
3894 2007-10-20  Bruno Haible  <bruno@clisp.org>
3895
3896         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
3897         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
3898         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3899
3900 2007-10-20  Bruno Haible  <bruno@clisp.org>
3901
3902         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
3903         precision in the comparison result > x - 1 or similar.
3904         * tests/test-ceilf2.c (correct_result_p): Likewise.
3905         * tests/test-truncf2.c (correct_result_p): Likewise.
3906         * tests/test-trunc2.c (correct_result_p): Likewise.
3907         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3908
3909 2007-10-20  Bruno Haible  <bruno@clisp.org>
3910
3911         * modules/ceil: New file.
3912         * m4/ceil.m4: New file.
3913         * doc/functions/ceil.texi: Mention the 'ceil' module.
3914
3915 2007-10-20  Bruno Haible  <bruno@clisp.org>
3916
3917         * modules/floor: New file.
3918         * m4/floor.m4: New file.
3919         * doc/functions/floor.texi: Mention the 'floor' module.
3920
3921 2007-10-20  Bruno Haible  <bruno@clisp.org>
3922
3923         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
3924         of %a.
3925         * modules/floorf-tests (Depends-on): Likewise.
3926         * modules/truncf-tests (Depends-on): Likewise.
3927         * modules/trunc-tests (Depends-on): Likewise.
3928         Reported by Ben Pfaff.
3929
3930 2007-10-19  Jim Meyering  <meyering@redhat.com>
3931
3932         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
3933         Don't bother testing specific errno values.  Just test ferror.
3934
3935         New module: xprintf
3936         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
3937
3938 2007-10-19  Bruno Haible  <bruno@clisp.org>
3939
3940         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
3941         syntax.
3942         * modules/javaexec (Makefile.am): Likewise.
3943         * modules/relocatable-prog (Makefile.am): Likewise.
3944         Suggested by Jim Meyering.
3945
3946 2007-10-18  Bruno Haible  <bruno@clisp.org>
3947
3948         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
3949         Reported by Jim Meyering.
3950
3951 2007-10-18  Eric Blake  <ebb9@byu.net>
3952
3953         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
3954
3955 2007-10-18  Bruno Haible  <bruno@clisp.org>
3956
3957         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
3958         the format string into writable memory. Needed in Fortify conditions.
3959
3960 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
3961             Bruno Haible  <bruno@clisp.org>
3962
3963         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
3964         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
3965         * modules/trim (Depends-on): Add mbchar.
3966         (configure.ac): Add gl_FUNC_MBRTOWC.
3967         (Makefile.am): Augment lib_SOURCES.
3968
3969 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3970
3971         Modify glob.c to use fstatat and dirfd, to simplify it.
3972         Suggested by Eric Blake.
3973         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
3974         Don't include <stdbool.h>; not used.
3975         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
3976         (link_exists_p): Simplify implementation, since we can now assume
3977         dirfd and fstatat.
3978         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
3979
3980 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3981
3982         * gnulib-tool (func_get_dependencies): Fix sed script to
3983         match only tests.
3984
3985 2007-10-17  Bruno Haible  <bruno@clisp.org>
3986
3987         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
3988         allow locale names without encoding suffix.
3989         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
3990         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3991
3992 2007-10-16  Bruno Haible  <bruno@clisp.org>
3993
3994         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
3995         * lib/getgroups.c (getgroups): Likewise.
3996         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
3997
3998 2007-10-16  Bruno Haible  <bruno@clisp.org>
3999
4000         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
4001         * modules/malloc-posix (License): Likewise.
4002         * modules/realloc-posix (License): Likewise.
4003         * modules/calloc-posix (License): Likewise.
4004         * modules/intprops (License): Change from GPL to LGPL, with
4005         Paul Eggert's approval.
4006
4007 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4008
4009         Merge glibc changes into lib/glob.c.
4010
4011         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
4012         2007-10-15 04:59:03 UTC.  Here are the changes:
4013
4014         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
4015
4016         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
4017
4018         * lib/glob.c: Add some branch prediction throughout.
4019
4020         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4021
4022         [BZ #5103]
4023         * lib/glob.c (glob): Recognize patterns starting \/.
4024
4025         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
4026
4027         [BZ #3996]
4028         * lib/glob.c (attribute_hidden): Define if not defined.
4029         (glob): Unescape dirname, filename or username when needed and not
4030         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
4031         is NULL.  Handle unescaped [ in pattern without closing ].
4032         Don't pass GLOB_CHECK down to recursive glob for directories.
4033         (__glob_pattern_type): New function.
4034         (__glob_pattern_p): Implement using __glob_pattern_type.
4035         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
4036         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
4037         Remove unreachable code.
4038
4039         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
4040
4041         * lib/glob.c (glob_in_dir): Add some comments and asserts to
4042         explain why there are no leaks.
4043
4044         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
4045
4046         [BZ #3253]
4047         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
4048         time, rather allocate increasingly bigger arrays of pointers, if
4049         possible with alloca, if too large with malloc.
4050
4051 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
4052
4053         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
4054         Problem reported by H.Merijn Brand in
4055         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
4056         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
4057         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
4058
4059 2007-10-15  Bruno Haible  <bruno@clisp.org>
4060
4061         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
4062         with explicit rpl_ prefix.
4063         * lib/fopen.c (fopen): Likewise.
4064         * lib/freopen.c (freopen): Likewise.
4065         * lib/iconv.c (iconv): Likewise.
4066         * lib/iconv_close.c (iconv_close): Likewise.
4067
4068 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4069
4070         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
4071
4072 2007-10-15  Bruno Haible  <bruno@clisp.org>
4073
4074         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
4075         <stddef.h> instead of <stdlib.h> since we only need NULL.
4076         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4077
4078 2007-10-15  Bruno Haible  <bruno@clisp.org>
4079
4080         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
4081         Replace paragraph talking about LIBOBJS.
4082         Reported by Colin Watson <cjwatson@debian.org>.
4083
4084 2007-10-15  Bruno Haible  <bruno@clisp.org>
4085
4086         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
4087         <stdlib.h> before using NULL.
4088
4089 2007-10-15  Simon Josefsson  <simon@josefsson.org>
4090
4091         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
4092         Reported by Albert Chin <china@thewrittenword.com>.
4093
4094 2007-10-14  Bruno Haible  <bruno@clisp.org>
4095
4096         * modules/iconv_open-utf-tests: New file.
4097         * tests/test-iconv-utf.c: New file.
4098
4099         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
4100         * modules/iconv_open-utf: New file.
4101         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
4102         (iconv, iconv_close): New declarations.
4103         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
4104         be defined.
4105         (iconv_open): Add special handling of conversion between UTF-8 and
4106         UTF-{16,32}{BE,LE}.
4107         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
4108         * lib/iconv_close.c: New file.
4109         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
4110         gl_FUNC_ICONV_OPEN.
4111         (gl_FUNC_ICONV_OPEN): Use it.
4112         (gl_FUNC_ICONV_OPEN_UTF): New macro.
4113         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
4114         and REPLACE_ICONV_UTF.
4115         * modules/iconv_open (Depends-on): Add c-strcase.
4116         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
4117         ICONV_CONST.
4118         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
4119
4120 2007-10-13  Albert Chin  <china@thewrittenword.com>
4121             Bruno Haible  <bruno@clisp.org>
4122
4123         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
4124         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
4125
4126 2007-10-13  Bruno Haible  <bruno@clisp.org>
4127
4128         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
4129         defined, use the ISO C99 inline semantics.
4130         * lib/argp.h (ARGP_EI): Likewise.
4131
4132 2007-10-13  Bruno Haible  <bruno@clisp.org>
4133
4134         Handle 'inline' change in gcc 4.3.0.
4135         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
4136         argp_fmtstream_write, argp_fmtstream_set_lmargin,
4137         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
4138         argp_fmtstream_point): Disable 'extern' declaration if the function
4139         definition is going to be provided inline.
4140         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
4141         semantics, not the ISO C99 inline semantics.
4142         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
4143         'extern' declaration if the function definition is going to be provided
4144         inline.
4145         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
4146         the GNU C inline semantics, not the ISO C99 inline semantics. With
4147         GCC 4.2, avoid a warning.
4148
4149 2007-10-13  Bruno Haible  <bruno@clisp.org>
4150
4151         * lib/freading.h (freading): Enable the use of __freading for
4152         glibc >= 2.7.
4153         * lib/freading.c (freading): Likewise.
4154
4155 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4156
4157         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
4158         "warning: C99 inline functions are not supported; using GNU89".
4159
4160 2007-10-12  Bruno Haible  <bruno@clisp.org>
4161
4162         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
4163         of 2.
4164         * tests/test-ceilf2.c: New file.
4165         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
4166
4167         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
4168         * modules/ceilf-tests: Update.
4169
4170 2007-10-12  Bruno Haible  <bruno@clisp.org>
4171
4172         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
4173         of 2.
4174         * tests/test-floorf2.c: New file.
4175         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
4176
4177         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
4178         * modules/floorf-tests: Update.
4179
4180 2007-10-12  Bruno Haible  <bruno@clisp.org>
4181
4182         * tests/test-trunc2.c: New file.
4183         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
4184
4185         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
4186         * modules/trunc-tests: Update.
4187
4188 2007-10-12  Bruno Haible  <bruno@clisp.org>
4189
4190         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
4191         of 2.
4192         * tests/test-truncf2.c: New file.
4193         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
4194
4195         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
4196         * modules/truncf-tests: Update.
4197
4198 2007-10-11  Eric Blake  <ebb9@byu.net>
4199
4200         Don't claim strerror is broken on Interix.
4201         * doc/functions/strerror.texi (strerror): Known broken systems are
4202         now Solaris 8, and not Interix.
4203         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
4204         Interix on cross-compile.
4205         Reported by Martin Koeppe in
4206         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
4207
4208 2007-10-11  Bruno Haible  <bruno@clisp.org>
4209
4210         * modules/i-ring-tests: New file.
4211         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
4212         instead of assert.
4213
4214 2007-10-11  Bruno Haible  <bruno@clisp.org>
4215
4216         * modules/filenamecat-tests: New file.
4217         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
4218         * lib/filenamecat.c: Remove test code.
4219
4220 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4221
4222         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
4223
4224         * lib/strerror.c: Include <string.h> always, to test interface,
4225         and to remove the need for the dummy.
4226         Include intprops.h to compute width instead of doing it ourselves
4227         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
4228         (strerror): Define it to return NULL if there's no system strerror.
4229         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
4230         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
4231         ancient pre-strerror Unix systems well any more.  Saying "unknown
4232         system error" is enough.
4233         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
4234         simpler strerror.c implementation.
4235         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
4236         Simplify the tests to reflect the simpler strerror implementation.
4237         * modules/strerror (Depends-on): Add intprops.
4238
4239 2007-10-09  Eric Blake  <ebb9@byu.net>
4240
4241         Silence test-fpending.
4242         * modules/fpending-tests (Files): Add wrapper script.
4243         * tests/test-fpending.sh: New file.
4244
4245 2007-10-09  Bruno Haible  <bruno@clisp.org>
4246
4247         * MODULES.html.sh (func_module): Don't create a hyperlink for
4248         function names like 'printf_frexp'.
4249         (Misc): Add crc, memxor.
4250         (Characteristics of floating types): New section.
4251         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
4252         isnanf-nolibm, signbit, trunc, truncf, truncl.
4253         (Enhancements for ISO C 99 functions): New subsection Input/output.
4254         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
4255         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
4256         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
4257         (Compatibility checks for POSIX:2001 functions): Add clock-time.
4258         (Enhancements for POSIX:2001 functions): Add chdir-long.
4259         (File system functions): Add areadlink, chdir-safer, read-file.
4260         Remove cycle-check.
4261         (File system as inode set): New section.
4262         (Date and time): Add gethrxtime.
4263         (Multithreading): Add openmp.
4264         (Internationalization functions): Add localename.
4265         (Unicode string functions): Add unistr/u*-mbsnlen.
4266         (Support for maintaining and releasing projects): Add git-version-gen.
4267         (Lone files): Remove directories.
4268
4269 2007-10-08  Ben Pfaff  <blp@gnu.org>
4270
4271         * lib/xmalloca.h: Fix typo in comment.
4272
4273 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4274
4275         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
4276         when avoiding problems with integer overflow.  Use a portable test
4277         instead.
4278
4279 2007-10-08  Simon Josefsson  <simon@josefsson.org>
4280
4281         * modules/dummy (License): Change to LGPLv2+.
4282         * modules/float (License): Likewise
4283         * modules/realloc (License): Likewise
4284         * modules/stdlib (License): Likewise
4285
4286 2007-10-07  Bruno Haible  <bruno@clisp.org>
4287
4288         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
4289         * floor.c (TWO_MANT_DIG): Likewise.
4290         * ceil.c (TWO_MANT_DIG): Likewise.
4291         Reported by Ben Pfaff.
4292
4293 2007-10-07  Bruno Haible  <bruno@clisp.org>
4294
4295         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
4296         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
4297         * lib/frexp.c (FUNC): Likewise.
4298         * lib/printf-frexp.h (printf_frexp): Likewise.
4299         * lib/printf-frexpl.h (printf_frexpl): Likewise.
4300         * lib/printf-frexp.c (FUNC): Likewise.
4301         Suggested by Jim Meyering.
4302
4303 2007-10-07  Jim Meyering  <meyering@redhat.com>
4304
4305         Make xnanosleep's integer overflow test more robust.
4306         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
4307         so that gcc-4.3.0 doesn't optimize away this test for overflow.
4308
4309 2007-10-07  Bruno Haible  <bruno@clisp.org>
4310
4311         * NEWS: Mention the license change.
4312
4313         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
4314         abbreviations in the modules files.
4315
4316         Change copyright notice from GPLv2+ to GPLv3+.
4317         * README: Change copyright notice.
4318         * MODULES.html.sh: Likewise.
4319         * build-aux/bootstrap.conf: Likewise.
4320         * build-aux/config.libpath: Likewise.
4321         * build-aux/csharpcomp.sh.in: Likewise.
4322         * build-aux/csharpexec.sh.in: Likewise.
4323         * build-aux/install-reloc: Likewise.
4324         * build-aux/javacomp.sh.in: Likewise.
4325         * build-aux/javaexec.sh.in: Likewise.
4326         * build-aux/ldd.sh.in: Likewise.
4327         * build-aux/reloc-ldflags: Likewise.
4328         * build-aux/relocatable.sh.in: Likewise.
4329         * build-aux/x-to-1.in: Likewise.
4330         * check-module: Likewise.
4331         * config/srclistvars.sh: Likewise.
4332         * gnulib-tool: Likewise.
4333         * lib/acl-internal.h: Likewise.
4334         * lib/acl.c: Likewise.
4335         * lib/acl.h: Likewise.
4336         * lib/acl_entries.c: Likewise.
4337         * lib/areadlink-with-size.c: Likewise.
4338         * lib/areadlink.c: Likewise.
4339         * lib/areadlink.h: Likewise.
4340         * lib/argmatch.c: Likewise.
4341         * lib/argmatch.h: Likewise.
4342         * lib/argp-ba.c: Likewise.
4343         * lib/argp-eexst.c: Likewise.
4344         * lib/argp-fmtstream.c: Likewise.
4345         * lib/argp-fmtstream.h: Likewise.
4346         * lib/argp-fs-xinl.c: Likewise.
4347         * lib/argp-help.c: Likewise.
4348         * lib/argp-namefrob.h: Likewise.
4349         * lib/argp-parse.c: Likewise.
4350         * lib/argp-pin.c: Likewise.
4351         * lib/argp-pv.c: Likewise.
4352         * lib/argp-pvh.c: Likewise.
4353         * lib/argp-xinl.c: Likewise.
4354         * lib/argp.h: Likewise.
4355         * lib/at-func.c: Likewise.
4356         * lib/atanl.c: Likewise.
4357         * lib/backupfile.c: Likewise.
4358         * lib/backupfile.h: Likewise.
4359         * lib/basename.c: Likewise.
4360         * lib/binary-io.h: Likewise.
4361         * lib/byteswap.in.h: Likewise.
4362         * lib/c-stack.c: Likewise.
4363         * lib/c-stack.h: Likewise.
4364         * lib/c-strcasestr.c: Likewise.
4365         * lib/c-strcasestr.h: Likewise.
4366         * lib/c-strstr.c: Likewise.
4367         * lib/c-strstr.h: Likewise.
4368         * lib/c-strtod.c: Likewise.
4369         * lib/calloc.c: Likewise.
4370         * lib/canon-host.c: Likewise.
4371         * lib/canon-host.h: Likewise.
4372         * lib/canonicalize-lgpl.c: Likewise.
4373         * lib/canonicalize.c: Likewise.
4374         * lib/canonicalize.h: Likewise.
4375         * lib/ceil.c: Likewise.
4376         * lib/ceilf.c: Likewise.
4377         * lib/ceill.c: Likewise.
4378         * lib/chdir-long.c: Likewise.
4379         * lib/chdir-long.h: Likewise.
4380         * lib/chdir-safer.c: Likewise.
4381         * lib/chdir-safer.h: Likewise.
4382         * lib/chown.c: Likewise.
4383         * lib/classpath.c: Likewise.
4384         * lib/classpath.h: Likewise.
4385         * lib/clean-temp.c: Likewise.
4386         * lib/clean-temp.h: Likewise.
4387         * lib/cloexec.c: Likewise.
4388         * lib/close-stream.c: Likewise.
4389         * lib/closein.c: Likewise.
4390         * lib/closein.h: Likewise.
4391         * lib/closeout.c: Likewise.
4392         * lib/closeout.h: Likewise.
4393         * lib/concat-filename.c: Likewise.
4394         * lib/copy-file.c: Likewise.
4395         * lib/copy-file.h: Likewise.
4396         * lib/count-one-bits.h: Likewise.
4397         * lib/crc.c: Likewise.
4398         * lib/crc.h: Likewise.
4399         * lib/creat-safer.c: Likewise.
4400         * lib/csharpcomp.c: Likewise.
4401         * lib/csharpcomp.h: Likewise.
4402         * lib/csharpexec.c: Likewise.
4403         * lib/csharpexec.h: Likewise.
4404         * lib/cycle-check.c: Likewise.
4405         * lib/cycle-check.h: Likewise.
4406         * lib/diacrit.c: Likewise.
4407         * lib/diacrit.h: Likewise.
4408         * lib/diffseq.h: Likewise.
4409         * lib/dirchownmod.c: Likewise.
4410         * lib/dirent.in.h: Likewise.
4411         * lib/dirfd.c: Likewise.
4412         * lib/dirfd.h: Likewise.
4413         * lib/dirname.c: Likewise.
4414         * lib/dirname.h: Likewise.
4415         * lib/dummy.c: Likewise.
4416         * lib/dup-safer.c: Likewise.
4417         * lib/dup2.c: Likewise.
4418         * lib/eealloc.h: Likewise.
4419         * lib/error.c: Likewise.
4420         * lib/error.h: Likewise.
4421         * lib/euidaccess.c: Likewise.
4422         * lib/exclude.c: Likewise.
4423         * lib/exclude.h: Likewise.
4424         * lib/execute.c: Likewise.
4425         * lib/execute.h: Likewise.
4426         * lib/exitfail.c: Likewise.
4427         * lib/exitfail.h: Likewise.
4428         * lib/expl.c: Likewise.
4429         * lib/fatal-signal.c: Likewise.
4430         * lib/fatal-signal.h: Likewise.
4431         * lib/fbufmode.c: Likewise.
4432         * lib/fbufmode.h: Likewise.
4433         * lib/fchdir.c: Likewise.
4434         * lib/fchmodat.c: Likewise.
4435         * lib/fchownat.c: Likewise.
4436         * lib/fcntl--.h: Likewise.
4437         * lib/fcntl-safer.h: Likewise.
4438         * lib/fcntl.in.h: Likewise.
4439         * lib/fd-safer.c: Likewise.
4440         * lib/fflush.c: Likewise.
4441         * lib/file-has-acl.c: Likewise.
4442         * lib/file-set.c: Likewise.
4443         * lib/file-type.c: Likewise.
4444         * lib/file-type.h: Likewise.
4445         * lib/fileblocks.c: Likewise.
4446         * lib/filemode.c: Likewise.
4447         * lib/filemode.h: Likewise.
4448         * lib/filename.h: Likewise.
4449         * lib/filenamecat.c: Likewise.
4450         * lib/filenamecat.h: Likewise.
4451         * lib/findprog.c: Likewise.
4452         * lib/findprog.h: Likewise.
4453         * lib/float.in.h: Likewise.
4454         * lib/floor.c: Likewise.
4455         * lib/floorf.c: Likewise.
4456         * lib/floorl.c: Likewise.
4457         * lib/fopen-safer.c: Likewise.
4458         * lib/fopen.c: Likewise.
4459         * lib/fpending.c: Likewise.
4460         * lib/fpending.h: Likewise.
4461         * lib/fprintf.c: Likewise.
4462         * lib/fprintftime.h: Likewise.
4463         * lib/fpucw.h: Likewise.
4464         * lib/fpurge.c: Likewise.
4465         * lib/fpurge.h: Likewise.
4466         * lib/freadable.c: Likewise.
4467         * lib/freadable.h: Likewise.
4468         * lib/freadahead.c: Likewise.
4469         * lib/freadahead.h: Likewise.
4470         * lib/freading.c: Likewise.
4471         * lib/freading.h: Likewise.
4472         * lib/free.c: Likewise.
4473         * lib/freopen.c: Likewise.
4474         * lib/frexp.c: Likewise.
4475         * lib/frexpl.c: Likewise.
4476         * lib/fseek.c: Likewise.
4477         * lib/fseterr.c: Likewise.
4478         * lib/fseterr.h: Likewise.
4479         * lib/fstatat.c: Likewise.
4480         * lib/fstrcmp.c: Likewise.
4481         * lib/fstrcmp.h: Likewise.
4482         * lib/fsusage.c: Likewise.
4483         * lib/fsusage.h: Likewise.
4484         * lib/ftell.c: Likewise.
4485         * lib/ftello.c: Likewise.
4486         * lib/fts-cycle.c: Likewise.
4487         * lib/fts.c: Likewise.
4488         * lib/fts_.h: Likewise.
4489         * lib/full-read.c: Likewise.
4490         * lib/full-read.h: Likewise.
4491         * lib/full-write.c: Likewise.
4492         * lib/full-write.h: Likewise.
4493         * lib/fwritable.c: Likewise.
4494         * lib/fwritable.h: Likewise.
4495         * lib/fwriteerror.c: Likewise.
4496         * lib/fwriteerror.h: Likewise.
4497         * lib/fwriting.c: Likewise.
4498         * lib/fwriting.h: Likewise.
4499         * lib/gcd.c: Likewise.
4500         * lib/gcd.h: Likewise.
4501         * lib/getcwd.c: Likewise.
4502         * lib/getdate.h: Likewise.
4503         * lib/getdate.y: Likewise.
4504         * lib/getdomainname.c: Likewise.
4505         * lib/getdomainname.h: Likewise.
4506         * lib/getgroups.c: Likewise.
4507         * lib/gethostname.c: Likewise.
4508         * lib/gethrxtime.c: Likewise.
4509         * lib/gethrxtime.h: Likewise.
4510         * lib/getloadavg.c: Likewise.
4511         * lib/getndelim2.c: Likewise.
4512         * lib/getndelim2.h: Likewise.
4513         * lib/getnline.c: Likewise.
4514         * lib/getnline.h: Likewise.
4515         * lib/getopt.c: Likewise.
4516         * lib/getopt.in.h: Likewise.
4517         * lib/getopt1.c: Likewise.
4518         * lib/getopt_int.h: Likewise.
4519         * lib/getpagesize.h: Likewise.
4520         * lib/getsubopt.c: Likewise.
4521         * lib/gettime.c: Likewise.
4522         * lib/getugroups.c: Likewise.
4523         * lib/getugroups.h: Likewise.
4524         * lib/getusershell.c: Likewise.
4525         * lib/gl_anyavltree_list1.h: Likewise.
4526         * lib/gl_anyavltree_list2.h: Likewise.
4527         * lib/gl_anyhash_list1.h: Likewise.
4528         * lib/gl_anyhash_list2.h: Likewise.
4529         * lib/gl_anylinked_list1.h: Likewise.
4530         * lib/gl_anylinked_list2.h: Likewise.
4531         * lib/gl_anyrbtree_list1.h: Likewise.
4532         * lib/gl_anyrbtree_list2.h: Likewise.
4533         * lib/gl_anytree_list1.h: Likewise.
4534         * lib/gl_anytree_list2.h: Likewise.
4535         * lib/gl_anytree_oset.h: Likewise.
4536         * lib/gl_anytreehash_list1.h: Likewise.
4537         * lib/gl_anytreehash_list2.h: Likewise.
4538         * lib/gl_array_list.c: Likewise.
4539         * lib/gl_array_list.h: Likewise.
4540         * lib/gl_array_oset.c: Likewise.
4541         * lib/gl_array_oset.h: Likewise.
4542         * lib/gl_avltree_list.c: Likewise.
4543         * lib/gl_avltree_list.h: Likewise.
4544         * lib/gl_avltree_oset.c: Likewise.
4545         * lib/gl_avltree_oset.h: Likewise.
4546         * lib/gl_avltreehash_list.c: Likewise.
4547         * lib/gl_avltreehash_list.h: Likewise.
4548         * lib/gl_carray_list.c: Likewise.
4549         * lib/gl_carray_list.h: Likewise.
4550         * lib/gl_linked_list.c: Likewise.
4551         * lib/gl_linked_list.h: Likewise.
4552         * lib/gl_linkedhash_list.c: Likewise.
4553         * lib/gl_linkedhash_list.h: Likewise.
4554         * lib/gl_list.c: Likewise.
4555         * lib/gl_list.h: Likewise.
4556         * lib/gl_oset.c: Likewise.
4557         * lib/gl_oset.h: Likewise.
4558         * lib/gl_rbtree_list.c: Likewise.
4559         * lib/gl_rbtree_list.h: Likewise.
4560         * lib/gl_rbtree_oset.c: Likewise.
4561         * lib/gl_rbtree_oset.h: Likewise.
4562         * lib/gl_rbtreehash_list.c: Likewise.
4563         * lib/gl_rbtreehash_list.h: Likewise.
4564         * lib/gl_sublist.c: Likewise.
4565         * lib/gl_sublist.h: Likewise.
4566         * lib/group-member.c: Likewise.
4567         * lib/group-member.h: Likewise.
4568         * lib/hard-locale.c: Likewise.
4569         * lib/hard-locale.h: Likewise.
4570         * lib/hash-pjw.c: Likewise.
4571         * lib/hash-pjw.h: Likewise.
4572         * lib/hash-triple.c: Likewise.
4573         * lib/hash.c: Likewise.
4574         * lib/hash.h: Likewise.
4575         * lib/human.c: Likewise.
4576         * lib/human.h: Likewise.
4577         * lib/i-ring.c: Likewise.
4578         * lib/i-ring.h: Likewise.
4579         * lib/idcache.c: Likewise.
4580         * lib/imaxabs.c: Likewise.
4581         * lib/imaxdiv.c: Likewise.
4582         * lib/inet_pton.c: Likewise.
4583         * lib/inet_pton.h: Likewise.
4584         * lib/intprops.h: Likewise.
4585         * lib/inttostr.c: Likewise.
4586         * lib/inttostr.h: Likewise.
4587         * lib/inttypes.in.h: Likewise.
4588         * lib/isapipe.c: Likewise.
4589         * lib/isdir.c: Likewise.
4590         * lib/isnan.c: Likewise.
4591         * lib/isnan.h: Likewise.
4592         * lib/isnanf.c: Likewise.
4593         * lib/isnanf.h: Likewise.
4594         * lib/isnanl-nolibm.h: Likewise.
4595         * lib/isnanl.c: Likewise.
4596         * lib/isnanl.h: Likewise.
4597         * lib/javacomp.c: Likewise.
4598         * lib/javacomp.h: Likewise.
4599         * lib/javaexec.c: Likewise.
4600         * lib/javaexec.h: Likewise.
4601         * lib/javaversion.c: Likewise.
4602         * lib/javaversion.h: Likewise.
4603         * lib/javaversion.java: Likewise.
4604         * lib/lbrkprop.h: Likewise.
4605         * lib/lchmod.h: Likewise.
4606         * lib/lchown.c: Likewise.
4607         * lib/ldexpl.c: Likewise.
4608         * lib/linebreak.c: Likewise.
4609         * lib/linebreak.h: Likewise.
4610         * lib/linebuffer.c: Likewise.
4611         * lib/linebuffer.h: Likewise.
4612         * lib/locale.in.h: Likewise.
4613         * lib/logl.c: Likewise.
4614         * lib/long-options.c: Likewise.
4615         * lib/long-options.h: Likewise.
4616         * lib/lstat.c: Likewise.
4617         * lib/lstat.h: Likewise.
4618         * lib/math.in.h: Likewise.
4619         * lib/mbchar.c: Likewise.
4620         * lib/mbchar.h: Likewise.
4621         * lib/mbfile.h: Likewise.
4622         * lib/mbiter.h: Likewise.
4623         * lib/mbscasecmp.c: Likewise.
4624         * lib/mbscasestr.c: Likewise.
4625         * lib/mbschr.c: Likewise.
4626         * lib/mbscspn.c: Likewise.
4627         * lib/mbslen.c: Likewise.
4628         * lib/mbsncasecmp.c: Likewise.
4629         * lib/mbsnlen.c: Likewise.
4630         * lib/mbspbrk.c: Likewise.
4631         * lib/mbspcasecmp.c: Likewise.
4632         * lib/mbsrchr.c: Likewise.
4633         * lib/mbssep.c: Likewise.
4634         * lib/mbsspn.c: Likewise.
4635         * lib/mbsstr.c: Likewise.
4636         * lib/mbstok_r.c: Likewise.
4637         * lib/mbswidth.c: Likewise.
4638         * lib/mbswidth.h: Likewise.
4639         * lib/mbuiter.h: Likewise.
4640         * lib/memcasecmp.c: Likewise.
4641         * lib/memcasecmp.h: Likewise.
4642         * lib/memchr.c: Likewise.
4643         * lib/memcmp.c: Likewise.
4644         * lib/memcoll.c: Likewise.
4645         * lib/memcoll.h: Likewise.
4646         * lib/memcpy.c: Likewise.
4647         * lib/memrchr.c: Likewise.
4648         * lib/mkancesdirs.c: Likewise.
4649         * lib/mkdir-p.c: Likewise.
4650         * lib/mkdir-p.h: Likewise.
4651         * lib/mkdir.c: Likewise.
4652         * lib/mkdirat.c: Likewise.
4653         * lib/mkdtemp.c: Likewise.
4654         * lib/mkstemp-safer.c: Likewise.
4655         * lib/mkstemp.c: Likewise.
4656         * lib/modechange.c: Likewise.
4657         * lib/modechange.h: Likewise.
4658         * lib/mountlist.c: Likewise.
4659         * lib/mountlist.h: Likewise.
4660         * lib/mpsort.c: Likewise.
4661         * lib/nanosleep.c: Likewise.
4662         * lib/obstack.c: Likewise.
4663         * lib/obstack.h: Likewise.
4664         * lib/open-safer.c: Likewise.
4665         * lib/open.c: Likewise.
4666         * lib/openat-die.c: Likewise.
4667         * lib/openat-priv.h: Likewise.
4668         * lib/openat-proc.c: Likewise.
4669         * lib/openat.c: Likewise.
4670         * lib/openat.h: Likewise.
4671         * lib/pagealign_alloc.c: Likewise.
4672         * lib/pagealign_alloc.h: Likewise.
4673         * lib/physmem.c: Likewise.
4674         * lib/physmem.h: Likewise.
4675         * lib/pipe-safer.c: Likewise.
4676         * lib/pipe.c: Likewise.
4677         * lib/pipe.h: Likewise.
4678         * lib/posixtm.c: Likewise.
4679         * lib/posixtm.h: Likewise.
4680         * lib/posixver.c: Likewise.
4681         * lib/printf-frexp.c: Likewise.
4682         * lib/printf-frexp.h: Likewise.
4683         * lib/printf-frexpl.c: Likewise.
4684         * lib/printf-frexpl.h: Likewise.
4685         * lib/printf.c: Likewise.
4686         * lib/progname.c: Likewise.
4687         * lib/progname.h: Likewise.
4688         * lib/progreloc.c: Likewise.
4689         * lib/putenv.c: Likewise.
4690         * lib/quote.c: Likewise.
4691         * lib/quote.h: Likewise.
4692         * lib/quotearg.c: Likewise.
4693         * lib/quotearg.h: Likewise.
4694         * lib/raise.c: Likewise.
4695         * lib/readline.c: Likewise.
4696         * lib/readline.h: Likewise.
4697         * lib/readlink.c: Likewise.
4698         * lib/readtokens.c: Likewise.
4699         * lib/readtokens.h: Likewise.
4700         * lib/readtokens0.c: Likewise.
4701         * lib/readtokens0.h: Likewise.
4702         * lib/readutmp.c: Likewise.
4703         * lib/readutmp.h: Likewise.
4704         * lib/realloc.c: Likewise.
4705         * lib/relocwrapper.c: Likewise.
4706         * lib/rename-dest-slash.c: Likewise.
4707         * lib/rename.c: Likewise.
4708         * lib/rmdir.c: Likewise.
4709         * lib/rpmatch.c: Likewise.
4710         * lib/safe-read.c: Likewise.
4711         * lib/safe-read.h: Likewise.
4712         * lib/safe-write.c: Likewise.
4713         * lib/safe-write.h: Likewise.
4714         * lib/same-inode.h: Likewise.
4715         * lib/same.c: Likewise.
4716         * lib/same.h: Likewise.
4717         * lib/save-cwd.c: Likewise.
4718         * lib/save-cwd.h: Likewise.
4719         * lib/savedir.c: Likewise.
4720         * lib/savedir.h: Likewise.
4721         * lib/savewd.c: Likewise.
4722         * lib/savewd.h: Likewise.
4723         * lib/search.in.h: Likewise.
4724         * lib/setenv.c: Likewise.
4725         * lib/setenv.h: Likewise.
4726         * lib/settime.c: Likewise.
4727         * lib/sh-quote.c: Likewise.
4728         * lib/sh-quote.h: Likewise.
4729         * lib/sig2str.c: Likewise.
4730         * lib/sig2str.h: Likewise.
4731         * lib/signal.in.h: Likewise.
4732         * lib/signbitd.c: Likewise.
4733         * lib/signbitf.c: Likewise.
4734         * lib/signbitl.c: Likewise.
4735         * lib/sigprocmask.c: Likewise.
4736         * lib/sincosl.c: Likewise.
4737         * lib/sleep.c: Likewise.
4738         * lib/sprintf.c: Likewise.
4739         * lib/sqrtl.c: Likewise.
4740         * lib/stat-time.h: Likewise.
4741         * lib/stdio--.h: Likewise.
4742         * lib/stdio-safer.h: Likewise.
4743         * lib/stdlib--.h: Likewise.
4744         * lib/stdlib-safer.h: Likewise.
4745         * lib/stdlib.in.h: Likewise.
4746         * lib/stpcpy.c: Likewise.
4747         * lib/stpncpy.c: Likewise.
4748         * lib/strchrnul.c: Likewise.
4749         * lib/strcspn.c: Likewise.
4750         * lib/strerror.c: Likewise.
4751         * lib/strftime.c: Likewise.
4752         * lib/strftime.h: Likewise.
4753         * lib/striconveh.c: Likewise.
4754         * lib/striconveh.h: Likewise.
4755         * lib/striconveha.c: Likewise.
4756         * lib/striconveha.h: Likewise.
4757         * lib/stripslash.c: Likewise.
4758         * lib/strnlen1.c: Likewise.
4759         * lib/strnlen1.h: Likewise.
4760         * lib/strtod.c: Likewise.
4761         * lib/strtoimax.c: Likewise.
4762         * lib/strtok_r.c: Likewise.
4763         * lib/strtol.c: Likewise.
4764         * lib/strtoll.c: Likewise.
4765         * lib/strtoul.c: Likewise.
4766         * lib/strtoull.c: Likewise.
4767         * lib/sysexits.in.h: Likewise.
4768         * lib/tempname.c: Likewise.
4769         * lib/tempname.h: Likewise.
4770         * lib/timespec.h: Likewise.
4771         * lib/tls.c: Likewise.
4772         * lib/tls.h: Likewise.
4773         * lib/tmpdir.c: Likewise.
4774         * lib/tmpdir.h: Likewise.
4775         * lib/tmpfile-safer.c: Likewise.
4776         * lib/tmpfile.c: Likewise.
4777         * lib/trigl.c: Likewise.
4778         * lib/trigl.h: Likewise.
4779         * lib/trim.c: Likewise.
4780         * lib/trim.h: Likewise.
4781         * lib/trunc.c: Likewise.
4782         * lib/truncf.c: Likewise.
4783         * lib/truncl.c: Likewise.
4784         * lib/tsearch.c: Likewise.
4785         * lib/unicodeio.c: Likewise.
4786         * lib/unicodeio.h: Likewise.
4787         * lib/unistd--.h: Likewise.
4788         * lib/unistd-safer.h: Likewise.
4789         * lib/unistdio/ulc-fprintf.c: Likewise.
4790         * lib/unistdio/ulc-vfprintf.c: Likewise.
4791         * lib/unlinkdir.c: Likewise.
4792         * lib/unlinkdir.h: Likewise.
4793         * lib/unlocked-io.h: Likewise.
4794         * lib/unsetenv.c: Likewise.
4795         * lib/userspec.c: Likewise.
4796         * lib/utime.c: Likewise.
4797         * lib/utimecmp.c: Likewise.
4798         * lib/utimecmp.h: Likewise.
4799         * lib/utimens.c: Likewise.
4800         * lib/verify.h: Likewise.
4801         * lib/verror.c: Likewise.
4802         * lib/verror.h: Likewise.
4803         * lib/version-etc-fsf.c: Likewise.
4804         * lib/version-etc.c: Likewise.
4805         * lib/version-etc.h: Likewise.
4806         * lib/vfprintf.c: Likewise.
4807         * lib/vprintf.c: Likewise.
4808         * lib/vsprintf.c: Likewise.
4809         * lib/w32spawn.h: Likewise.
4810         * lib/wait-process.c: Likewise.
4811         * lib/wait-process.h: Likewise.
4812         * lib/wcwidth.c: Likewise.
4813         * lib/write-any-file.c: Likewise.
4814         * lib/xalloc-die.c: Likewise.
4815         * lib/xalloc.h: Likewise.
4816         * lib/xasprintf.c: Likewise.
4817         * lib/xgetcwd.c: Likewise.
4818         * lib/xgetcwd.h: Likewise.
4819         * lib/xgetdomainname.c: Likewise.
4820         * lib/xgetdomainname.h: Likewise.
4821         * lib/xgethostname.c: Likewise.
4822         * lib/xmalloc.c: Likewise.
4823         * lib/xmalloca.c: Likewise.
4824         * lib/xmalloca.h: Likewise.
4825         * lib/xmemcoll.c: Likewise.
4826         * lib/xnanosleep.c: Likewise.
4827         * lib/xreadlink.c: Likewise.
4828         * lib/xreadlink.h: Likewise.
4829         * lib/xsetenv.c: Likewise.
4830         * lib/xsetenv.h: Likewise.
4831         * lib/xstriconv.c: Likewise.
4832         * lib/xstriconv.h: Likewise.
4833         * lib/xstrndup.c: Likewise.
4834         * lib/xstrndup.h: Likewise.
4835         * lib/xstrtod.c: Likewise.
4836         * lib/xstrtod.h: Likewise.
4837         * lib/xstrtol-error.c: Likewise.
4838         * lib/xstrtol.c: Likewise.
4839         * lib/xstrtol.h: Likewise.
4840         * lib/xtime.h: Likewise.
4841         * lib/xvasprintf.c: Likewise.
4842         * lib/xvasprintf.h: Likewise.
4843         * lib/yesno.c: Likewise.
4844         * lib/yesno.h: Likewise.
4845         * posix-modules: Likewise.
4846         * tests/test-alloca-opt.c: Likewise.
4847         * tests/test-arcfour.c: Likewise.
4848         * tests/test-arctwo.c: Likewise.
4849         * tests/test-argmatch.c: Likewise.
4850         * tests/test-argp-2.sh: Likewise.
4851         * tests/test-argp.c: Likewise.
4852         * tests/test-arpa_inet.c: Likewise.
4853         * tests/test-array_list.c: Likewise.
4854         * tests/test-array_oset.c: Likewise.
4855         * tests/test-atexit.c: Likewise.
4856         * tests/test-avltree_list.c: Likewise.
4857         * tests/test-avltree_oset.c: Likewise.
4858         * tests/test-avltreehash_list.c: Likewise.
4859         * tests/test-base64.c: Likewise.
4860         * tests/test-binary-io.c: Likewise.
4861         * tests/test-byteswap.c: Likewise.
4862         * tests/test-c-ctype.c: Likewise.
4863         * tests/test-c-strcasecmp.c: Likewise.
4864         * tests/test-c-strcasestr.c: Likewise.
4865         * tests/test-c-strncasecmp.c: Likewise.
4866         * tests/test-c-strstr.c: Likewise.
4867         * tests/test-canonicalize-lgpl.c: Likewise.
4868         * tests/test-canonicalize.c: Likewise.
4869         * tests/test-carray_list.c: Likewise.
4870         * tests/test-ceilf.c: Likewise.
4871         * tests/test-ceill.c: Likewise.
4872         * tests/test-count-one-bits.c: Likewise.
4873         * tests/test-crc.c: Likewise.
4874         * tests/test-dirname.c: Likewise.
4875         * tests/test-fbufmode.c: Likewise.
4876         * tests/test-fcntl.c: Likewise.
4877         * tests/test-fflush.c: Likewise.
4878         * tests/test-floorf.c: Likewise.
4879         * tests/test-floorl.c: Likewise.
4880         * tests/test-fopen.c: Likewise.
4881         * tests/test-fprintf-posix.c: Likewise.
4882         * tests/test-fprintf-posix.h: Likewise.
4883         * tests/test-fpurge.c: Likewise.
4884         * tests/test-freadable.c: Likewise.
4885         * tests/test-freadahead.c: Likewise.
4886         * tests/test-freading.c: Likewise.
4887         * tests/test-freopen.c: Likewise.
4888         * tests/test-frexp.c: Likewise.
4889         * tests/test-frexpl.c: Likewise.
4890         * tests/test-fseek.c: Likewise.
4891         * tests/test-fseeko.c: Likewise.
4892         * tests/test-fseterr.c: Likewise.
4893         * tests/test-fstrcmp.c: Likewise.
4894         * tests/test-ftell.c: Likewise.
4895         * tests/test-ftello.c: Likewise.
4896         * tests/test-fwritable.c: Likewise.
4897         * tests/test-fwriting.c: Likewise.
4898         * tests/test-getaddrinfo.c: Likewise.
4899         * tests/test-getpass.c: Likewise.
4900         * tests/test-gettimeofday.c: Likewise.
4901         * tests/test-hmac-md5.c: Likewise.
4902         * tests/test-hmac-sha1.c: Likewise.
4903         * tests/test-iconv.c: Likewise.
4904         * tests/test-iconvme.c: Likewise.
4905         * tests/test-inttypes.c: Likewise.
4906         * tests/test-isnan.c: Likewise.
4907         * tests/test-isnanf.c: Likewise.
4908         * tests/test-isnanl-nolibm.c: Likewise.
4909         * tests/test-isnanl.c: Likewise.
4910         * tests/test-isnanl.h: Likewise.
4911         * tests/test-ldexpl.c: Likewise.
4912         * tests/test-linked_list.c: Likewise.
4913         * tests/test-linkedhash_list.c: Likewise.
4914         * tests/test-locale.c: Likewise.
4915         * tests/test-localename.c: Likewise.
4916         * tests/test-lock.c: Likewise.
4917         * tests/test-lseek.c: Likewise.
4918         * tests/test-malloca.c: Likewise.
4919         * tests/test-math.c: Likewise.
4920         * tests/test-mbscasecmp.c: Likewise.
4921         * tests/test-mbscasestr1.c: Likewise.
4922         * tests/test-mbscasestr2.c: Likewise.
4923         * tests/test-mbscasestr3.c: Likewise.
4924         * tests/test-mbscasestr4.c: Likewise.
4925         * tests/test-mbschr.c: Likewise.
4926         * tests/test-mbscspn.c: Likewise.
4927         * tests/test-mbsncasecmp.c: Likewise.
4928         * tests/test-mbspbrk.c: Likewise.
4929         * tests/test-mbspcasecmp.c: Likewise.
4930         * tests/test-mbsrchr.c: Likewise.
4931         * tests/test-mbsspn.c: Likewise.
4932         * tests/test-mbsstr1.c: Likewise.
4933         * tests/test-mbsstr2.c: Likewise.
4934         * tests/test-mbsstr3.c: Likewise.
4935         * tests/test-md5.c: Likewise.
4936         * tests/test-memmem.c: Likewise.
4937         * tests/test-netinet_in.c: Likewise.
4938         * tests/test-open.c: Likewise.
4939         * tests/test-printf-frexp.c: Likewise.
4940         * tests/test-printf-frexpl.c: Likewise.
4941         * tests/test-printf-posix.c: Likewise.
4942         * tests/test-printf-posix.h: Likewise.
4943         * tests/test-rbtree_list.c: Likewise.
4944         * tests/test-rbtree_oset.c: Likewise.
4945         * tests/test-rbtreehash_list.c: Likewise.
4946         * tests/test-read-file.c: Likewise.
4947         * tests/test-rijndael.c: Likewise.
4948         * tests/test-search.c: Likewise.
4949         * tests/test-signbit.c: Likewise.
4950         * tests/test-sleep.c: Likewise.
4951         * tests/test-snprintf-posix.c: Likewise.
4952         * tests/test-snprintf-posix.h: Likewise.
4953         * tests/test-snprintf.c: Likewise.
4954         * tests/test-sprintf-posix.c: Likewise.
4955         * tests/test-sprintf-posix.h: Likewise.
4956         * tests/test-stat-time.c: Likewise.
4957         * tests/test-stdbool.c: Likewise.
4958         * tests/test-stdint.c: Likewise.
4959         * tests/test-stdio.c: Likewise.
4960         * tests/test-stdlib.c: Likewise.
4961         * tests/test-stpncpy.c: Likewise.
4962         * tests/test-strcasestr.c: Likewise.
4963         * tests/test-striconv.c: Likewise.
4964         * tests/test-striconveh.c: Likewise.
4965         * tests/test-striconveha.c: Likewise.
4966         * tests/test-string.c: Likewise.
4967         * tests/test-sys_select.c: Likewise.
4968         * tests/test-sys_socket.c: Likewise.
4969         * tests/test-sys_stat.c: Likewise.
4970         * tests/test-sys_time.c: Likewise.
4971         * tests/test-sysexits.c: Likewise.
4972         * tests/test-time.c: Likewise.
4973         * tests/test-tls.c: Likewise.
4974         * tests/test-trunc.c: Likewise.
4975         * tests/test-truncf.c: Likewise.
4976         * tests/test-truncl.c: Likewise.
4977         * tests/test-unistd.c: Likewise.
4978         * tests/test-vasnprintf-posix.c: Likewise.
4979         * tests/test-vasnprintf-posix2.c: Likewise.
4980         * tests/test-vasnprintf.c: Likewise.
4981         * tests/test-vasprintf-posix.c: Likewise.
4982         * tests/test-vasprintf.c: Likewise.
4983         * tests/test-verify.c: Likewise.
4984         * tests/test-vfprintf-posix.c: Likewise.
4985         * tests/test-vprintf-posix.c: Likewise.
4986         * tests/test-vsnprintf-posix.c: Likewise.
4987         * tests/test-vsnprintf.c: Likewise.
4988         * tests/test-vsprintf-posix.c: Likewise.
4989         * tests/test-wchar.c: Likewise.
4990         * tests/test-wctype.c: Likewise.
4991         * tests/test-wcwidth.c: Likewise.
4992         * tests/test-xstrtol.c: Likewise.
4993         * tests/test-xvasprintf.c: Likewise.
4994         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
4995         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
4996         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4997         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4998         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4999         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5000         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5001         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5002         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5003         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5004         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5005         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5006         * tests/uniname/test-uninames.c: Likewise.
5007         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5008         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
5009         * tests/unistdio/test-u16-printf1.h: Likewise.
5010         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5011         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5012         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5013         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5014         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5015         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5016         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5017         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
5018         * tests/unistdio/test-u32-printf1.h: Likewise.
5019         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5020         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5021         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5022         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5023         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5024         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5025         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5026         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
5027         * tests/unistdio/test-u8-printf1.h: Likewise.
5028         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5029         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5030         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5031         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5032         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5033         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5034         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5035         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
5036         * tests/unistdio/test-ulc-printf1.h: Likewise.
5037         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5038         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5039         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5040         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5041         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5042         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5043         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5044         * tests/uniwidth/test-u16-width.c: Likewise.
5045         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5046         * tests/uniwidth/test-u32-width.c: Likewise.
5047         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5048         * tests/uniwidth/test-u8-width.c: Likewise.
5049         * tests/uniwidth/test-uc_width.c: Likewise.
5050         * config/srclist-update: Likewise.
5051         (fixlicense): Update to GPLv3+.
5052
5053         Change copyright notice from LGPLv2.1+ to LGPLv3+.
5054         * tests/test-tsearch.c: Change copyright notice.
5055
5056         Change copyright notice from LGPLv2.0+ to LGPLv3+.
5057         * lib/c-strcaseeq.h: Change copyright notice.
5058         * lib/streq.h: Likewise.
5059         * lib/uniconv.h: Likewise.
5060         * lib/uniconv/u-conv-from-enc.h: Likewise.
5061         * lib/uniconv/u-conv-to-enc.h: Likewise.
5062         * lib/uniconv/u-strconv-from-enc.h: Likewise.
5063         * lib/uniconv/u-strconv-to-enc.h: Likewise.
5064         * lib/uniconv/u16-conv-from-enc.c: Likewise.
5065         * lib/uniconv/u16-conv-to-enc.c: Likewise.
5066         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
5067         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
5068         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
5069         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
5070         * lib/uniconv/u32-conv-from-enc.c: Likewise.
5071         * lib/uniconv/u32-conv-to-enc.c: Likewise.
5072         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
5073         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
5074         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
5075         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
5076         * lib/uniconv/u8-conv-from-enc.c: Likewise.
5077         * lib/uniconv/u8-conv-to-enc.c: Likewise.
5078         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
5079         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
5080         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
5081         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
5082         * lib/uniname.h: Likewise.
5083         * lib/uniname/uniname.c: Likewise.
5084         * lib/unistdio.h: Likewise.
5085         * lib/unistdio/u-asnprintf.h: Likewise.
5086         * lib/unistdio/u-asprintf.h: Likewise.
5087         * lib/unistdio/u-printf-args.c: Likewise.
5088         * lib/unistdio/u-printf-args.h: Likewise.
5089         * lib/unistdio/u-printf-parse.h: Likewise.
5090         * lib/unistdio/u-snprintf.h: Likewise.
5091         * lib/unistdio/u-sprintf.h: Likewise.
5092         * lib/unistdio/u-vasprintf.h: Likewise.
5093         * lib/unistdio/u-vsnprintf.h: Likewise.
5094         * lib/unistdio/u-vsprintf.h: Likewise.
5095         * lib/unistdio/u16-asnprintf.c: Likewise.
5096         * lib/unistdio/u16-asprintf.c: Likewise.
5097         * lib/unistdio/u16-printf-parse.c: Likewise.
5098         * lib/unistdio/u16-snprintf.c: Likewise.
5099         * lib/unistdio/u16-sprintf.c: Likewise.
5100         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
5101         * lib/unistdio/u16-u16-asprintf.c: Likewise.
5102         * lib/unistdio/u16-u16-snprintf.c: Likewise.
5103         * lib/unistdio/u16-u16-sprintf.c: Likewise.
5104         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
5105         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
5106         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
5107         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
5108         * lib/unistdio/u16-vasnprintf.c: Likewise.
5109         * lib/unistdio/u16-vasprintf.c: Likewise.
5110         * lib/unistdio/u16-vsnprintf.c: Likewise.
5111         * lib/unistdio/u16-vsprintf.c: Likewise.
5112         * lib/unistdio/u32-asnprintf.c: Likewise.
5113         * lib/unistdio/u32-asprintf.c: Likewise.
5114         * lib/unistdio/u32-printf-parse.c: Likewise.
5115         * lib/unistdio/u32-snprintf.c: Likewise.
5116         * lib/unistdio/u32-sprintf.c: Likewise.
5117         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
5118         * lib/unistdio/u32-u32-asprintf.c: Likewise.
5119         * lib/unistdio/u32-u32-snprintf.c: Likewise.
5120         * lib/unistdio/u32-u32-sprintf.c: Likewise.
5121         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
5122         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
5123         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
5124         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
5125         * lib/unistdio/u32-vasnprintf.c: Likewise.
5126         * lib/unistdio/u32-vasprintf.c: Likewise.
5127         * lib/unistdio/u32-vsnprintf.c: Likewise.
5128         * lib/unistdio/u32-vsprintf.c: Likewise.
5129         * lib/unistdio/u8-asnprintf.c: Likewise.
5130         * lib/unistdio/u8-asprintf.c: Likewise.
5131         * lib/unistdio/u8-printf-parse.c: Likewise.
5132         * lib/unistdio/u8-snprintf.c: Likewise.
5133         * lib/unistdio/u8-sprintf.c: Likewise.
5134         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
5135         * lib/unistdio/u8-u8-asprintf.c: Likewise.
5136         * lib/unistdio/u8-u8-snprintf.c: Likewise.
5137         * lib/unistdio/u8-u8-sprintf.c: Likewise.
5138         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
5139         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
5140         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
5141         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
5142         * lib/unistdio/u8-vasnprintf.c: Likewise.
5143         * lib/unistdio/u8-vasprintf.c: Likewise.
5144         * lib/unistdio/u8-vsnprintf.c: Likewise.
5145         * lib/unistdio/u8-vsprintf.c: Likewise.
5146         * lib/unistdio/ulc-asnprintf.c: Likewise.
5147         * lib/unistdio/ulc-asprintf.c: Likewise.
5148         * lib/unistdio/ulc-printf-parse.c: Likewise.
5149         * lib/unistdio/ulc-snprintf.c: Likewise.
5150         * lib/unistdio/ulc-sprintf.c: Likewise.
5151         * lib/unistdio/ulc-vasnprintf.c: Likewise.
5152         * lib/unistdio/ulc-vasprintf.c: Likewise.
5153         * lib/unistdio/ulc-vsnprintf.c: Likewise.
5154         * lib/unistdio/ulc-vsprintf.c: Likewise.
5155         * lib/unistr.h: Likewise.
5156         * lib/unistr/u-cpy-alloc.h: Likewise.
5157         * lib/unistr/u-cpy.h: Likewise.
5158         * lib/unistr/u-endswith.h: Likewise.
5159         * lib/unistr/u-move.h: Likewise.
5160         * lib/unistr/u-set.h: Likewise.
5161         * lib/unistr/u-startswith.h: Likewise.
5162         * lib/unistr/u-stpcpy.h: Likewise.
5163         * lib/unistr/u-stpncpy.h: Likewise.
5164         * lib/unistr/u-strcat.h: Likewise.
5165         * lib/unistr/u-strcpy.h: Likewise.
5166         * lib/unistr/u-strcspn.h: Likewise.
5167         * lib/unistr/u-strdup.h: Likewise.
5168         * lib/unistr/u-strlen.h: Likewise.
5169         * lib/unistr/u-strncat.h: Likewise.
5170         * lib/unistr/u-strncpy.h: Likewise.
5171         * lib/unistr/u-strnlen.h: Likewise.
5172         * lib/unistr/u-strpbrk.h: Likewise.
5173         * lib/unistr/u-strspn.h: Likewise.
5174         * lib/unistr/u-strstr.h: Likewise.
5175         * lib/unistr/u-strtok.h: Likewise.
5176         * lib/unistr/u16-check.c: Likewise.
5177         * lib/unistr/u16-chr.c: Likewise.
5178         * lib/unistr/u16-cmp.c: Likewise.
5179         * lib/unistr/u16-cpy-alloc.c: Likewise.
5180         * lib/unistr/u16-cpy.c: Likewise.
5181         * lib/unistr/u16-endswith.c: Likewise.
5182         * lib/unistr/u16-mblen.c: Likewise.
5183         * lib/unistr/u16-mbsnlen.c: Likewise.
5184         * lib/unistr/u16-mbtouc-aux.c: Likewise.
5185         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
5186         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
5187         * lib/unistr/u16-mbtouc.c: Likewise.
5188         * lib/unistr/u16-mbtoucr.c: Likewise.
5189         * lib/unistr/u16-move.c: Likewise.
5190         * lib/unistr/u16-next.c: Likewise.
5191         * lib/unistr/u16-prev.c: Likewise.
5192         * lib/unistr/u16-set.c: Likewise.
5193         * lib/unistr/u16-startswith.c: Likewise.
5194         * lib/unistr/u16-stpcpy.c: Likewise.
5195         * lib/unistr/u16-stpncpy.c: Likewise.
5196         * lib/unistr/u16-strcat.c: Likewise.
5197         * lib/unistr/u16-strchr.c: Likewise.
5198         * lib/unistr/u16-strcmp.c: Likewise.
5199         * lib/unistr/u16-strcpy.c: Likewise.
5200         * lib/unistr/u16-strcspn.c: Likewise.
5201         * lib/unistr/u16-strdup.c: Likewise.
5202         * lib/unistr/u16-strlen.c: Likewise.
5203         * lib/unistr/u16-strmblen.c: Likewise.
5204         * lib/unistr/u16-strmbtouc.c: Likewise.
5205         * lib/unistr/u16-strncat.c: Likewise.
5206         * lib/unistr/u16-strncmp.c: Likewise.
5207         * lib/unistr/u16-strncpy.c: Likewise.
5208         * lib/unistr/u16-strnlen.c: Likewise.
5209         * lib/unistr/u16-strpbrk.c: Likewise.
5210         * lib/unistr/u16-strrchr.c: Likewise.
5211         * lib/unistr/u16-strspn.c: Likewise.
5212         * lib/unistr/u16-strstr.c: Likewise.
5213         * lib/unistr/u16-strtok.c: Likewise.
5214         * lib/unistr/u16-to-u32.c: Likewise.
5215         * lib/unistr/u16-to-u8.c: Likewise.
5216         * lib/unistr/u16-uctomb-aux.c: Likewise.
5217         * lib/unistr/u16-uctomb.c: Likewise.
5218         * lib/unistr/u32-check.c: Likewise.
5219         * lib/unistr/u32-chr.c: Likewise.
5220         * lib/unistr/u32-cmp.c: Likewise.
5221         * lib/unistr/u32-cpy-alloc.c: Likewise.
5222         * lib/unistr/u32-cpy.c: Likewise.
5223         * lib/unistr/u32-endswith.c: Likewise.
5224         * lib/unistr/u32-mblen.c: Likewise.
5225         * lib/unistr/u32-mbsnlen.c: Likewise.
5226         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
5227         * lib/unistr/u32-mbtouc.c: Likewise.
5228         * lib/unistr/u32-mbtoucr.c: Likewise.
5229         * lib/unistr/u32-move.c: Likewise.
5230         * lib/unistr/u32-next.c: Likewise.
5231         * lib/unistr/u32-prev.c: Likewise.
5232         * lib/unistr/u32-set.c: Likewise.
5233         * lib/unistr/u32-startswith.c: Likewise.
5234         * lib/unistr/u32-stpcpy.c: Likewise.
5235         * lib/unistr/u32-stpncpy.c: Likewise.
5236         * lib/unistr/u32-strcat.c: Likewise.
5237         * lib/unistr/u32-strchr.c: Likewise.
5238         * lib/unistr/u32-strcmp.c: Likewise.
5239         * lib/unistr/u32-strcpy.c: Likewise.
5240         * lib/unistr/u32-strcspn.c: Likewise.
5241         * lib/unistr/u32-strdup.c: Likewise.
5242         * lib/unistr/u32-strlen.c: Likewise.
5243         * lib/unistr/u32-strmblen.c: Likewise.
5244         * lib/unistr/u32-strmbtouc.c: Likewise.
5245         * lib/unistr/u32-strncat.c: Likewise.
5246         * lib/unistr/u32-strncmp.c: Likewise.
5247         * lib/unistr/u32-strncpy.c: Likewise.
5248         * lib/unistr/u32-strnlen.c: Likewise.
5249         * lib/unistr/u32-strpbrk.c: Likewise.
5250         * lib/unistr/u32-strrchr.c: Likewise.
5251         * lib/unistr/u32-strspn.c: Likewise.
5252         * lib/unistr/u32-strstr.c: Likewise.
5253         * lib/unistr/u32-strtok.c: Likewise.
5254         * lib/unistr/u32-to-u16.c: Likewise.
5255         * lib/unistr/u32-to-u8.c: Likewise.
5256         * lib/unistr/u32-uctomb.c: Likewise.
5257         * lib/unistr/u8-check.c: Likewise.
5258         * lib/unistr/u8-chr.c: Likewise.
5259         * lib/unistr/u8-cmp.c: Likewise.
5260         * lib/unistr/u8-cpy-alloc.c: Likewise.
5261         * lib/unistr/u8-cpy.c: Likewise.
5262         * lib/unistr/u8-endswith.c: Likewise.
5263         * lib/unistr/u8-mblen.c: Likewise.
5264         * lib/unistr/u8-mbsnlen.c: Likewise.
5265         * lib/unistr/u8-mbtouc-aux.c: Likewise.
5266         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
5267         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
5268         * lib/unistr/u8-mbtouc.c: Likewise.
5269         * lib/unistr/u8-mbtoucr.c: Likewise.
5270         * lib/unistr/u8-move.c: Likewise.
5271         * lib/unistr/u8-next.c: Likewise.
5272         * lib/unistr/u8-prev.c: Likewise.
5273         * lib/unistr/u8-set.c: Likewise.
5274         * lib/unistr/u8-startswith.c: Likewise.
5275         * lib/unistr/u8-stpcpy.c: Likewise.
5276         * lib/unistr/u8-stpncpy.c: Likewise.
5277         * lib/unistr/u8-strcat.c: Likewise.
5278         * lib/unistr/u8-strchr.c: Likewise.
5279         * lib/unistr/u8-strcmp.c: Likewise.
5280         * lib/unistr/u8-strcpy.c: Likewise.
5281         * lib/unistr/u8-strcspn.c: Likewise.
5282         * lib/unistr/u8-strdup.c: Likewise.
5283         * lib/unistr/u8-strlen.c: Likewise.
5284         * lib/unistr/u8-strmblen.c: Likewise.
5285         * lib/unistr/u8-strmbtouc.c: Likewise.
5286         * lib/unistr/u8-strncat.c: Likewise.
5287         * lib/unistr/u8-strncmp.c: Likewise.
5288         * lib/unistr/u8-strncpy.c: Likewise.
5289         * lib/unistr/u8-strnlen.c: Likewise.
5290         * lib/unistr/u8-strpbrk.c: Likewise.
5291         * lib/unistr/u8-strrchr.c: Likewise.
5292         * lib/unistr/u8-strspn.c: Likewise.
5293         * lib/unistr/u8-strstr.c: Likewise.
5294         * lib/unistr/u8-strtok.c: Likewise.
5295         * lib/unistr/u8-to-u16.c: Likewise.
5296         * lib/unistr/u8-to-u32.c: Likewise.
5297         * lib/unistr/u8-uctomb-aux.c: Likewise.
5298         * lib/unistr/u8-uctomb.c: Likewise.
5299         * lib/unitypes.h: Likewise.
5300         * lib/uniwidth.h: Likewise.
5301         * lib/uniwidth/cjk.h: Likewise.
5302         * lib/uniwidth/u16-strwidth.c: Likewise.
5303         * lib/uniwidth/u16-width.c: Likewise.
5304         * lib/uniwidth/u32-strwidth.c: Likewise.
5305         * lib/uniwidth/u32-width.c: Likewise.
5306         * lib/uniwidth/u8-strwidth.c: Likewise.
5307         * lib/uniwidth/u8-width.c: Likewise.
5308         * lib/uniwidth/width.c: Likewise.
5309
5310 2007-10-07  Bruno Haible  <bruno@clisp.org>
5311
5312         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
5313         The file is still under LGPL (see modules/inttypes).
5314
5315 2007-10-06  Bruno Haible  <bruno@clisp.org>
5316
5317         * modules/trunc (Dependencies): Add 'extensions'.
5318         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
5319         Reported by Ben Pfaff <blp@gnu.org>.
5320
5321 2007-10-06  Bruno Haible  <bruno@clisp.org>
5322
5323         * modules/freopen-tests: New file.
5324         * tests/test-freopen.c: New file.
5325
5326         * modules/fopen-tests: New file.
5327         * tests/test-fopen.c: New file.
5328
5329         * modules/fopen: New file.
5330         * lib/fopen.c: New file.
5331         * m4/fopen.m4: New file.
5332         * modules/freopen: New file.
5333         * lib/freopen.c: New file.
5334         * m4/freopen.m4: New file.
5335         * lib/stdio.in.h (fopen, freopen): New declarations.
5336         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
5337         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
5338         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
5339         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
5340         * doc/functions/fopen.texi: Mention the 'fopen' module.
5341         * doc/functions/freopen.texi: Mention the 'freopen' module.
5342
5343 2007-10-06  Bruno Haible  <bruno@clisp.org>
5344
5345         * modules/open-tests: New file.
5346         * tests/test-open.c: New file.
5347
5348         * modules/open: New file.
5349         * lib/open.c: New file.
5350         * m4/open.m4: New file.
5351         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
5352         lib/open.c does.
5353         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
5354         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
5355         macros.
5356         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
5357         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
5358         REPLACE_OPEN.
5359         * doc/functions/open.texi: Mention the 'open' module.
5360
5361 2007-10-04  Bruno Haible  <bruno@clisp.org>
5362
5363         * modules/ceill-tests: New file.
5364         * tests/test-ceill.c: New file.
5365
5366         * modules/ceill: New file.
5367         * lib/ceill.c: Replace entire file.
5368         * m4/ceill.m4: New file.
5369         * lib/math.in.h (ceill): Replace declaration.
5370         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
5371         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
5372         * doc/functions/ceill.texi: Mention the 'ceill' module.
5373         * modules/mathl (Files): Remove lib/ceill.c.
5374         (Depends-on): Add ceill.
5375
5376 2007-10-04  Bruno Haible  <bruno@clisp.org>
5377
5378         * modules/ceilf-tests: New file.
5379         * tests/test-ceilf.c: New file.
5380
5381         * modules/ceilf: New file.
5382         * lib/ceil.c: New file.
5383         * lib/ceilf.c: New file.
5384         * m4/ceilf.m4: New file.
5385         * lib/math.in.h (ceilf): New declaration.
5386         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
5387         HAVE_DECL_CEILF.
5388         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
5389         HAVE_DECL_CEILF.
5390         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
5391
5392 2007-10-04  Bruno Haible  <bruno@clisp.org>
5393
5394         * modules/floorl-tests: New file.
5395         * tests/test-floorl.c: New file.
5396
5397         * modules/floorl: New file.
5398         * lib/floorl.c: Replace entire file.
5399         * m4/floorl.m4: New file.
5400         * lib/math.in.h (floorl): Replace declaration.
5401         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
5402         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
5403         * doc/functions/floorl.texi: Mention the 'floorl' module.
5404         * modules/mathl (Files): Remove lib/floorl.c.
5405         (Depends-on): Add floorl.
5406
5407 2007-10-04  Bruno Haible  <bruno@clisp.org>
5408
5409         * modules/floorf-tests: New file.
5410         * tests/test-floorf.c: New file.
5411
5412         * modules/floorf: New file.
5413         * lib/floor.c: New file.
5414         * lib/floorf.c: New file.
5415         * m4/floorf.m4: New file.
5416         * lib/math.in.h (floorf): New declaration.
5417         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
5418         HAVE_DECL_FLOORF.
5419         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
5420         HAVE_DECL_FLOORF.
5421         * doc/functions/floorf.texi: Mention the 'floorf' module.
5422
5423 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
5424             Bruno Haible  <bruno@clisp.org>
5425
5426         Advertise for the Git server instead of the CVS server.
5427         * doc/gnulib-intro.texi (Steady Development): Mention the Git
5428         repository instead of the CVS one.
5429         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
5430         about all VCS systems generically.
5431         * doc/gnulib.texi (Introduction): Capitalize `Git'.
5432
5433 2007-10-04  Bruno Haible  <bruno@clisp.org>
5434
5435         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
5436         means.
5437         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
5438
5439 2007-10-04  Bruno Haible  <bruno@clisp.org>
5440
5441         * modules/truncl-tests: New file.
5442         * tests/test-truncl.c: New file.
5443
5444         * modules/truncl: New file.
5445         * lib/truncl.c: New file.
5446         * m4/truncl.m4: New file.
5447         * lib/math.in.h (truncl): New declaration.
5448         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
5449         HAVE_DECL_TRUNCL.
5450         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
5451         HAVE_DECL_TRUNCL.
5452         * doc/functions/truncl.texi: Mention the 'truncl' module.
5453
5454 2007-10-04  Bruno Haible  <bruno@clisp.org>
5455
5456         * modules/truncf-tests: New file.
5457         * tests/test-truncf.c: New file.
5458
5459         * modules/truncf: New file.
5460         * lib/trunc.c: Make paramerizable through USE_* macros.
5461         * lib/truncf.c: New file.
5462         * m4/truncf.m4: New file.
5463         * lib/math.in.h (truncf): New declaration.
5464         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
5465         HAVE_DECL_TRUNCF.
5466         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
5467         HAVE_DECL_TRUNCF.
5468         * doc/functions/truncf.texi: Mention the 'truncf' module.
5469
5470 2007-10-03  Bruno Haible  <bruno@clisp.org>
5471
5472         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
5473         augmentation also for tests modules.
5474         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
5475         * modules/atexit-tests (Makefile.am): Likewise.
5476         * modules/binary-io-tests (Makefile.am): Likewise.
5477         * modules/c-strcase-tests (Makefile.am): Likewise.
5478         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
5479         * modules/canonicalize-tests (Makefile.am): Likewise.
5480         * modules/closein-tests (Makefile.am): Likewise.
5481         * modules/fprintf-posix-tests (Makefile.am): Likewise.
5482         * modules/freadahead-tests (Makefile.am): Likewise.
5483         * modules/fseek-tests (Makefile.am): Likewise.
5484         * modules/fseeko-tests (Makefile.am): Likewise.
5485         * modules/ftell-tests (Makefile.am): Likewise.
5486         * modules/ftello-tests (Makefile.am): Likewise.
5487         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
5488         * modules/isnanl-tests (Makefile.am): Likewise.
5489         * modules/lseek-tests (Makefile.am): Likewise.
5490         * modules/mbscasecmp-tests (Makefile.am): Likewise.
5491         * modules/mbscasestr-tests (Makefile.am): Likewise.
5492         * modules/mbschr-tests (Makefile.am): Likewise.
5493         * modules/mbscspn-tests (Makefile.am): Likewise.
5494         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
5495         * modules/mbspbrk-tests (Makefile.am): Likewise.
5496         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
5497         * modules/mbsrchr-tests (Makefile.am): Likewise.
5498         * modules/mbsspn-tests (Makefile.am): Likewise.
5499         * modules/mbsstr-tests (Makefile.am): Likewise.
5500         * modules/printf-posix-tests (Makefile.am): Likewise.
5501         * modules/snprintf-posix-tests (Makefile.am): Likewise.
5502         * modules/sprintf-posix-tests (Makefile.am): Likewise.
5503         * modules/tsearch-tests (Makefile.am): Likewise.
5504         * modules/uniname/uniname-tests (Makefile.am): Likewise.
5505         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
5506         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
5507         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
5508         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
5509         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
5510         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
5511         * modules/vprintf-posix-tests (Makefile.am): Likewise.
5512         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
5513         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
5514         * modules/xstrtoimax-tests (Makefile.am): Likewise.
5515         * modules/xstrtol-tests (Makefile.am): Likewise.
5516         * modules/xstrtoumax-tests (Makefile.am): Likewise.
5517         * modules/yesno-tests (Makefile.am): Likewise.
5518
5519 2007-10-03  Bruno Haible  <bruno@clisp.org>
5520
5521         * modules/trunc-tests: New file.
5522         * tests/test-trunc.c: New file.
5523
5524         * modules/trunc: New file.
5525         * lib/trunc.c: New file.
5526         * m4/trunc.m4: New file.
5527         * lib/math.in.h (trunc): New declaration.
5528         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
5529         HAVE_DECL_TRUNC.
5530         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
5531         HAVE_DECL_TRUNC.
5532         * doc/functions/trunc.texi: Mention the 'trunc' module.
5533
5534 2007-10-03  Bruno Haible  <bruno@clisp.org>
5535
5536         * tests/test-fpending.c: New file, mostly copied
5537         from coreutils/lib/t-fpending.c.
5538         * modules/fpending-tests: New file.
5539
5540 2007-10-03  Bruno Haible  <bruno@clisp.org>
5541
5542         Port the stdio extensions to QNX (untested).
5543         * lib/fseterr.c (fseterr): Add support for QNX.
5544         * lib/fbufmode.c (fbufmode): Likewise.
5545         * lib/freadable.c (freadable): Likewise.
5546         * lib/fwritable.c (fwritable): Likewise.
5547         * lib/freading.c (freading): Likewise.
5548         * lib/fwriting.c (fwriting): Likewise.
5549         * lib/freadahead.c (freadahed): Likewise.
5550         * lib/fpurge.c (fpurge): Likewise.
5551         * lib/fseeko.c (rpl_fseeko): Likewise.
5552
5553 2007-10-03  Bruno Haible  <bruno@clisp.org>
5554             Jim Meyering  <jim@meyering.net>
5555             Eric Blake  <ebb9@byu.net>
5556
5557         * doc/relocatable.texi: Use @command instead of @program.
5558
5559 2007-10-02  Jim Meyering  <jim@meyering.net>
5560
5561         Perform one more "_.h" -> ".in.h" substitution.
5562         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
5563         instead of unistd_.h here, too.
5564
5565 2007-10-01  Bruno Haible  <bruno@clisp.org>
5566
5567         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
5568         Needed for the alloca-opt module.
5569
5570 2007-09-30  Bruno Haible  <bruno@clisp.org>
5571
5572         * lib/alloca.in.h: Renamed from lib/alloca_.h.
5573         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
5574         alloca_.h.
5575         * lib/argz.in.h: Renamed from lib/argz_.h.
5576         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
5577         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
5578         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
5579         byteswap_.h.
5580         * lib/dirent.in.h: Renamed from lib/dirent_.h.
5581         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
5582         dirent_.h.
5583         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
5584         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
5585         fcntl_.h.
5586         * lib/float.in.h: Renamed from lib/float_.h.
5587         * modules/float (Files, Makefile.am): Use float.in.h instead of
5588         float_.h.
5589         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
5590         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
5591         fnmatch_.h.
5592         * lib/getopt.in.h: Renamed from lib/getopt_.h.
5593         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
5594         getopt_.h.
5595         * lib/glob.in.h: Renamed from lib/glob_.h.
5596         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
5597         * lib/iconv.in.h: Renamed from lib/iconv_.h.
5598         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
5599         iconv_.h.
5600         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
5601         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
5602         inttypes_.h.
5603         * lib/locale.in.h: Renamed from lib/locale_.h.
5604         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
5605         locale_.h.
5606         * lib/math.in.h: Renamed from lib/math_.h.
5607         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
5608         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
5609         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
5610         of netinet_in_.h. Add dependency.
5611         * lib/poll.in.h: Renamed from lib/poll_.h.
5612         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
5613         * lib/search.in.h: Renamed from lib/search_.h.
5614         * modules/search (Files, Makefile.am): Use search.in.h instead of
5615         search_.h.
5616         * lib/signal.in.h: Renamed from lib/signal_.h.
5617         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
5618         _signal.h.
5619         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
5620         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
5621         stdbool_.h.
5622         * lib/stdint.in.h: Renamed from lib/stdint_.h.
5623         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
5624         stdint_.h.
5625         * lib/stdio.in.h: Renamed from lib/stdio_.h.
5626         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
5627         stdio_.h.
5628         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
5629         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
5630         stdlib_.h.
5631         * lib/string.in.h: Renamed from lib/string_.h.
5632         * modules/string (Files, Makefile.am): Use string.in.h instead of
5633         string_.h.
5634         * doc/gnulib-tool.texi (Initial import): Update.
5635         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
5636         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
5637         of sys_select_.h. Add dependency.
5638         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
5639         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
5640         of sys_socket_.h.
5641         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
5642         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
5643         sys_stat_.h.
5644         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
5645         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
5646         sys_time_.h.
5647         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
5648         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
5649         sysexits_.h.
5650         * lib/time.in.h: Renamed from lib/time_.h.
5651         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
5652         * lib/unistd.in.h: Renamed from lib/unistd_.h.
5653         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
5654         unistd_.h.
5655         * lib/wchar.in.h: Renamed from lib/wchar_.h.
5656         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
5657         wchar_.h.
5658         * lib/wctype.in.h: Renamed from lib/wctype_.h.
5659         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
5660         wctype_.h.
5661         * build-aux/bootstrap (slurp): Update.
5662         * lib/.cppi-disable: Update.
5663
5664 2007-09-30  Bruno Haible  <bruno@clisp.org>
5665
5666         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
5667         Needed on BeOS.
5668
5669 2007-09-30  Bruno Haible  <bruno@clisp.org>
5670
5671         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
5672
5673 2007-09-29  Bruno Haible  <bruno@clisp.org>
5674
5675         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
5676
5677 2007-09-29  Bruno Haible  <bruno@clisp.org>
5678
5679         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
5680         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
5681         * build-aux/install-reloc: Compile also areadlink.c.
5682         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
5683
5684 2007-09-29  Bruno Haible  <bruno@clisp.org>
5685
5686         * gnulib-tool (func_emit_initmacro_done): Indentation.
5687
5688 2007-09-29  Bruno Haible  <bruno@clisp.org>
5689
5690         * README: Add CVS checkout update instructions.
5691         Info from Bob Proulx <bob@proulx.com>.
5692
5693 2007-09-28  Eric Blake  <ebb9@byu.net>
5694
5695         Provide move-if-change.
5696         * build-aux/move-if-change: New file, based on best practice
5697         rather than any canonical upstream location.
5698
5699 2007-09-28  Jim Meyering  <jim@meyering.net>
5700
5701         Fix canonicalize loop-detection corner case.
5702         Do not attempt to stat the symlink values stored via seen_triple.
5703         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
5704         on linux-2.6.18, (but not 2.6.22).
5705         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
5706         triple_compare.  The former compares dev,ino,filename, while the latter
5707         would actually stat dirname(filename) when dev and ino were equal.
5708         * lib/hash-triple.c: Install <string.h>.
5709         (STREQ): Define.
5710         (triple_compare_ino_str): New function.
5711         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
5712
5713 2007-09-28  Eric Blake  <ebb9@byu.net>
5714
5715         Enforce that AC_REPLACE_FUNCS files exist.
5716         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
5717         override check for typos.
5718
5719         Fix test-closein on Solaris 10.
5720         * tests/test-closein.c (main): Don't assume stdin can be inherited
5721         closed on all systems.
5722         * tests/test-closein.sh: Likewise.
5723         Reported by Piotr Tarnowski.
5724
5725 2007-09-28  Jim Meyering  <jim@meyering.net>
5726
5727         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
5728
5729 2007-09-27  Jim Meyering  <jim@meyering.net>
5730
5731         canonicalize: Avoid a false-positive cycle failure.
5732         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
5733         Sort.  Remove cycle-check.
5734         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
5735         not cycle-check.h.
5736         (seen_triple): New function.
5737         (canonicalize_filename_mode): Use it instead of cycle-check.
5738         * tests/test-canonicalize.c: Add a test for this bug.
5739         * tests/test-canonicalize.sh: Set up and run the test.
5740
5741         New module, file-set, from coreutils.
5742         * modules/file-set: Define it.
5743         * lib/file-set.c, lib/file-set.h: Implement.
5744
5745         New module, hash-triple, from coreutils.
5746         * modules/hash-triple: Define it.
5747         * lib/hash-triple.c, lib/hash-triple.h: Implement.
5748
5749 2007-09-25  Eric Blake  <ebb9@byu.net>
5750
5751         Fix strerror on Interix.
5752         * lib/string_.h (strerror): Declare replacement.
5753         * doc/functions/strerror.texi (strerror): Document the Interix
5754         shortcoming.
5755         * modules/string (Makefile.am): Support new hooks.
5756         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
5757         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
5758         gl_FUNC_STRERROR_SEPARATE.
5759         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
5760         * lib/strerror.c (rpl_strerror): Provide replacement.
5761         * modules/strerror (Depends-on): Add string.
5762         (configure.ac): Detect use of module.
5763         * tests/test-strerror.c: New file.
5764         * modules/strerror-tests: New test module.
5765         * modules/argp (Depends-on): Add strerror.
5766         * modules/error (Depends-on): Likewise.
5767         Reported by Martin Koeppe.
5768
5769 2007-09-24  Bruno Haible  <bruno@clisp.org>
5770
5771         * README: Update git instructions.
5772
5773 2007-09-24  Eric Blake  <ebb9@byu.net>
5774
5775         Revert fpending breakage from 2007-09-08.
5776         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
5777         __fpending.c.
5778
5779 2007-09-24  Jim Meyering  <jim@meyering.net>
5780
5781         filenamecat.c: Add a test.
5782         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
5783         showing how the function works when DIR is the empty string.
5784
5785 2007-09-21  Simon Josefsson  <simon@josefsson.org>
5786
5787         * tests/test-canonicalize.sh: Turn on executable bit.
5788
5789 2007-09-19  Eric Blake  <ebb9@byu.net>
5790
5791         * README: Update CVS instructions.
5792
5793 2007-09-18  Bruno Haible  <bruno@clisp.org>
5794
5795         * modules/areadlink: New file.
5796         * lib/areadlink.h (areadlink): New declaration.
5797         * lib/areadlink.c: New file, based on lib/xreadlink.c.
5798
5799 2007-09-17  Jim Meyering  <jim@meyering.net>
5800
5801         * lib/savewd.c (ESTALE) [!defined]: Define.
5802         Reported to be required on Interix by Martin Koeppe.
5803
5804 2007-09-17  Bruno Haible  <bruno@clisp.org>
5805
5806         * gnulib-tool (func_version): Use $version.
5807
5808 2007-09-16  Bruno Haible  <bruno@clisp.org>
5809
5810         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
5811         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
5812         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
5813         Reported by Greg Schafer <gschafer@zip.com.au>.
5814
5815 2007-09-15  Bruno Haible  <bruno@clisp.org>
5816
5817         * gnulib-tool (sed): Try a little harder to make bash understand the
5818         alias.
5819         Reported by Bruce Korb <bruce.korb@gmail.com>.
5820
5821 2007-09-13  Eric Blake  <ebb9@byu.net>
5822
5823         * ChangeLog: Remove conflict markers.
5824
5825 2007-09-13  Simon Josefsson  <simon@josefsson.org>
5826
5827         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
5828         Reported by Bruno Haible <bruno@clisp.org>.
5829
5830 2007-09-12  Bruno Haible  <bruno@clisp.org>
5831
5832         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
5833         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
5834         is not defined.
5835
5836 2007-09-12  Eric Blake  <ebb9@byu.net>
5837
5838         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
5839         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
5840         Autoconf definition.
5841         * modules/euidaccess (Depends-on): Add extensions, for
5842         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
5843         * modules/fnmatch (Depends-on): Likewise.
5844         * modules/getaddrinfo (Depends-on): Likewise.
5845         * modules/getdelim (Depends-on): Likewise.
5846         * modules/getline (Depends-on): Likewise.
5847         * modules/getsubopt (Depends-on): Likewise.
5848         * modules/gettext (Depends-on): Likewise.
5849         * modules/group-member (Depends-on): Likewise.
5850         * modules/mbchar (Depends-on): Likewise.
5851         * modules/memmem (Depends-on): Likewise.
5852         * modules/mempcpy (Depends-on): Likewise.
5853         * modules/memrchr (Depends-on): Likewise.
5854         * modules/pagealign_alloc (Depends-on): Likewise.
5855         * modules/readutmp (Depends-on): Likewise.
5856         * modules/stpcpy (Depends-on): Likewise.
5857         * modules/stpncpy (Depends-on): Likewise.
5858         * modules/strchrnul (Depends-on): Likewise.
5859         * modules/strndup (Depends-on): Likewise.
5860         * modules/strsep (Depends-on): Likewise.
5861         * modules/strverscmp (Depends-on): Likewise.
5862         * modules/vasprintf (Depends-on): Likewise.
5863         * modules/wcwidth (Depends-on): Likewise.
5864         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
5865         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
5866         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
5867         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
5868         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
5869         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
5870         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
5871         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5872         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
5873         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5874         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5875         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
5876         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
5877         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
5878         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
5879         * m4/readutmp.m4 (gl_READUTMP): Likewise.
5880         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5881         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
5882         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5883         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
5884         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5885         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
5886         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
5887         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
5888         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
5889         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5890         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
5891         so that lock.m4 can be used in gettext without extensions module.
5892
5893 2007-09-11  Bruno Haible  <bruno@clisp.org>
5894
5895         * m4/isc-posix.m4: Remove file.
5896         Suggested by Eric Blake.
5897
5898 2007-09-11  Eric Blake  <ebb9@byu.net>
5899
5900         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
5901
5902 2007-09-10  Bruno Haible  <bruno@clisp.org>
5903
5904         * posix-modules: Fix typo in error message.
5905         Reported by Matt <mkraai@beckman.com>.
5906
5907 2007-09-09  Bruno Haible  <bruno@clisp.org>
5908
5909         * doc/functions/getdelim.texi: Update list of platforms lacking the
5910         function.
5911         * doc/functions/getline.texi: Likewise.
5912
5913 2007-09-09  Jim Meyering  <jim@meyering.net>
5914
5915         * lib/hash.c (hash_initialize): Detect calloc failure.
5916         Reported by Bruno Haible.
5917
5918 2007-09-09  Bruno Haible  <bruno@clisp.org>
5919
5920         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
5921         malloc or realloc fails.
5922
5923 2007-09-09  Bruno Haible  <bruno@clisp.org>
5924
5925         * modules/getcwd (Depends-on): Add malloc-posix.
5926         * modules/glob (Depends-on): Likewise.
5927         * modules/putenv (Depends-on): Likewise.
5928         * modules/strdup (Depends-on): Likewise.
5929         * modules/getdelim (Depends-on): Add realloc-posix.
5930         * modules/read-file (Depends-on): Likewise.
5931
5932 2007-09-09  Bruno Haible  <bruno@clisp.org>
5933
5934         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
5935         (gl_FUNC_MALLOC_POSIX): Require it.
5936         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
5937         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
5938         * modules/realloc (Files): Add m4/malloc.m4.
5939         * modules/calloc (Files): Likewise.
5940
5941 2007-09-09  Bruno Haible  <bruno@clisp.org>
5942
5943         * modules/malloc-posix: New file.
5944         * modules/malloc (Depends-on): Add malloc-posix.
5945         * lib/malloc.c: Include errno.h.
5946         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
5947         and a POSIX-compatible malloc into a single function. Set ENOMEM
5948         when returning NULL.
5949         * m4/malloc.m4: New file.
5950         * doc/functions/malloc.texi: Mention the malloc-posix module.
5951         * lib/stdlib_.h (malloc): New declaration.
5952         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
5953         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
5954         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
5955         and HAVE_MALLOC_POSIX.
5956
5957 2007-09-09  Bruno Haible  <bruno@clisp.org>
5958
5959         * modules/realloc-posix: New file.
5960         * modules/realloc (Depends-on): Add realloc-posix.
5961         * lib/realloc.c: Include errno.h.
5962         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
5963         and a POSIX-compatible realloc into a single function. Set ENOMEM
5964         when returning NULL.
5965         * m4/realloc.m4: New file.
5966         * doc/functions/realloc.texi: Mention the realloc-posix module.
5967         * lib/stdlib_.h (realloc): New declaration.
5968         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
5969         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
5970         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
5971         and HAVE_REALLOC_POSIX.
5972
5973 2007-09-09  Bruno Haible  <bruno@clisp.org>
5974
5975         * modules/calloc-posix: New file.
5976         * modules/calloc (Depends-on): Add calloc-posix.
5977         * lib/calloc.c: Include errno.h.
5978         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
5979         and a POSIX-compatible calloc into a single function. Set ENOMEM
5980         when returning NULL.
5981         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
5982         * doc/functions/calloc.texi: Mention the calloc-posix module.
5983         * lib/stdlib_.h (calloc): New declaration.
5984         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
5985         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
5986         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
5987         and HAVE_CALLOC_POSIX.
5988
5989 2007-09-09  Bruno Haible  <bruno@clisp.org>
5990
5991         Allow for modules to show an arbitrary notice.
5992         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
5993         * gnulib-tool: New option --extract-notice.
5994         (func_usage): Document it.
5995         (sed_extract_prog): Update.
5996         (func_get_notice): New function.
5997         (func_modules_notice): New function.
5998         (func_import, func_create_testdir): Invoke it.
5999         Suggested by Jim Meyering.
6000
6001 2007-09-09  Bruno Haible  <bruno@clisp.org>
6002
6003         * gnulib-tool: New options --verbose, --quiet.
6004         (func_usage): Document them.
6005         (verbose): New variable.
6006         (func_execute_command): New function.
6007         (func_import): Don't show the module list and the file list if
6008         $verbose < 0.
6009         (func_create_testdir): Likewise. Use func_execute_command.
6010         (func_create_megatestdir): Use func_execute_command.
6011
6012 2007-09-08  Bruno Haible  <bruno@clisp.org>
6013
6014         * gnulib-tool (func_import): Prefer rsync over wget when available,
6015         for fetching the PO files.
6016
6017 2007-09-08  Bruno Haible  <bruno@clisp.org>
6018
6019         * posix-modules: New file. Portions copied from gnulib-tool.
6020         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
6021
6022 2007-09-08  Jim Meyering  <jim@meyering.net>
6023
6024         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
6025         * lib/fpending.h: Rename from __fpending.h.
6026         * lib/fpending.c: Rename from __fpending.c.
6027         Include "fpending.h", not "__fpending.h".
6028         * lib/__fpending.h, lib/__fpending.c: Remove files.
6029         * modules/fpending (Files): Reflect new file names.
6030         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
6031
6032 2007-09-08  Bruno Haible  <bruno@clisp.org>
6033
6034         * m4/inttypes-h.m4: Remove stub file.
6035
6036 2007-09-07  Simon Josefsson  <simon@josefsson.org>
6037
6038         * doc/headers/stdint.texi: Discuss #include_next issue.
6039
6040 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6041
6042         * build-aux/bootstrap: Remove obsolete comment about wget --help.
6043
6044 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6045
6046         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
6047         in variable name.
6048
6049 2007-09-03  Jim Meyering  <jim@meyering.net>
6050
6051         New module: git-version-gen.
6052         * modules/git-version-gen: New file.
6053
6054         Import changes from coreutils for bootstrap script.
6055
6056         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
6057
6058         bootstrap: uses rsync to download the .po files
6059         * build-aux/bootstrap (po_download_command_format): New global.
6060         (download_po_files): Use rsync.
6061         (update_po_files): Don't remove .po files after download,
6062         so future rsync runs can take advantage of the copies.
6063
6064         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
6065
6066         Solve the unnecessary-.po-file-regeneration problem once and for all.
6067         * build-aux/bootstrap (download_po_files): New function, renamed from
6068         get_translations.  Now, downloads, but doesn't update LINGUAS.
6069         (update_po_files): New function.
6070
6071         bootstrap: Ignore more.
6072         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
6073         uniwidth to e.g., lib/.gitignore.
6074         (slurp): Handle the sys_stat_.h -> sys mapping, too.
6075
6076         * build-aux/bootstrap: New setting: vc_ignore.
6077         (insert_sorted_if_absent): Create $file if absent.
6078         Adapt to new, possibly empty, list: $vc_ignore.
6079
6080         bootstrap: generate more ignorable names
6081         * build-aux/bootstrap (slurp): When generating ignorable names,
6082         also map .sin to .sed, .gperf to .c, and .y to .c.
6083
6084 2007-09-03  Jim Meyering  <jim@meyering.net>
6085
6086         * build-aux/git-version-gen: New file, from coreutils.  For details, see
6087         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
6088
6089 2007-09-02  Bruno Haible  <bruno@clisp.org>
6090
6091         Fix mis-recognition of 'mcs' on QNX 6.
6092         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
6093         output contains the string "Mono".
6094         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
6095         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
6096
6097 2007-09-01  Bruno Haible  <bruno@clisp.org>
6098
6099         Fix collision between uniwidth/* and linebreak modules.
6100         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
6101         u32_width): Remove declarations.
6102         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
6103         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
6104         streq3, streq2, streq1, streq0): Remove functions.
6105         (STREQ): Remove macro.
6106         (is_cjk_encoding): Remove function.
6107         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
6108         (uc_width, u8_width, u16_width, u32_width): Remove functions.
6109         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
6110         * NEWS: Document the change.
6111
6112 2007-09-01  Bruno Haible  <bruno@clisp.org>
6113
6114         * lib/streq.h: Add double-inclusion guard.
6115
6116 2007-09-01  Karl Berry  <karl@gnu.org>
6117
6118         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
6119
6120 2007-08-28  Jim Meyering  <jim@meyering.net>
6121
6122         Rename mreadlink_with_size to areadlink_with_size.
6123         * NEWS: Document the change.
6124         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
6125         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
6126         * lib/mreadlink.h: Rename this to...
6127         * lib/areadlink.h: ...this.
6128         * modules/mreadlink-with-size: Rename this to...
6129         * modules/areadlink-with-size: ...this.
6130         * lib/canonicalize.c: Reflect the renaming.
6131         * modules/canonicalize: Likewise.
6132
6133 2007-08-26  Bruno Haible  <bruno@clisp.org>
6134
6135         * gnulib-tool (func_import): When deciding which files to remove,
6136         consider also dangling symbolic links.
6137         Reported by Eric Blake.
6138
6139 2007-08-26  Bruno Haible  <bruno@clisp.org>
6140
6141         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
6142
6143 2007-08-23  Simon Josefsson  <simon@josefsson.org>
6144
6145         * lib/readline.c: Don't include getline.h, the prototype is now
6146         found in stdio.h.
6147
6148 2007-08-23  Jim Meyering  <jim@meyering.net>
6149
6150         Getdelim touchup.
6151         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
6152         around the funlockfile call, since funlockfile never sets errno.
6153         Don't set errno upon failed realloc.
6154
6155 2007-08-22  Eric Blake  <ebb9@byu.net>
6156
6157         Getline touchups.
6158         * lib/getdelim.c (getdelim): Revert regression that required *n to
6159         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
6160         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
6161         getdelim, rather than whether implementation is missing.
6162         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
6163         * lib/stdio_.h (getline): Also declare if replacement is
6164         required.
6165         * doc/functions/getdelim.texi: New file.
6166         * doc/functions/getline.texi: Likewise.
6167         * doc/gnulib.texi (Function Substitutes): Add new files.
6168         Reported by Bruno Haible.
6169
6170 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
6171
6172         * users.txt: Add Guile.
6173
6174 2007-08-22  Eric Blake  <ebb9@byu.net>
6175
6176         * tests/test-getdelim.c (main): Use remove, not unlink.
6177         * tests/test-getline.c (main): Likewise.
6178
6179         Move getline and getdelim into stdio.h, per POSIX 200x.
6180         * modules/getline (Files): Remove getline.h.
6181         (Depends-on): Add stdio.
6182         (configure.ac): Add module indicator.
6183         * modules/getdelim (Files): Remove getdelim.h.
6184         (Depends-on): Add stdio.
6185         (configure.ac): Add module indicator.
6186         * modules/stdio (Makefile.am): Work with new indicators.
6187         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
6188         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
6189         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
6190         * lib/getdelim.h: Delete.
6191         * lib/getline.h: Delete.
6192         * lib/stdio_.h (getdelim, getline): Declare.
6193         * modules/getdelim-tests: New module.
6194         * modules/getline-tests: Likewise.
6195         * tests/test-getdelim.c: New file.
6196         * tests/test-getline.c: Likewise.
6197         * NEWS: Document the change.
6198         * lib/getline.c: Update choice of header.
6199         * lib/csharpcomp.c: Likewise.
6200         * lib/getpass.c: Likewise.
6201         * lib/javacomp.c: Likewise.
6202         * lib/javaversion.c: Likewise.
6203         * lib/yesno.c: Likewise.
6204         * lib/getdelim.c: Likewise.
6205         (getdelim): Set errno on failure, and avoid memory leak.
6206
6207 2007-08-19  Bruno Haible  <bruno@clisp.org>
6208
6209         * modules/closein (Depends-on): Add freadahead.
6210         * lib/closein.c: Include freadahead.h.
6211         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
6212         is zero.
6213
6214 2007-08-19  Bruno Haible  <bruno@clisp.org>
6215
6216         * modules/freadahead-tests: New file.
6217         * tests/test-freadahead.sh: New file.
6218         * tests/test-freadahead.c: New file.
6219
6220         * modules/freadahead: New file.
6221         * lib/freadahead.h: New file.
6222         * lib/freadahead.c: New file.
6223         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
6224         fbufmode, fpurge, freadable, fwritable.
6225
6226 2007-08-19  Eric Blake  <ebb9@byu.net>
6227
6228         Test yesno in combination with closein.
6229         * lib/yesno.c (yesno): Document use of stdin.
6230         * modules/yesno-tests (Files): New module.
6231         * tests/test-yesno.c (main): New file.
6232         * tests/test-yesno.sh: Likewise.
6233
6234 2007-08-19  Bruno Haible  <bruno@clisp.org>
6235
6236         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
6237         * lib/fseeko.c (rpl_fseeko): Likewise.
6238         * lib/fseterr.c (fseterr): Likewise.
6239
6240 2007-08-19  Bruno Haible  <bruno@clisp.org>
6241
6242         * tests/test-lseek.c (main): Disable a test for BeOS.
6243         * doc/functions/lseek.texi: Document the BeOS bug.
6244
6245 2007-08-19  Bruno Haible  <bruno@clisp.org>
6246             Eric Blake  <ebb9@byu.net>
6247
6248         * lib/lseek.c: Include <sys/stat.h>.
6249         (rpl_lseek): Add workaround code also for Unix platforms.
6250         Needed for BeOS.
6251         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
6252         * doc/functions/lseek.texi: Document BeOS definiency.
6253
6254 2007-08-18  Bruno Haible  <bruno@clisp.org>
6255
6256         * modules/fstrcmp-tests: New file.
6257         * tests/test-fstrcmp.c: New file.
6258
6259 2007-08-18  Bruno Haible  <bruno@clisp.org>
6260
6261         * modules/fstrcmp: New file, from GNU gettext with modifications.
6262         * lib/fstrcmp.h: New file, from GNU gettext.
6263         * lib/fstrcmp.c: New file, from GNU gettext.
6264         * MODULES.html.sh (String handling): Add fstrcmp.
6265
6266 2007-08-18  Bruno Haible  <bruno@clisp.org>
6267
6268         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
6269         'bool'.
6270         (diag, compareseq): Remove const from the ctxt argument.
6271         (USE_HEURISTIC): Undefine at the end.
6272
6273 2007-08-18  Jim Meyering  <jim@meyering.net>
6274
6275         New file: lib/idcache.h
6276         * NEWS: Mention the addition.
6277         * modules/idcache (Files): Add lib/idcache.h
6278         * lib/idcache.c: Include "idcache.h".
6279         Don't include <sys/types.h>.
6280         Add a FIXME comment.
6281         Move file-scoped "static" declarations to the top.
6282         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
6283
6284 2007-08-17  Bruno Haible  <bruno@clisp.org>
6285         and Paul Eggert  <eggert@cs.ucla.edu>
6286
6287         * MODULES.html.sh: Add diffseq.
6288         * modules/diffseq: New file.
6289         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
6290         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
6291
6292 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6293
6294         Import changes from coreutils for bootstrap script.
6295
6296         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
6297
6298         * build-aux/bootstrap (slurp): Work even in environments where
6299         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
6300         current code does not slurp files whose names start with ".", and
6301         this looks like it might be a troublesome area.
6302
6303         2007-07-11  Jim Meyering  <jim@meyering.net>
6304
6305         If there's a GPL vN copyright comment, require that N == 3.
6306
6307         2007-07-08  Jim Meyering  <jim@meyering.net>
6308
6309         Run the coreutils-specific code only if tests/Makefile.am.in exists.
6310         * build-aux/bootstrap (mam_template): Move definition out of loop.
6311
6312         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
6313
6314         * build-aux/bootstrap (symlink_to_dir): Rename function from
6315         symlink_to_gnulib.  Add a directory parameter.  Update all
6316         callers.
6317         (cp_mark_as_generated): Also check for -- and link to -- files in
6318         gl/.
6319
6320         2007-07-08  Jim Meyering  <jim@meyering.net>
6321
6322         Adapt to deeper hierarchy in gnulib.
6323         * build-aux/bootstrap (symlink_to_dir): If the destination
6324         directory doesn't exist, create it. This is required at least for
6325         "lib/uniwidth/cjk.h".
6326
6327         2007-05-15  Jim Meyering  <jim@meyering.net>
6328
6329         * build-aux/bootstrap: Now that generated Makefile.am files
6330         are no longer under version control, they must be created at
6331         bootstrap time.
6332
6333 2007-08-14  Ben Pfaff  <blp@gnu.org>
6334
6335         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
6336
6337 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6338
6339         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
6340         given the changes below.
6341         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
6342         even on hosts that have padding bits beyond the supported 64.
6343
6344 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6345
6346         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
6347         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
6348         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
6349         depends on it.
6350         (xstrtol_error): Remove.
6351         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
6352         but with a different signature.
6353         (ATTRIBUTE_NORETURN, __attribute__): New macros.
6354         * lib/xstrtol-error.c: Include exitfail.h.
6355         (xstrtol_fatal): New function, with a different signature from the
6356         old xstrtol_error, so that the caller need not worry about passing
6357         in an exit status, or about storage management of the option argument.
6358         (xstrtol_error): Now a static function.  Redo signature to
6359         implement xstrtol_fatal.  Output the correct number of hyphens in
6360         front of the option so that the caller need not worry about
6361         storage management.
6362         (N_): New macro.
6363         (_): Remove; not used now.
6364         * modules/xstrtol: Depend on getopt.
6365         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
6366         of old STRTOL_FATAL_ERROR macro.
6367         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
6368         of test program.
6369         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
6370         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
6371
6372 2007-08-08  Eric Blake  <ebb9@byu.net>
6373
6374         * lib/xstrtol-error.c: Add missing include.
6375
6376         Move xstrtol messages into gnulib domain, when --pobase is used.
6377         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
6378         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
6379         * modules/xstrtol (Files): Distribute new file.
6380         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
6381         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
6382         * tests/test-xstrtol.c: ...into new file.
6383         * tests/test-xstrtoul.c: Also test xstrtoul.
6384         * tests/test-xstrtoimax.c: Also test xstrtoimax.
6385         * tests/test-xstrtoumax.c: Also test xstrtoumax.
6386         * tests/test-xstrtol.sh: Drive the tests.
6387         * tests/test-xstrtoimax.sh: Likewise.
6388         * tests/test-xstrtoumax.sh: Likewise.
6389         * modules/xstrtol-tests: New module.
6390         * modules/xstrtoimax-tests: Likewise.
6391         * modules/xstrtoumax-tests: Likewise.
6392
6393 2007-08-08  Jim Meyering  <jim@meyering.net>
6394
6395         New function: mfile_name_concat.
6396         * lib/filenamecat.c (mfile_name_concat): New function, just like
6397         file_name_concat, but return NULL upon failure rather than exiting
6398         with a diagnostic.
6399         * lib/filenamecat.h: Declare it.
6400
6401 2007-08-07  Bruno Haible  <bruno@clisp.org>
6402
6403         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
6404         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
6405         warning from gcc.
6406         Reported by Eric Blake.
6407
6408 2007-08-07  Simon Josefsson  <simon@josefsson.org>
6409
6410         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
6411         * modules/crypto/arcfour (License): Likewise.
6412         * modules/crypto/des-tests (License): Likewise.
6413         * modules/crypto/gc-arctwo-tests (License): Likewise.
6414         * modules/crypto/gc-des-tests (License): Likewise.
6415         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
6416         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
6417         * modules/crypto/gc-md2-tests (License): Likewise.
6418         * modules/crypto/gc-md4-tests (License): Likewise.
6419         * modules/crypto/gc-md5-tests (License): Likewise.
6420         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
6421         * modules/crypto/gc-rijndael-tests (License): Likewise.
6422         * modules/crypto/gc-sha1-tests (License): Likewise.
6423         * modules/crypto/gc-tests (License): Likewise.
6424         * modules/crypto/hmac-md5 (License): Likewise.
6425         * modules/crypto/hmac-sha1 (License): Likewise.
6426         * modules/crypto/md2-tests (License): Likewise.
6427         * modules/crypto/md4-tests (License): Likewise.
6428         * modules/crypto/md5 (License): Likewise.
6429         * modules/crypto/rijndael (License): Likewise.
6430         * modules/crypto/sha1 (License): Likewise.
6431         * modules/memxor (License): Likewise.
6432
6433 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
6434         and Bruno Haible  <bruno@clisp.org>
6435
6436         * NEWS: Describe interface changes to human, xstrtol.
6437         * lib/human.h: Include <xstrtol.h>.
6438         (human_options): Return enum strtol_error, not int.  Remove
6439         bool arg; take int * instead.
6440         * lib/human.c: Don't include "gettext.h".
6441         (_): Remove; no longer used.
6442         Don't include <xstrtol.h>, since human.h does it.
6443         (human_options): Adjust to abovementioned interface changes.
6444         Do not report error to stderr; that's now the caller's
6445         responsibility.
6446         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
6447         interface change.
6448         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
6449         Str, Argument_type_string.  All uses changed.  Put " argument"
6450         in diagnostics to make them clearer.  Change wording of suffix
6451         message for clarity.
6452         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
6453         Argument_type_string.
6454         (STRTOL_FATAL_WARN): Remove; no longer used.
6455         * modules/human (Depends-on): Remove gettext-h.
6456
6457 2007-08-06  Simon Josefsson  <simon@josefsson.org>
6458
6459         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
6460
6461 2007-07-31  Bruno Haible  <bruno@clisp.org>
6462
6463         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
6464         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
6465         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
6466
6467 2007-07-31  Bruno Haible  <bruno@clisp.org>
6468
6469         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
6470         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
6471
6472 2007-07-30  Bruno Haible  <bruno@clisp.org>
6473
6474         * modules/base64 (License): Use the synonymous term "LGPLv2+".
6475         * modules/c-ctype (License): Likewise.
6476         * modules/c-strcase (License): Likewise.
6477         * modules/check-version (License): Likewise.
6478         * modules/iconv (License): Likewise.
6479         * modules/iconv_open (License): Likewise.
6480         * modules/read-file (License): Likewise.
6481         * modules/striconv (License): Likewise.
6482         * modules/strverscmp (License): Likewise.
6483         * modules/vasprintf (License): Likewise.
6484         * modules/crypto/des (License): Likewise.
6485         * modules/crypto/gc (License): Likewise.
6486         * modules/crypto/gc-arcfour (License): Likewise.
6487         * modules/crypto/gc-arctwo (License): Likewise.
6488         * modules/crypto/gc-des (License): Likewise.
6489         * modules/crypto/gc-hmac-md5 (License): Likewise.
6490         * modules/crypto/gc-hmac-sha1 (License): Likewise.
6491         * modules/crypto/gc-md2 (License): Likewise.
6492         * modules/crypto/gc-md4 (License): Likewise.
6493         * modules/crypto/gc-md5 (License): Likewise.
6494         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
6495         * modules/crypto/gc-random (License): Likewise.
6496         * modules/crypto/gc-rijndael (License): Likewise.
6497         * modules/crypto/gc-sha1 (License): Likewise.
6498         * modules/crypto/md2 (License): Likewise.
6499         * modules/crypto/md4 (License): Likewise.
6500
6501 2007-07-30  Jim Meyering  <jim@meyering.net>
6502
6503         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
6504         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
6505         it has valid stat data.  This bug would cause du not to count the
6506         sizes of inaccessible directories.
6507         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
6508         in <http://bugzilla.redhat.com/250077>.
6509
6510 2007-07-25  Peter O'Gorman  <peter@pogma.com>
6511             Bruno Haible  <bruno@clisp.org>
6512
6513         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
6514         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
6515         #include_next, gives a diagnostic about it, but reports no error in
6516         the exit code.
6517         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
6518
6519 2007-07-24  Ben Pfaff  <blp@gnu.org>
6520
6521         Improve name: "count-one-bits" is better than "popcount".
6522         * MODULES.html.sh: Update name.
6523         * lib/popcount.h: Renamed lib/count-one-bits.h.
6524         (popcount): Renamed count_one_bits.
6525         (popcountl): Renamed count_one_bits_l.
6526         (popcountll): Renamed count_one_bits_ll.
6527         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
6528         * modules/popcount: Renamed module/count-one-bits.
6529         * modules/popcount-tests: Renamed module/count-one-bits-tests.
6530         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
6531
6532 2007-07-23  Ben Pfaff  <blp@gnu.org>
6533
6534         * lib/popcount.h (popcount32): Reduce size of constants, to allow
6535         better code generation, and add U to large constants to avoid
6536         warnings, in non-GCC case.
6537         Suggested by Bruno Haible.
6538
6539 2007-07-23  Ben Pfaff  <blp@gnu.org>
6540
6541         * lib/popcount.h: Use verify_true instead of if...abort.
6542         * modules/popcount: Depend on verify module.
6543         Suggested by Jim Meyering.
6544
6545 2007-07-23  Bruno Haible  <bruno@clisp.org>
6546
6547         * gnulib-tool (func_import): Create a .cvsignore file also when the
6548         directory is not yet in CVS but the toplevel directory is. When
6549         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
6550         Reported by Karl Berry.
6551
6552 2007-07-22  Ben Pfaff  <blp@gnu.org>
6553
6554         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
6555         case.
6556         Suggested by Eric Blake.
6557
6558 2007-07-22  Ben Pfaff  <blp@gnu.org>
6559
6560         New module: popcount.
6561         * MODULES.html.sh: Add popcount.
6562         * modules/popcount: New file.
6563         * modules/popcount-tests: New file.
6564         * tests/test-popcount.c: New file.
6565         * lib/popcount.h: New file.
6566         * m4/popcount.m4: New file.
6567
6568 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6569
6570         * build-aux/announce-gen: Update to GPLv3.
6571
6572         * build-aux/config.guess: Update from config.
6573
6574 2007-07-21  Bruno Haible  <bruno@clisp.org>
6575
6576         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
6577         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
6578
6579 2007-07-20  Jim Meyering  <jim@meyering.net>
6580
6581         * check-module: Diagnose a self-dependency.
6582
6583 2007-07-19  Bruno Haible  <bruno@clisp.org>
6584
6585         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
6586         empty.
6587         Reported by Eric Blake.
6588
6589 2007-07-18  Bruno Haible  <bruno@clisp.org>
6590
6591         * gnulib-tool: New options --po-base, --po-domain.
6592         (func_usage): Document them.
6593         (pobase, po_domain): New variables.
6594         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
6595         DEFAULT_TEXT_DOMAIN.
6596         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
6597         (func_import): Consider pobase and po_domain. Create a po/ directory.
6598         (func_create_testdir): Set pobase and po_domain to empty.
6599         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
6600         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
6601
6602 2007-07-18  Bruno Haible  <bruno@clisp.org>
6603
6604         * gnulib-tool (func_get_automake_snippet): Synthesize also an
6605         EXTRA_DIST augmentation for files in build-aux/.
6606
6607 2007-07-16  Bruno Haible  <bruno@clisp.org>
6608
6609         * modules/lseek (License): Use the synonymous term "LGPLv2+".
6610         * modules/getdelim (License): Likewise.
6611
6612 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6613
6614         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
6615         * modules/d-type (License): Likewise.
6616         * modules/extensions (License): Likewise.
6617         * modules/fnmatch (License): Likewise.
6618         * modules/fseeko (License): Likewise.
6619         * modules/getaddrinfo (License): Likewise.
6620         * modules/getline (License): Likewise.
6621         * modules/getlogin_r (License): Likewise.
6622         * modules/getpass (License): Likewise.
6623         * modules/gettimeofday (License): Likewise.
6624         * modules/glob (License): Likewise.
6625         * modules/inet_ntop (License): Likewise.
6626         * modules/malloc (License): Likewise.
6627         * modules/malloca (License): Likewise.
6628         * modules/memmem (License): Likewise.
6629         * modules/mempcpy (License): Likewise.
6630         * modules/memset (License): Likewise.
6631         * modules/minmax (License): Likewise.
6632         * modules/mktime (License): Likewise.
6633         * modules/netinet_in (License): Likewise.
6634         * modules/pathmax (License): Likewise.
6635         * modules/poll (License): Likewise.
6636         * modules/regex (License): Likewise.
6637         * modules/snprintf (License): Likewise.
6638         * modules/stdbool (License): Likewise.
6639         * modules/stdint (License): Likewise.
6640         * modules/stdio (License): Likewise.
6641         * modules/strcase (License): Likewise.
6642         * modules/strcasestr (License): Likewise.
6643         * modules/strdup (License): Likewise.
6644         * modules/string (License): Likewise.
6645         * modules/strndup (License): Likewise.
6646         * modules/strnlen (License): Likewise.
6647         * modules/strpbrk (License): Likewise.
6648         * modules/strptime (License): Likewise.
6649         * modules/strsep (License): Likewise.
6650         * modules/sys_select (License): Likewise.
6651         * modules/sys_socket (License): Likewise.
6652         * modules/sys_stat (License): Likewise.
6653         * modules/sys_time (License): Likewise.
6654         * modules/time (License): Likewise.
6655         * modules/time_r (License): Likewise.
6656         * modules/timegm (License): Likewise.
6657         * modules/unistd (License): Likewise.
6658         * modules/vsnprintf (License): Likewise.
6659         * modules/wctype (License): Likewise.
6660
6661 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6662
6663         * modules/argz (License): LGPLv2+.
6664
6665 2007-07-15  Karl Berry  <karl@gnu.org>
6666
6667         * doc/gnulib.texi: revise node structure per new fdl.texi.
6668
6669 2007-07-14  Bruno Haible  <bruno@clisp.org>
6670
6671         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
6672         the output file.
6673         * lib/uniname/uninames.h: Regenerated.
6674
6675 2007-07-14  Karl Berry  <karl@gnu.org>
6676
6677         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
6678         omitting sectioning and index commands.
6679
6680 2007-07-13  Bruno Haible  <bruno@clisp.org>
6681
6682         New gnulib-tool option --more-symlinks.
6683         * gnulib-tool (func_usage): Document --more-symlinks.
6684         (do_copyrights): New variable.
6685         Recognize option --more-symlinks.
6686         (func_import): Don't add a copyright notice transform to
6687         sed_transform_lib_file if do_copyrights is empty.
6688
6689 2007-07-13  Bruno Haible  <bruno@clisp.org>
6690
6691         * lib/vasnprintf.c (decimal_point_char): Define also if
6692         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
6693         && !NEED_PRINTF_DIRECTIVE_A.
6694         Reported by Clemens Koller <clemens.koller@anagramm.de> via
6695         Gary V. Vaughan <gary@gnu.org>.
6696
6697 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
6698
6699         * lib/inttypes_.h: Undo previous change, since it was fixed
6700         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
6701
6702 2007-07-13  Bruno Haible  <bruno@clisp.org>
6703
6704         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
6705         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
6706
6707 2007-07-13  Jim Meyering  <jim@meyering.net>
6708
6709         df: Don't fail for Tru64's "file-on-file mount".
6710         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
6711         so we fall through and use statfs instead.  Details here:
6712         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
6713         Reported by Albert Chin.
6714
6715 2007-07-13  Bruno Haible  <bruno@clisp.org>
6716
6717         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
6718         * modules/configmake (License): Likewise.
6719         * modules/gettext (License): Likewise.
6720         * modules/gettext-h (License): Likewise.
6721         * modules/include_next (License): Likewise.
6722         * modules/link-warning (License): Likewise.
6723         * modules/localcharset (License): Likewise.
6724         * modules/localename (License): Likewise.
6725         * modules/lock (License): Likewise.
6726         * modules/relocatable-lib-lgpl (License): Likewise.
6727         * modules/size_max (License): Likewise.
6728         * modules/vasnprintf (License): Likewise.
6729         * modules/wchar (License): Likewise.
6730         * modules/xsize (License): Likewise.
6731
6732 2007-07-13  Bruno Haible  <bruno@clisp.org>
6733
6734         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
6735         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
6736
6737 2007-07-12  Bruno Haible  <bruno@clisp.org>
6738
6739         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
6740         in the modules files.
6741
6742 2007-07-11  Karl Berry  <karl@gnu.org>
6743
6744         * MODULES.html.sh (func_module): use
6745          sed -e '\|^'"${includefile}"'$|d'
6746          instead of /.../d, to avoid errors on $includefile's containing /.
6747
6748 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6749
6750         * gnulib-tool (func_import): Avoid duplication of --avoid
6751         statements
6752         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
6753         names to `_' in variable names.
6754
6755 2007-07-10  Eric Blake  <ebb9@byu.net>
6756
6757         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
6758         * NEWS: Document this change.
6759
6760 2007-07-08  Bruno Haible  <bruno@clisp.org>
6761
6762         Update to Unicode 5.0.
6763         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
6764         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
6765         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
6766         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
6767         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
6768         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
6769         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
6770         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
6771         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
6772         U+10A3F, U+1D242..U+1D244.
6773         (nonspacing_table_ind): Update.
6774         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
6775         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
6776
6777 2007-07-08  Bruno Haible  <bruno@clisp.org>
6778
6779         Update to Unicode 5.0.
6780         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
6781         code transform. Extend the name index field of unicode_name_to_code and
6782         unicode_code_to_name from 16 to 24 bits.
6783         * lib/uniname/uniname.c (unicode_character_name,
6784         unicode_name_character): Add the range 0x12xxx to the code transform.
6785         * lib/uniname/uninames.h: Regenerated.
6786         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
6787
6788 2007-07-07  Bruno Haible  <bruno@clisp.org>
6789
6790         * modules/wcwidth-tests: New file.
6791         * tests/test-wcwidth.c: New file.
6792
6793         Work around MacOS X wcwidth() bug.
6794         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
6795         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
6796         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
6797         original wcwidth in non-UTF-8 locales.
6798         * modules/wcwidth (Depends-on): Add localcharset, streq,
6799         uniwidth/width.
6800         * doc/functions/wcwidth.texi: Update.
6801
6802 2007-07-07  Bruno Haible  <bruno@clisp.org>
6803
6804         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
6805         (wcwidth): New declaration.
6806         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
6807         macros.
6808         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
6809         here. Prepare for creating <wchar.h> unconditionally.
6810         * modules/wchar (Depends-on): Add link-warning.
6811         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
6812         REPLACE_WCWIDTH, and GL_LINK_WARNING.
6813         * lib/wcwidth.h: Remove file.
6814         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
6815         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
6816         * modules/wcwidth (Files): Remove lib/wcwidth.h.
6817         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
6818         (Include): Replace wcwidth.h with <wchar.h>.
6819         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
6820         * lib/mbchar.h: Don't include wcwidth.h.
6821         * lib/mbswidth.c: Likewise.
6822         * NEWS: Mention the change.
6823
6824 2007-07-07  Bruno Haible  <bruno@clisp.org>
6825
6826         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
6827         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
6828         definition with an external declaration.
6829         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
6830         defined as a function. Remove AC_C_INLINE requirement.
6831         * modules/wcwidth (Files): Add lib/wcwidth.c.
6832         (Makefile.am): Remove redundant statement.
6833
6834 2007-07-07  Bruno Haible  <bruno@clisp.org>
6835
6836         * MODULES.html.sh (Unicode string functions): Add the new modules.
6837
6838         * tests/uniwidth/test-u32-strwidth.c: New file.
6839         * modules/uniwidth/u32-strwidth-tests: New file.
6840
6841         * lib/uniwidth/u32-strwidth.c: New file.
6842         * modules/uniwidth/u32-strwidth: New file.
6843
6844         * tests/uniwidth/test-u16-strwidth.c: New file.
6845         * modules/uniwidth/u16-strwidth-tests: New file.
6846
6847         * lib/uniwidth/u16-strwidth.c: New file.
6848         * modules/uniwidth/u16-strwidth: New file.
6849
6850         * tests/uniwidth/test-u8-strwidth.c: New file.
6851         * modules/uniwidth/u8-strwidth-tests: New file.
6852
6853         * lib/uniwidth/u8-strwidth.c: New file.
6854         * modules/uniwidth/u8-strwidth: New file.
6855
6856         * tests/uniwidth/test-u32-width.c: New file.
6857         * modules/uniwidth/u32-width-tests: New file.
6858
6859         * lib/uniwidth/u32-width.c: New file.
6860         * modules/uniwidth/u32-width: New file.
6861
6862         * tests/uniwidth/test-u16-width.c: New file.
6863         * modules/uniwidth/u16-width-tests: New file.
6864
6865         * lib/uniwidth/u16-width.c: New file.
6866         * modules/uniwidth/u16-width: New file.
6867
6868         * tests/uniwidth/test-u8-width.c: New file.
6869         * modules/uniwidth/u8-width-tests: New file.
6870
6871         * lib/uniwidth/u8-width.c: New file.
6872         * modules/uniwidth/u8-width: New file.
6873
6874         * tests/uniwidth/test-uc_width.c: New file.
6875         * modules/uniwidth/width-tests: New file.
6876
6877         * lib/uniwidth/width.c: New file, from GNU libiconv.
6878         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
6879         * modules/uniwidth/width: New file.
6880
6881         * lib/uniwidth.h: New file, from GNU libiconv.
6882         * modules/uniwidth/base: New file.
6883
6884 2007-07-07  Bruno Haible  <bruno@clisp.org>
6885
6886         * lib/uniname.h: New file, from GNU gettext.
6887         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
6888         * lib/uniname/uninames.h: New file, from GNU gettext.
6889         * lib/uniname/uniname.c: New file, from GNU gettext.
6890         * tests/uniname/test-uninames.sh: New file.
6891         * tests/uniname/test-uninames.c: New file, from GNU gettext.
6892         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
6893         * modules/uniname/base: New file.
6894         * modules/uniname/uniname: New file.
6895         * modules/uniname/uniname-tests: New file.
6896         * MODULES.html.sh (Unicode string functions): Add the new modules.
6897
6898 2007-07-06  Bruno Haible  <bruno@clisp.org>
6899
6900         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
6901
6902 2007-07-06  Bruno Haible  <bruno@clisp.org>
6903
6904         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
6905         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
6906         includes <cygwin/sys_time.h> which includes <sys/select.h> which
6907         include <sys/time.h>.
6908         Reported by Eric Blake.
6909
6910 2007-07-06  Eric Blake  <ebb9@byu.net>
6911
6912         Fix testing canonicalize on cygwin.
6913         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
6914         Revert patch from 2007-06-19.
6915         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
6916         canonicalize module is also in use.
6917         * tests/test-canonicalize.c: New file.
6918         * tests/test-canonicalize.sh: Likewise.
6919         * modules/canonicalize-tests: Likewise.
6920
6921 2007-07-06  Jim Meyering  <jim@meyering.net>
6922
6923         * lib/getugroups.c (getugroups): Detect getgrent failure.
6924         Adjust comment to reflect reality: this function may return -1.
6925
6926 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
6927
6928         * build-aux/bootstrap (TP_URL,get_translations): Update to use
6929         the new TP address.
6930         (usage): Fix typo
6931         (gnulib_mk): New variable.
6932
6933 2007-07-05  Jim Meyering  <jim@meyering.net>
6934
6935         Don't let endgrent clobber errno, no matter how improbable.
6936         * lib/getugroups.c (getugroups): Save and restore errno around
6937         endgrent call.
6938
6939         Close the group DB even when failing with 2^31 or more members.
6940         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
6941
6942 2007-07-04  Jim Meyering  <jim@meyering.net>
6943
6944         * lib/getugroups.h: New file.
6945         * lib/getugroups.c: Include "getugroups.h".
6946         Remove uses of "register" keyword.
6947         Move local variable, "cp", down into scope where used.
6948         Give "username" parameter the "const" attribute.
6949         * modules/getugroups (Files): Add lib/getugroups.h
6950
6951 2007-07-04  Karl Berry  <karl@gnu.org>
6952
6953         * MODULES.html.sh (func_all_modules): Complete rename of
6954         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
6955
6956 2007-07-02  Bruno Haible  <bruno@clisp.org>
6957
6958         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
6959         mode, when inttypes.h comes from gnulib.
6960         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6961
6962 2007-07-02  Simon Josefsson  <simon@josefsson.org>
6963
6964         * NEWS: Mention lgpl module name change.
6965
6966         * modules/lgpl-2.1: Renamed from lgpl.
6967
6968         * NEWS: Mention gpl module name change.
6969
6970         * modules/gpl-3.0: New file, based on gpl-2.0.
6971
6972         * modules/gpl-2.0: Renamed from gpl.
6973
6974         * modules/gpl: Fix filename, doc/gpl.texi is now found at
6975         doc/gpl-2.0.texi.
6976
6977 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6978
6979         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
6980         #define __STDC_LIMIT_MACROS temporarily while including
6981         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
6982         Problem reported by Joel E. Denny in
6983         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
6984
6985 2007-07-01  Bruno Haible  <bruno@clisp.org>
6986
6987         * lib/unistdio.h: New file.
6988         * lib/unistdio/u-asnprintf.h: New file.
6989         * lib/unistdio/u-asprintf.h: New file.
6990         * lib/unistdio/u-printf-args.c: New file.
6991         * lib/unistdio/u-printf-args.h: New file.
6992         * lib/unistdio/u-printf-parse.h: New file.
6993         * lib/unistdio/u-snprintf.h: New file.
6994         * lib/unistdio/u-sprintf.h: New file.
6995         * lib/unistdio/u-vasprintf.h: New file.
6996         * lib/unistdio/u-vsnprintf.h: New file.
6997         * lib/unistdio/u-vsprintf.h: New file.
6998         * lib/unistdio/ulc-asnprintf.c: New file.
6999         * lib/unistdio/ulc-asprintf.c: New file.
7000         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
7001         * lib/unistdio/ulc-printf-parse.c: New file.
7002         * lib/unistdio/ulc-snprintf.c: New file.
7003         * lib/unistdio/ulc-sprintf.c: New file.
7004         * lib/unistdio/ulc-vasnprintf.c: New file.
7005         * lib/unistdio/ulc-vasprintf.c: New file.
7006         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
7007         * lib/unistdio/ulc-vsnprintf.c: New file.
7008         * lib/unistdio/ulc-vsprintf.c: New file.
7009         * lib/unistdio/u8-asnprintf.c: New file.
7010         * lib/unistdio/u8-asprintf.c: New file.
7011         * lib/unistdio/u8-printf-parse.c: New file.
7012         * lib/unistdio/u8-snprintf.c: New file.
7013         * lib/unistdio/u8-sprintf.c: New file.
7014         * lib/unistdio/u8-vasnprintf.c: New file.
7015         * lib/unistdio/u8-vasprintf.c: New file.
7016         * lib/unistdio/u8-vsnprintf.c: New file.
7017         * lib/unistdio/u8-vsprintf.c: New file.
7018         * lib/unistdio/u8-u8-asnprintf.c: New file.
7019         * lib/unistdio/u8-u8-asprintf.c: New file.
7020         * lib/unistdio/u8-u8-snprintf.c: New file.
7021         * lib/unistdio/u8-u8-sprintf.c: New file.
7022         * lib/unistdio/u8-u8-vasnprintf.c: New file.
7023         * lib/unistdio/u8-u8-vasprintf.c: New file.
7024         * lib/unistdio/u8-u8-vsnprintf.c: New file.
7025         * lib/unistdio/u8-u8-vsprintf.c: New file.
7026         * lib/unistdio/u16-asnprintf.c: New file.
7027         * lib/unistdio/u16-asprintf.c: New file.
7028         * lib/unistdio/u16-printf-parse.c: New file.
7029         * lib/unistdio/u16-snprintf.c: New file.
7030         * lib/unistdio/u16-sprintf.c: New file.
7031         * lib/unistdio/u16-vasnprintf.c: New file.
7032         * lib/unistdio/u16-vasprintf.c: New file.
7033         * lib/unistdio/u16-vsnprintf.c: New file.
7034         * lib/unistdio/u16-vsprintf.c: New file.
7035         * lib/unistdio/u16-u16-asnprintf.c: New file.
7036         * lib/unistdio/u16-u16-asprintf.c: New file.
7037         * lib/unistdio/u16-u16-snprintf.c: New file.
7038         * lib/unistdio/u16-u16-sprintf.c: New file.
7039         * lib/unistdio/u16-u16-vasnprintf.c: New file.
7040         * lib/unistdio/u16-u16-vasprintf.c: New file.
7041         * lib/unistdio/u16-u16-vsnprintf.c: New file.
7042         * lib/unistdio/u16-u16-vsprintf.c: New file.
7043         * lib/unistdio/u32-asnprintf.c: New file.
7044         * lib/unistdio/u32-asprintf.c: New file.
7045         * lib/unistdio/u32-printf-parse.c: New file.
7046         * lib/unistdio/u32-snprintf.c: New file.
7047         * lib/unistdio/u32-sprintf.c: New file.
7048         * lib/unistdio/u32-vasnprintf.c: New file.
7049         * lib/unistdio/u32-vasprintf.c: New file.
7050         * lib/unistdio/u32-vsnprintf.c: New file.
7051         * lib/unistdio/u32-vsprintf.c: New file.
7052         * lib/unistdio/u32-u32-asnprintf.c: New file.
7053         * lib/unistdio/u32-u32-asprintf.c: New file.
7054         * lib/unistdio/u32-u32-snprintf.c: New file.
7055         * lib/unistdio/u32-u32-sprintf.c: New file.
7056         * lib/unistdio/u32-u32-vasnprintf.c: New file.
7057         * lib/unistdio/u32-u32-vasprintf.c: New file.
7058         * lib/unistdio/u32-u32-vsnprintf.c: New file.
7059         * lib/unistdio/u32-u32-vsprintf.c: New file.
7060         * tests/unistdio/test-ulc-asnprintf1.c: New file.
7061         * tests/unistdio/test-ulc-asnprintf1.h: New file.
7062         * tests/unistdio/test-ulc-printf1.h: New file.
7063         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
7064         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
7065         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
7066         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
7067         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
7068         * tests/unistdio/test-ulc-vasprintf1.c: New file.
7069         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
7070         * tests/unistdio/test-ulc-vsprintf1.c: New file.
7071         * tests/unistdio/test-u8-asnprintf1.c: New file.
7072         * tests/unistdio/test-u8-asnprintf1.h: New file.
7073         * tests/unistdio/test-u8-printf1.h: New file.
7074         * tests/unistdio/test-u8-vasnprintf1.c: New file.
7075         * tests/unistdio/test-u8-vasnprintf2.c: New file.
7076         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
7077         * tests/unistdio/test-u8-vasnprintf3.c: New file.
7078         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
7079         * tests/unistdio/test-u8-vasprintf1.c: New file.
7080         * tests/unistdio/test-u8-vsnprintf1.c: New file.
7081         * tests/unistdio/test-u8-vsprintf1.c: New file.
7082         * tests/unistdio/test-u16-asnprintf1.c: New file.
7083         * tests/unistdio/test-u16-asnprintf1.h: New file.
7084         * tests/unistdio/test-u16-printf1.h: New file.
7085         * tests/unistdio/test-u16-vasnprintf1.c: New file.
7086         * tests/unistdio/test-u16-vasnprintf2.c: New file.
7087         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
7088         * tests/unistdio/test-u16-vasnprintf3.c: New file.
7089         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
7090         * tests/unistdio/test-u16-vasprintf1.c: New file.
7091         * tests/unistdio/test-u16-vsnprintf1.c: New file.
7092         * tests/unistdio/test-u16-vsprintf1.c: New file.
7093         * tests/unistdio/test-u32-asnprintf1.c: New file.
7094         * tests/unistdio/test-u32-asnprintf1.h: New file.
7095         * tests/unistdio/test-u32-printf1.h: New file.
7096         * tests/unistdio/test-u32-vasnprintf1.c: New file.
7097         * tests/unistdio/test-u32-vasnprintf2.c: New file.
7098         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
7099         * tests/unistdio/test-u32-vasnprintf3.c: New file.
7100         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
7101         * tests/unistdio/test-u32-vasprintf1.c: New file.
7102         * tests/unistdio/test-u32-vsnprintf1.c: New file.
7103         * tests/unistdio/test-u32-vsprintf1.c: New file.
7104         * modules/unistdio/base: New file.
7105         * modules/unistdio/u-printf-args: New file.
7106         * modules/unistdio/ulc-asnprintf: New file.
7107         * modules/unistdio/ulc-asprintf: New file.
7108         * modules/unistdio/ulc-fprintf: New file.
7109         * modules/unistdio/ulc-printf-parse: New file.
7110         * modules/unistdio/ulc-snprintf: New file.
7111         * modules/unistdio/ulc-sprintf: New file.
7112         * modules/unistdio/ulc-vasnprintf: New file.
7113         * modules/unistdio/ulc-vasprintf: New file.
7114         * modules/unistdio/ulc-vfprintf: New file.
7115         * modules/unistdio/ulc-vsnprintf: New file.
7116         * modules/unistdio/ulc-vsprintf: New file.
7117         * modules/unistdio/u8-asnprintf: New file.
7118         * modules/unistdio/u8-asprintf: New file.
7119         * modules/unistdio/u8-printf-parse: New file.
7120         * modules/unistdio/u8-snprintf: New file.
7121         * modules/unistdio/u8-sprintf: New file.
7122         * modules/unistdio/u8-vasnprintf: New file.
7123         * modules/unistdio/u8-vasprintf: New file.
7124         * modules/unistdio/u8-vsnprintf: New file.
7125         * modules/unistdio/u8-vsprintf: New file.
7126         * modules/unistdio/u8-u8-asnprintf: New file.
7127         * modules/unistdio/u8-u8-asprintf: New file.
7128         * modules/unistdio/u8-u8-snprintf: New file.
7129         * modules/unistdio/u8-u8-sprintf: New file.
7130         * modules/unistdio/u8-u8-vasnprintf: New file.
7131         * modules/unistdio/u8-u8-vasprintf: New file.
7132         * modules/unistdio/u8-u8-vsnprintf: New file.
7133         * modules/unistdio/u8-u8-vsprintf: New file.
7134         * modules/unistdio/u16-asnprintf: New file.
7135         * modules/unistdio/u16-asprintf: New file.
7136         * modules/unistdio/u16-printf-parse: New file.
7137         * modules/unistdio/u16-snprintf: New file.
7138         * modules/unistdio/u16-sprintf: New file.
7139         * modules/unistdio/u16-vasnprintf: New file.
7140         * modules/unistdio/u16-vasprintf: New file.
7141         * modules/unistdio/u16-vsnprintf: New file.
7142         * modules/unistdio/u16-vsprintf: New file.
7143         * modules/unistdio/u16-u16-asnprintf: New file.
7144         * modules/unistdio/u16-u16-asprintf: New file.
7145         * modules/unistdio/u16-u16-snprintf: New file.
7146         * modules/unistdio/u16-u16-sprintf: New file.
7147         * modules/unistdio/u16-u16-vasnprintf: New file.
7148         * modules/unistdio/u16-u16-vasprintf: New file.
7149         * modules/unistdio/u16-u16-vsnprintf: New file.
7150         * modules/unistdio/u16-u16-vsprintf: New file.
7151         * modules/unistdio/u32-asnprintf: New file.
7152         * modules/unistdio/u32-asprintf: New file.
7153         * modules/unistdio/u32-printf-parse: New file.
7154         * modules/unistdio/u32-snprintf: New file.
7155         * modules/unistdio/u32-sprintf: New file.
7156         * modules/unistdio/u32-vasnprintf: New file.
7157         * modules/unistdio/u32-vasprintf: New file.
7158         * modules/unistdio/u32-vsnprintf: New file.
7159         * modules/unistdio/u32-vsprintf: New file.
7160         * modules/unistdio/u32-u32-asnprintf: New file.
7161         * modules/unistdio/u32-u32-asprintf: New file.
7162         * modules/unistdio/u32-u32-snprintf: New file.
7163         * modules/unistdio/u32-u32-sprintf: New file.
7164         * modules/unistdio/u32-u32-vasnprintf: New file.
7165         * modules/unistdio/u32-u32-vasprintf: New file.
7166         * modules/unistdio/u32-u32-vsnprintf: New file.
7167         * modules/unistdio/u32-u32-vsprintf: New file.
7168         * modules/unistdio/ulc-asnprintf-tests: New file.
7169         * modules/unistdio/ulc-vasnprintf-tests: New file.
7170         * modules/unistdio/ulc-vasprintf-tests: New file.
7171         * modules/unistdio/ulc-vsnprintf-tests: New file.
7172         * modules/unistdio/ulc-vsprintf-tests: New file.
7173         * modules/unistdio/u8-asnprintf-tests: New file.
7174         * modules/unistdio/u8-vasnprintf-tests: New file.
7175         * modules/unistdio/u8-vasprintf-tests: New file.
7176         * modules/unistdio/u8-vsnprintf-tests: New file.
7177         * modules/unistdio/u8-vsprintf-tests: New file.
7178         * modules/unistdio/u16-asnprintf-tests: New file.
7179         * modules/unistdio/u16-vasnprintf-tests: New file.
7180         * modules/unistdio/u16-vasprintf-tests: New file.
7181         * modules/unistdio/u16-vsnprintf-tests: New file.
7182         * modules/unistdio/u16-vsprintf-tests: New file.
7183         * modules/unistdio/u32-asnprintf-tests: New file.
7184         * modules/unistdio/u32-vasnprintf-tests: New file.
7185         * modules/unistdio/u32-vasprintf-tests: New file.
7186         * modules/unistdio/u32-vsnprintf-tests: New file.
7187         * modules/unistdio/u32-vsprintf-tests: New file.
7188         * MODULES.html.sh (Unicode string functions): Add the new modules.
7189
7190 2007-07-01  Bruno Haible  <bruno@clisp.org>
7191
7192         * lib/sprintf.c (sprintf): Limit the available length estimation,
7193         to avoid address wraparound.
7194         * lib/vsprintf.c (vsprintf): Likewise.
7195         * modules/sprintf-posix (Dependencies): Add stdint.
7196         * modules/vsprintf-posix (Dependencies): Likewise.
7197
7198 2007-07-01  Bruno Haible  <bruno@clisp.org>
7199
7200         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
7201         Windows PATH as well. Conservative double-quoting. Comments.
7202
7203 2007-07-01  Bruno Haible  <bruno@clisp.org>
7204             Eric Blake  <ebb9@byu.net>
7205             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7206
7207         * gnulib-tool (self_abspathname): Fix algorithm to cope with
7208         empty components in $PATH, denoting '.'.
7209
7210 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7211
7212         * gnulib-tool: Fix indentation.
7213         (func_create_megatestdir): Likewise.
7214         Report by Bruno Haible.
7215
7216 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7217
7218         Sync from Automake.
7219         * build-aux/gnupload: Fix shell portability issues with for loops.
7220         Report by Karl Berry.
7221
7222 2007-06-29  Simon Josefsson  <simon@josefsson.org>
7223
7224         * build-aux/maint.mk (POURL): Use translationproject.org.
7225
7226 2007-06-27  Simon Josefsson  <simon@josefsson.org>
7227             Bruno Haible  <bruno@clisp.org>
7228
7229         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
7230         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
7231         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
7232         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
7233         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
7234
7235 2007-06-27  Bruno Haible  <bruno@clisp.org>
7236
7237         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
7238         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
7239
7240 2007-06-26  Karl Berry  <karl@gnu.org>
7241
7242         * MODULES.html.sh: remove xreadlink-with-size.
7243
7244 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7245
7246         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
7247         method that I hope also handles the double-include problem noted
7248         by Bruno Haible in
7249         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
7250
7251 2007-06-23  Bruno Haible  <bruno@clisp.org>
7252
7253         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7254         Don't let the 'mostlyclean' target fail if the last subdirectory could
7255         not be removed.
7256         Reported by Karl Berry.
7257
7258 2007-06-23  Bruno Haible  <bruno@clisp.org>
7259
7260         * gnulib-tool (echo): Add a speedier workaround for ksh.
7261         * tests/test-echo.sh: Likewise.
7262
7263 2007-06-23  Bruno Haible  <bruno@clisp.org>
7264
7265         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
7266         * tests/test-echo.sh: Likewise.
7267
7268 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7269
7270         * gnulib-tool (IFS): Initialize early, so we don't set it to
7271         empty later.
7272         (self_abspathname): Rewrite algorithm to set it, reindent.
7273         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
7274         (func_create_megatestdir): Merge some sed scripts.
7275
7276 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
7277
7278         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
7279         exposed by Sun Studio 11 cc on Solaris 8.
7280
7281 2007-06-22  Bruno Haible  <bruno@clisp.org>
7282
7283         * gnulib-tool (echo): Ensure the echo primitive does not interpret
7284         backslashes.
7285         * tests/test-echo.sh: New file.
7286
7287 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7288
7289         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
7290         simplify `sed_replace_build_aux' scripts, they are portable but
7291         echoing them with `echo' is not.
7292         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
7293
7294 2007-06-21  Karl Berry  <karl@gnu.org>
7295
7296         * config/srclist.txt: guess we can't handle the licenses via
7297         srclist at the moment.
7298
7299 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7300
7301         * MODULES.html.sh: Add include_next.
7302         * modules/include_next: New file.
7303
7304 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7305
7306         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
7307         INCLUDE_NEXT.
7308         (gl_CHECK_NEXT_HEADERS): New macro.
7309         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
7310         the obsolescent gl_ABSOLUTE_HEADER.
7311         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
7312         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
7313         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7314         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
7315         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
7316         * m4/math_h.m4 (gl_MATH_H): Likewise.
7317         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
7318         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
7319         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
7320         * m4/stdint.m4 (gl_STDINT_H): Likewise.
7321         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
7322         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
7323         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
7324         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
7325         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
7326         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
7327         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
7328         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
7329         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
7330         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
7331         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7332         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7333         * m4/inttypes.m4 (gl_INTTYPES_H): Define
7334         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
7335         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
7336         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
7337         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
7338         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
7339         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
7340         * lib/float_.h: Likewise.
7341         * lib/inttypes_.h: Likewise.
7342         * lib/math_.h: Likewise.
7343         * lib/search_.h: Likewise.
7344         * lib/signal_.h: Likewise.
7345         * lib/stdint_.h: Likewise.
7346         * lib/stdio_.h: Likewise.
7347         * lib/stdlib_.h: Likewise.
7348         * lib/string_.h: Likewise.
7349         * lib/sys_stat_.h: Likewise.
7350         * lib/sys_time_.h: Likewise.
7351         * lib/time_.h: Likewise.
7352         * lib/unistd_.h: Likewise.
7353         * lib/wchar_.h: Likewise.
7354         * lib/wctype_.h: Likewise.
7355         * lib/dirent_.h: Likewise.
7356         * lib/iconv_.h: Likewise.
7357         * lib/locale_.h: Likewise.
7358         * lib/netinet_in_.h: Likewise.
7359         * lib/sys_select_.h: Likewise.
7360         * lib/sys_socket_.h: Likewise.
7361         * lib/sysexits_.h: Likewise.
7362         * modules/fcntl (Depends-on): Depend on include_next, not
7363         absolute_header.
7364         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
7365         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
7366         * modules/fchdir: Likewise.
7367         * modules/float: Likewise.
7368         * modules/iconv_open: Likewise.
7369         * modules/inttypes: Likewise.
7370         * modules/locale: Likewise.
7371         * modules/math: Likewise.
7372         * modules/netinet_in: Likewise.
7373         * modules/search: Likewise.
7374         * modules/signal: Likewise.
7375         * modules/stdint: Likewise.
7376         * modules/stdio: Likewise.
7377         * modules/stdlib: Likewise.
7378         * modules/string: Likewise.
7379         * modules/sys_select: Likewise.
7380         * modules/sys_socket: Likewise.
7381         * modules/sys_stat: Likewise.
7382         * modules/sys_time: Likewise.
7383         * modules/sysexits: Likewise.
7384         * modules/time: Likewise.
7385         * modules/unistd: Likewise.
7386         * modules/wchar: Likewise.
7387         * modules/wctype: Likewise.
7388         * modules/sys_stat: Change maintainer to "all".
7389         * modules/unistd: Likewise.
7390
7391 2007-06-20  Karl Berry  <karl@gnu.org>
7392
7393         * config/srclist.txt: track www changes in license files.
7394
7395 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
7396
7397         * build-aux/bootstrap: Remove stray dot.
7398         Make sure build_aux settings are honored when linking
7399         gnulib_extra_files.
7400
7401 2007-06-19  Eric Blake  <ebb9@byu.net>
7402
7403         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
7404         Allow compilation on cygwin.
7405
7406 2007-06-19  Jim Meyering  <jim@meyering.net>
7407
7408         xreadlink-with-size: Remove module.  No longer used.
7409         Ex-callers now use xreadlink or mreadlink-with-size.
7410         * modules/xreadlink-with-size: Remove module.
7411         * lib/xreadlink-with-size.c: Remove file.
7412         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
7413         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
7414         just before the function definition *is* accurate.
7415
7416         Eliminate one way canonicalize_filename_mode could exit.
7417         * lib/canonicalize.c (canonicalize_filename_mode):
7418         Use mreadlink_with_size, not xreadlink_with_size.
7419
7420 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
7421
7422         Detect porting problems to FreeBSD/arm, which has time_t wider than
7423         long int.  Original problem reported for GNU diff by Xin Li in
7424         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
7425         * modules/getdate (Depends-on): Add intprops, verify.
7426         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
7427         is an integer type no wider than long int.
7428
7429 2007-06-18  Jim Meyering  <jim@meyering.net>
7430
7431         New module: mreadlink-with-size.
7432         * MODULES.html.sh: Add mreadlink-with-size.
7433         * modules/mreadlink-with-size: New module
7434         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
7435         not xreadlink-with-size.
7436         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
7437
7438 2007-06-16  Bruno Haible  <bruno@clisp.org>
7439
7440         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
7441         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
7442         Reported by Gary V. Vaughan <gary@gnu.org>.
7443
7444 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
7445
7446         Revamp lchown so that it lives in unistd.h where it belongs.
7447         * lib/lchown.h: Remove.
7448         * lib/dirchownmod.c: Don't include lib/lchown.h.
7449         * lib/fchownat.c: Likewise.
7450         * lib/openat.c: Likewise.
7451         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
7452         does not follow symlinks.
7453         (EOPNOTSUPP): Define if not defined.
7454         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
7455         is defined to 0.
7456         (lchown): New decl.
7457         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
7458         Do not check for lchown decl.
7459         Set REPLACE_LCHOWN.
7460         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
7461         REPLACE_LCHOWN.
7462         * modules/chown: Make it clear it follows symlinks.
7463         * modules/lchown: Make it clear it doesn't follow symlinks.
7464         (Files): Remove lib/lchown.h
7465         (Depends-on): Add unistd.
7466         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
7467         (Include): Include <unistd.h>, not "lchown.h".
7468         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
7469         REPLACE_LCHOWN.
7470
7471 2007-06-15  Jim Meyering  <jim@meyering.net>
7472
7473         Change license (GPL to LGPL) of fsusage and dependents.
7474         * modules/fsusage (License): Change to LGPL.
7475         * modules/full-read (License): Likewise.
7476         * modules/full-write (License): Likewise.
7477         * modules/safe-read (License): Likewise.
7478         * modules/safe-write (License): Likewise.
7479
7480 2007-06-14  Ben Pfaff  <blp@gnu.org>
7481
7482         Missing part of allocsa -> malloca transition.
7483         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
7484         gl_MALLOCA.
7485
7486 2007-06-12  Bruno Haible  <bruno@clisp.org>
7487
7488         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
7489         to ia64, x86_64, i386.
7490         Reported by Eric Blake.
7491
7492 2007-06-12  Bruno Haible  <bruno@clisp.org>
7493
7494         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
7495         cross-compiling to x86_64.
7496
7497 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
7498
7499         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
7500         glitch reported by Ralf Wildenhues in
7501         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
7502
7503         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
7504         Vin Shelton.
7505
7506 2007-06-11  Bruno Haible  <bruno@clisp.org>
7507
7508         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
7509         replacement string.
7510         Reported by Eric Blake.
7511
7512 2007-06-10  Bruno Haible  <bruno@clisp.org>
7513
7514         Prepare vasnprintf code for use with Unicode strings.
7515         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
7516         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
7517         TYPE_U32_STRING.
7518         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
7519         a_u32_string variants.
7520         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
7521         * lib/printf-args.c: Don't include config.h and the specification
7522         header if PRINTF_FETCHARGS is already defined.
7523         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
7524         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
7525         TYPE_U16_STRING, TYPE_U32_STRING.
7526         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
7527         u16_directive, u16_directives, u32_directive, u32_directives): New
7528         types.
7529         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
7530         New declarations.
7531         * lib/printf-parse.c: Don't include config.h and the specification
7532         header if PRINTF_PARSE is already defined. Eliminate the set of
7533         parameters for WIDE_CHAR_VERSION; the user of this file must provide
7534         them now. Include c-ctype.h.
7535         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
7536         directive and CHAR_T_ONLY_ASCII.
7537         * lib/vasnprintf.c: Don't include config.h and the specification header
7538         if VASNPRINTF is already defined.
7539         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
7540         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
7541         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
7542         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
7543         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
7544         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
7545         code accordingly.
7546         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
7547         pad_ourselves also in this case, with the 'c' and 's' directives, and
7548         with a different notion of "width".
7549         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
7550
7551 2007-06-10  Bruno Haible  <bruno@clisp.org>
7552
7553         * modules/unistr/u32-mbsnlen: New file.
7554         * lib/unistr/u32-mbsnlen.c: New file.
7555
7556         * modules/unistr/u16-mbsnlen: New file.
7557         * lib/unistr/u16-mbsnlen.c: New file.
7558
7559         * modules/unistr/u8-mbsnlen: New file.
7560         * lib/unistr/u8-mbsnlen.c: New file.
7561
7562         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
7563         declarations.
7564
7565 2007-06-10  Bruno Haible  <bruno@clisp.org>
7566
7567         * lib/string_.h (mbsnlen): New declaration.
7568         * lib/mbsnlen.c: New file.
7569         * m4/mbsnlen.m4: New file.
7570         * modules/mbsnlen: New file.
7571         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
7572         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
7573         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
7574
7575 2007-06-10  Bruno Haible  <bruno@clisp.org>
7576
7577         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
7578
7579 2007-06-10  Bruno Haible  <bruno@clisp.org>
7580
7581         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
7582         * lib/mbuiter.h: Likewise.
7583
7584 2007-06-10  Bruno Haible  <bruno@clisp.org>
7585
7586         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
7587         declaration.
7588
7589 2007-06-10  Karl Berry  <karl@gnu.org>
7590
7591         * config/srclist.txt: remove gettext entries, Bruno prefers
7592         to update individually.
7593
7594 2007-06-10  Bruno Haible  <bruno@clisp.org>
7595
7596         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
7597         'maxlen'. Ensure only length + width bytes are allocated, not
7598         length + 1 + width.
7599
7600 2007-06-09  Bruno Haible  <bruno@clisp.org>
7601
7602         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
7603         (CHAR_T): Remove macro.
7604         (VASNPRINTF): Update.
7605
7606 2007-06-09  Bruno Haible  <bruno@clisp.org>
7607
7608         * MODULES.html.sh (Unicode string functions): Add the new modules.
7609
7610         * modules/uniconv/u32-conv-to-enc: New file.
7611         * lib/uniconv/u32-conv-to-enc.c: New file.
7612         * modules/uniconv/u32-conv-to-enc-tests: New file.
7613         * tests/uniconv/test-u32-conv-to-enc.c: New file.
7614
7615         * modules/uniconv/u16-conv-to-enc: New file.
7616         * lib/uniconv/u16-conv-to-enc.c: New file.
7617         * lib/uniconv/u-conv-to-enc.h: New file.
7618         * modules/uniconv/u16-conv-to-enc-tests: New file.
7619         * tests/uniconv/test-u16-conv-to-enc.c: New file.
7620
7621         * modules/uniconv/u8-conv-to-enc: New file.
7622         * lib/uniconv/u8-conv-to-enc.c: New file.
7623         * modules/uniconv/u8-conv-to-enc-tests: New file.
7624         * tests/uniconv/test-u8-conv-to-enc.c: New file.
7625
7626         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
7627         u32_conv_to_encoding): New declarations.
7628
7629 2007-06-09  Bruno Haible  <bruno@clisp.org>
7630
7631         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
7632
7633 2007-06-09  Bruno Haible  <bruno@clisp.org>
7634
7635         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
7636         * modules/malloca: Renamed from modules/allocsa, updated.
7637         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
7638         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
7639         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
7640         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
7641         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
7642         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
7643         * modules/xmalloca: Renamed from modules/xallocsa, updated.
7644         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
7645         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
7646         * modules/c-strcasestr (Depends-on): Update.
7647         * lib/c-strcasestr.c: Update.
7648         * modules/c-strstr (Depends-on): Update.
7649         * lib/c-strstr.c: Update.
7650         * modules/canonicalize-lgpl (Depends-on): Update.
7651         * lib/canonicalize-lgpl.c: Update.
7652         * modules/clean-temp (Depends-on): Update.
7653         * lib/clean-temp.c: Update.
7654         * modules/csharpcomp (Depends-on): Update.
7655         * lib/csharpcomp.c: Update.
7656         * modules/csharpexec (Depends-on): Update.
7657         * lib/csharpexec.c: Update.
7658         * modules/javacomp (Depends-on): Update.
7659         * lib/javacomp.c: Update.
7660         * modules/javaexec (Depends-on): Update.
7661         * lib/javaexec.c: Update.
7662         * modules/mbscasestr (Depends-on): Update.
7663         * lib/mbscasestr.c: Update.
7664         * modules/mbsstr (Depends-on): Update.
7665         * lib/mbsstr.c: Update.
7666         * modules/setenv (Depends-on): Update.
7667         * lib/setenv.c: Update.
7668         * modules/strcasestr (Depends-on): Update.
7669         * lib/strcasestr.c: Update.
7670         * modules/striconveha (Depends-on): Update.
7671         * lib/striconveha.c: Update.
7672         * modules/relocatable-prog-wrapper (Files): Update.
7673         * lib/relocwrapper.c: Update.
7674         * build-aux/install-reloc: Update.
7675         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
7676
7677 2007-06-08  Bruno Haible  <bruno@clisp.org>
7678
7679         Port to uClibc.
7680         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
7681         * lib/fpurge.c (fpurge): Likewise.
7682         * lib/freading.c (freading): Likewise.
7683         * lib/fseeko.c (rpl_fseeko): Likewise.
7684         * lib/fseterr.c (fseterr): Likewise.
7685         * lib/fwriting.c (fwriting): Likewise.
7686         * tests/test-fflush.c (main): Avoid a failure on uClibc.
7687
7688 2007-06-08  Bruno Haible  <bruno@clisp.org>
7689
7690         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
7691         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
7692         * modules/gettext (Files): Add m4/intlmacosx.m4.
7693
7694 2007-06-07  Bruno Haible  <bruno@clisp.org>
7695
7696         * modules/localename-tests: New file.
7697         * tests/test-localename.c: New file.
7698
7699         New module 'localename'.
7700         * lib/localename.h: New file.
7701         * lib/localename.c: New file, from GNU gettext.
7702         * m4/localename.m4: New file.
7703         * modules/localename: New file.
7704
7705 2007-06-07  Bruno Haible  <bruno@clisp.org>
7706
7707         Work around the lack of <wchar.h> on some builds of uClibc.
7708         * doc/headers/wchar.texi: Update.
7709         * lib/wchar_.h: Include <wchar.h> only if it exists.
7710         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
7711         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
7712         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
7713         doesn't exist.
7714         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
7715         * modules/mbfile (Depends-on): Add wchar.
7716         * modules/mbiter (Depends-on): Likewise.
7717         * modules/mbuiter (Depends-on): Likewise.
7718         Reported by Simon Josefsson.
7719
7720 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
7721
7722         Work around problem reported by Steven M. Schweda in
7723         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
7724         Tru64 5.1B with the Compaq compiler environment installed declares
7725         an 'isblank' function but does not define it in the C library.
7726         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
7727         * lib/regex_internal.h (isblank): Likewise.
7728         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
7729         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7730
7731 2007-06-05  Bruno Haible  <bruno@clisp.org>
7732
7733         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
7734         ia64.
7735         * modules/printf-safe: New file.
7736         * modules/fprintf-posix (Depends-on): Add printf-safe.
7737         * modules/printf-posix (Depends-on): Likewise.
7738         * modules/snprintf-posix (Depends-on): Likewise.
7739         * modules/sprintf-posix (Depends-on): Likewise.
7740         * modules/vasnprintf-posix (Depends-on): Likewise.
7741         * modules/vasprintf-posix (Depends-on): Likewise.
7742         * modules/vfprintf-posix (Depends-on): Likewise.
7743         * modules/vprintf-posix (Depends-on): Likewise.
7744         * modules/vsnprintf-posix (Depends-on): Likewise.
7745         * modules/vsprintf-posix (Depends-on): Likewise.
7746         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
7747         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
7748         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
7749         "no" on i386, x86_64, ia64.
7750         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
7751         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7752         on i386, x86_64, ia64.
7753         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
7754         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7755         on i386, x86_64, ia64.
7756         * tests/test-vasnprintf-posix.c: Include float.h.
7757         (LDBL80_WORDS): New macro.
7758         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7759         on i386, x86_64, ia64.
7760         * tests/test-vasprintf-posix.c: Include float.h.
7761         (LDBL80_WORDS): New macro.
7762         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7763         on i386, x86_64, ia64.
7764         * tests/test-snprintf-posix.c: Include float.h.
7765         * tests/test-sprintf-posix.c: Likewise.
7766         * tests/test-vsnprintf-posix.c: Likewise.
7767         * tests/test-vsprintf-posix.c: Likewise.
7768
7769 2007-06-05  Bruno Haible  <bruno@clisp.org>
7770
7771         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
7772         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
7773         non-IEEE numbers on i386, x86_64, ia64.
7774         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
7775         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
7776         * tests/test-isnanl.h: Include float.h.
7777         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
7778
7779 2007-06-05  Bruno Haible  <bruno@clisp.org>
7780
7781         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
7782         also the %a / %A. Handle the %a / %A code before this extra handling.
7783
7784 2007-06-05  Bruno Haible  <bruno@clisp.org>
7785
7786         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
7787         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
7788
7789 2007-06-05  Bruno Haible  <bruno@clisp.org>
7790
7791         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
7792         typo in variable name.
7793
7794 2007-06-05  Eric Blake  <ebb9@byu.net>
7795
7796         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
7797         Reported by Simon Josefsson.
7798
7799 2007-06-04  Bruno Haible  <bruno@clisp.org>
7800
7801         Avoid test failures on some PowerPC platforms.
7802         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
7803         Define differently for PowerPC.
7804         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
7805         Reported by Gary V. Vaughan <gary@gnu.org>.
7806
7807 2007-06-02  Bruno Haible  <bruno@clisp.org>
7808
7809         Fix test-stdint failure on FreeBSD/ia64.
7810         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
7811         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
7812         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
7813         * doc/headers/stdint.texi: Update.
7814
7815 2007-06-01  Bruno Haible  <bruno@clisp.org>
7816
7817         * tests/test-binary-io.c (main): Pass a third argument to open().
7818         Reported by Gary V. Vaughan <gary@gnu.org>.
7819
7820 2007-06-01  Bruno Haible  <bruno@clisp.org>
7821
7822         * doc/functions/frexpl.texi: Update for mingw.
7823
7824 2007-06-01  Bruno Haible  <bruno@clisp.org>
7825
7826         * tests/test-lseek.c (main): Disable test of errno for invalid third
7827         argument.
7828         * doc/functions/lseek.texi: Update.
7829         Reported by Gary V. Vaughan <gary@gnu.org>.
7830
7831 2007-05-28  Bruno Haible  <bruno@clisp.org>
7832
7833         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
7834
7835 2007-05-31  Eric Blake  <ebb9@byu.net>
7836
7837         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
7838         cross compiling.
7839
7840 2007-05-30  Eric Blake  <ebb9@byu.net>
7841         and Bruno Haible  <bruno@clisp.org>
7842
7843         Work around mingw test failures exposed by m4-1.4.9b.
7844         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
7845         * tests/test-unistd.c: Disable uid_t and git_t tests for the
7846         moment.
7847
7848 2007-05-30  Bruno Haible  <bruno@clisp.org>
7849
7850         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
7851         assuming that they are closed. Needed on HP-UX 11.
7852
7853 2007-05-29  Bruno Haible  <bruno@clisp.org>
7854
7855         Fix a problem with #include_next.
7856         * lib/dirent_.h: Split the double-inclusion guard.
7857         * lib/fcntl_.h: Likewise.
7858         * lib/float_.h: Likewise.
7859         * lib/iconv_.h: Likewise.
7860         * lib/inttypes_.h: Likewise.
7861         * lib/locale_.h: Likewise.
7862         * lib/math_.h: Likewise.
7863         * lib/netinet_in_.h: Likewise.
7864         * lib/search_.h: Likewise.
7865         * lib/signal_.h: Likewise.
7866         * lib/stdint_.h: Likewise.
7867         * lib/stdio_.h: Likewise.
7868         * lib/stdlib_.h: Likewise.
7869         * lib/string_.h: Likewise.
7870         * lib/sys_select_.h: Likewise.
7871         * lib/sys_socket_.h: Likewise.
7872         * lib/sys_stat_.h: Likewise.
7873         * lib/sys_time_.h: Likewise.
7874         * lib/sysexits_.h: Likewise.
7875         * lib/time_.h: Likewise.
7876         * lib/unistd_.h: Likewise.
7877         * lib/wchar_.h: Likewise.
7878         * lib/wctype_.h: Likewise.
7879
7880 2007-05-29  Bruno Haible  <bruno@clisp.org>
7881
7882         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
7883         for the moment.
7884
7885 2007-05-29  Bruno Haible  <bruno@clisp.org>
7886
7887         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
7888         invocation.
7889         Reported by Eric Blake.
7890
7891 2007-05-29  Bruno Haible  <bruno@clisp.org>
7892
7893         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
7894         compiling case.
7895
7896 2007-05-29  Eric Blake  <ebb9@byu.net>
7897             Bruno Haible  <bruno@clisp.org>
7898
7899         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
7900         cross compiles.
7901
7902 2007-05-28  Eric Blake  <ebb9@byu.net>
7903
7904         * modules/closein-tests (test_closein_LDADD): Support test on
7905         cygwin with libtool.
7906
7907 2007-05-28  Bruno Haible  <bruno@clisp.org>
7908
7909         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
7910         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
7911         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
7912         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
7913         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
7914         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
7915         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
7916         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
7917         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
7918
7919 2007-05-28  Eric Blake  <ebb9@byu.net>
7920
7921         Unconditionally include <config.h> in unit tests.
7922         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
7923         * tests/test-allocsa.c, tests/test-arcfour.c,
7924         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
7925         tests/test-array_list.c, tests/test-array_oset.c,
7926         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
7927         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
7928         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
7929         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
7930         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
7931         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
7932         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
7933         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
7934         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
7935         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
7936         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
7937         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
7938         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
7939         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
7940         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
7941         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
7942         test-md5.c, test-memmem.c, test-printf-posix.c,
7943         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
7944         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
7945         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
7946         test-strcasestr.c, test-striconv.c, test-striconveh.c,
7947         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
7948         test-vasnprintf-posix2.c, test-vasnprintf.c,
7949         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
7950         test-vfprintf-posix.c, test-vprintf-posix.c,
7951         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
7952         test-xvasprintf.c: Likewise.
7953
7954 2007-05-28  Bruno Haible  <bruno@clisp.org>
7955
7956         * gnulib-tool (func_import): Remember the --with-tests command-line
7957         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
7958         Reported by Eric Blake.
7959
7960 2007-05-28  Bruno Haible  <bruno@clisp.org>
7961
7962         * modules/ftell-tests: New file.
7963         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
7964         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
7965
7966         * lib/ftell.c: New file.
7967         * modules/ftell: New file.
7968         * m4/ftell.m4: New file.
7969         * doc/functions/ftell.texi: Update.
7970         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
7971         REPLACE_FTELL.
7972         * lib/stdio_.h (rpl_ftell): New declaration.
7973         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
7974         REPLACE_FTELL.
7975
7976 2007-05-28  Eric Blake  <ebb9@byu.net>
7977
7978         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
7979
7980 2007-05-28  Bruno Haible  <bruno@clisp.org>
7981
7982         * modules/fseek-tests: New file.
7983         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
7984         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
7985
7986         * lib/fseek.c: New file.
7987         * modules/fseek: New file.
7988         * m4/fseek.m4: New file.
7989         * doc/functions/fseek.texi: Update.
7990         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
7991         REPLACE_FSEEK.
7992         * lib/stdio_.h (rpl_fseek): New declaration.
7993         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
7994         REPLACE_FSEEK.
7995
7996 2007-05-28  Bruno Haible  <bruno@clisp.org>
7997
7998         * lib/stdio_.h (fflush): More comments.
7999
8000 2007-05-28  Bruno Haible  <bruno@clisp.org>
8001
8002         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
8003         runtime test.
8004
8005 2007-05-28  Eric Blake  <ebb9@byu.net>
8006
8007         Improve lseek module.
8008         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
8009         * lib/unistd_.h (lseek): Scale back link warning message.
8010         * tests/test-lseek.c: Beef up test.
8011         * tests/test-lseek.sh: Exercise more facets of lseek.
8012         Reported by Bruno Haible.
8013
8014 2007-05-28  Bruno Haible  <bruno@clisp.org>
8015
8016         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
8017         to define.
8018
8019 2007-05-27  Bruno Haible  <bruno@clisp.org>
8020
8021         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
8022
8023 2007-05-27  Bruno Haible  <bruno@clisp.org>
8024
8025         * modules/openmp: New file.
8026         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
8027         Noah Misch.
8028
8029 2007-05-26  Bruno Haible  <bruno@clisp.org>
8030
8031         * modules/chdir-long (Depends-on): Add fchdir.
8032         * modules/chdir-safer (Depends-on): Likewise.
8033         * modules/fts (Depends-on): Likewise.
8034         * modules/fts-lgpl (Depends-on): Likewise.
8035         * modules/openat (Depends-on): Likewise.
8036         * modules/savewd (Depends-on): Likewise.
8037
8038 2007-05-24  Eric Blake  <ebb9@byu.net>
8039
8040         Fix lseek on mingw.
8041         * modules/lseek: New module.
8042         * m4/lseek.m4: New file.
8043         * lib/lseek.c: New file.
8044         * modules/lseek-tests: New file.
8045         * tests/test-lseek.c: New file.
8046         * tests/test-lseek.sh: New file.
8047         * MODULES.html.sh: Document lseek module.
8048         * modules/fflush (Depends-on): Add lseek, fseeko.
8049         * modules/fseeko (Depends-on): Likewise.
8050         * modules/ftello (Depends-on): Likewise.
8051         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
8052         broken.
8053         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
8054         broken.
8055         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
8056         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
8057         * lib/ftello.c (rpl_ftello): Likewise.
8058         * tests/test-fseeko.c (main): Test this.
8059         * tests/test-fseeko.sh: Likewise.
8060         * tests/test-ftello.c (main): Likewise.
8061         * tests/test-ftello.sh: Likewise.
8062         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
8063         implies replacing fseek.
8064         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
8065         HAVE_FTELLO.
8066         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
8067         * modules/unistd (Makefile.am): Likewise.
8068         * lib/unistd_.h (lseek): Declare a replacement.
8069         * doc/functions/lseek.texi (lseek): Document this fix.
8070         * doc/functions/fseek.texi (fseek): Likewise.
8071         * doc/functions/ftell.texi (ftell): Likewise.
8072
8073 2007-05-24  Bruno Haible  <bruno@clisp.org>
8074
8075         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
8076         in the printed representation of a NaN.
8077         * tests/test-vasprintf-posix.c (test_function): Likewise.
8078         * tests/test-snprintf-posix.h (test_function): Likewise.
8079         * tests/test-sprintf-posix.h (test_function): Likewise.
8080         Reported by Eric Blake.
8081
8082 2007-05-23  Eric Blake  <ebb9@byu.net>
8083
8084         Fix fseeko/ftello on cygwin 1.5.24.
8085         * doc/functions/fseeko.texi (fseeko): Document the fix.
8086         * doc/functions/ftello.texi (ftello): Document the fix.
8087         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
8088         * doc/functions/stdout.text (stdout): New file.
8089         * doc/functions/stderr.text (stderr): New file.
8090         * doc/gnulib.texi (Function Substitutes): Use new files.
8091         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
8092         prior to 1.7.0.
8093         * tests/test-ftello.c (main): Likewise for ftello.
8094         * tests/test-fseeko.sh: New file.
8095         * tests/test-ftello.sh: New file.
8096         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
8097         with seekable stdin.
8098         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
8099         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
8100         (gl_REPLACE_FSEEKO): New macro.
8101         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
8102         * modules/fseeko (Files): Distribute fseeko.c.
8103         * modules/ftello (Files): Distribute ftello.c.
8104         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
8105         mode.
8106         * lib/ftello.c (rpl_ftello): New file.
8107         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
8108         fseeko, ftello.
8109         (gl_STDIN_LARGE_OFFSET): New macro.
8110         * modules/stdio (Makefile.am): Perform the replacement.
8111         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
8112
8113 2007-05-23  Bruno Haible  <bruno@clisp.org>
8114
8115         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
8116         GNULIB_POSIXCHECK is defined.
8117
8118 2007-05-21  Bruno Haible  <bruno@clisp.org>
8119
8120         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
8121         Check also the output for NaN arguments. When cross-compiling, guess
8122         no on IRIX.
8123         * lib/vasnprintf.c: Update comments.
8124         * tests/test-vasnprintf-posix.c (strisnan): New function.
8125         (test_function): Use it.
8126         * tests/test-vasprintf-posix.c (strisnan): New function.
8127         (test_function): Use it.
8128         * tests/test-snprintf-posix.h (strisnan): New function.
8129         (test_function): Use it.
8130         * tests/test-sprintf-posix.h (strisnan): New function.
8131         (test_function): Use it.
8132         Reported by Eric Blake.
8133
8134 2007-05-20  Bruno Haible  <bruno@clisp.org>
8135
8136         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
8137         numbers that fails on BeOS.
8138         * doc/functions/frexpl.texi: Update.
8139
8140 2007-05-20  Jim Meyering  <jim@meyering.net>
8141
8142         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
8143         forced upon us by glibc-2.6.
8144
8145 2007-05-20  Bruno Haible  <bruno@clisp.org>
8146
8147         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
8148         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
8149         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
8150         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
8151         NEED_PRINTF_INFINITE.
8152         (is_infinitel): New function.
8153         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
8154         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
8155         gl_PREREQ_VASNPRINTF_INFINITE.
8156         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
8157         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8158         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
8159         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
8160         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
8161         gl_PREREQ_VASNPRINTF_INFINITE.
8162         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8163         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8164         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8165         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8166         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8167         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8168         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8169         * doc/functions/fprintf.texi: Update.
8170         * doc/functions/printf.texi: Update.
8171         * doc/functions/snprintf.texi: Update.
8172         * doc/functions/sprintf.texi: Update.
8173         * doc/functions/vfprintf.texi: Update.
8174         * doc/functions/vprintf.texi: Update.
8175         * doc/functions/vsnprintf.texi: Update.
8176         * doc/functions/vsprintf.texi: Update.
8177
8178 2007-05-20  Bruno Haible  <bruno@clisp.org>
8179
8180         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
8181         was not found in libc.
8182         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
8183
8184 2007-05-20  Bruno Haible  <bruno@clisp.org>
8185
8186         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
8187         printed as "-nan" instead of "nan".
8188         * tests/test-vasprintf-posix.c (test_function): Likewise.
8189         * tests/test-snprintf-posix.h (test_function): Likewise.
8190         * tests/test-sprintf-posix.h (test_function): Likewise.
8191         Needed for HP-UX 11.
8192
8193 2007-05-20  Jim Meyering  <jim@meyering.net>
8194
8195         Fix buggy test for the fchownat-deref bug.
8196         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
8197         symlink required for the run-test.  Without it, this test would
8198         always declare that fchownat doesn't work, and client code would
8199         unnecessarily use the replacement function with fixed libc.
8200         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
8201         Reported by Greg Schafer.
8202
8203 2007-05-19  Bruno Haible  <bruno@clisp.org>
8204
8205         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
8206         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
8207         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
8208         Needed for IRIX 6.5 and Solaris 2.5.1.
8209
8210 2007-05-19  Bruno Haible  <bruno@clisp.org>
8211
8212         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
8213         (test_function): Skip tests involving -0.0 on platforms where
8214         -0.0 = 0.0.
8215         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
8216         (test_function): Skip tests involving -0.0 on platforms where
8217         -0.0 = 0.0.
8218         * tests/test-snprintf-posix.h (have_minus_zero): New function.
8219         (test_function): Skip tests involving -0.0 on platforms where
8220         -0.0 = 0.0.
8221         * tests/test-sprintf-posix.h (have_minus_zero): New function.
8222         (test_function): Skip tests involving -0.0 on platforms where
8223         -0.0 = 0.0.
8224         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
8225         tests.
8226         * tests/test-printf-posix.h (test_function): Likewise.
8227         * tests/test-printf-posix.output: Remove all -0.0 related results.
8228         Needed for IRIX 6.5.
8229
8230 2007-05-19  Bruno Haible  <bruno@clisp.org>
8231
8232         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
8233         printed as "nan0x7fffffff" instead of "nan".
8234         * tests/test-vasprintf-posix.c (test_function): Likewise.
8235         * tests/test-snprintf-posix.h (test_function): Likewise.
8236         * tests/test-sprintf-posix.h (test_function): Likewise.
8237         * tests/test-fprintf-posix.h (NaN): Remove macro.
8238         (test_function): Remove all NaN related tests.
8239         * tests/test-printf-posix.h (NaN): Remove macro.
8240         (test_function): Remove all NaN related tests.
8241         * tests/test-printf-posix.output: Remove all NaN related results.
8242         Needed for IRIX 6.5.
8243
8244 2007-05-19  Bruno Haible  <bruno@clisp.org>
8245
8246         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
8247         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
8248
8249 2007-05-19  Bruno Haible  <bruno@clisp.org>
8250
8251         * lib/float_.h: New file.
8252         * m4/float_h.m4: New file.
8253         * modules/float: New file.
8254         * modules/isnanl (Dependencies): Add float.
8255         * modules/isnanl-nolibm (Dependencies): Likewise.
8256         * modules/mathl (Dependencies): Likewise.
8257         * modules/printf-frexpl (Dependencies): Likewise.
8258         * modules/signbit (Dependencies): Likewise.
8259         * modules/vasnprintf (Dependencies): Likewise.
8260         * doc/headers/float.texi: Update.
8261
8262 2007-05-19  Jim Meyering  <jim@meyering.net>
8263
8264         * lib/utimens.c (gl_futimens): Rename from futimens,
8265         now that glibc-2.6 declares futimens.
8266         * lib/utimens.h: Likewise.
8267
8268 2007-05-19  Bruno Haible  <bruno@clisp.org>
8269
8270         Avoid test failures on mingw.
8271         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
8272         * tests/test-printf-posix.sh: Likewise.
8273         * tests/test-vfprintf-posix.sh: Likewise.
8274         * tests/test-vprintf-posix.sh: Likewise.
8275
8276 2007-05-19  Bruno Haible  <bruno@clisp.org>
8277
8278         Fix *printf result for NaN, Inf, -0.0 on mingw.
8279         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
8280         * lib/vasnprintf.c: Include math.h and isnan.h.
8281         (is_infinite_or_zero): New function.
8282         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
8283         values in the %f, %F, %e, %E, %g, %G directives.
8284         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
8285         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8286         gl_PRINTF_INFINITE and test its result. Invoke
8287         gl_PREREQ_VASNPRINTF_INFINITE.
8288         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8289         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8290         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8291         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8292         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8293         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8294         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8295         * doc/functions/fprintf.texi: Update.
8296         * doc/functions/printf.texi: Update.
8297         * doc/functions/snprintf.texi: Update.
8298         * doc/functions/sprintf.texi: Update.
8299         * doc/functions/vfprintf.texi: Update.
8300         * doc/functions/vprintf.texi: Update.
8301         * doc/functions/vsnprintf.texi: Update.
8302         * doc/functions/vsprintf.texi: Update.
8303
8304 2007-05-19  Bruno Haible  <bruno@clisp.org>
8305
8306         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
8307         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
8308         Instead of multiplying with 10^k, set extra_zeroes to k.
8309         (scale10_round_long_double): Remove function.
8310
8311 2007-05-18  Bruno Haible  <bruno@clisp.org>
8312
8313         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
8314         introduced on 2007-05-06.
8315
8316 2007-05-18  Bruno Haible  <bruno@clisp.org>
8317
8318         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
8319         %g directives.
8320         * tests/test-vasprintf-posix.c (test_function): Likewise.
8321         * tests/test-snprintf-posix.h (test_function): Likewise.
8322         * tests/test-sprintf-posix.h (test_function): Likewise.
8323
8324 2007-05-18  Bruno Haible  <bruno@clisp.org>
8325
8326         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
8327         (strmatch): New function.
8328         (test_function): Test the %f directive on numbers of various exponents.
8329         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
8330         (strmatch): New function.
8331         (test_function): Test the %f directive on numbers of various exponents.
8332         * tests/test-snprintf-posix.h (strmatch): New function.
8333         (test_function): Test the %f directive on numbers of various exponents.
8334         * tests/test-sprintf-posix.h (strmatch): New function.
8335         (test_function): Test the %f directive on numbers of various exponents.
8336         * tests/test-snprintf-posix.c (SIZEOF): New macro.
8337         * tests/test-sprintf-posix.c (SIZEOF): New macro.
8338         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
8339         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
8340
8341 2007-05-18  Bruno Haible  <bruno@clisp.org>
8342
8343         Add support for 'long double' number output.
8344         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
8345         * lib/vasnprintf.c: Include math.h and float+.h.
8346         (mp_limb_t): New type.
8347         (GMP_LIMB_BITS): New macro.
8348         (mp_twolimb_t): New type.
8349         (GMP_TWOLIMB_BITS): New macro.
8350         (mpn_t): New type.
8351         (multiply, divide, convert_to_decimal, decode_long_double,
8352         scale10_round_long_double, scale10_round_decimal_long_double,
8353         floorlog10l): New functions.
8354         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
8355         for the %f, %F, %e, %E, %g, %G directives.
8356         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
8357         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8358         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
8359         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
8360         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8361         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8362         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8363         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8364         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8365         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8366         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8367         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
8368         * modules/snprintf-posix (Depends-on): Likewise.
8369         * modules/sprintf-posix (Depends-on): Likewise.
8370         * modules/vasnprintf-posix (Depends-on): Likewise.
8371         * modules/vasprintf-posix (Depends-on): Likewise.
8372         * modules/vfprintf-posix (Depends-on): Likewise.
8373         * modules/vsnprintf-posix (Depends-on): Likewise.
8374         * modules/vsprintf-posix (Depends-on): Likewise.
8375         * modules/vasnprintf (Files): Add lib/float+.h.
8376         * doc/functions/fprintf.texi: Update.
8377         * doc/functions/printf.texi: Update.
8378         * doc/functions/snprintf.texi: Update.
8379         * doc/functions/sprintf.texi: Update.
8380         * doc/functions/vfprintf.texi: Update.
8381         * doc/functions/vprintf.texi: Update.
8382         * doc/functions/vsnprintf.texi: Update.
8383         * doc/functions/vsprintf.texi: Update.
8384
8385 2007-05-18  Bruno Haible  <bruno@clisp.org>
8386
8387         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
8388
8389 2007-05-18  Bruno Haible  <bruno@clisp.org>
8390
8391         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
8392         for printing 64-bit integers. Needed for mingw.
8393
8394 2007-05-18  Bruno Haible  <bruno@clisp.org>
8395
8396         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
8397         gl_FUNC_FREXPL_WORKS.
8398         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
8399
8400 2007-05-18  Bruno Haible  <bruno@clisp.org>
8401
8402         * modules/frexpl-nolibm-tests: New file.
8403
8404         * modules/frexpl-nolibm: New file.
8405         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
8406
8407 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
8408
8409         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
8410         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
8411         GCC 4.2, which otherwise issues a lot of warnings.
8412         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
8413         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
8414         Likewise.
8415         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
8416         * modules/iconv_open (iconv.h): Likewise.
8417         * modules/locale (locale.h): Likewise.
8418         * modules/netinet_in (netinet/in.h): Likewise.
8419         * modules/sys_select (sys_select.h): Likewise.
8420         * modules/sys_socket (sys/socket.h): Likewise.
8421         * modules/sys_stat (sys/stat.h): Likewise.
8422         * modules/sysexits (sysexits.h): Likewise.
8423         * modules/unistd (unistd.h): Likewise.
8424
8425 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8426
8427         * modules/closein-tests (Makefile.am): Distribute
8428         `test-closein.sh'.
8429
8430 2007-05-17  Bruno Haible  <bruno@clisp.org>
8431
8432         * tests/test-printf-posix.output: Renamed from
8433         tests/test-fprintf-posix.out.
8434         * modules/fprintf-posix-tests: Update.
8435         * modules/printf-posix-tests: Update.
8436         * modules/vfprintf-posix-tests: Update.
8437         * modules/vprintf-posix-tests: Update.
8438         * tests/test-fprintf-posix.sh: Update.
8439         * tests/test-printf-posix.sh: Update.
8440         * tests/test-vfprintf-posix.sh: Update.
8441         * tests/test-vprintf-posix.sh: Update.
8442         Reported by Ralf Wildenhues.
8443
8444 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
8445
8446         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
8447         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
8448         GCC 4.2, which otherwise issues a lot of warnings.
8449         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
8450         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
8451         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
8452         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
8453         it should no longer be needed.
8454         * lib/string_.h: Likewise.
8455         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
8456         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
8457         * modules/inttypes (inttypes.h): Likewise.
8458         * modules/math (math.h): Likewise.
8459         * modules/search (search.h): Likewise.
8460         * modules/signal (signal.h): Likewise.
8461         * modules/stdint (stdint.h): Likewise.
8462         * modules/stdio (stdio.h): Likewise.
8463         * modules/stdlib (stdlib.h): Likewise.
8464         * modules/string (string.h): Likewise.
8465         * modules/sys_time (sys/time.h): Likewise.
8466         * modules/time (time.h): Likewise.
8467         * modules/wchar (wchar.h): Likewise.
8468         * modules/wctype (wtype.h): Likewise.
8469
8470 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8471
8472         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
8473
8474 2007-05-13  Bruno Haible  <bruno@clisp.org>
8475
8476         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
8477         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8478         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
8479         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8480         (gl_PREREQ_STRTOK_R): Don't require it here.
8481
8482 2007-05-13  Bruno Haible  <bruno@clisp.org>
8483
8484         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
8485         when used in C++ mode.
8486
8487 2007-05-12  Bruno Haible  <bruno@clisp.org>
8488
8489         * lib/linebuffer.h: Tweak doc.
8490         * lib/linebuffer.c: Likewise.
8491
8492 2007-05-12  James Youngman  <jay@gnu.org>
8493
8494         * lib/linebuffer.c (readlinebuffer_delim): New function,
8495         like readlinebuffer, but use a caller-specified delimiter.
8496         (readlinebuffer): Just call readlinebuffer_delim with '\n'
8497         as the delimiter.
8498         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
8499
8500 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8501
8502         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
8503         * modules/openat (Files): Remove openat-die.c.
8504         (Depends-on): Add openat-die.
8505         * modules/openat-die: New module.
8506
8507 2007-05-06  Bruno Haible  <bruno@clisp.org>
8508
8509         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
8510         Update with info about Cygwin.
8511         * doc/functions/fprintf.texi: Update.
8512         * doc/functions/printf.texi: Update.
8513         * doc/functions/snprintf.texi: Update.
8514         * doc/functions/sprintf.texi: Update.
8515         * doc/functions/vfprintf.texi: Update.
8516         * doc/functions/vprintf.texi: Update.
8517         * doc/functions/vsnprintf.texi: Update.
8518         * doc/functions/vsprintf.texi: Update.
8519         Reported by Eric Blake.
8520
8521 2007-05-06  Bruno Haible  <bruno@clisp.org>
8522
8523         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
8524         padding ourselves for the floating-point directives.
8525         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
8526         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
8527         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8528         gl_PRINTF_FLAG_ZERO and test its result. Invoke
8529         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
8530         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8531         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
8532         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8533         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8534         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8535         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8536         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8537         * tests/test-snprintf-posix.h (test_function): Also check the width
8538         and some flags in the %f directive.
8539         * tests/test-sprintf-posix.h (test_function): Likewise.
8540         * tests/test-vasnprintf-posix.c (test_function): Likewise.
8541         * tests/test-vasprintf-posix.c (test_function): Likewise.
8542         * doc/functions/fprintf.texi: Update.
8543         * doc/functions/printf.texi: Update.
8544         * doc/functions/snprintf.texi: Update.
8545         * doc/functions/sprintf.texi: Update.
8546         * doc/functions/vfprintf.texi: Update.
8547         * doc/functions/vprintf.texi: Update.
8548         * doc/functions/vsnprintf.texi: Update.
8549         * doc/functions/vsprintf.texi: Update.
8550
8551 2007-05-06  Bruno Haible  <bruno@clisp.org>
8552
8553         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
8554         pass the ' flag character to sprintf or snprintf.
8555         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
8556         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
8557         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8558         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
8559         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
8560         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8561         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
8562         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8563         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8564         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8565         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8566         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8567         * tests/test-snprintf-posix.h (test_function): Also check the grouping
8568         flag.
8569         * tests/test-sprintf-posix.h (test_function): Likewise.
8570         * tests/test-vasnprintf-posix.c (test_function): Likewise.
8571         * tests/test-vasprintf-posix.c (test_function): Likewise.
8572         * doc/functions/fprintf.texi: Update.
8573         * doc/functions/printf.texi: Update.
8574         * doc/functions/snprintf.texi: Update.
8575         * doc/functions/sprintf.texi: Update.
8576         * doc/functions/vfprintf.texi: Update.
8577         * doc/functions/vprintf.texi: Update.
8578         * doc/functions/vsnprintf.texi: Update.
8579         * doc/functions/vsprintf.texi: Update.
8580
8581 2007-05-01  Bruno Haible  <bruno@clisp.org>
8582
8583         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
8584
8585 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
8586
8587         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
8588         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
8589
8590 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8591
8592         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
8593         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
8594         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
8595
8596 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
8597
8598         * lib/argp-help.c (struct hol_entry): New member `ord'.
8599         (HOL_ENTRY_PTRCMP): Use ord for comparison
8600         (hol_sort): Initialize ord.
8601
8602 2007-05-01  Bruno Haible  <bruno@clisp.org>
8603
8604         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
8605         Reported by Eric Blake.
8606         * doc/gnulib.texi (Function Substitutes): Update.
8607
8608 2007-05-01  Bruno Haible  <bruno@clisp.org>
8609
8610         * doc/functions.texi: Remove file, now redundant through
8611         doc/functions/*.texi.
8612
8613 2007-05-01  Bruno Haible  <bruno@clisp.org>
8614
8615         * modules/argp (Depends-on): Add sleep.
8616
8617 2007-05-01  Bruno Haible  <bruno@clisp.org>
8618
8619         * modules/sleep-tests: New file.
8620         * tests/test-sleep.c: New file.
8621
8622         * modules/sleep: New file.
8623         * lib/sleep.c: New file.
8624         * m4/sleep.m4: New file.
8625         * lib/unistd_.h (sleep): New declaration.
8626         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
8627         HAVE_SLEEP.
8628         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
8629         * doc/functions/sleep.texi: Document the sleep module.
8630
8631 2007-05-01  Bruno Haible  <bruno@clisp.org>
8632
8633         * lib/sigprocmask.h: Remove file.
8634         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
8635         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
8636         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
8637         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
8638         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
8639         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
8640         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
8641         HAVE_SIGSET_T as a shell variable.
8642         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
8643         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
8644         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
8645         (Depends-on): Add signal. Remove verify.
8646         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
8647         (Include): Mention <signal.h> instead of sigprocmask.h.
8648         * NEWS: Mention the change.
8649         * lib/fatal-signal.c: Don't include sigprocmask.h.
8650
8651 2007-05-01  Bruno Haible  <bruno@clisp.org>
8652
8653         * modules/signal: New file.
8654         * lib/signal_.h: New file.
8655         * m4/signal_h.m4: New file.
8656
8657 2007-05-01  Bruno Haible  <bruno@clisp.org>
8658
8659         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
8660         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
8661         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
8662         HAVE_WCTYPE_CTMP_BUG into wctype.h.
8663
8664 2007-05-01  Bruno Haible  <bruno@clisp.org>
8665
8666         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
8667         configure time.
8668         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
8669         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
8670         * modules/sys_stat (Makefile.am): Substitute their values into
8671         sys/stat.h.
8672
8673 2007-05-01  Bruno Haible  <bruno@clisp.org>
8674
8675         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
8676         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
8677         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
8678
8679 2007-05-01  Bruno Haible  <bruno@clisp.org>
8680
8681         * doc/header/assert.texi: Undo last change: don't mention the gnulib
8682         'assert' module here.
8683
8684 2007-05-01  Bruno Haible  <bruno@clisp.org>
8685
8686         * doc/functions/*.texi: New files.
8687         * doc/functions/google-ranking.txt: New file.
8688         * doc/gnulib.texi (Function Substitutes): New chapter.
8689         (ctime, inet_ntoa): Remove sections.
8690         * doc/ctime.texi: Remove file.
8691         * doc/inet_ntoa.texi: Remove file.
8692         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
8693         dependencies.
8694         (%.info): New rule, specifying a --reference-limit.
8695
8696 2007-05-01  Bruno Haible  <bruno@clisp.org>
8697
8698         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
8699
8700 2007-05-01  Bruno Haible  <bruno@clisp.org>
8701
8702         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
8703         the portability of 'mkdir' to mingw systems.
8704
8705 2007-05-01  Bruno Haible  <bruno@clisp.org>
8706
8707         * doc/headers/google-ranking.txt: New file.
8708
8709 2007-04-30  Eric Blake  <ebb9@byu.net>
8710
8711         Prefer fseeko to fseek.
8712         * modules/getpass (Depends-on): Add fseeko.
8713         * lib/getpass.c (getpass): Use fseeko, not fseek.
8714
8715 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
8716
8717         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
8718         assumes the sorting is stable, while most qsort implementations
8719         are not.  Use argument addresses to ensure they never compare as
8720         equal.
8721
8722         * tests/test-argp-2.sh (usage-indent test): Fix output
8723         (func_compare): Restore diff options
8724         * tests/test-argp.c: Restore #include "progname.h"
8725
8726 2007-04-29  Bruno Haible  <bruno@clisp.org>
8727
8728         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
8729         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8730         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
8731         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8732         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
8733         (configure.ac): Define CHECK_SNPRINTF_POSIX.
8734         (TESTS, check_PROGRAMS): Add test-snprintf.
8735         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
8736         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
8737         (TESTS, check_PROGRAMS): Add test-vsnprintf.
8738         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
8739         assertions that fail on HP-UX, OSF/1, or IRIX.
8740         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
8741
8742 2007-04-29  Bruno Haible  <bruno@clisp.org>
8743
8744         * MODULES.html.sh (posix_functions): Remove 'contents'.
8745
8746 2007-04-29  Karl Berry  <karl@gnu.org>
8747
8748         * config/srclist.txt (gendocs_template_min): new entry.
8749
8750 2007-04-29  Bruno Haible  <bruno@clisp.org>
8751
8752         Work around fpurge bug on BSD systems.
8753         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
8754         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
8755         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
8756         fpurge to rpl_fpurge if the system already has this function.
8757         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
8758         the case where the system already has this function. Correct invariants
8759         on BSD systems.
8760         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
8761         BSD systems.
8762
8763 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8764
8765         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
8766         proposed by Sven Verdoolaege.
8767
8768         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
8769         options.
8770         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
8771         (usage and help tests): Update
8772
8773 2007-04-29  Bruno Haible  <bruno@clisp.org>
8774
8775         * tests/test-fflush.c (main): Use a file of size 17, not 10.
8776         Print more information in case of failure. Disable a test on BeOS.
8777
8778 2007-04-29  Bruno Haible  <bruno@clisp.org>
8779
8780         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
8781         This helps debugging on systems on which no gdb is available.
8782
8783 2007-04-29  Bruno Haible  <bruno@clisp.org>
8784
8785         * lib/freading.h: Improve comments.
8786         * lib/fwriting.h: Likewise.
8787         * tests/test-freading.c (main): Don't check freading immediately after
8788         repositioning. Needed for glibc.
8789
8790 2007-04-29  Bruno Haible  <bruno@clisp.org>
8791
8792         * lib/freading.c (freading): Trivial simplification.
8793
8794 2007-04-28  Bruno Haible  <bruno@clisp.org>
8795
8796         * tests/test-fwriting.c (main): Also test the interaction between
8797         fflush and fwriting.
8798         * modules/fwriting-tests (Depends-on): Add fflush.
8799
8800         * tests/test-freading.c (main): Also test the interaction between
8801         fflush and freading.
8802         * modules/freading-tests (Depends-on): Add fflush.
8803
8804 2007-04-28  Bruno Haible  <bruno@clisp.org>
8805
8806         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
8807         fseeko and ftello.
8808         Suggested by Eric Blake.
8809
8810 2007-04-28  Jim Meyering  <jim@meyering.net>
8811
8812         Avoid false-negative in gl_STDINT_H's C99 conformance test.
8813         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
8814         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
8815
8816 2007-04-27  Eric Blake  <ebb9@byu.net>
8817
8818         * doc/headers/assert.texi (assert.h): Document assert module use.
8819
8820 2007-04-27  Bruno Haible  <bruno@clisp.org>
8821
8822         * doc/headers/*.texi: New files.
8823         * doc/gnulib.texi (Header File Substitutes): New chapter.
8824         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
8825         dependencies.
8826         (standards.info ,standards.html, standards.dvi): Update dependencies.
8827         (mostlyclean, clean): New targets.
8828
8829 2007-04-27  Bruno Haible  <bruno@clisp.org>
8830
8831         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
8832         * modules/sysexits (Files, Makefile.am): Update.
8833
8834         * lib/sys_socket_.h: Renamed from lib/socket_.h.
8835         * modules/sys_socket (Files, Makefile.am): Update.
8836
8837         * lib/sys_stat_.h: Renamed from lib/stat_.h.
8838         * modules/sys_stat (Files, Makefile.am): Update.
8839
8840 2007-04-27  Eric Blake  <ebb9@byu.net>
8841
8842         * lib/freading.h: Improve comments.
8843         * lib/fwriting.h: Likewise.
8844         * lib/fflush.c: Likewise.
8845
8846         Fix closein for mingw.
8847         * modules/closein-tests: Add tests for closein.
8848         * tests/test-closein.c: New file.
8849         * tests/test-closein.sh: Likewise.
8850         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
8851         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
8852
8853 2007-04-27  Bruno Haible  <bruno@clisp.org>
8854
8855         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
8856         version is < 6.
8857         * lib/math_.h [__DECC]: Likewise.
8858         * lib/stdio_.h [__DECC]: Likewise.
8859         * lib/stdlib_.h [__DECC]: Likewise.
8860         * lib/string_.h [__DECC]: Likewise.
8861         * lib/time_.h [__DECC]: Likewise.
8862         * lib/wchar_.h [__DECC]: Likewise.
8863         * lib/wctype_.h [__DECC]: Likewise.
8864
8865 2007-04-27  Bruno Haible  <bruno@clisp.org>
8866
8867         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
8868
8869 2007-04-27  Bruno Haible  <bruno@clisp.org>
8870
8871         * lib/fflush.c: Add comments.
8872         * modules/fpurge-tests (Depends-on): Add fflush.
8873         * modules/freadable-tests (Depends-on): Likewise.
8874         * modules/fwritable-tests (Depends-on): Likewise.
8875
8876 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
8877
8878         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
8879         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
8880         Report by Bruno Haible <bruno@clisp.org>.
8881
8882 2007-04-26  Eric Blake  <ebb9@byu.net>
8883
8884         Fix fflush on mingw.
8885         * modules/fflush (Depends-on): Add freading.
8886         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
8887         but unread data.
8888
8889 2007-04-26  Eric Blake  <ebb9@byu.net>
8890         and Bruno Haible  <bruno@clisp.org>
8891
8892         Implement freading and fwriting.
8893         * lib/freading.c: New file.
8894         * lib/freading.h: Likewise.
8895         * m4/freading.m4: Likewise.
8896         * modules/freading: Likewise.
8897         * modules/freading-tests: Likewise.
8898         * tests/test-freading.c: Likewise.
8899         * lib/fwriting.c: New file.
8900         * lib/fwriting.h: Likewise.
8901         * m4/fwriting.m4: Likewise.
8902         * modules/fwriting: Likewise.
8903         * modules/fwriting-tests: Likewise.
8904         * tests/test-fwriting.c: Likewise.
8905         * MODULES.html.sh (File stream based Input/Output): Mention them.
8906
8907 2007-04-26  Bruno Haible  <bruno@clisp.org>
8908
8909         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
8910         'long' when we assume it.
8911         Suggested by Eric Blake.
8912
8913 2007-04-26  Bruno Haible  <bruno@clisp.org>
8914
8915         Ensure fseeko, ftello are declared on glibc systems.
8916         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
8917         * modules/fseeko (configure.ac-early): Likewise.
8918         * modules/ftello (configure.ac-early): Likewise.
8919         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
8920         AC_FUNC_FSEEKO for this.
8921         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
8922         (gl_CHECK_FSEEKO): Remove macro.
8923
8924 2007-04-26  Bruno Haible  <bruno@clisp.org>
8925
8926         * tests/test-fflush.c (main): Also check the ftell result after
8927         fflush and fseek/fseeko.
8928         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
8929         file descriptor position cache in the stream.
8930         * lib/fseeko.c (rpl_fseeko): Likewise.
8931
8932 2007-04-26  Bruno Haible  <bruno@clisp.org>
8933
8934         * modules/fflush-tests (Depends-on): Add fseeko.
8935
8936 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
8937             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8938
8939         * lib/argz_.h: ensure error_t definition is obtained in same
8940         mechanism system argz.h would have.
8941         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
8942         argz facilities are known bad.  Err on the side of caution if
8943         cross-compiling.
8944
8945 2007-04-25  Eric Blake  <ebb9@byu.net>
8946
8947         * lib/fpurge.c (includes): Use stdlib.h for free.
8948         * tests/test-fflush.c (main): Also test fflush-fseeko.
8949
8950 2007-04-25  Bruno Haible  <bruno@clisp.org>
8951
8952         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
8953         * lib/fseeko.c: New file.
8954         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
8955         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
8956         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
8957         gl_FUNC_FSEEKO.
8958         (gl_FUNC_FSEEKO): Invoke it.
8959         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
8960         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
8961         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
8962
8963 2007-04-25  Bruno Haible  <bruno@clisp.org>
8964
8965         * modules/fflush (Depends-on): Add ftello.
8966
8967 2007-04-25  Bruno Haible  <bruno@clisp.org>
8968
8969         * modules/ftello-tests: New file.
8970         * tests/test-ftello.c: New file.
8971
8972         * modules/ftello: New file.
8973         * m4/ftello.m4: New file.
8974         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
8975         HAVE_FTELLO.
8976         * lib/stdio_.h (ftello): New declaration.
8977         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
8978         HAVE_FTELLO.
8979
8980 2007-04-25  Bruno Haible  <bruno@clisp.org>
8981
8982         * modules/fseeko-tests: New file.
8983         * tests/test-fseeko.c: New file.
8984
8985         * modules/fseeko: New file.
8986         * m4/fseeko.m4: New file.
8987         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
8988         HAVE_FSEEKO.
8989         * lib/stdio_.h (fseeko): New declaration.
8990         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
8991         HAVE_FSEEKO.
8992
8993 2007-04-25  Bruno Haible  <bruno@clisp.org>
8994
8995         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
8996
8997 2007-04-25  Bruno Haible  <bruno@clisp.org>
8998
8999         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
9000         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
9001         * tests/test-unistd.c: Likewise.
9002         * tests/test-fcntl.c: Likewise.
9003
9004 2007-04-23  Eric Blake  <ebb9@byu.net>
9005
9006         * lib/fflush.c: Fix missing include.
9007         Reported by Bruno Haible.
9008
9009 2007-04-23  Bruno Haible  <bruno@clisp.org>
9010
9011         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
9012         Reported by Eric Blake.
9013
9014 2007-04-23  Bruno Haible  <bruno@clisp.org>
9015
9016         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
9017
9018 2007-04-23  Bruno Haible  <bruno@clisp.org>
9019
9020         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
9021
9022 2007-04-23  Bruno Haible  <bruno@clisp.org>
9023
9024         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
9025         Needed on HP-UX 11.
9026
9027 2007-04-16  Eric Blake  <ebb9@byu.net>
9028
9029         Make fflush rely on fpurge.
9030         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
9031         open coding all variants.
9032         * modules/fflush (Depends-on): Add fpurge and unistd.
9033         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
9034         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
9035
9036         Fix --with-tests compilation on cygwin.
9037         * modules/argmatch-tests (Makefile.am): List gnulib library first
9038         in LDADD.
9039         * modules/argp-tests (Makefile.am): Likewise.
9040         * modules/array-list-tests (Makefile.am): Likewise.
9041         * modules/array-oset-tests (Makefile.am): Likewise.
9042         * modules/avltree-list-tests (Makefile.am): Likewise.
9043         * modules/avltree-oset-tests (Makefile.am): Likewise.
9044         * modules/avltreehash-list-tests (Makefile.am): Likewise.
9045         * modules/carray-list-tests (Makefile.am): Likewise.
9046         * modules/dirname-tests (Makefile.am): Likewise.
9047         * modules/frexp-tests (Makefile.am): Likewise.
9048         * modules/isnanl-tests (Makefile.am): Likewise.
9049         * modules/linked-list-tests (Makefile.am): Likewise.
9050         * modules/linkedhash-list-tests (Makefile.am): Likewise.
9051         * modules/lock-tests (Makefile.am): Likewise.
9052         * modules/rbtree-list-tests (Makefile.am): Likewise.
9053         * modules/rbtree-oset-tests (Makefile.am): Likewise.
9054         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
9055         * modules/tls-tests (Makefile.am): Likewise.
9056         * modules/tsearch-tests (Makefile.am): Likewise.
9057         * modules/xvasprintf-tests (Makefile.am): Likewise.
9058
9059         Fix fpurge for cygwin.
9060         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
9061         value.
9062         * modules/fpurge-tests (Depends-on): Clean up trash.
9063
9064 2007-04-16  Simon Josefsson  <simon@josefsson.org>
9065
9066         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
9067
9068         * m4/autobuild.m4: Re-indent.
9069
9070 2007-04-13  Bruno Haible  <bruno@clisp.org>
9071
9072         * modules/fpurge-tests: New file.
9073         * tests/test-fpurge.c: New file.
9074
9075         * modules/fpurge: New file.
9076         * lib/fpurge.h: New file.
9077         * lib/fpurge.c: New file.
9078         * m4/fpurge.m4: New file.
9079
9080 2007-04-13  Bruno Haible  <bruno@clisp.org>
9081
9082         * modules/fbufmode-tests: New file.
9083         * tests/test-fbufmode.c: New file.
9084
9085         * modules/fbufmode: New file.
9086         * lib/fbufmode.h: New file.
9087         * lib/fbufmode.c: New file.
9088         * m4/fbufmode.m4: New file.
9089
9090 2007-04-13  Bruno Haible  <bruno@clisp.org>
9091
9092         * modules/fwritable-tests: New file.
9093         * tests/test-fwritable.c: New file.
9094
9095         * modules/fwritable: New file.
9096         * lib/fwritable.h: New file.
9097         * lib/fwritable.c: New file.
9098         * m4/fwritable.m4: New file.
9099
9100 2007-04-13  Bruno Haible  <bruno@clisp.org>
9101
9102         * modules/freadable-tests: New file.
9103         * tests/test-freadable.c: New file.
9104
9105         * modules/freadable: New file.
9106         * lib/freadable.h: New file.
9107         * lib/freadable.c: New file.
9108         * m4/freadable.m4: New file.
9109
9110 2007-04-13  Bruno Haible  <bruno@clisp.org>
9111
9112         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
9113         MOSTLYCLEANFILES.
9114
9115 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9116
9117         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
9118         gzip bootstrap.conf to avoid dragging in i18n machinery.
9119         (gnulib_tool_option): Use it.
9120
9121 2007-04-13  Bruno Haible  <bruno@clisp.org>
9122
9123         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
9124         %F directives.
9125         * tests/test-vasprintf-posix.c (test_function): Likewise.
9126         * tests/test-snprintf-posix.h (test_function): Likewise.
9127         * tests/test-sprintf-posix.h (test_function): Likewise.
9128         * tests/test-fprintf-posix.h (test_function): Likewise.
9129         * tests/test-printf-posix.h (test_function): Likewise.
9130         * tests/test-fprintf-posix.out: Likewise.
9131
9132 2007-04-13  Bruno Haible  <bruno@clisp.org>
9133
9134         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
9135         * modules/tls-tests (configure.ac): Likewise.
9136         Reported by Arto C. Nirkko <anirkko@insel.ch>.
9137
9138 2007-04-13  Bruno Haible  <bruno@clisp.org>
9139
9140         * lib/tls.c (glthread_tls_get): Fix return type.
9141         Patch by Arto C. Nirkko <anirkko@insel.ch>.
9142
9143 2007-04-12  Eric Blake  <ebb9@byu.net>
9144
9145         * modules/gettime (Depends-on): Remove gettime.
9146         Reported by Dmitry V. Levin.
9147
9148 2007-04-12  Bruno Haible  <bruno@clisp.org>
9149
9150         * modules/fflush (Include): Mention <stdio.h>.
9151         * modules/strtoimax (Include): Mention <inttypes.h>.
9152         * modules/strtoumax (Include): Likewise.
9153
9154 2007-04-12  Eric Blake  <ebb9@byu.net>
9155
9156         * .cvsignore: New file.
9157         * .gitignore: Likewise.
9158
9159 2007-04-12  Bruno Haible  <bruno@clisp.org>
9160
9161         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
9162         not before, since $(LDADD) often contains libgnu.a.
9163         * modules/striconv-tests (test_striconv_LDADD): Likewise.
9164         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
9165         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
9166         Needed on Cygwin.
9167
9168 2007-04-12  Eric Blake  <ebb9@byu.net>
9169
9170         Work around glibc's failure to flush stdin on fclose.
9171         * lib/closein.c (close_stdin): Flush stdin before closing.
9172
9173         Work around glibc's failure to reset seekable stdin on exit.
9174         * modules/closein: New module.
9175         * lib/closein.c: New file.
9176         * lib/closein.h: Likewise.
9177         * m4/closein.m4: Likewise.
9178         * MODULES.html.sh (File stream based Input/Output): Document it.
9179
9180 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9181
9182         * gnulib-tool: Rename generated 'autobuild' script to
9183         'do-autobuild' in --create-megatestdir output.
9184
9185         * doc/gnulib.texi (Build robot for gnulib): Fix.
9186
9187 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9188
9189         * modules/sysexits (Depends-on): Add absolute-header.
9190
9191 2007-04-12  Eric Blake  <ebb9@byu.net>
9192
9193         No need to preserve errno on success.
9194         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
9195         Reported by Bruno Haible.
9196
9197 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9198
9199         * MODULES.html.sh (Support for maintaining and releasing
9200         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
9201
9202 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9203
9204         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
9205
9206 2007-04-12  Simon Josefsson  <simon@josefsson.org>
9207
9208         * modules/autobuild: New module.
9209
9210         * m4/autobuild.m4: New file.
9211
9212 2007-04-11  Bruno Haible  <bruno@clisp.org>
9213
9214         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
9215         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
9216         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
9217         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
9218         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9219         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9220         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9221         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9222         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9223         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9224         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
9225         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9226         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9227         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
9228         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9229         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9230         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
9231         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9232         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9233         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
9234         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
9235         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
9236         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_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/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_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         Reported by Eric Blake.
9243
9244 2007-04-11  Bruno Haible  <bruno@clisp.org>
9245
9246         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
9247
9248 2007-04-10  Bruno Haible  <bruno@clisp.org>
9249
9250         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
9251         for NaN and Infinity. Needed on FreeBSD 6.1.
9252         * tests/test-vasnprintf-posix.c (test_function): Undo last change
9253         regarding results for "%010a" of Infinity and NaN.
9254         * tests/test-vasprintf-posix.c (test_function): Likewise.
9255         * tests/test-snprintf-posix.h (test_function): Likewise.
9256         * tests/test-sprintf-posix.h (test_function): Likewise.
9257         * tests/test-fprintf-posix.h (test_function): Likewise.
9258         * tests/test-printf-posix.h (test_function): Likewise.
9259         * tests/test-fprintf-posix.out: Likewise.
9260
9261 2007-04-10  Bruno Haible  <bruno@clisp.org>
9262
9263         * modules/locale-tests: New file.
9264         * tests/test-locale.c: New file.
9265
9266         * modules/locale: New file.
9267         * lib/locale_.h: New file.
9268         * m4/locale_h.m4: New file.
9269
9270 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
9271             Bruno Haible  <bruno@clisp.org>
9272
9273         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
9274         be determined, test for availability of the copysignf, copysign,
9275         copysignl functions.
9276         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
9277         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
9278         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
9279
9280 2007-04-09  Eric Blake  <ebb9@byu.net>
9281
9282         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
9283         * modules/stdio (Makefile.am): Support fflush.
9284         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9285         * modules/fflush: New file.
9286         * lib/fflush.c: Likewise.
9287         * m4/fflush.m4: Likewise.
9288         * modules/fflush-tests: New test.
9289         * tests/test-fflush.c: Likewise.
9290         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
9291
9292 2007-04-06  Bruno Haible  <bruno@clisp.org>
9293
9294         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
9295         (VASNPRINTF): Use signbit for faster determination whether to print a
9296         minus sign.
9297         * modules/vasnprintf (Files): Remove lib/float+.h.
9298         * modules/fprintf-posix (Depends-on): Add signbit.
9299         * modules/snprintf-posix (Depends-on): Likewise.
9300         * modules/sprintf-posix (Depends-on): Likewise.
9301         * modules/vasnprintf-posix (Depends-on): Likewise.
9302         * modules/vasprintf-posix (Depends-on): Likewise.
9303         * modules/vfprintf-posix (Depends-on): Likewise.
9304         * modules/vsnprintf-posix (Depends-on): Likewise.
9305         * modules/vsprintf-posix (Depends-on): Likewise.
9306
9307 2007-04-06  Bruno Haible  <bruno@clisp.org>
9308
9309         * tests/test-frexp.c (main): Test also the sign bit of zero results.
9310         * tests/test-frexpl.c (main): Likewise.
9311         * tests/test-ldexpl.c (main): Likewise.
9312         * modules/frexp-tests (Depends-on): Add signbit.
9313         * modules/frexpl-tests (Depdends-on): Likewise.
9314         * modules/ldexpl-tests (Depdends-on): Likewise.
9315
9316 2007-04-06  Bruno Haible  <bruno@clisp.org>
9317
9318         * modules/signbit-tests: New file.
9319         * tests/test-signbit.c: New file.
9320
9321         * modules/signbit: New file.
9322         * lib/signbitf.c: New file.
9323         * lib/signbitd.c: New file.
9324         * lib/signbitl.c: New file.
9325         * m4/signbit.m4: New file.
9326         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
9327         (signbit): New macro.
9328         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
9329         REPLACE_SIGNBIT.
9330         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
9331         REPLACE_FREXPL into math.h.
9332
9333 2007-04-06  Bruno Haible  <bruno@clisp.org>
9334
9335         * modules/isnanf-nolibm-tests: New file.
9336         * tests/test-isnanf.c: New file.
9337
9338         * modules/isnanf-nolibm: New file.
9339         * lib/isnanf.h: New file.
9340         * lib/isnanf.c: New file.
9341         * lib/isnan.c: Consider the USE_FLOAT macro.
9342         * m4/isnanf.m4: New file.
9343
9344 2007-04-06  Bruno Haible  <bruno@clisp.org>
9345
9346         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
9347         (Link): New section.
9348
9349         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
9350
9351 2007-04-06  Bruno Haible  <bruno@clisp.org>
9352
9353         Assume the 'long double' type.
9354         * m4/longdouble.m4: Remove file.
9355         * config/srclist.txt: Don't mention longdouble.m4.
9356         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
9357         * lib/float+.h: Likewise.
9358         * lib/frexp.c: Likewise.
9359         * lib/printf-args.h: Likewise.
9360         * lib/printf-args.c: Likewise.
9361         * lib/printf-frexp.c: Likewise.
9362         * lib/printf-parse.c: Likewise.
9363         * lib/vasnprintf.c: Likewise.
9364         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
9365         * m4/intl.m4: Likewise.
9366         * m4/isnanl.m4: Likewise.
9367         * m4/printf.m4: Likewise.
9368         * m4/printf-frexpl.m4: Likewise.
9369         * m4/vasnprintf.m4: Likewise.
9370         * modules/allocsa (Files): Remove m4/longdouble.m4.
9371         * modules/gettext (Files): Likewise.
9372         * modules/relocatable-prog-wrapper (Files): Likewise.
9373         * modules/vasnprintf (Files): Likewise.
9374         * modules/isnanl (Files): Likewise.
9375         (Include): Simplify.
9376         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
9377         (Include): Simplify.
9378         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
9379         (Include): Simplify.
9380         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
9381         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9382         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
9383         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9384         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
9385         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9386         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
9387         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9388         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
9389         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9390         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
9391         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9392         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
9393         * tests/test-isnanl.c: Likewise.
9394         * tests/test-snprintf-posix.h: Likewise.
9395         * tests/test-sprintf-posix.h: Likewise.
9396         * tests/test-vasnprintf-posix.c: Likewise.
9397         * tests/test-vasnprintf-posix2.c: Likewise.
9398         * tests/test-vasprintf-posix.c: Likewise.
9399
9400 2007-04-06  Bruno Haible  <bruno@clisp.org>
9401
9402         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
9403         * lib/math_.h [__DECC]: Include the overridden include file through
9404         #include_next, outside the double-inclusion guard.
9405         * lib/stdio_.h [__DECC]: Likewise.
9406         * lib/stdlib_.h [__DECC]: Likewise.
9407         * lib/string_.h [__DECC]: Likewise.
9408         * lib/time_.h [__DECC]: Likewise.
9409         * lib/wchar_.h [__DECC]: Likewise.
9410         * lib/wctype_.h [__DECC]: Likewise.
9411         * lib/inttypes_.h [__DECC]: Likewise.
9412         Reported by Albert Chin <china@thewrittenword.com> in
9413         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
9414
9415 2007-04-04  Eric Blake  <ebb9@byu.net>
9416
9417         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
9418         1.5.x.
9419
9420 2007-04-04  Bruno Haible  <bruno@clisp.org>
9421
9422         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
9423         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
9424
9425 2007-04-04  Bruno Haible  <bruno@clisp.org>
9426
9427         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
9428         results for "%010a" of Infinity and NaN.
9429         * tests/test-vasprintf-posix.c (test_function): Likewise.
9430         * tests/test-snprintf-posix.h (test_function): Likewise.
9431         * tests/test-sprintf-posix.h (test_function): Likewise.
9432         * tests/test-fprintf-posix.h (test_function): Remove these tests.
9433         * tests/test-printf-posix.h (test_function): Likewise.
9434         * tests/test-fprintf-posix.out: Update.
9435         Needed for FreeBSD 6.1.
9436
9437 2007-04-04  Bruno Haible  <bruno@clisp.org>
9438
9439         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
9440         directly used by the gnulib modules nor by gnulib-tool.
9441
9442 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
9443
9444         * DEPENDENCIES: Give overall description of version dependency
9445         desirability.  Use more-typical names for apps.
9446         Add shell, coreutils, diffutils, grep, tar, gzip.
9447
9448 2007-04-04  Simon Josefsson  <simon@josefsson.org>
9449
9450         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
9451
9452 2007-04-04  Karl Berry  <karl@gnu.org>
9453
9454         * MODULES.html.sh (func_module): missing '.
9455
9456 2007-04-03  Bruno Haible  <bruno@clisp.org>
9457
9458         * modules/argmatch-tests (Makefile.am): New variable
9459         test_argmatch_LDADD.
9460         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
9461         * modules/array-list-tests (Makefile.am): New variable
9462         test_array_list_LDADD.
9463         * modules/array-oset-tests (Makefile.am): New variable
9464         test_array_oset_LDADD.
9465         * modules/avltree-list-tests (Makefile.am): New variable
9466         test_avltree_list_LDADD.
9467         * modules/avltree-oset-tests (Makefile.am): New variable
9468         test_avltree_oset_LDADD.
9469         * modules/avltreehash-list-tests (Makefile.am): New variable
9470         test_avltreehash_list_LDADD.
9471         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
9472         test_canonicalize_lgpl_LDADD.
9473         * modules/carray-list-tests (Makefile.am): New variable
9474         test_carray_list_LDADD.
9475         * modules/dirname-tests (Makefile.am): New variable
9476         test_dirname_LDADD.
9477         * modules/linked-list-tests (Makefile.am): New variable
9478         test_linked_list_LDADD.
9479         * modules/linkedhash-list-tests (Makefile.am): New variable
9480         test_linkedhash_list_LDADD.
9481         * modules/rbtree-list-tests (Makefile.am): New variable
9482         test_rbtree_list_LDADD.
9483         * modules/rbtree-oset-tests (Makefile.am): New variable
9484         test_rbtree_oset_LDADD.
9485         * modules/rbtreehash-list-tests (Makefile.am): New variable
9486         test_rbtreehash_list_LDADD.
9487         * modules/xvasprintf-tests (Makefile.am): New variable
9488         test_xvasprintf_LDADD.
9489         Reported by Eric Blake.
9490
9491 2007-04-03  Eric Blake  <ebb9@byu.net>
9492
9493         * DEPENDENCIES: Weaken m4 requirements.
9494
9495 2007-04-03  Bruno Haible  <bruno@clisp.org>
9496
9497         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
9498         * modules/isnanl-tests (configure.ac): Likewise.
9499
9500 2007-04-03  Ben Pfaff  <blp@gnu.org>
9501
9502         * modules/iconv_open: Add $(srcdir)/ to source directory
9503         references in Makefile fragments that call gperf, to fix VPATH
9504         builds.
9505
9506 2007-04-03  Bruno Haible  <bruno@clisp.org>
9507
9508         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
9509         * lib/ldexpl.c: Undo last change.
9510
9511 2007-04-03  Bruno Haible  <bruno@clisp.org>
9512
9513         * modules/printf-frexpl (Depends-on): Undo last change.
9514         (Files): Add m4/ldexpl.m4.
9515
9516 2007-04-03  Bruno Haible  <bruno@clisp.org>
9517
9518         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
9519         * modules/isnanl (Link): New section.
9520
9521         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
9522         * modules/frexp (Link): New section.
9523
9524         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
9525         * modules/frexpl (Link): New section.
9526
9527         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
9528         * modules/ldexpl (Link): New section.
9529
9530 2007-04-03  Bruno Haible  <bruno@clisp.org>
9531
9532         * modules/TEMPLATE-EXTENDED: New file.
9533         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
9534
9535 2007-04-03  Bruno Haible  <bruno@clisp.org>
9536
9537         * DEPENDENCIES: New file.
9538         Suggested by Simon Josefsson.
9539
9540 2007-04-03  Bruno Haible  <bruno@clisp.org>
9541
9542         * doc/gnulib.texi: Escape @.
9543
9544 2007-04-03  James Youngman  <jay@gnu.org>
9545         and Paul Eggert  <eggert@cs.ucla.edu>
9546
9547         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
9548         birthtime on all systems that have birthtime, not just those which
9549         use st_birthtimensec rather than st_birthtim.  Putting zero in
9550         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
9551         that the birth time is not available for files on an NFS mount.
9552
9553 2007-04-03  Simon Josefsson  <simon@josefsson.org>
9554
9555         * modules/memxor: Move back from crypto/, suggested by Bruno.
9556         * modules/crypto/hmac-sha1: Fix memxor dependency.
9557
9558         * modules/crypto/gc: Moved from ../.
9559
9560 2007-04-02  Eric Blake  <ebb9@byu.net>
9561
9562         * lib/ldexpl.c (includes): Avoid libm.
9563
9564         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
9565
9566 2007-04-02  Bruno Haible  <bruno@clisp.org>
9567
9568         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
9569         on IRIX.
9570
9571 2007-04-02  Bruno Haible  <bruno@clisp.org>
9572
9573         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
9574         x86 or x86_64 platforms running MacOS X.
9575         Reported by Ryan Schmidt <@ryandesign.com>.
9576
9577 2007-04-02  Bruno Haible  <bruno@clisp.org>
9578
9579         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
9580         i386.
9581
9582 2007-04-01  Simon Josefsson  <simon@josefsson.org>
9583
9584         * modules/crypto/arcfour: Moved from ../.
9585         * modules/crypto/arcfour-tests: Moved from ../.
9586         * modules/crypto/arctwo: Moved from ../.
9587         * modules/crypto/arctwo-tests: Moved from ../.
9588         * modules/crypto/des: Moved from ../.
9589         * modules/crypto/des-tests: Moved from ../.
9590         * modules/crypto/gc-arcfour: Moved from ../.
9591         * modules/crypto/gc-arcfour-tests: Moved from ../.
9592         * modules/crypto/gc-arctwo: Moved from ../.
9593         * modules/crypto/gc-arctwo-tests: Moved from ../.
9594         * modules/crypto/gc-des: Moved from ../.
9595         * modules/crypto/gc-des-tests: Moved from ../.
9596         * modules/crypto/gc-hmac-md5: Moved from ../.
9597         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
9598         * modules/crypto/gc-hmac-sha1: Moved from ../.
9599         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
9600         * modules/crypto/gc-md2: Moved from ../.
9601         * modules/crypto/gc-md2-tests: Moved from ../.
9602         * modules/crypto/gc-md4: Moved from ../.
9603         * modules/crypto/gc-md4-tests: Moved from ../.
9604         * modules/crypto/gc-md5: Moved from ../.
9605         * modules/crypto/gc-md5-tests: Moved from ../.
9606         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
9607         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
9608         * modules/crypto/gc-random: Moved from ../.
9609         * modules/crypto/gc-rijndael: Moved from ../.
9610         * modules/crypto/gc-rijndael-tests: Moved from ../.
9611         * modules/crypto/gc-sha1: Moved from ../.
9612         * modules/crypto/gc-sha1-tests: Moved from ../.
9613         * modules/crypto/gc-tests: Moved from ../.
9614         * modules/crypto/hmac-md5: Moved from ../.
9615         * modules/crypto/hmac-md5-tests: Moved from ../.
9616         * modules/crypto/hmac-sha1: Moved from ../.
9617         * modules/crypto/hmac-sha1-tests: Moved from ../.
9618         * modules/crypto/md2: Moved from ../.
9619         * modules/crypto/md2-tests: Moved from ../.
9620         * modules/crypto/md4: Moved from ../.
9621         * modules/crypto/md4-tests: Moved from ../.
9622         * modules/crypto/md5: Moved from ../.
9623         * modules/crypto/md5-tests: Moved from ../.
9624         * modules/crypto/memxor: Moved from ../.
9625         * modules/crypto/rijndael: Moved from ../.
9626         * modules/crypto/rijndael-tests: Moved from ../.
9627         * modules/crypto/sha1: Moved from ../.
9628
9629 2007-03-30  James Youngman  <jay@gnu.org>
9630
9631         * tests/test-stat-time.c (prepare_test): use chmod() rather than
9632         rename() to change the ctime of a file (because ctime is unaffected
9633         by rename on jfs2 on AIX 5.1).
9634         (main): Start by doing cleanup, in case a previous run failed leaving
9635         test files behind.
9636
9637 2007-03-31  Bruno Haible  <bruno@clisp.org>
9638
9639         Support old proprietary implementations of iconv.
9640         * modules/iconv_open: New file.
9641         * lib/iconv_.h: New file.
9642         * m4/iconv_h.m4: New file.
9643         * lib/iconv_open.c: New file.
9644         * lib/iconv_open-aix.gperf: New file.
9645         * lib/iconv_open-hpux.gperf: New file.
9646         * lib/iconv_open-irix.gperf: New file.
9647         * lib/iconv_open-osf.gperf: New file.
9648         * m4/iconv_open.m4: New file.
9649         * modules/linebreak (Depends-on): Add iconv_open.
9650         * modules/striconv (Depends-on): Likewise.
9651         * modules/striconveh (Depends-on): Likewise.
9652         * modules/unicodeio (Depends-on): Likewise.
9653         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
9654         (iconv_t)(-1).
9655         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
9656         conversion if cd is (iconv_t)(-1).
9657         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
9658         is not possible.
9659
9660 2007-03-31  Bruno Haible  <bruno@clisp.org>
9661
9662         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
9663         work on Solaris either. Protect also second use of "autodetect_jp".
9664
9665 2007-03-31  Bruno Haible  <bruno@clisp.org>
9666
9667         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
9668         the function is not present.
9669
9670 2007-03-31  Bruno Haible  <bruno@clisp.org>
9671
9672         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
9673         the function is not present.
9674
9675 2007-03-31  Bruno Haible  <bruno@clisp.org>
9676
9677         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
9678         a bug in HP-UX iconv_open().
9679
9680 2007-03-31  Bruno Haible  <bruno@clisp.org>
9681
9682         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
9683         (Mathematics <math.h>): New section, add fpieee.
9684         (Input/output <stdio.h>): Add fseterr.
9685         (Mathematics <math.h>): New section, add printf-frexp.
9686         (Container data structures): Add sublist.
9687         (Core language properties): Add fpucw, inline.
9688         (Functions for greatest-width integer types <inttypes.h>): Add
9689         imaxabs, imaxdiv, inttypes.
9690         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
9691         isnanl-nolibm, ldexp.
9692         (Mathematics <math.h>): New section, add printf-frexpl.
9693         (Support for systems lacking POSIX:2001): Add fprintf-posix,
9694         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
9695         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
9696         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
9697         (Unicode string functions): Add unistr/u*-mbtoucr.
9698         (Java): Add javacomp-script, javaexec-script.
9699         (C#): Add csharpcomp-script, csharpexec-script.
9700         (Support for building libraries and executables): Add havelib,
9701         relocatable-*.
9702         (Support for maintaining and releasing projects): Renamed from
9703         'Support for maintaining and release projects'. Add announce-gen.
9704
9705 2007-03-31  Bruno Haible  <bruno@clisp.org>
9706
9707         * README: Talk primarily about git.
9708         (git and CVS): Renamed from CVS.
9709         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
9710         gnulib is available through git.
9711         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
9712
9713 2007-03-30  Bruno Haible  <bruno@clisp.org>
9714
9715         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
9716         * lib/poll_.h: Likewise.
9717         * lib/stat_.h: Likewise.
9718         * lib/sys_time_.h: Likewise.
9719         * lib/sysexit_.h: Likewise.
9720         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
9721         * lib/stdbool_.h: Likewise.
9722         * lib/byteswap_.h: Add double-inclusion guard.
9723
9724 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
9725
9726         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
9727
9728 2007-03-30  Karl Berry  <karl@gnu.org>
9729
9730         * config/srclist-update: double space after USA in the license
9731         substitution, since that's how it's usually (?) written.
9732
9733 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
9734
9735         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
9736         reported by Bruno Haible.
9737
9738 2007-03-29  Bruno Haible  <bruno@clisp.org>
9739
9740         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
9741         a bug in AIX iconv().
9742
9743 2007-03-29  Bruno Haible  <bruno@clisp.org>
9744
9745         * modules/ldexpl-tests: New file.
9746         * tests/test-ldexpl.c: New file.
9747
9748 2007-03-29  Bruno Haible  <bruno@clisp.org>
9749
9750         * lib/ldexpl.c: Include fpucw.h.
9751         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
9752         multiplication.
9753         * modules/ldexpl (Depends-on): Add fpucw.
9754
9755 2007-03-29  Bruno Haible  <bruno@clisp.org>
9756
9757         * modules/ldexpl: New file.
9758         * m4/ldexpl.m4: New file.
9759         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
9760         set.
9761         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
9762         REPLACE_LDEXPL.
9763         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
9764         REPLACE_LDEXPL.
9765         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
9766         gl_FUNC_LDEXPL_WORKS.
9767         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
9768         * modules/mathl (Files): Remove lib/ldexpl.c.
9769         (Depends-on): Add ldexpl.
9770
9771 2007-03-29  Bruno Haible  <bruno@clisp.org>
9772
9773         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
9774
9775 2007-03-29  Bruno Haible  <bruno@clisp.org>
9776
9777         * tests/test-striconveh.c (main): Don't assume that a direct conversion
9778         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
9779         and possibly also HP-UX.
9780         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
9781         work on AIX, IRIX, HP-UX, OSF/1.
9782         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
9783         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
9784         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
9785         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
9786         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
9787         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
9788
9789 2007-03-29  Bruno Haible  <bruno@clisp.org>
9790
9791         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
9792
9793 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
9794
9795         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
9796         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
9797
9798 2007-03-29  Eric Blake  <ebb9@byu.net>
9799
9800         * lib/acl-internal.h: Remove redundant include.
9801         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
9802         Cygwin when a file is locked.
9803
9804 2007-03-29  Bruno Haible  <bruno@clisp.org>
9805
9806         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
9807         file.
9808         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
9809
9810 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
9811
9812         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
9813         try to remove a parent directory if the child couldn't be removed
9814         (except for the first rmdir, which could fail because the child
9815         doesn't exist).  Problem reported by Jeff Blaine in
9816         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
9817
9818 2007-03-28  Bruno Haible  <bruno@clisp.org>
9819
9820         * lib/striconveh.c (utf8conv_carefully): New function.
9821         (mem_cd_iconveh_internal): Invoke it.
9822
9823 2007-03-28  Bruno Haible  <bruno@clisp.org>
9824
9825         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
9826         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
9827         input.
9828         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
9829         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
9830         unistr/u8-uctomb.
9831
9832 2007-03-28  Bruno Haible  <bruno@clisp.org>
9833
9834         * modules/unistr/u8-mbtoucr: New file.
9835         * lib/unistr/u8-mbtoucr.c: New file.
9836         * modules/unistr/u16-mbtoucr: New file.
9837         * lib/unistr/u16-mbtoucr.c: New file.
9838         * modules/unistr/u16-mbtoucr: New file.
9839         * lib/unistr/u16-mbtoucr.c: New file.
9840         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
9841
9842 2007-03-27  Simon Josefsson  <simon@josefsson.org>
9843             Bruno Haible  <bruno@clisp.org>
9844
9845         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
9846         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
9847         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
9848
9849         * m4/stdio_h.m4: Add stubs for vasprintf too.
9850
9851         * modules/stdio: Support vasprintf in sed command.
9852
9853         * modules/vasprintf: Depend on stdio for prototypes.  Remove
9854         vasprintf.h.  Add stdio module indicator.
9855
9856         * lib/stdio_.h: Declare asprintf and vasprintf, based on
9857         vasprintf.h.
9858
9859         * lib/vasprintf.h: File removed.
9860
9861         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
9862         * lib/vasprintf.c: Ditto.
9863         * lib/xvasprintf.c: Ditto.
9864         * tests/test-vasprintf-posix.c: Ditto.
9865         * tests/test-vasprintf.c: Ditto.
9866
9867 2007-03-27  Bruno Haible  <bruno@clisp.org>
9868
9869         Make vasnprintf multithread-safe.
9870         * lib/vasnprintf.c (decimal_point_char): New function.
9871         (VASNPRINTF): Use it.
9872         Suggested by Simon Josefsson.
9873
9874 2007-03-27  Eric Blake  <ebb9@byu.net>
9875
9876         Support sub-second birthtime on cygwin.
9877         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
9878         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
9879         (get_stat_birthtime): Also work with st_birthtim.
9880
9881 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
9882
9883         * lib/stat-time.h (USE_BIRTHTIME): Remove.
9884         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
9885         (get_stat_birthtime_ns): Do not try to use "spare" fields.
9886         (get_stat_birthtime_ns): Simplify compile-time tests.
9887         (get_stat_birthtime): Change the API to look like
9888         get_stat_mtime etc., except return a negative tv_nsec on error.
9889         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
9890         Don't check for "spare" fields.
9891         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
9892         or for struct stat.st_birthtime, as these tests aren't used.
9893         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
9894
9895 2007-03-27  Bruno Haible  <bruno@clisp.org>
9896
9897         * lib/stat-time.h: Include <sys/stat.h>.
9898
9899 2007-03-27  James Youngman  <jay@gnu.org>
9900
9901         * lib/stat-time.h (get_stat_birthtime): New function for
9902           retrieving st_birthtime as provided by UFS2 (hence *BSD).
9903         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
9904           and its variants.
9905         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
9906         * modules/stat-time-test: New file.
9907         * tests/test-stat-time.c: New test, devised by Bruno Haible.
9908
9909 2007-03-26  Bruno Haible  <bruno@clisp.org>
9910
9911         Better support of signalling NaNs.
9912         * lib/atanl.c: Include isnanl.h.
9913         (atanl): Perform test for NaN at the beginning of the function and
9914         through a call to isnanl.
9915         * lib/cosl.c: Include isnanl.h.
9916         (cosl): Perform test for NaN at the beginning of the function and
9917         through a call to isnanl.
9918         * lib/ldexpl.c: Include isnanl.h.
9919         (ldexpl): Perform test for NaN through a call to isnanl.
9920         * lib/logl.c: Include isnanl.h.
9921         (logl): Perform test for NaN at the beginning of the function and
9922         through a call to isnanl.
9923         * lib/sinl.c: Include isnanl.h.
9924         (sinl): Perform test for NaN at the beginning of the function and
9925         through a call to isnanl.
9926         * lib/sqrtl.c: Include isnanl.h.
9927         (sqrtl): Perform test for NaN at the beginning of the function and
9928         through a call to isnanl.
9929         * lib/tanl.c: Include isnanl.h.
9930         (tanl): Perform test for NaN at the beginning of the function and
9931         through a call to isnanl.
9932         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
9933         * modules/mathl (Depends-on): Add isnanl.
9934
9935 2007-03-26  Eric Blake  <ebb9@byu.net>
9936
9937         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
9938         regression in logic sense of previous patch.
9939
9940 2007-03-26  Bruno Haible  <bruno@clisp.org>
9941
9942         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
9943         unportable shell command "if ! ...".
9944         Reported by Ralf Wildenhues.
9945
9946 2007-03-25  Bruno Haible  <bruno@clisp.org>
9947
9948         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
9949         <sysexits.h> file, and only add EX_CONFIG.
9950         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
9951         absolute file name and whether it is sufficient. Substitute also
9952         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
9953         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
9954         ABSOLUTE_SYSEXITS_H into sysexits.h.
9955
9956 2007-03-25  Bruno Haible  <bruno@clisp.org>
9957
9958         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
9959         hints is NULL.
9960
9961 2007-03-25  Bruno Haible  <bruno@clisp.org>
9962
9963         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
9964         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
9965
9966 2007-03-25  Bruno Haible  <bruno@clisp.org>
9967
9968         * lib/vasnprintf.c: Include langinfo.h.
9969         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
9970         multithread-safe.
9971         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
9972         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
9973         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9974         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9975         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9976         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9977         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9978         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
9979         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9980         Reported by Simon Josefsson.
9981
9982 2007-03-25  Bruno Haible  <bruno@clisp.org>
9983
9984         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
9985         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
9986         * modules/vasnprintf (Depends-on): Add stdint.
9987
9988 2007-03-25  Bruno Haible  <bruno@clisp.org>
9989
9990         * modules/fpieee: New file.
9991         * m4/fpieee.m4: New file.
9992         * modules/isnan-nolibm (Depends-on): Add fpieee.
9993         * modules/isnanl-nolibm (Depends-on): Add fpieee.
9994         * modules/isnanl (Depends-on): Add fpieee.
9995
9996 2007-03-25  Bruno Haible  <bruno@clisp.org>
9997
9998         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
9999
10000 2007-03-25  Bruno Haible  <bruno@clisp.org>
10001
10002         Avoid test failures on IRIX 6.5.
10003         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
10004         (main): Use it.
10005         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
10006         macros.
10007         (main): Use them.
10008
10009 2007-03-25  Bruno Haible  <bruno@clisp.org>
10010
10011         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
10012         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
10013         exists but doesn't work.
10014         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
10015         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
10016         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
10017         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
10018
10019 2007-03-25  Bruno Haible  <bruno@clisp.org>
10020
10021         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
10022         returns inf. Needed on IRIX 6.5.
10023
10024 2007-03-25  Bruno Haible  <bruno@clisp.org>
10025
10026         * tests/test-frexpl.c: Include isnanl-nolibm.h.
10027         (main): Use isnanl instead of x != x idiom.
10028         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
10029
10030         * tests/test-frexp.c: Include isnan.h.
10031         (main): Use isnan instead of x != x idiom.
10032         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
10033
10034 2007-03-25  Bruno Haible  <bruno@clisp.org>
10035
10036         * tests/test-frexp.c (NaN): New function/macro.
10037         (main): Use it instead of 0.0 / 0.0.
10038         * tests/test-isnan.c (NaN): New function/macro.
10039         (main): Use it instead of 0.0 / 0.0.
10040         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
10041         (test_function): Use it instead of 0.0 / 0.0.
10042         * tests/test-vasprintf-posix.c (NaN): New function/macro.
10043         (test_function): Use it instead of 0.0 / 0.0.
10044         * tests/test-snprintf-posix.h (NaN): New function/macro.
10045         (test_function): Use it instead of 0.0 / 0.0.
10046         * tests/test-sprintf-posix.h (NaN): New function/macro.
10047         (test_function): Use it instead of 0.0 / 0.0.
10048         * tests/test-fprintf-posix.h (NaN): New function/macro.
10049         (test_function): Use it instead of 0.0 / 0.0.
10050         * tests/test-printf-posix.h (NaN): New function/macro.
10051         (test_function): Use it instead of 0.0 / 0.0.
10052
10053         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
10054
10055 2007-03-25  Bruno Haible  <bruno@clisp.org>
10056
10057         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
10058
10059 2007-03-25  Bruno Haible  <bruno@clisp.org>
10060
10061         * lib/regexec.c (merge_state_with_log): Make static.
10062
10063 2007-03-25  Bruno Haible  <bruno@clisp.org>
10064
10065         * lib/trigl.c (kernel_rem_pio2): Make static.
10066
10067 2007-03-25  Bruno Haible  <bruno@clisp.org>
10068
10069         * lib/sincosl.c (sincosl_table): Make static.
10070
10071 2007-03-25  Bruno Haible  <bruno@clisp.org>
10072
10073         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
10074         if the compiler does not support C99.
10075
10076 2007-03-25  Bruno Haible  <bruno@clisp.org>
10077
10078         * modules/time (Makefile.am): Ensure all rule action lines start with a
10079         tab.
10080
10081 2007-03-24  Bruno Haible  <bruno@clisp.org>
10082
10083         * modules/tsearch-tests: New file.
10084         * tests/test-tsearch.sh: New file.
10085         * tests/test-tsearch.c: New file, mostly copied from glibc.
10086
10087         * modules/search-tests: New file.
10088         * tests/test-search.c: New file.
10089
10090         * modules/search: New file.
10091         * lib/search_.h: New file, incorporating lib/tsearch.h.
10092         * m4/search_h.m4: New file.
10093         * lib/tsearch.h: Remove file.
10094         * lib/tsearch.c: Include search.h instead of tsearch.h.
10095         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
10096         HAVE_TSEARCH.
10097         * modules/tsearch (Files): Remove lib/tsearch.h.
10098         (Depends-on): Add search.
10099         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
10100         (Include): Change tsearch.h into search.h.
10101
10102 2007-03-24  Bruno Haible  <bruno@clisp.org>
10103
10104         * modules/fpucw: New file.
10105         * lib/fpucw.h: New file.
10106         * lib/frexp.c: Include fpucw.h.
10107         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
10108         (FUNC): Use them.
10109         * lib/printf-frexp.c: Include fpucw.h.
10110         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
10111         (FUNC): Use them.
10112         * lib/vasnprintf.c: Include fpucw.h.
10113         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
10114         'long double' calculations.
10115         * tests/test-frexpl.c: Include fpucw.h.
10116         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
10117         * tests/test-printf-frexpl.c: Include fpucw.h.
10118         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
10119         * modules/frexpl (Depends-on): Add fpucw.
10120         * modules/printf-frexpl (Depends-on): Likewise.
10121         * modules/fprintf-posix (Depends-on): Likewise.
10122         * modules/snprintf-posix (Depends-on): Likewise.
10123         * modules/sprintf-posix (Depends-on): Likewise.
10124         * modules/vasnprintf-posix (Depends-on): Likewise.
10125         * modules/vasprintf-posix (Depends-on): Likewise.
10126         * modules/vfprintf-posix (Depends-on): Likewise.
10127         * modules/vsnprintf-posix (Depends-on): Likewise.
10128         * modules/vsprintf-posix (Depends-on): Likewise.
10129         * modules/frexpl-tests (Depends-on): Likewise.
10130         * modules/printf-frexpl-tests (Depends-on): Likewise.
10131
10132 2007-03-24  Bruno Haible  <bruno@clisp.org>
10133
10134         * lib/float+.h: New file.
10135         * lib/isnan.c: Include float+.h.
10136         (SIZE): New macro.
10137         (FUNC): Compare only SIZE bytes of the value.
10138         * lib/vasnprintf.c: Include float+.h.
10139         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
10140         SIZEOF_LDBL or SIZEOF_DBL bytes.
10141         * modules/isnan-nolibm (Files): Add lib/float+.h.
10142         * modules/isnanl-nolibm (Files): Add lib/float+.h.
10143         * modules/isnanl (Files): Add lib/float+.h.
10144         * modules/vasnprintf (Files): Add lib/float+.h.
10145
10146 2007-03-24  Bruno Haible  <bruno@clisp.org>
10147
10148         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
10149         include isnanl-nolibm.h.
10150
10151 2007-03-24  Bruno Haible  <bruno@clisp.org>
10152
10153         * tests/test-read-file.c (main): Don't produce spurious output for
10154         expected situations. Make the test fail if it encountered unexpected
10155         results.
10156
10157 2007-03-24  Bruno Haible  <bruno@clisp.org>
10158
10159         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
10160         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
10161
10162 2007-03-24  Bruno Haible  <bruno@clisp.org>
10163
10164         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
10165
10166 2007-03-24  Bruno Haible  <bruno@clisp.org>
10167
10168         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
10169         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
10170
10171         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
10172         * modules/utf8-ucs4: Turn into a symbolic link to module
10173         unistr/u8-mbtouc.
10174
10175         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
10176         utf8-ucs4-unsafe.
10177         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
10178         unistr/u8-mbtouc-unsafe.
10179
10180         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
10181         * modules/utf16-ucs4: Turn into a symbolic link to module
10182         unistr/u16-mbtouc.
10183
10184         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
10185         utf16-ucs4-unsafe.
10186         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
10187         unistr/u16-mbtouc-unsafe.
10188
10189         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
10190         * modules/ucs4-utf8: Turn into a symbolic link to module
10191         unistr/u8-ubtomb.
10192
10193         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
10194         * modules/ucs4-utf16: Turn into a symbolic link to module
10195         unistr/u16-ubtomb.
10196
10197 2007-03-24  Bruno Haible  <bruno@clisp.org>
10198
10199         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
10200         Enable the function only if HAVE_INLINE.
10201         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
10202         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
10203         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
10204         Enable the function only if HAVE_INLINE.
10205         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
10206         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
10207         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
10208         Enable the function only if HAVE_INLINE.
10209         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
10210         Enable the function only if HAVE_INLINE.
10211         * modules/utf8-ucs4: Update.
10212         * modules/utf8-ucs4-unsafe: Update.
10213         * modules/utf16-ucs4: Update.
10214         * modules/utf16-ucs4-unsafe: Update.
10215         * modules/ucs4-utf8: Update.
10216         * modules/ucs4-utf16: Update.
10217
10218 2007-03-24  Bruno Haible  <bruno@clisp.org>
10219
10220         * lib/utf8-ucs4.h: Remove file.
10221         * lib/utf8-ucs4-unsafe.h: Remove file.
10222         * lib/utf16-ucs4.h: Remove file.
10223         * lib/utf16-ucs4-unsafe.h: Remove file.
10224         * lib/ucs4-utf8.h: Remove file.
10225         * lib/ucs4-utf16.h: Remove file.
10226         * lib/unistr.h: Include their previous contents.
10227         * m4/utf-ucs4.m4: Remove file.
10228         * m4/ucs4-utf.m4: Remove file.
10229         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
10230         (Depends-on): Add unistr/base.
10231         (configure.ac): Remove gl_UTF_UCS4.
10232         (Makefile.am): Update.
10233         (Include): Change to unistr.h.
10234         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
10235         (Depends-on): Add unistr/base.
10236         (configure.ac): Remove gl_UTF_UCS4.
10237         (Makefile.am): Update.
10238         (Include): Change to unistr.h.
10239         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
10240         (Depends-on): Add unistr/base.
10241         (configure.ac): Remove gl_UTF_UCS4.
10242         (Makefile.am): Update.
10243         (Include): Change to unistr.h.
10244         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
10245         (Depends-on): Add unistr/base.
10246         (configure.ac): Remove gl_UTF_UCS4.
10247         (Makefile.am): Update.
10248         (Include): Change to unistr.h.
10249         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
10250         (Depends-on): Add unistr/base.
10251         (configure.ac): Remove gl_UCS4_UTF.
10252         (Makefile.am): Update.
10253         (Include): Change to unistr.h.
10254         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
10255         (Depends-on): Add unistr/base.
10256         (configure.ac): Remove gl_UCS4_UTF.
10257         (Makefile.am): Update.
10258         (Include): Change to unistr.h.
10259         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
10260         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
10261         utf8-ucs4-unsafe.h.
10262         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
10263         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
10264         utf16-ucs4-unsafe.h.
10265         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
10266         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
10267         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
10268         * lib/unistr/u8-strchr.c: Likewise.
10269         * lib/unistr/u8-strrchr.c: Likewise.
10270         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
10271         * lib/unistr/u16-strchr.c: Likewise.
10272         * lib/unistr/u16-strrchr.c: Likewise.
10273         * lib/striconveh.c: Update.
10274         * lib/linebreak.c: Update.
10275
10276 2007-03-24  Bruno Haible  <bruno@clisp.org>
10277
10278         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
10279         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
10280
10281 2007-03-22  Bruno Haible  <bruno@clisp.org>
10282
10283         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
10284
10285 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
10286
10287         * MODULES.html.sh (File system functions): New module write-any-file.
10288         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
10289         * m4/write-any-file.m4: New files.
10290
10291 2007-03-23  Eric Blake  <ebb9@byu.net>
10292
10293         * gnulib-tool: Rearrange space-tab sequences, since some editors
10294         like to eat them.
10295
10296 2007-03-23  Eric Blake  <ebb9@byu.net>
10297
10298         * lib/version-etc.c (version_etc_va): Update license wording to
10299         be more concise.  Recommended by Richard Stallman.
10300
10301 2007-03-22  Bruno Haible  <bruno@clisp.org>
10302
10303         * lib/poll.c (MSG_PEEK): New fallback definition.
10304
10305 2007-03-22  Bruno Haible  <bruno@clisp.org>
10306
10307         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
10308         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
10309         (main): Update.
10310         Fixes a compilation error on BeOS.
10311
10312 2007-03-22  Bruno Haible  <bruno@clisp.org>
10313
10314         * modules/frexpl-tests: New file.
10315         * tests/test-frexpl.c: New file.
10316
10317         * modules/frexpl: New file.
10318         * m4/frexpl.m4: New file.
10319         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
10320         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
10321         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
10322         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
10323         (Depends-on): Add frexpl. Remove isnanl-nolibm.
10324         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
10325
10326 2007-03-22  Bruno Haible  <bruno@clisp.org>
10327
10328         * lib/frexpl.c: Share code with lib/frexp.c.
10329         * modules/mathl (Files): Add lib/frexp.c.
10330         (Depends-on): Add isnanl-nolibm.
10331
10332 2007-03-22  Bruno Haible  <bruno@clisp.org>
10333
10334         * modules/printf-frexp (Files): Add m4/frexp.m4.
10335         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
10336         only if the found frexp function actually works.
10337
10338 2007-03-22  Bruno Haible  <bruno@clisp.org>
10339
10340         * lib/frexp.c: Remove older implementation that uses divisions.
10341
10342 2007-03-21  Bruno Haible  <bruno@clisp.org>
10343
10344         * modules/frexp-tests: New file.
10345         * tests/test-frexp.c: New file.
10346
10347         * modules/frexp: New file.
10348         * lib/frexp.c: New file.
10349         * m4/frexp.m4: New file.
10350         * lib/math_.h (frexp): New declaration.
10351         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
10352         REPLACE_FREXP.
10353         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
10354
10355 2007-03-21  Bruno Haible  <bruno@clisp.org>
10356
10357         * modules/isnanl-tests: New file.
10358         * tests/test-isnanl.c: New file.
10359
10360         * modules/isnanl: New file.
10361         * lib/isnanl.h: New file.
10362         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
10363         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
10364         gl_FUNC_ISNANL_WORKS.
10365         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
10366         New macros.
10367
10368 2007-03-21  Bruno Haible  <bruno@clisp.org>
10369
10370         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
10371         lib/isnanl.h.
10372         (Include): Update.
10373         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
10374         * lib/vasnprintf.c: Update.
10375         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
10376         tests/test-isnanl.h, remove tests/test-isnanl.c.
10377         (Makefile.am): Update.
10378         * tests/test-isnanl-nolibm.c: New file.
10379         * tests/test-isnanl.h: New file.
10380         * tests/test-isnanl.c: Remove file.
10381
10382 2007-03-21  Jim Meyering  <jim@meyering.net>
10383
10384         When trying to open ".", treat ESTALE like EACCES.
10385         * lib/savewd.c (savewd_save): Resort to forking not just upon
10386         failure with EACCES, but also when errno is ESTALE.
10387
10388 2007-03-20  Bruno Haible  <bruno@clisp.org>
10389
10390         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
10391         Needed on AIX 5.1. Reported by Matthew Woehlke.
10392
10393 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
10394
10395         Suggestions by Bruno Haible:
10396         * lib/acl-internal.h: Include "gettext.h" rather than rolling
10397         our own.
10398         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
10399         * modules/acl (Depends-on): Add gettext.
10400
10401 2007-03-19  Bruno Haible  <bruno@clisp.org>
10402
10403         * modules/iconvme: Remove file.
10404         * lib/iconvme.h: Remove file.
10405         * lib/iconvme.c: Remove file.
10406         * m4/iconvme.m4: Remove file.
10407
10408 2007-03-19  Bruno Haible  <bruno@clisp.org>
10409
10410         * doc/relocatable-maint.texi: Break long shell script line.
10411         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
10412
10413 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
10414
10415         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
10416         handle file_has_acl.
10417         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
10418         * lib/acl.c: Move header inclusions and related macro defns into
10419         lib/acl-internal.h.
10420         (S_ISLNK): Remove defn, since that's now done for us.
10421         (file_has_acl): Move to lib/file-has-acl.c.
10422         Call acl_trivial if available.  This is the crucial part of the fix.
10423         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
10424         shared within the library.  Rewrite a bit, partly to make it compatible
10425         with the GNU coding style.
10426         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
10427         Remove unnecessary double-quotes.
10428         Don't test for acl_to_text; the build will catch that.
10429         Replace acl_entries if it doesn't exist and it is needed.
10430         Check for -lsec and acl_trivial (as used on Solaris 10).
10431         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
10432         lib/file-has-acl.c.
10433         (Depends-on): Add sys_stat, for S_ISLNK.
10434
10435 2007-03-19  Ben Pfaff  <blp@gnu.org>
10436
10437         * doc/gnulib.texi: Fix typos.
10438         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
10439
10440 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
10441
10442         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
10443         If size is zero here, buf must be zero.
10444
10445 2007-03-19  Simon Josefsson  <simon@josefsson.org>
10446
10447         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
10448         <bruno@clisp.org>.
10449
10450 2007-03-18  Bruno Haible  <bruno@clisp.org>
10451
10452         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
10453         Suggested by Eric Blake.
10454
10455 2007-03-18  Ben Pfaff  <blp@gnu.org>
10456
10457         * doc/relocatable.texi: Recommend using as prefix a directory
10458         that does not exist and will never be created.  Based on
10459         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
10460         and others.
10461
10462 2007-03-17  Bruno Haible  <bruno@clisp.org>
10463
10464         * lib/fchownat.c: Include lchown.h.
10465
10466 2007-03-17  Bruno Haible  <bruno@clisp.org>
10467
10468         Fix endless loop when the given allocated size was > INT_MAX.
10469         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
10470         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
10471         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
10472         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
10473         * lib/sprintf.c (sprintf): Likewise.
10474
10475 2007-03-17  Bruno Haible  <bruno@clisp.org>
10476
10477         * tests/test-argp-2.sh (func_compare): Output a context diff.
10478
10479 2007-03-17  Bruno Haible  <bruno@clisp.org>
10480
10481         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
10482         locale's decimal-point character.
10483
10484 2007-03-17  Bruno Haible  <bruno@clisp.org>
10485
10486         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
10487         before comparing it. Needed because on some platforms (e.g. x86) a
10488         'long double' occupies less bytes than sizeof (long double).
10489
10490 2007-03-17  Bruno Haible  <bruno@clisp.org>
10491
10492         * tests/test-crc.c (main): Make printf statements 64-bit clean.
10493         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
10494         * tests/test-getaddrinfo.c (simple): Likewise.
10495         * tests/test-read-file.c (main): Likewise.
10496
10497 2007-03-17  Bruno Haible  <bruno@clisp.org>
10498
10499         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
10500
10501 2007-03-17  Bruno Haible  <bruno@clisp.org>
10502
10503         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
10504         unused variable.
10505
10506 2007-03-17  Bruno Haible  <bruno@clisp.org>
10507
10508         * tests/test-c-strcasecmp.c: Include c-strcase.h.
10509         * tests/test-c-strncasecmp.c: Likewise.
10510
10511 2007-03-17  Bruno Haible  <bruno@clisp.org>
10512
10513         * modules/stdlib (Depends-on): Add unistd.
10514         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
10515         Needed for MacOS X 10.3.
10516
10517 2007-03-17  Bruno Haible  <bruno@clisp.org>
10518
10519         * lib/unistr/u-strdup.h: Include <stdlib.h>.
10520
10521 2007-03-17  Bruno Haible  <bruno@clisp.org>
10522
10523         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
10524
10525 2007-03-17  Bruno Haible  <bruno@clisp.org>
10526
10527         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
10528         to reflect files copied from gnulib (with or without modifications).
10529         Suggested by Jim Meyering.
10530
10531 2007-03-17  Eric Blake  <ebb9@byu.net>
10532
10533         * NEWS: Document stdlib change from 2007-02-18.
10534
10535 2007-03-17  Jim Meyering  <jim@meyering.net>
10536
10537         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
10538         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
10539         someone uses a name containing shell meta-characters.
10540         Reported by Alfred M. Szmidt.
10541
10542         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
10543
10544 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
10545
10546         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
10547         and copy gettext configuration files only if configure.ac contains
10548         a use of AM_GNU_GETTEXT_VERSION.
10549
10550 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
10551
10552         * build-aux/bootstrap (gnulib_name): New variable.
10553         (gnulib_tool_options): Use it.
10554
10555 2007-03-13  Simon Josefsson  <simon@josefsson.org>
10556
10557         * tests/test-des.c: Use new namespace.
10558
10559 2007-03-15  Bruno Haible  <bruno@clisp.org>
10560
10561         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
10562         Reported by James Youngman <jay@gnu.org>.
10563
10564 2007-03-15  Bruno Haible  <bruno@clisp.org>
10565
10566         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
10567         declared prototype. Needed with cc on OSF/1 5.1.
10568
10569 2007-03-15  Bruno Haible  <bruno@clisp.org>
10570
10571         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
10572         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
10573         (struct gl_list_implementation): Add dispose_fn argument to the
10574         'create_empty', 'create' methods.
10575         (struct gl_list_impl_base): Add field 'dispose_fn'.
10576         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
10577         argument.
10578         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
10579         dispose_fn argument.
10580         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
10581         dispose_fn on the dropped values.
10582         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
10583         dispose_fn argument.
10584         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
10585         dropped values.
10586         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
10587         (gl_tree_remove_node): Call dispose_fn on the dropped value.
10588         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
10589         (gl_tree_remove_node): Call dispose_fn on the dropped value.
10590         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
10591         argument.
10592         (gl_tree_list_free): Call dispose_fn on the dropped values.
10593         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
10594         the dropped values.
10595         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
10596         Add dispose_fn argument.
10597         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
10598         Call dispose_fn on the dropped values.
10599         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
10600         Add dispose_fn argument.
10601         (gl_sublist_create): Initialize the 'dispose_fn' field.
10602         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
10603         * tests/test-array_list.c (main): Update.
10604         * tests/test-carray_list.c (main): Update.
10605         * tests/test-avltree_list.c (main): Update.
10606         * tests/test-rbtree_list.c (main): Update.
10607         * tests/test-avltreehash_list.c (main): Update.
10608         * tests/test-rbtreehash_list.c (main): Update.
10609         * tests/test-linked_list.c (main): Update.
10610         * tests/test-linkedhash_list.c (main): Update.
10611         * tests/test-array_oset.c (main): Update.
10612
10613 2007-03-15  Bruno Haible  <bruno@clisp.org>
10614
10615         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
10616         (gl_oset_create_empty): Add dispose_fn argument.
10617         (struct gl_oset_implementation): Add dispose_fn argument to
10618         'create_empty' method.
10619         (struct gl_oset_impl_base): Add dispose_fn field.
10620         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
10621         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
10622         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
10623         values.
10624         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
10625         (gl_tree_oset_free): Call dispose_fn on the dropped values.
10626         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
10627         dropped value.
10628         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
10629         dropped value.
10630         * tests/test-array_oset.c (main): Update.
10631         * tests/test-avltree_oset.c (main): Update.
10632         * tests/test-rbtree_oset.c (main): Update.
10633         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
10634
10635 2007-03-13  Bruno Haible  <bruno@clisp.org>
10636
10637         * tests/test-stdbool.c (i): Update after last patch.
10638
10639 2007-03-12  Bruno Haible  <bruno@clisp.org>
10640
10641         * lib/quotearg.c: Include <wctype.h> early, before the definition of
10642         the iswprint macro. Needed on Solaris 2.5.1.
10643
10644 2007-03-12  Bruno Haible  <bruno@clisp.org>
10645
10646         * tests/test-printf-frexp.c (main): Declare x as volatile.
10647
10648 2007-03-12  Simon Josefsson  <simon@josefsson.org>
10649
10650         * doc/gnulib.texi (Build robot for gnulib): New section.
10651
10652 2007-03-12  Jim Meyering  <jim@meyering.net>
10653
10654         * build-aux/bootstrap: New file.
10655         * build-aux/bootstrap.conf: New file, from coreutils.
10656
10657 2007-03-11  Bruno Haible  <bruno@clisp.org>
10658
10659         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
10660
10661 2007-03-12  Simon Josefsson  <simon@josefsson.org>
10662
10663         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
10664         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
10665         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
10666
10667 2007-03-11  Bruno Haible  <bruno@clisp.org>
10668
10669         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
10670         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
10671
10672 2007-03-11  Bruno Haible  <bruno@clisp.org>
10673
10674         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
10675         formula. Needed for SunPRO C 5.0.
10676
10677 2007-03-11  Bruno Haible  <bruno@clisp.org>
10678
10679         * modules/long-options (Depends-on): Add getopt.
10680
10681 2007-03-11  Bruno Haible  <bruno@clisp.org>
10682
10683         * modules/modechange (Depends-on): Add stdbool.
10684
10685 2007-03-11  Bruno Haible  <bruno@clisp.org>
10686
10687         * modules/i-ring (Depends-on): Add stdbool.
10688
10689 2007-03-11  Bruno Haible  <bruno@clisp.org>
10690
10691         * modules/gc-des (Depends-on): Add stdbool.
10692
10693 2007-03-11  Bruno Haible  <bruno@clisp.org>
10694
10695         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
10696
10697 2007-03-11  Bruno Haible  <bruno@clisp.org>
10698
10699         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
10700
10701 2007-03-11  Bruno Haible  <bruno@clisp.org>
10702
10703         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
10704
10705 2007-03-11  Bruno Haible  <bruno@clisp.org>
10706
10707         * lib/vasnprintf.c (sprintf): Undefine.
10708
10709 2007-03-11  Bruno Haible  <bruno@clisp.org>
10710
10711         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
10712         initializers in SunPRO C and Compaq C compilers.
10713
10714 2007-03-11  Bruno Haible  <bruno@clisp.org>
10715
10716         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
10717         decrementing code ANSI C compliant.
10718
10719 2007-03-11  Bruno Haible  <bruno@clisp.org>
10720
10721         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
10722         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
10723
10724 2007-03-11  Bruno Haible  <bruno@clisp.org>
10725
10726         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
10727         <stdbool.h> substitute doesn't pass.
10728
10729 2007-03-11  Bruno Haible  <bruno@clisp.org>
10730
10731         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
10732
10733 2007-03-11  Bruno Haible  <bruno@clisp.org>
10734
10735         * gnulib-tool (func_create_megatestdir): Create also an autobuild
10736         script, for submission to autobuild.josefsson.org.
10737
10738 2007-03-10  Bruno Haible  <bruno@clisp.org>
10739
10740         * modules/canonicalize-lgpl-tests: New file.
10741         * tests/test-canonicalize-lgpl.sh: New file.
10742         * tests/test-canonicalize-lgpl.c: New file.
10743
10744         * modules/c-strcase-tests: New file.
10745         * tests/test-c-strcase.sh: New file.
10746         * tests/test-c-strcasecmp.c: New file.
10747         * tests/test-c-strncasecmp.c: New file.
10748
10749         * modules/atexit-tests: New file.
10750         * tests/test-atexit.sh: New file.
10751         * tests/test-atexit.c: New file.
10752
10753 2007-03-10  Bruno Haible  <bruno@clisp.org>
10754
10755         * tests/test-binary-io.sh: Use temporary filenames that are not so
10756         likely to clash with those of other tests (in a parallel make).
10757         * tests/test-binary-io.c: Likewise.
10758
10759 2007-03-10  Bruno Haible  <bruno@clisp.org>
10760
10761         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
10762         fallback; use #error instead.
10763         Suggested by Simon Josefsson.
10764
10765 2007-03-10  Bruno Haible  <bruno@clisp.org>
10766
10767         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
10768         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
10769         first and the last.
10770
10771 2007-03-10  Bruno Haible  <bruno@clisp.org>
10772
10773         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
10774
10775 2007-03-10  Bruno Haible  <bruno@clisp.org>
10776
10777         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
10778         "make distcheck".
10779         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
10780         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
10781         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
10782
10783 2007-03-10  Bruno Haible  <bruno@clisp.org>
10784
10785         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
10786         variable.
10787         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
10788         variable.
10789
10790 2007-03-09  Eric Blake  <ebb9@byu.net>
10791         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
10792
10793         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
10794         types are not being provided by gnulib.
10795         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
10796         types are supported.
10797
10798 2007-03-10  Bruno Haible  <bruno@clisp.org>
10799
10800         * lib/stdio_.h (__attribute__): New macro.
10801         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
10802         vsprintf): Specify __attribute__ __format__ for GCC.
10803         Suggested by Eric Blake.
10804
10805 2007-03-09  Bruno Haible  <bruno@clisp.org>
10806
10807         * modules/printf-posix-tests: New file.
10808         * tests/test-printf-posix.sh: New file.
10809         * tests/test-printf-posix.c: New file.
10810
10811         * modules/printf-posix: New file.
10812         * lib/printf.c: New file.
10813         * m4/printf-posix-rpl.m4: New file.
10814         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
10815         REPLACE_PRINTF.
10816         * lib/stdio_.h (printf): New declaration.
10817         (format, __format__, ____printf____, ____scanf____, ____strftime____,
10818         ____strfmon____): New macros.
10819         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
10820         REPLACE_PRINTF.
10821
10822 2007-03-09  Bruno Haible  <bruno@clisp.org>
10823
10824         * tests/test-vasnprintf-posix2.sh: New file.
10825         * tests/test-vasnprintf-posix2.c: New file.
10826         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
10827         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
10828         (Makefile.am): Activate test-vasnprintf-posix2.sh.
10829
10830         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
10831         a locale dependent decimal point, rather than always '.'.
10832
10833 2007-03-09  Eric Blake  <ebb9@byu.net>
10834
10835         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
10836         spite of platforms like Tandem/NSK that define it to -1.
10837
10838 2007-03-08  Bruno Haible  <bruno@clisp.org>
10839
10840         * modules/vprintf-posix-tests: New file.
10841         * tests/test-vprintf-posix.sh: New file.
10842         * tests/test-vprintf-posix.c: New file.
10843         * tests/test-printf-posix.h: New file.
10844
10845         * modules/vprintf-posix: New file.
10846         * lib/vprintf.c: New file.
10847         * m4/vprintf-posix.m4: New file.
10848         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
10849         REPLACE_VPRINTF.
10850         * lib/stdio_.h (vprintf): New declaration.
10851         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
10852         REPLACE_VPRINTF.
10853
10854 2007-03-08  Bruno Haible  <bruno@clisp.org>
10855
10856         * modules/fprintf-posix-tests: New file.
10857         * tests/test-fprintf-posix.sh: New file.
10858         * tests/test-fprintf-posix.c: New file.
10859
10860         * modules/fprintf-posix: New file.
10861         * lib/fprintf.c: New file.
10862         * m4/fprintf-posix.m4: New file.
10863         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
10864         REPLACE_FPRINTF.
10865         * lib/stdio_.h (fprintf): New declaration.
10866         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
10867         REPLACE_FPRINTF.
10868
10869 2007-03-08  Bruno Haible  <bruno@clisp.org>
10870
10871         * modules/vfprintf-posix-tests: New file.
10872         * tests/test-vfprintf-posix.sh: New file.
10873         * tests/test-vfprintf-posix.c: New file.
10874         * tests/test-fprintf-posix.h: New file.
10875         * tests/test-fprintf-posix.out: New file.
10876
10877         * modules/vfprintf-posix: New file.
10878         * lib/vfprintf.c: New file.
10879         * m4/vfprintf-posix.m4: New file.
10880         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
10881         REPLACE_VFPRINTF.
10882         * lib/stdio_.h (vfprintf): New declaration.
10883         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
10884         REPLACE_VFPRINTF.
10885
10886 2007-03-08  Bruno Haible  <bruno@clisp.org>
10887
10888         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
10889
10890 2007-03-08  Bruno Haible  <bruno@clisp.org>
10891
10892         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
10893         instead of 'expr' invocations.
10894         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10895         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10896         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10897         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10898         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10899         Suggested by Paul Eggert.
10900
10901 2007-03-08  Bruno Haible  <bruno@clisp.org>
10902
10903         * modules/fseterr-tests: New file.
10904         * tests/test-fseterr.c: New file.
10905
10906         * modules/fseterr: New file.
10907         * lib/fseterr.h: New file.
10908         * lib/fseterr.c: New file.
10909
10910 2007-03-08  Bruno Haible  <bruno@clisp.org>
10911
10912         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
10913         * lib/getopt_.h: Likewise.
10914         * lib/mbswidth.h: Likewise.
10915         * lib/setenv.h: Likewise.
10916         * lib/vasnprintf.h: Likewise.
10917         * lib/vasprintf.h: Likewise.
10918         * lib/verror.h: Likewise.
10919         * lib/xsetenv.h: Likewise.
10920         * lib/xvasprintf.h: Likewise.
10921
10922 2007-03-08  Jim Meyering  <jim@meyering.net>
10923
10924         * users.txt: Add parted.
10925
10926         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
10927
10928 2007-03-07  Bruno Haible  <bruno@clisp.org>
10929
10930         * m4/printf.m4: Make the shell script snippets copy&pastable.
10931
10932 2007-03-02  Bruno Haible  <bruno@clisp.org>
10933
10934         * lib/netinet_in_.h: New file.
10935         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
10936         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
10937         * modules/netinet_in (Files): Add lib/netinet_in_.h.
10938         (Depends-on): Add absolute-header.
10939         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
10940         into netinet/in.h.
10941
10942 2007-03-03  Bruno Haible  <bruno@clisp.org>
10943
10944         * lib/sys_select_.h: New file.
10945         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
10946         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
10947         * modules/sys_select (Files): Add lib/sys_select_.h.
10948         (Depends-on): Add absolute-header.
10949         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
10950         into sys/select.h.
10951
10952 2007-03-02  Bruno Haible  <bruno@clisp.org>
10953
10954         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
10955         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
10956         values.
10957         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
10958         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
10959         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
10960         * modules/sys_socket (Depends-on): Add absolute-header.
10961         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
10962         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
10963         (Include): Remove requirement of inclusion of <sys/types.h>.
10964
10965 2007-03-02  Bruno Haible  <bruno@clisp.org>
10966
10967         * lib/byteswap_.h (bswap_32): Fix formula.
10968
10969 2007-03-06  Bruno Haible  <bruno@clisp.org>
10970
10971         * modules/sprintf-posix-tests: New file.
10972         * tests/test-sprintf-posix.c: New file.
10973
10974         * modules/sprintf-posix: New file.
10975         * lib/sprintf.c: New file.
10976         * m4/sprintf-posix.m4: New file.
10977         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
10978         REPLACE_SPRINTF.
10979         * lib/stdio_.h (sprintf): New declaration.
10980         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
10981         REPLACE_SPRINTF.
10982
10983 2007-03-06  Bruno Haible  <bruno@clisp.org>
10984
10985         * modules/vsprintf-posix-tests: New file.
10986         * tests/test-vsprintf-posix.c: New file.
10987         * tests/test-sprintf-posix.h: New file.
10988
10989         * modules/vsprintf-posix: New file.
10990         * lib/vsprintf.c: New file.
10991         * m4/vsprintf-posix.m4: New file.
10992         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
10993         REPLACE_VSPRINTF.
10994         * lib/stdio_.h (vsprintf): New declaration.
10995         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
10996         REPLACE_VSPRINTF.
10997
10998 2007-03-06  Bruno Haible  <bruno@clisp.org>
10999
11000         * modules/vsnprintf (Depend-on): Remove minmax.
11001
11002 2007-03-06  Bruno Haible  <bruno@clisp.org>
11003
11004         * modules/snprintf-posix-tests: New file.
11005         * tests/test-snprintf-posix.c: New file.
11006
11007         * modules/snprintf-posix: New file.
11008         * m4/snprintf-posix.m4: New file.
11009         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
11010         gl_FUNC_SNPRINTF.
11011         (gl_FUNC_SNPRINTF): Invoke it.
11012         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
11013         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
11014         is set.
11015         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
11016
11017 2007-03-06  Bruno Haible  <bruno@clisp.org>
11018
11019         * modules/vsnprintf-posix-tests: New file.
11020         * tests/test-vsnprintf-posix.c: New file.
11021         * tests/test-snprintf-posix.h: New file.
11022
11023         * modules/vsnprintf-posix: New file.
11024         * m4/vsnprintf-posix.m4: New file.
11025         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
11026         gl_FUNC_VSNPRINTF.
11027         (gl_FUNC_VSNPRINTF): Invoke it.
11028         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
11029         * lib/stdio_.h (vsnprintf): Define as a replacement if
11030         REPLACE_VSNPRINTF is set.
11031         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
11032
11033 2007-03-06  Bruno Haible  <bruno@clisp.org>
11034
11035         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
11036         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
11037
11038 2007-03-06  Bruno Haible  <bruno@clisp.org>
11039
11040         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
11041         (asinl): Declare also if HAVE_DECL_ASINL is set.
11042         (atanl): Declare also if HAVE_DECL_ATANL is set.
11043         (ceill): Declare also if HAVE_DECL_CEILL is set.
11044         (cosl): Declare also if HAVE_DECL_COSL is set.
11045         (expl): Declare also if HAVE_DECL_EXPL is set.
11046         (floorl): Declare also if HAVE_DECL_FLOORL is set.
11047         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
11048         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
11049         (logl): Declare also if HAVE_DECL_LOGL is set.
11050         (sinl): Declare also if HAVE_DECL_SINL is set.
11051         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
11052         (tanl): Declare also if HAVE_DECL_TANL is set.
11053         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
11054         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
11055         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
11056         declaration of frexpl, ldexpl.
11057         * modules/printf-frexpl (Depends-on): Add math.
11058         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
11059
11060 2007-03-05  Bruno Haible  <bruno@clisp.org>
11061
11062         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
11063         frexpl and ldexpl are declared.
11064         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
11065
11066 2007-03-05  Bruno Haible  <bruno@clisp.org>
11067
11068         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
11069         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
11070
11071 2007-03-05  Bruno Haible  <bruno@clisp.org>
11072
11073         * lib/stdio_.h: Include <stddef.h>.
11074
11075 2007-03-05  Bruno Haible  <bruno@clisp.org>
11076
11077         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
11078
11079 2007-03-05  Bruno Haible  <bruno@clisp.org>
11080
11081         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
11082         NetBSD 4, from Ralf Wildenhues.
11083
11084 2007-03-04  Bruno Haible  <bruno@clisp.org>
11085
11086         * lib/vasprintf.h: Update #if logic for the case when the functions
11087         exist but are overridden.
11088
11089 2007-03-04  Bruno Haible  <bruno@clisp.org>
11090
11091         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
11092         implementations: glibc-2.4 and MacOS X 10.3.
11093         * tests/test-vasnprintf-posix.c (test_function): Test also the case
11094         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
11095         * tests/test-vasprintf-posix.c (test_function): Likewise.
11096
11097 2007-03-04  Bruno Haible  <bruno@clisp.org>
11098
11099         * modules/vasprintf-posix-tests: New file.
11100         * tests/test-vasprintf-posix.c: New file.
11101
11102         * modules/vasprintf-posix: New file.
11103         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
11104         defined.
11105         * m4/vasprintf-posix.m4: New file.
11106         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
11107         gl_FUNC_VASPRINTF.
11108         (gl_FUNC_VASPRINTF): Invoke it.
11109         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
11110         here.
11111         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
11112
11113 2007-03-04  Bruno Haible  <bruno@clisp.org>
11114
11115         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
11116         REPLACE_GETTIMEOFDAY.
11117         * modules/sys_time (Makefile.am): Likewise.
11118         * m4/sys_time_h.m4: Likewise.
11119         * m4/gettimeofday.m4: Likewise.
11120
11121 2007-03-04  Bruno Haible  <bruno@clisp.org>
11122
11123         * modules/vasnprintf-posix-tests: New file.
11124         * tests/test-vasnprintf-posix.c: New file.
11125
11126         * modules/vasnprintf-posix: New file.
11127         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
11128         printf-frexpl.h.
11129         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
11130         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
11131         REPLACE_VASNPRINTF is defined.
11132         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
11133         gl_FUNC_VASNPRINTF.
11134         (gl_FUNC_VASNPRINTF): Invoke it.
11135         * m4/vasnprintf-posix.m4: New file.
11136         * m4/printf.m4: New file.
11137
11138 2007-03-04  Bruno Haible  <bruno@clisp.org>
11139
11140         Compile progreloc.c only if --enable-relocatable is specified.
11141         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
11142         if --enable-relocatable was specified.
11143         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
11144         lib_SOURCES.
11145
11146 2007-03-04  Jim Meyering  <jim@meyering.net>
11147
11148         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
11149         Use it consistently, rather than enumerating errno constants.
11150
11151 2007-03-04  Bruno Haible  <bruno@clisp.org>
11152
11153         * modules/xvasprintf-tests: New file.
11154         * tests/test-xvasprintf.c: New file.
11155
11156         * modules/vasprintf-tests: New file.
11157         * tests/test-vasprintf.c: New file.
11158
11159         * modules/vasnprintf-tests: New file.
11160         * tests/test-vasnprintf.c: New file.
11161
11162         * modules/vsnprintf-tests: New file.
11163         * tests/test-vsnprintf.c: New file.
11164
11165         * modules/snprintf-tests: New file.
11166         * tests/test-snprintf.c: New file.
11167
11168 2007-03-04  Bruno Haible  <bruno@clisp.org>
11169
11170         Compile relocatable.c only if --enable-relocatable is specified.
11171         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
11172         gl_RELOCATABLE_LIBRARY.
11173         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
11174         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
11175         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
11176         gl_RELOCATABLE_LIBRARY.
11177         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
11178         (Makefile.am): Remove lib_SOURCES.
11179         * modules/relocatable-lib-lgpl (configure.ac): Invoke
11180         gl_RELOCATABLE_LIBRARY.
11181         (Makefile.am): Remove lib_SOURCES.
11182         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
11183         always.
11184         * modules/relocatable-prog-wrapper (configure.ac): Invoke
11185         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
11186
11187 2007-03-04  Bruno Haible  <bruno@clisp.org>
11188
11189         * modules/argmatch-tests: New file.
11190         * tests/test-argmatch.c: New file.
11191
11192         * tests/test-allocsa.c (main): Halve the number of loop runs.
11193
11194         * modules/alloca-opt-tests: New file.
11195         * tests/test-alloca-opt.c: New file.
11196
11197 2007-03-04  Jim Meyering  <jim@meyering.net>
11198
11199         Work around difference between Linux ACLs and Solaris 10 ZFS.
11200         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
11201         for EINVAL.
11202
11203 2007-03-03  Bruno Haible  <bruno@clisp.org>
11204
11205         * modules/relocatable-prog (Depends-on): Add back progreloc's
11206         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
11207
11208 2007-03-03  Bruno Haible  <bruno@clisp.org>
11209
11210         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
11211         * modules/relocatable-lib: New file.
11212
11213 2007-03-03  Bruno Haible  <bruno@clisp.org>
11214
11215         * modules/relocatable-prog: Renamed from modules/relocatable.
11216         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
11217
11218 2007-03-03  Bruno Haible  <bruno@clisp.org>
11219
11220         * modules/relocatable-script (Files): Add doc/relocatable.texi,
11221         m4/relocatable-lib.m4.
11222         (Depends-on): Remove 'relocatable'.
11223         (configure.ac): Add gl_RELOCATABLE_NOP.
11224
11225 2007-03-03  Bruno Haible  <bruno@clisp.org>
11226
11227         * modules/relocatable-prog-wrapper: New file.
11228         * modules/relocatable (Depends-on): Add it. Remove all other
11229         dependencies except progname.
11230         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
11231
11232         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
11233         (gl_FUNC_STRERROR): Nop.
11234         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
11235
11236         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
11237         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
11238
11239         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
11240         (gl_FUNC_READLINK): Update.
11241
11242         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
11243
11244 2007-03-03  Bruno Haible  <bruno@clisp.org>
11245
11246         * lib/xreadlink.c: Include <unistd.h> unconditionally.
11247         * modules/xreadlink (Depends-on): Add unistd.
11248         * modules/xreadlink-with-size (Depends-on): Likewise.
11249
11250 2007-03-03  Bruno Haible  <bruno@clisp.org>
11251
11252         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
11253         extracted from gt_FUNC_SETENV.
11254         (gt_FUNC_SETENV): Remove macro.
11255         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
11256         remove gt_FUNC_SETENV.
11257
11258 2007-03-03  Bruno Haible  <bruno@clisp.org>
11259
11260         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
11261         ENABLE_RELOCATABLE here.
11262         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
11263
11264 2007-03-03  Bruno Haible  <bruno@clisp.org>
11265
11266         * modules/rbtreehash-list-tests (Depends-on): Add progname.
11267         * tests/test-rbtreehash_list.c: Include progname.h.
11268         (main): Call set_program_name.
11269
11270         * modules/rbtree-oset-tests (Depends-on): Add progname.
11271         * tests/test-rbtree_oset.c: Include progname.h.
11272         (main): Call set_program_name.
11273
11274         * modules/rbtree-list-tests (Depends-on): Add progname.
11275         * tests/test-rbtree_list.c: Include progname.h.
11276         (main): Call set_program_name.
11277
11278         * modules/linked-list-tests (Depends-on): Add progname.
11279         * tests/test-linked_list.c: Include progname.h.
11280         (main): Call set_program_name.
11281
11282 2007-03-03  Bruno Haible  <bruno@clisp.org>
11283
11284         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
11285         All uses of __restrict changed to _Restrict_.
11286         * lib/glob_.h (__restrict): Remove macro.
11287
11288 2007-03-02  Bruno Haible  <bruno@clisp.org>
11289
11290         * modules/gettext (configure.ac): Require gettext infrastructure
11291         from version 0.16.1.
11292
11293 2007-03-02  Bruno Haible  <bruno@clisp.org>
11294
11295         * modules/linkedhash-list-tests (Depends-on): Add progname.
11296         * tests/test-linkedhash_list.c: Include progname.h.
11297         (main): Call set_program_name.
11298
11299         * modules/carray-list-tests (Depends-on): Add progname.
11300         * tests/test-carray_list.c: Include progname.h.
11301         (main): Call set_program_name.
11302
11303         * modules/avltreehash-list-tests (Depends-on): Add progname.
11304         * tests/test-avltreehash_list.c: Include progname.h.
11305         (main): Call set_program_name.
11306
11307         * modules/avltree-oset-tests (Depends-on): Add progname.
11308         * tests/test-avltree_oset.c: Include progname.h.
11309         (main): Call set_program_name.
11310
11311         * modules/avltree-list-tests (Depends-on): Add progname.
11312         * tests/test-avltree_list.c: Include progname.h.
11313         (main): Call set_program_name.
11314
11315         * modules/array-oset-tests (Depends-on): Add progname.
11316         * tests/test-array_oset.c: Include progname.h.
11317         (main): Call set_program_name.
11318
11319         * modules/array-list-tests (Depends-on): Add progname.
11320         * tests/test-array_list.c: Include progname.h.
11321         (main): Call set_program_name.
11322
11323         * modules/argp-tests (Depends-on): Add progname.
11324         * tests/test-argp.c: Include argp.h first. Include progname.h.
11325         (main): Call set_program_name.
11326
11327 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
11328
11329         * doc/gnulib-tool.texi (Initial import): Reword description of
11330         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
11331         limited effect even if defined after the first system include.
11332
11333 2007-03-01  Bruno Haible  <bruno@clisp.org>
11334
11335         * build-aux/config.libpath: Update to libtool-1.5.22.
11336         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11337
11338 2007-03-01  Bruno Haible  <bruno@clisp.org>
11339
11340         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
11341         foo_CFLAGS.
11342         Reported by Ralf Wildenhues.
11343
11344 2007-03-01  Bruno Haible  <bruno@clisp.org>
11345
11346         * build-aux/install-reloc: Remove object files left over by some
11347         compilers.
11348         Reported by Ralf Wildenhues.
11349
11350 2007-03-01  Bruno Haible  <bruno@clisp.org>
11351
11352         * build-aux/install-reloc: Break long lines.
11353
11354 2007-03-01  Bruno Haible  <bruno@clisp.org>
11355
11356         * doc/relocatable.texi: Document that it may not work on OpenBSD.
11357         Reported by Ralf Wildenhues.
11358
11359 2007-03-01  Bruno Haible  <bruno@clisp.org>
11360
11361         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
11362         include ordering constraints.
11363
11364 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11365
11366         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
11367         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
11368         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
11369         as another example.
11370         * lib/time_.h: Fix misspelling.
11371         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11372         Require gl_HEADER_TIME_H_DEFAULTS.
11373         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
11374         * m4/time_r.m4 (gl_TIME_R): Likewise.
11375         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
11376
11377 2007-03-01  Bruno Haible  <bruno@clisp.org>
11378
11379         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
11380         * m4/utimens.m4 (gl_UTIMENS): Likewise.
11381
11382 2007-03-01  Jim Meyering  <jim@meyering.net>
11383
11384         * modules/xreadlink (Maintainer): Add my name.
11385         * modules/xreadlink-with-size (Depends-on): Alphabetize.
11386
11387 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
11388             Bruno Haible  <bruno@clisp.org>
11389
11390         * build-aux/install-reloc: Compile also c-ctype.c.
11391         * build-aux/relocatable.sh.in: New file.
11392         * doc/relocatable.texi: New file.
11393         * doc/relocatable-maint.texi: New file.
11394         * doc/gnulib.texi: Include relocatable-maint.texi.
11395         * lib/progreloc.c: Include unistd.h unconditionally.
11396         * lib/relocwrapper.c: Include unistd.h unconditionally.
11397         Include c-ctype.h.
11398         (add_dotbin): Use c_tolower.
11399         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
11400         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
11401         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
11402         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
11403         to m4/relocatable-lib.m4.
11404         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
11405         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
11406         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
11407         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
11408         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
11409         * modules/relocatable: New file.
11410         * modules/relocatable-lib: New file.
11411         * modules/relocatable-script: New file.
11412
11413 2007-02-28  Bruno Haible  <bruno@clisp.org>
11414
11415         Import --enable-relocatable infrastructure.
11416         * build-aux/config.libpath: New file, from GNU gettext.
11417         * build-aux/install-reloc: New file, from GNU gettext.
11418         * build-aux/reloc-ldflags: New file, from GNU gettext.
11419         * lib/relocatable.h: New file, from GNU gettext.
11420         * lib/relocatable.c: New file, from GNU gettext.
11421         * lib/relocwrapper.c: New file, from GNU gettext.
11422         * m4/relocatable.m4: New file, from GNU gettext.
11423
11424 2007-02-28  Bruno Haible  <bruno@clisp.org>
11425
11426         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
11427
11428         * modules/xreadlink: New file, from GNU gettext with modifications.
11429         * lib/xreadlink.c: New file, from GNU gettext.
11430         * lib/xreadlink.h: Add comments.
11431         (xreadlink): New declaration.
11432
11433         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
11434         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
11435         lib/xreadlink-with-size.c.
11436         (configure.ac): Remove gl_XREADLINK invocation.
11437         (Makefile.am): Augment lib_SOURCES.
11438         * m4/xreadlink.m4: Remove file.
11439         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
11440         (xreadlink_with_size): Renamed from xreadink.
11441         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
11442         * modules/canonicalize (Depends-on): Replace xreadlink with
11443         xreadlink-with-size.
11444         * lib/canonicalize.c (canonicalize_filename_mode): Update.
11445
11446 2007-02-25  Jim Meyering  <jim@meyering.net>
11447
11448         * build-aux/announce-gen: When complaining about excess arguments,
11449         list them.
11450
11451 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11452
11453         * README: Document signed integer overflow situation more
11454         accurately.
11455
11456 2007-02-25  Bruno Haible  <bruno@clisp.org>
11457
11458         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
11459         'a' or 'A' conversion.
11460
11461 2007-02-25  Bruno Haible  <bruno@clisp.org>
11462
11463         * modules/filename: Renamed from modules/pathname.
11464         (Files): Replace lib/pathname.h with lib/filename.h. Replace
11465         lib/concatpath.c with lib/concat-filename.c.
11466         (Makefile.am): Update.
11467         (Include): Replace pathname.h with filename.h.
11468         * lib/filename.h: Renamed from lib/pathname.h.
11469         (concatenated_filename): Renamed from concatenated_pathname.
11470         * lib/concat-filename.c: Renamed from lib/concatpath.c.
11471         (concatenated_filename): Renamed from concatenated_pathname.
11472         * lib/findprog.c: Include filename.h instead of pathname.h.
11473         (find_in_path): Update.
11474         * lib/javacomp.c: Include filename.h instead of pathname.h.
11475         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
11476         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
11477         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
11478         is_oldgcj_14_13_usable, is_javac_usable): Update.
11479         * lib/javaexec.c: Include filename.h instead of pathname.h.
11480         (execute_java_class): Update.
11481         * modules/findprog: Update.
11482         * modules/javacomp: Update.
11483         * modules/javaexec: Update.
11484         * MODULES.html.sh (File system functions): Add 'filename', remove
11485         'pathname'.
11486
11487 2007-02-25  Bruno Haible  <bruno@clisp.org>
11488
11489         * modules/printf-frexpl-tests: New file.
11490         * tests/test-printf-frexpl.c: New file.
11491
11492         * modules/printf-frexpl: New file.
11493         * lib/printf-frexpl.h: New file.
11494         * lib/printf-frexpl.c: New file.
11495         * m4/printf-frexpl.m4: New file.
11496
11497 2007-02-25  Bruno Haible  <bruno@clisp.org>
11498
11499         * modules/printf-frexp-tests: New file.
11500         * tests/test-printf-frexp.c: New file.
11501
11502         * modules/printf-frexp: New file.
11503         * lib/printf-frexp.h: New file.
11504         * lib/printf-frexp.c: New file.
11505         * m4/printf-frexp.m4: New file.
11506
11507 2007-02-25  Bruno Haible  <bruno@clisp.org>
11508
11509         Assume automake >= 1.10 for the tests.
11510         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
11511         * modules/arctwo-tests: Likewise.
11512         * modules/argp-tests: Likewise.
11513         * modules/avltree-list-tests: Likewise.
11514         * modules/avltree-oset-tests: Likewise.
11515         * modules/avltreehash-list-tests: Likewise.
11516         * modules/carray-list-tests: Likewise.
11517         * modules/crc-tests: Likewise.
11518         * modules/des-tests: Likewise.
11519         * modules/gc-arcfour-tests: Likewise.
11520         * modules/gc-arctwo-tests: Likewise.
11521         * modules/gc-des-tests: Likewise.
11522         * modules/gc-hmac-md5-tests: Likewise.
11523         * modules/gc-hmac-sha1-tests: Likewise.
11524         * modules/gc-md2-tests: Likewise.
11525         * modules/gc-md4-tests: Likewise.
11526         * modules/gc-md5-tests: Likewise.
11527         * modules/gc-pbkdf2-sha1-tests: Likewise.
11528         * modules/gc-rijndael-tests: Likewise.
11529         * modules/gc-sha1-tests: Likewise.
11530         * modules/gc-tests: Likewise.
11531         * modules/getaddrinfo-tests: Likewise.
11532         * modules/hmac-md5-tests: Likewise.
11533         * modules/hmac-sha1-tests: Likewise.
11534         * modules/linked-list-tests: Likewise.
11535         * modules/linkedhash-list-tests: Likewise.
11536         * modules/lock-tests: Likewise.
11537         * modules/md2-tests: Likewise.
11538         * modules/md4-tests: Likewise.
11539         * modules/md5-tests: Likewise.
11540         * modules/rbtree-list-tests: Likewise.
11541         * modules/rbtree-oset-tests: Likewise.
11542         * modules/rbtreehash-list-tests: Likewise.
11543         * modules/read-file-tests: Likewise.
11544         * modules/rijndael-tests: Likewise.
11545         * modules/stdint-tests: Likewise.
11546         * modules/tls-tests: Likewise.
11547
11548 2007-02-24  Bruno Haible  <bruno@clisp.org>
11549
11550         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
11551         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
11552         function; instead check whether isnan with a double argument links.
11553         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
11554         function; instead check whether isnan with a 'long double' argument
11555         links.
11556         Reported by Eric Blake <ebb9@byu.net>.
11557
11558 2007-02-24  Bruno Haible  <bruno@clisp.org>
11559
11560         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
11561         defined.
11562         * lib/isnanl.c: Remove all code. Just include isnan.c.
11563         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
11564
11565 2007-02-25  Jim Meyering  <jim@meyering.net>
11566
11567         Avoid conflicting types for 'unsetenv' on FreeBSD.
11568         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
11569         conflicting with FreeBSD's (5.0 and 6.1) function declaration
11570         in stdlib.h.
11571
11572 2007-02-24  Bruno Haible  <bruno@clisp.org>
11573
11574         * modules/isnanl-nolibm-tests: New file.
11575         * tests/test-isnanl.c: New file.
11576
11577         * modules/isnanl-nolibm: New file.
11578         * lib/isnanl.h: New file.
11579         * lib/isnanl.c: New file.
11580         * m4/isnanl.m4: New file.
11581
11582 2007-02-24  Bruno Haible  <bruno@clisp.org>
11583
11584         * modules/isnan-nolibm-tests: New file.
11585         * tests/test-isnan.c: New file.
11586
11587         * modules/isnan-nolibm: New file.
11588         * lib/isnan.h: New file.
11589         * lib/isnan.c: New file.
11590         * m4/isnan.m4: New file.
11591
11592 2007-02-24  Bruno Haible  <bruno@clisp.org>
11593
11594         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
11595         assume that an exponent fits in 20 bits.
11596
11597 2007-02-24  Jim Meyering  <jim@meyering.net>
11598
11599         * m4/regex.m4: Update the description of the configure-time option,
11600         --without-included-regex, to state accurately what the defaults are,
11601         and perhaps to give people an idea why using this option is risky.
11602
11603 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11604
11605         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
11606         loops on small arguments.  This attempts to avoid the problem
11607         Bruno Haible reported for AIX 4.3.2 in
11608         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
11609
11610 2007-02-23  Bruno Haible  <bruno@clisp.org>
11611
11612         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
11613         Needed for help2man.
11614
11615 2007-02-23  Karl Berry  <karl@gnu.org>
11616
11617         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
11618         exists, foo.h should be cvs-ignored, not committed.
11619
11620 2007-02-23  Eric Blake  <ebb9@byu.net>
11621
11622         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
11623         * lib/stat-time.h (includes): Likewise.
11624         * lib/utimecmp.c (includes): Likewise.
11625         * lib/utimens.h (includes): Likewise.
11626         * lib/getdate.y (includes): Also include "timespec.h" for use
11627         internal to the module.
11628         * modules/utimens (Depends-on): Revert yesterday's patch.
11629         * modules/nanosleep (Depends-on): Add missing dependency.
11630
11631 2007-02-22  Bruno Haible  <bruno@clisp.org>
11632
11633         * lib/glob.c: Don't include getlogin_r.h.
11634
11635 2007-02-22  Jim Meyering  <jim@meyering.net>
11636
11637         * modules/utimens (Depends-on): Add timespec, required for
11638         utimens.h's inclusion of timespec.h.
11639
11640 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
11641
11642         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
11643         long unreadable paths in GNU/Linux.  Problem reported by Andreas
11644         Schwab in
11645         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
11646         I'll try to think of a better way to fix the Solaris problem.
11647
11648         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
11649         like glibc; on Solaris 10, it fails with errno == EINVAL.
11650         POSIX says the behavior is unspecified if the first argument is NULL,
11651         so play it safe and never pass NULL to the system getcwd.
11652
11653 2007-02-21  Jim Meyering  <jim@meyering.net>
11654
11655         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
11656         of gettimeofday.  It would conflict with the one now always
11657         provided via sys_time_.h.  Reported by Matthew Woehlke, as
11658         an IRIX 6.5 build failure.
11659
11660 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11661
11662         Minor fixups to port to Solaris 10 with Sun C 5.8.
11663         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
11664         * modules/getcwd (Depends-on): Add dirfd.
11665         * lib/putenv.c (putenv): #undef it.
11666         (rpl_putenv): New decl.
11667         (malloc, free): Include <stdlib.h> rather than prototyping separately.
11668
11669 2007-02-20  Bruno Haible  <bruno@clisp.org>
11670
11671         * modules/stdio-tests: New file.
11672         * tests/test-stdio.c: New file.
11673
11674         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
11675         (Depends-on): Add stdio.
11676         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
11677         (Include): Use <stdio.h> instead of vsnprintf.h.
11678         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
11679         HAVE_DECL_VSNPRINTF.
11680         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
11681
11682         * modules/snprintf (Files): Remove lib/snprintf.h.
11683         (Depends-on): Add stdio.
11684         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
11685         (Include): Use <stdio.h> instead of snprintf.h.
11686         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
11687         HAVE_DECL_SNPRINTF.
11688         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
11689         * lib/getaddrinfo.c: Likewise.
11690
11691         * modules/stdio: New file.
11692         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
11693         * lib/snprintf.h: Remove file.
11694         * lib/vsnprintf.h: Remove file.
11695         * lib/.cppi-disable: Remove snprintf.h.
11696         * m4/stdio_h.m4: New file.
11697         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
11698
11699 2007-02-20  Jim Meyering  <jim@meyering.net>
11700
11701         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
11702         used by e.g., mingw.  From Bruno Haible.
11703
11704 2007-02-19  Bruno Haible  <bruno@clisp.org>
11705
11706         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
11707         warnings.
11708         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11709
11710 2007-02-19  Bruno Haible  <bruno@clisp.org>
11711
11712         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
11713         from mingw users.
11714
11715 2007-02-19  Bruno Haible  <bruno@clisp.org>
11716
11717         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
11718         warnings.
11719         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
11720
11721 2007-02-19  Jim Meyering  <jim@meyering.net>
11722
11723         Don't use FD after a successful "fdopendir (fd)".
11724         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
11725         Reset it by calling dirfd on the just-obtained DIR*.
11726
11727         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
11728         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
11729
11730 2007-02-18  Bruno Haible  <bruno@clisp.org>
11731
11732         * lib/readlink.c: Include <unistd.h>.
11733         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
11734         HAVE_READLINK.
11735         * modules/readlink (Depends-on): Add unistd.
11736         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11737         (Include): Add <unistd.h>.
11738
11739         * lib/getlogin_r.h: Remove file.
11740         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
11741         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
11742         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
11743         HAVE_DECL_GETLOGIN_R.
11744         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
11745         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11746         (Include): Use <unistd.h> instead of getlogin_r.h.
11747
11748         * lib/getcwd.h: Remove file.
11749         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
11750         * lib/xgetcwd.c: Likewise.
11751         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
11752         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
11753         * modules/getcwd (Files): Remove lib/getcwd.h.
11754         (Depends-on): Add unistd.
11755         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11756         (Include): Use <unistd.h> instad of getcwd.h.
11757
11758         * lib/ftruncate.c: Include <unistd.h> first.
11759         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
11760         Set HAVE_FTRUNCATE.
11761         * modules/ftruncate (Depends-on): Add unistd.
11762         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11763
11764         * lib/fchdir.c: Include <unistd.h> first.
11765         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
11766         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
11767         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
11768         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11769         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
11770
11771         * lib/dup2.c: Include <unistd.h> first.
11772         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
11773         HAVE_DUP2.
11774         * modules/dup2 (Depends-on): Add unistd.
11775         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11776
11777         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
11778         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
11779         REPLACE_CHOWN. Don't define chown as a macro here.
11780         * modules/chown (Depends-on): Add unistd.
11781         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11782
11783         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
11784         Add definition for GL_LINK_WARNING.
11785         (chown, dup2): New declarations.
11786         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
11787         link warning.
11788         (ftruncate): New declaration.
11789         (getcwd): New declaration, taken from old getcwd.h.
11790         (getlogin_r): New declaration, taken from old getlogin_r.h.
11791         (readlink): New declaration.
11792         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
11793         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
11794         (gl_PREREQ_UNISTD): Remove macro.
11795         (gl_UNISTD_MODULE_INDICATOR): New macro.
11796         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
11797         many new variables. Don't set UNISTD_H.
11798         * modules/unistd (Description): Change.
11799         (Depends-on): Add link-warning.
11800         (configure.ac): Update.
11801         (Makefile.am): Create unistd.h always. Substitute many new variables
11802         into it.
11803
11804 2007-02-18  Bruno Haible  <bruno@clisp.org>
11805
11806         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
11807         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
11808         HAVE_GETSUBOPT.
11809         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
11810         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
11811         * lib/getsubopt.h: Remove file.
11812         * modules/getsubopt (Files): Remove lib/getsubopt.h.
11813         (Depends-on): Add stdlib.
11814         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11815         (Includes): Use <stdlib.h> instead of getsubopt.h.
11816         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
11817         Set HAVE_GETSUBOPT.
11818         * lib/getsubopt.c: Don't include getsubopt.h.
11819
11820 2007-02-18  Bruno Haible  <bruno@clisp.org>
11821
11822         * modules/fchdir (Depends-on): Add dup2.
11823
11824 2007-02-18  Bruno Haible  <bruno@clisp.org>
11825
11826         * lib/stdlib_.h: Handle glibc's special invocation convention
11827         specially.
11828
11829 2007-02-18  Bruno Haible  <bruno@clisp.org>
11830
11831         * modules/stdlib-tests: New file.
11832         * tests/test-stdlib.c: New file.
11833
11834         * modules/mkstemp (Files): Remove lib/mkstemp.h.
11835         (Depends-on): Add stdlib.
11836         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11837         (Includes): Use <stdlib.h> instead of mkstemp.h.
11838         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
11839         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
11840         * lib/mkstemp.c: Don't include mkstemp.h.
11841         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
11842         * lib/stdlib--.h: Don't include mkstemp.h.
11843
11844         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
11845         (Depends-on): Add stdlib.
11846         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11847         (Includes): Use <stdlib.h> instead of mkdtemp.h.
11848         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
11849         HAVE_MKDTEMP.
11850         * lib/mkdtemp.c: Don't include mkdtemp.h.
11851         * lib/clean-temp.c: Don't include mkdtemp.h.
11852
11853         * modules/exit (Files): Remove lib/exit.h.
11854         (Depends-on): Add stdlib.
11855         (Makefile.am): Remove lib_SOURCES.
11856         (Include): Use <stdlib.h> instead of exit.h.
11857         * lib/argmatch.c: Don't include exit.h.
11858         * lib/execute.c: Likewise.
11859         * lib/pagealign_alloc.c: Likewise.
11860         * lib/pipe.c: Likewise.
11861         * lib/wait-process.c: Likewise.
11862         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
11863         * lib/exitfail.c: Likewise.
11864         * lib/savewd.c: Likewise.
11865         * lib/xsetenv.c: Likewise.
11866
11867         * modules/stdlib: New file.
11868         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
11869         and extra comments about mkstemp().
11870         * lib/exit.h: Remove file.
11871         * lib/mkdtemp.h: Remove file.
11872         * lib/mkstemp.h: Remove file.
11873         * m4/stdlib_h.m4: New file.
11874         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
11875
11876 2007-02-18  Bruno Haible  <bruno@clisp.org>
11877
11878         * modules/math-tests: New file.
11879         * tests/test-math.c: New file.
11880
11881         * modules/math: New file.
11882         * modules/mathl (Files): Remove lib/mathl.h.
11883         (Depends-on): Add math.
11884         (Makefile.am): Don't mention mathl.h.
11885         (Include): Use <math.h> instead of mathl.h.
11886         * lib/math_.h: New file.
11887         * lib/mathl.h: Remove file.
11888         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
11889         mathl.h.
11890         * lib/asinl.c: Likewise.
11891         * lib/atanl.c: Likewise.
11892         * lib/ceill.c: Likewise.
11893         * lib/cosl.c: Likewise.
11894         * lib/expl.c: Likewise.
11895         * lib/floorl.c: Likewise.
11896         * lib/frexpl.c: Likewise.
11897         * lib/ldexpl.c: Likewise.
11898         * lib/logl.c: Likewise.
11899         * lib/sincosl.c: Likewise.
11900         * lib/sinl.c: Likewise.
11901         * lib/sqrtl.c: Likewise.
11902         * lib/tanl.c: Likewise.
11903         * lib/trigl.c: Likewise.
11904         * m4/math_h.m4: New file.
11905         * MODULES.html.sh (Mathematics): Add math.
11906
11907 2007-02-17  Bruno Haible  <bruno@clisp.org>
11908
11909         * modules/wctype-tests: New file.
11910         * tests/test-wctype.c: New file.
11911
11912         * modules/wchar-tests: New file.
11913         * tests/test-wchar.c: New file.
11914
11915         * modules/unistd-tests: New file.
11916         * tests/test-unistd.c: New file.
11917
11918         * modules/time-tests: New file.
11919         * tests/test-time.c: New file.
11920
11921         * modules/sysexits-tests: New file.
11922         * tests/test-sysexits.c: New file.
11923
11924         * modules/sys_time-tests: New file.
11925         * tests/test-sys_time.c: New file.
11926
11927         * modules/sys_stat-tests: New file.
11928         * tests/test-sys_stat.c: New file.
11929
11930         * modules/sys_socket-tests: New file.
11931         * tests/test-sys_socket.c: New file.
11932
11933         * modules/sys_select-tests: New file.
11934         * tests/test-sys_select.c: New file.
11935
11936         * modules/string-tests: New file.
11937         * tests/test-string.c: New file.
11938
11939         * modules/stdbool-tests: New file.
11940         * tests/test-stdbool.c: New file.
11941
11942         * modules/netinet_in-tests: New file.
11943         * tests/test-netinet_in.c: New file.
11944
11945         * modules/inttypes-tests: New file.
11946         * tests/test-inttypes.c: New file.
11947
11948         * modules/fcntl-tests: New file.
11949         * tests/test-fcntl.c: New file.
11950
11951         * modules/byteswap-tests: New file.
11952         * tests/test-byteswap.c: New file.
11953
11954         * modules/arpa_inet-tests: New file.
11955         * tests/test-arpa_inet.c: New file.
11956
11957 2007-02-17  Bruno Haible  <bruno@clisp.org>
11958
11959         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
11960         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
11961         if the corresponding module is not enabled. Emit link warnings if
11962         the function is used nevertheless.
11963         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
11964         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
11965         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
11966         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
11967         * modules/inttypes (Depends-on): Add link-warning.
11968         (Makefile.am): Copy the contents of build-aux/link-warning.h into
11969         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
11970         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
11971         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
11972         * modules/imaxdiv (configure.ac): Likewise.
11973         * modules/strtoimax (configure.ac): Likewise.
11974         * modules/strtoumax (configure.ac): Likewise.
11975
11976 2007-02-17  Bruno Haible  <bruno@clisp.org>
11977
11978         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
11979         gl_STRING_MODULE_INDICATOR_DEFAULTS.
11980         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
11981         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
11982
11983 2007-02-17  Bruno Haible  <bruno@clisp.org>
11984
11985         * modules/link-warning: New file.
11986         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
11987         * lib/string_.h (GL_LINK_WARNING): Remove definition.
11988         * modules/string (Depends-on): Add link-warning.
11989         (Makefile.am): Copy the contents of build-aux/link-warning.h into
11990         string.h.
11991         * MODULES.html.sh (Support for building libraries and executables): Add
11992         link-warning.
11993
11994 2007-02-17  Bruno Haible  <bruno@clisp.org>
11995
11996         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
11997         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
11998         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
11999         long lines.
12000
12001 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
12002             Bruno Haible  <bruno@clisp.org>
12003
12004         * modules/tmpfile: New file.
12005         * lib/tmpfile.c: New file.
12006         * m4/tmpfile.m4: New file.
12007         * MODULES.html.sh (func_all_modules): New section "Input/output".
12008
12009 2007-02-15  Bruno Haible  <bruno@clisp.org>
12010
12011         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
12012         (supports_delete_on_close): New function.
12013         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
12014
12015 2007-02-14  Bruno Haible  <bruno@clisp.org>
12016
12017         * modules/mbspcasecmp-tests: New file.
12018         * tests/test-mbspcasecmp.sh: New file.
12019         * tests/test-mbspcasecmp.c: New file.
12020
12021         New module mbspcasecmp.
12022         * modules/mbspcasecmp: New file.
12023         * lib/mbspcasecmp.c: New file.
12024         * lib/string_.h (strncasecmp): Change warning message.
12025         (mbspcasecmp): New declaration.
12026         * m4/mbspcasecmp.m4: New file.
12027         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12028         GNULIB_MBSPCASECMP.
12029         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
12030         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
12031
12032 2007-02-14  Bruno Haible  <bruno@clisp.org>
12033
12034         * modules/mbsncasecmp-tests: New file.
12035         * tests/test-mbsncasecmp.sh: New file.
12036         * tests/test-mbsncasecmp.c: New file.
12037
12038         New module mbsncasecmp.
12039         * modules/mbsncasecmp: New file.
12040         * lib/mbsncasecmp.c: New file.
12041         * lib/string_.h (mbsncasecmp): New declaration.
12042         * m4/mbsncasecmp.m4: New file.
12043         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12044         GNULIB_MBSNCASECMP.
12045         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
12046         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
12047
12048 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12049
12050         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
12051         Verify that it doesn't overlap with our flags.
12052         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
12053         do not have the desired effect in multibyte locales; instead, use
12054         mbscasecmp.
12055         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
12056         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
12057         we don't require GNU fnmatch ourselves (if our users require it, they
12058         should do so explicitly).
12059
12060         Fix regex code so it doesn't rely on strcasecmp.
12061         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
12062         Otherwise, include gnulib's langinfo.h.
12063         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
12064         undesirable behavior in non-C locales.  Instead, rely on localecharset.
12065         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
12066         * modules/regex (FILES): Remove m4/codeset.m4.
12067         (Depends-on): Add localcharset.  Remove strcase.
12068
12069 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12070
12071         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
12072         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
12073
12074 2007-02-13  Bruno Haible  <bruno@clisp.org>
12075
12076         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
12077         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12078
12079 2007-02-12  Bruno Haible  <bruno@clisp.org>
12080
12081         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
12082         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
12083         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
12084         time warning rather than a link error.
12085
12086 2007-02-12  Bruno Haible  <bruno@clisp.org>
12087
12088         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
12089         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12090         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12091
12092 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12093
12094         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
12095         args, not 2.
12096
12097 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
12098
12099         New module 'time', so that apps can include <time.h> as per
12100         POSIX and GNU instead of separate include files like time_r.h
12101         and timegm.h.  This implementation tries out a simpler approach
12102         for replacing decls in standard include files (as compared to
12103         the string module), somewhat as an experiment.
12104
12105         * config/srclist.txt: Comment out mktime.c for now.
12106         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
12107         since it doesn't apply any more.  Use generic wording instead.
12108         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
12109         'time'.
12110         * lib/time_.h, m4/time_h.m4, modules/time: New files.
12111         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
12112         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
12113         Don't include <sys/types.h>; no longer needed since we assume C89.
12114         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
12115         * lib/strftime.c: Likewise.
12116         * lib/time_r.c: Likewise.
12117         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
12118         * lib/nanosleep.c: Include <time.h> first, to check interface.
12119         * lib/strptime.c: Likewise.
12120         * lib/time_r.c: Likewise.
12121         * lib/timegm.c: Likewise.
12122         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
12123         needed.
12124         * lib/timegm.c: Don't include timegm.h; no longer needed.
12125         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
12126         time.h now handles any problems in that area.
12127         (struct timespec, nanosleep): Remove; time.h now arranges for these.
12128         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
12129         that time.h defines struct timespec.
12130         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
12131         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
12132         handles that.
12133         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
12134         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
12135         needed.  Set REPLACE_LOCALTIME.
12136         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
12137         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
12138         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
12139         nanosleep; time_h.m4 now does that.  Don't require
12140         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
12141         module handles this now.
12142         * modules/getdate (Depends-on): Remove timespec.  Add time.
12143         * modules/nanosleep (Depends-on): Likewise.
12144         * modules/stat-time (Depends-on): Likewise.
12145         * modules/nanosleep (Include): Include time.h, not timespec.h.
12146         * modules/strptime (Files): Remove lib/strptime.h.
12147         (Depends-on): Add extensions, time.
12148         (Include): Include time.h, not strptime.h.
12149         * modules/time_r (Files): Remove lib/time_r.h.
12150         (Depends-on): Add time.
12151         (Include): Include time.h, not time_r.h.
12152         * modules/timegm: Likewise.
12153         * modules/timespec (Description): Now does timespec-related decls
12154         of our own, instead of struct timespec itself.
12155         (Depends-on): Add time; remove extensions.
12156         (Maintainer): Add self.
12157         * modules/utimecmp (Depends-on): Add time; remove timespec.
12158         * modules/utimens (Depends-on): Likewise.
12159         * modules/xnanosleep (Depends-on): Likewise.
12160
12161 2007-02-11  Bruno Haible  <bruno@clisp.org>
12162
12163         * lib/c-strstr.c: Include allocsa.h.
12164         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12165         * lib/c-strcasestr.c: Include allocsa.h.
12166         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12167         * lib/strcasestr.c: Include allocsa.h.
12168         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
12169         * lib/mbsstr.c: Include allocsa.h.
12170         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
12171         allocsa/freesa instead of malloc/free.
12172         * lib/mbscasestr.c: Include allocsa.h.
12173         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
12174         allocsa/freesa instead of malloc/free.
12175         * modules/c-strstr (Depends-on): Add allocsa.
12176         * modules/c-strcasestr (Depends-on): Likewise.
12177         * modules/strcasestr (Depends-on): Likewise.
12178         * modules/mbsstr (Depends-on): Likewise.
12179         * modules/mbscasestr (Depends-on): Likewise.
12180
12181 2007-02-11  Bruno Haible  <bruno@clisp.org>
12182
12183         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
12184
12185         * modules/mbsspn-tests: New file.
12186         * tests/test-mbsspn.sh: New file.
12187         * tests/test-mbsspn.c: New file.
12188
12189 2007-02-11  Bruno Haible  <bruno@clisp.org>
12190
12191         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
12192
12193         * modules/mbspbrk-tests: New file.
12194         * tests/test-mbspbrk.sh: New file.
12195         * tests/test-mbspbrk.c: New file.
12196
12197 2007-02-11  Bruno Haible  <bruno@clisp.org>
12198
12199         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
12200         unneeded cast.
12201
12202         * modules/mbscspn-tests: New file.
12203         * tests/test-mbscspn.sh: New file.
12204         * tests/test-mbscspn.c: New file.
12205
12206 2007-02-11  Bruno Haible  <bruno@clisp.org>
12207
12208         * modules/mbscasecmp-tests: New file.
12209         * tests/test-mbscasecmp.sh: New file.
12210         * tests/test-mbscasecmp.c: New file.
12211
12212 2007-02-11  Bruno Haible  <bruno@clisp.org>
12213
12214         Ensure O(n) worst-case complexity of mbscasestr.
12215         * lib/mbscasestr.c: Include stdbool.h.
12216         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
12217         functions.
12218         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
12219         the bookkeeping indicates that it's worth it.
12220         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
12221
12222         * modules/mbscasestr-tests: New file.
12223         * tests/test-mbscasestr1.c: New file.
12224         * tests/test-mbscasestr2.sh: New file.
12225         * tests/test-mbscasestr2.c: New file.
12226         * tests/test-mbscasestr3.sh: New file.
12227         * tests/test-mbscasestr3.c: New file.
12228         * tests/test-mbscasestr4.sh: New file.
12229         * tests/test-mbscasestr4.c: New file.
12230         * m4/locale-tr.m4: New file.
12231
12232 2007-02-11  Bruno Haible  <bruno@clisp.org>
12233
12234         Ensure O(n) worst-case complexity of mbsstr.
12235         * lib/mbsstr.c: Include stdbool.h.
12236         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
12237         functions.
12238         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
12239         bookkeeping indicates that it's worth it.
12240         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
12241
12242         * modules/mbsstr-tests: New file.
12243         * tests/test-mbsstr1.c: New file.
12244         * tests/test-mbsstr2.sh: New file.
12245         * tests/test-mbsstr2.c: New file.
12246         * tests/test-mbsstr3.sh: New file.
12247         * tests/test-mbsstr3.c: New file.
12248         * m4/locale-fr.m4: New file.
12249
12250 2007-02-11  Bruno Haible  <bruno@clisp.org>
12251
12252         * lib/mbsrchr.c (mbsrchr): Fix bug.
12253
12254         * modules/mbsrchr-tests: New file.
12255         * tests/test-mbsrchr.sh: New file.
12256         * tests/test-mbsrchr.c: New file.
12257
12258 2007-02-11  Bruno Haible  <bruno@clisp.org>
12259
12260         * lib/mbschr.c (mbschr): Fix bug.
12261
12262         * modules/mbschr-tests: New file.
12263         * tests/test-mbschr.sh: New file.
12264         * tests/test-mbschr.c: New file.
12265         * m4/locale-zh.m4: New file.
12266
12267 2007-02-11  Bruno Haible  <bruno@clisp.org>
12268
12269         Support for copying multibyte string iterators.
12270         * lib/mbiter.h: Include <string.h>.
12271         (mbiter_multi_copy): New function.
12272         (mbi_copy): New macro.
12273         * lib/mbuiter.h: Include <string.h>.
12274         (mbuiter_multi_copy): New function.
12275         (mbui_copy): New macro.
12276
12277 2007-02-11  Bruno Haible  <bruno@clisp.org>
12278
12279         New module mbslen.
12280         * modules/mbslen: New file.
12281         * lib/mbslen.c: New file.
12282         * lib/string_.h (mbslen): New declaration.
12283         * m4/mbslen.m4: New file.
12284         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12285         GNULIB_MBSLEN.
12286         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
12287         * MODULES.html.sh (Internationalization functions): Add mbslen.
12288
12289 2007-02-11  Bruno Haible  <bruno@clisp.org>
12290
12291         Ensure O(n) worst-case complexity of strcasestr substitute.
12292         * lib/strcasestr.c: Include stdbool.h.
12293         (knuth_morris_pratt): New function.
12294         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
12295         bookkeeping indicates that it's worth it.
12296         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
12297
12298         * modules/strcasestr-tests: New file.
12299         * tests/test-strcasestr.c: New file.
12300
12301 2007-02-11  Bruno Haible  <bruno@clisp.org>
12302
12303         Ensure O(n) worst-case complexity of c_strcasestr.
12304         * lib/c-strcasestr.c: Include stdbool.h, string.h.
12305         (knuth_morris_pratt): New function.
12306         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
12307         the bookkeeping indicates that it's worth it.
12308         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
12309
12310         * modules/c-strcasestr-tests: New file.
12311         * tests/test-c-strcasestr.c: New file.
12312
12313 2007-02-11  Bruno Haible  <bruno@clisp.org>
12314
12315         Ensure O(n) worst-case complexity of c_strstr.
12316         * lib/c-strstr.c: Include stdbool.h, string.h.
12317         (knuth_morris_pratt): New function.
12318         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
12319         bookkeeping indicates that it's worth it.
12320         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
12321
12322         * lib/c-strstr.c: Complete rewrite for maintainability.
12323
12324         * modules/c-strstr-tests: New file.
12325         * tests/test-c-strstr.c: New file.
12326
12327 2007-02-11  Bruno Haible  <bruno@clisp.org>
12328
12329         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
12330         5.2.1 and earlier, whereby \055 was treated just like the range
12331         delimiter '-'.
12332         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
12333
12334 2007-02-08  Bruno Haible  <bruno@clisp.org>
12335
12336         * modules/regex (Depends-on): Add stdbool.
12337         Reported by Dalibor Topic <robilad@kaffe.org>.
12338
12339 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12340
12341         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
12342         Prefer returning from main to exiting from it.
12343         Remove unnecessary parens after sizeof.
12344
12345 2007-02-05  Bruno Haible  <bruno@clisp.org>
12346
12347         New module mbssep.
12348         * modules/mbssep: New file.
12349         * lib/mbssep.c: New file.
12350         * lib/string_.h (strsep): Add a conditional link warning.
12351         (mbssep): New declaration.
12352         * m4/mbssep.m4: New file.
12353         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12354         GNULIB_MBSSEP.
12355         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
12356         * MODULES.html.sh (Internationalization functions): Add mbssep.
12357
12358 2007-02-05  Bruno Haible  <bruno@clisp.org>
12359
12360         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
12361         Optimize search in case of 1 delimiter.
12362
12363 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
12364
12365         * lib/acl.h: Include sys/types.h before sys/acl.h.
12366
12367 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
12368
12369         Merge upstream fix for glibc bugzilla #3957:
12370
12371         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12372
12373         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12374         bit for RE_HAT_LISTS_NOT_NEWLINE.
12375         (build_charclass_op): Remove bogus comment.
12376
12377 2007-02-05  Simon Josefsson  <simon@josefsson.org>
12378
12379         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
12380
12381 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
12382
12383         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
12384         * lib/memmem.c [!defined _LIBC]: Include config.h.
12385
12386 2007-02-04  Bruno Haible  <bruno@clisp.org>
12387
12388         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
12389         warning message.
12390
12391 2007-02-04  Bruno Haible  <bruno@clisp.org>
12392
12393         New module mbstok_r.
12394         * modules/mbstok_r: New file.
12395         * lib/mbstok_r.c: New file.
12396         * lib/string_.h (strtok_r): Change argument names to match the
12397         comments. Add a conditional link warning.
12398         (mbstok_r): New declaration.
12399         * m4/mbstok_r.m4: New file.
12400         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12401         GNULIB_MBSTOK_R.
12402         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
12403         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
12404
12405 2007-02-04  Bruno Haible  <bruno@clisp.org>
12406
12407         New module mbsspn.
12408         * modules/mbsspn: New file.
12409         * lib/mbsspn.c: New file.
12410         * lib/string_.h (strspn): Add a conditional link warning.
12411         (mbsspn): New declaration.
12412         * m4/mbsspn.m4: New file.
12413         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12414         GNULIB_MBSSPN.
12415         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
12416         * MODULES.html.sh (Internationalization functions): Add mbsspn.
12417
12418 2007-02-04  Bruno Haible  <bruno@clisp.org>
12419
12420         New module mbspbrk.
12421         * modules/mbspbrk: New file.
12422         * lib/mbspbrk.c: New file.
12423         * lib/string_.h (strpbrk): Add a conditional link warning.
12424         (mbspbrk): New declaration.
12425         * m4/mbspbrk.m4: New file.
12426         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12427         GNULIB_MBSPBRK.
12428         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
12429         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
12430
12431 2007-02-04  Bruno Haible  <bruno@clisp.org>
12432
12433         New module mbscspn.
12434         * modules/mbscspn: New file.
12435         * lib/mbscspn.c: New file.
12436         * lib/string_.h (strcspn): Add a conditional link warning.
12437         (mbscspn): New declaration.
12438         * m4/mbscspn.m4: New file.
12439         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12440         GNULIB_MBSCSPN.
12441         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
12442         * MODULES.html.sh (Internationalization functions): Add mbscspn.
12443
12444 2007-02-04  Bruno Haible  <bruno@clisp.org>
12445
12446         New module mbscasestr, reduced goal of strcasestr.
12447         * modules/mbscasestr: New file.
12448         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
12449         (mbscasestr): Renamed from strcasestr.
12450         * lib/strcasestr.c: Don't include mbuiter.h.
12451         (strcasestr): Remove support for multibyte locales.
12452         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
12453         Change the conditional link warning.
12454         (mbscasestr): New declaration.
12455         * m4/mbscasestr.m4: New file.
12456         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
12457         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
12458         REPLACE_STRCASESTR.
12459         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
12460         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12461         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
12462         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
12463         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
12464         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
12465         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
12466         (Depends-on): Remove mbuiter.
12467         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
12468
12469 2007-02-04  Bruno Haible  <bruno@clisp.org>
12470
12471         Simplify handling of strncasecmp.
12472         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
12473         the conditional link warning.
12474         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12475         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
12476         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
12477         * modules/strcase (configure.ac): Don't invoke
12478         gl_STRING_MODULE_INDICATOR.
12479         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
12480
12481 2007-02-04  Bruno Haible  <bruno@clisp.org>
12482
12483         New module mbscasecmp, reduced goal of strcasecmp.
12484         * modules/mbscasecmp: New file.
12485         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
12486         (mbscasecmp): Renamed from strcasecmp.
12487         * lib/strcasecmp.c: Don't include mbuiter.h.
12488         (strcasecmp): Remove support for multibyte locales.
12489         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
12490         Change the conditional link warning.
12491         (mbscasecmp): New declaration.
12492         * m4/mbscasecmp.m4: New file.
12493         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
12494         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
12495         REPLACE_STRCASECMP.
12496         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
12497         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12498         GNULIB_MBSCASECMP.
12499         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
12500         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
12501         * modules/strcase (Files): Remove m4/mbrtowc.m4.
12502         (Depends-on): Remove mbuiter.
12503         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
12504
12505 2007-02-04  Bruno Haible  <bruno@clisp.org>
12506
12507         New module mbsstr. Remove module strstr.
12508         * modules/mbsstr: New file.
12509         * modules/strstr: Remove file.
12510         * lib/mbsstr.c: Renamed from lib/strstr.c.
12511         (mbsstr): Renamed from strstr.
12512         * lib/string_.h (strstr): Remove declaration. Change the conditional
12513         link warning.
12514         (mbsstr): New declaration.
12515         * m4/mbsstr.m4: New file.
12516         * m4/strstr.m4: Remove file.
12517         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
12518         REPLACE_STRSTR.
12519         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
12520         Don't initialize GNULIB_STRSTR.
12521         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
12522         substitute GNULIB_STRSTR and REPLACE_STRSTR.
12523         * MODULES.html.sh (Internationalization functions): Add mbsstr.
12524         (Support for systems lacking ANSI C 89): Remove strstr.
12525
12526 2007-02-04  Bruno Haible  <bruno@clisp.org>
12527
12528         New module mbsrchr.
12529         * modules/mbsrchr: New file.
12530         * lib/mbsrchr.c: New file.
12531         * lib/string_.h (strrchr): Add a conditional link warning.
12532         (mbsrchr): New declaration.
12533         * m4/mbsrchr.m4: New file.
12534         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12535         GNULIB_MBSRCHR.
12536         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
12537         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
12538
12539 2007-02-04  Bruno Haible  <bruno@clisp.org>
12540
12541         New module mbschr.
12542         * modules/mbschr: New file.
12543         * lib/mbschr.c: New file.
12544         * lib/string_.h (strchr): Add a conditional link warning.
12545         (mbschr): New declaration.
12546         * m4/mbschr.m4: New file.
12547         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12548         GNULIB_MBSCHR.
12549         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
12550         * MODULES.html.sh (Internationalization functions): Add mbschr.
12551
12552 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
12553
12554         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
12555
12556         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
12557
12558 2007-02-04  Bruno Haible  <bruno@clisp.org>
12559
12560         New module description section 'configure.ac-early'.
12561         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
12562         (func_get_autoconf_early_snippet): New function.
12563         (func_import, func_create_testdir): Use it. Remove special cases for
12564         modules 'extensions' and 'lock'.
12565         * modules/extensions (configure.ac-early): Require
12566         gl_USE_SYSTEM_EXTENSIONS.
12567         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
12568
12569 2007-02-04  Bruno Haible  <bruno@clisp.org>
12570
12571         Make use of gcj-4.3's -fsource and -ftarget option.
12572         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
12573         and if so try the options -fsource and -ftarget.
12574         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
12575         source_version, ftarget_option, target_version arguments.
12576         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
12577         (is_envjavac_oldgcj_14_14_usable): Renamed from
12578         is_envjavac_gcj_14_14_usable.
12579         (is_envjavac_oldgcj_14_13_usable): Renamed from
12580         is_envjavac_gcj_14_13_usable.
12581         (is_gcj_present): Update.
12582         (is_gcj_43, is_gcj43_usable): New functions.
12583         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
12584         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
12585         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
12586         try the options -fsource and -ftarget.
12587
12588 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12589
12590         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
12591         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
12592         larger value.
12593
12594 2007-02-03  Jim Meyering  <jim@meyering.net>
12595
12596         Give tools a better chance to allocate space for very large buffers.
12597         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
12598
12599         Make pwd and readlink work also when run with an unreadable parent dir
12600         on systems with openat support.
12601         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
12602         provided getcwd function, even when we have openat support.
12603         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
12604
12605 2007-02-02  Bruno Haible  <bruno@clisp.org>
12606
12607         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
12608         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
12609         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
12610         portability problems if one of these functions is only used on specific
12611         platforms.
12612         Reported by Paul Eggert.
12613
12614 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
12615
12616         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
12617         is causing more trouble than it's curing.
12618         * lib/regex_internal.h (__mempcpy): Remove.
12619         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
12620         (and make the code a tad smaller to boot).
12621         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
12622
12623 2007-02-02  Jim Meyering  <jim@meyering.net>
12624
12625         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
12626         section, not in the Makefile.am: one.
12627
12628 2007-02-02  Eric Blake  <ebb9@byu.net>
12629
12630         * lib/strchrnul.c: Always include config.h first.
12631
12632         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
12633         gnulib strstr is not necessary here.
12634
12635 2007-02-02  Simon Josefsson  <simon@josefsson.org>
12636
12637         * m4/socklen.m4: Fix typo.
12638
12639 2007-02-02  Eric Blake  <ebb9@byu.net>
12640
12641         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
12642         * modules/netinet_in (Makefile.am): Likewise.
12643
12644 2007-02-01  Bruno Haible  <bruno@clisp.org>
12645
12646         * lib/string_.h (GL_LINK_WARNING): New macro.
12647         (strcasecmp, strstr, strcasestr): If provided by the system,
12648         conditionally define as a macro that leads to a warning instead of to
12649         an error.
12650         (strncasecmp): Conditionally define as a macro that leads to a warning.
12651
12652 2007-02-01  Karl Berry  <karl@gnu.org>
12653
12654         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
12655
12656 2007-02-01  Bruno Haible  <bruno@clisp.org>
12657
12658         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
12659         renamings.
12660
12661 2007-02-01  Eric Blake  <ebb9@byu.net>
12662
12663         * modules/regex (Depends-on): Revert dependence on mempcpy.
12664         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
12665         module's definition of mempcpy.
12666         Reported by Paul Eggert.
12667
12668 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12669
12670         * lib/string_.h: If the gnulib module XYZ is not present, undefine
12671         the symbol XYZ before redefining it.  This fixes a problem with
12672         programs that don't use XYZ, when compiled on systems that define
12673         XYZ to something else.
12674
12675 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
12676
12677         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
12678         occurs when "mkdir -m foo" creates a setgid directory that is (1)
12679         writeable to group or other and (2) is intended to have a special
12680         mode bit that is set or cleared.  In such a case, the directory
12681         should be neither group- nor other-writeable until the special
12682         mode bits are right.
12683
12684 2007-01-31  Eric Blake  <ebb9@byu.net>
12685
12686         * modules/mountlist (Depends-on): Add strstr.
12687
12688         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
12689         bug.
12690         * modules/string (Makefile.am): Remove redundant replacement.
12691         * modules/regex (Depends-on): Add mempcpy.
12692
12693 2007-01-31  Bruno Haible  <bruno@clisp.org>
12694
12695         New module description field 'Link'.
12696         * gnulib-tool (func_usage): Document --extract-link-directive.
12697         (sed_extract_prog): Recognize 'Link' directive.
12698         (func_get_link_directive): New function.
12699         (func_import): Show summary of link directives.
12700         Handle --extract-link-directive option.
12701         * modules/acl (Link): New section.
12702         * modules/clock-time (Link): New section.
12703         * modules/euidaccess (Link): New section.
12704         * modules/gettext (Link): New section.
12705         * modules/iconv (Link): New section.
12706         * modules/lock (Link): New section.
12707         * modules/nanosleep (Link): New section.
12708         * modules/readline (Link): New section.
12709
12710 2007-01-27  Bruno Haible  <bruno@clisp.org>
12711
12712         Enforce the use of gnulib modules for unportable <string.h> functions.
12713         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
12714         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
12715         (gl_HEADER_STRING_H_BODY): Require it.
12716         * lib/string_.h: If the gnulib module XYZ is not present, redefine
12717         the symbol XYZ to one that gives a link error.
12718         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
12719         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
12720         * modules/mempcpy (configure.ac): Likewise.
12721         * modules/memrchr (configure.ac): Likewise.
12722         * modules/stpcpy (configure.ac): Likewise.
12723         * modules/stpncpy (configure.ac): Likewise.
12724         * modules/strcase (configure.ac): Likewise.
12725         * modules/strcasestr (configure.ac): Likewise.
12726         * modules/strchrnul (configure.ac): Likewise.
12727         * modules/strdup (configure.ac): Likewise.
12728         * modules/strndup (configure.ac): Likewise.
12729         * modules/strnlen (configure.ac): Likewise.
12730         * modules/strpbrk (configure.ac): Likewise.
12731         * modules/strsep (configure.ac): Likewise.
12732         * modules/strstr (configure.ac): Likewise.
12733         * modules/strtok_r (configure.ac): Likewise.
12734
12735 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
12736
12737         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
12738
12739 2007-01-30  Jim Meyering  <jim@meyering.net>
12740
12741         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
12742
12743 2007-01-29  Bruno Haible  <bruno@clisp.org>
12744
12745         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
12746         * lib/execute.c: Likewise.
12747         * lib/pipe.c: Likewise.
12748         * lib/printf-args.h: Likewise.
12749         * lib/printf-args.c: Likewise.
12750         * lib/printf-parse.c: Likewise.
12751         * lib/vasnprintf.c: Likewise.
12752
12753 2007-01-29  Eric Blake  <ebb9@byu.net>
12754
12755         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
12756         declaration.
12757
12758 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
12759
12760         * lib/strptime.h (strptime): Use 'restrict' for args where
12761         POSIX requires this.
12762         * lib/strptime.c (strptime): Likewise.
12763         Change license notice from LGPL to GPL, since gnulib-tool will
12764         change this as needed.
12765         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
12766         defined.
12767         Include "strptime.h" first, to check interface.
12768         Do not #undef _LIBC and _NL_CURRENT.
12769         Do not include <stdlib.h>; no longer needed.
12770         Include "time_r.h" and declare ptime_locale_status
12771         only if _LIBC is not defined.
12772         (__P): Remove unused macro.
12773         (match_string): Bring back glibc version, but use it only if _LIBC
12774         is defined.
12775         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
12776         Remove unnecessary assertion and abort() call.
12777         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
12778         * m4/strptime.m4: Fix serial number comment.
12779         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
12780         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
12781         (Depends-on): Add time_r.
12782
12783 2007-01-29  Bruno Haible  <bruno@clisp.org>
12784
12785         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12786         strptime.
12787         * modules/strptime (Depends-on): Add stdbool.
12788         * lib/strptime.h: Include <time.h> always. Add comments.
12789
12790 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12791
12792         * modules/strptime: New file.
12793         * lib/strptime.h: New file.
12794         * lib/strptime.c: New file.
12795         * m4/strptime.m4: New file.
12796
12797 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12798
12799         * MODULES.html.sh: New module mpsort.
12800         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
12801
12802         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
12803         a circularity problem with HP-UX ia64 reported by Bob Proulx in
12804         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
12805         All uses changed.
12806         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
12807         All uses changed.
12808         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
12809         to _Restrict_.
12810         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
12811         the parameter matches the prototype.
12812
12813 2007-01-28  Jim Meyering  <jim@meyering.net>
12814
12815         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
12816         sys/time.h here, reverting that part of the previous patch:
12817         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
12818
12819 2007-01-28  Bruno Haible  <bruno@clisp.org>
12820
12821         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
12822         value of $(SYS_TIME_H).
12823         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
12824         remove it conditionally, too. [added by Jim Meyering]
12825         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
12826         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
12827         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
12828         GETTIMEOFDAY_REPLACEMENT to 1.
12829
12830 2007-01-28  Bruno Haible  <bruno@clisp.org>
12831
12832         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
12833         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
12834         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
12835         Set UNISTD_H instead of UNISTD_H2.
12836         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
12837
12838 2007-01-28  Bruno Haible  <bruno@clisp.org>
12839
12840         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
12841         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
12842
12843 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12844
12845         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
12846         (func_create_testdir): Ensure C locale for `grep' and `tr'
12847         character ranges.
12848         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
12849         ACLOCAL_AMFLAGS parsing state machine.
12850
12851 2007-01-27  Bruno Haible  <bruno@clisp.org>
12852
12853         * modules/unistr/base: Update.
12854
12855 2007-01-27  Bruno Haible  <bruno@clisp.org>
12856
12857         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
12858         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
12859         * modules/unistr/u32-mbtouc-unsafe: Renamed from
12860         modules/unistr/u32-mbtouc.
12861         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
12862         * lib/unistr.h: Update.
12863         * lib/linebreak.c: Update.
12864         * modules/unistr/u32-mbtouc: Renamed from
12865         modules/unistr/u32-mbtouc-safe.
12866         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
12867         * lib/unistr.h: Update.
12868         * lib/unistr/u32-to-u8.c: Update.
12869         * lib/unistr/u32-to-u16.c: Update.
12870
12871 2007-01-27  Bruno Haible  <bruno@clisp.org>
12872
12873         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
12874         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
12875         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
12876         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
12877         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
12878         * modules/unistr/u16-mbtouc-unsafe: Renamed from
12879         modules/unistr/u16-mbtouc.
12880         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
12881         * lib/unistr.h: Update.
12882         * lib/linebreak.c: Update.
12883         * modules/linebreak: Update.
12884         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
12885         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
12886         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
12887         * modules/unistr/u16-mbtouc: Renamed from
12888         modules/unistr/u16-mbtouc-safe.
12889         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
12890         * lib/unistr.h: Update.
12891         * lib/unistr/u16-to-u8.c: Update.
12892         * modules/unistr/u16-to-u8: Update.
12893         * lib/unistr/u16-to-u32.c: Update.
12894         * modules/unistr/u16-to-u32: Update.
12895
12896 2007-01-27  Bruno Haible  <bruno@clisp.org>
12897
12898         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
12899         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
12900         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
12901         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
12902         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
12903         * modules/unistr/u8-mbtouc-unsafe: Renamed from
12904         modules/unistr/u8-mbtouc.
12905         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
12906         * lib/unistr.h: Update.
12907         * lib/striconveh.c: Update.
12908         * modules/striconveh: Update.
12909         * lib/linebreak.c: Update.
12910         * modules/linebreak: Update.
12911         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
12912         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
12913         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
12914         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
12915         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
12916         * lib/unistr.h: Update.
12917         * lib/striconveh.c: Update.
12918         * modules/striconveh: Update.
12919         * lib/unistr/u8-to-u16.c: Update.
12920         * modules/unistr/u8-to-u16: Update.
12921         * lib/unistr/u8-to-u32.c: Update.
12922         * modules/unistr/u8-to-u32: Update.
12923
12924 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12925
12926         Sync from Libtool.
12927         * lib/argz.c: Do not include strings.h nor memory.h, include
12928         string.h unconditionally.  Patch by Simon Josefsson.
12929
12930 2007-01-27  Bruno Haible  <bruno@clisp.org>
12931
12932         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
12933         from gl_HEADER_STRING_H_BODY.
12934         (gl_HEADER_STRING_H_BODY): Require it.
12935         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
12936         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12937         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12938         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12939         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12940         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
12941         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12942         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12943         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
12944         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12945         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12946         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
12947         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12948         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12949         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12950
12951 2007-01-27  Bruno Haible  <bruno@clisp.org>
12952
12953         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
12954         check_PROGRAMS into noinst_PROGRAMS.
12955         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
12956         check_PROGRAMS in this case.
12957         (func_import): Set for_test to false.
12958         (func_create_testdir): Set for_test to true.
12959
12960 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
12961             Bruno Haible  <bruno@clisp.org>
12962
12963         * modules/strcasestr (Files): Remove lib/strcasestr.h.
12964         (Depends-on): Add string.
12965         (Includes): Use <string.h> instead of strcasestr.h.
12966         * modules/string (Makefile.am): Also substitute the value of
12967         REPLACE_STRCASESTR.
12968         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
12969         assume strcasestr is declared in <string.h> not <strings.h>. Also
12970         set REPLACE_STRCASESTR.
12971         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
12972         REPLACE_STRCASESTR.
12973         * lib/strcasestr.h: Remove file.
12974         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
12975         * lib/string_.h (strcasestr): New declaration.
12976
12977 2007-01-27  Bruno Haible  <bruno@clisp.org>
12978
12979         * lib/string_.h: Use 'extern'.
12980
12981 2007-01-27  Jim Meyering  <jim@meyering.net>
12982
12983         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
12984         of set-but-not-used local, "q".
12985
12986         * lib/mempcpy.c: Include <config.h> before <string.h>.
12987         This fixes a compilation error on HP-UX, due to the system's
12988         "restrict"-using mempcpy prototype.
12989
12990 2007-01-26  Bruno Haible  <bruno@clisp.org>
12991
12992         Small optimization.
12993         * lib/javacomp.c: Include c-strstr.h.
12994          (is_envjavac_gcj): Use c_strstr instead of strstr.
12995         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
12996
12997 2007-01-26  Bruno Haible  <bruno@clisp.org>
12998
12999         * MODULES.html.sh (Unicode string functions): Add the new modules.
13000
13001         * modules/uniconv/u32-strconv-to-locale: New file.
13002         * lib/uniconv/u32-strconv-to-locale.c: New file.
13003
13004         * modules/uniconv/u16-strconv-to-locale: New file.
13005         * lib/uniconv/u16-strconv-to-locale.c: New file.
13006
13007         * modules/uniconv/u8-strconv-to-locale: New file.
13008         * lib/uniconv/u8-strconv-to-locale.c: New file.
13009
13010         * modules/uniconv/u32-strconv-from-locale: New file.
13011         * lib/uniconv/u32-strconv-from-locale.c: New file.
13012
13013         * modules/uniconv/u16-strconv-from-locale: New file.
13014         * lib/uniconv/u16-strconv-from-locale.c: New file.
13015
13016         * modules/uniconv/u8-strconv-from-locale: New file.
13017         * lib/uniconv/u8-strconv-from-locale.c: New file.
13018
13019         * modules/uniconv/u32-strconv-to-enc: New file.
13020         * lib/uniconv/u32-strconv-to-enc.c: New file.
13021         * modules/uniconv/u32-strconv-to-enc-tests: New file.
13022         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
13023
13024         * modules/uniconv/u16-strconv-to-enc: New file.
13025         * lib/uniconv/u16-strconv-to-enc.c: New file.
13026         * lib/uniconv/u-strconv-to-enc.h: New file.
13027         * modules/uniconv/u16-strconv-to-enc-tests: New file.
13028         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
13029
13030         * modules/uniconv/u8-strconv-to-enc: New file.
13031         * lib/uniconv/u8-strconv-to-enc.c: New file.
13032         * modules/uniconv/u8-strconv-to-enc-tests: New file.
13033         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
13034
13035         * modules/uniconv/u32-strconv-from-enc: New file.
13036         * lib/uniconv/u32-strconv-from-enc.c: New file.
13037         * modules/uniconv/u32-strconv-from-enc-tests: New file.
13038         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
13039
13040         * modules/uniconv/u16-strconv-from-enc: New file.
13041         * lib/uniconv/u16-strconv-from-enc.c: New file.
13042         * modules/uniconv/u16-strconv-from-enc-tests: New file.
13043         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
13044
13045         * modules/uniconv/u8-strconv-from-enc: New file.
13046         * lib/uniconv/u8-strconv-from-enc.c: New file.
13047         * lib/uniconv/u-strconv-from-enc.h: New file.
13048         * modules/uniconv/u8-strconv-from-enc-tests: New file.
13049         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
13050
13051         * modules/uniconv/u32-conv-from-enc: New file.
13052         * lib/uniconv/u32-conv-from-enc.c: New file.
13053         * modules/uniconv/u32-conv-from-enc-tests: New file.
13054         * tests/uniconv/test-u32-conv-from-enc.c: New file.
13055
13056         * modules/uniconv/u16-conv-from-enc: New file.
13057         * lib/uniconv/u16-conv-from-enc.c: New file.
13058         * lib/uniconv/u-conv-from-enc.h: New file.
13059         * modules/uniconv/u16-conv-from-enc-tests: New file.
13060         * tests/uniconv/test-u16-conv-from-enc.c: New file.
13061
13062         * modules/uniconv/u8-conv-from-enc: New file.
13063         * lib/uniconv/u8-conv-from-enc.c: New file.
13064         * modules/uniconv/u8-conv-from-enc-tests: New file.
13065         * tests/uniconv/test-u8-conv-from-enc.c: New file.
13066
13067         * modules/uniconv/base: New file.
13068         * lib/uniconv.h: New file.
13069
13070 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
13071
13072         * doc/gnulib-tool.texi (Initial import): Update to match current
13073         behavior with strdup module.
13074         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
13075         * lib/memmem.h: Remove; all uses removed.  This is now done
13076         by <string.h>.
13077         * lib/mempcpy.h: Likewise.
13078         * lib/memrchr.h: Likewise.
13079         * lib/stpcpy.h: Likewise.
13080         * lib/stpncpy.h: Likewise.
13081         * lib/strcase.h: Likewise.
13082         * lib/strchrnul.h: Likewise.
13083         * lib/strdup.h: Likewise.
13084         * lib/strndup.h: Likewise.
13085         * lib/strnlen.h: Likewise.
13086         * lib/strpbrk.h: Likewise.
13087         * lib/strsep.h: Likewise.
13088         * lib/strstr.h: Likewise.
13089         * lib/strtok_r.h: Likewise.
13090         * lib/string_.h: New file.
13091         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
13092         Rely on <string.h> instead.
13093         * lib/canon-host.c: Likewise.
13094         * lib/chdir-long.c: Likewise.
13095         * lib/concatpath.c: Likewise.
13096         * lib/exclude.c: Likewise.
13097         * lib/fchdir.c: Likewise.
13098         * lib/getaddrinfo.c: Likewise.
13099         * lib/getcwd.c: Likewise.
13100         * lib/getsubopt.c: Likewise.
13101         * lib/glob.c: Likewise.
13102         * lib/hard-locale.c: Likewise.
13103         * lib/iconvme.c: Likewise.
13104         * lib/javacomp.c: Likewise.
13105         * lib/mempcpy.c: Likewise.
13106         * lib/memrchr.c: Likewise.
13107         * lib/regex_internal.h: Likewise.
13108         * lib/stpncpy.c: Likewise.
13109         * lib/strcasecmp.c: Likewise.
13110         * lib/strchrnul.c: Likewise.
13111         * lib/strdup.c: Likewise.
13112         * lib/striconv.c: Likewise.
13113         * lib/striconveh.c: Likewise.
13114         * lib/striconveha.c: Likewise.
13115         * lib/strncasecmp.c: Likewise.
13116         * lib/strndup.c: Likewise.
13117         * lib/strnlen.c: Likewise.
13118         * lib/strsep.c: Likewise.
13119         * lib/strstr.c: Likewise.
13120         * lib/strtok_r.c: Likewise.
13121         * lib/userspec.c: Likewise.
13122         * lib/w32spawn.h: Likewise.
13123         * lib/xstrndup.c: Likewise.
13124         * lib/mountlist.c (strstr): Remove decl.
13125         * m4/string_h.m4: New file.
13126         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
13127         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
13128         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
13129         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
13130         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
13131         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
13132         Set REPLACE_STRCASECMP if necessary.
13133         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
13134         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
13135         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
13136         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
13137         HAVE_DECL_STRDUP if necessary.
13138         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
13139         since gl_FUNC_STRNDUP does that now.
13140         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
13141         Check for decl here...
13142         (gl_PREREQ_STRNLEN): ... not here.
13143         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
13144         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
13145         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
13146         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
13147         necessary.
13148         * modules/string: New file.
13149         * modules/memmem (Files): Remove special-purpose include file.
13150         (Depends-on): Add string.
13151         (Include): Include <string.h>, not the removed file.
13152         * modules/mempcpy: Likewise.
13153         * modules/memrchr: Likewise.
13154         * modules/stpcpy: Likewise.
13155         * modules/stpncpy: Likewise.
13156         * modules/strcase: Likewise.
13157         * modules/strchrnul: Likewise.
13158         * modules/strdup: Likewise.
13159         * modules/strndup: Likewise.
13160         * modules/strnlen: Likewise.
13161         * modules/strpbrk: Likewise.
13162         * modules/strsep: Likewise.
13163         * modules/strstr: Likewise.
13164         * modules/strtok_r: Likewise.
13165         * tests/test-dirname.c: Don't include "strdup.h", since
13166         <string.h> now suffices.
13167         * tests/test-memmem.c: Don't include "memmem.h", since
13168         <string.h> now suffices.
13169
13170 2007-01-25  Bruno Haible  <bruno@clisp.org>
13171
13172         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
13173         *resultp is 0.
13174
13175         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
13176         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
13177         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
13178         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
13179
13180         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
13181         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
13182         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
13183         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
13184         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
13185         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
13186
13187 2007-01-24  Bruno Haible  <bruno@clisp.org>
13188
13189         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
13190         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
13191         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
13192         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
13193         gl_FUNC_FTS_CORE.
13194         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
13195         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
13196         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13197         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
13198         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
13199         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
13200         gl_FUNC_FCHOWNAT.
13201         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
13202         gl_FUNC_STRFTIME.
13203         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
13204         Reported by Ralf Wildenhues.
13205
13206 2007-01-24  Bruno Haible  <bruno@clisp.org>
13207
13208         Drop AC_REQUIRE calls that are redundant with the module dependencies.
13209         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
13210         gl_GETADDRINFO.
13211         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
13212         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
13213         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
13214
13215 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
13216
13217         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
13218         Don't use 'exit'; just return from 'main'.
13219         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
13220
13221         * lib/fnmatch_.h: Readjust white space and comments to match
13222         glibc, to avoid spurious diffs.
13223
13224 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13225
13226         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
13227         2004-12-01 change by Jakub Jelinek, since this code won't compile
13228         if !LIBC.  Problem reported by Bob Proulx.
13229
13230 2007-01-23  Bruno Haible  <bruno@clisp.org>
13231
13232         * lib/striconveh.c: Include c-strcaseeq.h.
13233         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
13234         * modules/striconveh (Depends-on): Add c-strcaseeq.
13235
13236 2007-01-23  Bruno Haible  <bruno@clisp.org>
13237
13238         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
13239
13240         * modules/c-strcaseeq: New file.
13241         * lib/c-strcaseeq.h: New file.
13242
13243         * modules/streq: New file.
13244         * lib/streq.h: New file.
13245
13246 2007-01-23  Bruno Haible  <bruno@clisp.org>
13247
13248         * modules/striconveha-tests: New file.
13249         * tests/test-striconveha.c: New file.
13250
13251         * lib/striconveha.h: Include <stdbool.h>.
13252         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
13253         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
13254         (mem_iconveha_notranslit): Renamed from mem_iconveha.
13255         (mem_iconveha): New function.
13256         (str_iconveha_notranslit): Renamed from str_iconveha.
13257         (str_iconveha): New function.
13258         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
13259         c-strcase.
13260
13261 2007-01-23  Bruno Haible  <bruno@clisp.org>
13262
13263         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
13264         encodings without forgiving before trying any encoding with handler.
13265         (str_iconveha): Try all encodings without forgiving before trying any
13266         encoding with handler.
13267
13268 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13269
13270         Import the following changes from libc.
13271
13272         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
13273
13274         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
13275
13276         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13277
13278         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
13279         normal_bracket label.
13280
13281         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
13282
13283         [BZ #361]
13284         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
13285         to normal_bracket after fetching the next character.
13286
13287 2007-01-22  Bruno Haible  <bruno@clisp.org>
13288
13289         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
13290         argument.
13291         * lib/striconveh.c (iconv_carefully_1): New function.
13292         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
13293         argument.
13294         (str_cd_iconveh): Update.
13295         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
13296         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
13297         * tests/test-striconveh.c (MAGIC): New macro.
13298         (new_offsets): New function.
13299         (main): Test call with and without offsets.
13300
13301 2007-01-22  Bruno Haible  <bruno@clisp.org>
13302
13303         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
13304         * modules/sys_select (Makefile.am): Likewise.
13305         * modules/sys_socket (Makefile.am): Likewise.
13306         * modules/sys_time (Makefile.am): Likewise.
13307
13308 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
13309
13310         * modules/gettimeofday (License): Change from GPL to LGPL, since
13311         gettimeofday is a library function.
13312
13313 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13314
13315         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
13316
13317 2007-01-21  Bruno Haible  <bruno@clisp.org>
13318
13319         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
13320
13321 2007-01-21  Bruno Haible  <bruno@clisp.org>
13322
13323         * modules/striconveha: New file.
13324         * lib/striconveha.h: New file.
13325         * lib/striconveha.c: New file.
13326         * MODULES.html.sh (Internationalization functions): Add striconveha.
13327         * lib/striconv.c (str_iconv): Optimize the case of an empty input
13328         string.
13329         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
13330
13331 2007-01-21  Bruno Haible  <bruno@clisp.org>
13332
13333         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
13334         * lib/striconveh.c (str_iconveh): Likewise.
13335
13336 2007-01-21  Bruno Haible  <bruno@clisp.org>
13337
13338         * lib/striconveh.h (mem_iconveh): New declaration.
13339         * lib/striconveh.c (mem_iconveh): New function.
13340         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
13341
13342 2007-01-21  Bruno Haible  <bruno@clisp.org>
13343
13344         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
13345
13346         * lib/striconveh.h (mem_cd_iconveh): Change specification.
13347         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
13348         original result buffer.
13349         (str_cd_iconveh): Update.
13350         * tests/test-striconveh.c (main): Update.
13351
13352         * lib/striconv.h (mem_cd_iconv): Change specification.
13353         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
13354         result buffer.
13355         (str_cd_iconv): Update.
13356         * tests/test-striconv.c (main): Update.
13357
13358 2007-01-21  Bruno Haible  <bruno@clisp.org>
13359
13360         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
13361
13362 2007-01-20  Jim Meyering  <jim@meyering.net>
13363
13364         * lib/userspec.c (parse_with_separator): If a user or group string
13365         starts with "+", skip the corresponding name-to-ID look-up, since
13366         such a look-up must fail: user and group names may not include "+".
13367
13368 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13369
13370         * lib/poll.c: Include sys/time.h and time.h unconditionally,
13371         since we now assume the sys_time module.
13372         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
13373         check for sys/time.h; no longer needed.
13374         * modules/poll (Depends-on): Depend on sys_time.
13375
13376 2007-01-18  Bruno Haible  <bruno@clisp.org>
13377
13378         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
13379         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
13380
13381         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
13382         gettimeofday.
13383
13384         * tests/test-gettimeofday.c: Include <time.h>.
13385         (dummy): Remove variable.
13386
13387         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
13388         gl_HEADER_SYS_TIME_H.
13389         (gl_HEADER_SYS_TIME_H): New macro.
13390
13391         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
13392         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13393         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
13394         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
13395         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13396         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
13397         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
13398         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13399         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
13400         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
13401         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13402
13403         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
13404         last change; it caused a compilation error when cross-compiling to
13405         Cygwin.
13406
13407 2007-01-18  Jim Meyering  <jim@meyering.net>
13408
13409         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
13410         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
13411         than the race-prone "test -d sys || mkdir sys".
13412         (configure.ac): Use AC_PROG_MKDIR_P.
13413         * modules/sys_select: Likewise.
13414         * modules/sys_socket: Likewise.
13415         * modules/sys_time: Likewise.
13416
13417 2007-01-18  Eric Blake  <ebb9@byu.net>
13418
13419         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
13420         replace gettimeofday.
13421         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
13422         name, to avoid infinite recursion.
13423
13424 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
13425
13426         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
13427         module sys_time.
13428         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
13429         assume timespec.h defines struct timeval.
13430         * lib/settime.c: Likewise.
13431         * lib/utimens.c: Likewise.
13432         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
13433         since we now assume the gettimeofday module.
13434         * lib/tempname.c (__gen_tempname): Likewise.
13435         * lib/gettimeofday.h: Remove.
13436         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
13437         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
13438         Include <time.h>, for 'time()'.
13439         (localtime_buffer_addr): Also use this workaround if
13440         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
13441         to simplify the uses.  All uses changed.
13442         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
13443         that #undef is inside {}, and 'const' follows type name consistently.
13444         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
13445         (gettimeofday): Do not use the maximum possible value for
13446         tv->tv_usec, since that might break usages other than ls.c.
13447         Instead, we'll leave ls.c alone.  This undoes today's patch
13448         by Bruno.  Add a compile-time warning for 1s-clock resolution;
13449         we've never observed the problem but might as well keep the
13450         canary.
13451         * lib/nanosleep.c: Include timespec.h first, for interface check.
13452         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
13453         now assume the sys_time module.
13454         * lib/tempname.c: Likewise.
13455         * lib/timespec.h: Likewise.
13456         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
13457         needed.
13458         * lib/strftime.c: Likewise.
13459         * lib/timespec.h: Likewise.
13460         * lib/posixtm.c: Include posixtm.h first, for interface check.
13461         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
13462         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
13463         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
13464         * lib/sys_time_.h: New file.
13465         * lib/timespec.h (struct timespec): Use long int, not long.
13466         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
13467         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
13468         Remove obsolescent call to AC_HEADER_TIME.
13469         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
13470         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13471         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
13472         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
13473         Likewise.
13474         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
13475         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
13476         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
13477         into the sys_time module.  Check for gettimeofday just once.
13478         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
13479         for gettimeofday signature to just check the signature.  Merely
13480         compile it, since linking doesn't test signature.  Improve test for
13481         whether gettimeofday.o is actually needed.
13482         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
13483         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
13484         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
13485         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13486         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
13487         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
13488         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
13489         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
13490         than worrying about sys/time.h.
13491         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13492         Don't bother worrying about TIME_WITH_SYS_TIME.
13493         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
13494         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
13495         * m4/sys_time_h.m4: New file.
13496         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
13497         Don't include sys/time.h.  Return from main rather than exiting.
13498         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
13499         all uses changed.
13500         * modules/gethrxtime (Depends-on): Add sys_time.
13501         * modules/gettime (Depends-on): Likewise.
13502         * modules/gettimeofday (Depends-on): Likewise.
13503         * modules/nanosleep (Depends-on): Likewise.
13504         * modules/settime (Depends-on): Likewise.
13505         * modules/tempname (Depends-on): Likewise.
13506         * modules/utimens (Depends-on): Likewise.
13507         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
13508         (Include:) Change back to <sys/time.h>.
13509         (Maintainer:) Add self.
13510         * modules/sys_time: New file.
13511         * modules/tempname (Depends-on): Add gettimeofday.
13512         * tests/test-gettimeofday.c: Include <sys/time.h>
13513         rather than gettimeofday.h.
13514
13515 2007-01-17  Bruno Haible  <bruno@clisp.org>
13516
13517         * gnulib-tool (func_get_license): Revert last patch. Instead, let
13518         the license default to GPL.
13519         (func_create_testdir): Don't complain if a module is LGPL and its
13520         tests module depends on GPLed modules.
13521
13522 2007-01-17  Bruno Haible  <bruno@clisp.org>
13523
13524         * lib/gettimeofday.c (gettimeofday): Add code for the case
13525         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
13526         maximum possible value for tv->tv_usec, rather than the minimum one.
13527
13528 2005-10-08  Martin Lambers  <marlam@marlam.de>
13529 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
13530 2007-01-16  Bruno Haible  <bruno@clisp.org>
13531
13532         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
13533         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
13534         gl_FUNC_GETTIMEOFDAY.
13535         (Include): Add gettimeofday.h.
13536         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
13537         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
13538         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
13539         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
13540         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
13541         * lib/gettimeofday.h: New file.
13542         * lib/gettimeofday.c: Include <sys/timeb.h>.
13543         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
13544         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13545         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
13546         fall back on time().
13547
13548         * tests/test-gettimeofday.c: New file.
13549         * modules/gettimeofday-tests: New file.
13550
13551 2007-01-16  Eric Blake  <ebb9@byu.net>
13552
13553         * modules/fnmatch (Depends-on): Depend on wchar.
13554         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
13555         * m4/fnmatch.m4: Likewise.
13556         * modules/mbchar (Makefile.am): Assume <wchar.h>.
13557         * m4/mbchar.m4: Likewise.
13558         * modules/mbswidth (Depends-on): Depend on wchar.
13559         * lib/mbswidth.c: Assume <wchar.h>.
13560         * m4/mbswidth.m4: Likewise.
13561         * modules/quotearg (Depends-on): Depend on wchar.
13562         * lib/quotearg.c: Assume <wchar.h>.
13563         * m4/quotearg.m4: Likewise.
13564         * modules/regex (Depends-on): Depend on wchar.
13565         * lib/regex_internal.h: Assume <wchar.h>.
13566         * m4/regex.m4: Likewise.
13567         * modules/stdint (Depends-on): Depend on wchar.
13568         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
13569         * m4/stdint.m4: Likewise.
13570         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
13571         * modules/strftime (Depends-on): Depend on wchar.
13572         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
13573         * modules/strtol (Depends-on): Depend on wchar.
13574         * lib/strtol.c: Assume <wchar.h>.
13575         * modules/wcwidth (Depends-on): Depend on wchar.
13576         * lib/wcwidth.h: Assume <wchar.h>.
13577         * m4/wcwidth.m4: Likewise.
13578
13579 2007-01-16  Bruno Haible  <bruno@clisp.org>
13580
13581         * modules/csharpexec-script: New, created from...
13582         * modules/csharpexec: ... this.
13583
13584 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
13585
13586         * modules/javaexec-script: New, created from...
13587         * modules/javaexec: ... this.
13588
13589 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13590
13591         * modules/poll (Dependencies): Add sys_select.
13592
13593 2007-01-15  Jim Meyering  <jim@meyering.net>
13594
13595         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
13596         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
13597         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
13598         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
13599
13600 2007-01-15  Bruno Haible  <bruno@clisp.org>
13601
13602         * modules/striconveh: New file.
13603         * lib/striconveh.h: New file.
13604         * lib/striconveh.c: New file.
13605         * MODULES.html.sh (Internationalization functions): Add striconveh.
13606
13607         * modules/striconveh-tests: New file.
13608         * tests/test-striconveh.c: New file.
13609
13610 2007-01-15  Bruno Haible  <bruno@clisp.org>
13611
13612         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
13613         not from GNU libiconv or GNU libc.
13614
13615 2007-01-15  Bruno Haible  <bruno@clisp.org>
13616
13617         * doc/gnulib-intro.texi (Copyright): Explain the different license
13618         terms for module descriptions, autoconf macros, tests, documentation.
13619
13620 2007-01-14  Bruno Haible  <bruno@clisp.org>
13621
13622         * modules/striconv-tests: New file.
13623         * tests/test-striconv.c: New file.
13624
13625 2007-01-14  Bruno Haible  <bruno@clisp.org>
13626
13627         * modules/iconv-tests: New file.
13628         * tests/test-iconv.c: New file.
13629
13630 2007-01-14  Bruno Haible  <bruno@clisp.org>
13631
13632         * gnulib-tool (func_get_license): For test modules, use the license of
13633         the main module.
13634
13635 2007-01-14  Bruno Haible  <bruno@clisp.org>
13636
13637         * modules/iconv (Include): Clarify that <iconv.h> can only be included
13638         if iconv is found to exist.
13639
13640 2007-01-14  Bruno Haible  <bruno@clisp.org>
13641
13642         * modules/c-ctype-tests: New file.
13643         * tests/test-c-ctype.c: New file.
13644
13645 2007-01-14  Bruno Haible  <bruno@clisp.org>
13646
13647         * modules/binary-io-tests: New file.
13648         * tests/test-binary-io.sh: New file.
13649         * tests/test-binary-io.c: New file.
13650
13651 2007-01-14  Bruno Haible  <bruno@clisp.org>
13652
13653         * modules/array-oset-tests: New file.
13654         * tests/test-array_oset.c: New file.
13655
13656 2007-01-14  Bruno Haible  <bruno@clisp.org>
13657
13658         * modules/array-list-tests: New file.
13659         * tests/test-array_list.c: New file.
13660
13661 2007-01-14  Bruno Haible  <bruno@clisp.org>
13662
13663         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
13664         and make.
13665         Reported by Simon Josefsson in
13666         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
13667
13668 2007-01-14  Bruno Haible  <bruno@clisp.org>
13669
13670         * modules/allocsa-tests: New file.
13671         * tests/test-allocsa.c: New file.
13672
13673 2007-01-14  Bruno Haible  <bruno@clisp.org>
13674
13675         * modules/fchdir (Depends-on): Add absolute-header.
13676         * modules/unistd (Depends-on): Likewise.
13677
13678 2006-12-30  Bruno Haible  <bruno@clisp.org>
13679
13680         * modules/fchdir: New file.
13681         * modules/unistd (Files): Add lib/unistd_.h.
13682         (Makefile.am): Generate unistd.h from unistd_.h.
13683         * lib/fchdir.c: New file.
13684         * lib/dirent_.h: New file.
13685         * lib/unistd_.h: New file.
13686         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
13687         * m4/fchdir.m4: New file.
13688         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
13689         (gl_HEADER_UNISTD): Invoke it.
13690         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
13691         function.
13692         * lib/backupfile.c (opendir, closedir): Undefine.
13693         * lib/chown.c (open, close): Undefine.
13694         * lib/clean-temp.c (open, close): Undefine.
13695         * lib/copy-file.c (open, close): Undefine.
13696         * lib/execute.c (open, close): Undefine.
13697         * lib/fsusage.c (open, close): Undefine.
13698         * lib/gc-gnulib.c (open, close): Undefine.
13699         * lib/getcwd.c (opendir, closedir): Undefine.
13700         * lib/glob.c (opendir, closedir): Undefine.
13701         * lib/javacomp.c (open, close): Undefine.
13702         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
13703         * lib/openat-proc.c (open, close): Undefine.
13704         * lib/pagealign_alloc.c (open, close): Undefine.
13705         * lib/pipe.c (open, close): Undefine.
13706         * lib/progreloc.c (open, close): Undefine.
13707         * lib/savedir.c (opendir, closedir): Undefine.
13708         * lib/utime.c (open, close): Undefine.
13709         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
13710
13711 2007-01-10  Bruno Haible  <bruno@clisp.org>
13712
13713         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
13714
13715 2007-01-12  Eric Blake  <ebb9@byu.net>
13716
13717         Provide a robust <wchar.h>.  Further simplifications are now
13718         possible in other modules, but not included here.
13719         * modules/wchar: New module.
13720         * m4/wchar.m4: New file.
13721         * lib/wchar_.h: Likewise.
13722         * modules/mbchar (Depends-on): Depend on wchar, as the first use
13723         of the new module.
13724         * MODULES.html.sh (Extended multibyte and wide character utilities):
13725         New section.
13726
13727 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
13730         to a reasonable default for memory allocation.
13731         (xreadlink): Don't allocate a huge buffer, to work around a buggy
13732         file system that reports garbage st_size values for symlinks.
13733         Problem reported by Liyang Hu.
13734
13735 2007-01-11  Simon Josefsson  <simon@josefsson.org>
13736
13737         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
13738         Emacs .#* auto-save files).
13739
13740 2007-01-11  Bruno Haible  <bruno@clisp.org>
13741
13742         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
13743         directory.
13744
13745 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13746
13747         Use @...@ consistently in lib/wctype_.h.
13748         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
13749         on it being set to 1 or 0.
13750         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
13751         go back to AC_SUBSTing it.
13752         * modules/wctype (Makefile.am): Undo previous change.
13753
13754 2007-01-10  Eric Blake  <ebb9@byu.net>
13755
13756         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
13757         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
13758         * modules/wctype (Makefile.am): Likewise.
13759         Reported by Chris McGuire.
13760
13761 2007-01-10  Jim Meyering  <jim@meyering.net>
13762
13763         fts.c: a small readability/maintainability improvement
13764         * lib/fts.c (fts_read): Make this code slightly more readable and
13765         maintainable by hoisting the "sp->fts_cur = p" assignments to
13766         immediately follow the statements that set P.  Derived from
13767         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
13768
13769 2007-01-10  Eric Blake  <ebb9@byu.net>
13770
13771         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
13772         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
13773         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13774         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
13775         Reported by Chris McGuire.
13776
13777 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13778
13779         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
13780         in sed script.
13781
13782 2007-01-09  Bruno Haible  <bruno@clisp.org>
13783
13784         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
13785         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
13786         variables.
13787         (func_module): Use them.
13788
13789 2007-01-09  Bruno Haible  <bruno@clisp.org>
13790
13791         * modules/unistr/base: New file.
13792         * lib/unistr.h: New file.
13793
13794         * modules/unistr/u8-to-u16: New file.
13795         * lib/unistr/u8-to-u16.c: New file.
13796
13797         * modules/unistr/u8-to-u32: New file.
13798         * lib/unistr/u8-to-u32.c: New file.
13799
13800         * modules/unistr/u16-to-u8: New file.
13801         * lib/unistr/u16-to-u8.c: New file.
13802
13803         * modules/unistr/u16-to-u32: New file.
13804         * lib/unistr/u16-to-u32.c: New file.
13805
13806         * modules/unistr/u32-to-u8: New file.
13807         * lib/unistr/u32-to-u8.c: New file.
13808
13809         * modules/unistr/u32-to-u16: New file.
13810         * lib/unistr/u32-to-u16.c: New file.
13811
13812         * modules/unistr/u8-check: New file.
13813         * modules/unistr/u16-check: New file.
13814         * modules/unistr/u32-check: New file.
13815         * lib/unistr/u8-check.c: New file.
13816         * lib/unistr/u16-check.c: New file.
13817         * lib/unistr/u32-check.c: New file.
13818
13819         * modules/unistr/u8-chr: New file.
13820         * modules/unistr/u16-chr: New file.
13821         * modules/unistr/u32-chr: New file.
13822         * lib/unistr/u8-chr.c: New file.
13823         * lib/unistr/u16-chr.c: New file.
13824         * lib/unistr/u32-chr.c: New file.
13825
13826         * modules/unistr/u8-cmp: New file.
13827         * modules/unistr/u16-cmp: New file.
13828         * modules/unistr/u32-cmp: New file.
13829         * lib/unistr/u8-cmp.c: New file.
13830         * lib/unistr/u16-cmp.c: New file.
13831         * lib/unistr/u32-cmp.c: New file.
13832
13833         * modules/unistr/u8-cpy: New file.
13834         * modules/unistr/u16-cpy: New file.
13835         * modules/unistr/u32-cpy: New file.
13836         * lib/unistr/u8-cpy.c: New file.
13837         * lib/unistr/u16-cpy.c: New file.
13838         * lib/unistr/u32-cpy.c: New file.
13839         * lib/unistr/u-cpy.h: New file.
13840
13841         * modules/unistr/u8-cpy-alloc: New file.
13842         * modules/unistr/u16-cpy-alloc: New file.
13843         * modules/unistr/u32-cpy-alloc: New file.
13844         * lib/unistr/u8-cpy-alloc.c: New file.
13845         * lib/unistr/u16-cpy-alloc.c: New file.
13846         * lib/unistr/u32-cpy-alloc.c: New file.
13847         * lib/unistr/u-cpy-alloc.h: New file.
13848
13849         * modules/unistr/u8-endswith: New file.
13850         * modules/unistr/u16-endswith: New file.
13851         * modules/unistr/u32-endswith: New file.
13852         * lib/unistr/u8-endswith.c: New file.
13853         * lib/unistr/u16-endswith.c: New file.
13854         * lib/unistr/u32-endswith.c: New file.
13855         * lib/unistr/u-endswith.h: New file.
13856
13857         * modules/unistr/u8-mblen: New file.
13858         * modules/unistr/u16-mblen: New file.
13859         * modules/unistr/u32-mblen: New file.
13860         * lib/unistr/u8-mblen.c: New file.
13861         * lib/unistr/u16-mblen.c: New file.
13862         * lib/unistr/u32-mblen.c: New file.
13863
13864         * modules/unistr/u8-mbtouc: New file.
13865         * modules/unistr/u16-mbtouc: New file.
13866         * modules/unistr/u32-mbtouc: New file.
13867         * lib/unistr/u8-mbtouc.c: New file.
13868         * lib/unistr/u16-mbtouc.c: New file.
13869         * lib/unistr/u32-mbtouc.c: New file.
13870
13871         * modules/unistr/u8-mbtouc-safe: New file.
13872         * modules/unistr/u16-mbtouc-safe: New file.
13873         * modules/unistr/u32-mbtouc-safe: New file.
13874         * lib/unistr/u8-mbtouc-safe.c: New file.
13875         * lib/unistr/u16-mbtouc-safe.c: New file.
13876         * lib/unistr/u32-mbtouc-safe.c: New file.
13877
13878         * modules/unistr/u8-move: New file.
13879         * modules/unistr/u16-move: New file.
13880         * modules/unistr/u32-move: New file.
13881         * lib/unistr/u8-move.c: New file.
13882         * lib/unistr/u16-move.c: New file.
13883         * lib/unistr/u32-move.c: New file.
13884         * lib/unistr/u-move.h: New file.
13885
13886         * modules/unistr/u8-next: New file.
13887         * modules/unistr/u16-next: New file.
13888         * modules/unistr/u32-next: New file.
13889         * lib/unistr/u8-next.c: New file.
13890         * lib/unistr/u16-next.c: New file.
13891         * lib/unistr/u32-next.c: New file.
13892
13893         * modules/unistr/u8-prev: New file.
13894         * modules/unistr/u16-prev: New file.
13895         * modules/unistr/u32-prev: New file.
13896         * lib/unistr/u8-prev.c: New file.
13897         * lib/unistr/u16-prev.c: New file.
13898         * lib/unistr/u32-prev.c: New file.
13899
13900         * modules/unistr/u8-set: New file.
13901         * modules/unistr/u16-set: New file.
13902         * modules/unistr/u32-set: New file.
13903         * lib/unistr/u8-set.c: New file.
13904         * lib/unistr/u16-set.c: New file.
13905         * lib/unistr/u32-set.c: New file.
13906         * lib/unistr/u-set.h: New file.
13907
13908         * modules/unistr/u8-startswith: New file.
13909         * modules/unistr/u16-startswith: New file.
13910         * modules/unistr/u32-startswith: New file.
13911         * lib/unistr/u8-startswith.c: New file.
13912         * lib/unistr/u16-startswith.c: New file.
13913         * lib/unistr/u32-startswith.c: New file.
13914         * lib/unistr/u-startswith.h: New file.
13915
13916         * modules/unistr/u8-stpcpy: New file.
13917         * modules/unistr/u16-stpcpy: New file.
13918         * modules/unistr/u32-stpcpy: New file.
13919         * lib/unistr/u8-stpcpy.c: New file.
13920         * lib/unistr/u16-stpcpy.c: New file.
13921         * lib/unistr/u32-stpcpy.c: New file.
13922         * lib/unistr/u-stpcpy.h: New file.
13923
13924         * modules/unistr/u8-stpncpy: New file.
13925         * modules/unistr/u16-stpncpy: New file.
13926         * modules/unistr/u32-stpncpy: New file.
13927         * lib/unistr/u8-stpncpy.c: New file.
13928         * lib/unistr/u16-stpncpy.c: New file.
13929         * lib/unistr/u32-stpncpy.c: New file.
13930         * lib/unistr/u-stpncpy.h: New file.
13931
13932         * modules/unistr/u8-strcat: New file.
13933         * modules/unistr/u16-strcat: New file.
13934         * modules/unistr/u32-strcat: New file.
13935         * lib/unistr/u8-strcat.c: New file.
13936         * lib/unistr/u16-strcat.c: New file.
13937         * lib/unistr/u32-strcat.c: New file.
13938         * lib/unistr/u-strcat.h: New file.
13939
13940         * modules/unistr/u8-strchr: New file.
13941         * modules/unistr/u16-strchr: New file.
13942         * modules/unistr/u32-strchr: New file.
13943         * lib/unistr/u8-strchr.c: New file.
13944         * lib/unistr/u16-strchr.c: New file.
13945         * lib/unistr/u32-strchr.c: New file.
13946
13947         * modules/unistr/u8-strcmp: New file.
13948         * modules/unistr/u16-strcmp: New file.
13949         * modules/unistr/u32-strcmp: New file.
13950         * lib/unistr/u8-strcmp.c: New file.
13951         * lib/unistr/u16-strcmp.c: New file.
13952         * lib/unistr/u32-strcmp.c: New file.
13953
13954         * modules/unistr/u8-strcpy: New file.
13955         * modules/unistr/u16-strcpy: New file.
13956         * modules/unistr/u32-strcpy: New file.
13957         * lib/unistr/u8-strcpy.c: New file.
13958         * lib/unistr/u16-strcpy.c: New file.
13959         * lib/unistr/u32-strcpy.c: New file.
13960         * lib/unistr/u-strcpy.h: New file.
13961
13962         * modules/unistr/u8-strcspn: New file.
13963         * modules/unistr/u16-strcspn: New file.
13964         * modules/unistr/u32-strcspn: New file.
13965         * lib/unistr/u8-strcspn.c: New file.
13966         * lib/unistr/u16-strcspn.c: New file.
13967         * lib/unistr/u32-strcspn.c: New file.
13968         * lib/unistr/u-strcspn.h: New file.
13969
13970         * modules/unistr/u8-strdup: New file.
13971         * modules/unistr/u16-strdup: New file.
13972         * modules/unistr/u32-strdup: New file.
13973         * lib/unistr/u8-strdup.c: New file.
13974         * lib/unistr/u16-strdup.c: New file.
13975         * lib/unistr/u32-strdup.c: New file.
13976         * lib/unistr/u-strdup.h: New file.
13977
13978         * modules/unistr/u8-strlen: New file.
13979         * modules/unistr/u16-strlen: New file.
13980         * modules/unistr/u32-strlen: New file.
13981         * lib/unistr/u8-strlen.c: New file.
13982         * lib/unistr/u16-strlen.c: New file.
13983         * lib/unistr/u32-strlen.c: New file.
13984         * lib/unistr/u-strlen.h: New file.
13985
13986         * modules/unistr/u8-strmblen: New file.
13987         * modules/unistr/u16-strmblen: New file.
13988         * modules/unistr/u32-strmblen: New file.
13989         * lib/unistr/u8-strmblen.c: New file.
13990         * lib/unistr/u16-strmblen.c: New file.
13991         * lib/unistr/u32-strmblen.c: New file.
13992
13993         * modules/unistr/u8-strmbtouc: New file.
13994         * modules/unistr/u16-strmbtouc: New file.
13995         * modules/unistr/u32-strmbtouc: New file.
13996         * lib/unistr/u8-strmbtouc.c: New file.
13997         * lib/unistr/u16-strmbtouc.c: New file.
13998         * lib/unistr/u32-strmbtouc.c: New file.
13999
14000         * modules/unistr/u8-strncat: New file.
14001         * modules/unistr/u16-strncat: New file.
14002         * modules/unistr/u32-strncat: New file.
14003         * lib/unistr/u8-strncat.c: New file.
14004         * lib/unistr/u16-strncat.c: New file.
14005         * lib/unistr/u32-strncat.c: New file.
14006         * lib/unistr/u-strncat.h: New file.
14007
14008         * modules/unistr/u8-strncmp: New file.
14009         * modules/unistr/u16-strncmp: New file.
14010         * modules/unistr/u32-strncmp: New file.
14011         * lib/unistr/u8-strncmp.c: New file.
14012         * lib/unistr/u16-strncmp.c: New file.
14013         * lib/unistr/u32-strncmp.c: New file.
14014
14015         * modules/unistr/u8-strncpy: New file.
14016         * modules/unistr/u16-strncpy: New file.
14017         * modules/unistr/u32-strncpy: New file.
14018         * lib/unistr/u8-strncpy.c: New file.
14019         * lib/unistr/u16-strncpy.c: New file.
14020         * lib/unistr/u32-strncpy.c: New file.
14021         * lib/unistr/u-strncpy.h: New file.
14022
14023         * modules/unistr/u8-strnlen: New file.
14024         * modules/unistr/u16-strnlen: New file.
14025         * modules/unistr/u32-strnlen: New file.
14026         * lib/unistr/u8-strnlen.c: New file.
14027         * lib/unistr/u16-strnlen.c: New file.
14028         * lib/unistr/u32-strnlen.c: New file.
14029         * lib/unistr/u-strnlen.h: New file.
14030
14031         * modules/unistr/u8-strpbrk: New file.
14032         * modules/unistr/u16-strpbrk: New file.
14033         * modules/unistr/u32-strpbrk: New file.
14034         * lib/unistr/u8-strpbrk.c: New file.
14035         * lib/unistr/u16-strpbrk.c: New file.
14036         * lib/unistr/u32-strpbrk.c: New file.
14037         * lib/unistr/u-strpbrk.h: New file.
14038
14039         * modules/unistr/u8-strrchr: New file.
14040         * modules/unistr/u16-strrchr: New file.
14041         * modules/unistr/u32-strrchr: New file.
14042         * lib/unistr/u8-strrchr.c: New file.
14043         * lib/unistr/u16-strrchr.c: New file.
14044         * lib/unistr/u32-strrchr.c: New file.
14045
14046         * modules/unistr/u8-strspn: New file.
14047         * modules/unistr/u16-strspn: New file.
14048         * modules/unistr/u32-strspn: New file.
14049         * lib/unistr/u8-strspn.c: New file.
14050         * lib/unistr/u16-strspn.c: New file.
14051         * lib/unistr/u32-strspn.c: New file.
14052         * lib/unistr/u-strspn.h: New file.
14053
14054         * modules/unistr/u8-strstr: New file.
14055         * modules/unistr/u16-strstr: New file.
14056         * modules/unistr/u32-strstr: New file.
14057         * lib/unistr/u8-strstr.c: New file.
14058         * lib/unistr/u16-strstr.c: New file.
14059         * lib/unistr/u32-strstr.c: New file.
14060         * lib/unistr/u-strstr.h: New file.
14061
14062         * modules/unistr/u8-strtok: New file.
14063         * modules/unistr/u16-strtok: New file.
14064         * modules/unistr/u32-strtok: New file.
14065         * lib/unistr/u8-strtok.c: New file.
14066         * lib/unistr/u16-strtok.c: New file.
14067         * lib/unistr/u32-strtok.c: New file.
14068         * lib/unistr/u-strtok.h: New file.
14069
14070         * modules/unistr/u8-uctomb: New file.
14071         * modules/unistr/u16-uctomb: New file.
14072         * modules/unistr/u32-uctomb: New file.
14073         * lib/unistr/u8-uctomb.c: New file.
14074         * lib/unistr/u16-uctomb.c: New file.
14075         * lib/unistr/u32-uctomb.c: New file.
14076
14077         * MODULES.html.sh (Unicode string functions): Add the new modules.
14078
14079 2007-01-08  Bruno Haible  <bruno@clisp.org>
14080
14081         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
14082         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
14083         subdirectories.
14084
14085 2007-01-08  Karl Berry  <karl@gnu.org>
14086
14087         * doc/error.texi: mention that main() fns must set program_name
14088         when progname is used.
14089
14090 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
14093         WCTYPE_H is empty, for the benefit of builds from non-distclean
14094         directories.  Problem reported by Eric Blake in
14095         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
14096
14097 2007-01-08  Bruno Haible  <bruno@clisp.org>
14098
14099         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
14100         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
14101         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
14102         PROVIDE_CANONICALIZE_FILENAME_MODE.
14103         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
14104
14105 2007-01-08  Bruno Haible  <bruno@clisp.org>
14106
14107         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
14108         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
14109         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
14110         * lib/fts.c: Likewise.
14111         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
14112
14113 2006-12-25  Bruno Haible  <bruno@clisp.org>
14114
14115         * modules/utf8-ucs4-safe: New file.
14116         * lib/utf8-ucs4-safe.h: New file.
14117         * lib/unistr/utf8-ucs4-safe.c: New file.
14118
14119         * modules/utf16-ucs4-safe: New file.
14120         * lib/utf16-ucs4-safe.h: New file.
14121         * lib/unistr/utf16-ucs4-safe.c: New file.
14122
14123         * MODULES.html.sh (Unicode string functions): Add the new modules.
14124
14125 2007-01-08  Bruno Haible  <bruno@clisp.org>
14126
14127         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
14128         (Depends-on): Add unitypes.
14129         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
14130         (u8_mbtouc_aux): Move out to separate file.
14131         (u8_mbtouc): Use ucs4_t, uint8_t types.
14132         * lib/unistr/utf8-ucs4.c: New file.
14133
14134         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
14135         (Depends-on): Add unitypes.
14136         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
14137         (u16_mbtouc_aux): Move out to separate file.
14138         (u16_mbtouc): Use ucs4_t, uint16_t types.
14139         * lib/unistr/utf16-ucs4.c: New file.
14140
14141         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
14142         (Depends-on): Add unitypes.
14143         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
14144         (u8_uctomb_aux): Move out to separate file.
14145         (u8_uctomb): Use ucs4_t, uint8_t types.
14146         * lib/unistr/ucs4-utf8.c: New file.
14147
14148         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
14149         (Depends-on): Add unitypes.
14150         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
14151         (u16_uctomb_aux): Move out to separate file.
14152         (u16_uctomb): Use ucs4_t, uint16_t types.
14153         * lib/unistr/ucs4-utf16.c: New file.
14154
14155 2006-12-25  Bruno Haible  <bruno@clisp.org>
14156
14157         * modules/unitypes: New file.
14158         * lib/unitypes.h: New file.
14159         * MODULES.html.sh (func_all_modules): New section "Unicode string
14160         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
14161         this section. Add unitypes.
14162
14163 2007-01-08  Bruno Haible  <bruno@clisp.org>
14164
14165         Avoid variable names that conflict with those from libtool.
14166         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
14167         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
14168         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
14169         library_names_spec to acl_library_names_spec, hardcode_* to
14170         acl_hardcode_*.
14171         Reported by Ralf Wildenhues.
14172
14173 2007-01-08  Bruno Haible  <bruno@clisp.org>
14174
14175         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
14176         definition.
14177         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
14178         definition.
14179         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
14180         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
14181         definition.
14182         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
14183         definition.
14184         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
14185         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
14186         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
14187         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
14188         definition.
14189         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
14190         definition.
14191         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
14192         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
14193         GC_USE_<algorithm>.
14194         * lib/gc-libgcrypt.c: Likewise.
14195         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
14196         * modules/gc-arctwo (configure.ac): Likewise.
14197         * modules/gc-des (configure.ac): Likewise.
14198         * modules/gc-hmac-md5 (configure.ac): Likewise.
14199         * modules/gc-hmac-sha1 (configure.ac): Likewise.
14200         * modules/gc-md2 (configure.ac): Likewise.
14201         * modules/gc-md4 (configure.ac): Likewise.
14202         * modules/gc-md5 (configure.ac): Likewise.
14203         * modules/gc-random (configure.ac): Likewise.
14204         * modules/gc-rijndael (configure.ac): Likewise.
14205         * modules/gc-sha1 (configure.ac): Likewise.
14206
14207 2007-01-08  Bruno Haible  <bruno@clisp.org>
14208
14209         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
14210         macro definition.
14211         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
14212         definition.
14213         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
14214         definition.
14215         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
14216         * modules/fcntl-safer (configure.ac): Likewise.
14217         * modules/fopen-safer (configure.ac): Likewise.
14218         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
14219         GNULIB_FWRITEERROR macro definition.
14220
14221 2007-01-08  Bruno Haible  <bruno@clisp.org>
14222
14223         * m4/gnulib-common.m4: New file.
14224         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
14225         (func_get_filelist): Add m4/gnulib-common.m4.
14226
14227 2007-01-08  Bruno Haible  <bruno@clisp.org>
14228
14229         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
14230         command.
14231
14232 2007-01-08  Jim Meyering  <jim@meyering.net>
14233
14234         Use a more robust test for a "can't happen" condition.
14235         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
14236         narrowed the st_size value.  Presuming the "can't happen" condition
14237         is true, that narrowing could conceivably convert an invalid st_size
14238         value into a valid one.  Instead, use a change based on Matthew
14239         Woehlke's original patch.
14240
14241         Slight readability improvement: use an assert-like macro
14242         in place of literal "abort ()" uses.
14243         * lib/fts.c (fts_assert): Define.
14244         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
14245         Use this macro instead of a bare 'abort'.
14246
14247 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
14248
14249         Don't worry about using IRIX 5.3's wctype.h broken definitions;
14250         simply work around them.
14251         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
14252         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
14253         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
14254         declaring.
14255         Don't bother to define as macros, since the standard doesn't require it.
14256         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
14257         longer worry about IRIX 5.3.
14258         (HAVE_WCTYPE_CTMP_BUG): Remove.
14259
14260 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
14263         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
14264         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
14265         Problems reported by Georg Schwarz for IRIX 5.3.
14266
14267         * gnulib-tool (autoconf_minversion): Take the maximum version number
14268         found, not the minimum.  Problem reported by James Youngman.
14269
14270 2007-01-03  Karl Berry  <karl@gnu.org>
14271
14272         * doc/error.texi: new file, explaining interaction with progname.
14273         * doc/gnulib.texi: include it.  Update copyright.
14274
14275 2007-01-03  Simon Josefsson  <simon@josefsson.org>
14276
14277         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
14278         AC_CANONICAL_HOST, to improve autobuild outputs.
14279
14280 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
14281             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
14282
14283         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
14284         sockets, server sockets, and other file descriptors.  Count errors
14285         to compute the return value.  Reorder the code a bit to be easier
14286         to follow.  Don't set event bits that were not requested (except
14287         POLLERR and POLLHUP).
14288
14289 2007-01-01  Bruno Haible  <bruno@clisp.org>
14290
14291         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
14292
14293 2007-01-03  Jim Meyering  <jim@meyering.net>
14294
14295         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
14296
14297 2007-01-02  Bruno Haible  <bruno@clisp.org>
14298
14299         * modules/settime (Include): Require timespec.h.
14300         * modules/nanosleep (Include): Likewise.
14301
14302 2007-01-01  Bruno Haible  <bruno@clisp.org>
14303
14304         * gnulib-tool (func_emit_copyright_notice): Bump year.
14305         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
14306
14307 2007-01-01  Bruno Haible  <bruno@clisp.org>
14308
14309         Improve support for OpenBSD.
14310         * build-aux/config.rpath (libname_spec): Export.
14311         (library_names_spec): New variable. Export.
14312         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
14313         library_names_spec from the config.rpath output. Locate shared library
14314         through the name pattern in library_names_spec.
14315
14316 2007-01-01  Eric Blake  <ebb9@byu.net>
14317
14318         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
14319
14320 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
14321
14322         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
14323         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
14324         assume the C locale, and avoid an "eval" that could cause trouble.
14325         Problem with SORT reported by Bob Proulx.
14326
14327         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
14328         Define.  Trivial patch from Henning Nielsen Lund, originally
14329         sent to bug-grep@gnu.org today.
14330
14331 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
14334         struct stat.  Problem reported by Henning Nielsen Lund.
14335         * lib/acl.c: Include acl.h first, to check interface.  Don't
14336         bother to include sys/types.h and sys/stat.h again.
14337
14338 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14339
14340         Import the following change from libc; problem reported by
14341         Sven Verdoolaege.
14342
14343         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
14344
14345         [BZ #1373]
14346         * lib/argp.h: Remove __NTH for __argp_usage inline function.
14347
14348 2006-12-28  Jim Meyering  <jim@meyering.net>
14349
14350         * build-aux/announce-gen: Do not assume that the package
14351         builds any of tar.gz, tar.bz2, and .xdelta files.
14352         Suggestion from Simon Josefsson.
14353
14354 2006-12-28  Simon Josefsson  <simon@josefsson.org>
14355
14356         * modules/announce-gen: New file.
14357
14358 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
14359
14360         * lib/mbchar.h: Just include <wctype.h>; the wctype module
14361         handles its gotchas now.
14362         * lib/mbswidth.c: Likewise.
14363         * lib/wcwidth.h: Likewise.
14364         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
14365         and iswcntrl; the wctype module does this stuff now.
14366         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14367         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14368         * modules/mbchar (Depends-on): Add wctype.
14369         * modules/mbswidth (Depends-on): Likewise.
14370         * modules/wcwidth (Depends-on): Likewise.
14371
14372 2006-12-27  Eric Blake  <ebb9@byu.net>
14373
14374         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
14375         module uses more than what <wctype.h> is required to provide.
14376
14377 2006-12-26  Eric Blake  <ebb9@byu.net>
14378
14379         * gnulib-tool (sed_extract_prog): Avoid space-tab.
14380
14381 2006-12-26  Eric Blake  <ebb9@byu.net>
14382
14383         * modules/absolute-header: New module.
14384         * modules/fcntl (Depends-on): Depend on it.
14385         * modules/inttypes (Depends-on): Likewise.
14386         * modules/stdint (Depends-on): Likewise.
14387         * modules/sys_stat (Depends-on): Likewise.
14388         * modules/wctype (Depends-on): Likewise.
14389         * MODULES.html.sh (Support for building libraries and
14390         executables): Document it.
14391
14392 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
14393
14394         * gnulib-tool (SED): Remove, undoing previous change.
14395         The problem was that it broke coreutils on Solaris, because
14396         "sed --posix" leaked into a makefile.
14397         (sed): New alias, if 'alias' and GNU sed.
14398
14399 2006-12-24  Jim Meyering  <jim@meyering.net>
14400
14401         Work around an fchownat bug in glibc-2.4:
14402         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
14403         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
14404         in spite of the -P option.
14405         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
14406         New macros.
14407         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
14408         * modules/openat (Files): Add lib/fchownat.c.
14409         * lib/openat.c (fchownat): Don't define here.  Move to...
14410         * lib/fchownat.c: ...this new file.
14411
14412 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14413
14414         Fix bug reported by Bruno Haible in
14415         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
14416         where quotearg.c didn't compile on Mac OS X 10.2 because it
14417         lacks <wchar.h> and wint_t.
14418         * lib/wctype_.h (__wctype_wint_t): New type.
14419         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
14420         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
14421         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
14422         Arg is now of type __wctype_wint_t, not wint_t.
14423         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
14424         substitute HAVE_WINT_T.
14425         * modules/wctype (Files): Add m4/wint_t.m4.
14426         (wctype.h): Substitute HAVE_WINT_T.
14427
14428 2006-12-23  Bruno Haible  <bruno@clisp.org>
14429
14430         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
14431
14432 2006-12-23  Bruno Haible  <bruno@clisp.org>
14433
14434         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
14435         S_ISLNK.
14436         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
14437         mingw.
14438
14439 2006-12-22  Bruno Haible  <bruno@clisp.org>
14440
14441         * lib/copy-file.c: Include acl.h.
14442         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
14443         Close the file descriptors only after being done with copy_acl.
14444         * modules/copy-file (Depends-on): Add acl.
14445
14446 2006-12-22  Bruno Haible  <bruno@clisp.org>
14447
14448         * gnulib-tool (SED): New variable.
14449         Use $SED instead of sed everywhere.
14450
14451 2006-12-22  Bruno Haible  <bruno@clisp.org>
14452
14453         * modules/no-c++: New file.
14454         * m4/no-c++.m4: New file.
14455         * MODULES.html.sh (Support for building libraries and executables):
14456         Add no-c++.
14457
14458 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
14459
14460         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
14461         Include <limits.h>, and use its INT_MAX to rewrite the
14462         j loop so that it does not overflow 'int'.  Problem reported by
14463         Ralf Wildenhues in
14464         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
14465         Play it safe by shifting left by 1 rather than multiplying by 2,
14466         as GCC is less likely to optimize this away when the value
14467         is signed (when it assumes overflow leads to undefined behavior).
14468         Also, don't assume time_t uses two's complement.
14469
14470 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
14471
14472         * MODULES.html.sh: New module wctype.
14473         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
14474         * lib/fnmatch.c: Don't bother to include <wchar.h> before
14475         <wctype.h>, since the new wctype module should fix this.
14476         * lib/quotearg.c: Include <wctype.h> unconditionally, since
14477         the wctype module should arrange for it.
14478         * lib/regex_internal.h: Likewise.
14479         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
14480         since the wctype module should handle this now.
14481         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
14482         * modules/fnmatch (Depends-on): Add wctype.
14483         * modules/quotearg (Depends-on): Likewise.
14484         * modules/regex (Depends-on): Likewise.
14485
14486 2006-12-19  Bruno Haible  <bruno@clisp.org>
14487
14488         * lib/strdup.h [C++]: Wrap definitions in extern "C".
14489         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
14490
14491 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14492
14493         * modules/savewd (Depends-on): Fix dependency on fcntl.
14494
14495 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
14496
14497         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
14498         conforms to C99, rather than relying on the user's environment
14499         setting of STDINT_H.
14500
14501 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
14502         and Eric Blake  <ebb9@byu.net>
14503
14504         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
14505         This is more consistent with the other defines here.
14506         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
14507         Port to z/OS.  Problem reported by Paul Gilmartin.
14508         Change local vars to use gl_ prefix rather than ac_.
14509         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
14510         with other defines.
14511         * modules/double-slash-root: New module.
14512         * modules/dirname (Files): Remove m4/double-slash-root.m4.
14513         (Depends-on): Add double-slash-root.
14514         * MODULES.html.sh (File system functions): Mention new module.
14515
14516 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
14517
14518         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
14519         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
14520         This is for the benefit of gzip, which doesn't do i18n.
14521
14522 2006-12-12  Jim Meyering  <jim@meyering.net>
14523
14524         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
14525         Reported by Andreas Schwab <schwab@suse.de>.
14526
14527 2006-12-12  Bruno Haible  <bruno@clisp.org>
14528
14529         Merge these changes.
14530         2006-09-05  Bruno Haible  <bruno@clisp.org>
14531         * lib/iconvme.c (iconv_string): No need to save and restore errno when
14532         iconv_alloc succeeded.
14533         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
14534         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
14535         test for " && dest " at the end - dest is always != NULL there. Call
14536         iconv with 4xNULL arguments initially, to reset the state. Call iconv
14537         with 2xNULL arguments, also to flush the state storage. Handle the
14538         IRIX iconv behaviour. Realloc the final result, to throw away unused
14539         memory.
14540
14541 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
14544         and fchmodat unconditionally, since glibc 2.4 has them.
14545         Problem reported by Arkadiusz Miskiewicz.
14546
14547 2006-12-10  Bruno Haible  <bruno@clisp.org>
14548
14549         * gnulib-tool (func_import): Show the include files only for those
14550         modules that are copied and specified.
14551         Reported by Karl Berry.
14552
14553 2006-12-08  Jim Meyering  <jim@meyering.net>
14554
14555         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
14556         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
14557
14558         * build-aux/announce-gen: Add two new options, both optional:
14559         --bootstrap-tools=TOOL_LIST
14560               a comma-separated list of tools, e.g.,
14561               autoconf,automake,bison,gnulib
14562         --gnulib-snapshot-date=DATE
14563               if gnulib is in the bootstrap tool list,
14564               then report this as the snapshot date.
14565               If not specified, use the current date/time.
14566               If you specify a date here, be sure it's UTC.
14567
14568 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14569
14570         * tests/test-argp-2.sh: Fix test to match actual output.
14571         (func_compare): Fix sed script to be portable.
14572
14573 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
14574
14575         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
14576         workaround for this case.  It is not autoconfigured now; offhand
14577         it's hard to see how to autoconfigure it.
14578
14579 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
14582         a directory that is about to be chowned.  Such a directory's
14583         initial file permissions should permit the owner only and this
14584         should not be changed until after the chown, since the group and
14585         other bits would be incorrect if they granted permission before
14586         the chown.
14587
14588         Fix porting problem for iswctype reported by Georg Schwarz in:
14589         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
14590         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
14591         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
14592         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
14593         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
14594
14595 2006-12-03  Jim Meyering  <jim@meyering.net>
14596
14597         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
14598         p->fts_statp may not yet be defined.
14599         (fts_read): Instead, set it in the caller, once p->fts_statp is
14600         sure to be defined, and corresponds to a top-level directory.
14601         This bug made du -x fail.  Here's the coreutils test case:
14602         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
14603         Reported by Mike Frysinger.
14604
14605 2006-12-01  Jim Meyering  <jim@meyering.net>
14606
14607         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
14608         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
14609         Reported by Simon Josefsson.
14610
14611 2006-11-30  Jim Meyering  <jim@meyering.net>
14612
14613         * m4/warning.m4: Use the all-permissive copyright notice
14614         recommended by RMS (rather than LGPL).
14615         * m4/vararrays.m4: Likewise.
14616         * m4/flexmember.m4: Likewise.
14617
14618 2006-11-29  Bruno Haible  <bruno@clisp.org>
14619
14620         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14621         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
14622         using +=.
14623         Reported by Simon Josefsson <simon@josefsson.org>.
14624
14625 2006-11-28  James Youngman <jay@gnu.org>
14626
14627         * README: Advise users that they might find the bug-gnulib@gnu.org
14628         and autotools-announce@gnu.org mailing lists useful.
14629
14630 2006-11-28  Bruno Haible  <bruno@clisp.org>
14631
14632         * m4/ptrdiff_max.m4: Remove file.
14633
14634 2006-11-21  Bruno Haible  <bruno@clisp.org>
14635
14636         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
14637         _AC_COMPUTE_INT.
14638         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14639         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
14640         _AC_COMPUTE_INT.
14641         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14642         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
14643         _AC_COMPUTE_INT.
14644         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14645
14646 2006-11-28  Jim Meyering  <jim@meyering.net>
14647
14648         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
14649         warning from "gcc -Wshadow" about shadowing the builtin.
14650
14651 2006-11-27  Bruno Haible  <bruno@clisp.org>
14652
14653         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
14654         _AC_COMPUTE_INT.
14655         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14656
14657 2006-11-27  Bruno Haible  <bruno@clisp.org>
14658             Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
14661
14662 2006-11-26  Bruno Haible  <bruno@clisp.org>
14663
14664         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14665         noinst_LTLIBRARIES.
14666
14667 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14668             Bruno Haible  <bruno@clisp.org>
14669
14670         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
14671         if compiling with "gcc -ansi".
14672
14673 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14674
14675         Fix some incompatibilities with gcc -ansi -pedantic.
14676         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
14677         if compiling pedantically with GCC, unless it's C99 or later.
14678         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
14679         it mishandles gcc -ansi -pedantic as well.
14680         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
14681         if gcc -pedantic.
14682         * lib/regexec.c (check_node_accept_bytes): Don't use auto
14683         initializers for struct if -pedantic, unless it's C99 or later.
14684
14685 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
14686
14687         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
14688         Don't close an fd more than once. Identical atimes indicate
14689         success, not failure.
14690
14691 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
14692
14693         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
14694
14695 2006-11-23  Jim Meyering  <jim@meyering.net>
14696
14697         * build-aux/announce-gen: New file.  From coreutils.
14698
14699 2006-11-22  Jim Meyering  <jim@meyering.net>
14700
14701         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
14702         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
14703         (fts_read): Use a temporary to narrow the overused st_size member
14704         before using it in a switch statement.  Reported by Matthew Woehlke.
14705
14706         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
14707         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
14708
14709 2006-11-20  Bruno Haible  <bruno@clisp.org>
14710
14711         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
14712         changequote instead of pairs of brackets.
14713         Reported by Andreas Schwab <schwab@suse.de>.
14714
14715 2006-11-21  Jim Meyering  <jim@meyering.net>
14716
14717         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
14718         so as to remain compatible with older compilers.
14719         Patch from Michael Deutschmann.
14720
14721 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14722
14723         * MODULES.html.sh (File system functions): Add openat.
14724
14725         * lib/openat.h (rpl_fstatat): New macro, if
14726         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
14727         (fstatat): Define to rpl_fstatat under the same conditions,
14728         unless COMPILING_FSTATAT.
14729         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
14730         seems to have the bug.
14731         * lib/fstatat.c: New file.
14732         * modules/openat (Files): Add it.
14733
14734 2006-11-20  Bruno Haible  <bruno@clisp.org>
14735
14736         * Makefile: New file.
14737
14738 2006-11-20  Jim Meyering  <jim@meyering.net>
14739
14740         The beginnings of syntax-related checks for gnulib.
14741         * lib/Makefile: New file.
14742         * lib/t-idcache: New script.  Ensure that the two halves of
14743         idcache.c stay in sync.
14744
14745         * lib/idcache.c: Adjust comments in user- and group- portions to
14746         be more accurate, and to be consistent with one another.
14747
14748 2006-11-20  Jim Meyering  <jim@meyering.net>
14749
14750         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
14751         continue using the flexible array member (thus, this module performs
14752         half as many malloc calls), with the addition that...
14753         (getgroup, getuser): Consistently record a non-match via an empty
14754         "name" string, and map an empty string match to a NULL return value.
14755         * modules/idcache (Depends-on): Re-add flexmember.
14756
14757         * lib/idcache.c (getuser): Remove all uses of the register keyword.
14758         (getuidbyname, getgroup, getgidbyname): Likewise.
14759
14760         Use cleaner syntax: NULL rather than 0.
14761         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
14762
14763 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14764
14765         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
14766         It mishandled the case where the group was missing.
14767         Problem reported by Greg Schafer.
14768         * modules/idcache: Likewise.
14769
14770 2006-11-18  Jim Meyering  <jim@meyering.net>
14771
14772         * check-module (%exempt_header): Add exception for some
14773         conditionally-included headers.
14774
14775         * modules/i-ring (Depends-on): Add verify.
14776         (License): Change to LGPL.
14777
14778 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14779
14780         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
14781         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
14782         and inttostr.h.  Use snprintf rather than uinttostr, so that
14783         LGPLed code doesn't depend on GPLed.
14784
14785 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14786
14787         * modules/inline (License): Change from GPL to LGPL.
14788
14789 2006-11-17  Jim Meyering  <jim@meyering.net>
14790
14791         * modules/d-type (License): Switch to LGPL.
14792
14793 2006-11-15  Bruno Haible  <bruno@clisp.org>
14794
14795         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
14796
14797 2006-11-15  Eric Blake  <ebb9@byu.net>
14798
14799         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
14800         the module dependency.
14801
14802 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14803             Bruno Haible  <bruno@clisp.org>
14804
14805         * gnulib-tool (func_create_testdir): Add license consistency check.
14806
14807 2006-11-15  Eric Blake  <ebb9@byu.net>
14808
14809         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
14810         random "(cached)" in configure output.
14811
14812 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14813
14814         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
14815         test for conforming inttypes.h is both announced and cached.
14816
14817         * MODULES.html.sh (seen_modules, seen_files): New variables.
14818         (func_module): Rewrite to use a few less gnulib-tool and sed
14819         invocations.  Avoid a couple of quadratic algorithms for ...
14820         (missed_modules, missed_files): ... these, with ...
14821         (func_append, func_tmpdir): ... these new functions, from
14822         gnulib-tool.  Analogously, install traps for cleanup.
14823
14824         * tests/test-gc.c (main): Remove unused variables.
14825         * tests/test-read-file.c: Include stdlib.h, for 'free'.
14826
14827 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
14828
14829         * modules/inttostr (License): Change to LGPL.
14830
14831 2006-11-14  Eric Blake  <ebb9@byu.net>
14832
14833         * modules/tempname (License): Change to LGPL.
14834
14835 2006-11-14  Eric Blake  <ebb9@byu.net>
14836
14837         * doc/functions.texi (Function Portability): *printf functions on
14838         Cygwin now understand all POSIX size specifiers.
14839
14840 2006-11-14  Bruno Haible  <bruno@clisp.org>
14841
14842         * modules/c-ctype (License): Change to LGPL.
14843
14844 2006-11-12  Bruno Haible  <bruno@clisp.org>
14845
14846         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
14847         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
14848         for GNOME libraries, for which the include files are installed in
14849         subdirectories of $prefix/include.
14850
14851 2006-11-12  Bruno Haible  <bruno@clisp.org>
14852
14853         * m4/lib-link.m4: Require at least autoconf-2.54.
14854         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
14855         name to underscores for the --with option.
14856
14857 2006-11-13  Bruno Haible  <bruno@clisp.org>
14858
14859         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
14860         the tests directory.
14861         Reported by Ralf Wildenhues.
14862
14863 2006-11-13  Bruno Haible  <bruno@clisp.org>
14864
14865         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
14866         (func_emit_initmacro_end): Undo the override here.
14867         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
14868         Works around the famous automake error in coreutils.
14869
14870 2006-11-13  Eric Blake  <ebb9@byu.net>
14871
14872         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
14873         element, not its node.
14874
14875 2006-11-12  Bruno Haible  <bruno@clisp.org>
14876
14877         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
14878         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
14879
14880 2006-11-12  Bruno Haible  <bruno@clisp.org>
14881
14882         * gnulib-tool: New option --local-symlink.
14883         (func_usage): Document it.
14884         (lsymbolic): New variable.
14885         (func_import, func_create_testdir): If --symlink was not specified,
14886         test whether --local-symlink was specified and the file comes from
14887         the local_gnulib_dir.
14888
14889 2006-11-12  Bruno Haible  <bruno@clisp.org>
14890
14891         * gnulib-tool (func_ln): New function.
14892         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
14893
14894 2006-11-12  Bruno Haible  <bruno@clisp.org>
14895
14896         Finish support for source files in subdirectories.
14897         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
14898         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
14899         AUTOMAKE_OPTIONS.
14900         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
14901
14902 2006-11-12  Bruno Haible  <bruno@clisp.org>
14903
14904         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14905         EXTRA_lib_SOURCES augmentation.
14906         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
14907
14908 2006-11-12  Jim Meyering  <jim@meyering.net>
14909
14910         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
14911         file descriptors.  This also averts a failure on systems with
14912         native openat support when a traversed directory lacks "x" access.
14913         * lib/fts_.h: Include "i-ring.h"
14914         (struct FTS) [fts_fd_ring]: New member.
14915         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
14916         (FCHDIR): Add parentheses.
14917         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
14918         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
14919         When descending, rather than simply closing the previous
14920         fts_cwd_fd value, push that file descriptor onto the ring.
14921         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
14922         (fts_open): Initialize the new fd_ring member.
14923         (fts_close): Clear the ring.
14924         (fts_safe_changedir): When possible, use our new fd_ring to skip
14925         the diropen and fstat and dev/ino comparison that would normally
14926         accompany a virtual `chdir ("..")'.
14927
14928         * modules/fts (Depends-on): Add i-ring.
14929         * modules/i-ring: New module.
14930         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
14931         * m4/i-ring.m4: New file.
14932
14933 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14934
14935         * gnulib-tool (func_create_testdir): Fix replacement of
14936         `build-aux' in configure.ac.  Run autotools in gltests
14937         subdirectory.
14938         (func_create_testdir, func_create_megatestdir, test): There is
14939         no need for '--force' in most autotool invocations in a new
14940         tree.  Actually fail the whole test if any of the tools, or the
14941         configure or make stages fail.
14942
14943         Sync from Automake.
14944         * build-aux/gnupload: Revert last change.  Add pointer to upload
14945         instructions of the GNU Maintenance Instructions.
14946         Suggestion by Karl Berry.
14947
14948 2006-11-10  Jim Meyering  <jim@meyering.net>
14949
14950         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
14951
14952 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14953
14954         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
14955         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
14956         (bind_textdomain_codeset) [! ENABLE_NLS]:
14957         Evaluate all the arguments.  That way, callers get compatible behavior
14958         if the arguments have side effects.  Also, it avoids some GCC
14959         diagnostics in some cases; Joel E. Denny reported problems when Bison
14960         was configured with --enable-gcc-warnigs.
14961
14962 2006-11-10  Jim Meyering  <jim@meyering.net>
14963
14964         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
14965         relevant options in CFLAGS (like -O, -fno-inline) are taken into
14966         account.
14967
14968 2006-11-10  Jim Meyering  <jim@meyering.net>
14969
14970         * modules/inline: New file/module.
14971         * modules/xalloc (Files): Remove m4/inline.m4.
14972         (Depends-on): Add inline, instead.
14973         * modules/oset: Likewise.
14974         * modules/list: Likewise.
14975
14976 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14977
14978         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
14979         Problem reported by Matthew Woehlke.
14980
14981 2006-11-09  Bruno Haible  <bruno@clisp.org>
14982
14983         * lib/tempname.c (gen_tempname): Remove variant that invokes
14984         __gen_tempname.
14985         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
14986         __gen_tempname.
14987
14988 2006-11-08  Bruno Haible  <bruno@clisp.org>
14989
14990         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
14991         to 'yes' instead of 'cross-compiling'.
14992
14993 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
14994
14995         * lib/quotearg.h (quotearg_free): New decl.
14996         * lib/quotearg.c (quotearg_free): New function.
14997         (slot0, nslots, slotvec0, slotvec):
14998         Now file-scope so that quotearg_free can get at them.
14999
15000 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15001
15002         Sync from Automake.
15003         * build-aux/gnupload: Add missing 'gnu' to example URL.
15004         Report by Karl Berry.
15005
15006 2006-11-08  Bruno Haible  <bruno@clisp.org>
15007
15008         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
15009         Suggested by Paul Eggert.
15010
15011 2006-11-08  Jim Meyering  <jim@meyering.net>
15012
15013         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
15014         It's already included if !_LIBC.
15015         (fts_safe_changedir): Add a comment.
15016
15017 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
15018
15019         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
15020         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
15021         Matthew Woehlke.
15022
15023         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
15024         definitions up, to avoid colliding with change below.
15025         (static_inline) [HAVE_INLINE]: New macro.
15026         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
15027         Provide extern decls when !HAVE_INLINE.  Do not define unless
15028         static_inline is defined, either by us or by xmalloc.c.  Use
15029         static_inline rather than static inline.
15030         (XCALLOC): Optimize sizeof(T) = 1 case.
15031         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
15032
15033 2006-11-07  Bruno Haible  <bruno@clisp.org>
15034
15035         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
15036         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
15037         AC_C_INLINE.
15038         * modules/xalloc (Files): Add m4/inline.m4.
15039
15040 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15041
15042         * README: Fix typo.
15043         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
15044         (Miscellanous Notes): ...from this.
15045
15046 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
15047
15048         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
15049         Mention that offsetof should be used instead of sizeof.
15050         From Bruno Haible.
15051
15052 2006-11-07  Bruno Haible  <bruno@clisp.org>
15053
15054         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
15055
15056 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
15057
15058         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
15059         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
15060         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
15061         (gl_tree_add_before, gl_tree_add_after):
15062         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
15063         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
15064         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15065         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
15066         (gl_linked_add_after, gl_linked_add_at): Likewise.
15067         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
15068         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
15069         (gl_tree_add_before, gl_tree_add_after): Likewise.
15070         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
15071         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
15072         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
15073
15074 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15075
15076         * lib/gl_oset.h: Use C comment style, not C++ comment style.
15077
15078 2006-11-06  Bruno Haible  <bruno@clisp.org>
15079
15080         * m4/inline.m4: New file.
15081         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
15082         * modules/list (Files): Add m4/inline.m4.
15083         * modules/oset (Files): Likewise.
15084
15085 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
15086
15087         * lib/idcache.c: Include <stddef.h>, for offsetof.
15088         (struct userid.name): Change from char * to a flexible array member.
15089         All uses changed.
15090         * modules/idcache (Depends-on): Add flexmember.
15091
15092         * MODULES.html.sh (Core language properties): New module flexmember.
15093         * modules/flexmember, m4/flexmember.m4: New files.
15094
15095         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
15096         inline functions that are identical with the old xnmalloc_inline,
15097         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
15098         that we can avoid some unnecessary integer multiplications and
15099         divisions in the common case where the element size is known at
15100         compile time.
15101         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
15102         needed.
15103         (xnboundedmalloc): Remove.
15104         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
15105         arguments, for consistency with rest of this header.
15106         (xcharalloc): Rewrite using XNMALLOC.
15107         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
15108         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
15109         versions have been moved to lib/xalloc.h and renamed to be the
15110         non-*_inline versions.
15111         (xmalloc, xrealloc): Implement without reference to the xnmalloc
15112         and xnrealloc functions, since those functions are now inline and
15113         now call us.
15114         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
15115         renaming described above.
15116         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
15117         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
15118         captures the dependency in AC_C_INLINE.
15119
15120         New module canonicalize-lgpl, proposed by Charles Wilson in
15121         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
15122         with a few small changes afterwards.
15123         * MODULES.html.sh (File system functions): New module
15124         canonicalize-lgpl.
15125         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
15126         and canonicalize_file_name.
15127         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
15128         * modules/canonicalize-lgpl: New files.
15129
15130 2006-11-05  Bruno Haible  <bruno@clisp.org>
15131
15132         * gnulib-tool (func_import, func_create_testdir): Create directories
15133         also for files in subdirectories of lib/.
15134
15135 2006-11-05  Bruno Haible  <bruno@clisp.org>
15136
15137         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
15138         ANSI C compliant.
15139
15140 2006-11-03  Bruno Haible  <bruno@clisp.org>
15141
15142         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
15143         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
15144         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
15145         (xnboundedmalloc): New inline function.
15146         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
15147         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
15148         xmalloc.
15149         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
15150         xmalloc.
15151         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
15152         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
15153         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
15154         xmalloc.
15155         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
15156         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
15157         xmalloc.
15158         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
15159         gl_tree_add_after): Use XMALLOC instead of xmalloc.
15160         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
15161         xmalloc.
15162         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
15163         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
15164         gl_tree_add_after): Use XMALLOC instead of xmalloc.
15165         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
15166         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
15167         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
15168         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
15169
15170 2006-11-03  Bruno Haible  <bruno@clisp.org>
15171
15172         * lib/c-ctype.h [C++]: Define functions without name mangling.
15173         * lib/fwriteerror.h [C++]: Likewise.
15174         * lib/gcd.h [C++]: Likewise.
15175         * lib/linebreak.h [C++]: Likewise.
15176
15177 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15178
15179         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
15180         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
15181         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
15182         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
15183         Check for functions and headers just once.
15184         Check for declaration of canonicalize_file_name.
15185         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
15186
15187 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15188
15189         * gnulib-tool (func_import): Fix typo in actioncmd.
15190
15191 2006-11-02  Bruno Haible  <bruno@clisp.org>
15192
15193         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
15194         newline sequence in the Makefile.am snippet as a space, like "make"
15195         does.
15196         Reported by Roger Persson <perrog@gmail.com>.
15197
15198 2006-11-01  Bruno Haible  <bruno@clisp.org>
15199
15200         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
15201         already declared in <string.h>.
15202         * lib/strcase.h (strncasecmp): Don't declare it if yes.
15203
15204 2006-11-01  Bruno Haible  <bruno@clisp.org>
15205
15206         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
15207         * lib/strcase.h: Include <string.h>.
15208         (strcasecmp): Define to rpl_strcasecmp here.
15209
15210 2006-11-01  Bruno Haible  <bruno@clisp.org>
15211
15212         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
15213
15214 2006-11-01  Eric Blake  <ebb9@byu.net>
15215
15216         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
15217
15218         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
15219
15220 2006-10-29  Bruno Haible  <bruno@clisp.org>
15221
15222         Make it compile in C++ mode.
15223         * lib/full-write.c (full_rw): Add a cast.
15224
15225 2006-11-01  Bruno Haible  <bruno@clisp.org>
15226
15227         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
15228         be POSIX compliant.
15229         Reported by Roger Persson <perrog@gmail.com>.
15230
15231 2006-11-01  Eric Blake  <ebb9@byu.net>
15232
15233         * lib/getopt_.h: Fix comments.
15234
15235 2006-10-31  Eric Blake  <ebb9@byu.net>
15236
15237         * modules/tmpdir (Depends-on): Add sys_stat.
15238         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
15239         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
15240         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
15241         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
15242         tempname.
15243
15244 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
15245
15246         Avoid some C++ diagnostics reported by Bruno Haible.
15247         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
15248         xmalloc.
15249         (quotearg_alloc): Use xcharalloc rather than xmalloc.
15250         (struct slotvec): Move to top level.
15251         (quotearg_n_options): Rewrite to avoid xmalloc.
15252         * lib/xalloc.h (xcharalloc): New function.
15253         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
15254         [defined __cplusplus]: Add function template that provides result
15255         type propagation.  This part of the change is from Bruno Haible.
15256
15257 2006-10-29  Bruno Haible  <bruno@clisp.org>
15258
15259         Make it compile in C++ mode.
15260         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
15261         * lib/strnlen1.c (strnlen1): Cast memchr result.
15262         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
15263         * lib/clean-temp.c (string_equals, string_hash): Add casts.
15264         (create_temp_dir): Rename local variable 'template'.
15265         (compile_csharp_using_sscli): Add cast.
15266         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
15267         * lib/findprog.c (find_in_path): Likewise.
15268         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
15269         * lib/wait-process.c (register_slave_subprocess): Likewise.
15270
15271 2006-10-22  Bruno Haible  <bruno@clisp.org>
15272
15273         * modules/tsearch: New file.
15274         * lib/tsearch.h: New file.
15275         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
15276         * m4/tsearch.m4: New file.
15277         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
15278
15279 2006-10-29  Eric Blake  <ebb9@byu.net>
15280
15281         * lib/arcfour.c: Assume config.h.
15282         * lib/arctwo.c: Likewise.
15283         * lib/base64.c: Likewise.
15284         * lib/check-version.c: Likewise.
15285         * lib/crc.c: Likewise.
15286         * lib/des.c: Likewise.
15287         * lib/gc-gnulib.c: Likewise.
15288         * lib/gc-libgcrypt.c: Likewise.
15289         * lib/gc-pbkdf2-sha1.c: Likewise.
15290         * lib/getaddrinfo.c: Likewise.
15291         * lib/getdelim.c: Likewise.
15292         * lib/getline.c: Likewise.
15293         * lib/hmac-md5.c: Likewise.
15294         * lib/hmac-sha1.c: Likewise.
15295         * lib/iconvme.c: Likewise.
15296         * lib/md2.c: Likewise.
15297         * lib/md4.c: Likewise.
15298         * lib/memxor.c: Likewise.
15299         * lib/read-file.c: Likewise.
15300         * lib/readline.c: Likewise.
15301         * lib/rijndael-alg-fst.c: Likewise.
15302         * lib/rijndael-api-fst.c: Likewise.
15303         * lib/xgetdomainname.c: Likewise.
15304
15305 2006-10-28  Eric Blake  <ebb9@byu.net>
15306
15307         * lib/xstrndup.c: Assume config.h.
15308
15309 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
15310
15311         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
15312         stat-macros.h is now for our own macros, whereas stat_h is for
15313         macros in the <sys/stat.h> name space.
15314         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
15315         (STAT_MACROS_H): Remove.
15316         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
15317         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
15318         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
15319         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
15320         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
15321         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
15322         Move these macros to ...
15323         * lib/stat_.h: here.  Don't include stat-macros.h.
15324         * lib/canonicalize.c: Don't include stat-macros.h.
15325         * lib/chown.c: Likewise.
15326         * lib/euidaccess.c: Likewise.
15327         * lib/file-type.c: Likewise.
15328         * lib/filemode.c: Likewise.
15329         * lib/glob.c: Likewise.
15330         * lib/isapipe.c: Likewise.
15331         * lib/lchown.c: Likewise.
15332         * lib/lstat.c: Likewise.
15333         * lib/mkdir-p.c: Likewise.
15334         * lib/rmdir.c: Likewise.
15335         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
15336         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
15337         unless mkdir isn't declared, to speed up 'configure'.
15338         Always create sys/stat.h, since it's unlikely any real sys/stat.h
15339         would define all the S_* symbols.
15340         * modules/canonicalize (Depends-on):
15341         Depend on sys_stat, not stat-macros.
15342         * modules/chown: Likewise.
15343         * modules/euidaccess: Likewise.
15344         * modules/filemode: Likewise.
15345         * modules/file-type: Likewise.
15346         * modules/glob: Likewise.
15347         * modules/isapipe: Likewise.
15348         * modules/lchown: Likewise.
15349         * modules/lstat: Likewise.
15350         * modules/mkancesdirs: Likewise.
15351         * modules/rmdir: Likewise.
15352         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
15353         * modules/modechange: Likewise.
15354         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
15355         (configure.ac): Remove gl_STAT_MACROS.
15356         * modules/sys_stat (Depends-on): Remove stat-macros.
15357
15358 2006-10-27  Bruno Haible  <bruno@clisp.org>
15359
15360         * m4/signed.m4: Remove file.
15361         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
15362         invocation.
15363         * modules/vasnprintf (Files): Remove m4/signed.m4.
15364
15365 2006-10-27  Bruno Haible  <bruno@clisp.org>
15366
15367         Update to GNU gettext 0.16.
15368         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
15369         m4/inttypes-h.m4, m4/signed.m4.
15370         * m4/gettext.m4: Update to GNU gettext 0.16.
15371         * m4/intl.m4: New file, from GNU gettext.
15372         * m4/intldir.m4: New file, from GNU gettext.
15373         * config/srclist.txt: Update
15374
15375 2006-10-27  Eric Blake  <ebb9@byu.net>
15376
15377         * MODULES.html.sh: Document tempname.
15378         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
15379         dependencies.
15380         (Files): Move lib/tempname.c...
15381         * modules/tempname: ...to this new module.
15382         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
15383         (gl_PREREQ_TEMPNAME): Move...
15384         * m4/tempname.m4: ...to this new file.
15385         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
15386         * modules/sys_stat (Depends-on): Add stat-macros.
15387         * lib/stat_.h (includes): Pick up stat macros.
15388         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
15389         if stat macros are broken.
15390         * lib/tempname.c (includes): No need to include "stat-macros.h".
15391         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
15392         (direxists, __path_search) [!_LIBC]: Don't compile these in
15393         gnulib; the tmpdir module covers that.
15394         * lib/tempname.h: New file.
15395
15396 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
15397
15398         * COPYING: Explain how gnulib-tool converts licence headers.
15399         Almost all wording by Eric Blake.
15400
15401 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
15402
15403         * lib/mbchar.h (is_basic_table): Make read-only.
15404         * lib/mbchar.c (is_basic_table): Likewise.
15405         Reported by John Darrington.
15406
15407 2006-10-25  Bruno Haible  <bruno@clisp.org>
15408
15409         * lib/progname.h (set_program_name): Undefine before defining.
15410
15411 2006-10-25  Bruno Haible  <bruno@clisp.org>
15412
15413         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
15414         false for non-gcc C++ compilers.
15415         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
15416
15417 2006-10-24  Bruno Haible  <bruno@clisp.org>
15418
15419         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
15420         iconv implementations like Irix iconv.
15421
15422 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15423
15424         * modules/vararrays: New file.
15425         * m4/vararrays.m4: New file, taken from diffutils.
15426         * MODULES.html.sh: New module vararrays.
15427
15428 2006-10-24  Karl Berry  <karl@gnu.org>
15429
15430         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
15431         Don't call GNU Unix.
15432
15433 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15434
15435         * users.txt: Add Libtool.
15436
15437         Sync from Libtool:
15438
15439         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15440
15441         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
15442         to gnulib's policy of including config.h unconditionally.
15443
15444 2006-10-24  Bruno Haible  <bruno@clisp.org>
15445
15446         * modules/wcwidth (Files): Add m4/wint_t.m4.
15447         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
15448         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
15449
15450 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15451
15452         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
15453         to pacify GCC with some -W flags enabled.  Problem reported by
15454         Bruno Haible.
15455
15456 2006-10-24  Jim Meyering  <jim@meyering.net>
15457
15458         * MODULES.html.sh: Remove uinttostr.  It's not a module.
15459         Reported by Karl Berry.
15460
15461 2006-10-23  Bruno Haible  <bruno@clisp.org>
15462
15463         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
15464
15465 2006-10-24  Bruno Haible  <bruno@clisp.org>
15466
15467         * lib/gl_list.h: Use C comment style, not C++ comment style.
15468
15469 2006-10-23  Eric Blake  <ebb9@byu.net>
15470
15471         * lib/getaddrinfo.c (includes): Add missing include.
15472
15473 2006-10-23  Bruno Haible  <bruno@clisp.org>
15474             Paul Eggert  <eggert@cs.ucla.edu>
15475
15476         Ability to rename obstack_free.
15477         * lib/obstack.h (__obstack_free): New macro. Declare instead of
15478         obstack_free.
15479         (obstack_free): Invoke the __obstack_free macro.
15480         * lib/obstack.c (obstack_free): Use __obstack_free macro.
15481
15482 2006-10-23  Bruno Haible  <bruno@clisp.org>
15483             Paul Eggert  <eggert@cs.ucla.edu>
15484
15485         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
15486         __argc, __argv from the declaration. (They are defined as macros on
15487         mingw.)
15488
15489 2006-10-22  Bruno Haible  <bruno@clisp.org>
15490
15491         * doc/gnulib-intro.texi: New file.
15492         * doc/gnulib.texi: Include it.
15493
15494 2006-10-21  Bruno Haible  <bruno@clisp.org>
15495
15496         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
15497         "Introduction", "Miscellanous Notes", "Particular Modules".
15498
15499 2006-10-21  Bruno Haible  <bruno@clisp.org>
15500
15501         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15502         Change mostlyclean-local rule to avoid sh syntax error from bash
15503         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
15504
15505 2006-10-23  Jim Meyering  <jim@meyering.net>
15506
15507         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
15508         in place of snprintf.
15509
15510         * modules/inttostr (Files): Add lib/uinttostr.c.
15511         * lib/uinttostr.c (inttostr): New file/function.
15512         * lib/inttostr.h (uinttostr): Declare.
15513         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
15514         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15515         Add uinttostr.
15516         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
15517
15518 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
15519
15520         * lib/canonicalize.c (ELOOP): Define if not already defined.
15521         Problem reported by Bruno Haible in
15522         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
15523
15524 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
15525
15526         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
15527         Problem reported by Perry Smith and Ville Laurikari.
15528
15529         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
15530         uses.
15531
15532 2006-10-19  Bruno Haible  <bruno@clisp.org>
15533
15534         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
15535         for mingw.
15536
15537 2006-10-19  Bruno Haible  <bruno@clisp.org>
15538
15539         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
15540         Needed for mingw.
15541
15542 2006-10-19  Bruno Haible  <bruno@clisp.org>
15543
15544         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
15545
15546 2006-10-19  Bruno Haible  <bruno@clisp.org>
15547
15548         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
15549         it.
15550
15551 2006-10-19  Bruno Haible  <bruno@clisp.org>
15552
15553         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
15554         invocation.
15555
15556 2006-10-19  Bruno Haible  <bruno@clisp.org>
15557
15558         * gnulib-tool (func_create_testdir): Don't include ftruncate and
15559         mountlist by default.
15560
15561 2006-10-16  Bruno Haible  <bruno@clisp.org>
15562
15563         * lib/c-strstr.c: Include c-strstr.h.
15564
15565 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15566
15567         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
15568         in a slash.
15569
15570 2006-10-18  Bruno Haible  <bruno@clisp.org>
15571
15572         * lib/lock.h [C++]: Wrap definitions in extern "C".
15573
15574 2006-10-18  Bruno Haible  <bruno@clisp.org>
15575
15576         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
15577         gl_LIBOBJS list.
15578
15579 2006-10-18  Bruno Haible  <bruno@clisp.org>
15580
15581         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
15582
15583 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
15584
15585         * lib/xstrtol.h: Include gettext.h.
15586         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
15587         Problem reported by Eric Blake.
15588         * modules/xstrtol (Depends-on): Add gettext-h.
15589
15590 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
15591
15592         * lib/strftime.c (advance): New macro.
15593         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
15594         incomplete type, so you can't add 0 to it.  Problem and patch
15595         reported by Eelco Dolstra for dietlibc.
15596
15597 2006-10-18  Jim Meyering  <jim@meyering.net>
15598
15599         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
15600         type for a local, and rename it: s/up/user_proc/.
15601
15602 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
15603
15604         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
15605         READ_UTMP_USER_PROCESS.
15606         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
15607
15608 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
15611         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
15612
15613 2006-10-17  Eric Blake  <ebb9@byu.net>
15614
15615         * lib/sigprocmask.c (sigprocmask): Fix typo.
15616
15617         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
15618
15619         * modules/clean-temp (Makefile.am): Don't add to make output...
15620         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
15621         config.h.
15622
15623 2006-10-17  Bruno Haible  <bruno@clisp.org>
15624
15625         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
15626         differently if DEFAULT_TEXT_DOMAIN is set.
15627
15628 2006-10-16  Bruno Haible  <bruno@clisp.org>
15629
15630         * lib/clean-temp.c: Include fwriteerror.h.
15631
15632 2006-10-16  Bruno Haible  <bruno@clisp.org>
15633
15634         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
15635
15636 2006-10-16  Bruno Haible  <bruno@clisp.org>
15637
15638         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
15639         * lib/sigprocmask.h: Include <sys/types.h>.
15640         (sigset_t): Use the system's definition if present.
15641
15642 2006-10-17  Eric Blake  <ebb9@byu.net>
15643
15644         * lib/xvasprintf.c (includes): Assume config.h.
15645         * lib/xasprintf.c (includes): Likewise.
15646
15647 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15648
15649         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
15650         at least as wide as intmax_t.
15651
15652 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
15653
15654         (Imported from Automake.)
15655         * build-aux/gnupload: Update to version 1.1 of directive file.
15656
15657 2006-10-16  Eric Blake  <ebb9@byu.net>
15658
15659         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
15660         match Automake 1.10a.
15661
15662 2006-10-14  Bruno Haible  <bruno@clisp.org>
15663
15664         * modules/sigprocmask: New file.
15665         * lib/sigprocmask.h: New file.
15666         * lib/sigprocmask.c: New file.
15667         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
15668         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
15669         request sigprocmask.o.
15670         (gl_PREREQ_SIGPROCMASK): New macro.
15671         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
15672         (Depends-on): Add sigprocmask.
15673         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
15674         gt_SIGNALBLOCKING. Test for 'raise' only once.
15675         * lib/fatal-signal.c: Include sigprocmask.h.
15676         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
15677         unblock_fatal_signals): Define always.
15678         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15679         sigprocmask.
15680
15681 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15682
15683         Sync from Automake.
15684         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
15685         which incorrectly sets the mode of an existing destination
15686         directory.  In some cases the unpatched install-sh could do the
15687         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
15688         system.  We hope this is rare in practice, but it's clearly worth
15689         fixing.  Problem reported by Alex Unleashed in
15690         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
15691         Also, don't bother to check for -m bugs unless we're using -m;
15692         suggested by Stepan Kasal.
15693
15694 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15695
15696         Sync from Automake.
15697         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
15698         `-c' flag, so they appear at the same position as in %FASTDEP%
15699         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
15700         which ignores unknown options only after the first non-option.
15701         Bug report against M4 by Nelson H. F. Beebe.
15702
15703 2006-10-13  Jim Meyering  <jim@meyering.net>
15704
15705         Fix a bug in yesterday's change.
15706         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
15707         p->fts_statp->st_dev would be used uninitialized.
15708         Ensures that we always call fts_stat on the very first entry.
15709         Miklos Szeredi reported that find -xdev stopped working.
15710
15711 2006-10-12  Bruno Haible  <bruno@clisp.org>
15712
15713         * gnulib-tool (func_get_automake_snippet): Append an automatically
15714         computed EXTRA_DIST augmentation.
15715         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
15716         * modules/alloca-opt (Makefile.am): Likewise.
15717         * modules/allocsa (Makefile.am): Likewise.
15718         * modules/arcfour (Makefile.am): Likewise.
15719         * modules/arctwo (Makefile.am): Likewise.
15720         * modules/argmatch (Makefile.am): Likewise.
15721         * modules/argz (Makefile.am): Likewise.
15722         * modules/atexit (Makefile.am): Likewise.
15723         * modules/backupfile (Makefile.am): Likewise.
15724         * modules/byteswap (Makefile.am): Likewise.
15725         * modules/c-strtod (Makefile.am): Likewise.
15726         * modules/c-strtold (Makefile.am): Likewise.
15727         * modules/calloc (Makefile.am): Likewise.
15728         * modules/canon-host (Makefile.am): Likewise.
15729         * modules/canonicalize (Makefile.am): Likewise.
15730         * modules/chdir-long (Makefile.am): Likewise.
15731         * modules/chdir-safer (Makefile.am): Likewise.
15732         * modules/check-version (Makefile.am): Likewise.
15733         * modules/chown (Makefile.am): Likewise.
15734         * modules/cloexec (Makefile.am): Likewise.
15735         * modules/close-stream (Makefile.am): Likewise.
15736         * modules/closeout (Makefile.am): Likewise.
15737         * modules/crc (Makefile.am): Likewise.
15738         * modules/csharpexec (Makefile.am): Likewise.
15739         * modules/cycle-check (Makefile.am): Likewise.
15740         * modules/des (Makefile.am): Likewise.
15741         * modules/dev-ino (Makefile.am): Likewise.
15742         * modules/dirfd (Makefile.am): Likewise.
15743         * modules/dirname (Makefile.am): Likewise.
15744         * modules/dup2 (Makefile.am): Likewise.
15745         * modules/eealloc (Makefile.am): Likewise.
15746         * modules/error (Makefile.am): Likewise.
15747         * modules/euidaccess (Makefile.am): Likewise.
15748         * modules/exclude (Makefile.am): Likewise.
15749         * modules/exitfail (Makefile.am): Likewise.
15750         * modules/fcntl-safer (Makefile.am): Likewise.
15751         * modules/fcntl (Makefile.am): Likewise.
15752         * modules/file-type (Makefile.am): Likewise.
15753         * modules/fileblocks (Makefile.am): Likewise.
15754         * modules/filemode (Makefile.am): Likewise.
15755         * modules/filenamecat (Makefile.am): Likewise.
15756         * modules/fnmatch (Makefile.am): Likewise.
15757         * modules/fopen-safer (Makefile.am): Likewise.
15758         * modules/fpending (Makefile.am): Likewise.
15759         * modules/fprintftime (Makefile.am): Likewise.
15760         * modules/free (Makefile.am): Likewise.
15761         * modules/fsusage (Makefile.am): Likewise.
15762         * modules/ftruncate (Makefile.am): Likewise.
15763         * modules/fts (Makefile.am): Likewise.
15764         * modules/gc-arcfour (Makefile.am): Likewise.
15765         * modules/gc-des (Makefile.am): Likewise.
15766         * modules/gc-hmac-md5 (Makefile.am): Likewise.
15767         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
15768         * modules/gc-md4 (Makefile.am): Likewise.
15769         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
15770         * modules/gc-sha1 (Makefile.am): Likewise.
15771         * modules/gc (Makefile.am): Likewise.
15772         * modules/getaddrinfo (Makefile.am): Likewise.
15773         * modules/getcwd (Makefile.am): Likewise.
15774         * modules/getdelim (Makefile.am): Likewise.
15775         * modules/getdomainname (Makefile.am): Likewise.
15776         * modules/getgroups (Makefile.am): Likewise.
15777         * modules/gethostname (Makefile.am): Likewise.
15778         * modules/gethrxtime (Makefile.am): Likewise.
15779         * modules/getline (Makefile.am): Likewise.
15780         * modules/getloadavg (Makefile.am): Likewise.
15781         * modules/getlogin_r (Makefile.am): Likewise.
15782         * modules/getndelim2 (Makefile.am): Likewise.
15783         * modules/getopt (Makefile.am): Likewise.
15784         * modules/getpagesize (Makefile.am): Likewise.
15785         * modules/getpass-gnu (Makefile.am): Likewise.
15786         * modules/getpass (Makefile.am): Likewise.
15787         * modules/getsubopt (Makefile.am): Likewise.
15788         * modules/gettime (Makefile.am): Likewise.
15789         * modules/gettimeofday (Makefile.am): Likewise.
15790         * modules/getugroups (Makefile.am): Likewise.
15791         * modules/getusershell (Makefile.am): Likewise.
15792         * modules/glob (Makefile.am): Likewise.
15793         * modules/group-member (Makefile.am): Likewise.
15794         * modules/hard-locale (Makefile.am): Likewise.
15795         * modules/hash (Makefile.am): Likewise.
15796         * modules/hmac-md5 (Makefile.am): Likewise.
15797         * modules/hmac-sha1 (Makefile.am): Likewise.
15798         * modules/human (Makefile.am): Likewise.
15799         * modules/idcache (Makefile.am): Likewise.
15800         * modules/imaxabs (Makefile.am): Likewise.
15801         * modules/imaxdiv (Makefile.am): Likewise.
15802         * modules/inet_ntop (Makefile.am): Likewise.
15803         * modules/inet_pton (Makefile.am): Likewise.
15804         * modules/intprops (Makefile.am): Likewise.
15805         * modules/inttostr (Makefile.am): Likewise.
15806         * modules/inttypes (Makefile.am): Likewise.
15807         * modules/isapipe (Makefile.am): Likewise.
15808         * modules/javaversion (Makefile.am): Likewise.
15809         * modules/lchmod (Makefile.am): Likewise.
15810         * modules/lchown (Makefile.am): Likewise.
15811         * modules/localcharset (Makefile.am): Likewise.
15812         * modules/long-options (Makefile.am): Likewise.
15813         * modules/lstat (Makefile.am): Likewise.
15814         * modules/malloc (Makefile.am): Likewise.
15815         * modules/mathl (Makefile.am): Likewise.
15816         * modules/mbchar (Makefile.am): Likewise.
15817         * modules/md2 (Makefile.am): Likewise.
15818         * modules/md4 (Makefile.am): Likewise.
15819         * modules/md5 (Makefile.am): Likewise.
15820         * modules/memcasecmp (Makefile.am): Likewise.
15821         * modules/memchr (Makefile.am): Likewise.
15822         * modules/memcmp (Makefile.am): Likewise.
15823         * modules/memcoll (Makefile.am): Likewise.
15824         * modules/memcpy (Makefile.am): Likewise.
15825         * modules/memmem (Makefile.am): Likewise.
15826         * modules/memmove (Makefile.am): Likewise.
15827         * modules/mempcpy (Makefile.am): Likewise.
15828         * modules/memrchr (Makefile.am): Likewise.
15829         * modules/memset (Makefile.am): Likewise.
15830         * modules/memxor (Makefile.am): Likewise.
15831         * modules/mkancesdirs (Makefile.am): Likewise.
15832         * modules/mkdir-p (Makefile.am): Likewise.
15833         * modules/mkdir (Makefile.am): Likewise.
15834         * modules/mkdtemp (Makefile.am): Likewise.
15835         * modules/mkstemp (Makefile.am): Likewise.
15836         * modules/mktime (Makefile.am): Likewise.
15837         * modules/modechange (Makefile.am): Likewise.
15838         * modules/mountlist (Makefile.am): Likewise.
15839         * modules/nanosleep (Makefile.am): Likewise.
15840         * modules/obstack (Makefile.am): Likewise.
15841         * modules/openat (Makefile.am): Likewise.
15842         * modules/pagealign_alloc (Makefile.am): Likewise.
15843         * modules/pathmax (Makefile.am): Likewise.
15844         * modules/physmem (Makefile.am): Likewise.
15845         * modules/poll (Makefile.am): Likewise.
15846         * modules/posixtm (Makefile.am): Likewise.
15847         * modules/posixver (Makefile.am): Likewise.
15848         * modules/putenv (Makefile.am): Likewise.
15849         * modules/quote (Makefile.am): Likewise.
15850         * modules/quotearg (Makefile.am): Likewise.
15851         * modules/raise (Makefile.am): Likewise.
15852         * modules/read-file (Makefile.am): Likewise.
15853         * modules/readline (Makefile.am): Likewise.
15854         * modules/readlink (Makefile.am): Likewise.
15855         * modules/readtokens (Makefile.am): Likewise.
15856         * modules/readutmp (Makefile.am): Likewise.
15857         * modules/realloc (Makefile.am): Likewise.
15858         * modules/regex (Makefile.am): Likewise.
15859         * modules/rename-dest-slash (Makefile.am): Likewise.
15860         * modules/rename (Makefile.am): Likewise.
15861         * modules/rijndael (Makefile.am): Likewise.
15862         * modules/rmdir (Makefile.am): Likewise.
15863         * modules/rpmatch (Makefile.am): Likewise.
15864         * modules/safe-read (Makefile.am): Likewise.
15865         * modules/safe-write (Makefile.am): Likewise.
15866         * modules/same-inode (Makefile.am): Likewise.
15867         * modules/same (Makefile.am): Likewise.
15868         * modules/save-cwd (Makefile.am): Likewise.
15869         * modules/savedir (Makefile.am): Likewise.
15870         * modules/setenv (Makefile.am): Likewise.
15871         * modules/settime (Makefile.am): Likewise.
15872         * modules/sha1 (Makefile.am): Likewise.
15873         * modules/sig2str (Makefile.am): Likewise.
15874         * modules/snprintf (Makefile.am): Likewise.
15875         * modules/stat-macros (Makefile.am): Likewise.
15876         * modules/stat-time (Makefile.am): Likewise.
15877         * modules/stdbool (Makefile.am): Likewise.
15878         * modules/stdint (Makefile.am): Likewise.
15879         * modules/stdlib-safer (Makefile.am): Likewise.
15880         * modules/stpcpy (Makefile.am): Likewise.
15881         * modules/stpncpy (Makefile.am): Likewise.
15882         * modules/strcase (Makefile.am): Likewise.
15883         * modules/strcasestr (Makefile.am): Likewise.
15884         * modules/strchrnul (Makefile.am): Likewise.
15885         * modules/strcspn (Makefile.am): Likewise.
15886         * modules/strdup (Makefile.am): Likewise.
15887         * modules/strerror (Makefile.am): Likewise.
15888         * modules/strftime (Makefile.am): Likewise.
15889         * modules/strndup (Makefile.am): Likewise.
15890         * modules/strnlen (Makefile.am): Likewise.
15891         * modules/strpbrk (Makefile.am): Likewise.
15892         * modules/strsep (Makefile.am): Likewise.
15893         * modules/strstr (Makefile.am): Likewise.
15894         * modules/strtod (Makefile.am): Likewise.
15895         * modules/strtoimax (Makefile.am): Likewise.
15896         * modules/strtok_r (Makefile.am): Likewise.
15897         * modules/strtol (Makefile.am): Likewise.
15898         * modules/strtoll (Makefile.am): Likewise.
15899         * modules/strtoul (Makefile.am): Likewise.
15900         * modules/strtoull (Makefile.am): Likewise.
15901         * modules/strtoumax (Makefile.am): Likewise.
15902         * modules/strverscmp (Makefile.am): Likewise.
15903         * modules/sys_socket (Makefile.am): Likewise.
15904         * modules/sys_stat (Makefile.am): Likewise.
15905         * modules/sysexits (Makefile.am): Likewise.
15906         * modules/time_r (Makefile.am): Likewise.
15907         * modules/timegm (Makefile.am): Likewise.
15908         * modules/timespec (Makefile.am): Likewise.
15909         * modules/tmpfile-safer (Makefile.am): Likewise.
15910         * modules/trim (Makefile.am): Likewise.
15911         * modules/unistd-safer (Makefile.am): Likewise.
15912         * modules/unlinkdir (Makefile.am): Likewise.
15913         * modules/unlocked-io (Makefile.am): Likewise.
15914         * modules/userspec (Makefile.am): Likewise.
15915         * modules/utime (Makefile.am): Likewise.
15916         * modules/utimecmp (Makefile.am): Likewise.
15917         * modules/utimens (Makefile.am): Likewise.
15918         * modules/vasnprintf (Makefile.am): Likewise.
15919         * modules/vasprintf (Makefile.am): Likewise.
15920         * modules/vsnprintf (Makefile.am): Likewise.
15921         * modules/xalloc (Makefile.am): Likewise.
15922         * modules/xgetcwd (Makefile.am): Likewise.
15923         * modules/xnanosleep (Makefile.am): Likewise.
15924         * modules/xreadlink (Makefile.am): Likewise.
15925         * modules/xstrtod (Makefile.am): Likewise.
15926         * modules/xstrtol (Makefile.am): Likewise.
15927         * modules/xstrtold (Makefile.am): Likewise.
15928         * modules/yesno (Makefile.am): Likewise.
15929         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
15930
15931 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15932
15933         * modules/error (Makefile.am): Distribute files through
15934         EXTRA_DIST, not lib_SOURCES.
15935
15936 2006-10-12  Eric Blake  <ebb9@byu.net>
15937
15938         * modules/error (Makefile.am): Distribute files in /lib.
15939         * modules/obstack (Makefile.am): Likewise.
15940
15941 2006-10-12  Bruno Haible  <bruno@clisp.org>
15942
15943         * modules/acl (Makefile.am): Distribute all files in lib/ through
15944         EXTRA_DIST.
15945         * modules/arcfour (Makefile.am): Likewise.
15946         * modules/arctwo (Makefile.am): Likewise.
15947         * modules/argmatch (Makefile.am): Likewise.
15948         * modules/argz (Makefile.am): Likewise.
15949         * modules/atexit (Makefile.am): Likewise.
15950         * modules/backupfile (Makefile.am): Likewise.
15951         * modules/c-strtod (Makefile.am): Likewise.
15952         * modules/c-strtold (Makefile.am): Likewise.
15953         * modules/calloc (Makefile.am): Likewise.
15954         * modules/canon-host (Makefile.am): Likewise.
15955         * modules/canonicalize (Makefile.am): Likewise.
15956         * modules/chdir-long (Makefile.am): Likewise.
15957         * modules/chdir-safer (Makefile.am): Likewise.
15958         * modules/check-version (Makefile.am): Likewise.
15959         * modules/chown (Makefile.am): Likewise.
15960         * modules/cloexec (Makefile.am): Likewise.
15961         * modules/close-stream (Makefile.am): Likewise.
15962         * modules/closeout (Makefile.am): Likewise.
15963         * modules/crc (Makefile.am): Likewise.
15964         * modules/cycle-check (Makefile.am): Likewise.
15965         * modules/des (Makefile.am): Likewise.
15966         * modules/dirfd (Makefile.am): Likewise.
15967         * modules/dirname (Makefile.am): Likewise.
15968         * modules/dup2 (Makefile.am): Likewise.
15969         * modules/euidaccess (Makefile.am): Likewise.
15970         * modules/exclude (Makefile.am): Likewise.
15971         * modules/exitfail (Makefile.am): Likewise.
15972         * modules/fcntl-safer (Makefile.am): Likewise.
15973         * modules/file-type (Makefile.am): Likewise.
15974         * modules/fileblocks (Makefile.am): Likewise.
15975         * modules/filemode (Makefile.am): Likewise.
15976         * modules/filenamecat (Makefile.am): Likewise.
15977         * modules/fnmatch (Makefile.am): Likewise.
15978         * modules/fopen-safer (Makefile.am): Likewise.
15979         * modules/fpending (Makefile.am): Likewise.
15980         * modules/fprintftime (Makefile.am): Likewise.
15981         * modules/free (Makefile.am): Likewise.
15982         * modules/fsusage (Makefile.am): Likewise.
15983         * modules/ftruncate (Makefile.am): Likewise.
15984         * modules/fts (Makefile.am): Likewise.
15985         * modules/gc (Makefile.am): Likewise.
15986         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
15987         * modules/getaddrinfo (Makefile.am): Likewise.
15988         * modules/getcwd (Makefile.am): Likewise.
15989         * modules/getdelim (Makefile.am): Likewise.
15990         * modules/getdomainname (Makefile.am): Likewise.
15991         * modules/getgroups (Makefile.am): Likewise.
15992         * modules/gethostname (Makefile.am): Likewise.
15993         * modules/gethrxtime (Makefile.am): Likewise.
15994         * modules/getline (Makefile.am): Likewise.
15995         * modules/getloadavg (Makefile.am): Likewise.
15996         * modules/getlogin_r (Makefile.am): Likewise.
15997         * modules/getopt (Makefile.am): Likewise.
15998         * modules/getpass (Makefile.am): Likewise.
15999         * modules/getpass-gnu (Makefile.am): Likewise.
16000         * modules/getsubopt (Makefile.am): Likewise.
16001         * modules/gettime (Makefile.am): Likewise.
16002         * modules/gettimeofday (Makefile.am): Likewise.
16003         * modules/getugroups (Makefile.am): Likewise.
16004         * modules/getusershell (Makefile.am): Likewise.
16005         * modules/glob (Makefile.am): Likewise.
16006         * modules/group-member (Makefile.am): Likewise.
16007         * modules/hard-locale (Makefile.am): Likewise.
16008         * modules/hash (Makefile.am): Likewise.
16009         * modules/hmac-md5 (Makefile.am): Likewise.
16010         * modules/hmac-sha1 (Makefile.am): Likewise.
16011         * modules/human (Makefile.am): Likewise.
16012         * modules/idcache (Makefile.am): Likewise.
16013         * modules/imaxabs (Makefile.am): Likewise.
16014         * modules/imaxdiv (Makefile.am): Likewise.
16015         * modules/inet_ntop (Makefile.am): Likewise.
16016         * modules/inet_pton (Makefile.am): Likewise.
16017         * modules/inttostr (Makefile.am): Likewise.
16018         * modules/isapipe (Makefile.am): Likewise.
16019         * modules/lchown (Makefile.am): Likewise.
16020         * modules/long-options (Makefile.am): Likewise.
16021         * modules/lstat (Makefile.am): Likewise.
16022         * modules/malloc (Makefile.am): Likewise.
16023         * modules/mathl (Makefile.am): Likewise.
16024         * modules/mbchar (Makefile.am): Likewise.
16025         * modules/md2 (Makefile.am): Likewise.
16026         * modules/md4 (Makefile.am): Likewise.
16027         * modules/md5 (Makefile.am): Likewise.
16028         * modules/memcasecmp (Makefile.am): Likewise.
16029         * modules/memchr (Makefile.am): Likewise.
16030         * modules/memcmp (Makefile.am): Likewise.
16031         * modules/memcoll (Makefile.am): Likewise.
16032         * modules/memcpy (Makefile.am): Likewise.
16033         * modules/memmem (Makefile.am): Likewise.
16034         * modules/memmove (Makefile.am): Likewise.
16035         * modules/mempcpy (Makefile.am): Likewise.
16036         * modules/memrchr (Makefile.am): Likewise.
16037         * modules/memset (Makefile.am): Likewise.
16038         * modules/memxor (Makefile.am): Likewise.
16039         * modules/mkancesdirs (Makefile.am): Likewise.
16040         * modules/mkdir (Makefile.am): Likewise.
16041         * modules/mkdir-p (Makefile.am): Likewise.
16042         * modules/mkdtemp (Makefile.am): Likewise.
16043         * modules/mkstemp (Makefile.am): Likewise.
16044         * modules/mktime (Makefile.am): Likewise.
16045         * modules/modechange (Makefile.am): Likewise.
16046         * modules/mountlist (Makefile.am): Likewise.
16047         * modules/nanosleep (Makefile.am): Likewise.
16048         * modules/openat (Makefile.am): Likewise.
16049         * modules/pagealign_alloc (Makefile.am): Likewise.
16050         * modules/physmem (Makefile.am): Likewise.
16051         * modules/poll (Makefile.am): Likewise.
16052         * modules/posixtm (Makefile.am): Likewise.
16053         * modules/posixver (Makefile.am): Likewise.
16054         * modules/putenv (Makefile.am): Likewise.
16055         * modules/quote (Makefile.am): Likewise.
16056         * modules/quotearg (Makefile.am): Likewise.
16057         * modules/raise (Makefile.am): Likewise.
16058         * modules/read-file (Makefile.am): Likewise.
16059         * modules/readline (Makefile.am): Likewise.
16060         * modules/readlink (Makefile.am): Likewise.
16061         * modules/readtokens (Makefile.am): Likewise.
16062         * modules/readutmp (Makefile.am): Likewise.
16063         * modules/realloc (Makefile.am): Likewise.
16064         * modules/regex (Makefile.am): Likewise.
16065         * modules/rename (Makefile.am): Likewise.
16066         * modules/rename-dest-slash (Makefile.am): Likewise.
16067         * modules/rijndael (Makefile.am): Likewise.
16068         * modules/rmdir (Makefile.am): Likewise.
16069         * modules/rpmatch (Makefile.am): Likewise.
16070         * modules/safe-read (Makefile.am): Likewise.
16071         * modules/safe-write (Makefile.am): Likewise.
16072         * modules/same (Makefile.am): Likewise.
16073         * modules/save-cwd (Makefile.am): Likewise.
16074         * modules/savedir (Makefile.am): Likewise.
16075         * modules/setenv (Makefile.am): Likewise.
16076         * modules/settime (Makefile.am): Likewise.
16077         * modules/sha1 (Makefile.am): Likewise.
16078         * modules/sig2str (Makefile.am): Likewise.
16079         * modules/snprintf (Makefile.am): Likewise.
16080         * modules/stdlib-safer (Makefile.am): Likewise.
16081         * modules/stpcpy (Makefile.am): Likewise.
16082         * modules/stpncpy (Makefile.am): Likewise.
16083         * modules/strcase (Makefile.am): Likewise.
16084         * modules/strcasestr (Makefile.am): Likewise.
16085         * modules/strchrnul (Makefile.am): Likewise.
16086         * modules/strcspn (Makefile.am): Likewise.
16087         * modules/strdup (Makefile.am): Likewise.
16088         * modules/strerror (Makefile.am): Likewise.
16089         * modules/strftime (Makefile.am): Likewise.
16090         * modules/strndup (Makefile.am): Likewise.
16091         * modules/strnlen (Makefile.am): Likewise.
16092         * modules/strpbrk (Makefile.am): Likewise.
16093         * modules/strsep (Makefile.am): Likewise.
16094         * modules/strstr (Makefile.am): Likewise.
16095         * modules/strtod (Makefile.am): Likewise.
16096         * modules/strtoimax (Makefile.am): Likewise.
16097         * modules/strtok_r (Makefile.am): Likewise.
16098         * modules/strtol (Makefile.am): Likewise.
16099         * modules/strtoll (Makefile.am): Likewise.
16100         * modules/strtoul (Makefile.am): Likewise.
16101         * modules/strtoull (Makefile.am): Likewise.
16102         * modules/strtoumax (Makefile.am): Likewise.
16103         * modules/strverscmp (Makefile.am): Likewise.
16104         * modules/time_r (Makefile.am): Likewise.
16105         * modules/timegm (Makefile.am): Likewise.
16106         * modules/tmpfile-safer (Makefile.am): Likewise.
16107         * modules/unistd-safer (Makefile.am): Likewise.
16108         * modules/unlinkdir (Makefile.am): Likewise.
16109         * modules/userspec (Makefile.am): Likewise.
16110         * modules/utime (Makefile.am): Likewise.
16111         * modules/utimecmp (Makefile.am): Likewise.
16112         * modules/utimens (Makefile.am): Likewise.
16113         * modules/vasnprintf (Makefile.am): Likewise.
16114         * modules/vasprintf (Makefile.am): Likewise.
16115         * modules/vsnprintf (Makefile.am): Likewise.
16116         * modules/xalloc (Makefile.am): Likewise.
16117         * modules/xgetcwd (Makefile.am): Likewise.
16118         * modules/xnanosleep (Makefile.am): Likewise.
16119         * modules/xreadlink (Makefile.am): Likewise.
16120         * modules/xstrtod (Makefile.am): Likewise.
16121         * modules/xstrtol (Makefile.am): Likewise.
16122         * modules/xstrtold (Makefile.am): Likewise.
16123         * modules/yesno (Makefile.am): Likewise.
16124
16125 2006-10-12  Jim Meyering  <jim@meyering.net>
16126
16127         * m4/getloadavg.m4: Revert the change below.
16128
16129         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
16130         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
16131         fail with a symlink, which is what coreutils' ./bootstrap now
16132         creates by default.
16133
16134 2006-10-12  Bruno Haible  <bruno@clisp.org>
16135
16136         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
16137         mingw.
16138         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
16139         MSVC and mingw explicitly.
16140
16141 2006-10-11  Simon Josefsson  <jas@extundo.com>
16142             Bruno Haible  <bruno@clisp.org>
16143
16144         Add support for multiple gnulib-tool invocations in the scope of a
16145         single configure.ac file.
16146         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
16147         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
16148         with the same contents as the _LIBADD variable.
16149         (func_emit_initmacro_start, func_emit_initmacro_end,
16150         func_emit_initmacro_done): New functions.
16151         (func_import, func_create_testdir): Invoke them. Allow the identifiers
16152         gl_LIBOBJS and gl_LTLIBOBJS.
16153
16154 2006-10-11  Bruno Haible  <bruno@clisp.org>
16155
16156         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
16157         (func_create_testdir): Don't create po/Makefile.am, don't invoke
16158         autoreconf. Instead, invoke autopoint explicitly but move back the
16159         *.m4 files from gnulib.
16160
16161 2006-10-11  Bruno Haible  <bruno@clisp.org>
16162
16163         * gnulib-tool (func_usage): Make module names after --create-testdir
16164         optional.
16165         (func_create_testdir): If no module was specified, use nearly all
16166         modules.
16167
16168 2006-10-12  Jim Meyering  <jim@meyering.net>
16169
16170         Big performance improvement for fts-based tools that use FTS_NOSTAT.
16171         Avoid spurious inode-mismatch problems on non-POSIX file systems.
16172         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
16173         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
16174         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
16175         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
16176         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
16177         (fts_set_stat_required): New function.
16178         (fts_open): Defer the calls to fts_stat, if possible or requested.
16179         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
16180         into fts_stat itself.
16181         (fts_read): Perform any required (deferred) fts_stat call.
16182         (fts_build): Likewise, for the directory we're about to open and read.
16183         In the readdir loop, carefully decide whether each entry will require
16184         an eventual call to fts_stat, using dirent.d_type info if available.
16185         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
16186         a command line argument into this function.  Update all callers.
16187         Map a return value of FTS_DOT to FTS_D for a command line argument.
16188         * modules/fts (Depends-on): Add d-type.  Alphabetize.
16189         Thanks to Miklos Szeredi for his tenacity and for the initial
16190         bug report about "find" failing on a FUSE-based file system.
16191
16192         * lib/fts.c (fts_open): Use consistent indentation.
16193
16194 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
16195
16196         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
16197         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
16198         reported by Jim Meyering.  All uses of cache variables renamed
16199         to match Autoconf's.
16200         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
16201         the other one.
16202
16203         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
16204         Fix misspelling in diagnostic.
16205
16206 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
16209         defined.  Problem reported by Matthew Woehlke.
16210
16211         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
16212         Add support for Tandem NonStop R series.
16213         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
16214         Use new macro.
16215
16216         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
16217         (has_trailing_slash): Omit size arg; all callers changed.
16218         Omit 'inline', since it doesn't help performance and we'd
16219         need to configure it.
16220         Don't count //, ///, etc. as having a trailing slash.
16221         As a side effect, this removes a C99ism reported by Matthew Woehlke.
16222         (rpl_rename_dest_slash): On failure, use rename's errno rather
16223         than (in some cases) an incorrect or junk errno.
16224         Simplify code by removing need to compute length; this does
16225         cause it to make two passes instead of one over the file name,
16226         but it's worth it.
16227
16228         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
16229         change, since Autoconf's version may no longer be appropriate now
16230         that we are using CVS Autoconf's version.  Add support for Tandem.
16231
16232 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
16233             Bruno Haible  <bruno@clisp.org>
16234
16235         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
16236         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
16237         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
16238         gl_AC_TYPE_LONG_LONG.
16239
16240         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
16241         instead of HAVE_LONG_LONG.
16242         * lib/printf-args.c (printf_fetchargs): Likewise.
16243         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
16244         * lib/vasnprintf.c (VASNPRINTF): Likewise.
16245         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
16246         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
16247         gl_AC_TYPE_LONG_LONG.
16248
16249 2006-10-11  Bruno Haible  <bruno@clisp.org>
16250
16251         * m4/longlong.m4: Add comments.
16252         * m4/ulonglong.m4: Likewise.
16253
16254 2006-10-10  Bruno Haible  <bruno@clisp.org>
16255
16256         Make it possible to #define stpcpy, strdup to aliases.
16257         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
16258         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
16259
16260 2006-10-10  Bruno Haible  <bruno@clisp.org>
16261
16262         Make it possible to #define gcd to an alias.
16263         * lib/gcd.c: Include config.h.
16264
16265 2006-10-10  Bruno Haible  <bruno@clisp.org>
16266
16267         Make it possible to #define c_isascii to an alias.
16268         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
16269         defined. Undefine the macros before defining them, to avoid gcc
16270         warnings.
16271         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
16272         define NO_C_CTYPE_MACROS early.
16273
16274 2006-10-10  Bruno Haible  <bruno@clisp.org>
16275
16276         Make it possible to #define set_program_name to an alias.
16277         * lib/progname.c: Don't undefine set_program_name; instead, undefine
16278         ENABLE_RELOCATABLE early.
16279
16280 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16281
16282         Port to Tandem NSK OSS, which has 64-bit signed int but at most
16283         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
16284         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
16285         More generally, don't assume that 64-bit signed int is available
16286         if unsigned int is, and vice versa.
16287         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
16288         unsigned symbols, not on their signed counterparts.
16289         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
16290         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
16291         (UINT64_C, UINTMAX_C):
16292         Likewise.
16293         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
16294         unsigned counterparts.
16295         (Have_long_long, Unsigned): New macros.
16296         (Int): Renamed from INT.
16297         (strtoimax): Use the new macros.
16298         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
16299         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
16300         * modules/inttypes (inttypes.h): Substitute
16301         HAVE_UNSIGNED_LONG_LONG_INT.
16302         * modules/stdint (stdint.h): Likewise.
16303         (Files): Add m4/ulonglong.m4.
16304
16305 2006-10-10  Bruno Haible  <bruno@clisp.org>
16306
16307         Fix a gcc -Wshadow warning.
16308         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
16309         to 'bucket'.
16310         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
16311         gl_linked_indexof_from_to): Likewise.
16312         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
16313         Likewise.
16314         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
16315         Likewise.
16316         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
16317         Reported by Eric Blake.
16318
16319 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
16320
16321         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
16322         for NetBSD.  Problem reported by Bruno Haible.
16323
16324 2006-10-09  Jim Meyering  <jim@meyering.net>
16325
16326         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
16327         Patch from Bruno Haible.
16328
16329 2006-10-09  Jim Meyering  <jim@meyering.net>
16330
16331         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
16332         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
16333         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
16334
16335 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
16336
16337         Don't include <config.h> twice; this doesn't work in some cases,
16338         e.g., when config.h has "#define intmax_t long long int" and
16339         we include <config.h>, <inttypes.h>, <config.h> in that order.
16340         Problem reported by Matthew Woehlke in:
16341         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
16342         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
16343         * lib/fts-cycle.c: Don't include config.h.
16344         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
16345         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
16346         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
16347         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
16348         inttypes.h.
16349         * lib/xstrtoumax.c: Likewise.
16350         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
16351         __strtol and the like, so that this module is more like its siblings.
16352         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
16353         Remove; no longer needed now that we assume gnulib inttypes.h.
16354
16355 2006-10-08  Bruno Haible  <bruno@clisp.org>
16356
16357         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
16358         option.
16359
16360 2006-10-07  Jim Meyering  <jim@meyering.net>
16361
16362         * modules/inttypes (inttypes.h): Revert what seems to have been
16363         an inadvertent part of today's change: use "|", not "/" in the
16364         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
16365
16366 2006-10-07  Bruno Haible  <bruno@clisp.org>
16367
16368         * modules/sublist: New file.
16369
16370 2006-10-07  Bruno Haible  <bruno@clisp.org>
16371
16372         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
16373         * modules/argz (argz.h): Likewise.
16374         * modules/arpa_inet (arpa/inet.h): Likewise.
16375         * modules/byteswap (byteswap.h): Likewise.
16376         * modules/configmake (configmake.h): Likewise.
16377         * modules/fcntl (fcntl.h): Likewise.
16378         * modules/fnmatch (fnmatch.h): Likewise.
16379         * modules/getopt (getopt.h): Likewise.
16380         * modules/glob (glob.h): Likewise.
16381         * modules/inttypes (inttypes.h): Likewise.
16382         * modules/netinet_in (netinet/in.h): Likewise.
16383         * modules/poll (poll.h): Likewise.
16384         * modules/stdbool (stdbool.h): Likewise.
16385         * modules/stdint (stdint.h): Likewise.
16386         * modules/sys_select (sys/select.h): Likewise.
16387         * modules/sys_socket (sys/socket.h): Likewise.
16388         * modules/sys_stat (sys/stat.h): Likewise.
16389         * modules/sysexits (sysexits.h): Likewise.
16390         * modules/unistd (unistd.h): Likewise.
16391         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16392         Add a "DO NOT EDIT" comment to the generated file.
16393         (func_import): Likewise for gnulib-comp.m4.
16394
16395 2006-10-07  Bruno Haible  <bruno@clisp.org>
16396
16397         * lib/gl_sublist.h: New file.
16398         * lib/gl_sublist.c: New file.
16399
16400 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16401
16402         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
16403         name (relative to the original working directory) and the file
16404         name component (relative to the temporary working directory).  All
16405         callers changed.
16406         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
16407         * lib/mkdir-p.c (make_dir_parents): Likewise.
16408         * lib/mkdir-p.h (make_dir_parents): Likewise.
16409
16410 2006-10-06  Eric Blake  <ebb9@byu.net>
16411
16412         Define several macros for use by the clean-temp module.
16413         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
16414         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
16415         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
16416
16417         * lib/clean-temp.h (close_stream_temp): New declaration.
16418         * lib/clean-temp.c (includes): Pull in headers according to what
16419         other modules are in use.
16420         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
16421
16422 2006-10-06  Bruno Haible  <bruno@clisp.org>
16423
16424         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
16425         instead of fopen, fwriteerror.
16426
16427 2006-10-06  Bruno Haible  <bruno@clisp.org>
16428
16429         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
16430         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
16431         int.
16432         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
16433         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
16434         Return an error indicator.
16435         Suggested by Eric Blake.
16436
16437 2006-10-06  Bruno Haible  <bruno@clisp.org>
16438
16439         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
16440         Reported by Eric Blake.
16441
16442 2006-10-06  Bruno Haible  <bruno@clisp.org>
16443
16444         * modules/closeout (Description): Mention stderr too.
16445
16446 2006-10-06  Bruno Haible  <bruno@clisp.org>
16447         and Paul Eggert  <eggert@cs.ucla.edu>
16448
16449         * lib/closeout.c (close_stdout): Also close stderr.
16450         * lib/closeout.h: Update comment.
16451
16452 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16453
16454         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
16455         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
16456         * lib/dirchownmod.c: Include lchown.h.
16457         * lib/lchown.c: Don't include files that lchown.h now includes.
16458         Don't declare chown, since lchown.h now does that.
16459         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
16460         (lchown): Define to rpl_chown if lchown is declared but
16461         does not exist.  Declare using a prototype if lchown is not
16462         declared.  Add a copyright notice.
16463         * lib/mkstemp.h: Include <unistd.h>.
16464         * lib/openat.c: Include lchown.h.
16465
16466         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
16467         we now test for that separately.
16468         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
16469         rather than O_NOFOLLOW, when testing whether it's possible to
16470         avoid a race condition reliably.
16471         * lib/savewd.c (savewd_chdir): Likewise.
16472
16473         Remove macros that are no longer needed now that stdint.h is
16474         reliable.
16475         * lib/fsusage.c (UINTMAX_MAX): Remove.
16476         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
16477         * lib/utimecmp.c (SIZE_MAX): Remove.
16478
16479         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
16480
16481         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
16482         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
16483         O_NOATIME works.
16484
16485 2006-10-05  Bruno Haible  <bruno@clisp.org>
16486
16487         * lib/gl_list.h (gl_sortedlist_search_from_to,
16488         gl_sortedlist_indexof_from_to): New declarations.
16489         (gl_list_implementation): New fields sortedlist_search_from_to,
16490         sortedlist_indexof_from_to.
16491         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
16492         inline functions.
16493         * lib/gl_list.c (gl_sortedlist_search_from_to,
16494         gl_sortedlist_indexof_from_to): New functions.
16495         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
16496         function.
16497         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
16498         (gl_array_sortedlist_search_from_to): New function.
16499         (gl_array_list_implementation): Update.
16500         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
16501         function.
16502         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
16503         (gl_carray_sortedlist_search_from_to): New function.
16504         (gl_carray_list_implementation): Update.
16505         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
16506         gl_linked_sortedlist_indexof_from_to): New functions.
16507         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
16508         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
16509         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
16510         gl_tree_sortedlist_indexof_from_to): New functions.
16511         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
16512         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
16513         Update.
16514         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
16515         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
16516         Update.
16517
16518 2006-10-05  Bruno Haible  <bruno@clisp.org>
16519
16520         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
16521         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
16522         (struct gl_list_implementation): Add fields search_from_to,
16523         indexof_from_to. Remove fields search, indexof.
16524         (gl_list_search): Use the search_from_to method.
16525         (gl_list_search_from, gl_list_search_from_to): New functions.
16526         (gl_list_indexof): Use the indexof_from_to method.
16527         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
16528         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
16529         (gl_list_search_from, gl_list_search_from_to): New functions.
16530         (gl_list_indexof): Use the indexof_from_to method.
16531         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
16532         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
16533         gl_array_indexof. Add start_index, end_index arguments.
16534         (gl_array_search_from_to): Renamed from gl_array_search. Add
16535         start_index, end_index arguments.
16536         (gl_array_remove, gl_array_list_implementation): Update.
16537         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
16538         gl_carray_indexof. Add start_index, end_index arguments.
16539         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
16540         start_index, end_index arguments.
16541         (gl_carray_remove, gl_carray_list_implementation): Update.
16542         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
16543         gl_linked_search. Add start_index, end_index arguments.
16544         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
16545         start_index, end_index arguments.
16546         (gl_linked_remove): Update.
16547         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
16548         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
16549         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
16550         field to 'size_t'.
16551         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
16552         gl_tree_search. Add start_index, end_index arguments.
16553         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
16554         start_index, end_index arguments.
16555         (gl_tree_remove): Update.
16556         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
16557         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
16558         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
16559         function.
16560         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
16561         gl_tree_search. Add start_index, end_index arguments.
16562         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
16563         start_index, end_index arguments.
16564         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
16565         Update.
16566         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
16567
16568 2006-10-05  Bruno Haible  <bruno@clisp.org>
16569
16570         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
16571
16572         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
16573         fwriteerror_temp): New declarations.
16574         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
16575         (descriptors): New variable.
16576         (cleanup): First, close the descriptors.
16577         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
16578         fclose_temp, fwriteerror_temp): New functions.
16579
16580 2006-10-04  Jim Meyering  <jim@meyering.net>
16581
16582         * lib/fts.c (fts_open): Tiny comment change.
16583
16584 2006-10-04  Bruno Haible  <bruno@clisp.org>
16585
16586         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
16587         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
16588         gl_LOCK_BODY.
16589         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
16590         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
16591         gl_LOCK_EARLY_BODY.
16592         (gl_LOCK): Require gl_LOCK_BODY.
16593
16594 2006-10-04  Bruno Haible  <bruno@clisp.org>
16595
16596         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
16597         (gl_oset_search_atleast): New declaration.
16598         (struct gl_oset_implementation): Add field 'search_atleast'.
16599         (gl_oset_search_atleast): New inline function.
16600         * lib/gl_oset.c (gl_oset_search_atleast): New function.
16601         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
16602         (gl_array_oset_implementation): Update.
16603         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
16604         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
16605         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
16606
16607 2006-10-04  Bruno Haible  <bruno@clisp.org>
16608
16609         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
16610
16611 2006-10-03  Bruno Haible  <bruno@clisp.org>
16612
16613         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
16614         from gl_avltreehash_list_implementation.
16615
16616 2006-10-03  Bruno Haible  <bruno@clisp.org>
16617
16618         * lib/gl_oset.c (gl_oset_add): Fix return type.
16619
16620 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
16621
16622         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
16623
16624 2006-10-02  Eric Blake  <ebb9@byu.net>
16625
16626         * modules/strnlen (Depends-on): Add extensions.
16627
16628 2006-10-02  Eric Blake  <ebb9@byu.net>
16629
16630         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
16631         definition in 2.60+.
16632
16633 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
16634
16635         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
16636         checks.
16637
16638 2006-10-02  Bruno Haible  <bruno@clisp.org>
16639
16640         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
16641         to the AUTOMAKE_OPTIONS.
16642         Reported by Jim Meyering.
16643
16644 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         Work around bug in Solaris 10 /proc file system:
16647         /proc/self/fd/NNN/.. isn't the parent directory of
16648         the directory whose file descriptor is NNN.  This needs to
16649         be worked around at run time, not compile time, since a
16650         program might be built on Solaris 8, where things work, and
16651         run on Solaris 10.
16652         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
16653         to use the following interface instead:
16654         (OPENAT_BUFFER_SIZE): New macro.
16655         (openat_proc_name): New function.
16656         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
16657         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
16658         Likewise.
16659         * lib/openat-proc.c: New file.
16660         * modules/openat (Files): Add lib/openat-proc.c.
16661         (Depends-on): Add same-inode, stdbool.
16662         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
16663
16664 2006-09-29  Bruno Haible  <bruno@clisp.org>
16665
16666         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
16667         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
16668         argument. Set stdout_closed before testing for ferror, not after.
16669         (fwriteerror, fwriteerror_no_ebadf): New functions.
16670
16671 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16672
16673         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
16674
16675 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
16676
16677         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
16678         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
16679
16680 2006-09-28  Jim Meyering  <jim@meyering.net>
16681
16682         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
16683         Include <unistd.h>.
16684
16685 2006-09-28  Bruno Haible  <bruno@clisp.org>
16686
16687         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
16688         * modules/linkedhash-list (Depends-on): Likewise.
16689         * modules/rbtreehash-list (Depends-on): Likewise.
16690
16691 2006-09-28  Bruno Haible  <bruno@clisp.org>
16692
16693         * lib/strndup.h: Simplify the redefinition of strndup.
16694         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
16695         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
16696
16697 2006-09-28  Bruno Haible  <bruno@clisp.org>
16698
16699         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
16700         * lib/gl_linkedhash_list.c: Likewise.
16701         * lib/gl_rbtreehash_list.c: Likewise.
16702
16703 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16704
16705         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
16706         getaddrinfo.
16707
16708         * lib/__fpending.h: Don't include <stdio_ext.h> unless
16709         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
16710         it causes <stdio_ext.h> to cause a compile-time error.
16711         Problem reported by Nelson H. F. Beebe.
16712         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
16713         of HAVE_DECL___PENDING.
16714
16715         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
16716         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
16717         declaration.
16718
16719 2006-09-27  Jim Meyering  <jim@meyering.net>
16720
16721         This file could end up with a definition for a function
16722         named __strndup, rather than rpl_strndup on a system with
16723         incomplete weak_alias support.
16724         * lib/strndup.c (strndup): Rename from __strndup.
16725         Remove #defines that used to map __strndup to strndup.
16726         Don't use K&R prototypes.
16727         Remove LIBC-related code, since this file is not sync'd with glibc.
16728         * lib/strndup.h: Revamp, accordingly.
16729         * m4/strndup.m4: Modernize.
16730
16731 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16732
16733         * modules/savewd (Depends-on): Add 'raise'.
16734         * lib/savewd.c: Include <signal.h>, for 'raise'.
16735
16736 2006-09-26  Jim Meyering  <jim@meyering.net>
16737
16738         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
16739         when we detect Darwin 8.7.0's acl_get_file bug.
16740         Rearrange to perform the new (below) run-test while $LIBS
16741         contains any acl-related library.  Set USE_ACL at the end.
16742         (gl_ACL_GET_FILE): New function.
16743
16744 2006-09-26  Eric Blake  <ebb9@byu.net>
16745
16746         * lib/verror.c: Include <config.h> unconditionally.
16747
16748 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
16749
16750         * modules/clock-time (Maintainer): Add self.
16751         * modules/getlogin_r (Depends-on): Add extensions.
16752
16753 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16754
16755         * modules/clock-time: New module.
16756         * modules/nanosleep (Depends-on): Add clock-time.
16757         * modules/gethrxtime (Depends-on): Likewise.
16758         * modules/gettime (Depends-on): Likewise.
16759         * modules/settime (Depends-on): Likewise.
16760
16761         * modules/fts-lgpl: Depend on openat.
16762         * modules/mkancesdirs: Depend on savewd.
16763         * modules/mkdir-p: Likewise.
16764
16765 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16766
16767         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
16768
16769         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
16770         `gl_have_arbitrary_file_name_length_limit' to
16771         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
16772         actually works between configure runs.
16773
16774 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16775             Bruno Haible  <bruno@clisp.org>
16776
16777         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
16778
16779 2006-09-25  Jim Meyering  <jim@meyering.net>
16780
16781         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
16782         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
16783
16784 2006-09-25  Eric Blake  <ebb9@byu.net>
16785
16786         * gnulib-tool (func_import, func_create_testdir): Fix typos in
16787         exec's in 2006-09-18 patch when shuffling fds.
16788
16789 2006-09-25  Bruno Haible  <bruno@clisp.org>
16790
16791         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
16792         Reported by Jim Meyering.
16793
16794 2006-09-24  Jim Meyering  <jim@meyering.net>
16795
16796         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
16797         compare a pointer against a literal "0".  That caused failures with
16798         at least HP-UX's hpcc.
16799
16800 2006-09-22  Simon Josefsson  <jas@extundo.com>
16801
16802         * modules/gc-sha1:
16803         * modules/gc-md4:
16804         * modules/gc-hmac-sha1:
16805         * modules/gc-hmac-md5:
16806         * modules/gc-des:
16807         * modules/gc-arcfour: Distribute more files.
16808
16809 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16810
16811         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
16812         (gl_linked_iterator_from_to): Initialize struct completely.
16813         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
16814         (gl_tree_iterator_from_to): Likewise
16815         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
16816         * lib/gl_array_list.c [lint] (gl_array_iterator)
16817         (gl_array_iterator_from_to): Likewise.
16818         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
16819         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
16820         (gl_carray_iterator_from_to): Likewise.
16821
16822         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
16823         * lib/md4.c (md4_process_block): Remove unused variable.
16824         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
16825         parentheses for clarity.
16826
16827 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16828
16829         * modules/bison-i18n (Depends-on): Add gettext.
16830
16831 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16832
16833         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
16834         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
16835         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
16836         also add missing comma that caused broken test.
16837         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
16838         stdlib.h, for `abort'.
16839         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
16840         variables.
16841         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
16842         include unistd.h if present, for `rmdir'.
16843         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
16844         variables.
16845         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
16846         in the process include standard headers for prototypes.
16847         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
16848         gets declared on GNU/Linux.
16849         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
16850         unistd.h, for `rmdir'.
16851         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
16852
16853         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
16854         always true.
16855         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
16856
16857         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
16858
16859 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16860
16861         * gnulib-tool (func_version): Create output all at once.  This
16862         may help avoid triggering unnecessary SIGPIPEs, and at any
16863         rate it doesn't hurt.
16864
16865 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16866             Bruno Haible  <bruno@clisp.org>
16867
16868         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
16869         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16870         * m4/signed.m4 (bh_C_SIGNED): Likewise.
16871
16872         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
16873         (gl_FUNC_VASPRINTF): Invoke it.
16874
16875 2006-09-22  Bruno Haible  <bruno@clisp.org>
16876
16877         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
16878         getloadavg.c as first argument.
16879
16880 2006-09-22  Bruno Haible  <bruno@clisp.org>
16881
16882         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
16883         at the beginning of the gl_INIT macro.
16884         * modules/getloadavg (configure.ac): Pass $gl_source_base to
16885         gl_GETLOADAVG.
16886
16887 2006-09-22  Bruno Haible  <bruno@clisp.org>
16888
16889         * gnulib-tool (func_create_megatestdir): Don't include the config-h
16890         module.
16891         Suggested by Ralf Wildenhues.
16892
16893 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16894
16895         Import this patch from libc:
16896
16897         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
16898
16899         * lib/regex_internal.c (re_string_reconstruct): Handle
16900         offset < pstr->valid_raw_len && pstr->offsets_needed case.
16901         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
16902         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
16903         re_string_context_at.
16904
16905         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
16906         now requires it.
16907         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
16908         gl_REGEX now does it for us.
16909         (gl_REGEX): Add test taken from
16910         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
16911
16912         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
16913         Check that large offsets work.  Modernize Autoconf usages.
16914         Prefer "yes" to mean a good thing rather than a bad.
16915         Don't put "#define mkstemp" in config.h, as this might interfere
16916         with standard system headers that "#define mkstemp mkstemp64".
16917
16918         * modules/mkstemp (Depends-on): Add extensions, so that
16919         mkstemp is visible on some platforms.
16920         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
16921         (Include): Change to "mkstemp.h" from <stdlib.h>.
16922         (Files): Add mkstemp.h.
16923
16924         * lib/mkstemp.h: New file, since some standard headers
16925         #define mkstemp.
16926         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
16927         Include "mkstemp.h".
16928         Make the _LIBC code resemble glibc original more,
16929         e.g., use K&R style.
16930         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
16931         (mkstemp): Remove, since mkstemp.h does this for us.
16932         * lib/stdlib--.h: Include mkstemp.h.
16933
16934         Import this patch from libc:
16935
16936         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
16937
16938         * lib/tempname.c (__gen_tempname): Change attempts_min
16939         into a macro.  Use preprocessor to decide how to initialize
16940         attempts [Coverity CID 67].
16941
16942 2006-09-20  Bruno Haible  <bruno@clisp.org>
16943
16944         * lib/mkdtemp.c: Import from libc.
16945         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
16946                 * sysdeps/posix/tempname.c (__gen_tempname): Change
16947                 attempts_min into a macro.  Use preprocessor to decide how to
16948                 initialize attempts [Coverity CID 67].
16949         2001-11-27  Paul Eggert  <eggert@twinsun.com>
16950                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
16951                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
16952
16953 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16954
16955         * gnulib-tool (func_exit): New function, to allow to pass the
16956         exit status portably through the trap.  Use everywhere.
16957         (--help, --version): Signal a write error.
16958         (trap): catch SIGPIPE, for write errors.
16959         Exit at the end of the trap, with the correct exit status.
16960
16961 2006-09-19  Karl Berry  <karl@gnu.org>
16962
16963         * doc/gnulib.texi: note about the license texinfo files.
16964
16965 2006-09-19  Eric Blake  <ebb9@byu.net>
16966
16967         * gnulib-tool: Avoid space-tab.
16968
16969 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
16970
16971         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
16972         that prevented coreutils 6.1 from building.  Problem reported
16973         by Petter Reinholdtsen.
16974
16975 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
16976
16977         * gnulib-tool (avoidlist): Fix typo that broke options like
16978         --avoid=lock that are used by coreutils bootstrap.
16979
16980 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
16981
16982         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
16983         more systematically.
16984
16985 2006-09-18  Jim Meyering  <jim@meyering.net>
16986
16987         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
16988
16989 2006-09-18  Bruno Haible  <bruno@clisp.org>
16990
16991         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
16992
16993 2006-09-18  Bruno Haible  <bruno@clisp.org>
16994
16995         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
16996         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
16997         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
16998         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
16999         * m4/gettext.m4: Require autoconf >= 2.52.
17000         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
17001         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
17002         of gl_cv_header_inttypes_h.
17003
17004 2006-09-18  Bruno Haible  <bruno@clisp.org>
17005
17006         * lib/javaversion.c: Include configmake.h.
17007
17008 2006-09-18  Bruno Haible  <bruno@clisp.org>
17009
17010         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
17011         avoid that the while loops be executed in a subshell.
17012
17013 2006-09-18  Bruno Haible  <bruno@clisp.org>
17014
17015         * MODULES.html.sh (func_module): Break long lines.
17016         Suggested by Bruce Korb <bkorb@gnu.org>.
17017
17018 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17019
17020         Speed up by a factor of 1.12.
17021         * gnulib-tool (nl): New variable.
17022         (func_import): Rewrite include directive extraction to only read each
17023         directive once.
17024
17025 2006-09-17  Bruno Haible  <bruno@clisp.org>
17026
17027         * modules/javaversion (Makefile.am): Remove DEFS setting.
17028         (Depends-on): Add configmake, for PKGDATADIR definition.
17029
17030 2006-09-17  Bruno Haible  <bruno@clisp.org>
17031
17032         * gnulib-tool (func_create_testdir): Rewrite all files at once.
17033
17034 2006-09-17  Bruno Haible  <bruno@clisp.org>
17035
17036         * gnulib-tool (func_append): New function, stolen from libtool.m4.
17037         (func_modules_transitive_closure, func_modules_add_dummy,
17038         func_modules_to_filelist, func_import, func_create_testdir,
17039         func_create_megatestdir, ...): Use it wherever possible.
17040         Suggested by Ralf Wildenhues.
17041
17042 2006-09-16  Karl Berry  <karl@gnu.org>
17043
17044         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
17045         to avoid sectioning errors.
17046         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
17047         [ifinfo]: blank line after @center-ed titles.
17048         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
17049         Spell FSF address consistently with others.
17050         (These changes approved by rms.)
17051
17052 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17053
17054         Speed up by a factor of 1.61.
17055         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
17056         already checked module names again.
17057
17058 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17059
17060         Speed up by a factor of 1.13.
17061         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
17062         for new_files, and the input to func_add_or_update.
17063
17064 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17065
17066         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
17067         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
17068
17069 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17070
17071         * modules/mkancesdirs (Depends-on): Add fcntl.
17072         * modules/savewd: New file.
17073         * MODULES.html.sh (File system functions): Add savewd.
17074
17075         * modules/configmake (Makefile.am): Add support for the
17076         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
17077
17078 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17079
17080         * m4/savewd.m4: New file.
17081
17082 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17083
17084         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
17085         (dirchownmod): New arg FD.  All callers changed.
17086         Use FD rather than opening the directory ourself, as opening is
17087         now the caller's responsibility.
17088         * lib/dirchownmod.h: Likewise.
17089         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
17090         hosts that require <sys/types.h> before <sys/stat.h>.  Include
17091         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
17092         (test_dir): Remove.
17093         (mkancesdirs): Return length of prefix of FILE that has already
17094         been made, or -2 if there is a child doing the work.  Redo
17095         algorithm so that it is O(N) rather than O(N**2).  Optimize away
17096         ".", and treat ".." specially since it might stray back into
17097         already-created areas.  Use a subprocess if necessary.  New arg
17098         WD; all users changed.  MAKE_DIR function should now return 1
17099         if it creates a directory that is not readable.  Return -2 if
17100         a child process is spun off.
17101         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
17102         Adjust signature to match code.
17103         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
17104         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
17105         all users changed.
17106         * lib/savewd.c, lib/savewd.h: New files.
17107
17108 2006-09-15  Jim Meyering  <jim@meyering.net>
17109
17110         * modules/rename-dest-slash: New module.
17111         * MODULES.html.sh (posix_compat): Add it here.
17112
17113         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
17114
17115 2006-09-15  Jim Meyering  <jim@meyering.net>
17116
17117         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
17118         file.
17119
17120         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
17121
17122 2006-09-15  Jim Meyering  <jim@meyering.net>
17123
17124         * lib/rename-dest-slash.c (has_trailing_slash): Use
17125         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
17126         (rpl_rename_dest_slash): Perform the cheaper trailing slash
17127         test before testing whether SRC is a directory.
17128         Suggestions from Bruno Haible.
17129
17130         Avoid a warning about an unused variable.
17131         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
17132         into the #ifdef block where it's used.
17133
17134         * lib/rename-dest-slash.c: New file.
17135
17136 2006-09-14  Bruno Haible  <bruno@clisp.org>
17137
17138         * lib/allocsa.c: Include <config.h> unconditionally.
17139         * lib/asnprintf.c: Likewise.
17140         * lib/asprintf.c: Likewise.
17141         * lib/c-strcasecmp.c: Likewise.
17142         * lib/c-strcasestr.c: Likewise.
17143         * lib/c-strncasecmp.c: Likewise.
17144         * lib/c-strstr.c: Likewise.
17145         * lib/classpath.c: Likewise.
17146         * lib/clean-temp.c: Likewise.
17147         * lib/concatpath.c: Likewise.
17148         * lib/copy-file.c: Likewise.
17149         * lib/csharpcomp.c: Likewise.
17150         * lib/csharpexec.c: Likewise.
17151         * lib/execute.c: Likewise.
17152         * lib/fatal-signal.c: Likewise.
17153         * lib/findprog.c: Likewise.
17154         * lib/fwriteerror.c: Likewise.
17155         * lib/gl_array_list.c: Likewise.
17156         * lib/gl_array_oset.c: Likewise.
17157         * lib/gl_avltree_list.c: Likewise.
17158         * lib/gl_avltree_oset.c: Likewise.
17159         * lib/gl_avltreehash_list.c: Likewise.
17160         * lib/gl_carray_list.c: Likewise.
17161         * lib/gl_linked_list.c: Likewise.
17162         * lib/gl_linkedhash_list.c: Likewise.
17163         * lib/gl_list.c: Likewise.
17164         * lib/gl_oset.c: Likewise.
17165         * lib/gl_rbtree_list.c: Likewise.
17166         * lib/gl_rbtree_oset.c: Likewise.
17167         * lib/gl_rbtreehash_list.c: Likewise.
17168         * lib/imaxabs.c: Likewise.
17169         * lib/imaxdiv.c: Likewise.
17170         * lib/javacomp.c: Likewise.
17171         * lib/javaexec.c: Likewise.
17172         * lib/javaversion.c: Likewise.
17173         * lib/linebreak.c: Likewise.
17174         * lib/localcharset.c: Likewise.
17175         * lib/lock.c: Likewise.
17176         * lib/mbchar.c: Likewise.
17177         * lib/mbswidth.c: Likewise.
17178         * lib/mkdtemp.c: Likewise.
17179         * lib/pipe.c: Likewise.
17180         * lib/printf-args.c: Likewise.
17181         * lib/printf-parse.c: Likewise.
17182         * lib/progname.c: Likewise.
17183         * lib/progreloc.c: Likewise.
17184         * lib/readlink.c: Likewise.
17185         * lib/sh-quote.c: Likewise.
17186         * lib/stpcpy.c: Likewise.
17187         * lib/stpncpy.c: Likewise.
17188         * lib/strcasecmp.c: Likewise.
17189         * lib/strcasestr.c: Likewise.
17190         * lib/strcspn.c: Likewise.
17191         * lib/striconv.c: Likewise.
17192         * lib/strncasecmp.c: Likewise.
17193         * lib/strnlen1.c: Likewise.
17194         * lib/strstr.c: Likewise.
17195         * lib/strtok_r.c: Likewise.
17196         * lib/tls.c: Likewise.
17197         * lib/tmpdir.c: Likewise.
17198         * lib/unicodeio.c: Likewise.
17199         * lib/unsetenv.c: Likewise.
17200         * lib/vasnprintf.c: Likewise.
17201         * lib/vasprintf.c: Likewise.
17202         * lib/wait-process.c: Likewise.
17203         * lib/xallocsa.c: Likewise.
17204         * lib/xsetenv.c: Likewise.
17205         * lib/xstriconv.c: Likewise.
17206
17207 2006-09-13  Simon Josefsson  <jas@extundo.com>
17208
17209         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
17210         that internally, suggested by Ralf Wildenhues
17211         <Ralf.Wildenhues@gmx.de>.
17212
17213 2006-09-13  Simon Josefsson  <jas@extundo.com>
17214
17215         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
17216         @LIBOBJS@.
17217         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17218
17219 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
17220
17221         * lib/_fpending.c: Include <config.h> unconditionally, since we no
17222         longer worry about uses that don't define HAVE_CONFIG_H.
17223         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
17224         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
17225         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
17226         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
17227         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
17228         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
17229         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
17230         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
17231         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
17232         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
17233         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
17234         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
17235         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
17236         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
17237         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
17238         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
17239         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
17240         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
17241         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
17242         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
17243         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
17244         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
17245         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
17246         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
17247         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
17248         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
17249         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
17250         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
17251         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
17252         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
17253         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
17254         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
17255         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
17256         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
17257         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
17258         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
17259         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
17260         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
17261         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
17262         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
17263         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
17264         Likewise.
17265
17266 2006-09-13  Eric Blake  <ebb9@byu.net>
17267
17268         * lib/getopt.c: Fix typo in last commit.
17269
17270 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
17271
17272         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
17273         dgettext.
17274
17275 2006-09-12  Jim Meyering  <jim@meyering.net>
17276
17277         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
17278         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
17279         Reported by Nelson H. F. Beebe.
17280
17281 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17282
17283         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
17284         program_invocation_name and program_invocation_short_name are
17285         initialized.
17286         * lib/argp-namefrob.h: Move declarations of program_invocation_name
17287         and program_invocation_short_name to argp.h, so they are visible
17288         to user programs.
17289         * lib/argp.h: Likewise
17290
17291 2006-09-10  Bruno Haible  <bruno@clisp.org>
17292
17293         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
17294         m4/inttypes_h.m4, m4/uintmax_t.m4.
17295
17296 2006-09-10  Bruno Haible  <bruno@clisp.org>
17297
17298         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
17299         gl_AC_TYPE_UINTMAX_T.
17300
17301 2006-09-10  Bruno Haible  <bruno@clisp.org>
17302
17303         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
17304
17305 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17306
17307         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
17308         convention.  Text proposed by Bruno Haible.
17309         (struct argp_option): Document the use of N_() wrappers.
17310
17311         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
17312         '\v', and translate the two parts separately, instead of feeding
17313         the whole string to gettext.  This allows to exclude
17314         '\v' from the strings visible to the translator by writing doc
17315         strings as N_("..") "\v" N_("..").
17316
17317 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
17318
17319         * config/srclist.txt: Undo latest change; the bug was fixed.
17320
17321 2006-09-09  Bruno Haible  <bruno@clisp.org>
17322
17323         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
17324         assignments if building a library without libtool.
17325         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
17326         in func_emit_lib_Makefile_am.
17327         (func_import): When building a static library libfoo.a, arrange to
17328         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
17329         (func_create_testdir): Likewise.
17330         * modules/gc (configure.ac, Makefile.am): If building statically,
17331         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
17332         * modules/iconvme (configure.ac, Makefile.am): Likewise.
17333         * modules/striconv (configure.ac, Makefile.am): Likewise.
17334         Based on a suggestion by Ralf Wildenhues.
17335
17336 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17337
17338         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
17339         Check for unistd.h too, since Autoconf doesn't assume POSIX.
17340         Also:
17341
17342         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17343         Add year_2050_test to catch glibc bug 2821
17344         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
17345
17346         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17347         Prefer #ifdef to #if.
17348
17349         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
17350         Return from 'main' instead of calling 'exit'.
17351
17352 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17353
17354         * lib/mktime.c (guess_time_tm): Fix bug where mktime
17355         returned the maximum time_t value rather than (time_t) -1.
17356         Problem originally reported by William Bardwell
17357         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
17358
17359         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
17360         Moved to here ...
17361         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
17362         ... from here.
17363
17364 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17365
17366         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
17367         2821 is fixed.
17368
17369 2006-09-08  Jim Meyering  <jim@meyering.net>
17370
17371         Don't make generated files read-only.  That would bother too many
17372         people.  However, do retain the ability to work when targets are
17373         read-only: remove the destination and temporary files before writing
17374         them (when generated via sed or echo), or by using the -f option for
17375         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
17376         * modules/alloca-opt, modules/argz, modules/arpa_inet:
17377         * modules/byteswap, modules/configmake, modules/fcntl:
17378         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
17379         * modules/localcharset, modules/netinet_in, modules/poll:
17380         * modules/stdbool, modules/stdint, modules/sys_select:
17381         * modules/sys_socket, modules/sys_stat, modules/sysexits:
17382
17383 2006-09-08  Jim Meyering  <jim@meyering.net>
17384
17385         Avoid new build failure on FreeBSD 6.0.
17386         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
17387         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
17388         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
17389
17390 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17391
17392         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
17393
17394 2006-09-07  Jim Meyering  <jim@meyering.net>
17395
17396         Fix global typo in last change: use chmod u-w, not chmod u-x.
17397         Spotted by Paul Eggert and Bruce Korb.
17398         * modules/alloca-opt, modules/argz, modules/arpa_inet:
17399         * modules/byteswap, modules/configmake, modules/fcntl:
17400         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
17401         * modules/localcharset, modules/netinet_in, modules/poll:
17402         * modules/stdbool, modules/stdint, modules/sys_select:
17403         * modules/sys_socket, modules/sys_stat, modules/sysexits:
17404
17405 2006-09-06  Jim Meyering  <jim@meyering.net>
17406
17407         Make generated files be read-only.
17408         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
17409         Ensure that each generated file is now read-only.
17410         * modules/argz: Likewise.
17411         * modules/arpa_inet: Likewise.
17412         * modules/byteswap: Likewise.
17413         * modules/configmake: Likewise.
17414         * modules/fcntl: Likewise.
17415         * modules/fnmatch: Likewise.
17416         * modules/getopt: Likewise.
17417         * modules/glob: Likewise.
17418         * modules/inttypes: Likewise.
17419         * modules/netinet_in: Likewise.
17420         * modules/poll: Likewise.
17421         * modules/stdbool: Likewise.
17422         * modules/stdint: Likewise.
17423         * modules/sys_select: Likewise.
17424         * modules/sys_socket: Likewise.
17425         * modules/sys_stat: Likewise.
17426         * modules/sysexits: Likewise.
17427         * modules/localcharset: Same as above, but continue using temporary
17428         file named "t-$@" (why different?) rather than the "$@-t" used
17429         everywhere else.
17430
17431         * modules/sysexits (Makefile.am): Replace literal occurrences
17432         of "sysexit.h" more readable, and more consistent, "$@".
17433
17434 2006-09-06  Bruno Haible  <bruno@clisp.org>
17435
17436         * modules/striconv: New file.
17437         * modules/xstriconv: New file.
17438         * MODULES.html.sh (Internationalization functions): Add striconv,
17439         xstriconv.
17440
17441 2006-09-06  Bruno Haible  <bruno@clisp.org>
17442
17443         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
17444         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
17445         not using libtool correctly.
17446
17447 2006-09-06  Bruno Haible  <bruno@clisp.org>
17448
17449         * lib/striconv.h: New file.
17450         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
17451         iconvstring.c.
17452         * lib/xstriconv.h: New file.
17453         * lib/xstriconv.c: New file.
17454
17455 2006-09-06  Bruno Haible  <bruno@clisp.org>
17456
17457         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17458         lib_..._LDFLAGS.
17459
17460 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17461
17462         * lib/argz_.h: Sync from Libtool.
17463
17464         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
17465                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17466
17467         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
17468
17469 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
17470
17471         * modules/trim: New file.
17472
17473 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
17474
17475         * lib/trim.h: New file.
17476         * lib/trim.c: New file.
17477
17478 2006-09-05  Bruno Haible  <bruno@clisp.org>
17479
17480         * MODULES.html.sh (String handling): Add trim.
17481
17482 2006-09-04  Karl Berry  <karl@gnu.org>
17483
17484         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
17485         until next release.
17486
17487 2006-09-03  Bruno Haible  <bruno@clisp.org>
17488
17489         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
17490         correctly.
17491
17492 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17493
17494         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
17495         not gl_GETLOADAVG.  Omit unneeded semicolons.
17496         Problems reported by Ralf Wildenhues in
17497         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
17498         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
17499         at the end, which is the usual gnulib style.
17500
17501         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
17502         of doing all the work ourselves.
17503         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
17504         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
17505
17506 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17507
17508         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
17509         Problem reported by Ralf Wildenhues in
17510         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
17511
17512         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
17513         HAVE_STRUCT_STATFS_F_FSTYPENAME.
17514
17515 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17516
17517         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
17518         yesterday's patch by changing test -n to test -z.
17519
17520 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17521
17522         * modules/getloadavg (Files): Add m4/getloadavg.m4.
17523         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
17524         the former is now obsolescent.
17525
17526         * modules/chdir-long (Depends-on): Add fcntl.
17527
17528 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17529
17530         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
17531         obsolescent, and programs should use gnulib instead.
17532         * m4/getloadavg.m4: New file, with contents taken from Autoconf
17533         but with prefixes changed.
17534
17535 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17536
17537         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
17538         or stdbool.h, because they might not exist while configuring.
17539
17540         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
17541         Don't include unistd.h or limits.h; not needed, since chdir-long.h
17542         does that for us.
17543         (O_DIRECTORY): Remove.
17544
17545 2006-08-31  Eric Blake  <ebb9@byu.net>
17546
17547         * gnulib-tool: Don't let emacs change spaces to TAB.
17548
17549 2006-08-31  Bruno Haible  <bruno@clisp.org>
17550
17551         * gnulib-tool: When calling func_import more than once, do it in a
17552         subshell.
17553         Reported by Eric Blake <ebb9@byu.net>.
17554
17555 2006-08-31  Bruno Haible  <bruno@clisp.org>
17556
17557         * gnulib-tool (nl): Remove variable.
17558         (sed_transform_lib_file): Use more robust test for config-h module.
17559         (func_import): Fix typo in 2006-08-25 patch.
17560
17561 2006-08-31  Bruno Haible  <bruno@clisp.org>
17562
17563         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
17564         specified, augment Makefile.am variables instead of assigning them.
17565
17566 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17567
17568         Work around a bug in both the Linux and SunOS 64-bit kernels:
17569         nanosleep mishandles sleeps for longer than 2**31 seconds.
17570         Problem reported by Frank v Waveren in
17571         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
17572         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
17573         Check for nanosleep bug.
17574         (LIB_NANOSLEEP): Append clock_gettime library if needed.
17575
17576 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17577
17578         Work around a bug in both the Linux and SunOS 64-bit kernels:
17579         nanosleep mishandles sleeps for longer than 2**31 seconds.
17580         Problem reported by Frank v Waveren in
17581         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
17582         * lib/nanosleep.c (BILLION): New constant.
17583         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
17584         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
17585         implementation.
17586
17587 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17588
17589         * modules/nanosleep (Depends-on): Add gettime.
17590
17591 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17592         and Simon Josefsson  <jas@extundo.com>
17593         and Oskar Liljeblad  <oskar@osk.mine.nu>
17594
17595         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
17596         * gnulib-tool (func_import): New license type 'unmodifiable license
17597         text'.
17598         * modules/fdl: Use it.  Longer description.
17599         * module/gpl, module/lgpl: New files.
17600
17601 2006-08-30  Jim Meyering  <jim@meyering.net>
17602
17603         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
17604         shadowing the parameter.
17605
17606 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17607
17608         Sync from Libtool:
17609
17610         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17611
17612         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
17613         sharing with gnulib.  Report by Eric Blake.
17614
17615 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17616
17617         * modules/isapipe: New file.
17618         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
17619
17620 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17621
17622         * modules/configmake (Makefile.am): Add a comment, and omit
17623         the CONFIGMAKE_ prefix from generated macro names.  Suggested
17624         by Bruno Haible.
17625
17626 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17627
17628         * m4/isapipe.m4: New file.
17629
17630 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17631
17632         * lib/isapipe.c, lib/isapipe.h: New files.
17633
17634 2006-08-29  Jim Meyering  <jim@meyering.net>
17635
17636         * modules/configmake (Makefile.am): Make configmake.h depend on
17637         Makefile.  Otherwise, a stale configmake.h could hang around.
17638
17639 2006-08-29  Eric Blake  <ebb9@byu.net>
17640
17641         * lib/error.c (error_at_line, print_errno_message): Match libc, after
17642         resolution of upstream bug 3044.
17643
17644 2006-08-29  Bruno Haible  <bruno@clisp.org>
17645
17646         * modules/localcharset (Depends-on): Add configmake.
17647         (Makefile.am): Remove setting of LIBDIR through DEFS.
17648
17649 2006-08-29  Bruno Haible  <bruno@clisp.org>
17650
17651         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
17652         defined.
17653
17654 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17655
17656         * modules/fcntl: New file.
17657         * modules/chdir-safer (Depends-on): Add fcntl.
17658         * modules/fts: Likewise.
17659         * modules/mkdir-p: Likewise.
17660
17661         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
17662         This undoes the most recent change, since we're now addressing the
17663         problem in a different way.
17664
17665         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
17666         into output, since the output might be called Makefile.am even
17667         if $makefile_name is something different.
17668         (func_import): Use $makefile_am rather than
17669         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
17670         empty.
17671
17672         * modules/inttypes (Files): Add m4/inttypes-h.m4.
17673
17674 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17675
17676         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
17677         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
17678         recent change to stdint.m4, since we're now addressing the problem in a
17679         different way.
17680
17681 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17682
17683         * m4/fcntl_h.m4: New file.
17684
17685 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17686
17687         * lib/fcntl_.h: New file.
17688         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
17689         the fcntl module.
17690         * lib/dirchownmod.c: Likewise.
17691         * lib/fts.c: Likewise.
17692
17693         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
17694         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
17695         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
17696         just before including <inttypes.h>, to avoid circular inclusion.
17697
17698 2006-08-28  Jim Meyering  <jim@meyering.net>
17699
17700         * doc/visibility.texi: Actually read and correct the grammar of the
17701         sentence affected by yesterday's change.
17702
17703 2006-08-28  Eric Blake  <ebb9@byu.net>
17704
17705         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
17706         needs wrapper.
17707
17708 2006-08-28  Eric Blake  <ebb9@byu.net>
17709
17710         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
17711
17712 2006-08-28  Eric Blake  <ebb9@byu.net>
17713
17714         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
17715
17716 2006-08-28  Bruno Haible  <bruno@clisp.org>
17717
17718         * modules/c-strstr: New file, from GNU gettext.
17719         * MODULES.html.sh (String handling): Add c-strstr.
17720
17721 2006-08-28  Bruno Haible  <bruno@clisp.org>
17722
17723         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
17724         macros.
17725         Reported by Eric Blake.
17726
17727 2006-08-28  Bruno Haible  <bruno@clisp.org>
17728
17729         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
17730         (VASNPRINTF): Return a string of length > INT_MAX without failing.
17731         * lib/vasprintf.c: Include errno.h, limits.h.
17732         (EOVERFLOW): New fallback definition.
17733         (vasprintf): Test here whether the string length is > INT_MAX.
17734         * lib/vsnprintf.c: Include errno.h, limits.h.
17735         (EOVERFLOW): New fallback definition.
17736         (vsnprintf): Fix bug when generated string was too long for the buffer.
17737         Test here whether the string length is > INT_MAX.
17738
17739 2006-08-28  Bruno Haible  <bruno@clisp.org>
17740
17741         * lib/inttypes_.h (SCNX*): Remove definitions.
17742         Reported by Eric Blake.
17743
17744 2006-08-28  Bruno Haible  <bruno@clisp.org>
17745
17746         * lib/c-strstr.h: New file, from GNU gettext.
17747         * lib/c-strstr.c: New file, from GNU gettext.
17748
17749 2006-08-28  Bruno Haible  <bruno@clisp.org>
17750
17751         * gnulib-tool: Reorder some statements.
17752
17753 2006-08-28  Bruno Haible  <bruno@clisp.org>
17754
17755         * gnulib-tool: New option --makefile-name.
17756         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
17757         $makefile_name.
17758         (func_import): Write $makefile_name to the cache file, and read it from
17759         there unless explicitly specified. Use $makefile_name as file name
17760         instead of Makefile.am. Adjust the recommendations accordingly.
17761
17762 2006-08-28  Bruno Haible  <bruno@clisp.org>
17763
17764         * gnulib-tool (func_verify_module): Check against misapplying patch.
17765
17766 2006-08-28  Bruno Haible  <bruno@clisp.org>
17767
17768         * gnulib-tool (func_relativize, func_relconcat): New functions.
17769         Give an error if --local-dir is given with --update.
17770         Remove trailing slashes from $local_gnulib_dir.
17771         (func_import): Store the relativized $local_gnulib_dir in
17772         gnulib-cache.m4, and read it from there if not specified explicitly.
17773
17774 2006-08-28  Bruno Haible  <bruno@clisp.org>
17775
17776         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
17777         is the current directory. Respect also $local_gnulib_dir.
17778
17779 2006-08-28  Bruno Haible  <bruno@clisp.org>
17780             Simon Josefsson  <jas@extundo.com>
17781
17782         BeOS portability.
17783         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
17784
17785 2006-08-27  Jim Meyering  <jim@meyering.net>
17786
17787         * doc/visibility.texi: Remove duplicate word: "pointer".
17788
17789 2006-08-26  Bruno Haible  <bruno@clisp.org>
17790
17791         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
17792         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
17793         (Makefile.am): Create inttypes.h from inttypes_.h.
17794         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
17795
17796         * modules/imaxabs: New file.
17797
17798         * modules/imaxdiv: New file.
17799
17800 2006-08-26  Bruno Haible  <bruno@clisp.org>
17801
17802         * m4/inttypes.m4: New file.
17803         * m4/_inttypes_h.m4: Remove file.
17804         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
17805         PRI_MACROS_BROKEN.
17806         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
17807
17808         * m4/imaxabs.m4: New file.
17809
17810         * m4/imaxdiv.m4: New file.
17811
17812 2006-08-26  Bruno Haible  <bruno@clisp.org>
17813
17814         * lib/inttypes_.h: New file.
17815         * lib/inttypes.h: Remove file.
17816         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
17817
17818         * lib/imaxabs.c: New file.
17819
17820         * lib/imaxdiv.c: New file.
17821
17822 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17823
17824         New config-h module, so that "make" output needn't be cluttered
17825         by -DHAVE_CONFIG_H.
17826         * MODULES.html.sh (Support for building libraries and executables):
17827         Add config-h.
17828         * modules/config-h: New file.
17829         * gnulib-tool (nl, sed_transform_lib_file): New vars.
17830         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
17831         the config-h module is used.
17832
17833         New configmake module, so that "make" output needn't be cluttered
17834         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
17835         * MODULES.html.sh (Support for building libraries and executables):
17836         Add configmake.
17837         * modules/configmake: New file.
17838
17839 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17840
17841         * m4/config-h.m4: New file.
17842
17843 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17844
17845         * config/srclist.txt: Add elisp-comp.
17846
17847 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17848
17849         * MODULES.html.sh (Support for building libraries and executables):
17850         Add elisp-comp.
17851         * build-aux/elisp-comp: New file.
17852         * modules/elisp-comp: New file.
17853
17854 2006-08-24  Bruno Haible  <bruno@clisp.org>
17855
17856         * gnulib-tool (func_create_testdir): Use non-default values of
17857         sourcebase and m4base.
17858
17859 2006-08-24  Bruno Haible  <bruno@clisp.org>
17860
17861         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
17862         HTML structure.
17863
17864 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17865
17866         * modules/openat (Depends-on): Add lchown.
17867
17868 2006-08-23  Bruno Haible  <bruno@clisp.org>
17869
17870         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
17871         of gl_LOCK_EARLY instead of gl_LOCK.
17872
17873 2006-08-23  Bruno Haible  <bruno@clisp.org>
17874
17875         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
17876         on OSF/1 to no.
17877         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
17878
17879 2006-08-23  Bruno Haible  <bruno@clisp.org>
17880
17881         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
17882         as unusable.
17883
17884         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
17885         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
17886         (gl_LOCK): New macro.
17887
17888 2006-08-22  Simon Josefsson  <jas@extundo.com>
17889
17890         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
17891         to md5 module.
17892
17893 2006-08-22  Simon Josefsson  <jas@extundo.com>
17894
17895         * MODULES.html.sh: Add "Support for maintaining and release
17896         projects".
17897
17898         * build-aux/gnupload: New file, from coreutils.
17899
17900 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
17901
17902         Avoid the need for AC_LIBSOURCES in m4 macros.
17903         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
17904         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
17905         * modules/check-version (EXTRA_DIST): Add check-version.h.
17906         * modules/crc (EXTRA_DIST): Add crc.h.
17907         * modules/des (EXTRA_DIST): Add des.h.
17908         * modules/gc (EXTRA_DIST): Add gc.h.
17909         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
17910         * modules/getline (EXTRA_DIST): Add getline.h.
17911         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
17912         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
17913         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
17914         * modules/md2 (EXTRA_DIST): Add md2.h.
17915         * modules/md4 (EXTRA_DIST): Add md4.h.
17916         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
17917         * modules/read-file (EXTRA_DIST): Add read-file.h.
17918         * modules/readline (EXTRA_DIST): Add readline.h.
17919         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
17920         rijndael-api-fst.h.
17921
17922 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
17923
17924         * m4/rijndael.m4 (gl_ARCFOUR):
17925         * m4/arctwo.m4 (gl_ARCTWO):
17926         * m4/check-version.m4 (gl_CHECK_VERSION):
17927         * m4/crc.m4 (gl_CRC):
17928         * m4/des.m4 (gl_DES):
17929         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
17930         * m4/gc.m4 (gl_GC):
17931         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
17932         * m4/getline.m4 (gl_FUNC_GETLINE):
17933         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
17934         * m4/hmac-md5.m4 (gl_HMAC_MD5):
17935         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
17936         * m4/md2.m4 (gl_MD2):
17937         * m4/md4.m4 (gl_MD4):
17938         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
17939         * m4/read-file.m4 (gl_FUNC_READ_FILE):
17940         * m4/readline.m4 (gl_FUNC_READLINE):
17941         * m4/rijndael.m4 (gl_RIJNDAEL):
17942         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
17943         to get the necessary .h files and whatnot.
17944
17945 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
17946
17947         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
17948         gnulib rather than the other way around.
17949         * config/srclistvars.sh (COREUTILS): Remove.
17950
17951 2006-08-22  Jim Meyering  <jim@meyering.net>
17952
17953         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
17954
17955         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
17956
17957 2006-08-22  Eric Blake  <ebb9@byu.net>
17958
17959         * modules/regexprops-generic: New file.
17960         * MODULES.html.sh (Support for building documentation): List it.
17961
17962 2006-08-22  Eric Blake  <ebb9@byu.net>
17963
17964         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
17965         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17966         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
17967         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
17968
17969 2006-08-22  Bruno Haible  <bruno@clisp.org>
17970
17971         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
17972         and lib_LTLIBRARIES like the other lib_* variables.
17973
17974 2006-08-22  Bruno Haible  <bruno@clisp.org>
17975
17976         * build-aux/x-to-1.in: New file, from GNU gettext.
17977
17978 2006-08-22  Bruno Haible  <bruno@clisp.org>
17979
17980         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
17981         <utmpx.h> exists.
17982
17983 2006-08-22  Bruno Haible  <bruno@clisp.org>
17984
17985         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
17986         <utmpx.h> exists.
17987
17988 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
17989
17990         BeOS portability.
17991         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
17992         exist.
17993         Problem reported by Bruno Haible.
17994
17995 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
17996
17997         Avoid the need for AC_LIBSOURCES in m4 macros.
17998         * modules/acl (EXTRA_DIST): Add acl.h.
17999         * modules/argmatch (Files): Add m4/argmatch.m4.
18000         (configure.ac): Add gl_ARGMATCH.
18001         (EXTRA_DIST): Renamed from lib_SOURCES, for
18002         consistency with the other modules.  Remove argmatch.c.
18003         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
18004         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
18005         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
18006         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
18007         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
18008         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
18009         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
18010         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
18011         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
18012         * modules/closeout (EXTRA_DIST): Add closeout.h.
18013         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
18014         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
18015         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
18016         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
18017         dirname.h; remove basename.c and stripslash.c.
18018         * modules/exclude (EXTRA_DIST): Add exclude.h.
18019         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
18020         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
18021         * modules/file-type (EXTRA_DIST): Add file-type.h.
18022         * modules/filemode (EXTRA_DIST): Add filemode.h.
18023         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
18024         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
18025         * modules/fpending (EXTRA_DIST): Add __fpending.h.
18026         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
18027         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
18028         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
18029         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
18030         * modules/getdate (EXTRA_DIST): Add getdate.c.
18031         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
18032         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
18033         * modules/getpass (EXTRA_DIST): Add getpass.h.
18034         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
18035         * modules/group-member (EXTRA_DIST): Add group-member.h.
18036         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
18037         * modules/hash (EXTRA_DIST): Add hash.h.
18038         * modules/human (EXTRA_DIST): Add human.h.
18039         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
18040         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
18041         * modules/lchown (EXTRA_DIST): Add lchown.h.
18042         * modules/long-options (EXTRA_DIST): Add long-options.h.
18043         * modules/lstat (EXTRA_DIST): Add lstat.h.
18044         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
18045         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
18046         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
18047         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
18048         * modules/memxor (EXTRA_DIST): Add memxor.h.
18049         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
18050         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
18051         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
18052         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
18053         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
18054         * modules/physmem (EXTRA_DIST): Add physmem.h.
18055         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
18056         * modules/posixver (EXTRA_DIST): Add posixver.h.
18057         * modules/quote (EXTRA_DIST): Add quote.h.
18058         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
18059         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
18060         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
18061         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
18062         regex_internal.h regexec.c.
18063         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
18064         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
18065         * modules/same (EXTRA_DIST): Add same.h.
18066         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
18067         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
18068         * modules/savedir (EXTRA_DIST): Add savedir.h.
18069         * modules/sha1 (EXTRA_DIST): Add sha1.h.
18070         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
18071         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
18072         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
18073         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
18074         * modules/strdup (EXTRA_DIST): Add strdup.h.
18075         * modules/strftime (EXTRA_DIST): Add strftime.h.
18076         * modules/strndup (EXTRA_DIST): Add strndup.h.
18077         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
18078         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
18079         * modules/time_r (EXTRA_DIST): Add time_r.h.
18080         * modules/timespec (EXTRA_DIST): Add timespec.h.
18081         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
18082         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
18083         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
18084         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
18085         * modules/userspec (EXTRA_DIST): Add userspec.h.
18086         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
18087         * modules/utimens (EXTRA_DIST): Add utimens.h.
18088         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
18089         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
18090         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
18091         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
18092         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
18093         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
18094         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
18095         * modules/yesno (EXTRA_DIST): Add yesno.h.
18096
18097 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
18098
18099         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
18100
18101         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
18102         * m4/dev-ino.m4, same-inode.m4: Remove.
18103
18104         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
18105         * m4/acl.m4 (AC_FUNC_ACL):
18106         * m4/backupfile.m4 (gl_BACKUPFILE):
18107         * m4/c-strtod.m4 (gl_C99_STRTOLD):
18108         * m4/canon-host.m4 (gl_CANON_HOST):
18109         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
18110         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
18111         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
18112         * m4/cloexec.m4 (gl_CLOEXEC):
18113         * m4/close-stream.m4 (gl_CLOSE_STREAM):
18114         * m4/closeout.m4 (gl_CLOSEOUT):
18115         * m4/dirfd.m4 (gl_FUNC_DIRFD):
18116         * m4/dirname.m4 (gl_DIRNAME):
18117         * m4/exclude.m4 (gl_EXCLUDE):
18118         * m4/exitfail.m4 (gl_EXITFAIL):
18119         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
18120         * m4/file-type.m4 (gl_FILE_TYPE):
18121         * m4/filemode.m4 (gl_FILEMODE):
18122         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
18123         * m4/fpending.m4 (gl_FUNC_FPENDING):
18124         * m4/fprintftime.m4 (gl_FPRINTFTIME):
18125         * m4/fts.m4 (gl_FUNC_FTS):
18126         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
18127         * m4/getdate.m4 (gl_GETDATE):
18128         * m4/gethrxtime.m4 (gl_GETHRXTIME):
18129         * m4/getpagesize.m4 (gl_GETPAGESIZE):
18130         * m4/getpass.m4 (gl_FUNC_GETPASS):
18131         * m4/gettime.m4 (gl_GETTIME):
18132         * m4/getugroups.m4 (gl_GETUGROUPS):
18133         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
18134         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
18135         * m4/hard-locale.m4 (gl_HARD_LOCALE):
18136         * m4/hash.m4 (gl_HASH):
18137         * m4/idcache.m4 (gl_IDCACHE):
18138         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
18139         * m4/lchown.m4 (gl_FUNC_LCHOWN):
18140         * m4/long-options.m4 (gl_LONG_OPTIONS):
18141         * m4/lstat.m4 (gl_FUNC_LSTAT):
18142         * m4/md5.m4 (gl_MD5):
18143         * m4/memcasecmp.m4 (gl_MEMCASECMP):
18144         * m4/memcoll.m4 (gl_MEMCOLL):
18145         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
18146         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
18147         * m4/memxor.m4 (gl_MEMXOR):
18148         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
18149         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
18150         * m4/modechange.m4 (gl_MODECHANGE):
18151         * m4/mountlist.m4 (gl_MOUNTLIST):
18152         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18153         * m4/openat.m4 (gl_FUNC_OPENAT):
18154         * m4/pathmax.m4 (gl_PATHMAX):
18155         * m4/physmem.m4 (gl_PHYSMEM):
18156         * m4/posixtm.m4 (gl_POSIXTM):
18157         * m4/posixver.m4 (gl_POSIXVER):
18158         * m4/quote.m4 (gl_QUOTE):
18159         * m4/quotearg.m4 (gl_QUOTEARG):
18160         * m4/readtokens.m4 (gl_READTOKENS):
18161         * m4/readutmp.m4 (gl_READUTMP):
18162         * m4/regex.m4 (gl_REGEX):
18163         * m4/safe-read.m4 (gl_SAFE_READ):
18164         * m4/safe-write.m4 (gl_SAFE_WRITE):
18165         * m4/same.m4 (gl_SAME):
18166         * m4/save-cwd.m4 (gl_SAVE_CWD):
18167         * m4/savedir.m4 (gl_SAVEDIR):
18168         * m4/settime.m4 (gl_SETTIME):
18169         * m4/sha1.m4 (gl_SHA1):
18170         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
18171         * m4/stat-macros.m4 (gl_STAT_MACROS):
18172         * m4/stat-time.m4 (gl_STAT_TIME):
18173         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
18174         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
18175         * m4/strdup.m4 (gl_FUNC_STRDUP):
18176         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
18177         * m4/strndup.m4 (gl_FUNC_STRNDUP):
18178         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
18179         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
18180         * m4/time_r.m4 (gl_TIME_R):
18181         * m4/timespec.m4 (gl_TIMESPEC):
18182         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
18183         * m4/unlinkdir.m4 (gl_UNLINKDIR):
18184         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
18185         * m4/userspec.m4 (gl_USERSPEC):
18186         * m4/utimecmp.m4 (gl_UTIMECMP):
18187         * m4/utimens.m4 (gl_UTIMENS):
18188         * m4/xalloc.m4 (gl_XALLOC):
18189         * m4/xgetcwd.m4 (gl_XGETCWD):
18190         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
18191         * m4/xreadlink.m4 (gl_XREADLINK):
18192         * m4/xstrtod.m4 (gl_XSTRTOD):
18193         * m4/yesno.m4 (gl_YESNO):
18194         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
18195         to get the necessary .h files and whatnot.
18196
18197 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
18198             Bruno Haible  <bruno@clisp.org>
18199
18200         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
18201         /bin/sh understanding of '!' conditional negation.
18202
18203 2006-08-21  Jim Meyering  <jim@meyering.net>
18204
18205         * modules/openat (Depends-on): Really alphabetize.
18206
18207         * modules/acl (Depends-on): Add error and quote.
18208
18209         * check-module (find_included_lib_files): Add at-func.c to the
18210         ok-to-include-more-than-once white list.
18211
18212         * modules/openat (Depends-on): Add lstat.  Alphabetize.
18213
18214 2006-08-21  Bruno Haible  <bruno@clisp.org>
18215
18216         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18217         Emit a pkgdata_DATA variable only if some snippets add contents to it.
18218         Reported by Martin Lambers <marlam@marlam.de>.
18219
18220 2006-08-21  Bruno Haible  <bruno@clisp.org>
18221
18222         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
18223         specify an installation location, don't emit a noinst_LIBRARIES or
18224         noinst_LTLIBRARIES assignment.
18225
18226 2006-08-21  Bruno Haible  <bruno@clisp.org>
18227
18228         BeOS portability.
18229         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
18230         BeOS has mbrtowc() but no <wctype.h>.
18231
18232 2006-08-21  Bruno Haible  <bruno@clisp.org>
18233
18234         BeOS portability.
18235         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
18236         exist.
18237
18238 2006-08-21  Bruno Haible  <bruno@clisp.org>
18239
18240         BeOS portability.
18241         * lib/mbchar.h: Include <wctype.h> only if it exists.
18242
18243 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18244
18245         Remove files that are no longer needed by their respective modules.
18246         * m4/obstack.m4: Remove.
18247         * m4/strerror_r.m4: Remove.
18248         * m4/uint32_t.m4: Remove.
18249         * m4/uintptr_t.m4: Remove.
18250         * m4/ullong_max.m4: Remove.
18251         * m4/xstrtoimax.m4: Remove.
18252         * m4/xstrtoumax.m4: Remove.
18253
18254         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
18255         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
18256         dependencies now capture this.
18257
18258         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
18259         Do not use AC_LIBSOURCES, since gnulib modules now do this.
18260         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
18261         * m4/human.m4 (gl_HUMAN): Likewise.
18262         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
18263         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
18264
18265         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
18266
18267         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
18268         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
18269         stdint.
18270         * m4/human.m4 (gl_HUMAN): Likewise.
18271         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
18272         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
18273         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
18274         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
18275         * m4/xstrtol (gl_XSTRTOL): Likewise.
18276
18277         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
18278         AC_TYPE_LONG_LONG_INT.
18279         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
18280         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
18281         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
18282         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
18283
18284         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
18285         on stdbool.
18286
18287         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
18288         (gl_PREREQ_XSTRTOUL): Remove.
18289
18290         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
18291
18292         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
18293         mode.
18294
18295 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18296
18297         Add and change modules to make it easier for coreutils to use
18298         gnulib-tool.
18299         * modules/backupfile (Files): Remove m4/d-ino.m4.
18300         (Depends-on): Add d-ino.
18301         * modules/cycle-check (Depends-on): Add stdint.
18302         (lib_SOURCES): Add cycle-check.h.
18303         * modules/d-ino: New module.
18304         * modules/d-type: New module.
18305         * modules/error (Files): Remove m4/strerror_r.m4.
18306         * modules/filemode (Files): Add m4/st_dm_mode.m4.
18307         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
18308         m4/inttypes_h.m4, m4/uintmax_t.m4.
18309         (Depends-on): Add stdint.
18310         (lib_SOURCES): Add fsusage.h.
18311         * modules/getcwd (Files): Remove d-ino.m4.
18312         (Depends-on): Add d-ino.
18313         * modules/getndelim2 (Depends-on): Add stdint.
18314         * modules/glob (Files): Remove m4/d-type.m4.
18315         (Depends-on): Add d-type.
18316         * modules/host-os: New module.
18317         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
18318         m4/inttypes_h.m4, m4/uintmax_t.m4.
18319         * Depends-on: Add stdint.
18320         (lib_SOURCES): Add human.h.
18321         * modules/inttostr (Files): Remove m4/intmax_t.m4,
18322         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
18323         m4/uintmax_t.m4, m4/ulonglong.m4.
18324         (Depends-on): Add stdint.
18325         (EXTRA_DIST): Add inttostr.h.
18326         * modules/lchmod: New module.
18327         * modules/link-follow: New module.
18328         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
18329         (Depends-on): Add lchmod.
18330         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
18331         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
18332         (Depends-on): Add stdint.
18333         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
18334         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
18335         (Depends-on): Add stdint.
18336         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
18337         * modules/perl: New module.
18338         * modules/regex (Depends-on): Add stdint.
18339         * modules/rmdir-errno: New module.
18340         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
18341         m4/intmax_t.m4.
18342         (Depends-on): Add stdint.
18343         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
18344         m4/uintmax_t.m4.
18345         (Depends-on): Add stdint.
18346         * modules/unlink-busy: New module.
18347         * modules/utimecmp (Depends-on): Add stdint.
18348         * modules/uptime: New module.
18349         * modules/winsz-ioctl: New module.
18350         * modules/winsz-termios: New module.
18351         * modules/xnanosleep (Depends-on): Add nanosleep.
18352         * modules/ullong_max: Remove.
18353         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
18354         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
18355         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
18356         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
18357         (Depends-on): Add inttypes.
18358         (lib_SOURCES): Add xstrtol.h.
18359         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
18360         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
18361         * MODULES.html.sh: Move 'assert' into the assert section.
18362         Move 'dummy' into the linking section.
18363         Remove ullong_max.
18364         Add section for compatibility checks for POSIX:2001 functions,
18365         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
18366         winsz-ioctl, and winsz-termios into it.
18367         Add lchmod.
18368         Add top-level Misc section and put host-os, perl, and uptime
18369         into it.
18370
18371 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18372
18373         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
18374         now assume the stdint module.  Do not include inttypes.h.
18375         * lib/fsusage.h: Likewise.
18376         * lib/getndelim2.c: Likewise.
18377         * lib/human.h: Likewise.
18378         * lib/inttostr.h: Likewise.
18379         * lib/obstack.c: Likewise.
18380         * lib/regex_internal.h: Likewise.
18381         * lib/tempname.c: Likewise.
18382         * lib/utimecmp.c: Likewise.
18383         * lib/xstrtol.h: Likewise.
18384
18385         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
18386
18387         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
18388         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
18389         * lib/xtime.h: Likewise.
18390
18391 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18392
18393         * modules/openat (Files): Add lib/fchmodat.c.
18394         Fixes problem reported by Jay Youngman.
18395
18396 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18397
18398         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
18399         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
18400
18401 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
18402             Bruno Haible  <bruno@clisp.org>
18403
18404         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
18405         and is a script that invokes bison. Tighten the code. Add comments.
18406
18407 2006-08-18  Jim Meyering  <jim@meyering.net>
18408
18409         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
18410         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
18411         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
18412         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
18413
18414 2006-08-18  Bruno Haible  <bruno@clisp.org>
18415
18416         * modules/bison-i18n: New file.
18417         * MODULES.html.sh (Internationalization functions): Add it.
18418
18419 2006-08-18  Bruno Haible  <bruno@clisp.org>
18420
18421         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
18422         sys/statvfs.h. When getmntinfo was found, check its declaration and
18423         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
18424
18425 2006-08-18  Bruno Haible  <bruno@clisp.org>
18426
18427         * m4/bison-i18n.m4: New file, from bison.
18428
18429 2006-08-18  Bruno Haible  <bruno@clisp.org>
18430
18431         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
18432         (ME_DUMMY): Treat "kernfs" as a dummy.
18433         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
18434
18435 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18436
18437         Update from coreutils.
18438
18439         2006-08-15  Jim Meyering  <jim@meyering.net>
18440
18441         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
18442
18443         2006-01-17  Jim Meyering  <jim@meyering.net>
18444
18445         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
18446
18447         2006-01-11  Jim Meyering  <jim@meyering.net>
18448
18449         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
18450         Check for the lchmod function.
18451
18452 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18453
18454         Update from coreutils.
18455
18456         * lib/__fpending.h: Add copyright notice.
18457         * lib/fprintftime.h: Likewise.
18458         * lib/savedir.c: Use (C) in copyright notice.
18459         * lib/savedir.h: Likewise.
18460
18461         2006-08-15  Jim Meyering  <jim@meyering.net>
18462
18463         * lib/at-func.c: New file, with the logic of all emulated at-functions.
18464         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
18465         in support of the EXPECTED_ERRNO macro.
18466         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
18467         definitions.  Instead, define the appropriate symbols and include
18468         "at-func.c".
18469         * lib/mkdirat.c (mkdirat): Likewise.
18470         * lib/fchmodat.c (fchmodat): Likewise.
18471         (ENOSYS): Remove definition.
18472         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
18473         it.  Don't include "unistd--.h" -- it wasn't ever used.
18474
18475         2006-01-17  Jim Meyering  <jim@meyering.net>
18476
18477         Rewrite fts.c not to change the current working directory,
18478         by using openat, fstatat, fdopendir, etc..
18479
18480         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
18481         (HAVE_OPENAT_SUPPORT): Define.
18482         [_LIBC] (fchdir): Don't undef or define; no longer used.
18483         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
18484         Now, this `function' always succeeds, and consumes its file descriptor
18485         parameter -- so callers must not close such FDs.  Update callers.
18486         (diropen_fd, opendirat, cwd_advance_fd): New functions.
18487         (diropen): Add parameter, SP.  Adjust all callers.
18488         Implement using diropen_fd, rather than open.
18489         (fts_open): Initialize new member, fts_cwd_fd.
18490         Remove fts_rft-setting code.
18491         (fts_close): Close fts_cwd_fd, if necessary.
18492         (__opendir2): Define in terms of opendir or opendirat,
18493         depending on whether the FST_NOCHDIR flag is set.
18494         (fts_build): Since fts_safe_changedir consumes its FD, and since
18495         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
18496         and close the dup'd file descriptor upon failure.
18497         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
18498         (fts_safe_changedir): Tweak semantics to reflect that this function
18499         now calls cwd_advance_fd and hence consumes its FD argument.
18500         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
18501         [struct FTS] (fts_rft): Remove now-unused member.
18502         [struct FTS] (fts_cycle.state): Improve comment.
18503
18504         * lib/openat.c (openat_needs_fchdir): New function.
18505         * lib/openat.h (openat_needs_fchdir): Declare it.
18506
18507 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18508
18509         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
18510         Problem and fix reported by Pádraig Brady in
18511         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
18512
18513 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18514
18515         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
18516
18517 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18518
18519         * lib/memcoll.c (memcoll): Optimize for the common case where the
18520         arguments are bytewise equal.
18521
18522 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18523
18524         * doc/regexprops-generic.texi: Add a copyright notice.
18525
18526 2006-08-15  Bruno Haible  <bruno@clisp.org>
18527
18528         * modules/tmpdir (License): Change to LGPL.
18529
18530 2006-08-15  Bruno Haible  <bruno@clisp.org>
18531
18532         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
18533         module.
18534
18535 2006-08-14  Simon Josefsson  <jas@extundo.com>
18536
18537         * config/srclist.txt: Add gnupload.
18538
18539 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18540
18541         Change copyright notice from LGPL 2 to GPL 2, since that's the
18542         standard form used in the gnulib repository.
18543         * tests/test-lock.c: Likewise.
18544         * tests/test-stdint.c: Likewise.
18545         * tests/test-tls.c: Likewise.
18546
18547         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
18548         prelude-manager.  User shorter URLs for GNU projects, without '?'.
18549         Add copyright notice.
18550
18551         * check-module: Add copyright notice.  Output a copyright
18552         notice if "--version" is specified.
18553         * modules/COPYING: New file.
18554         * tests/test-getaddrinfo.c: Add copyright notice.
18555         * tests/test-verify.c: Likewise.
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         * lib/lock.c: LGPL -> GPL.
18562         * lib/lock.h: Likewise.
18563         * lib/strnlen1.c: Likewise.
18564         * lib/strnlen1.h: Likewise.
18565         * lib/tls.c: Likewise.
18566         * lib/tls.h: Likewise.
18567         * lib/tmpdir.c: Likewise.
18568
18569         * lib/TODO: Remove; this belongs only in coreutils.
18570
18571 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18572
18573         Add copyright notices to long-enough files that lack them, since
18574         otherwise the files aren't clearly free.  Use the same notice that
18575         getdate.texi already uses.
18576         * doc/alloca-opt.texi: Add copyright notice.
18577         * doc/alloca.texi: Likewise.
18578         * doc/ctime.texi: Likewise.
18579         * doc/functions.texi: Likewise.
18580         * doc/gcd.texi: Likewise.
18581         * doc/gnulib-tool.texi: Likewise.
18582         * doc/inet_ntoa.texi: Likewise.
18583         * doc/visibility.texi: Likewise.
18584
18585         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
18586         * doc/quote.texi: Add copyright notice.
18587
18588         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
18589         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
18590         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
18591         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
18592         is now obsolete, and give a pointer to the Sun list.
18593         Add copyright notice.
18594
18595 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18596
18597         * config/srclistvars.sh: Add copyright notice.
18598
18599 2006-08-14  Eric Blake  <ebb9@byu.net>
18600
18601         Import the following change from libc:
18602
18603         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
18604
18605         Upstream bug 2997.
18606         * lib/misc/error.c: Add space between program name and message if file
18607         name is missing.
18608
18609 2006-08-12  Karl Berry  <karl@gnu.org>
18610
18611         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
18612         remove, these originate in gnulib now.
18613
18614 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18615
18616         * doc/Makefile (standards.info standards.html standards.dvi):
18617         Also depend on make-stds.texi.
18618
18619 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18620
18621         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
18622         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
18623
18624         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
18625         in wchar_t.  Problem reported by Eric Blake.
18626
18627         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
18628         LEN is smaller than SIZE.  Suggested by Bruno Haible.
18629         Also, help the compiler to keep LEN in a register.
18630
18631 2006-08-11  Eric Blake  <ebb9@byu.net>
18632
18633         * users.txt: Sort.  Add tar.
18634
18635 2006-08-11  Bruno Haible  <bruno@clisp.org>
18636
18637         * users.txt: New file.
18638
18639 2006-08-11  Bruno Haible  <bruno@clisp.org>
18640
18641         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
18642         before <wchar.h>. Needed for OSF/1 and BSD/OS.
18643
18644 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
18645
18646         * modules/snprintf (Depends-on): Remove minmax.
18647         (Maintainer): Add self and Bruno.
18648
18649 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
18650
18651         * lib/.cppi-disable: Add snprintf.h, socket_.h.
18652         * lib/snprintf.c: Include <errno.h> and <limits.h>.
18653         (EOVERFLOW): Define if the system does not.
18654         Do not include "minmax.h"; it wasn't used.
18655         (snprintf): Don't assume size_t promotes to an unsigned type.
18656         Fix bug when generated string was too long for the buffer: the
18657         buffer's contents are supposed to be the initial prefix of the
18658         output.  Don't assume vasnprintf returns EOVERFLOW if the size
18659         exceeds INT_MAX; do the check ourselves.
18660
18661         Import the following changes from libc:
18662
18663         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
18664
18665         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
18666         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
18667         set wc to the byte which couldn't be converted.
18668         (re_string_reconstruct): Don't clear valid_raw_len before calling
18669         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
18670         tip_context using re_string_context_at.
18671
18672         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
18673
18674         * lib/posix/regex.h: g++ still cannot handled [restrict].
18675
18676         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
18677
18678         * lib/posix/regex.h: Remove special handling for VMS.
18679
18680 2006-08-10  Jim Meyering  <jim@meyering.net>
18681
18682         * modules/same-inode: New module.
18683         * modules/dev-ino: New module.
18684         * modules/cycle-check: Depend on these modules, rather than simply
18685         including their .h files.
18686         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
18687         required via m4/cycle-check.m4.
18688         * modules/same: Depend on new same-inode module, rather than
18689         including same-inode.h.
18690         * modules/chdir-safer: New file.
18691
18692         * modules/chown (Depends-on): Add stat-macros.
18693
18694 2006-08-10  Jim Meyering  <jim@meyering.net>
18695
18696         * m4/cycle-check.m4: New file.
18697         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
18698         * m4/dev-ino.m4, m4/same-inode.m4: New files.
18699
18700 2006-08-10  Eric Blake  <ebb9@byu.net>
18701
18702         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
18703         in from original proposal.
18704
18705 2006-08-10  Eric Blake  <ebb9@byu.net>
18706         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18707
18708         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
18709         namespace.
18710
18711 2006-08-10  Bruno Haible  <bruno@clisp.org>
18712
18713         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
18714         as well.
18715
18716 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18717
18718         Sync from coreutils.
18719
18720         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
18721
18722         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
18723         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
18724
18725 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18726
18727         * modules/restrict: Remove; no longer needed now that we assume
18728         Autoconf 2.59 or later.
18729         * MODULES.html.sh: Remove 'restrict'.
18730         * modules/argp (Depends-on): Remove 'restrict'.
18731         * modules/base64 (Depends-on): Likewise.
18732         * modules/gc (Depends-on): Likewise.
18733         * modules/getaddrinfo (Depends-on): Likewise.
18734         * modules/glob (Depends-on): Likewise.
18735         * modules/inet_ntop (Depends-on): Likewise.
18736         * modules/inet_pton (Depends-on): Likewise.
18737         * modules/memxor (Depends-on): Likewise.
18738         * modules/regex (Depends-on): Likewise.
18739         * modules/strtok_r (Depends-on): Likewise.
18740         * modules/time_r (Depends-on): Likewise.
18741
18742 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18743
18744         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
18745         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
18746         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
18747         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
18748         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
18749         * m4/memxor.m4 (gl_MEMXOR): Likewise.
18750         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
18751         gl_C_RESTRICT replaced by AC_C_RESTRICT.
18752
18753         Merge from coreutils.
18754         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
18755         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
18756         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18757         * m4/time_r.m4 (gl_TIME_R): Likewise.
18758
18759 2006-08-09  Karl Berry  <karl@gnu.org>
18760
18761         * config/srclist.txt: no more gettext-tools, per Bruno.
18762
18763 2006-08-08  Eric Blake  <ebb9@byu.net>
18764
18765         * modules/verror: New module.
18766         * MODULES.html.sh: Document it.
18767
18768 2006-08-08  Eric Blake  <ebb9@byu.net>
18769
18770         * lib/verror.h, lib/verror.c: New files.
18771
18772 2006-08-08  Eric Blake  <ebb9@byu.net>
18773
18774         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
18775         verror_at_line output complies with GNU Coding Standards even when
18776         file is NULL.
18777
18778 2006-08-07  Bruno Haible  <bruno@clisp.org>
18779
18780         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
18781         versions of AIX.
18782         Reported by Ralf Wildenhues.
18783
18784 2006-08-07  Bruno Haible  <bruno@clisp.org>
18785
18786         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
18787         in an AC_DEFUN. Needed so that the autoconf snippets can use
18788         AC_REQUIRE.
18789
18790 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18791
18792         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18793         Initialize pkgdata_DATA.
18794         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
18795         overriding it.
18796
18797 2006-08-06  Eric Blake  <ebb9@byu.net>
18798
18799         * lib/error.h: Fold in some upstream changes from glibc.
18800         * lib/error.c: Likewise.
18801
18802 2006-08-04  Bruno Haible  <bruno@clisp.org>
18803
18804         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18805         Make the mostlyclean-local rule depend on mostlyclean-generic.
18806         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
18807
18808 2006-07-31  Bruno Haible  <bruno@clisp.org>
18809
18810         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
18811         <stdlib.h>, <string.h>.
18812
18813 2006-07-30  Bruno Haible  <bruno@clisp.org>
18814
18815         * modules/readlink (License): Change to LGPL.
18816
18817 2006-07-30  Bruno Haible  <bruno@clisp.org>
18818
18819         * modules/javaversion (Makefile.am): Distribute javaversion.java and
18820         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
18821         set PKGDATADIR to point to it.
18822
18823 2006-07-30  Bruno Haible  <bruno@clisp.org>
18824
18825         * modules/csharpexec (configure.ac): Comment out macro invocation.
18826         * modules/javaexec (configure.ac): Likewise.
18827         * modules/javacomp-script (configure.ac): Likewise.
18828
18829         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
18830
18831 2006-07-30  Bruno Haible  <bruno@clisp.org>
18832
18833         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
18834         linked-list.
18835
18836 2006-07-30  Bruno Haible  <bruno@clisp.org>
18837
18838         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
18839
18840 2006-07-30  Bruno Haible  <bruno@clisp.org>
18841
18842         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18843         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
18844         get removed.
18845
18846 2006-07-29  Bruno Haible  <bruno@clisp.org>
18847
18848         Make it possible for gnulib-tool to work with locally modified or
18849         augmented gnulib repositories.
18850         * gnulib-tool (func_usage): Document --local-dir option.
18851         (local_gnulib_dir): New variable.
18852         Handle --local-dir option.
18853         (func_lookup_file): New function.
18854         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
18855         (func_get_description, func_get_filelist, func_get_description,
18856         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
18857         func_get_automake_snippet, func_get_include_directive,
18858         func_get_license, func_get_maintainer): Use func_lookup_file.
18859         (func_import, func_create_testdir): Use func_lookup_file.
18860
18861 2006-07-29  Bruno Haible  <bruno@clisp.org>
18862
18863         * modules/setenv (Depends-on): Add unistd.
18864
18865 2006-07-29  Bruno Haible  <bruno@clisp.org>
18866
18867         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
18868
18869 2006-07-29  Bruno Haible  <bruno@clisp.org>
18870
18871         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
18872
18873 2006-07-29  Bruno Haible  <bruno@clisp.org>
18874
18875         * gnulib-tool (import, update): If there is no Makefile.am, look at
18876         aclocal.m4, instead of bailing out.
18877
18878 2006-07-29  Bruno Haible  <bruno@clisp.org>
18879
18880         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
18881         Categorize the options by when they are useful.
18882
18883 2006-07-29  Bruno Haible  <bruno@clisp.org>
18884
18885         * gnulib-tool (func_usage): Document option --no-libtool.
18886         Handle option --no-libtool.
18887         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
18888         for changed semantics of $libtool variable.
18889         (func_import): Likewise. If libtool is not used, show this through
18890         an option --no-libtool.
18891         (func_create_testdir): Update.
18892
18893 2006-07-29  Bruno Haible  <bruno@clisp.org>
18894
18895         * gnulib-tool (func_import): Extend error message about missing
18896         --doc-base.
18897
18898 2006-07-29  Bruno Haible  <bruno@clisp.org>
18899
18900         * gnulib-tool (func_import): Don't create the $docbase directory if
18901         there is no file to store there.
18902
18903 2006-07-29  Bruno Haible  <bruno@clisp.org>
18904
18905         * gnulib-tool (autoconf_minversion): If a --dir option is given and
18906         relevant, look for configure.ac there, not in the current directory.
18907         Also use a simple search for AC_PREREQ, not "autoconf --trace".
18908
18909 2006-07-29  Bruno Haible  <bruno@clisp.org>
18910
18911         * gnulib-tool (SORT): New variable.
18912         (func_usage): Undocument --assume-autoconf option.
18913         Remove --assume-autoconf option handling.
18914         (autoconf_minversion): Determine from the contents of configure.ac.
18915         (func_import): Remove autoconf_minversion handling.
18916         Suggested by Eric Blake.
18917
18918 2006-07-29  Bruno Haible  <bruno@clisp.org>
18919
18920         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
18921
18922 2006-07-29  Bruno Haible  <bruno@clisp.org>
18923
18924         * config/srclist.txt (*setenv.[ch]): Remove rules.
18925
18926 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18927
18928         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
18929
18930 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18931
18932         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
18933         arpa/inet.h.
18934
18935 2006-07-28  Simon Josefsson  <jas@extundo.com>
18936
18937         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
18938         * modules/inet_pton (Depends-on): Likewise.
18939
18940 2006-07-28  Simon Josefsson  <jas@extundo.com>
18941
18942         * m4/netinet_in_h.m4: New file.
18943
18944 2006-07-28  Simon Josefsson  <jas@extundo.com>
18945
18946         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
18947         #include's.
18948
18949 2006-07-28  Simon Josefsson  <jas@extundo.com>
18950
18951         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
18952         #include's.
18953
18954 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
18955
18956         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
18957         setgid on directories only if they set these bits.
18958         * lib/modechange.h: Remove obsolete comment about masks.
18959
18960 2006-07-28  Eric Blake  <ebb9@byu.net>
18961
18962         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
18963         macro expansion.
18964
18965 2006-07-28  Bruno Haible  <bruno@clisp.org>
18966
18967         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
18968
18969 2006-07-28  Bruno Haible  <bruno@clisp.org>
18970
18971         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
18972
18973 2006-07-28  Bruno Haible  <bruno@clisp.org>
18974
18975         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
18976         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
18977         Define fallbacks.
18978         Avoids link error on FreeBSD 4.x.
18979         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18980
18981         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
18982         encoding.
18983         * lib/mbswidth.c (iswcntrl): Likewise.
18984
18985 2006-07-27  Bruno Haible  <bruno@clisp.org>
18986
18987         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
18988         test.
18989
18990 2006-07-27  Bruno Haible  <bruno@clisp.org>
18991
18992         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
18993         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
18994         defined.
18995
18996 2006-07-26  Eric Blake  <ebb9@byu.net>
18997
18998         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
18999
19000 2006-07-26  Eric Blake  <ebb9@byu.net>
19001
19002         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
19003         like mingw that lack mkstemp.
19004         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
19005         avoid compilation warning on mingw.
19006
19007 2006-07-26  Bruno Haible  <bruno@clisp.org>
19008
19009         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
19010         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
19011         INT_FAST*_MIN, INTPTR_MIN.
19012
19013 2006-07-25  Bruno Haible  <bruno@clisp.org>
19014
19015         * modules/version-etc (Depends-on): Add stdarg.
19016
19017 2006-07-25  Bruno Haible  <bruno@clisp.org>
19018
19019         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
19020         complex commands.
19021
19022 2006-07-25  Bruno Haible  <bruno@clisp.org>
19023
19024         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
19025         defined in <stdarg.h> or config.h.
19026
19027 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
19028
19029         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
19030         (gl_STDIO_SAFER): Remove.
19031
19032 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
19033
19034         * MODULES.html.sh (File stream based Input/Output):
19035         Add fopen-safer, tmpfile-safer; remove stdio-safer.
19036         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
19037         * modules/fopen-safer, modules/tmpfile-safer: New files.
19038         * modules/stdio-safer: Remove.
19039
19040 2006-07-24  Bruno Haible  <bruno@clisp.org>
19041
19042         * modules/tmpdir: New file.
19043         * MODULES.html.sh (File system functions): Add it.
19044
19045 2006-07-24  Bruno Haible  <bruno@clisp.org>
19046
19047         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
19048         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
19049
19050 2006-07-24  Bruno Haible  <bruno@clisp.org>
19051
19052         * modules/clean-temp: New file.
19053
19054 2006-07-24  Bruno Haible  <bruno@clisp.org>
19055
19056         * m4/tmpdir.m4: New file, from GNU gettext.
19057
19058 2006-07-24  Bruno Haible  <bruno@clisp.org>
19059
19060         * lib/tmpdir.h: New file, from GNU gettext.
19061         * lib/tmpdir.c: New file, from GNU gettext.
19062
19063 2006-07-24  Bruno Haible  <bruno@clisp.org>
19064
19065         * lib/clean-temp.h: New file, from GNU gettext.
19066         * lib/clean-temp.c: New file, from GNU gettext.
19067
19068 2006-07-23  Eric Blake  <ebb9@byu.net>
19069
19070         * modules/stdio-safer (Files): Add tmpfile-safer.c.
19071         (Depends-on): Add binary-io.
19072
19073 2006-07-23  Eric Blake  <ebb9@byu.net>
19074
19075         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
19076
19077 2006-07-23  Eric Blake  <ebb9@byu.net>
19078
19079         * lib/tmpfile-safer.c: New file.
19080         * lib/stdio-safer.h (fopen_safer): Add prototype.
19081         * lib/stdio--.h (tmpfile): Make safer.
19082
19083 2006-07-23  Bruno Haible  <bruno@clisp.org>
19084
19085         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
19086         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
19087         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
19088         gl_linked_remove_at): Use it.
19089
19090 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19091         and Simon Josefsson <jas@extundo.com>
19092
19093         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
19094
19095         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
19096
19097 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19098
19099         * modules/close-stream: New file.
19100         * modules/closeout (Description): Make it clear that it exits
19101         with a diagnostic on error.
19102         (Depends-on): Add close-stream.  Remove fpending, stdbool.
19103         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
19104
19105 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19106
19107         * m4/close-stream.m4: New file.
19108
19109 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
19110
19111         * lib/close-stream.c, lib/close-stream.h: New files.
19112
19113 2006-07-22  Bruno Haible  <bruno@clisp.org>
19114
19115         Merge from GNU gettext 0.15.
19116
19117         2006-05-01  Bruno Haible  <bruno@clisp.org>
19118
19119                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
19120
19121         2006-07-22  Bruno Haible  <bruno@clisp.org>
19122
19123                 * modules/javaversion: New file.
19124                 * MODULES.html.sh (Java): Add javaversion.
19125
19126         2006-03-12  Bruno Haible  <bruno@clisp.org>
19127
19128                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
19129
19130         2005-12-04  Bruno Haible  <bruno@clisp.org>
19131
19132                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
19133                 (untested).
19134
19135         2006-06-21  Bruno Haible  <bruno@clisp.org>
19136
19137                 Avoid warnings from recent versions of mcs.
19138                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
19139                 -o, -L, -r any more. Use options documented since mcs-1.0
19140                 instead. Similarly for -g.
19141
19142         2005-12-04  Bruno Haible  <bruno@clisp.org>
19143
19144                 * build-aux/csharpcomp.sh.in: Suffix for resources is
19145                 .resources, not .resource.
19146
19147         2005-07-09  Bruno Haible  <bruno@clisp.org>
19148
19149                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
19150                 add a .dll suffix.
19151                 Reported by Mark Junker <mjscod@gmx.de>.
19152
19153         2006-07-22  Bruno Haible  <bruno@clisp.org>
19154
19155                 * modules/gettext: Upgrade to gettext-0.15.
19156                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
19157                 m4/visibility.m4.
19158                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
19159
19160 2006-07-22  Bruno Haible  <bruno@clisp.org>
19161
19162         Merge from GNU gettext 0.15.
19163
19164         2006-03-25  Bruno Haible  <bruno@clisp.org>
19165
19166                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
19167
19168         2006-07-21  Bruno Haible  <bruno@clisp.org>
19169
19170                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
19171                 "1.1".
19172
19173         2006-05-09  Bruno Haible  <bruno@clisp.org>
19174
19175                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
19176                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
19177                 for the conftestver execution.
19178
19179         2006-05-01  Bruno Haible  <bruno@clisp.org>
19180
19181                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
19182                 optional target-version argument. Verify that the compiler
19183                 groks source of the specified source-version, or add -source
19184                 option as necessary. Verify that the compiler produces
19185                 bytecode in the specified target-version, or add -target and
19186                 -source options as necessary. Make the result of the test
19187                 available as variable CONF_JAVAC. Also log error output in
19188                 config.log.
19189
19190         2006-03-11  Bruno Haible  <bruno@clisp.org>
19191
19192                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
19193
19194         2006-05-09  Bruno Haible  <bruno@clisp.org>
19195
19196                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
19197                 CLASSPATH_SEPARATOR to a semicolon.
19198
19199         2006-03-12  Bruno Haible  <bruno@clisp.org>
19200
19201                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
19202                 available as variable CONF_JAVA, for subsequent autoconf
19203                 tests. Also log error output in config.log.
19204
19205         2006-07-19  Bruno Haible  <bruno@clisp.org>
19206
19207                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
19208                 that getline works on glibc2 systems. Needed to avoid trouble
19209                 in relocatable.c.
19210                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
19211
19212         2005-12-04  Bruno Haible  <bruno@clisp.org>
19213
19214                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
19215                 launcher (untested).
19216
19217         2005-12-04  Bruno Haible  <bruno@clisp.org>
19218
19219                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
19220
19221         2006-07-22  Bruno Haible  <bruno@clisp.org>
19222
19223                 * gettext.m4: Update from GNU gettext-0.15.
19224                 * nls.m4: Likewise.
19225                 * po.m4: Likewise.
19226                 * inttypes-pri.m4: Likewise.
19227                 * inttypes-h.m4: Renamed from inttypes.m4.
19228                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
19229
19230 2006-07-22  Bruno Haible  <bruno@clisp.org>
19231
19232         Merge from GNU gettext 0.15.
19233
19234         2005-07-05  Bruno Haible  <bruno@clisp.org>
19235
19236                 * printf-args.c (printf_fetchargs): Work around broken
19237                 definition of wint_t on mingw.
19238
19239         2005-02-12  Bruno Haible  <bruno@clisp.org>
19240
19241                 * xallocsa.h: Add extern "C" for C++.
19242
19243         2006-05-17  Bruno Haible  <bruno@clisp.org>
19244
19245                 Cygwin portability.
19246                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
19247
19248         2006-04-30  Bruno Haible  <bruno@clisp.org>
19249
19250                 * progreloc.c: Include <mach-o/dyld.h> if available.
19251                 (find_executable): Use _NSGetExecutablePath when possible.
19252
19253         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
19254
19255                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
19256                 function.
19257
19258         2005-12-29  Bruno Haible  <bruno@clisp.org>
19259
19260                 * progreloc.c (set_program_name_and_installdir): Fix
19261                 compilation error.
19262
19263         2005-12-04  Bruno Haible  <bruno@clisp.org>
19264
19265                 Cygwin portability.
19266                 * progreloc.c: Include <windows.h> also on Cygwin.
19267                 (find_executable): Add support for Cygwin.
19268                 (set_program_name_and_installdir): Handle also platforms with
19269                 nonempty EXEEXT.
19270
19271         2006-07-11  Bruno Haible  <bruno@clisp.org>
19272
19273                 * javacomp.c: Fix a comment.
19274                 Reported by Jim Meyering.
19275
19276         2006-04-30  Bruno Haible  <bruno@clisp.org>
19277
19278                 * javacomp.h (compile_java_class): Add source_version,
19279                 target_version arguments.
19280                 * javacomp.c: Rewritten to choose only a compiler that
19281                 respects the specified source_version and target_version.
19282
19283         2006-06-27  Bruno Haible  <bruno@clisp.org>
19284
19285                 Assume correct S_ISDIR macro.
19286                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
19287
19288         2006-07-22  Bruno Haible  <bruno@clisp.org>
19289
19290                 * javaversion.h: New file, from GNU gettext.
19291                 * javaversion.c: New file, from GNU gettext.
19292                 * javaversion.java: New file, from GNU gettext.
19293                 * javaversion.class: New file, from GNU gettext.
19294
19295         2006-05-17  Bruno Haible  <bruno@clisp.org>
19296
19297                 Cygwin portability.
19298                 * javaexec.c (execute_java_class): Test for jview program
19299                 also on Cygwin.
19300
19301         2006-04-09  Bruno Haible  <bruno@clisp.org>
19302
19303                 * fatal-signal.c: Don't include string.h.
19304                 (at_fatal_signal): Use a copying loop instead of memcpy.
19305
19306         2005-12-04  Bruno Haible  <bruno@clisp.org>
19307
19308                 * csharpexec.c: Add support for 'clix' launcher (untested).
19309                 (execute_csharp_using_sscli): New function.
19310                 (execute_csharp_program): Call it.
19311
19312         2006-06-21  Bruno Haible  <bruno@clisp.org>
19313
19314                 Avoid warnings from recent versions of mcs.
19315                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
19316                 -o, -L, -r any more. Use options documented since mcs-1.0
19317                 instead. Similarly for -g.
19318
19319         2005-07-09  Bruno Haible  <bruno@clisp.org>
19320
19321                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
19322                 add a .dll suffix.
19323                 Reported by Mark Junker <mjscod@gmx.de>.
19324
19325         2006-06-17  Bruno Haible  <bruno@clisp.org>
19326
19327                 * config.charset: Update for NetBSD 3.0.
19328
19329         2006-05-17  Bruno Haible  <bruno@clisp.org>
19330
19331                 Cygwin portability.
19332                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
19333
19334         2006-05-16  Bruno Haible  <bruno@clisp.org>
19335
19336                 * localcharset.c [CYGWIN]: Include <windows.h>.
19337                 (get_charset_aliases): For Cygwin, return the same CPxxx
19338                 aliases list as under WIN32.
19339                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
19340                 the environment variables. Fall back to GetACP().
19341
19342         2006-04-05  Bruno Haible  <bruno@clisp.org>
19343
19344                 * config.charset: Update Juan Manuel Guerrero's address.
19345
19346         2005-02-12  Bruno Haible  <bruno@clisp.org>
19347
19348                 * allocsa.h: Add extern "C" for C++.
19349
19350         2005-02-10  Bruno Haible  <bruno@clisp.org>
19351
19352                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
19353                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
19354
19355         2006-07-22  Bruno Haible  <bruno@clisp.org>
19356
19357                 * gettext.h: Update to GNU gettext-0.15.
19358
19359 2006-07-22  Bruno Haible  <bruno@clisp.org>
19360
19361         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
19362         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
19363         lib-prefix.m4, longdouble.m4, ssize_t.m4.
19364
19365 2006-07-21  Eric Blake  <ebb9@byu.net>
19366
19367         * modules/stdlib-safer: New file.
19368         * MODULES.html.sh (File stream based Input/Output): Add
19369         stdlib-safer.
19370
19371 2006-07-21  Eric Blake  <ebb9@byu.net>
19372
19373         * lib/stdlib-safer.h: New file from coreutils, required by
19374         stdlib--.h.
19375
19376 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
19377
19378         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
19379
19380 2006-07-20  Bruno Haible  <bruno@clisp.org>
19381
19382         * gnulib-tool: Recognize new option --assume-autoconf.
19383         (autoconf_minversion): New variable.
19384         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
19385
19386 2006-07-20  Bruno Haible  <bruno@clisp.org>
19387
19388         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
19389
19390 2006-07-19  Derek R. Price  <derek@ximbiot.com>
19391
19392         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
19393         Reindent and repaginate.
19394
19395 2006-07-19  Derek Price  <derek@ximbiot.com>
19396
19397         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
19398         Correct grammar.
19399
19400 2006-07-17  Bruno Haible  <bruno@clisp.org>
19401
19402         * modules/list: New file.
19403         * modules/array-list: New file.
19404         * modules/carray-list, modules/carray-list-tests: New files.
19405         * modules/linked-list, modules/linked-list-tests: New files.
19406         * modules/avltree-list, modules/avltree-list-tests: New files.
19407         * modules/rbtree-list, modules/rbtree-list-tests: New files.
19408         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
19409         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
19410         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
19411         * modules/oset: New file.
19412         * modules/array-oset: New file.
19413         * modules/avltree-oset, modules/avltree-oset-tests: New files.
19414         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
19415         * tests/test-carray_list.c: New file.
19416         * tests/test-linked_list.c: New file.
19417         * tests/test-avltree_list.c: New file.
19418         * tests/test-rbtree_list.c: New file.
19419         * tests/test-linkedhash_list.c: New file.
19420         * tests/test-avltreehash_list.c: New file.
19421         * tests/test-rbtreehash_list.c: New file.
19422         * tests/test-avltree_oset.c: New file.
19423         * tests/test-rbtree_oset.c: New file.
19424         * MODULES.html.sh (Container data structures): New section.
19425
19426 2006-07-17  Bruno Haible  <bruno@clisp.org>
19427
19428         * m4/gl_list.m4: New file.
19429
19430 2006-07-17  Bruno Haible  <bruno@clisp.org>
19431
19432         * lib/gl_list.h: New file.
19433         * lib/gl_list.c: New file.
19434         * lib/gl_array_list.h: New file.
19435         * lib/gl_array_list.c: New file.
19436         * lib/gl_carray_list.h: New file.
19437         * lib/gl_carray_list.c: New file.
19438         * lib/gl_linked_list.h: New file.
19439         * lib/gl_linked_list.c: New file.
19440         * lib/gl_anylinked_list1.h: New file.
19441         * lib/gl_anylinked_list2.h: New file.
19442         * lib/gl_avltree_list.h: New file.
19443         * lib/gl_avltree_list.c: New file.
19444         * lib/gl_anyavltree_list1.h: New file.
19445         * lib/gl_anyavltree_list2.h: New file.
19446         * lib/gl_rbtree_list.h: New file.
19447         * lib/gl_rbtree_list.c: New file.
19448         * lib/gl_anyrbtree_list1.h: New file.
19449         * lib/gl_anyrbtree_list2.h: New file.
19450         * lib/gl_anytree_list1.h: New file.
19451         * lib/gl_anytree_list2.h: New file.
19452         * lib/gl_linkedhash_list.h: New file.
19453         * lib/gl_linkedhash_list.c: New file.
19454         * lib/gl_anyhash_list1.h: New file.
19455         * lib/gl_anyhash_list2.h: New file.
19456         * lib/gl_avltreehash_list.h: New file.
19457         * lib/gl_avltreehash_list.c: New file.
19458         * lib/gl_rbtreehash_list.h: New file.
19459         * lib/gl_rbtreehash_list.c: New file.
19460         * lib/gl_anytreehash_list1.h: New file.
19461         * lib/gl_anytreehash_list2.h: New file.
19462
19463         * lib/gl_oset.h: New file.
19464         * lib/gl_oset.c: New file.
19465         * lib/gl_array_oset.h: New file.
19466         * lib/gl_array_oset.c: New file.
19467         * lib/gl_avltree_oset.h: New file.
19468         * lib/gl_avltree_oset.c: New file.
19469         * lib/gl_rbtree_oset.h: New file.
19470         * lib/gl_rbtree_oset.c: New file.
19471         * lib/gl_anytree_oset.h: New file.
19472
19473 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
19474
19475         * m4/mkancesdirs.m4: New file.
19476         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
19477         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
19478         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
19479         it.
19480
19481 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
19482
19483         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
19484         * lib/mkancesdirs.h: New files.
19485         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
19486         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
19487         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
19488         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
19489         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
19490         callers changed.  Revamp internals significantly, by not
19491         attempting to create directories that are temporarily more
19492         permissive than the final results.  Do not attempt to use
19493         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
19494         This removes some race conditions, fixes some bugs, and simplifies
19495         things.  Use new dirchownmod function to do owner and mode changes.
19496         * lib/mkdir-p.h: Likewise.
19497         * lib/modechange.c (octal_to_mode): New function.
19498         (struct mode_change): New member mentioned.
19499         (make_node_op_equals): New arg mentioned.  All callers changed.
19500         (mode_compile): Keep track of which mode bits the user has explicitly
19501         mentioned.
19502         (mode_adjust): New arg DIR, so that we implement the X op correctly.
19503         New arg PMODE_BITS, to keep track of which mode bits the user
19504         mentioned; it treats S_ISUID and S_ISGID speciall.
19505         All callers changed.
19506         * lib/modechange.h: Likewise.
19507
19508 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
19509
19510         * MODULES.html.sh: Add mkancestors.
19511         * modules/mkancesdirs: New module.
19512         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
19513         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
19514         The chdir-safer and afs files are now orphans; I'll remove them
19515         unless someone speaks up.
19516         Add lib/dirchownmod.c, lib/dirchownmod.h.
19517         (Depends-on): Remove alloca, chown, save-cwd, dirname.
19518         Add lchown, mkancesdirs.
19519         (Maintainer): Add self.
19520
19521 2006-07-15  Karl Berry  <karl@gnu.org>
19522
19523         * gnulib-tool: help message wording/arrangement.
19524
19525 2006-07-14  Simon Josefsson  <jas@extundo.com>
19526
19527         * doc/gnulib.texi (Libtool and Windows): New section.
19528
19529 2006-07-12  Simon Josefsson  <jas@extundo.com>
19530
19531         * modules/gendocs (License): Fix license, approved by Karl.
19532
19533 2006-07-12  Eric Blake  <ebb9@byu.net>
19534
19535         * MODULES.html.sh: Add gendocs.
19536
19537 2006-07-11  Eric Blake  <ebb9@byu.net>
19538
19539         * modules/fdl: New module, to install doc/fdl.texi.
19540         * MODULES.html.sh: Add new section for documentation modules.
19541         * gnulib-tool: Avoid space-tab.
19542         (--doc-base): New option, to manage files from doc.
19543
19544 2006-07-11  Eric Blake  <ebb9@byu.net>
19545
19546         * m4/absolute-header.m4: Fix comments to match recent change.
19547
19548 2006-07-11  Eric Blake  <ebb9@byu.net>
19549
19550         * gnulib-tool: List --doc-base before --tests-base.
19551
19552 2006-07-11  Derek R. Price  <derek@ximbiot.com>
19553
19554         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
19555
19556 2006-07-11  Bruno Haible  <bruno@clisp.org>
19557
19558         * README: Mention where to put documentation.
19559
19560 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19561
19562         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
19563
19564 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
19565
19566         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
19567         to stdint.m4.
19568
19569 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
19570
19571         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
19572         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
19573         "no/such/file/stdint.h" when there is no such file, so that
19574         the resulting C code can be parsed by dodgy compilers.
19575         Problems reported by Bob Proulx.
19576
19577 2006-07-10  Derek R. Price  <derek@ximbiot.com>
19578
19579         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
19580         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
19581         macros into the GNU _D_EXACT_NAMLEN.
19582         * lib/savedir.c:  Likewise.
19583         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
19584
19585 2006-07-10  Derek R. Price  <derek@ximbiot.com>
19586         and Paul Eggert  <eggert@cs.ucla.edu>
19587
19588         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
19589         * m4/savedir.m4:
19590         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
19591         macros into the GNU _D_EXACT_NAMLEN.
19592
19593 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19594
19595         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
19596         around the absolute name, to work around a problem with the HP-UX
19597         11.23 native C compiler, reported by Bob Proulx.
19598
19599 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19600
19601         * doc/maintain.texi, make-stds.texi: Sync from
19602         <http://savannah.gnu.org/projects/gnustandards>.
19603
19604 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19605
19606         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
19607
19608 2006-07-09  Jim Meyering  <jim@meyering.net>
19609
19610         * m4/glob.m4: Remove a doubled word in a comment.
19611
19612 2006-07-09  Jim Meyering  <jim@meyering.net>
19613
19614         * lib/argp-pv.c: Remove a doubled word in a comment.
19615         * lib/check-version.c (check_version): Likewise.
19616         * lib/javacomp.c (compile_java_class): Likewise.
19617
19618 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19619
19620         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
19621         for the benefit of people using Autoconf 2.60.  If you want to
19622         support older Autoconf versions you can copy m4/onceonly_2_57.m4
19623         (or m4/onceonly.m4, if pre-2.57) manually.
19624
19625 2006-07-08  Jim Meyering  <jim@meyering.net>
19626
19627         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
19628         comment.
19629         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
19630         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
19631         comment.
19632
19633 2006-07-08  Jim Meyering  <jim@meyering.net>
19634
19635         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
19636
19637 2006-07-07  Simon Josefsson  <jas@extundo.com>
19638
19639         * tests/test-crc.c: Change expected crc value, the test vector
19640         were probably computed using the old broken crc.c?
19641
19642 2006-07-06  Simon Josefsson  <jas@extundo.com>
19643
19644         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
19645         now the canonical place for the M4 file).
19646
19647         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
19648         from the sys_socket dependency now.
19649
19650         * modules/inet_pton (Files): Ditto.
19651
19652         * modules/inet_ntop (Files): Ditto.
19653
19654 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19655
19656         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
19657         not gl_PREREQ_GETUSERSHELL.
19658
19659 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19660
19661         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
19662         with only one argument, for Autoconf 2.60.
19663         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
19664         expand to nothing, so add a shell command to avoid syntax error.
19665         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
19666
19667 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19668
19669         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
19670
19671 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19672
19673         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
19674         no longer needed.  Check for isblank decl.
19675         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
19676         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
19677         of existence.
19678
19679 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19680
19681         * lib/getloadavg.c: Use __VMS, not VMS.
19682         * lib/getopt.c: Likewise.
19683         * lib/getpagesize.h: Likewise.
19684         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
19685         and probably does not work.
19686
19687 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19688
19689         * lib/.cppi-disable: Add wcwidth.
19690         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
19691         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
19692         (ISGRAPH): Remove.  All uses changed to isgraph.
19693         (FOLD) [!defined _LIBC]: Remove special case.
19694         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
19695         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
19696         HAVE_ISBLANK.
19697         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
19698         case.
19699
19700 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
19701
19702         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
19703         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
19704         brackets.  Other minor changes to suppress some compiler
19705         warnings.
19706
19707 2006-07-06  Derek R. Price  <derek@ximbiot.com>
19708         and Paul Eggert  <eggert@cs.ucla.edu>
19709
19710         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
19711         of invoking obsolescent AC_HEADER_DIRENT macro.
19712         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
19713         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
19714         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
19715         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
19716         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
19717         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19718         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
19719         * m4/readdir.m4: Remove; no longer needed.
19720
19721 2006-07-06  Derek R. Price  <derek@ximbiot.com>
19722         and Paul Eggert  <eggert@cs.ucla.edu>
19723
19724         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
19725         Don't worry about this obsolete case any more.
19726         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
19727         directories.
19728         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
19729         worry about this obsolete case any more.
19730         * lib/fts.c: Likewise.
19731         * lib/getcwd.c: Likewise.
19732         * lib/glob.h: Likewise.
19733         * lib/savedir.c: Likewise.
19734
19735 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19736
19737         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
19738         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
19739         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
19740         needed.
19741         All uses removed.
19742         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
19743         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
19744         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
19745         needed.
19746         * m4/getdate.m4 (gl_GETDATE): Likewise.
19747         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
19748         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
19749         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
19750         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
19751         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
19752         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19753         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
19754         needed.
19755
19756 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19757
19758         * lib/memcasecmp.c: Include <limits.h>.
19759         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
19760         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
19761         Don't assume isdigit succeeds only on '0' through '9'.
19762
19763 2006-07-05  Eric Blake  <ebb9@byu.net>
19764
19765         * modules/getaddrinfo (Depends-on): Add snprintf.
19766
19767 2006-07-05  Eric Blake  <ebb9@byu.net>
19768
19769         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
19770         to avoid 'header present but could not be compiled' on cygwin.
19771
19772 2006-07-05  Eric Blake  <ebb9@byu.net>
19773
19774         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
19775         missing from netdb.h.
19776         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
19777
19778 2006-07-05  Derek R. Price  <derek@ximbiot.com>
19779
19780         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
19781         no longer needed.
19782         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
19783         * m4/getdate.m4 (gl_GETDATE): Likewise.
19784         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
19785         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
19786         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
19787         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
19788         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19789
19790 2006-07-05  Derek R. Price  <derek@ximbiot.com>
19791
19792         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
19793         All uses of is_space replaced by isspace.
19794         * lib/exit.h: Don't talk about STDC_HEADERS.
19795         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
19796         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
19797         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
19798         replaced by isprint etc.
19799         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
19800         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
19801         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
19802         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
19803         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
19804         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
19805
19806 2006-07-05  Bruno Haible  <bruno@clisp.org>
19807
19808         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
19809         the function exists, before testing against AIX.
19810         Reported by Martin Lambers <marlam@marlam.de>.
19811
19812 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
19813
19814         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
19815         From Mark D. Baushke.
19816
19817 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
19818
19819         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
19820         to the absolute name, not just one, to bypass Sun C 5.8's
19821         "warning: #include of /usr/include/... may be non-portable".
19822
19823 2006-07-04  Eric Blake  <ebb9@byu.net>
19824
19825         * modules/dirname-tests: New test module.
19826         * tests/test-dirname.c: New file, replacing dirname.c
19827         TEST_DIRNAME section that was recently deleted.
19828
19829 2006-07-04  Bruno Haible  <bruno@clisp.org>
19830
19831         Assume ANSI C header files and <ctype.h> functions.
19832         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
19833         (mbsnwidth): Use isprint, iscntrl instead.
19834
19835 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19836
19837         Merge from coreutils.
19838         * MODULES.html.sh: Add xstrtold.
19839         * modules/xstrtold: New file.
19840         * modules/cycle-check (Files): Add lib/same-inode.h.
19841         * modules/dirname (Files): Add m4/double-slash-root.m4.
19842         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
19843         * modules/mkdir-p (Files): Add lib/same-inode.h.
19844         * modules/same (Files): Add lib/same-inode.h.
19845
19846 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19847
19848         * m4/absolute-header.m4: Renamed from full-header-path.m4.
19849         This is to keep the terminology clean; POSIX talks about
19850         "absolute pathnames", not "full pathnames", but the GNU
19851         Coding Standards say to use "path" for something else;
19852         so use "absolute" to keep both sides happy.
19853         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
19854         Set gl_absolute_header, not gl_full_header_path.
19855         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
19856         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
19857         All uses changed.
19858
19859         Merge from coreutils.
19860
19861         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
19862
19863         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
19864         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
19865         want to require the building of c-strtod.o.
19866         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
19867         needs -lm directly.
19868         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
19869
19870         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
19871
19872         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
19873         --as-needed option if available.  Problem reported by Albert Chin in
19874         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
19875         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
19876         cc merely issues a bunch of annoying warnings for --as-needed
19877         (this problem was reported by Bob Proulx).  Also, try linking with
19878         -lm to detect a bug in binutils 2.16 (this problem was reported
19879         by Ralf Wildenhues).
19880
19881         2006-06-18  Jim Meyering  <jim@meyering.net>
19882
19883         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
19884         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
19885         macro.
19886         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
19887         also check for glibc-2.4's abort-inducing bug.
19888
19889         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
19890         Low-probability clean-up should be to use rmdir to get rid of
19891         the just-created directory, not unlink.
19892
19893         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
19894         configure fail, and request a bug report to inform us about it.
19895         Add a comment that, barring reports to the contrary, in 2007 we'll
19896         assume ftruncate is universally available.
19897
19898         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
19899
19900         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
19901
19902         2006-03-12  Jim Meyering  <jim@meyering.net>
19903
19904         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
19905         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
19906         * m4/same.m4 (gl_SAME): Likewise.
19907         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
19908
19909         2006-03-11  Eric Blake  <ebb9@byu.net>
19910
19911         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
19912         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
19913         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
19914         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
19915
19916 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19917
19918         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
19919         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
19920         reported by Mark D. Baushke, one in
19921         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
19922
19923         Merge from coreutils.
19924
19925         * lib/.cppi-disable: Add stdint_.h.
19926         * lib/.cvsignore: Add stdint.h.
19927
19928         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
19929
19930         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
19931         both double and long double versions.
19932         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
19933         * lib/xstrtold.c: New file.
19934         * lib/xstrtod.h (xstrtold): New decl.
19935
19936         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19937
19938         * lib/filemode.c (setst): Remove.
19939         (strmode): Rewrite to avoid setst.  This makes the code shorter,
19940         (arguably) clearer, and the generated code is a bit smaller on my
19941         Debian GNU/Linux stable x86 host.
19942
19943         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
19944
19945         * lib/filemode.c: Include "filemode.h" first, to test the interface.
19946         Assume that filemode.h includes sys/types.h and sys/stat.h.
19947         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
19948         (ftypelet): Reorder to put common cases first, for efficiency.
19949         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
19950         to do 'M'.
19951         (strmode): Renamed from mode_string, and now stores 12 bytes instead
19952         of 10, for compatibility with FreeBSD.  All callers changed.
19953         (filemodestring): Now stores 12 bytes instead of 10, and sets file
19954         types that can't be deduced solely from st_mode.  First arg is now a
19955         const pointer.
19956         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
19957         (strmode): Renamed from mode_string.
19958         (filemodestring): New decl.
19959         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
19960         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
19961         needed.
19962         (S_ISPORT, S_ISWHT): New macros, if not already defined.
19963
19964         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19965
19966         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
19967         fsusage.h now does that.  Include fsusage.h first, to test interface.
19968         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
19969         at most one method (the old code could have generated decls that
19970         didn't conform to C89, not that this was ever exercised).
19971         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
19972
19973         2006-03-19  Jim Meyering  <jim@meyering.net>
19974
19975         Work even in a chroot where d_ino values for entries in "/"
19976         don't match the stat.st_ino values for the same names.
19977         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
19978         number, iterate through all entries again, using lstat instead.
19979         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
19980         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
19981
19982         * lib/getcwd.c (__getcwd): Clarify a comment.
19983         Use memcpy in place of a call to strcpy.
19984
19985         2006-03-12  Jim Meyering  <jim@meyering.net>
19986
19987         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
19988         matches that of the current directory (which we're about to chdir ".."
19989         out of), then save the dev-ino of the parent, instead.
19990
19991         * lib/same-inode.h (SAME_INODE): New file/macro.
19992         * lib/chdir-safer.c (SAME_INODE): Remove definition.
19993         Include "same-inode.h", instead.
19994         * lib/same.c: Likewise.
19995         * lib/cycle-check.h: Include "same-inode.h".
19996         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
19997         * lib/cycle-check.c (SAME_INODE): Remove definition.
19998         * lib/root-dev-ino.h: Include "same-inode.h".
19999
20000         2006-03-11  Eric Blake  <ebb9@byu.net>
20001
20002         * lib/same.c (same_name): s/base_name/last_component/
20003         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
20004         * lib/filenamecat.c (file_name_concat): Likewise.
20005
20006         2006-03-11  Eric Blake  <ebb9@byu.net>,
20007                     Paul Eggert  <eggert@cs.ucla.edu>
20008
20009         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
20010         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
20011         drive prefix.
20012         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
20013         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
20014         (last_component): New method.
20015         * lib/dirname.c (dir_len): Determine when drive letters need a
20016         subsequent slash.  Preserve // when it is special.
20017         (dir_name): Don't append dot when drive letter is absolute.
20018         [TEST_DIRNAME]: Move into a full-blown gnulib test.
20019         * lib/basename.c (base_name): New semantics - malloc the result.
20020         Preserve // when it is special.  Preserve relative files that look
20021         like drive letters.
20022         (base_len): Preserve // when it is special.
20023         (last_component): New method, similar to old base_name semantics.
20024         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
20025         base_name.  Strip redundant slashes from ///.
20026
20027 2006-07-03  Jim Meyering  <jim@meyering.net>
20028
20029         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
20030         macro is used before the first cycle_check call.
20031
20032 2006-07-03  Eric Blake  <ebb9@byu.net>
20033
20034         * modules/dirname (Depends-on): Add xstrndup.
20035
20036 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20037
20038         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
20039         test cases, so that config.log is a bit easier to follow.
20040
20041 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
20042
20043         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
20044         both are 64 bits, since this seems to be the tradition, and this
20045         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
20046         we ever run into a host that prefers long long to long in this
20047         case, we'll need another configure-time test.  Problem reported by
20048         Jim Meyering.
20049
20050 2006-07-02  Eric Blake  <ebb9@byu.net>
20051
20052         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
20053
20054 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20055
20056         * modules/inttypes (Depends-on): No longer depends on stdint.
20057         * modules/stdint (Description): Say more about assumptions.
20058         Say that the fast types might differ.  Say macros are used.
20059         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
20060         (Makefile.am): Revise list of substituted symbols to match
20061         new stdint.m4.
20062         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
20063         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
20064         * tests/test-stdint.c (verify_same_types)
20065         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
20066         the code conforms to C99/C89.
20067         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
20068         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
20069
20070 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20071
20072         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
20073         but fix a bug, by requiring at least 64 bits.
20074         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
20075         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
20076         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
20077         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
20078
20079         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
20080         changes.  Make 2.59 a prerequisite.  Check and substitute for
20081         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
20082         inttypes.h.  Do not use special include files; just use the
20083         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
20084         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
20085         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
20086         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
20087         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
20088         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
20089         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
20090         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
20091         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
20092         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
20093         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
20094         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
20095         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
20096         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
20097         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
20098         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
20099         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
20100         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
20101         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
20102         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
20103         WINT_MAX.  Check for C99 conformance more strictly, by detecting
20104         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
20105         not check for things that C99 does not require, e.g., int8_t.  If
20106         a test isn't needed unless <stdint.h> isn't working, and is
20107         unlikely to be needed for any other reason, then don't do it
20108         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
20109         size_t, since we assume C89 freestanding at least.  Do not check
20110         for sig_atomic_t, wchar_t, or wint_t, since the code now does
20111         the right thing even if the types are not defined.  Instead use:
20112         (gl_STDINT_TYPE_PROPERTIES): New macro.
20113         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
20114         testing whether <sys/types.h> clashes, as Autoconf does this for
20115         us now.  All uses removed.
20116         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
20117         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
20118         (gl_CHECK_TYPE_SAME):
20119         Remove; no longer needed.
20120         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
20121         exists, since we'll return 0 anyway in that case.
20122         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
20123
20124 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20125
20126         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
20127         possible collision with system files.
20128         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
20129         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
20130         WCHAR_MIN and WCHAR_MAX in this case.
20131         (<stddef.h>): Do not include; no longer needed.
20132         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
20133         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
20134         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
20135         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
20136         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
20137         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
20138         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
20139         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
20140         !defined(__c99))]: Include in this case too, since it's harmless
20141         now.
20142         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
20143         dangerous to do so.
20144         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
20145         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
20146         (_STDINT_MIN, _STDINT_MAX): New macros.
20147         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
20148         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
20149         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
20150         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
20151         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
20152         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
20153         macros, not typedefs; this simplifies things quite a bit.
20154         Use long int for all types narrower than int64_t.
20155         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
20156         Define in terms of long long int or int64_t or long int,
20157         not int64_t or int32_t.  This saves some compile-time testing.
20158         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
20159         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
20160         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
20161         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
20162         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
20163         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
20164         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
20165         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
20166         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
20167         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
20168         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
20169         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
20170         undef any previous version and define our own version, for
20171         simplicity and consistency with the new macros for types.
20172         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
20173         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
20174         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
20175         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
20176         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
20177         @WINT_T_SUFFIX@ to keep things simple here.
20178         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
20179         Simplify by assuming typical 8/16/32/64 host, since we're
20180         already doing that elsewhere anyway.
20181         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
20182         and assume long long int is 64 bits if available.  This
20183         speeds up 'configure'.
20184
20185 2006-07-01  Eric Blake  <ebb9@byu.net>
20186
20187         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
20188         Reported by Andreas Buening.
20189
20190 2006-07-01  Eric Blake  <ebb9@byu.net>
20191
20192         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
20193
20194 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20195
20196         * lib/getaddrinfo.c: fixed typo
20197
20198 2006-06-29  Jim Meyering  <jim@meyering.net>
20199
20200         * modules/strftime (Maintainer): Add my name, since with the
20201         FPRINTFTIME changes strftime.c has forked from glibc.
20202
20203 2006-06-29  Eric Blake  <ebb9@byu.net>
20204
20205         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
20206
20207 2006-06-29  Eric Blake  <ebb9@byu.net>
20208
20209         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
20210
20211 2006-06-29  Eric Blake  <ebb9@byu.net>
20212
20213         * lib/stat_.h: New file.
20214
20215 2006-06-29  Eric Blake  <ebb9@byu.net>
20216
20217         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
20218         unused static function.
20219
20220 2006-06-29  Eric Blake  <ebb9@byu.net>
20221
20222         * doc/functions.texi (Function Portability): Document missing lstat
20223         on mingw.
20224
20225 2006-06-29  Eric Blake  <ebb9@byu.net>
20226
20227         * MODULES.html.sh: Add sys_stat.
20228         * modules/sys_stat: New module.
20229         * modules/mkstemp (Depends-on): Add sys_stat.
20230
20231 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20232
20233         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
20234
20235 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20236
20237         * m4/c-bs-a.m4: Removed.
20238
20239 2006-06-29  Derek R. Price  <derek@ximbiot.com>
20240
20241         * lib/strftime.c: Assume strftime() exists.
20242
20243 2006-06-29  Derek Price  <derek@ximbiot.com>
20244
20245         * modules/c-bs-a: Removed - \a is C89.
20246         * MODULES.html.sh: Remove c-bs-a.
20247
20248 2006-06-29  Bruno Haible  <bruno@clisp.org>
20249
20250         * modules/wcwidth (License): Change to LGPL.
20251
20252 2006-06-28  Simon Josefsson  <jas@extundo.com>
20253
20254         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
20255         on _WIN32.
20256
20257         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
20258         getnameinfo.
20259
20260 2006-06-28  Simon Josefsson  <jas@extundo.com>
20261
20262         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
20263
20264 2006-06-28  Simon Josefsson  <jas@extundo.com>
20265
20266         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
20267         functions there.  It will succeed on Windows XP, but on Windows
20268         2000 and (presumably) earlier, it will fail, and use the internal
20269         re-implementation.
20270         (use_win32_p): New function.
20271         (getaddrinfo): Use strtoul on servname, to support numeric ports.
20272         Support AI_NUMERICSERV to disable getservbyname.
20273         (getnameinfo): New function, only supports
20274         NI_NUMERICHOST|NI_NUMERICSERV for now.
20275
20276         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
20277         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
20278         getnameinfo.
20279
20280 2006-06-28  Eric Blake  <ebb9@byu.net>
20281
20282         * modules/wcwidth: New file.
20283         * modules/mbchar (Depends-on): Add wcwidth.
20284         * modules/mbswidth (Depends-on): Add wcwidth.
20285         * MODULES.html.sh: Add wcwidth.
20286
20287 2006-06-28  Eric Blake  <ebb9@byu.net>
20288
20289         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
20290         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
20291
20292 2006-06-28  Eric Blake  <ebb9@byu.net>
20293
20294         * lib/xvasprintf.h: Fix comments.
20295
20296 2006-06-28  Eric Blake  <ebb9@byu.net>
20297
20298         * lib/mbchar.h (wcwidth): Include wcwidth.h.
20299         * lib/mbswidth.c (wcwidth): Move from here...
20300         * lib/wcwidth.h: ...to this new file.
20301
20302 2006-06-28  Derek R. Price  <derek@ximbiot.com>
20303
20304         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
20305
20306         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
20307         it's obsolete.
20308         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
20309
20310 2006-06-28  Derek R. Price  <derek@ximbiot.com>
20311
20312         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
20313         Autoconf 2.60 says this stuff was obsolete.
20314
20315 2006-06-28  Bruno Haible  <bruno@clisp.org>
20316
20317         * modules/wcwidth (Files): Add m4/wchar_t.m4.
20318
20319 2006-06-28  Bruno Haible  <bruno@clisp.org>
20320
20321         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
20322         gt_TYPE_WCHAR_T.
20323
20324 2006-06-28  Bruno Haible  <bruno@clisp.org>
20325
20326         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
20327         declaration for wcwidth.
20328         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
20329
20330 2006-06-28  Bruno Haible  <bruno@clisp.org>
20331
20332         * lib/mkdtemp.c [MINGW]: Include <io.h>.
20333         (mkdir): Define using _mkdir.
20334
20335 2006-06-28  Bruno Haible  <bruno@clisp.org>
20336
20337         * lib/getaddrinfo.h: Fix POSIX URL.
20338         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
20339         _WIN32.
20340         (use_win32_p): Make static.
20341         (getaddrinfo): Reject service name if it is empty or does not consist
20342         solely of decimal digits, or if its value is > 65535.
20343         (getnameinfo): Remove useless casts.
20344
20345 2006-06-27  Simon Josefsson  <jas@extundo.com>
20346
20347         * modules/sys_select: New file, suggested by Bruno Haible, Paul
20348         Eggert and Martin Lambers.
20349
20350 2006-06-27  Simon Josefsson  <jas@extundo.com>
20351
20352         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
20353         Eggert and Martin Lambers.
20354
20355 2006-06-27  Bruno Haible  <bruno@clisp.org>
20356
20357         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
20358         result to 0, not to empty.
20359         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
20360
20361 2006-06-27  Bruno Haible  <bruno@clisp.org>
20362
20363         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
20364
20365 2006-06-26  Simon Josefsson  <jas@extundo.com>
20366
20367         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
20368         present.
20369
20370 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
20371
20372         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
20373         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
20374         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
20375
20376 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
20377
20378         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
20379
20380 2006-06-26  Bruno Haible  <bruno@clisp.org>
20381
20382         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
20383
20384 2006-06-26  Bruno Haible  <bruno@clisp.org>
20385
20386         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
20387
20388 2006-06-26  Bruno Haible  <bruno@clisp.org>
20389
20390         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
20391         SGI C compiler in pre-C99 mode.
20392         Suggested by Mark D. Baushke and Larry Jones.
20393
20394 2006-06-26  Bruno Haible  <bruno@clisp.org>
20395
20396         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
20397         WCHAR_MAX.
20398         Reported by Mark D. Baushke and Larry Jones.
20399
20400 2006-06-26  Bruno Haible  <bruno@clisp.org>
20401
20402         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
20403         in pre-C99 mode.
20404         Suggested by Mark D. Baushke and Larry Jones.
20405
20406 2006-06-23  Simon Josefsson  <jas@extundo.com>
20407             Bruno Haible  <bruno@clisp.org>
20408
20409         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
20410         Emit mostlyclean-local rule.
20411         (func_emit_tests_Makefile_am): Likewise.
20412         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
20413
20414 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
20415
20416         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
20417
20418 2006-06-23  Bruno Haible  <bruno@clisp.org>
20419
20420         * tests/test-stdint.c: Update to match ISO C 99 Technical
20421         Corrigendum 1.
20422
20423 2006-06-23  Bruno Haible  <bruno@clisp.org>
20424
20425         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
20426
20427 2006-06-23  Bruno Haible  <bruno@clisp.org>
20428
20429         * lib/stdint_.h: Treat IRIX like OpenBSD.
20430
20431 2006-06-23  Bruno Haible  <bruno@clisp.org>
20432
20433         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
20434         ISO C 99 Technical Corrigendum 1.
20435
20436 2006-06-22  Simon Josefsson  <jas@extundo.com>
20437
20438         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
20439         MinGW.
20440
20441 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20442
20443         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
20444         needed.  Some compiler complained about some of them.  Problem reported
20445         by Larry Jones in
20446         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
20447
20448 2006-06-21  Simon Josefsson  <jas@extundo.com>
20449
20450         * tests/test-getaddrinfo.c: New file.
20451
20452         * modules/getaddrinfo-tests: New file.
20453
20454         * MODULES.html.sh: Add inet_pton.
20455
20456         * modules/inet_pton: New file.
20457
20458 2006-06-21  Simon Josefsson  <jas@extundo.com>
20459
20460         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
20461         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
20462         of using the (limited) gnulib implementation on Windows XP.
20463
20464         * m4/inet_pton.m4: New file.
20465
20466 2006-06-21  Simon Josefsson  <jas@extundo.com>
20467
20468         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
20469         variable.
20470
20471         * lib/socket_.h: Don't define WINVER.
20472
20473         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
20474         slightly modified to work in gnulib.
20475
20476 2006-06-21  Simon Josefsson  <jas@extundo.com>
20477
20478         * doc/gnulib.texi (Windows sockets): Add.
20479
20480 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
20481
20482         * lib/read-file.c (fread_file): Start with buffer allocation of
20483         0 bytes rather than 1 byte; this simplifies the code.
20484         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
20485         code to free buffer and save/restore errno.
20486         (internal_read_file): Remove unused local.
20487
20488 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
20489
20490         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
20491         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
20492         Problem reported by Denis Excoffier in
20493         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
20494
20495 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20496
20497         * modules/sys_socket, modules/socklen: Include sys/types since
20498         FreeBSD 4.x's sys/socket.h needs it.
20499
20500 2006-06-19  Simon Josefsson  <jas@extundo.com>
20501
20502         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
20503
20504 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
20505
20506         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
20507
20508 2006-06-19  Bruno Haible  <bruno@clisp.org>
20509
20510         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
20511         and FULL_PATH_INTTYPES_H in angle brackets.
20512         Reported by Mark D. Baushke <mdb@gnu.org>.
20513
20514 2006-06-17  Eric Blake  <ebb9@byu.net>
20515
20516         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
20517         errno.
20518
20519 2006-06-17  Bruno Haible  <bruno@clisp.org>
20520
20521         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
20522         <sys/inttypes.h>.
20523
20524 2006-06-17  Bruno Haible  <bruno@clisp.org>
20525
20526         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
20527         whether errno is declared. Assume <errno.h> declares errno.
20528
20529 2006-06-17  Bruno Haible  <bruno@clisp.org>
20530
20531         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
20532
20533 2006-06-17  Bruno Haible  <bruno@clisp.org>
20534
20535         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
20536         problem on Solaris 2.5.1.
20537
20538 2006-06-16  Eric Blake  <ebb9@byu.net>
20539
20540         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
20541         * lib/unicodeio.c [!defined errno]: Likewise.
20542         * lib/strtol.c [!defined errno]: Likewise.
20543         * lib/strtod.c [!defined errno]: Likewise.
20544
20545 2006-06-15  Eric Blake  <ebb9@byu.net>
20546
20547         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
20548
20549 2006-06-15  Eric Blake  <ebb9@byu.net>
20550
20551         * config/srclist.txt (ssize_t.m4): Lose sync.
20552
20553 2006-06-15  Bruno Haible  <bruno@clisp.org>
20554
20555         * modules/stdint (Files): Include m4/full-header-path.m4,
20556         m4/size_max.m4, m4/wchar_t.m4.
20557         (Makefile.am): Many more substitutions.
20558         * modules/stdint-tests: New file.
20559         * tests/test-stdint.c: New file.
20560
20561 2006-06-15  Bruno Haible  <bruno@clisp.org>
20562
20563         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
20564         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
20565         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
20566         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
20567         gl_CHECK_TYPE_SAME): New macros.
20568
20569 2006-06-15  Bruno Haible  <bruno@clisp.org>
20570
20571         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
20572
20573 2006-06-15  Bruno Haible  <bruno@clisp.org>
20574
20575         * lib/stdint_.h: Rewritten to be fully auto-configured.
20576         Fixes bug on HP-UX/IA64.
20577
20578 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
20579
20580         * lib/getdate.y (__attribute__): Don't define if already defined.
20581         Problem reported by Larry Jones.
20582         * lib/utimens.c (__attribute__): Likewise.
20583
20584 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
20585
20586         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
20587         reported by Andreas Schwab.
20588
20589 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20590             Bruno Haible  <bruno@clisp.org>
20591
20592         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
20593         check for the declaration of strnlen and a run test that exposes the
20594         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
20595         rpl_strndup.
20596
20597 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20598             Bruno Haible  <bruno@clisp.org>
20599
20600         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
20601
20602 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20603
20604         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
20605         compile test, for Tru64 4.0D.
20606
20607 2006-05-28  Karl Berry  <karl@gnu.org>
20608
20609         * config/srclist.txt (printf-args.c): lose sync.
20610
20611 2006-05-26  Martin Lambers  <marlam@marlam.de>
20612
20613         * lib/getpass.c: Updates the test for the native W32 API, and adds
20614         missing includes, thus fixing compilation warnings.
20615
20616 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
20617
20618         * lib/exclude.c (exclude_fnmatch): New function.
20619         (excluded_file_name): Call exclude_fnmatch.
20620         * lib/exclude.h (excluded_file_name): New prototype
20621
20622 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
20623
20624         * lib/tempname.c (small_open, large_open): New macros.
20625         (__open, __open64) [!_LIBC]: Remove.
20626         (__gen_tempname): Use small_open and large_open instead of __open
20627         and __open64.  This fixes a portability bug on HP-UX 11.11i
20628         reported by Simon Wing-Tang in
20629         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
20630
20631 2006-05-24  Bruno Haible  <bruno@clisp.org>
20632
20633         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
20634         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
20635         Reported by Thorsten Maerz <torte@netztorte.de> via
20636         Aaron Stone <aaron@serendipity.cx>.
20637
20638 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20639
20640         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
20641         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
20642         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
20643         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
20644         not really conditional on the cache.
20645         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
20646
20647 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20648
20649         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
20650         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
20651         (my_usleep): Don't mishandle maximum value.
20652
20653 2006-05-19  Jim Meyering  <jim@meyering.net>
20654
20655         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
20656
20657 2006-05-17  Bruno Haible  <bruno@clisp.org>
20658
20659         Cygwin portability.
20660         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
20661
20662 2006-05-17  Bruno Haible  <bruno@clisp.org>
20663
20664         * lib/stdint_.h: Fix recognition of Cygwin.
20665
20666 2006-05-15  Bruno Haible  <bruno@clisp.org>
20667
20668         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
20669         on libtool patch by Ralf Wildenhues.
20670
20671 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20672
20673         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
20674         test for C99 conformance; (bool) 0.5 is an integer constant
20675         expression, but (bool) -0.5 is not.  Problem reported by Fedor
20676         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
20677
20678 2006-05-11  Simon Josefsson  <jas@extundo.com>
20679
20680         * m4/xvasprintf.m4: Fix obvious typo.
20681
20682 2006-05-11  Jim Meyering  <jim@meyering.net>
20683
20684         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
20685         James Lemley.
20686
20687 2006-05-10  Simon Josefsson  <jas@extundo.com>
20688
20689         * lib/md4.c: Typo fix, update copyright years.
20690         (K1, K2): Don't use L because it turn computations into 64-bit on
20691         64-bit platforms.
20692
20693 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
20694
20695         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
20696         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
20697         unwanted sign propagation, e.g., on hosts with 64-bit int.
20698         There still are some problems with reeelly weird theoretical hosts
20699         (e.g., 33-bit int) but it's not worth worrying about now.
20700         * lib/sha1.c (rol): Likewise.
20701         (K1, K2, K3, K4): Remove unnecessary L suffix.
20702
20703 2006-05-10  Bruno Haible  <bruno@clisp.org>
20704
20705         * lib/des.c: Cast to avoid warnings.
20706
20707 2006-05-09  Bruno Haible  <bruno@clisp.org>
20708
20709         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
20710         (Depends-on): Depend also on xsize, stdarg.
20711         (configure.ac): Add gl_XVASPRINTF.
20712
20713 2006-05-09  Bruno Haible  <bruno@clisp.org>
20714
20715         * m4/xvasprintf.m4: New file.
20716
20717 2006-05-09  Bruno Haible  <bruno@clisp.org>
20718
20719         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
20720         (EOVERFLOW): Define fallback value.
20721         (xstrcat): New function.
20722         (xvasprintf): Recognize the special case of a string concatenation.
20723
20724 2006-05-08  Eric Blake  <ebb9@byu.net>
20725
20726         * gnulib-tool (func_version): Base copyright year on CVS date.
20727         (func_emit_copyright_notice): New function.
20728         (func_emit_lib_Makefile_am): Use it.
20729         (func_emit_tests_Makefile_am): Likewise.
20730         (func_import): Likewise.
20731
20732 2006-05-08  Bruno Haible  <bruno@clisp.org>
20733
20734         * modules/stdarg: New file.
20735         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
20736
20737 2006-05-08  Bruno Haible  <bruno@clisp.org>
20738
20739         * m4/stdarg.m4: New file, from GNU gettext.
20740
20741 2006-05-08  Bruno Haible  <bruno@clisp.org>
20742
20743         * config/srclist.txt (build-aux/config.rpath): different from latest
20744         release.
20745
20746 2006-05-08  Bruno Haible  <bruno@clisp.org>
20747
20748         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
20749
20750 2006-05-05  Jim Meyering  <jim@meyering.net>
20751
20752         * m4/warning.m4: New file, derived from bison's file by the same name.
20753
20754 2006-05-03  Bruno Haible  <bruno@clisp.org>
20755
20756         * lib/stdint_.h: Shorter URL.
20757         * lib/inttypes.h: Likewise.
20758
20759 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20760
20761         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
20762
20763 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20764
20765         * lib/verify.h: Document the internals better.  Most of this change
20766         was written by Bruno Haible.
20767
20768 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20769
20770         * doc/verify.texi: New file, partly based on a proposal by
20771         Bruno Haible.
20772
20773 2006-05-02  Bruno Haible  <bruno@clisp.org>
20774
20775         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
20776         test from here...
20777         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
20778
20779 2006-04-29  Bruno Haible  <bruno@clisp.org>
20780
20781         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
20782         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
20783
20784 2006-04-29  Bruno Haible  <bruno@clisp.org>
20785
20786         * gnulib-tool: Make --update option actually work.
20787
20788 2006-04-29  Bruno Haible  <bruno@clisp.org>
20789
20790         * doc/gcd.texi: New file.
20791         * doc/gnulib.texi: Include it.
20792
20793 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
20794
20795         * lib/getdate.y (get_date): When adding relative date, start with the
20796         initial time, not with the result of the first mktime call.
20797
20798 2006-04-25  Bruno Haible  <bruno@clisp.org>
20799
20800         * gnulib-tool (func_import): Output the include directives in three
20801         blocks, sorted separately.
20802         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20803
20804 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
20805
20806         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
20807         to define main with arguments, for C++.  Reported by Eric Blake.
20808         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
20809         Prefer 'int main ()' to 'int main (void)', for C++.
20810         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
20811         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
20812         for 'main', for C99 and C++.
20813
20814 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
20815
20816         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
20817         Don't assume that exit status -1 is valid.
20818         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20819         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
20820         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
20821         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
20822         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
20823         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
20824         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
20825         functions can be used without declaring them, or that you can
20826         exit with status -1.
20827         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
20828
20829 2006-04-24  Karl Berry  <karl@gnu.org>
20830
20831         * config/srclist.txt (longdouble.m4): sync lost.
20832
20833 2006-04-24  Eric Blake  <ebb9@byu.net>
20834
20835         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
20836
20837 2006-04-24  Bruno Haible  <bruno@clisp.org>
20838
20839         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
20840         poll() implementation in AIX.
20841         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20842
20843 2006-04-24  Bruno Haible  <bruno@clisp.org>
20844
20845         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
20846         assigned exactly once.
20847
20848 2006-04-23  Claudio Fontana  <claudio@gnu.org>
20849             Bruno Haible  <bruno@clisp.org>
20850
20851         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
20852         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
20853         for AM_CPPFLAGS.
20854
20855 2006-04-23  Bruno Haible  <bruno@clisp.org>
20856
20857         * modules/copy-file: Depend on unistd.
20858         * modules/execute: Likewise.
20859         * modules/fatal-signal: Likewise.
20860         * modules/findprog: Likewise.
20861         * modules/mkdtemp : Likewise.
20862         * modules/pipe: Likewise.
20863         * modules/wait-process: Likewise.
20864
20865 2006-04-23  Bruno Haible  <bruno@clisp.org>
20866
20867         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
20868         condition was already detected.
20869         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20870
20871 2006-04-23  Bruno Haible  <bruno@clisp.org>
20872
20873         * lib/copy-file.c: Include <unistd.h> unconditionally.
20874         * lib/execute.c: Likewise.
20875         * lib/fatal-signal.c: Likewise.
20876         * lib/findprog.c: Likewise.
20877         * lib/mkdtemp.c: Likewise.
20878         * lib/pipe.h: Likewise.
20879         * lib/pipe.c: Likewise.
20880         * lib/wait-process.h: Likewise.
20881
20882 2006-04-23  Bruno Haible  <bruno@clisp.org>
20883
20884         * gnulib-tool (func_usage): Fix --import description. Document
20885         --update.
20886         (func_import): Create temporary file in a temporary directory, if
20887         --dry-run is specified. Silence errors from 'grep' when there are no
20888         m4 files in $m4dir.
20889         (func_create_testdir): Silence errors from 'grep' when there are no
20890         m4 files in $m4dir.
20891         Reported by Karl Berry <karl@freefriends.org>.
20892
20893 2006-04-20  Bruno Haible  <bruno@clisp.org>
20894
20895         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
20896         one argument, so that the code will be portable to Autoconf 2.60.
20897         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
20898         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
20899         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
20900
20901 2006-04-19  Derek Price  <derek@ximbiot.com>
20902             Eric Blake  <ebb9@byu.net>
20903
20904         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
20905         rather than "/full/path.h".  Update comment to match.  Shorten &
20906         generalize m4_translit call via AS_TR_CPP.
20907
20908 2006-04-19  Derek Price  <derek@ximbiot.com>
20909             Eric Blake  <ebb9@byu.net>
20910
20911         * lib/inttypes.h: Correct grammar in comment.
20912
20913 2006-04-18  Derek Price  <derek@ximbiot.com>
20914             Paul Eggert  <eggert@cs.ucla.edu>
20915
20916         * modules/inttypes: New file.
20917         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
20918
20919 2006-04-18  Derek Price  <derek@ximbiot.com>
20920             Paul Eggert  <eggert@cs.ucla.edu>
20921
20922         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
20923         New files.
20924
20925 2006-04-18  Derek Price  <derek@ximbiot.com>
20926             Paul Eggert  <eggert@cs.ucla.edu>
20927
20928         * lib/inttypes.h: New file.
20929         * lib/strtoimax.c: Assume <inttypes.h>.
20930
20931 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
20932
20933         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
20934         isn't mounted.  Problem reported by Kir Kolyshkin.
20935
20936 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20937
20938         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
20939         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
20940         Derek R. Price.
20941         * lib/regex.h (RE_DUP_MAX): Update comment to match current
20942         implementation.
20943
20944 2006-04-12  Eric Blake  <ebb9@byu.net>
20945
20946         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
20947         is now done automatically by the corresponding Autoconf macro.
20948
20949 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
20950
20951         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
20952         time_r.h.
20953
20954 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
20955
20956         Merge regex changes from libc, removing some of our
20957         POSIX-conformance changes that were rejected and redoing them in a
20958         less-intrusive way.
20959
20960         * lib/regcomp.c (re_compile_internal, init_dfa):
20961         Length arg is now size_t, not Idx.  All uses changed.
20962         (peek_token): Forward decl now says internal_function.
20963         (__re_error_msgid, __re_error_msgid_idx):
20964         Now static rather than extern with attribute_hidden.
20965         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
20966         For some reason libc prefers K&R style defns for external functions.
20967         (regerror) [!defined _LIBC]: Likewise.
20968         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
20969         (seek_collating_symbol_entry, lookup_collation_sequence_value):
20970         (build_range_exp, build_collating_symbol):
20971         Use K&R-style defn.
20972         (re_compile_fastmap): Use '\0' to memset, not 0.
20973         (utf8_sb_map): Make the calculations more obvious.
20974         (init_dfa, parse_bracket_exp, build_charclass_op):
20975         Call calloc and cast result, as glibc does.
20976         (init_word_char, fetch_token, peek_token, peek_token_bracket):
20977         (build_range_exp, build_collating_symbol):
20978         Now internal functions.
20979
20980         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
20981
20982         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
20983         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
20984         Don't depend on VMS; depend on __VMS instead, for POSIX
20985         namespace cleanness.
20986         (regoff_t): Define to ssize_t, not long int.
20987
20988         Remove the REG_ macros named below.  Instead, make the old names
20989         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
20990         __USE_GNU_REGEX.
20991         (REG_BACKSLASH_ESCAPE_IN_LISTS):
20992         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
20993         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
20994         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
20995         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
20996         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
20997         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
20998         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
20999         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
21000         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
21001         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
21002         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
21003         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
21004         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
21005         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
21006         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
21007         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
21008         (REG_NREGS):
21009         Remove.  All uses replaced by the old RE_* names.
21010         (RE_BACKSLASH_ESCAPE_IN_LISTS):
21011         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
21012         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
21013         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
21014         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
21015         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
21016         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
21017         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
21018         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
21019         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
21020         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
21021         Don't bother having these macros be independent of each others'
21022         values, since they no longer exist in the POSIX name space.
21023
21024         Rename the following member names back to their old names,
21025         unless !__USE_GNU_REGEX.  All uses changed back.
21026         (buffer): Renamed from re_buffer.
21027         (allocated): Renamed from re_allocated.
21028         (used): Renamed from re_used.
21029         (syntax): Renamed from re_syntax.
21030         (fastmap): Renamed from re_fastmap.
21031         (translate): Renamed from re_translate.
21032         (can_be_null): Renamed from re_can_be_null.
21033         (regs_allocated): Renamed from re_regs_allocated.
21034         (fastmap_accurate): Renamed from re_fastmap_accurate.
21035         (no_sub): Renamed from re_no_sub.
21036         (not_bol): Renamed from re_not_bol.
21037         (not_eol): Renamed from re_not_eol.
21038         (newline_anchor): Renamed from re_newline_anchor.
21039         (num_regs): Renamed from rm_num_regs.
21040         (start): Renamed from rm_start.
21041         (end): Renamed from rm_end.
21042
21043         (free_state): Move up a bit.
21044
21045         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
21046         #define to be empty.
21047         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
21048         when that is what is intended.
21049         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
21050         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
21051         (MAX): New macro.
21052         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
21053         All uses changed back to re_malloc, etc.  It's now the caller's
21054         responsibility to check for overflow; all callers changed.
21055         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
21056         (re_x2nrealloc): Remove.
21057         (free_state): Remove decl.
21058
21059         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
21060         (re_set_registers, re_exec):
21061         Use K&R-style defn.
21062
21063         2006-01-31  Roland McGrath  <roland@redhat.com>
21064
21065         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
21066         Reported by Mike Frysinger <vapier@gentoo.org>.
21067
21068         2006-01-15  Andreas Jaeger  <aj@suse.de>
21069
21070         [BZ #1950]
21071         * lib/regex_internal.c (re_string_reconstruct): Adjust for
21072         build_wcs_upper_buffer change.
21073         (build_wcs_upper_buffer): Change return type.
21074
21075         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
21076
21077         * lib/regex_internal.h: Include <stdint.h> if available.
21078
21079         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
21080
21081         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
21082
21083         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
21084
21085         * lib/regcomp.c: Adjust for changed secondary hash function.
21086
21087         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
21088
21089         * lib/regex.h: Pretty printing.
21090         Clean up namespace a bit.
21091
21092         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
21093
21094         * lib/regexec.c (update_cur_sifted_state, check_arrival,
21095         check_arrival_add_next_nodes): Avoid using uninitialized variable.
21096
21097         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21098                     Ulrich Drepper  <drepper@redhat.com>
21099
21100         [BZ #1302]
21101         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
21102         changed.
21103         (bitset_word_t): Renamed from bitset_word.  All uses changed.
21104
21105         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
21106
21107         [BZ #281]
21108         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
21109         * lib/regcomp.c: Remove unnecessary uses of
21110         unsigned RE_TRANSLATE_TYPE.
21111         * lib/regex_internal.h: Likewise.
21112         * lib/regex_internal.c: Likewise.
21113         * lib/regexec.c: Likewise.
21114         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
21115
21116         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
21117
21118         * lib/regexec.c (find_recover_state): Remove unnecessary
21119         initialization.
21120         (transit_state_bkref): Make DFA a const pointer.
21121         (get_subexp): Likewise.
21122         (check_arrival): Likewise.
21123         (update_cur_sifted_state): Likewise.
21124         (re_search_internal): Likewise.
21125         (prune_impossible_nodes): Likewise.
21126         (acquire_init_state_context): Likewise.
21127         (proceed_next_node): Likewise.
21128         (set_regs): Likewise.
21129         (free_fail_stack_return): Likewise.
21130         (check_arrival_expand_ecl): Mark DFA parameter as const.
21131         (check_arrival_expand_ecl_sub): Likewise.
21132         (check_subexp_limits): Likewise.
21133         (sub_epsilon_src_nodes):  Likewise.
21134         (add_epsilon_src_nodes):  Likewise.
21135         (merge_state_array): Likewise.
21136         (update_regs): Likewise.
21137         (build_trtable): Likewise.
21138         (sift_states_backward): Mark MCTX parameter as const.
21139         (build_sifted_states): Likewise.
21140         (update_cur_sifted_state): Likewise.
21141         (sift_states_mkref): Likewise.
21142         (check_arrival_expand_ecl): Mark eclosure as const.
21143         (check_dst_limits_calc_pos_1): Likewise.
21144         * lib/regex_internal.h (re_match_context_t): Make dfa a const
21145         pointer.
21146
21147         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
21148
21149         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
21150         (transit_state_sb): Likewise.
21151         (transit_state_mb): Likewise.
21152         (sift_states_iter_mb): Likewise.
21153         (check_arrival_add_next_nodes): Likewise.
21154         (check_node_accept_bytes): Change first parameter to pointer-to-const.
21155         [_LIBC] (re_search_2_stub): Use mempcpy.
21156
21157         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
21158         mbrtowc for very simple UTF-8 case.
21159
21160         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
21161         a pointer-to-const.
21162         (re_acquire_state_context): Likewise.
21163         * lib/regex_internal.h: Adjust prototypes.
21164
21165         * lib/regex.c: Prevent using C++ compilers.
21166
21167         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
21168         (re_acquire_state_context): Likewise.
21169
21170 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21171
21172         * modules/regex (Depends-on): Add ssize_t.
21173
21174 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21175
21176         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
21177         translation table.
21178
21179 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
21180
21181         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
21182
21183 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
21184             Bruno Haible  <bruno@clisp.org>
21185
21186         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
21187         <sys/types.h> and <inttypes.h>.
21188
21189 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21190
21191         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
21192         `__error_t_defined', so argp.h will not typedef the former.
21193
21194 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
21195
21196         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
21197         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
21198         glibc names.  Even if glibc is changed to conform to POSIX, the
21199         traditional names will be available anyway, since regex depends on
21200         the extensions module.  Also, fix a longstanding typo in the
21201         implementation of Spencer ERE test #75 from grep 2.3.  Problems
21202         reported by Emanuele Giaquinta.  Also, change sense of cached
21203         variable, so that the message makes sense.
21204
21205 2006-03-24  Simon Josefsson  <jas@extundo.com>
21206
21207         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
21208         including some doc fixes.
21209         (base64_encode_alloc): Fix +1 bug on allocation failures.
21210
21211 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21212
21213         * lib/base64.c (base64_encode): Do not read past end of array with
21214         unsanitized input on systems with CHAR_BIT > 8.
21215
21216 2006-03-24  Eric Blake  <ebb9@byu.net>
21217
21218         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
21219
21220 2006-03-22  Karl Berry  <karl@gnu.org>
21221
21222         * config/srclist.txt (*setenv.[ch]): get from coreutils.
21223         * config/srclistvars.sh (COREUTILS): new var.
21224
21225 2006-03-17  Jim Meyering  <jim@meyering.net>
21226
21227         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
21228         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
21229
21230 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
21231
21232         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
21233         no longer needs it.  Instead, check that regoff_t is as least
21234         as wide as ptrdiff_t.
21235
21236         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
21237         so that our regex.h stays compatible with the installed regex.
21238         This is helpful for installers who configure --without-included-regex.
21239         Problem reported by Emanuele Giaquinta.
21240
21241 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
21242
21243         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
21244         Typedef to long int, not to off_, as POSIX will likely change
21245         in that direction.
21246
21247 2006-03-15  Eric Blake  <ebb9@byu.net>
21248
21249         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
21250
21251 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
21252
21253         * lib/argp-help.c (validate_uparams): Fix typo
21254         * lib/argp-parse.c (argp_default_options): Consistently begin help
21255         messages with a lowercase letter.
21256
21257 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
21258
21259         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
21260         overrun buffers and shouldn't be used (much as gets shouldn't be
21261         used).
21262         * lib/time_r.c (asctime_r, ctime_r): Likewise.
21263
21264 2006-03-08  Simon Josefsson  <jas@extundo.com>
21265
21266         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
21267         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21268
21269 2006-03-08  Simon Josefsson  <jas@extundo.com>
21270
21271         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
21272         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21273
21274 2006-03-08  Simon Josefsson  <jas@extundo.com>
21275
21276         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
21277         signal that configure disabled the device.
21278
21279 2006-03-08  Simon Josefsson  <jas@extundo.com>
21280
21281         * build-aux/maint.mk: Fix refresh-po, to handle no translated
21282         languages.
21283
21284 2006-03-07  Simon Josefsson  <jas@extundo.com>
21285
21286         * modules/getopt (Depends-on): Add unistd.
21287
21288         * modules/unistd: New file.
21289
21290 2006-03-07  Simon Josefsson  <jas@extundo.com>
21291
21292         * modules/gc-random: New file.
21293
21294 2006-03-07  Simon Josefsson  <jas@extundo.com>
21295
21296         * m4/unistd_h.m4: New file.
21297
21298 2006-03-07  Simon Josefsson  <jas@extundo.com>
21299
21300         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
21301         test to be side-effect free by storing the result in the cache
21302         variable gl_cv_lib_readline, and moving the assignment of
21303         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
21304         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21305
21306 2006-03-07  Simon Josefsson  <jas@extundo.com>
21307
21308         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
21309         error on missing devices (the functions will return an error).
21310
21311         * m4/gc.m4: Move random stuff to gc-random.m4
21312
21313 2006-03-07  Simon Josefsson  <jas@extundo.com>
21314
21315         * lib/unistd_.h: New file.
21316
21317 2006-03-07  Simon Josefsson  <jas@extundo.com>
21318
21319         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
21320
21321 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
21322
21323         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
21324         Problem reported by Juan Manuel Guerrero.
21325
21326 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
21327
21328         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
21329         the unistd module.
21330         * lib/getlogin_r.c: Likewise.
21331         * lib/getlogin_r.h: Likewise.
21332         * lib/glob.c: Likewise.
21333         * lib/pagealign_alloc.c: Likewise.
21334         * lib/unistd_.h: Remove; no longer needed.
21335
21336 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
21337
21338         * MODULES.html.sh (Support for systems lacking POSIX:2001):
21339         Add unistd.
21340         * modules/c-stack (Depends-on): Add unistd.
21341         * modules/getlogin_r: Likewise.
21342         * modules/glob: Likewise.
21343         * modules/pagealign_alloc: Likewise.
21344         * modules/unistd (Files): Remove lib/unistd_.h.
21345         (EXTRA_DIST): Remove.
21346         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
21347         need unistd_.h.
21348         (MOSTLYCLEANFILES): Remove unistd.h-t.
21349
21350 2006-03-03  Simon Josefsson  <jas@extundo.com>
21351
21352         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
21353
21354 2006-03-03  Simon Josefsson  <jas@extundo.com>
21355
21356         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
21357         libidn and bison.
21358
21359 2006-03-03  Simon Josefsson  <jas@extundo.com>
21360
21361         * build-aux/maint.mk: Add indent target.
21362
21363 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
21364
21365         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
21366         our replacement poll.h in any case, to avoid a differing
21367         declaration from a system header.  Seen on AIX.
21368
21369 2006-03-01  Simon Josefsson  <jas@extundo.com>
21370
21371         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
21372         <kasal@ucw.cz>.
21373
21374 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * modules/gettime (Depends-on): Add extensions module.
21377         * modules/nanosleep (Depends-on): Likewise.
21378         * modules/settime (Depends-on): Likewise.
21379
21380 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21381
21382         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
21383         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
21384         pedantically.
21385         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21386         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
21387
21388         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
21389         not "==".  Reported by Ralf Wildenhues.
21390
21391 2006-03-01  Karl Berry  <karl@gnu.org>
21392
21393         * doc/Copyright/request-*: new files, synced from gnuorg.
21394
21395 2006-03-01  Karl Berry  <karl@gnu.org>
21396
21397         * config/srclist.txt (Copyright/*): new entries.
21398
21399 2006-02-28  Simon Josefsson  <jas@extundo.com>
21400
21401         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
21402
21403 2006-02-27  Simon Josefsson  <jas@extundo.com>
21404
21405         * lib/base64.h: Indent #define's.  From Jim Meyering
21406         <jim@meyering.net>.
21407
21408 2006-02-27  Jim Meyering  <jim@meyering.net>
21409
21410         Revert the change of 2006-02-24, so these files can continue
21411         to be sync'd from gettext.
21412         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
21413         of `config.h'.
21414
21415 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21416
21417         * modules/intprops: New file.
21418         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
21419         Add intprops.
21420         * modules/getloadavg (Files): Remove lib/intprops.h.
21421         (Depends-on): Add intprops.
21422         * modules/human: Likewise.
21423         * modules/inttostr: Likewise.
21424         * modules/openat: Likewise.
21425         * modules/sig2str: Likewise.
21426         * modules/userspec: Likewise.
21427         * modules/utimecmp: Likewise.
21428         * modules/xnanosleep: Likewise.
21429         * modules/xstrtol: Likewise.
21430
21431 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
21432
21433         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
21434         * modules/lock-tests (TESTS): Use $(EXEEXT).
21435         * modules/tls-tests: Likewise.
21436         * modules/argp-tests: Likewise.
21437         (check_PROGRAMS): New var, replacing...
21438         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
21439
21440 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21441
21442         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
21443         `config.h'.
21444
21445 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
21446
21447         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
21448
21449 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21450
21451         Sync from coreutils.
21452         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
21453         gl_CHDIR_SAFER.
21454
21455 2006-02-22  Jim Meyering  <jim@meyering.net>
21456
21457         Sync from coreutils.
21458         * m4/chdir-safer.m4: New file.
21459
21460 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
21461
21462         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
21463         AT_FDCWD exceeds INT_MAX.
21464         * lib/openat.h (AT_FDCWD): Likewise.
21465
21466 2006-02-17  Eric Blake  <address@hidden>
21467
21468         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
21469
21470 2006-02-16  Simon Josefsson  <jas@extundo.com>
21471
21472         * modules/getaddrinfo (Depends-on): Add sys_socket.
21473
21474 2006-02-15  Simon Josefsson  <jas@extundo.com>
21475
21476         * build-aux/maint.mk: Add dsyntax-check rule.
21477
21478 2006-02-15  Eric Blake  <ebb9@byu.net>
21479
21480         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
21481         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
21482         'present but cannot compile' warnings on cygwin.
21483         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
21484         use ws2tcpip.h if sys/socket.h works.
21485         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
21486         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
21487
21488 2006-02-14  Simon Josefsson  <jas@extundo.com>
21489
21490         * modules/maintainer-makefile (Files): Rename.
21491
21492         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
21493         and (the local) Makefile.cfg to maint-cfg.mk.
21494
21495         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
21496         to the latter.
21497
21498         * modules/maintainer-makefile: New module.
21499
21500         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
21501         severaly stripped to make it possible to build it up from scratch
21502         with reliable tests.
21503
21504         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
21505         fixes to permit overriding the default actions when configure and
21506         makefile are not available.
21507
21508 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
21509
21510         Sync from coreutils.
21511         * modules/lstat (Depends-on): Don't depend on xalloc.
21512         (License): Change from GPL to LGPL, since this is now simply a
21513         replacement for a libc function.
21514
21515 2006-02-14  Jim Meyering  <jim@meyering.net>
21516
21517         Sync from coreutils.
21518
21519         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
21520         failure on deficient systems, and simplify gnulib lgpl dependencies.
21521         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
21522         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
21523
21524         * lib/xalloc-die.c: Remove unused definition of N_.
21525
21526 2006-02-14  Jim Meyering  <jim@meyering.net>
21527
21528         Sync from coreutils.
21529         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
21530         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
21531         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
21532         double-quote uses of that variable, to accommodate the rare case in
21533         which getmntent is available in none of the libraries checked.  This
21534         happens at least on FreeBSD 5.0.
21535
21536 2006-02-13  Simon Josefsson  <jas@extundo.com>
21537
21538         * gnulib-tool (Usage): Fix --import, from
21539         karl@freefriends.org (Karl Berry).
21540
21541 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
21542
21543         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
21544
21545 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
21546
21547         * lib/argp-namefrob.h: Restore changes accidentally lost during the
21548         "autoupdate" on 2005-12-12.
21549
21550 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
21551
21552         * modules/closeout (Depends-on): Remove atexit.
21553
21554 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
21555
21556         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
21557         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
21558
21559 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
21560
21561         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
21562         __EXTENSIONS__ if this causes compilation to fail.  Problem
21563         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
21564         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
21565
21566 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
21567
21568         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
21569         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
21570         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
21571         All uses changed.
21572
21573 2006-01-26  Simon Josefsson  <jas@extundo.com>
21574
21575         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
21576         prototype is visible on mingw32.
21577
21578         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
21579         for mingw32.
21580
21581         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
21582         mingw32).
21583
21584 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
21585
21586         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
21587         attempt to open for write; this always fails, at least on POSIX
21588         hosts.  This reinstates the 2006-01-09 change, which was
21589         inadvertently removed.
21590
21591 2006-01-26  Bruno Haible  <bruno@clisp.org>
21592
21593         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
21594         Reported by Paul Eggert.
21595
21596 2006-01-26  Bruno Haible  <bruno@clisp.org>
21597             Paul Eggert  <eggert@cs.ucla.edu>
21598
21599         * lib/stdbool_.h (_Bool)
21600         [(! (defined __cplusplus || defined __BEOS__)
21601           && !defined __GNUC__
21602           && !(defined __HP_cc || defined __xlc__
21603                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
21604                || defined __sgi))]:
21605         #define to signed char in these cases too; this simplifies
21606         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
21607         etc., separately) and makes it more conservative.
21608
21609 2006-01-25  Simon Josefsson  <jas@extundo.com>
21610
21611         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
21612         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
21613         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
21614
21615 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
21616
21617         * lib/argp-namefrob.h: Bugfix. Remove stray #
21618
21619 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
21620
21621         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
21622         so that we test the test.
21623         Check for yet another HP-UX cc bug involving *bool |= bool.
21624
21625 2006-01-25  Karl Berry  <karl@gnu.org>
21626
21627         * config/srclist.txt (vasnprintf.c): sync lost.
21628
21629 2006-01-25  Jim Meyering  <jim@meyering.net>
21630
21631         Sync from the stable (b5) branch of coreutils:
21632
21633         * lib/fts.c (fts_children): Don't let close() clobber errno from
21634         failed fchdir().
21635
21636         * lib/fts.c (fts_stat): When following a symlink-to-directory,
21637         don't necessarily interpret stat-fails+lstat-succeeds as indicating
21638         a dangling symlink.  That can also happen at least for ELOOP.
21639         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
21640         FYI, this bug predates the inclusion of fts.c in coreutils.
21641
21642         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
21643         in their own block, so pre-c99 compilers don't object.
21644
21645         Avoid the double-free (first in fts_read, second in fts_close) that
21646         would occur when an `active' directory is made inaccessible (e.g.,
21647         via chmod a-x) during a traversal.
21648         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
21649         before returning.  Reproduce this failure by
21650         mkdir -p a/b; cd a; chmod a-x . b
21651         Reported by Stavros Passas.
21652
21653 2006-01-25  Jim Meyering  <jim@meyering.net>
21654
21655         * lib/fileblocks.c: Remove more useless parentheses.
21656         * lib/readutmp.h: Likewise.
21657
21658 2006-01-25  Bruno Haible  <bruno@clisp.org>
21659
21660         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
21661         warnings.
21662         Reported by Paul Eggert.
21663
21664 2006-01-25  Bruno Haible  <bruno@clisp.org>
21665
21666         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
21667         rid of a trap command. For Solaris sh.
21668         Reported by Mark D. Baushke <mdb@gnu.org>.
21669
21670 2006-01-24  Simon Josefsson  <jas@extundo.com>
21671
21672         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
21673         Bruno.
21674
21675 2006-01-24  Karl Berry  <karl@gnu.org>
21676
21677         * config/srclist.txt (argp-namefrob.h): sync lost.
21678
21679 2006-01-24  Jim Meyering  <jim@meyering.net>
21680
21681         * modules/openat (Files): Add lib/intprops.h.
21682         From Mark D. Baushke.
21683
21684 2006-01-24  Jim Meyering  <jim@meyering.net>
21685
21686         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
21687         Reported by Mark D. Baushke.
21688
21689 2006-01-24  Jim Meyering  <jim@meyering.net>
21690
21691         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
21692
21693 2006-01-24  Bruno Haible  <bruno@clisp.org>
21694
21695         * modules/strnlen (Maintainer): Change from glibc to all.
21696
21697 2006-01-24  Bruno Haible  <bruno@clisp.org>
21698
21699         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
21700         Patch by Paul Eggert.
21701
21702 2006-01-24  Bruno Haible  <bruno@clisp.org>
21703
21704         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
21705         already has it.
21706         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
21707         2005-11-26.
21708
21709         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
21710         'signed char' to avoid problems with the built-in _Bool type.
21711         Reported by Paul Eggert on 2005-11-26.
21712
21713 2006-01-24  Bruno Haible  <bruno@clisp.org>
21714
21715         * gnulib-tool (func_import): Avoid constructing complicated sed
21716         expressions inside backquote.
21717         Report and solution by Mark D. Baushke <mdb@gnu.org>.
21718
21719 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
21720
21721         These changes imported from libc.
21722         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
21723         test and two separate function calls.
21724         * lib/strndup.c (__strndup): Add libc_hidden_def.
21725
21726 2006-01-23  Simon Josefsson  <jas@extundo.com>
21727
21728         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
21729         Remove the test_*_SOURCES variable: automake infers it by default.
21730         * modules/tls-tests: Likewise.
21731
21732 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21733
21734         Work around porting bugs reported by Dieter in
21735         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
21736         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
21737         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
21738         Include "getopt.h" first, to check interface.
21739         (getenv): Declare only if defined HAVE_DECL_GETENV &&
21740         !HAVE_DECL_GETENV.
21741         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
21742         (__strndup): Revert to K&R-style function dfns, the glibc style.
21743         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
21744         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
21745         Include strnlen.h first, to get prototype properly.
21746         (strnlen): Renamed from __strnlen.
21747         Remove weak alias.
21748
21749 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21750
21751         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
21752
21753 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21754
21755         * config/srclist.txt: Adjust to reflect glibc reorganization.
21756         This affects only comments.
21757
21758 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21759
21760          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
21761          Reported by Bruce Korb <bkorb@gnu.org>.
21762
21763 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
21764
21765         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
21766         to pacify gcc -Wswitch-default.
21767
21768 2006-01-22  Bruno Haible  <bruno@clisp.org>
21769
21770         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
21771         temporary buffer for sprintf, take into account the precision also
21772         for 'd', 'i', 'u', 'o', 'x', 'X'.
21773
21774 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
21775
21776         * modules/argp-tests: New module
21777         * tests/test-argp.c: New file
21778         * tests/test-argp-2.sh: New file
21779
21780 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
21781
21782         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
21783         (__argp_base_name): Removed
21784         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
21785         typo.
21786         (__argp_base_name): Provide macro definition or extern declaration
21787         depending on the configuration
21788
21789 2006-01-20  Simon Josefsson  <jas@extundo.com>
21790
21791         * modules/inet_ntop (Depends-on): Depend on sys_socket.
21792
21793 2006-01-20  Simon Josefsson  <jas@extundo.com>
21794
21795         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
21796
21797 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21798
21799         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
21800         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
21801         Suggested by Bruno Haible.
21802
21803 2006-01-20  Karl Berry  <karl@gnu.org>
21804
21805         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
21806         until changes propagate, I guess.
21807
21808 2006-01-19  Simon Josefsson  <jas@extundo.com>
21809
21810         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
21811
21812 2006-01-19  Simon Josefsson  <jas@extundo.com>
21813
21814         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
21815
21816 2006-01-19  Simon Josefsson  <jas@extundo.com>
21817
21818         * gnulib-tool: Set check_PROGRAMS.
21819
21820         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
21821         modules/des-tests, modules/gc-arcfour-tests,
21822         modules/gc-arctwo-tests, modules/gc-des-tests,
21823         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
21824         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
21825         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
21826         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
21827         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
21828         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
21829         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
21830         test_*_SOURCES.
21831
21832 2006-01-18  Simon Josefsson  <jas@extundo.com>
21833
21834         * modules/socklen (Depends-on): Depend on sys_socket.
21835
21836 2006-01-18  Simon Josefsson  <jas@extundo.com>
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: Add
21847         $(EXEEXT) to automake TESTS variable, for mingw32.
21848
21849 2006-01-17  Simon Josefsson  <jas@extundo.com>
21850
21851         * modules/socklen (Include): Need sys/socket.h.
21852
21853 2006-01-17  Bruno Haible  <bruno@clisp.org>
21854
21855         * modules/ssize_t (Include): Add <sys/types.h>.
21856
21857 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
21858
21859         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
21860         it's not portable and it doesn't work with cross-compiles.
21861         Problem reported by Bruno Haible.  Fix missing-$ typo in
21862         'test "gl_cv_ignore_unused_libraries" ...' that prevented
21863         -zignore from being used with Sun's C compiler.
21864
21865 2006-01-12  Simon Josefsson  <jas@extundo.com>
21866
21867         * lib/base64.c: Fix warning, reported by Bruno Haible
21868         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
21869
21870 2006-01-12  Bruno Haible  <bruno@clisp.org>
21871
21872         * modules/ldd: New file.
21873         * build-aux/ldd.sh.in: New file.
21874         * MODULES.html.sh (Support for building libraries and executables): Add
21875         ldd.
21876
21877 2006-01-12  Bruno Haible  <bruno@clisp.org>
21878
21879         * m4/ldd.m4: New file.
21880
21881 2006-01-12  Bruno Haible  <bruno@clisp.org>
21882
21883         * gnulib-tool (func_import, func_create_testdir): Don't go into an
21884         endless loop while replacing $auxdir with build-aux.
21885
21886 2006-01-11  Simon Josefsson  <jas@extundo.com>
21887
21888         * lib/stdint_.h (SIZE_MAX): Add missing (.
21889
21890 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
21891
21892         Sync from coreutils.
21893         * lib/md5.c: Fix commentary typos.
21894         (alignof, UNALIGNED_P): No need for a GCC-specific version.
21895         * lib/md5.h (__attribute__): Remove; unused.
21896         * lib/sha1.c: Fix commentary to match md5 better.
21897         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
21898         so that we don't need to worry about alignment.  All uses changed.
21899         This merges the 2005-10-28 md5 change into sha1.
21900
21901 2006-01-11  Jim Meyering  <jim@meyering.net>
21902
21903         Sync from coreutils.
21904         * lib/md5.c (OP): Fix spacing.
21905
21906 2006-01-11  Bruno Haible  <bruno@clisp.org>
21907
21908         Ensure automatic ordering between gl_LOCK and gl_ARGP.
21909         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
21910         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
21911
21912 2006-01-11  Bruno Haible  <bruno@clisp.org>
21913
21914         Ensure automatic ordering between gl_LOCK and gl_ARGP.
21915         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
21916         the "early" section as well.
21917
21918 2006-01-11  Bruno Haible  <bruno@clisp.org>
21919
21920         Avoid "ar: no archive members specified" error on MacOS X.
21921         * gnulib-tool (func_modules_add_dummy): New function.
21922         (func_import, func_create_testdir): Invoke it.
21923
21924 2006-01-11  Bruno Haible  <bruno@clisp.org>
21925
21926         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
21927         with $auxdir in AC_CONFIG_FILES statements.
21928
21929 2006-01-11  Bruno Haible  <bruno@clisp.org>
21930
21931         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21932         Initialize also noinst_HEADERS to empty.
21933
21934 2006-01-11  Bruno Haible  <bruno@clisp.org>
21935
21936         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
21937         variables.
21938         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
21939         autoreconf.
21940
21941 2006-01-11  Bruno Haible  <bruno@clisp.org>
21942
21943         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
21944         overridable by the user.
21945         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21946
21947 2006-01-10  Simon Josefsson  <jas@extundo.com>
21948
21949         * modules/sys_socket: New file.
21950
21951 2006-01-10  Simon Josefsson  <jas@extundo.com>
21952
21953         * m4/sys_socket_h.m4: New file.
21954
21955 2006-01-10  Simon Josefsson  <jas@extundo.com>
21956
21957         * lib/socket_.h: New file.
21958
21959 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21960
21961         * modules/readutmp (Maintainer): Add myself.
21962
21963 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21964
21965         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
21966         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
21967         People who are still concerned with buggy memcmp implementations
21968         can invoke gl_FUNC_MEMCMP themselves.
21969
21970 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21971
21972         * lib/regex_internal.h (BITSET_WORD_BITS):
21973         Work around a bug in 64-bit PGC (before version 6.1-2), where the
21974         preprocessor mishandles large unsigned values as if they were signed.
21975         Problem reported by Claudio Fontana in
21976         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
21977
21978 2006-01-10  Jim Meyering  <jim@meyering.net>
21979
21980         Avoid the double-free (first in fts_read, second in fts_close) that
21981         would occur when an `active' directory is made inaccessible (e.g.,
21982         via chmod a-x) during a traversal.
21983         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
21984         before returning.  Reproduce this failure by
21985         mkdir -p a/b; cd a; chmod a-x . b
21986         Reported by Stavros Passas.
21987
21988         Sync from coreutils.
21989         * lib/sha1.c: Tweak grammar in a comment.
21990
21991 2006-01-10  Jim Meyering  <jim@meyering.net>
21992
21993         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
21994         Patch by Joerg Sonnenberger.
21995
21996 2006-01-10  Bruno Haible  <bruno@clisp.org>
21997
21998         * modules/readutmp: Depend on module free.
21999         * modules/strtok_r: Depend on module restrict.
22000
22001 2006-01-10  Bruno Haible  <bruno@clisp.org>
22002
22003         * modules/gettext (configure.ac): Add an invocation of
22004         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
22005
22006 2006-01-10  Bruno Haible  <bruno@clisp.org>
22007
22008         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
22009         Reported by Werner Lemberg <wl@gnu.org>.
22010
22011 2006-01-10  Bruno Haible  <bruno@clisp.org>
22012
22013         * lib/localcharset.c: Update from GNU gettext.
22014
22015 2006-01-10  Bruno Haible  <bruno@clisp.org>
22016
22017         * lib/argp.h (__const): Remove macro. Use const instead.
22018         * lib/argp-fmtstream.h (__const): Likewise.
22019         * lib/glob_.h (__const): Remove macro.
22020         * lib/glob-libc.h: Use const instead of __const.
22021
22022 2006-01-10  Bruno Haible  <bruno@clisp.org>
22023
22024         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
22025         variable.
22026         Needed to avoid an automake error regarding the 'gettext' module.
22027
22028 2006-01-09  Simon Josefsson  <jas@extundo.com>
22029
22030         * modules/inet_ntop (Depends-on): Add restrict.
22031
22032 2006-01-09  Simon Josefsson  <jas@extundo.com>
22033
22034         * modules/gc-rijndael-tests (License): Put under LGPL.
22035
22036         * modules/gc-des-tests (License): Likewise.
22037
22038         * modules/gc-arcfour-tests (License): Likewise.
22039
22040         * modules/gc-arctwo-tests (License): Likewise.
22041
22042         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
22043
22044         * modules/gc-hmac-sha1-tests (Files): Likewise.
22045
22046         * modules/gc-hmac-md5-tests (License): Likewise.
22047
22048         * modules/gc-sha1-tests (License): Likewise.
22049
22050         * modules/gc-md5-tests (License): Likewise.
22051
22052         * modules/gc-md4-tests (License): Likewise.
22053
22054         * modules/gc-md2-tests (License): Likewise.
22055
22056         * modules/gc-tests (License): Likewise.
22057
22058         * modules/des-tests (License): Likewise.
22059
22060         * modules/md4-tests (License): Likewise.
22061
22062         * modules/md2-tests (License): Likewise.
22063
22064 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22065
22066         Sync from coreutils:
22067
22068         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
22069         * modules/lib-ignore: New file.
22070         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
22071         chdir-safer.m4, lchmod.m4.
22072         * modules/openat: Add mkdirat.c, openat-priv.h.
22073
22074 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22075
22076         Sync from coreutils.
22077         * m4/lib-ignore.m4: New file.
22078         * m4/lchmod.m4: New file.
22079
22080 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22081
22082         Sync from coreutils.
22083         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
22084         for write access: POSIX says that must fail.
22085         * lib/fts.c (diropen): Likewise.
22086         * lib/save-cwd.c (save_cwd): Likewise.
22087         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
22088         well, for minor improvements on hosts that lack O_DIRECTORY.
22089         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
22090         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
22091         Fall back on chown if open failed with EACCES.
22092
22093         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
22094         Report an error at compile-time if only a 1-second nominal clock
22095         resolution is found.
22096
22097         * lib/lchmod.h: New file.
22098         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
22099         (make_dir_parents): Use lchown rather than chown, and
22100         lchmod rather than chmod.
22101
22102         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
22103         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
22104         "proc" reported by n0dalus.
22105
22106         * lib/mountlist.c: Include <limits.h>.
22107         (dev_from_mount_options)
22108         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
22109         New function.  It no longer assumes "dev=" has the System V meaning
22110         on Linux (since it doesn't).  It also parses "dev=" more carefully.
22111         (read_file_system_list)
22112         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
22113         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
22114         dev= in that case.
22115
22116         * lib/posixtm.h (PDS_PRE_2000): New macro.
22117         * lib/posixtm.c (year): Arg is now syntax_bits rather than
22118         allow_century.  All usages changed.  Reject dates outside the range
22119         1969-1999 if PDS_PRE_2000 is used.
22120
22121 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         Sync from coreutils.
22124         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
22125         (Time of day items): Mention the possibility of leap seconds.
22126         Problem reported by Dr. David Alan Gilbert.
22127
22128 2006-01-09  Jim Meyering  <jim@meyering.net>
22129
22130         Sync from coreutils.
22131
22132         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
22133
22134         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
22135
22136         * lib/modechange.c (mode_compile): Reject an invalid mode string
22137         that starts with an octal digit.  From Andreas Gruenbacher.
22138
22139         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
22140         and dup to open_safer and dup_safer, respectively.
22141         (openat_permissive): Fix typo in comment.
22142
22143         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
22144         "gettext.h"; either no longer needed or are guaranteed by openat.h.
22145         (_): Remove; no longer needed.
22146         (openat): Renamed from rpl_openat; no need for rpl_openat
22147         since openat.h renames openat for us.
22148         Replace most of the body with a call to openat_permissive,
22149         to avoid duplicate code.
22150         Port to (probably hypothetical) environments were mode_t is
22151         wider than int.
22152         (openat_permissive): Require mode arg, so that we can check
22153         types better.  Put it just after flags.  Change cwd failure
22154         indicator from pointer-to-bool to pointer-to-errno-value.
22155         All callers changed.
22156         Invoke openat_save_fail and/or openat_restore_fail if
22157         cwd_errno is null, so that openat can call us.
22158         (openat_permissive, fdopendir, fstatat, unlinkat):
22159         Simplify errno handling to avoid some duplicate code,
22160         as it's OK to set errno on success.
22161         * lib/openat.h: Revamp code so that function macros depend on
22162         __OPENAT_PREFIX only, not also on AT_FDCWD.
22163         (openat_ro): Remove.  Caller changed to use openat_permissive.
22164         (openat_permissive): Now a macro, if not a function.
22165         (openat_restore_fail, openat_save_fail): Now always functions,
22166         since mkdirat needs them even if __OPENAT_PREFIX is defined.
22167
22168         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
22169         and openat.c.
22170         * lib/mkdirat.c: Include openat-priv.h.
22171         Remove definitions of macros defined therein.
22172         * lib/openat.c: Likewise.
22173
22174         * lib/mkdirat.c (mkdirat): New file and function.
22175         * lib/openat.h (mkdirat): Declare.
22176
22177         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
22178
22179         * lib/openat.h (openat_permissive): Declare.
22180         (openat_ro): Define.
22181
22182         * lib/openat.c (EXPECTED_ERRNO): New macro.
22183         (openat_permissive): New function -- used in remove.c rewrite.
22184         (all functions): Set errno just before returning, only if there
22185         was an actual failure.
22186         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
22187
22188         Emulate openat-family functions using Linux's procfs, if possible.
22189         Idea and some code based on Ulrich Drepper's glibc changes.
22190
22191         * lib/openat.c: (BUILD_PROC_NAME): New macro.
22192         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
22193         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
22194         before falling back on save_cwd and restore_cwd.
22195         (fdopendir, fstatat, unlinkat): Likewise.
22196
22197         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
22198         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
22199
22200         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
22201         as second argument to va_arg.  Otherwise, some versions of gcc
22202         warn that `if this code is reached, the program will abort'.
22203
22204 2006-01-09  Jim Meyering  <jim@meyering.net>
22205
22206         Sync from coreutils.
22207         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
22208         Require openat-priv.h.
22209
22210 2006-01-09  Bruno Haible  <bruno@clisp.org>
22211
22212         * modules/strnlen (Include): Use strnlen.h.
22213
22214 2006-01-09  Bruno Haible  <bruno@clisp.org>
22215
22216         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
22217
22218 2006-01-09  Bruno Haible  <bruno@clisp.org>
22219
22220         * lib/sysexit_.h (EX_OK): New macro.
22221         Suggested by Martin Lambers <marlam@marlam.de>.
22222
22223 2006-01-09  Bruno Haible  <bruno@clisp.org>
22224
22225         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
22226         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
22227
22228 2006-01-09  Bruno Haible  <bruno@clisp.org>
22229
22230         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
22231         numbers.
22232
22233 2006-01-09  Bruno Haible  <bruno@clisp.org>
22234
22235         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
22236         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
22237         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
22238         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
22239
22240 2006-01-09  Bruno Haible  <bruno@clisp.org>
22241
22242         * build-aux/javacomp.sh.in: New file, moved from lib/.
22243         * modules/javacomp-script (Files): Update.
22244         (configure.ac): Add AC_CONFIG_FILES invocation.
22245         (EXTRA_DIST): Remove variable.
22246
22247         * build-aux/javaexec.sh.in: New file, moved from lib/.
22248         * modules/javaexec (Files): Update.
22249         (configure.ac): Add AC_CONFIG_FILES invocation.
22250         (EXTRA_DIST): Remove javaexec.sh.in.
22251
22252         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
22253         * modules/csharpcomp-script (Files): Update.
22254         (configure.ac): Add AC_CONFIG_FILES invocation.
22255         (EXTRA_DIST): Remove variable.
22256
22257         * build-aux/csharpexec.sh.in: New file, moved from lib/.
22258         * modules/csharpexec (Files): Update.
22259         (configure.ac): Add AC_CONFIG_FILES invocation.
22260         (EXTRA_DIST): Remove csharpexec.sh.in.
22261
22262 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
22263
22264         Sync from coreutils.
22265
22266         Add POSIX ACL support
22267         * lib/acl.h (copy_acl, set_acl): Add declarations.
22268         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
22269         systems other than Linux.
22270         (chmod_or_fchmod): New function: use fchmod when possible,
22271         and chmod otherwise.
22272         (file_has_acl): Add a POSIX ACL implementation, with a
22273         Linux-specific subcase.
22274         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
22275         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
22276         acls are unsupported.
22277         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
22278         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
22279         are unsupported.
22280
22281 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
22282
22283         Sync from coreutils.
22284         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
22285
22286 2006-01-07  Bruno Haible  <bruno@clisp.org>
22287
22288         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
22289         gl_EARLY.
22290
22291 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22292
22293         * lib/strftime.c (tzname): Don't declare if it is already #defined.
22294         Problem reported for Mingw by Mark Junker.
22295
22296 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22297
22298         * README: Gnulib normally doesn't generate a tarball.
22299
22300 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
22301
22302         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
22303         long int, not int, for nanosecond counts, so that people who are
22304         used to POSIX struct timespec won't be surprised.  Reported by Jim
22305         Meyering.
22306
22307 2005-12-28  Bruno Haible  <bruno@clisp.org>
22308
22309         * build-aux/config.rpath: Update from GNU gettext.
22310
22311 2005-12-16  Jim Meyering  <jim@meyering.net>
22312
22313         * modules/fprintftime: New module.
22314         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
22315
22316 2005-12-16  Jim Meyering  <jim@meyering.net>
22317
22318         * m4/fprintftime.m4: New file.
22319
22320 2005-12-16  Jim Meyering  <jim@meyering.net>
22321
22322         * lib/fprintftime.c, lib/fprintftime.h: New files.
22323
22324 2005-12-15  Simon Josefsson  <jas@extundo.com>
22325
22326         * modules/socklen (configure.ac): Fix M4 macro name, to align with
22327         new m4/socklen.m4.
22328
22329 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22330
22331         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
22332         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
22333
22334 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22335
22336         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
22337         * lib/argp-help.c (fill_in_uparams): Check if the constructed
22338         struct uparams is valid. Fall back to the default values if it is
22339         not.
22340
22341 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22342
22343         * modules/argp (Files): Add argp-pin.c
22344         (Depends-on): dirname
22345         (lib_SOURCES): Add argp-pin.c
22346
22347 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22348
22349         * m4/argp.m4:  Check if program_invocation_name and
22350         program_invocation_short_name are declared and define appropriate
22351         macros if they are not.
22352
22353 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22354
22355         * lib/argp-help.c (__argp_base_name): New function
22356         (__argp_short_program_name): Rewrite using __argp_base_name
22357         * lib/argp-namefrob.h: Define program_invocation_name and
22358         program_invocation_short_name if requested
22359         (__argp_base_name): Add prototype
22360         * lib/argp-parse.c (argp_def): Use gettext wrappers
22361         (argp_default_parser): Use __argp_base_name
22362         * lib/argp-pin.c: New file. Defines program_invocation_name and
22363         program_invocation_short_name on systems that lack them.
22364
22365 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22366
22367         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
22368         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
22369         porting problem reported by Georg Schwarz in
22370         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
22371
22372 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22373
22374         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
22375         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
22376         porting problem reported by Georg Schwarz in
22377         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
22378
22379 2005-12-05  Bruno Haible  <bruno@clisp.org>
22380
22381         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
22382         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
22383         Reported by Mark Junker <mjscod@gmx.de>.
22384
22385 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
22386
22387         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
22388         Use implementation from Albert Chin, with some
22389         comments/corrections by Stepan Kasal and myself.
22390
22391 2005-12-02  Bruno Haible  <bruno@clisp.org>
22392
22393         * gnulib-tool (func_import): Accept GPLed build tool modules when
22394         --lgpl is given.
22395         * modules/csharpcomp-script: New file.
22396         * modules/csharpcomp: Depend on it.
22397         * modules/javacomp-script: New file.
22398         * modules/javacomp: Depend on it.
22399         Suggested by Simon Josefsson.
22400
22401 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
22402
22403         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
22404         statement, to work around an HP-UX 10.20 compiler bug reported by
22405         Peter O'Gorman.
22406
22407 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
22408
22409         * modules/savedir (Depends-on): Add openat.
22410
22411 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
22412
22413         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
22414         (uintmax_t) [defined uintmax_t]: Do not declare.
22415         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
22416         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
22417         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
22418         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
22419         sake of portability to weird hosts that C allows (though we don't
22420         know of any practical examples).
22421
22422         * lib/savedir.h (fdsavedir): New decl.
22423         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
22424         contains most of the former guts of savedir.
22425         (savedir): Use savedirstream.
22426         Include "openat.h".
22427
22428 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22429
22430         * modules/obstack (Files): Add m4/ulonglong.m4.
22431         Problem reported by Davide Angelocola.
22432
22433 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
22434
22435         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
22436         coreutils no longer futzes with rounding modes.
22437
22438 2005-11-14  Jim Meyering  <jim@meyering.net>
22439
22440         * lib/mkstemp-safer.c: Include <config.h>, required for possible
22441         replacement of mkstemp.
22442
22443 2005-11-10  Simon Josefsson  <jas@extundo.com>
22444
22445         * lib/readline.c: Remove EOL.
22446
22447 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22448
22449         * modules/gethrxtime (Depends-on): Add gettime.
22450
22451 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22452
22453         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
22454         or gettimeofday; no longer needed.
22455
22456 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22457
22458         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
22459         time business.
22460         (gethrxtime) [! (HAVE_NANOUPTIME
22461         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
22462         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
22463         our own approximation.
22464
22465 2005-11-08  Eric Blake  <ebb9@byu.net>
22466
22467         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
22468
22469 2005-11-08  Eric Blake  <ebb9@byu.net>
22470
22471         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
22472
22473 2005-11-04  Bruno Haible  <bruno@clisp.org>
22474
22475         * gnulib-tool: Implement --update mode.
22476
22477 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
22478
22479         Fix porting problem reported by Theodoros V. Kalamatianos.
22480         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
22481         Don't assume that futimes failing means we must fail.
22482
22483 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
22484
22485         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
22486         variables to suggest the intended function of the PATH_MAX check.
22487
22488 2005-10-30  Kean Johnston  <jkj@sco.com>
22489
22490         Trivial changes to support SCO systems.
22491         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
22492         as PATH_MAX.
22493         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
22494         where __ptr is null when no I/O is pending.
22495
22496 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22497
22498         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
22499         leave errno alone.  Problem reported by Dmitry V. Levin.
22500
22501 2005-10-28  Simon Josefsson  <jas@extundo.com>
22502
22503         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
22504         Test more.
22505
22506         * tests/test-gc-md2.c, tests/test-md2.c: New files.
22507
22508         * modules/md2, modules/md2-tests: New files.
22509
22510 2005-10-28  Simon Josefsson  <jas@extundo.com>
22511
22512         * m4/inet_ntop.m4: More tests.
22513
22514         * m4/gc-md2.m4, md2.m4: New file.
22515
22516 2005-10-28  Simon Josefsson  <jas@extundo.com>
22517
22518         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
22519         "restrict" keywords, as per POSIX.  Protect the function
22520         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
22521         Don't use K&R prototypes.  Check the sprintf return values.
22522         Re-define EAFNOSUPPORT if not present.  Indent.
22523
22524         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
22525         suggested by Bruno Haible <bruno@clisp.org>.
22526
22527         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
22528
22529         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
22530
22531         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
22532         libgcrypt).
22533
22534         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
22535
22536         * lib/md2.h, lib/md2.c: New files.
22537
22538 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
22539
22540         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
22541         errno alone.  Problem reported by Frederic Jolliton.
22542
22543 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22544
22545         * modules/verify (License): Change from GPL to LGPL.  This is a
22546         tiny module and there are apparently near-equivalents that are
22547         under the BSD license.
22548
22549 2005-10-24  Simon Josefsson  <jas@extundo.com>
22550
22551         * modules/sha1: Relicense to LGPL.
22552
22553 2005-10-24  Simon Josefsson  <jas@extundo.com>
22554
22555         * lib/md4.h: Shrink buffer size, now that we changed the type.
22556
22557 2005-10-23  Simon Josefsson  <jas@extundo.com>
22558
22559         * gnulib-tool (func_import): Fix --tests-base.
22560
22561 2005-10-22  Simon Josefsson  <jas@extundo.com>
22562
22563         * modules/arcfour (Depends-on): Need stdint.
22564
22565 2005-10-22  Simon Josefsson  <jas@extundo.com>
22566
22567         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
22568         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
22569
22570 2005-10-22  Simon Josefsson  <jas@extundo.com>
22571
22572         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
22573         suggested by Bruno Haible <bruno@clisp.org>.
22574
22575 2005-10-22  Simon Josefsson  <jas@extundo.com>
22576
22577         * lib/crc.h: Include stddef.h, for size_t.
22578
22579 2005-10-22  Simon Josefsson  <jas@extundo.com>
22580
22581         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
22582         arcfour_context struct (simplify test vector testing in GNU
22583         Shishi).
22584
22585 2005-10-21  Simon Josefsson  <jas@extundo.com>
22586
22587         * modules/des, modules/des-tests: New files.
22588
22589         * modules/gc-des, modules/gc-des-tests: New files.
22590
22591         * tests/test-des.c, tests/test-gc-des.c: New file.
22592
22593 2005-10-21  Simon Josefsson  <jas@extundo.com>
22594
22595         * modules/arctwo, modules/arctwo-tests: New files.
22596
22597         * tests/test-arctwo.c: New file.
22598
22599         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
22600
22601         * tests/test-gc-arctwo.c: New file.
22602
22603 2005-10-21  Simon Josefsson  <jas@extundo.com>
22604
22605         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
22606         Bruno Haible <bruno@clisp.org>.
22607
22608         * m4/gc-des.m4: New file.
22609
22610 2005-10-21  Simon Josefsson  <jas@extundo.com>
22611
22612         * m4/arctwo.m4: New file.
22613
22614         * m4/gc-arctwo.m4: New file.
22615
22616 2005-10-21  Simon Josefsson  <jas@extundo.com>
22617
22618         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
22619         block.
22620
22621 2005-10-21  Simon Josefsson  <jas@extundo.com>
22622
22623         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
22624         <bruno@clisp.org>.
22625
22626         * lib/hmac-sha1.c (hmac_sha1): Likewise.
22627
22628         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
22629         Bruno Haible <bruno@clisp.org>.
22630
22631         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
22632         <bruno@clisp.org>.
22633
22634 2005-10-21  Simon Josefsson  <jas@extundo.com>
22635
22636         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
22637
22638 2005-10-21  Simon Josefsson  <jas@extundo.com>
22639
22640         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
22641
22642 2005-10-21  Simon Josefsson  <jas@extundo.com>
22643
22644         * lib/des.h, lib/des.c: New files.
22645
22646         * lib/gc-gnulib.c: Support DES.c
22647
22648 2005-10-21  Simon Josefsson  <jas@extundo.com>
22649
22650         * lib/arctwo.h, lib/arctwo.c: New files.
22651
22652         * lib/gc-gnulib.c: Support ARCTWO.
22653
22654 2005-10-21  Simon Josefsson  <jas@extundo.com>
22655
22656         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
22657         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22658
22659 2005-10-21  Simon Josefsson  <jas@extundo.com>
22660
22661         * gnulib-tool (func_import, func_create_testdir): Define automake
22662         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
22663         Makefile.am snippet),
22664         suggested by Bruno Haible <bruno@clisp.org>.
22665
22666         * modules/gc (Makefile.am): Use it.
22667
22668 2005-10-21  Bruno Haible  <bruno@clisp.org>
22669
22670         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
22671         patch.
22672
22673 2005-10-19  Simon Josefsson  <jas@extundo.com>
22674
22675         * tests/test-gc-rijndael.c: New file.
22676
22677         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
22678
22679 2005-10-19  Simon Josefsson  <jas@extundo.com>
22680
22681         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
22682         interface too.
22683
22684 2005-10-19  Simon Josefsson  <jas@extundo.com>
22685
22686         * tests/test-gc-arcfour.c: New file.
22687
22688         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
22689
22690 2005-10-19  Simon Josefsson  <jas@extundo.com>
22691
22692         * modules/gc-md4, modules/gc-md4-tests: New file.
22693
22694         * tests/test-gc-md4.c: New file.
22695
22696 2005-10-19  Simon Josefsson  <jas@extundo.com>
22697
22698         * m4/gc-md4.m4: New file.
22699
22700 2005-10-19  Simon Josefsson  <jas@extundo.com>
22701
22702         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
22703         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
22704         <kasal@ucw.cz>.
22705
22706 2005-10-19  Simon Josefsson  <jas@extundo.com>
22707
22708         * m4/gc-arcfour.m4: New file.
22709
22710         * m4/gc-rijndael.m4: New file.
22711
22712 2005-10-19  Simon Josefsson  <jas@extundo.com>
22713
22714         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
22715
22716 2005-10-19  Simon Josefsson  <jas@extundo.com>
22717
22718         * lib/gc-gnulib.c: Support ARCFOUR.
22719
22720 2005-10-19  Simon Josefsson  <jas@extundo.com>
22721
22722         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
22723         support.
22724
22725         * lib/gc.h: Add ECB enum type.
22726
22727         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
22728
22729 2005-10-18  Simon Josefsson  <jas@extundo.com>
22730
22731         * tests/test-md5.c: New file.
22732
22733         * modules/md5-tests: New file.
22734
22735 2005-10-18  Simon Josefsson  <jas@extundo.com>
22736
22737         * tests/test-md4.c: New file.
22738
22739         * modules/md4, modules/md4-tests: New files.
22740
22741 2005-10-18  Simon Josefsson  <jas@extundo.com>
22742
22743         * m4/md4.m4: New file.
22744
22745 2005-10-18  Simon Josefsson  <jas@extundo.com>
22746
22747         * lib/md4.h, lib/md4.c: New files, based on md5.?.
22748
22749 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
22750
22751         * gnulib-tool (func_create_testdir): Omit the second check whether
22752         BUILT_SOURCES in nonempty.
22753
22754 2005-10-17  Simon Josefsson  <jas@extundo.com>
22755
22756         * tests/test-rijndael.c: New file.
22757
22758 2005-10-17  Simon Josefsson  <jas@extundo.com>
22759
22760         * modules/sha1: Depend on stdint instead of md5.
22761
22762         * modules/md5: Depend on stdint, remove uint32_t.
22763
22764 2005-10-17  Simon Josefsson  <jas@extundo.com>
22765
22766         * modules/gc-sha1-tests: New file.
22767
22768         * tests/test-gc-sha1.c: New file.
22769
22770 2005-10-17  Simon Josefsson  <jas@extundo.com>
22771
22772         * m4/md5.m4: Remove call to uint32_t.m4.
22773
22774 2005-10-17  Simon Josefsson  <jas@extundo.com>
22775
22776         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
22777
22778         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
22779         md5.h.
22780
22781         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
22782
22783         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
22784
22785 2005-10-17  Simon Josefsson  <jas@extundo.com>
22786
22787         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
22788
22789 2005-10-17  Simon Josefsson  <jas@extundo.com>
22790
22791         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
22792
22793 2005-10-17  Simon Josefsson  <jas@extundo.com>
22794
22795         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
22796
22797         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
22798
22799 2005-10-17  Bruno Haible  <bruno@clisp.org>
22800
22801         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
22802         that it can also be used in a test.
22803
22804 2005-10-16  Bruno Haible  <bruno@clisp.org>
22805
22806         * gnulib-tool (func_emit_tests_Makefile_am): Also define
22807         TESTS_ENVIRONMENT, so that individual tests can augment it.
22808
22809         * gnulib-tool (func_create_testdir): Use an intermediate target for
22810         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
22811         macros, like $(ALLOCA_H), which cannot be passed through the command
22812         line.
22813
22814 2005-10-15  Simon Josefsson  <jas@extundo.com>
22815
22816         * modules/rijndael-tests: New file.
22817
22818         * modules/rijndael: New file.
22819
22820 2005-10-15  Simon Josefsson  <jas@extundo.com>
22821
22822         * m4/rijndael.m4: New file.
22823
22824 2005-10-15  Simon Josefsson  <jas@extundo.com>
22825
22826         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
22827
22828         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
22829
22830 2005-10-14  Simon Josefsson  <jas@extundo.com>
22831
22832         * tests/test-arcfour.c: New file.
22833
22834         * modules/arcfour, modules/arcfour-tests: New files.
22835
22836 2005-10-14  Simon Josefsson  <jas@extundo.com>
22837
22838         * m4/arcfour.m4: New file.
22839
22840 2005-10-14  Simon Josefsson  <jas@extundo.com>
22841
22842         * lib/arcfour.h, lib/arcfour.c: New files.
22843
22844 2005-10-14  Roland McGrath  <roland@redhat.com>
22845
22846         Import from libc.  [BZ #1331]
22847         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
22848         macro argument.
22849         Reported by Matej Vela <vela@debian.org>.
22850
22851 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22852
22853         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
22854         include <wchar.h>; no longer needed.
22855
22856 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22857
22858         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
22859
22860 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
22861         and  Ulrich Drepper  <drepper@redhat.com>
22862
22863         Import from libc.
22864         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
22865         instead of inline stream orientation test and two separate
22866         function calls.  Pay no attention to USE_IN_LIBIO.
22867
22868 2005-10-13  Simon Josefsson  <jas@extundo.com>
22869
22870         * modules/gc-hmac-md5-tests: New file.
22871
22872         * tests/test-gc-hmac-sha1.c: New file.
22873
22874         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
22875
22876         * modules/gc-hmac-md5-tests: New file.
22877
22878         * tests/test-gc-md5.c: New file.
22879
22880         * modules/gc-md5-tests: New file.
22881
22882 2005-10-13  Simon Josefsson  <jas@extundo.com>
22883
22884         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
22885         Move memory allocation outside of loop.
22886
22887 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
22888
22889         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
22890         intermediate directory is in a read-only file system.  Problem
22891         reported by Eric Blake.
22892
22893 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
22894
22895         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
22896
22897 2005-10-12  Simon Josefsson  <jas@extundo.com>
22898
22899         * tests/test-hmac-sha1.c: New file.
22900
22901         * modules/hmac-sha1-tests: New file.
22902
22903         * modules/hmac-sha1: New file.
22904
22905 2005-10-12  Simon Josefsson  <jas@extundo.com>
22906
22907         * modules/gc-sha1: New file.
22908
22909 2005-10-12  Simon Josefsson  <jas@extundo.com>
22910
22911         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
22912
22913         * tests/test-gc-pbkdf2-sha1.c: New file.
22914
22915 2005-10-12  Simon Josefsson  <jas@extundo.com>
22916
22917         * modules/gc-md5, modules/gc-hmac-md5: New files.
22918
22919         * modules/gc (Files): Remove md5, memxor and hmac files.
22920
22921 2005-10-12  Simon Josefsson  <jas@extundo.com>
22922
22923         * m4/gc-pbkdf2-sha1.m4: New file.
22924
22925         * m4/gc-hmac-sha1.m4: New file.
22926
22927         * m4/gc-sha1: New file.
22928
22929         * m4/hmac-sha1.m4: New file.
22930
22931 2005-10-12  Simon Josefsson  <jas@extundo.com>
22932
22933         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
22934
22935         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
22936
22937 2005-10-12  Simon Josefsson  <jas@extundo.com>
22938
22939         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
22940         suggested by Bruno Haible <bruno@clisp.org>.
22941
22942 2005-10-12  Simon Josefsson  <jas@extundo.com>
22943
22944         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
22945
22946 2005-10-12  Simon Josefsson  <jas@extundo.com>
22947
22948         * lib/gc-pbkdf2-sha1.c: New file.
22949
22950         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
22951
22952 2005-10-12  Simon Josefsson  <jas@extundo.com>
22953
22954         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
22955
22956         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
22957
22958 2005-10-12  Simon Josefsson  <jas@extundo.com>
22959
22960         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
22961         GC_USE_HMAC_MD5, respectively.
22962
22963         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
22964         (gc_md5): Fix typo.
22965
22966         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
22967
22968         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
22969
22970         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
22971
22972 2005-10-12  Bruno Haible  <bruno@clisp.org>
22973
22974         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
22975         Reported by Stepan Kasal <kasal@ucw.cz>.
22976
22977 2005-10-11  Simon Josefsson  <jas@extundo.com>
22978
22979         * tests/test-crc.c: New file.
22980
22981         * modules/crc, modules/crc-tests: New files.
22982
22983 2005-10-11  Simon Josefsson  <jas@extundo.com>
22984
22985         * m4/crc.m4: New file.
22986
22987 2005-10-11  Simon Josefsson  <jas@extundo.com>
22988
22989         * lib/gc.h: Add gc_hash and gc_hash_buffer.
22990
22991         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
22992
22993         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
22994
22995 2005-10-11  Simon Josefsson  <jas@extundo.com>
22996
22997         * lib/crc.h, lib/crc.c: New files.
22998
22999         * lib/gc.h (gc_hash_buffer): Add doc.
23000
23001 2005-10-11  Bruno Haible  <bruno@clisp.org>
23002
23003         * modules/c-strcasestr: New file.
23004         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
23005
23006 2005-10-11  Bruno Haible  <bruno@clisp.org>
23007
23008         * modules/c-strcase: New file.
23009         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
23010
23011 2005-10-11  Bruno Haible  <bruno@clisp.org>
23012
23013         * lib/strcasecmp.c: Include limits.h.
23014         (strcasecmp): Avoid integer overflow on exotic platforms.
23015         * lib/strncasecmp.c: Include limits.h.
23016         (strncasecmp): Avoid integer overflow on exotic platforms.
23017         Reported by Paul Eggert.
23018
23019 2005-10-11  Bruno Haible  <bruno@clisp.org>
23020
23021         * lib/c-strcasestr.h: New file, from GNU gettext.
23022         * lib/c-strcasestr.c: New file, from GNU gettext.
23023
23024 2005-10-11  Bruno Haible  <bruno@clisp.org>
23025
23026         * lib/c-strcase.h: New file, from GNU gettext.
23027         * lib/c-strcasecmp.c: New file, from GNU gettext.
23028         * lib/c-strncasecmp.c: New file, from GNU gettext.
23029
23030 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23031
23032         * modules/mempcpy (License): GPL -> LGPL.
23033         * modules/strchrnul (License): Likewise.
23034         * modules/sysexits (License): Likewise.
23035
23036 2005-10-08  Simon Josefsson  <jas@extundo.com>
23037
23038         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
23039
23040 2005-10-07  Simon Josefsson  <jas@extundo.com>
23041
23042         * m4/memxor.m4: Remove gl_C_RESTRICT call.
23043
23044 2005-10-06  Simon Josefsson  <jas@extundo.com>
23045
23046         * tests/test-hmac-md5.c: New file.
23047
23048         * modules/hmac-md5-tests: New file.
23049
23050         * modules/hmac-md5: New file.
23051
23052 2005-10-06  Simon Josefsson  <jas@extundo.com>
23053
23054         * m4/hmac-md5.m4: New file.
23055
23056         * m4/memxor.m4: Require gl_C_RESTRICT.
23057
23058 2005-10-06  Simon Josefsson  <jas@extundo.com>
23059
23060         * lib/memxor.c (memxor): Avoid casts and warnings.
23061
23062 2005-10-06  Simon Josefsson  <jas@extundo.com>
23063
23064         * lib/hmac-md5.c: New file.
23065
23066         * lib/hmac.h: New file.
23067
23068 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23069
23070         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
23071         promotes to int, not unsigned int, to catch the AIX 5.3
23072         compiler bug.
23073
23074 2005-10-05  Simon Josefsson  <jas@extundo.com>
23075
23076         * modules/memxor: New file.
23077
23078         * modules/iconv (Files): Move config.rpath to havelib, it is used
23079         there.
23080
23081         * modules/havelib (Files): Add config.rpath.
23082
23083 2005-10-05  Simon Josefsson  <jas@extundo.com>
23084
23085         * m4/memxor.m4: New file.
23086
23087 2005-10-05  Simon Josefsson  <jas@extundo.com>
23088
23089         * lib/memxor.c (memxor): Fix compiler error.
23090
23091         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
23092         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
23093
23094         * lib/memxor.h, lib/memxor.c: New files.
23095
23096         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
23097         we assume all systems have it, suggested by Jim Meyering
23098         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
23099         any systems lack sys/socket.h; mingw32 is known to lack it, but we
23100         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
23101         same reasons.
23102
23103 2005-10-05  Simon Josefsson  <jas@extundo.com>
23104
23105         * config/srclist.txt: Add glibc bug 1423 for md5.h.
23106
23107 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23108
23109         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
23110         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
23111         needed, since the source code now assumes these .h files.
23112
23113 2005-10-05  Derek Price  <derek@ximbiot.com>
23114
23115         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
23116
23117 2005-10-05  Bruno Haible  <bruno@clisp.org>
23118
23119         * modules/stdint (License): Change to LGPL.
23120
23121 2005-10-04  Simon Josefsson  <jas@extundo.com>
23122
23123         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
23124         D. Baushke" <mdb@gnu.org>.
23125
23126 2005-10-04  Bruno Haible  <bruno@clisp.org>
23127
23128         * lib/verify.h (verify_true): Provide alternative definition for C++.
23129
23130 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
23131
23132         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
23133         (SSIZE_MAX): New macro, if not already defined.
23134         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
23135         than 2 GiB.
23136
23137 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23138
23139         Sync from coreutils.
23140         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
23141         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
23142         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
23143         ULLONG_MAX doesn't work with 2.7.2.1.
23144
23145 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23146
23147         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
23148         From Ben Pfaff.
23149
23150         * modules/exclude (Depends-on): Depend on verify.
23151         * modules/strtoimax (Depends-on): Likewise.
23152         * modules/utimecmp (Depends-on): Likewise.
23153
23154 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
23155
23156         * lib/exclude.c: Include verify.h.
23157         (verify): Remove.  All callers changed to use verify.h's version.
23158         * lib/strtoimax.c: Likewise.
23159         * lib/utimecmp.c: Likewis.e
23160
23161         Sync from coreutils.
23162         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
23163         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
23164         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
23165         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
23166         bother returning ENOSYS if settimeofday or stime fails; just let
23167         them return whatever errno they want to return.
23168         * lib/utimens.c: Include unistd.h, for dup2.
23169         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
23170         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
23171
23172 2005-10-02  Jim Meyering  <jim@meyering.net>
23173
23174         Sync from coreutils.
23175         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
23176         from glibc-2.2.5 that fails for read-only files.
23177
23178 2005-10-02  Jim Meyering  <jim@meyering.net>
23179
23180         Sync from coreutils.
23181         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
23182         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
23183         `#if HAVE_CONFIG_H'.
23184         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
23185         Remove AT_FDCWD test.
23186         Do not consume the fd unless successful.
23187         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
23188         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
23189         block, so that we don't even try to compile it if settimeofday is
23190         available.  This works around a compilation failure on OSF1 V5.1,
23191         due to stime requiring a `long int*' while tv_sec is `int'.
23192
23193 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
23194
23195         Sync from coreutils.
23196         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
23197         against `yes', rather than just testing for nonempty.
23198
23199 2005-10-01  Simon Josefsson  <jas@extundo.com>
23200
23201         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
23202         and Darwin.
23203
23204         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
23205         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
23206         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
23207         freeaddrinfo and gai_strerror are declared by the POSIX headers.
23208         Check if struct addrinfo is declared.
23209
23210 2005-10-01  Simon Josefsson  <jas@extundo.com>
23211
23212         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
23213         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
23214         AI_* and EAI_* definitions.  Protect function declarations.
23215
23216 2005-10-01  Jim Meyering  <jim@meyering.net>
23217
23218         Sync from coreutils.
23219
23220         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
23221         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
23222         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
23223         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
23224         in the inet and nsl libraries.  Required on Solaris 5.7.
23225
23226 2005-10-01  Jim Meyering  <jim@meyering.net>
23227
23228         Sync from coreutils.
23229         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
23230         in the inet and nsl libraries.  Required on Solaris 5.7.
23231
23232 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
23233
23234         * lib/getdelim.c (getdelim): Remove unused variables.
23235
23236 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
23237
23238         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
23239         so that the code works even with ancient cpp.  Portability problem
23240         with GCC 2.7.2.1 reported by Thomas M.Ott.
23241
23242 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
23243
23244         * modules/regex (Depends-on): Add strcase.
23245
23246         * modules/gethostname (Licence): Change from GPL to LGPL, since
23247         gethostname.c is a trivial implementation of a standard library
23248         function.
23249         * modules/poll (License): Change from GPL to LGPL, since it's
23250         derived from LGPL code.
23251
23252 2005-09-27  Jim Meyering  <jim@meyering.net>
23253
23254         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
23255         HAVE_CONFIG_H.
23256
23257         * lib/intprops.h (signed_type_or_expr__): Define.
23258         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
23259         for unsigned types.
23260
23261 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
23262
23263         * lib/verify.h (verify_expr): Remove, replacing with:
23264         (verify_true): New macro that returns true instead of void.
23265         (verify_type__): Remove.
23266         (verify): Use verify_true rather than verify_type__.
23267
23268 2005-09-26  Bruno Haible  <bruno@clisp.org>
23269
23270         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
23271         is necessary.
23272         (lib_SOURCES): Remove mbchar.c.
23273         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
23274         (Files): Add m4/mbrtowc.m4.
23275         * modules/mbiter: Likewise.
23276         * modules/mbuiter: Likewise.
23277
23278 2005-09-26  Bruno Haible  <bruno@clisp.org>
23279
23280         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
23281         compile mbchar.c if they are not both present.
23282         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
23283         * m4/mbiter.m4 (gl_MBITER): Likewise.
23284         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
23285         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
23286         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
23287
23288 2005-09-25  Jim Meyering  <jim@meyering.net>
23289
23290         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
23291         also uses socklen_t.
23292
23293 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
23294
23295         * lib/utimens.c (ENOSYS): Define if not already defined.
23296         (futimens): Support having a null PATH if the file descriptor
23297         is nonnegative.
23298
23299         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
23300         Remove.
23301         (__attribute): Define to empty unless GCC 3.1 or later.
23302         This works around a core dump on OpenBSD 3.4, which has GCC
23303         2.95.3, which dumps core when given __attribute__(()).  It also
23304         simplifies other tests, since we really don't want to bother with
23305         worrying about which ancient version of GCC supported what.
23306         Original problem reported by Yoann Vandoorselaere, with part of
23307         the fix suggested by Derek Price.
23308
23309 2005-09-24  Jim Meyering  <jim@meyering.net>
23310
23311         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
23312         so we can once again use a positive bitfield width of 1 -- now we
23313         don't have to explain why we were using a bitfield width of 2.
23314
23315 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
23316
23317         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
23318         and similarly for the other external symbols.  Problem reported
23319         by James Gallager.
23320
23321         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
23322         bug reported by Jim Meyering.
23323
23324         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
23325         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
23326         not needed, since socklen is a prerequisite module.
23327
23328 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
23329
23330         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
23331         Problem reported by Eric Blake.
23332         (getaddrinfo): Initialize se so that it's not garbage.
23333         Redo internal storage allocation so that it doesn't make unportable
23334         assumptions about alignment.
23335         Fix a memory leak.
23336
23337         * lib/utimens.c (futimens): Use futimesat if available.
23338         Prefer it to futimes since it doesn't have the futimes bug.
23339
23340         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
23341         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
23342         Instead, declare a function that returns a pointer to an array,
23343         and use verify_type__ to declare the size of the array.
23344         Problem and germ of a solution reported by Bruno Haible.
23345         (verify_type__): Use 2, not 1, for bitfield size, to avoid
23346         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
23347
23348 2005-09-23  Jim Meyering  <jim@meyering.net>
23349
23350         Sync from coreutils.
23351         Correct build failure (socklen_t not defined) on at least
23352         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
23353         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
23354
23355 2005-09-23  Jim Meyering  <jim@meyering.net>
23356
23357         * modules/getaddrinfo (Depends-on): Add socklen.
23358
23359 2005-09-23  Bruno Haible  <bruno@clisp.org>
23360
23361         * tests/test-verify.c: New file.
23362
23363 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23364
23365         Sync from coreutils.
23366
23367         * modules/argmatch (Depends-on): Add verify.
23368         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
23369         unistd-safer.
23370         * modules/save-cwd (Depends-on): Likewise.
23371
23372         * modules/openat (Files): Add lib/openat-die.c.
23373         (Depends-on): Remove error, exitfail.
23374         Add dirname.
23375
23376         * modules/verify: New file.
23377         * MODULES.html.sh (Diagnostics <assert.h>): New section,
23378         with "verify" module.
23379
23380 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23381
23382         Sync from coreutils.
23383
23384         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
23385         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
23386         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
23387         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
23388         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
23389         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
23390         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
23391         Don't bother checking for string.h, stdlib.h, unistd.h.
23392         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
23393         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
23394         module's job.
23395         * m4/jm-macros.m4 (gl_MACROS): Likewise.
23396         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
23397
23398         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
23399         (gl_GETDATE): Use it.
23400
23401         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
23402
23403 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23404
23405         Sync from coreutils.
23406
23407         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
23408         stat-time.h.
23409         * lib/argmatch.h: Include verify.h
23410         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
23411         (ARGMATCH_ASSERT): Remove; unused.
23412         * lib/canonicalize.c: Assume STDC_HEADERS.
23413         * lib/exclude.c: Include "strcase.h".
23414         * lib/regex_internal.h [!defined _LIBC]: Likewise.
23415         * lib/getusershell.c: Include stdio--.h rather than stdio.h
23416         and stdio-safer.h.
23417         (getusershell): Call fopen, not fopen_safer.
23418         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
23419         Do not include unistd-safer.h.
23420         (save_cwd): Don't call fd_safer; no longer needed
23421         now that we include fcntl--.h.
23422
23423         * lib/getdate.y (relative_time): New type.
23424         (RELATIVE_TIME_0): New constant.
23425         (parser_control): Use relative_time instead of doing it ourselves.
23426         (%union): Add new relative_time rel member.
23427         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
23428         Now typeless.
23429         (relunit, relunit_snumber): Now of type rel.
23430         (zone, rel, relunit, get_date): Adjust to above changes.
23431
23432         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
23433         Do not include unistd-safer.h.
23434         (getloadavg): Don't call fd_safer; no longer needed
23435         now that we include fcntl--.h.
23436
23437         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
23438         (make_dir_parents): Treat ENOSYS like EEXIST.
23439
23440         Improve quality of diagnostics on restore_cwd failure.
23441         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
23442         (make_dir_parents): Last arg is now int * (for errno), not bool *.
23443         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
23444         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
23445         each time through the loop.  Do not diagnose restore_cwd failure;
23446         that is the caller's job (and perhaps the caller does not care).
23447
23448         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
23449         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
23450         If the file already exists but is not a directory, don't bother
23451         to try to make its parents.
23452         Close potential file descriptor leak if we can't chdir("/") (!).
23453         Don't always return true if chdir($PWD) fails; return true only
23454         if the requested action was done successfully (except for the
23455         chdir($PWD)).
23456         Don't log final directory unless we actually made it.
23457         Refactor to avoid duplicate code to fix up permissions.
23458         Don't attempt to fix up parent permissions if chdir($PWD) fails.
23459
23460         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
23461         to make it a bit faster and (I hope) clearer.
23462         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
23463         Fix bug in formats like %2N.
23464
23465         * lib/verify.h: New file.
23466
23467 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23468
23469         Sync from coreutils.
23470         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
23471
23472 2005-09-22  Jim Meyering  <jim@meyering.net>
23473
23474         Sync from coreutils.
23475
23476         * m4/lstat.m4 (gl_FUNC_LSTAT):
23477         Use AC_LIBSOURCES to require lstat.c and lstat.h.
23478         Remove obsolete comment.
23479         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
23480         * m4/xstrtod.m4: Likewise.
23481
23482         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
23483
23484 2005-09-22  Jim Meyering  <jim@meyering.net>
23485
23486         Sync from coreutils.
23487
23488         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
23489
23490         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
23491         the .tm_year member, since otherwise gcc-4.0 would now warn about
23492         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
23493
23494         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
23495         order to avoid an unsuppressible warning from gcc on 64-bit systems.
23496
23497         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
23498         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
23499         when run in a time zone for which daylight savings time is in effect
23500         for the starting date.
23501
23502         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
23503         stop us from restricting permissions of just-created absolute-named
23504         directories.
23505         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
23506         to restore initial working directory.
23507         * lib/mkdir-p.c (make_dir_parents): New parameter:
23508         different_working_dir, to tell caller if/when we change the working
23509         directory and are unable to return to the initial one.
23510         * lib/mkdir-p.h (make_dir_parents): Update prototype.
23511         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
23512         `return false'.  This fixes a bug introduced on 2004-07-30.
23513
23514         * lib/openat.c (fdopendir): Be sure to close the supplied
23515         file descriptor before returning.  This makes our replacement
23516         implementation a little closer to Solaris's, where fdopendir
23517         ties the file descriptor to the returned DIR* pointer.
23518         * lib/openat.c (unlinkat): New function.
23519         * lib/openat.h (unlinkat): Add prototype.
23520         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
23521         (openat_restore_fail): Rename from openat_restore_die.
23522         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
23523
23524         Provide an alternative to exiting immediately upon save_cwd or
23525         restore_cwd failure.  Now, an application can arrange e.g.,
23526         to perform a longjump in that case.
23527         * lib/openat.c: Include dirname.h.
23528         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
23529         (rpl_openat, fdopendir, fstatat): Call openat_save_die
23530         and openat_restore_die rather than calling error directly.
23531         Don't include "error.h" or "exitfail.h"; they're no longer needed.
23532
23533         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
23534         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
23535         define.
23536
23537         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
23538         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
23539                             int utc, int nanoseconds);
23540         Background:
23541         date should not have to allocate a megabyte of virtual memory to
23542         handle a format argument like +%1048575T.  When implemented with
23543         strftime, it must allocate such a buffer, use strftime to fill it
23544         in, print it, then free it.
23545         With fprintftime, it simply prints everything and exits.
23546         With no need for memory allocation, that's one fewer way to fail.
23547         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
23548         optional field width, not before, so we accept %9:z, not %:9z.
23549         (my_strftime): Be sure to use L_('x') for literals.
23550
23551         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
23552         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
23553         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
23554         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
23555         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
23556         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
23557         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
23558         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
23559         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
23560         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
23561         * lib/xgethostname.c, lib/xreadlink.c:
23562         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
23563
23564         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
23565         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
23566         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
23567         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
23568         and don't include <sys/file.h>).
23569
23570 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
23571
23572         Sync from coreutils.
23573
23574         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
23575         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
23576         [!LDAV_DONE]: Avoid unused variable warning.
23577
23578 2005-09-21  Bruno Haible  <bruno@clisp.org>
23579
23580         * lib/unicodeio.h (unicode_to_mb): New declaration.
23581
23582 2005-09-20  Derek Price  <derek@ximbiot.com>
23583
23584         * lib/getaddrinfo.c: Don't include <netdb.h> included from
23585         getaddrinfo.h.
23586
23587 2005-09-20  Bruno Haible  <bruno@clisp.org>
23588
23589         * gnulib-tool: Remove trailing slashes from the values specified for
23590         --source-base, --m4-base, --tests-base, --aux-dir.
23591         Suggested by Simon Josefsson <jas@extundo.com>.
23592
23593 2005-09-20  Bruno Haible  <bruno@clisp.org>
23594
23595         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
23596         func_modules_to_filelist, func_import, func_create_testdir): Make all
23597         sorting results locale-independent, so that gnulib-cache.m4 doesn't
23598         change when gnulib-tool is invoked in a different locale.
23599
23600 2005-09-19  Simon Josefsson  <jas@extundo.com>
23601
23602         * m4/socklen.m4: Fix typo.
23603
23604 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23605
23606         Use a consistent style for including <config.h>.
23607         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
23608         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
23609         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
23610         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
23611         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
23612         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
23613         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
23614         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
23615         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
23616         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
23617         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
23618         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
23619         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
23620         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
23621         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
23622         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
23623         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
23624         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
23625         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
23626         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
23627         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
23628         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
23629         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
23630         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
23631         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
23632         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
23633         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
23634         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
23635         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
23636         lib/xstrtoumax.c, lib/yesno.c:
23637         Standardize inclusion of config.h.
23638         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
23639         lib/inttostr.h:  Removed inclusion of config.h from header files.
23640         * lib/inttostr.c:  Adjusted in-tree users.
23641         * lib/timespec.h: Remove superfluous warning to include config.h.
23642         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
23643         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
23644         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
23645         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
23646         config.h with HAVE_CONFIG_H.
23647
23648 2005-09-19  Jim Meyering  <jim@meyering.net>
23649
23650         * modules/pathmax (License): Change to LGPL.
23651
23652 2005-09-19  Derek Price  <derek@ximbiot.com>
23653
23654         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
23655
23656 2005-09-19  Bruno Haible  <bruno@clisp.org>
23657
23658         * gnulib-tool (import): Provide default for --tests-base.
23659
23660 2005-09-19  Bruno Haible  <bruno@clisp.org>
23661
23662         * doc/quote.texi: New file, extracted from gnulib.texi.
23663         * doc/ctime.texi: New file, extracted from gnulib.texi.
23664         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
23665         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
23666         * doc/gnulib.texi: Include them.
23667
23668 2005-09-18  Bruno Haible  <bruno@clisp.org>
23669
23670         Portability fix.
23671         * gnulib-tool (func_readlink): New function.
23672         (func_ln_if_changed): Use it.
23673
23674 2005-09-18  Bruno Haible  <bruno@clisp.org>
23675
23676         * gnulib-tool: Support --with-tests also with --import.
23677         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
23678         (func_import): Use variables $testsbase and $inctests. Emit a
23679         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
23680         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
23681         SUBDIRS += $testsdir.
23682         (func_create_testdir): Update.
23683
23684 2005-09-18  Bruno Haible  <bruno@clisp.org>
23685
23686         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
23687         instead of $dry_run.
23688         (func_cp_if_changed, func_mv_if_changed): Remove functions.
23689         (func_ln_if_changed): Don't handle dry-run here.
23690         (func_import): In dry-run mode, detect more precisely which actions
23691         would be performed, and don't use "...ing" verbs.
23692
23693 2005-09-18  Bruno Haible  <bruno@clisp.org>
23694
23695         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
23696         (func_import): Use join on two temporary files instead of three nested
23697         loops, in order to determine which files are new or old.
23698
23699 2005-09-18  Bruno Haible  <bruno@clisp.org>
23700
23701         * gnulib-tool (func_import): Comment out code that spits out the
23702         new files with --dry-run.
23703
23704 2005-09-18  Bruno Haible  <bruno@clisp.org>
23705
23706         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
23707
23708 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
23709
23710         * lib/stat-time.h: New file.
23711         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
23712         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
23713         in a different way.
23714         (timespec_cmp): New function.
23715         * lib/utimecmp.c: Include stat-time.h.
23716         (SYSCALL_RESOLUTION): Depend on whether various struct stat
23717         members exist, not on the obsolescent ST_MTIM_NSEC.
23718         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
23719
23720 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
23721
23722         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
23723
23724 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
23725
23726         * MODULES.html.sh (File system functions): Add stat-time.
23727         * modules/stat-time: New file.
23728         * modules/timespec (Files): Remove m4/st_mtim.m4; this
23729         is now done in a different way, by the stat-time module.
23730         * modules/utimecmp (Depends-on): Add stat-time.
23731
23732 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23733
23734         * m4/st_mtim.m4: Remove.  Superseded by...
23735         * m4/stat-time.m4: New file.
23736         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
23737         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
23738
23739 2005-09-15  Derek Price  <derek@ximbiot.com>
23740
23741         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
23742
23743 2005-09-15  Derek Price  <derek@ximbiot.com>
23744
23745         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
23746         * lib/regex_internal.c: Ditto, using this...
23747         (__GNUC_PREREQ): ...new macro.
23748         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
23749         using...
23750         (__GNUC_PREREQ): ...this new macro.
23751
23752         * lib/strstr.h: Include string.h. Define strstr as a macro here.
23753
23754 2005-09-15  Derek Price  <derek@ximbiot.com>
23755             Paul Eggert  <eggert@cs.ucla.edu>
23756
23757         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
23758         changes, consolidating in...
23759         * lib/regex_internal.h: ...this file.
23760
23761 2005-09-13  Jim Meyering  <jim@meyering.net>
23762
23763         * lib/canon-host.c: Filter through gnu indent and reword comments
23764         slightly.
23765         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
23766
23767 2005-09-13  Derek Price  <derek@ximbiot.com>
23768
23769         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
23770         failure.
23771         Reported by Jim Meyering  <jim@meyering.net>.
23772
23773 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23774
23775         * lib/base64.c: Typo.
23776         (base64_encode): Put b64str in initialized data section.
23777
23778 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
23779
23780         Merge glibc and coreutils changes into gnulib, plus a few
23781         extra fixes.
23782         * lib/md5.c: Use #error rather than a string.
23783         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
23784         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
23785         (__attribute__): Define to empty for non recent-GCC.
23786         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
23787         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
23788         Renamed from their non-__ counterparts, with new macros replacing
23789         them if not _LIBC.  Add __THROW attribute.
23790         (rol): Remove.
23791         (struct md5_ctx): Align buffer if using GCC.
23792         * lib/sha1.h (struct sha1_ctx): Likewise.
23793         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
23794         The old name was backwards.
23795         (NOTSWAP): Remove; not used.
23796         (rol): New macro, moved here from md5.h.
23797         (sha1_process_block): Remove a FIXME that doesn't make sense.
23798
23799 2005-09-12  Derek Price  <derek@ximbiot.com>
23800
23801         Return usable errors from canon-host.
23802         * lib/canon-host.h: New file.
23803         * lib/canon-host.c (canon_host): Wrap...
23804         (canon_host_r): ...this new function, which now relies exclusively on
23805         getaddrinfo.
23806         (ch_strerror): New function.
23807         (last_cherror): New global.
23808         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
23809         interface.
23810         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
23811         void *.
23812         (freeaddrinfo): Free ai->ai_canonname when set.
23813
23814 2005-09-12  Derek Price  <derek@ximbiot.com>
23815
23816         Make canon-host require getaddrinfo.
23817         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
23818         AC_LIBSOURCE canon-host.h.  Call...
23819         (gl_PREREQ_CANON_HOST): ...this new function, which requires
23820         gl_GETADDRINFO.
23821         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
23822
23823 2005-09-12  Derek Price  <derek@ximbiot.com>
23824
23825         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
23826         LGPL.
23827         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
23828
23829 2005-09-12  Derek Price  <derek@ximbiot.com>
23830
23831         * lib/gai_strerror.c: Include config.h when available.  Include
23832         getaddrinfo.h before other headers to test interface.
23833         Reported by Larry Jones <lawrence.jones@ugs.com>.
23834
23835 2005-09-12  Derek Price  <derek@ximbiot.com>
23836             Paul Eggert  <eggert@cs.ucla.edu>
23837
23838         * modules/glob (Files): Add glob-libc.h.
23839
23840 2005-09-12  Derek Price  <derek@ximbiot.com>
23841             Paul Eggert  <eggert@cs.ucla.edu>
23842
23843         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
23844         glob_.h, glob-libc.h.
23845         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
23846
23847 2005-09-12  Derek Price  <derek@ximbiot.com>
23848             Paul Eggert  <eggert@cs.ucla.edu>
23849
23850         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
23851         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
23852         protecting things that should be done only in gnulib contexts.
23853         * lib/glob_.h: New file, containing only the glob things needed for
23854         gnulib.
23855         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
23856         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
23857         (glob, globfree, glob_pattern_p): Now defined simply in terms of
23858         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
23859         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
23860         and to respect the namespace rules better.
23861
23862 2005-09-08  Simon Josefsson  <jas@extundo.com>
23863
23864         * modules/socklen: New file.
23865
23866 2005-09-08  Simon Josefsson  <jas@extundo.com>
23867
23868         * m4/socklen.m4: New file.
23869
23870 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23871
23872         * modules/utimens (Files): Add m4/utimbuf.m4, since
23873         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
23874         Reported by Sergey Poznyakoff.
23875
23876 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23877
23878         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
23879         definitions, since that's the preferred style in glibc.
23880         Fix a minor spacing issue, and update copyright notice to match
23881         glibc's.
23882
23883 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23884
23885         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
23886
23887 2005-09-06  Simon Josefsson  <jas@extundo.com>
23888
23889         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
23890         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
23891
23892 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23893
23894         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
23895         warning.
23896
23897 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23898
23899         * config/srclist.txt: Add glibc bug 1302.
23900
23901 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
23902
23903         Change bitset word type from unsigned int to unsigned long int,
23904         as this has better performance on typical 64-bit hosts.
23905         Port bitset code to hosts with unusual word sizes.
23906         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
23907         (build_collating_symbol):
23908         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
23909         argument is a bitset.  This is merely a style issue, but it makes
23910         it clearer that an entire array is expected.
23911         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
23912         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
23913         Port to the case where bitset_word is not the same as unsigned int.
23914         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
23915         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
23916         Likewise.
23917         * lib/regexec.c (check_dst_limits_calc_pos_1,
23918         check_subexp_matching_top):
23919         (build_trtable, group_nodes_into_DFAstates):
23920         Likewise.
23921         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
23922         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
23923         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
23924         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
23925         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
23926         * lib/regcomp.c (optimize_subexps, lower_subexp):
23927         Work even if bitset_word has holes in its bitwise representation.
23928         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
23929         * lib/regexec.c (check_dst_limits_calc_pos_1,
23930         check_subexp_matching_top):
23931         Likewise.
23932         * lib/regex_internal.c (re_string_reconstruct):
23933         Don't assume UCHAR_MAX == 255.
23934         * lib/regex_internal.h (bitset_set_all): Likewise.
23935         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
23936         All uses changed.
23937         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
23938         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
23939         All uses changed.
23940         (BITSET_WORD_MAX): New macro.
23941         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
23942         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
23943         (bitset_empty, bitset_copy):
23944         Prefer sizeof (bitset) to multiplying it out ourselves.
23945         (bitset_not_merge): Remove; unused.
23946         (bitset_contain): Return bool, not unsigned int with one bit on.
23947         All callers changed.
23948         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
23949         alignment than re_node_set; do this by defining a new internal
23950         type struct dests_alloc and using it to allocate memory.
23951
23952 2005-09-05  Bruno Haible  <bruno@clisp.org>
23953
23954         * gnulib-tool (func_import): Fix comparison in handling of symbolic
23955         links.
23956
23957 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
23958
23959         * modules/size_max (Makefile.am): Add size_max.h
23960
23961 2005-09-04  Derek Price  <derek@ximbiot.com>
23962
23963         * gnulib-tool (func_import): Fix reversed $symbolic logic.
23964
23965 2005-09-03  Simon Josefsson  <jas@extundo.com>
23966
23967         * gnulib-tool: Fix typo.
23968
23969 2005-09-03  Simon Josefsson  <jas@extundo.com>
23970
23971         * config/srclist.txt: Add glibc bug 1293.
23972
23973 2005-09-03  Derek Price  <derek@ximbiot.com>
23974
23975         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
23976         From Larry Jones <lawrence.jones@ugs.com>.
23977
23978 2005-09-02  Simon Josefsson  <jas@extundo.com>
23979
23980         * modules/socklen: New file.
23981
23982 2005-09-02  Simon Josefsson  <jas@extundo.com>
23983
23984         * modules/havelib: New module.
23985
23986         * modules/gettext, modules/iconv, modules/lock, modules/readline:
23987         Use havelib.
23988
23989 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
23990
23991         Check for arithmetic overflow when calculating sizes, to prevent
23992         some buffer-overflow issues.  These patches are conservative, in the
23993         sense that when I couldn't determine whether an overflow was possible,
23994         I inserted a run-time check.
23995         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
23996         macros.
23997         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
23998         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
23999         (re_xnrealloc, re_x2nrealloc): New inline functions.
24000         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
24001         parse_bracket_exp):
24002         (build_equiv_class, build_charclass): Check for arithmetic overflow
24003         in size expression calculations.
24004         * lib/regex_internal.c (re_string_realloc_buffers):
24005         (build_wcs_upper_buffer, re_node_set_add_intersect):
24006         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
24007         (re_dfa_add_node, register_state): Likewise.
24008         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
24009         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
24010         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
24011         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
24012
24013 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
24014
24015         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
24016         m4/ulonglong.m4.  Problem reported by Martin Lambers.
24017
24018 2005-09-02  Bruno Haible  <bruno@clisp.org>
24019
24020         Support for lib vs. lib64 distinction on biarch platforms.
24021         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
24022         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
24023         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
24024
24025 2005-09-02  Bruno Haible  <bruno@clisp.org>
24026
24027         * gnulib-tool (import): In the other first-use case, provide defaults
24028         as well.
24029
24030 2005-09-02  Bruno Haible  <bruno@clisp.org>
24031
24032         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
24033         patches not yet found in the latest gettext release.
24034
24035 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24036
24037         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
24038         to avoid a collision with bits/local_lim.h in glibc.
24039         All uses changed.  Problem reported by Dmitry V. Levin in
24040         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
24041
24042         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
24043         bugs in int versus size_t comparisons.
24044         (re_string_context_at): Fix bug where the code assumed that
24045         Idx is signed.
24046
24047         Use bool where appropriate.
24048         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
24049         All callers changed.
24050         (calc_eclosure_iter): Likewise, for ROOT arg.
24051         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
24052         (build_charclass_op): Likewise, for NON_MATCH arg.
24053         * lib/regex_internal.c (re_string_allocate, re_string_construct):
24054         (re_string_construct_common): Likewise, for ICASE arg.
24055         * lib/regexec.c (re_search_2_stub, re_search_stub):
24056         Likewise, for RET_LEN arg.
24057         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
24058         (set_regs): Likewise, for FL_BACKTRACK arg.
24059         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
24060         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
24061         (calc_eclosure_iter, parse_bracket_exp):
24062         Use bool for internal variables that are booleans.
24063         * lib/regexec.c (re_search_internal, check_matching,
24064         proceed_next_node):
24065         (set_regs, build_sifted_states, sift_states_bkref):
24066         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
24067         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
24068         (find_collation_sequence_value):
24069         Likewise.
24070         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
24071         (re_node_set_compare):
24072         Return bool, not int. All callers changed.
24073         * lib/regexec.c (check_halt_node_context, check_dst_limits):
24074         (build_trtable, check_node_accept): Likewise.
24075         * lib/regex_internal.h: Include stdbool.h.
24076
24077         Fix bugs uncovered when converting to bool.
24078         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
24079         failure instead of charging ahead blindly.
24080         * lib/regex_internal.c (register_state): Likewise.
24081         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
24082         for freeing internal storage.
24083         (group_nodes_into_DFA_states): Use unsigned int, not int, for
24084         bitset pieces used as boolean, to avoid undefined behavior
24085         on hosts that do int overflow checking.
24086
24087 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24088
24089         * config/srclist.txt: Add glibc bugs 1285-1287.
24090
24091 2005-09-01  Jim Meyering  <jim@meyering.net>
24092
24093         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
24094         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
24095         Require gl_STAT_MACROS, too.
24096
24097 2005-09-01  Bruno Haible  <bruno@clisp.org>
24098
24099         * gnulib-tool (import): In the first-use case, provide defaults.
24100
24101 2005-09-01  Bruno Haible  <bruno@clisp.org>
24102
24103         * gnulib-tool (func_import): Remove the .tmp files.
24104
24105 2005-09-01  Bruno Haible  <bruno@clisp.org>
24106
24107         * gnulib-tool (func_import): Fix handling of symbolic links.
24108
24109 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24110
24111         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
24112         old glibc regex code mishandles strings longer than 2**31 bytes.
24113         This patch fixes this when the regex code is used in gnulib
24114         (i.e., outside glibc).
24115
24116         This patch should not affect the use of the regex code inside
24117         glibc.  No doubt this problem also needs to be handled for glibc
24118         as well, but the result will be an incompatible change to the
24119         glibc ABI, and the old ABI will have to be supported too.  That
24120         can be the the subject for another patch.
24121
24122         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
24123         governing whether the rest of this patch is active.  By default,
24124         the macro is disabled and the patch has no effect.
24125         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
24126         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
24127         (struct re_pattern_buffer, re_search, re_search_2, re_match):
24128         (re_match_2, re_set_registers): Use the new types.
24129         * lib/regex_internal.h (Idx, re_hashval_t): New types.
24130         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
24131         New macros.
24132         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
24133         (re_string_context_at, bin_tree_t, re_dfastate_t):
24134         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
24135         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
24136         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
24137         (re_string_char_size_at, re_string_wchar_at):
24138         (re_string_elem_size_at):
24139         Use the new types and macros to port to 64-bit hosts.
24140         Use unsigned types for internal values, so that the code
24141         mostly works even for arrays larger than SSIZE_MAX.
24142         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
24143         (search_duplicated_node, calc_eclosure_iter, fetch_number):
24144         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
24145         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
24146         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
24147         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
24148         (calc_inveclosure, parse_dup_op, build_range_exp):
24149         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
24150         (fetch_number, create_token_tree, mark_opt_subexp):
24151         Likewise.
24152         * lib/regex_internal.c (re_string_construct_common,
24153         create_ci_newstate):
24154         (create_cd_newstate, re_string_allocate, re_string_construct):
24155         (re_string_realloc_buffers, build_wcs_upper_buffer):
24156         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
24157         (re_string_reconstruct, re_string_peek_byte_case):
24158         (re_string_fetch_byte_case, re_string_context_at):
24159         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
24160         (re_node_set_init_copy, re_node_set_add_intersect):
24161         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24162         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24163         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
24164         (re_acquire_state, re_acquire_state_context, register_state):
24165         Likewise.
24166         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
24167         search_cur_bkref_entry):
24168         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
24169         (re_search_internal, re_search_2_stub, re_search_stub)
24170         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
24171         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
24172         (update_cur_sifted_state, check_dst_limits):
24173         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
24174         (check_subexp_limits, sift_states_bkref, merge_state_array):
24175         (check_subexp_matching_top, get_subexp, get_subexp_sub):
24176         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
24177         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
24178         (expand_bkref_cache, check_node_accept_bytes):
24179         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
24180         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
24181         (acquire_init_state_context, check_halt_node_context):
24182         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
24183         (sift_states_backward, clean_state_log_if_needed):
24184         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
24185         (find_recover_state, transit_state_sb, transit_state_mb):
24186         (transit_state_bkref, build_trtable, match_ctx_clean):
24187         Likewise.
24188         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
24189         to work around an assumption that REG_MISSING is negative.
24190
24191         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
24192         (seek_collating_symbol_entry) [defined _LIBC]:
24193         (lookup_collation_sequence_value) [defined _LIBC]:
24194         (build_range_exp, build_collating_symbol) [defined _LIBC]:
24195         Use prototypes rather than old-style function definitions.
24196         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
24197         (transit_state_sb) [0]:
24198         (find_collation_sequence_value) [defined _LIBC]: Likewise.
24199
24200         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
24201         rm_eo.
24202
24203         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
24204         (optimize_subexps, lower_subexp):
24205         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
24206         since the signed shift might overflow.  Use 1u<<31 instead.
24207         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
24208         Likewise.
24209         * lib/regexec.c (check_dst_limits_calc_pos_1,
24210         check_subexp_matching_top): Likewise.
24211
24212         * lib/regcomp.c (optimize_subexps, lower_subexp):
24213         Use CHAR_BIT rather than 8, for clarity.
24214         * lib/regexec.c (check_dst_limits_calc_pos_1):
24215         (check_subexp_matching_top): Likewise.
24216         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
24217         have to worry about portability issues when shifting it left.
24218         Remove no-longer-needed test for table_size > 0.
24219         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
24220         in a word, as the resulting behavior is undefined.
24221         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
24222         in one case, a <= should have been an <, and in another case the
24223         whole test was missing.
24224         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
24225         the standard name CHAR_BIT.
24226         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
24227         this is not true on one's complement and signed-magnitude hosts.
24228
24229         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
24230         next_last_offset.
24231         (struct re_dfa_t): Remove unused member states_alloc.
24232         * lib/regcomp.c (init_dfa): Don't initialize unused members.
24233
24234 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24235
24236         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
24237         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
24238         and large-file glibc and in 32-bit large-file Solaris.
24239
24240 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24241
24242         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
24243         lengths fit in regoff_t; this isn't true if regoff_t is the same
24244         width as size_t.
24245         * lib/regex.c (re_search_internal): 5th arg is LAST_START
24246         (= START + RANGE) instead of RANGE.  This avoids overflow
24247         problems when regoff_t is the same width as size_t.
24248         All callers changed.
24249         (re_search_2_stub): Check for overflow when adding the
24250         sizes of the two strings.
24251         (re_search_stub): Check for overflow when adding START
24252         to RANGE; if it occurs, substitute the extreme value.
24253
24254 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24255
24256         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
24257
24258 2005-08-31  Jim Meyering  <jim@meyering.net>
24259
24260         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
24261         a pointer-to-const.
24262         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
24263         (register_state): Likewise.
24264         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
24265         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
24266         (group_nodes_into_DFAstates): Likewise.
24267
24268 2005-08-31  Jim Meyering  <jim@meyering.net>
24269
24270         * check-module: Add a FIXME comment.
24271
24272 2005-08-31  Eric Blake  <ebb9@byu.net>
24273
24274         * modules/unistd-safer (Files): Add unistd--.h.
24275         * modules/stdio-safer (Files): Add stdio--.h.
24276
24277 2005-08-31  Derek Price  <derek@ximbiot.com>
24278
24279         * lib/getdelim.c (getdelim): Return EOF on EOF.
24280         Reported by Larry Jones <lawrence.jones@ugs.com>.
24281
24282 2005-08-31  Bruno Haible  <bruno@clisp.org>
24283
24284         Avoid unnecessary diffs in the generated lib/Makefile.am.
24285         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
24286         the generated files.
24287         (func_import): Don't set cmd.
24288
24289 2005-08-31  Bruno Haible  <bruno@clisp.org>
24290
24291         * lib/strstr.c: Include <stddef.h>, for NULL.
24292         * lib/strcasestr.c: Likewise.
24293         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24294
24295 2005-08-31  Bruno Haible  <bruno@clisp.org>
24296
24297         * gnulib-tool: New option --macro-prefix.
24298         (func_import): Use macro_prefix.
24299         (import): Handle option --macro-prefix.
24300
24301 2005-08-31  Bruno Haible  <bruno@clisp.org>
24302
24303         * gnulib-tool (import): Rename most ac_* variables to cached_*.
24304         Also use new variables cached_lgpl, cached_libtool.
24305
24306 2005-08-31  Bruno Haible  <bruno@clisp.org>
24307
24308         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
24309         always instantiating them.
24310
24311 2005-08-31  Bruno Haible  <bruno@clisp.org>
24312
24313         * gnulib-tool (func_import): Read the previous cached settings
24314         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
24315         earlier added by gnulib but are now dropped. Warn when a gnulib file
24316         overwrites a non-gnulib file.
24317
24318 2005-08-31  Bruno Haible  <bruno@clisp.org>
24319
24320         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
24321         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
24322         projects that don't keep autogenerated files in CVS. Put into
24323         actioncmd only the specified modules, not the transitive closure.
24324
24325 2005-08-31  Bruno Haible  <bruno@clisp.org>
24326
24327         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
24328         Create directories that shall be filled.
24329         (import): Don't look for gl_* macros in configure.ac. Recurse across
24330         all directories containing a gnulib-cache.m4 files, if meaningful.
24331
24332 2005-08-31  Bruno Haible  <bruno@clisp.org>
24333
24334         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
24335         (import): Set seen_libtool when we see gl_LIBTOOL.
24336
24337 2005-08-31  Bruno Haible  <bruno@clisp.org>
24338
24339         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
24340         declaration macro definitions from generated gnulib.m4.
24341
24342 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
24343
24344         * lib/iconvme.h: Add prototype for iconv_alloc.
24345
24346 2005-08-29  Simon Josefsson  <jas@extundo.com>
24347
24348         * lib/iconvme.c: Fix errno.
24349
24350 2005-08-29  Bruno Haible  <bruno@clisp.org>
24351
24352         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
24353         that it works when the directory contains spaces.
24354
24355 2005-08-29  Bruno Haible  <bruno@clisp.org>
24356
24357         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
24358
24359 2005-08-29  Bruno Haible  <bruno@clisp.org>
24360
24361         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
24362         Emit more advice.
24363
24364 2005-08-29  Bruno Haible  <bruno@clisp.org>
24365         and Stepan Kasal  <kasal@ucw.cz>
24366
24367         * check-module: If more parameters are given, check each of them
24368         separately; add more exceptions, as noted by Jim Meyering.
24369         (check_module): New procedure.
24370         (%exempt_header): Now contains all exceptions.
24371
24372 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
24373
24374         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
24375
24376 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24377
24378         * lib/iconvme.c: Split iconv_string into iconv_alloc.
24379
24380 2005-08-28  Bruno Haible  <bruno@clisp.org>
24381
24382         * m4/gnulib-tool.m4: New file.
24383
24384 2005-08-27  Jim Meyering  <jim@meyering.net>
24385
24386         * modules/unistd-safer (Files): Add pipe-safer.c.
24387         * modules/fcntl-safer (Files): Add creat-safer.c.
24388
24389 2005-08-27  Jim Meyering  <jim@meyering.net>
24390
24391         * m4/stdlib-safer.m4: New file.  From coreutils.
24392         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
24393         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
24394         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
24395         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
24396         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
24397
24398 2005-08-27  Jim Meyering  <jim@meyering.net>
24399
24400         * lib/fopen-safer.c: Merge minor changes from coreutils.
24401         * lib/dup-safer.c: Likewise.
24402         * lib/fd-safer.c: Likewise.
24403
24404         Merge from coreutils.
24405         * lib/stdio--.h: New file.
24406         * lib/stdlib--.h: New file.
24407         * lib/mkstemp-safer.c: New file.
24408
24409         GNU tar needs these.
24410         * lib/pipe-safer.c: New file.
24411         * lib/creat-safer.c: New file.
24412         * lib/fcntl--.h (creat): Define to creat_safer.
24413         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
24414         * lib/unistd--.h (pipe): Define to pipe_safer.
24415         * lib/unistd-safer.h: Declare pipe_safer.
24416
24417 2005-08-26  Simon Josefsson  <jas@extundo.com>
24418
24419         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
24420         Haible <bruno@clisp.org>.
24421
24422 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
24423
24424         * lib/regex_internal.h: Remove all references to
24425         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
24426         or better.
24427         (bitset_not, bitset_merge, bitset_not_merge):
24428         (bitset_mask, re_string_allocate, re_string_construct):
24429         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
24430         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
24431         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
24432         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
24433         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24434         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24435         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
24436         (re_acquire_state_context):
24437         Remove unnecessary forward decls.
24438         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
24439         Put __attribute at function definition,
24440         now that the function decl has been removed.
24441         * lib/regex_internal.c (re_string_peek_byte_case):
24442         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
24443         Likewise.
24444
24445 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
24446
24447         * m4/regex.m4: Add AC_PREREQ(2.50).
24448         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
24449
24450 2005-08-25  Simon Josefsson  <jas@extundo.com>
24451
24452         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
24453         __fsetlocking.
24454
24455 2005-08-25  Simon Josefsson  <jas@extundo.com>
24456
24457         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
24458         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
24459         GLIBC specific code.
24460
24461 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24462
24463         Make regex safe for g++.  This fixes one real bug (an "err"
24464         that should have been "*err").  g++ problem reported by
24465         Sam Steingold.
24466         * lib/regex_internal.h (re_calloc): New macro, consistent with
24467         re_malloc etc.  All callers of calloc changed to use re_calloc.
24468         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
24469         not int.  All callers changed.
24470         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
24471         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
24472         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
24473         (find_recover_state): Change "err" to "*err"; this fixes what
24474         appears to be a real bug.
24475         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
24476         versus int.
24477
24478 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24479
24480         * modules/regex (Depends-on): Add malloc, since the code
24481         assumes that !malloc(0) means failure.
24482
24483 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24484
24485         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
24486
24487         alloca modernization/simplification for regex.
24488         * lib/regex.c: Remove portability cruft for alloca.  This no longer
24489         needs to be at the start of the file, and can be moved into
24490         regex_internal.h and simplified.
24491         * lib/regex_internal.h: Include <alloca.h>.
24492         (__libc_use_alloca) [!defined _LIBC]: New macro.
24493         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
24494         now works outside glibc.
24495
24496 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24497
24498         * config/srclist.txt: Add glibc bugs 1241, 1245.
24499
24500 2005-08-25  Jim Meyering  <jim@meyering.net>
24501
24502         * lib/open-safer.c: Include <config.h>.
24503         Otherwise, we'd lose LARGEFILE support in any file using
24504         e.g. "fcntl--.h"
24505
24506 2005-08-25  Bruno Haible  <bruno@clisp.org>
24507
24508         * m4/minmax.m4: Require autoconf 2.52.
24509         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
24510         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
24511         alternatives of translit over the alphabet.
24512         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
24513
24514 2005-08-24  Simon Josefsson  <jas@extundo.com>
24515
24516         * tests/test-getpass.c: New file.
24517
24518 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24519
24520         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
24521         for GNU regex features.
24522
24523 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24524
24525         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
24526         * lib/regex.h (regerror): Likewise.
24527
24528         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
24529         requires this.  (The code never needed it.)
24530
24531         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
24532         All uses of recently-renamed identifiers changed to use the new,
24533         POSIX-compliant names.  The code will build and run just fine
24534         without these changes, but it's better to eat our own dog food
24535         and use the standard-conforming names.
24536
24537         * lib/regex.h: Fix a multitude of POSIX name space violations.
24538         These changes have an effect only for programs that define
24539         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
24540         do not change anything for programs compiled in the normal way.
24541         Also, there is no effect on the ABI.
24542
24543         (_REGEX_SOURCE): New macro.
24544         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
24545         defined and _GNU_SOURCE is not; this fixes a name space violation.
24546
24547         Rename the following macros to obey POSIX requirements.
24548         The old names are still visible as macros if _REGEX_SOURCE is defined.
24549         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
24550         RE_BACKSLASH_ESCAPE_IN_LISTS.
24551         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
24552         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
24553         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
24554         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
24555         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
24556         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
24557         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
24558         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
24559         (REG_INTERVALS): renamed from RE_INTERVALS.
24560         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
24561         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
24562         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
24563         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
24564         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
24565         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
24566         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
24567         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
24568         RE_UNMATCHED_RIGHT_PAREN_ORD.
24569         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
24570         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
24571         (REG_DEBUG): renamed from RE_DEBUG.
24572         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
24573         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
24574         unusual, since we can't clash with the POSIX REG_ICASE.
24575         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
24576         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
24577         (REG_NO_SUB): renamed from RE_NO_SUB.
24578         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
24579         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
24580         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
24581         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
24582         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
24583         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
24584         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
24585         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
24586         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
24587         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
24588         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
24589         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
24590         RE_SYNTAX_POSIX_MINIMAL_BASIC.
24591         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
24592         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
24593         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
24594         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
24595         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
24596         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
24597         (REG_FIXED): Renamed from REGS_FIXED.
24598         (REG_NREGS): Renamed from RE_NREGS.
24599
24600         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
24601         of other REG_* macros, since POSIX says the user is allowed to
24602         #undef these macros selectively.
24603
24604         (reg_errcode_t): Update comment stating what other tables need
24605         to be consistent.
24606
24607         Rename the following enum values to obey POSIX requirements.
24608         The old names are still visible as macros.
24609         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
24610         is not defined, since GNU is supposed to be a superset of POSIX as
24611         much as possible, and since we want reg_errcode_t to be a signed
24612         type for implementation consistency.
24613         (_REG_NOERROR): Renamed from REG_NOERROR.
24614         (_REG_NOMATCH): Renamed from REG_NOMATCH.
24615         (_REG_BADPAT): Renamed from REG_BADPAT.
24616         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
24617         (_REG_ECTYPE): Renamed from REG_ECTYPE.
24618         (_REG_EESCAPE): Renamed from REG_EESCAPE.
24619         (_REG_ESUBREG): Renamed from REG_ESUBREG.
24620         (_REG_EBRACK): Renamed from REG_EBRACK.
24621         (_REG_EPAREN): Renamed from REG_EPAREN.
24622         (_REG_EBRACE): Renamed from REG_EBRACE.
24623         (_REG_BADBR): Renamed from REG_BADBR.
24624         (_REG_ERANGE): Renamed from REG_ERANGE.
24625         (_REG_ESPACE): Renamed from REG_ESPACE.
24626         (_REG_BADRPT): Renamed from REG_BADRPT.
24627         (_REG_EEND): Renamed from REG_EEND.
24628         (_REG_ESIZE): Renamed from REG_ESIZE.
24629         (_REG_ERPAREN): Renamed from REG_ERPAREN.
24630         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
24631         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
24632         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
24633         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
24634
24635         (_REG_RE_NAME, _REG_RM_NAME): New macros.
24636         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
24637         changed.  But support the old name if the new one is not defined
24638         and if _REGEX_SOURCE.
24639
24640         Change the following member names in struct re_pattern_buffer.
24641         The old names are still supported if !_REGEX_SOURCE.
24642         The new names are always supported, regardless of _REGEX_SOURCE.
24643         (re_buffer): Renamed from buffer.
24644         (re_allocated): Renamed from allocated.
24645         (re_used): Renamed from used.
24646         (re_syntax): Renamed from syntax.
24647         (re_fastmap): Renamed from fastmap.
24648         (re_translate): Renamed from translate.
24649         (re_can_be_null): Renamed from can_be_null.
24650         (re_regs_allocated): Renamed from regs_allocated.
24651         (re_fastmap_accurate): Renamed from fastmap_accurate.
24652         (re_no_sub): Renamed from no_sub.
24653         (re_not_bol): Renamed from not_bol.
24654         (re_not_eol): Renamed from not_eol.
24655         (re_newline_anchor): Renamed from newline_anchor.
24656
24657         Change the following member names in struct re_registers.
24658         The old names are still supported if !_REGEX_SOURCE.
24659         The new names are always supported, regardless of _REGEX_SOURCE.
24660         (rm_num_regs): Renamed from num_regs.
24661         (rm_start): Renamed from start.
24662         (rm_end): Renamed from end.
24663
24664         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
24665         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
24666         Prepend __ to parameter names.
24667
24668         Undo yesterday's changes.
24669
24670 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24671
24672         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
24673         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
24674         lib/regex.c.
24675
24676 2005-08-24  Jim Meyering  <jim@meyering.net>
24677
24678         Sync from coreutils.
24679         * m4/fcntl-safer.m4: New file.
24680
24681         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
24682         and object files for this module.
24683
24684 2005-08-24  Jim Meyering  <jim@meyering.net>
24685
24686         Sync from coreutils.
24687         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
24688
24689 2005-08-24  Jim Meyering  <jim@meyering.net>
24690
24691         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
24692         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
24693
24694 2005-08-24  Jim Meyering  <jim@meyering.net>
24695
24696         * modules/fcntl-safer: New module.
24697         * modules/fts (Depends-on): Add fcntl-safer.
24698         * MODULES.html.sh (File descriptor based Input/Output):
24699         Add fcntl-safer.
24700
24701 2005-08-24  Bruno Haible  <bruno@clisp.org>
24702
24703         Support for unit test modules.
24704         * modules/README: Mention tests modules.
24705         * modules/TEMPLATE-TESTS: New file.
24706         * gnulib-tool: New options --extract-tests-module, --with-tests and
24707         --tests-base (unused for the moment).
24708         (testsbase, inctests): New variables.
24709         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
24710         (func_verify_module): Exclude TEMPLATE-TESTS.
24711         (func_verify_nontests_module, func_verify_tests_module): New functions.
24712         (func_get_dependencies): Add implicit dependency for tests modules.
24713         (func_get_tests_module): New function.
24714         (func_modules_transitive_closure): When --with-tests was specified,
24715         include the unit tests as well, unless explicitly avoided.
24716         (func_emit_lib_Makefile_am): Ignore the tests modules here.
24717         (func_emit_tests_Makefile_am): New function.
24718         (func_create_testdir): When --with-tests was specified, emit a
24719         tests/ directory.
24720         * MODULES.html.sh (Future developments): Update.
24721
24722 2005-08-24  Bruno Haible  <bruno@clisp.org>
24723
24724         * modules/tls-tests: New file.
24725         * tests/test-tls.c: New file, from GNU gettext.
24726
24727 2005-08-24  Bruno Haible  <bruno@clisp.org>
24728
24729         * modules/lock-tests: New file.
24730         * tests/test-lock.c: New file, from GNU gettext.
24731
24732 2005-08-24  Bruno Haible  <bruno@clisp.org>
24733
24734         * lib/lock.h: Add multiple inclusion guard.
24735         * lib/tls.h: Add multiple inclusion guard.
24736
24737 2005-08-24  Bruno Haible  <bruno@clisp.org>
24738
24739         * gnulib-tool: Add support for the --aux-dir option to
24740         --create-testdir, --create-megatestdir, --test, --megatest.
24741         (func_create_testdir, func_create_megatestdir): Optionally emit a
24742         AC_CONFIG_AUX_DIR directive.
24743         (create-testdir, create-megatestdir, test, megatest): Provide a
24744         default value for $auxdir.
24745
24746 2005-08-24  Bruno Haible  <bruno@clisp.org>
24747
24748         * gnulib-tool (import): Use compound statement instead of subshell
24749         where possible.
24750
24751 2005-08-24  Bruno Haible  <bruno@clisp.org>
24752
24753         * gnulib-tool (import): Change --aux-dir default to "build-aux".
24754
24755 2005-08-24  Bruno Haible  <bruno@clisp.org>
24756
24757         * gnulib-tool (func_version): Update.
24758
24759 2005-08-24  Bruno Haible  <bruno@clisp.org>
24760
24761         * gnulib-tool (func_import, func_create_testdir,
24762         func_create_megatestdir): Quote all autoconf macro arguments.
24763
24764 2005-08-24  Bruno Haible  <bruno@clisp.org>
24765
24766         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
24767         option --force, because --force causes the aclocal.m4 of each
24768         subdirectory to be newer than the corresponding config.h.in.
24769
24770 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24771
24772         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
24773         All contents moved to gl_REGEX.
24774         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
24775         assume that it does.
24776
24777 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24778
24779         * lib/regex.h (REG_NOSYS)
24780         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
24781         Define, since POSIX requires it as of 2001.
24782         (_REG_ENOSYS)
24783         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
24784         New private symbol, used to keep the enum signed in all cases.
24785         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
24786         Youngman in
24787         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
24788
24789         * lib/regex_internal.c (re_string_skip_chars, register_state):
24790         (calc_state_hash):
24791         Remove forward decls; no longer needed now that we use prototypes.
24792         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
24793         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
24794         (clean_state_log_if_needed): Likewise.
24795
24796 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24797
24798         * config/srclist.txt: Add glibc bugs 1231-1233.
24799
24800 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24801
24802         Fix problems reported by Sam Steingold in
24803         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
24804         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
24805         assumed that reg_errcode_t is a signed type, which is not
24806         necessarily true if _XOPEN_SOURCE is not defined.
24807         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
24808         since some compilers warn about it otherwise.
24809
24810 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24811
24812         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
24813         (init_word_char, create_initial_state, duplicate_node_closure):
24814         (fetch_token, peek_token_bracket, build_range_exp):
24815         (build_collating_symbol): Remove forward decls; no longer needed
24816         now that we use prototypes.
24817
24818         * lib/regcomp.c:
24819         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
24820         (re_compile_fastmap_iter, regcomp, regerror, regfree):
24821         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
24822         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
24823         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
24824         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
24825         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
24826         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
24827         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
24828         (build_range_exp, build_collating_symbol, parse_bracket_exp):
24829         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
24830         (build_charclass, build_charclass_op, fetch_number, create_tree):
24831         (create_token_tree, mark_opt_subexp, duplicate_tree):
24832         Use prototypes rather than old-style definitions.
24833
24834         * lib/regex_internal.c:
24835         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
24836         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
24837         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
24838         (re_string_reconstruct, re_string_peek_byte_case):
24839         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
24840         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
24841         (re_node_set_init_copy, re_node_set_add_intersect):
24842         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24843         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24844         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
24845         (re_acquire_state, re_acquire_state_context, register_state):
24846         (create_ci_newstate, create_cd_newstate, free_state):
24847         Likewise.
24848         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
24849         re_search_2):
24850         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
24851         (re_search_internal, prune_impossible_nodes):
24852         (acquire_init_state_context, check_matching, static):
24853         (check_halt_node_context, check_halt_state_context, proceed_next_node):
24854         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
24855         (update_regs, sift_states_backward, build_sifted_states):
24856         (clean_state_log_if_needed, merge_state_array):
24857         (update_cur_sifted_state, add_epsilon_src_nodes):
24858         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
24859         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
24860         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
24861         (find_recover_state, check_subexp_matching_top, transit_state_mb):
24862         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
24863         (check_arrival, check_arrival_add_next_nodes):
24864         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
24865         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
24866         (check_node_accept_bytes, check_node_accept, extend_buffers):
24867         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
24868         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
24869         (sift_ctx_init):
24870         Likewise.
24871
24872         * lib/regex_internal.h:
24873         (re_string_allocate, re_string_construct, re_string_reconstruct):
24874         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
24875         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
24876         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
24877         (re_string_context_at, re_string_peek_byte_case):
24878         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
24879         is defined, since we now use prototypes always.
24880
24881         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
24882         C89 or better.  All uses removed.
24883
24884 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24885
24886         * config/srclist.txt: Add glibc bugs 1220-1227.
24887
24888 2005-08-20  Jim Meyering  <jim@meyering.net>
24889
24890         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
24891         of unused local, dfa.
24892
24893 2005-08-20  Bruno Haible  <bruno@clisp.org>
24894
24895         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
24896
24897 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24898
24899         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
24900         (re_node_set_insert_last, re_dfa_add_node):
24901         Rename local variables to avoid GCC shadowing warnings.
24902
24903 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24904
24905         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
24906         [defined lint]: Suppress bogus uninitialized-variable warnings.
24907
24908         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
24909         and let the caller return REG_ESPACE if out of space.  This
24910         removes an uninitialied-variable warning with GCC 4.0.1, and also
24911         avoids taking the address of a local variable.  All callers
24912         changed.
24913
24914 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24915
24916         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
24917         $LIBCSRC/posix/regexec.c.
24918         Add glibc bug 1217 for regcomp.c.
24919
24920 2005-08-19  Jim Meyering  <jim@meyering.net>
24921
24922         * lib/regexec.c (proceed_next_node): Redo local variables to
24923         avoid GCC shadowing warnings.
24924
24925 2005-08-18  Bruno Haible  <bruno@clisp.org>
24926
24927         * lib/strstr.c (strstr): Fix return value in multibyte case.
24928         * lib/strcasestr.c (strcasestr): Likewise.
24929
24930 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24931
24932         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
24933
24934 2005-08-17  Jim Meyering  <jim@meyering.net>
24935
24936         Make the %s format (seconds since the epoch) work for a negative
24937         number and when used with a zero-padded field width, e.g. %015s.
24938
24939         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
24940         label so that it precedes the code to set `digits'.  Otherwise,
24941         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
24942         print `00-22'.  Now, it prints `-0022', as it should.
24943
24944 2005-08-17  Bruno Haible  <bruno@clisp.org>
24945
24946         * modules/strstr (Files): Add m4/mbrtowc.m4.
24947         (Depends-on): Add mbuiter.
24948
24949 2005-08-17  Bruno Haible  <bruno@clisp.org>
24950
24951         * modules/strcasestr: New file.
24952         * MODULES.html.sh (String handling, based on ANSI C 89): Add
24953         strcasestr.
24954
24955 2005-08-17  Bruno Haible  <bruno@clisp.org>
24956
24957         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
24958
24959 2005-08-17  Bruno Haible  <bruno@clisp.org>
24960
24961         * modules/mbuiter: New file.
24962         * MODULES.html.sh (Extended multibyte and wide character utilities):
24963         Add mbuiter.
24964
24965 2005-08-17  Bruno Haible  <bruno@clisp.org>
24966
24967         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
24968         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
24969
24970 2005-08-17  Bruno Haible  <bruno@clisp.org>
24971
24972         * m4/strcasestr.m4: New file.
24973
24974 2005-08-17  Bruno Haible  <bruno@clisp.org>
24975
24976         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
24977         * lib/strstr.c: Completely rewritten, with multibyte locale support.
24978
24979 2005-08-17  Bruno Haible  <bruno@clisp.org>
24980
24981         * lib/strcasestr.h: New file.
24982         * lib/strcasestr.c: New file.
24983
24984 2005-08-17  Bruno Haible  <bruno@clisp.org>
24985
24986         * lib/strcasecmp.c: Use mbuiter.h.
24987
24988 2005-08-17  Bruno Haible  <bruno@clisp.org>
24989
24990         * lib/mbuiter.h: New file.
24991
24992 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
24993
24994         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
24995         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
24996         and gl_GETOPT are both invoked via different paths (as happens
24997         with GNU tar CVS because it uses both argp and getopt), the former
24998         wins.
24999
25000 2005-08-16  Bruno Haible  <bruno@clisp.org>
25001
25002         * modules/tls: New file.
25003         * MODULES.html.sh (Multithreading): Add tls.
25004
25005 2005-08-16  Bruno Haible  <bruno@clisp.org>
25006
25007         * modules/strnlen1: New file.
25008         * MODULES.html.sh (String handling): Add strnlen1.
25009
25010 2005-08-16  Bruno Haible  <bruno@clisp.org>
25011
25012         * modules/strcase (Files): Add m4/mbrtowc.m4.
25013         (Depends-on): Add strnlen1, mbchar.
25014
25015 2005-08-16  Bruno Haible  <bruno@clisp.org>
25016
25017         * modules/mbiter: New file.
25018         * MODULES.html.sh (Extended multibyte and wide character utilities):
25019         Add mbiter.
25020
25021 2005-08-16  Bruno Haible  <bruno@clisp.org>
25022
25023         * modules/mbfile: New file.
25024         * MODULES.html.sh (Extended multibyte and wide character utilities):
25025         Add mbfile.
25026
25027 2005-08-16  Bruno Haible  <bruno@clisp.org>
25028
25029         * modules/mbchar: New file.
25030         * MODULES.html.sh (Extended multibyte and wide character utilities):
25031         New section.
25032
25033 2005-08-16  Bruno Haible  <bruno@clisp.org>
25034
25035         * m4/tls.m4: New file, from GNU gettext.
25036
25037 2005-08-16  Bruno Haible  <bruno@clisp.org>
25038
25039         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
25040         always.
25041         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
25042
25043 2005-08-16  Bruno Haible  <bruno@clisp.org>
25044
25045         * m4/mbiter.m4: New file.
25046
25047 2005-08-16  Bruno Haible  <bruno@clisp.org>
25048
25049         * m4/mbfile.m4: New file.
25050
25051 2005-08-16  Bruno Haible  <bruno@clisp.org>
25052
25053         * m4/mbchar.m4: New file.
25054
25055 2005-08-16  Bruno Haible  <bruno@clisp.org>
25056
25057         * lib/tls.h: New file, from GNU gettext.
25058         * lib/tls.c: New file, from GNU gettext.
25059
25060 2005-08-16  Bruno Haible  <bruno@clisp.org>
25061
25062         * lib/strnlen1.h: New file.
25063         * lib/strnlen1.c: New file.
25064
25065 2005-08-16  Bruno Haible  <bruno@clisp.org>
25066
25067         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
25068         (mbi_init): Update.
25069         (mbi_avail, mbi_advance): Let the iteration end before the terminating
25070         NUL byte, not after it.
25071
25072 2005-08-16  Bruno Haible  <bruno@clisp.org>
25073
25074         * lib/strcase.h (strcasecmp): Add note in comments.
25075         * lib/strncasecmp.c: Use code from strcasecmp.c.
25076         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
25077         (strcasecmp): Work correctly in multibyte locales.
25078
25079 2005-08-16  Bruno Haible  <bruno@clisp.org>
25080
25081         * lib/mbiter.h: New file.
25082
25083 2005-08-16  Bruno Haible  <bruno@clisp.org>
25084
25085         * lib/mbfile.h: New file.
25086
25087 2005-08-16  Bruno Haible  <bruno@clisp.org>
25088
25089         * lib/mbchar.h: New file.
25090         * lib/mbchar.c: New file.
25091
25092 2005-08-16  Bruno Haible  <bruno@clisp.org>
25093
25094         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
25095         the valid ones. Makes the comparison operations transitive:
25096         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
25097         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
25098
25099 2005-08-15  Simon Josefsson  <jas@extundo.com>
25100
25101         * modules/ssize_t (License): Change to 'unlimited'.
25102
25103         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
25104
25105 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25106
25107         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
25108         Add comments for each pending glibc patch.
25109
25110 2005-08-15  Bruno Haible  <bruno@clisp.org>
25111
25112         * lib/regex.h (__restrict_arr): Don't define to __restrict if
25113         __cplusplus is defined.
25114
25115 2005-08-14  Jim Meyering  <jim@meyering.net>
25116
25117         Sync from coreutils.
25118
25119         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
25120         Use the hash-table-based cycle-detection code not just when
25121         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
25122         Reported by James Youngman in
25123         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
25124         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
25125         FTS_TIGHT_CYCLE_CHECK.
25126         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
25127         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
25128         once again.
25129         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
25130         * lib/fts.c (fd_safer): Remove decl.
25131         Include fcntl--.h rather than unistd-safer.h
25132         (fts_safe_changedir): Don't call fd_safer; no longer needed
25133         now that we include fcntl--.h.
25134
25135 2005-08-12  Simon Josefsson  <jas@extundo.com>
25136
25137         * modules/getndelim2: Use ssize_t module.
25138         * modules/getnline: Likewise.
25139         * modules/safe-read: Likewise.
25140         * modules/xreadlink: Likewise.
25141
25142         * modules/ssize_t: New file.
25143
25144 2005-08-12  Simon Josefsson  <jas@extundo.com>
25145
25146         * m4/readline.m4: Look for termcap, curses or ncurses if required.
25147
25148 2005-08-12  Simon Josefsson  <jas@extundo.com>
25149
25150         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25151         ssize_t.
25152
25153 2005-08-12  Simon Josefsson  <jas@extundo.com>
25154
25155         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
25156         readline, getdelim and check_version.
25157         (Support for systems lacking ISO C 99: Sizes of integer types):
25158         Add size_max.
25159
25160 2005-08-12  Bruno Haible  <bruno@clisp.org>
25161
25162         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
25163
25164 2005-08-11  Simon Josefsson  <jas@extundo.com>
25165
25166         * modules/readline: New file.
25167
25168         * modules/strnlen (Files): Add strnlen.h.
25169
25170 2005-08-11  Simon Josefsson  <jas@extundo.com>
25171
25172         * m4/readline.m4: New file.
25173
25174 2005-08-11  Simon Josefsson  <jas@extundo.com>
25175
25176         * lib/readline.h, readline.c: New file.
25177
25178 2005-08-11  Simon Josefsson  <jas@extundo.com>
25179
25180         * doc/gnulib.texi (Initial import, Finishing touches): Mention
25181         gl_AVOID.
25182
25183 2005-08-11  Bruno Haible  <bruno@clisp.org>
25184
25185         * lib/strnlen.h (strnlen): Change parameter name to match comment.
25186
25187 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
25188
25189         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
25190
25191 2005-08-10  Simon Josefsson  <jas@extundo.com>
25192
25193         * tests/test-iconvme.c: New file.
25194
25195 2005-08-10  Simon Josefsson  <jas@extundo.com>
25196
25197         * m4/strnlen.m4: New file.
25198
25199         * m4/strndup.m4: Don't check for strnlen declaration, done in
25200         strnlen.m4.
25201
25202 2005-08-10  Simon Josefsson  <jas@extundo.com>
25203
25204         * lib/strndup.c: Use strnlen.h.
25205
25206         * lib/strnlen.h: New file.
25207
25208 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25209
25210         * README: Typos.
25211
25212 2005-08-02  Simon Josefsson  <jas@extundo.com>
25213
25214         * modules/readline: New file.
25215
25216 2005-08-02  Simon Josefsson  <jas@extundo.com>
25217
25218         * modules/getdelim: New file.
25219
25220         * modules/getline: Rewrite, don't use getndelim2.
25221
25222 2005-08-02  Simon Josefsson  <jas@extundo.com>
25223
25224         * m4/getline.m4: Separate out getdelim stuff into separate module.
25225
25226         * m4/getdelim.m4: New file.
25227
25228 2005-08-02  Simon Josefsson  <jas@extundo.com>
25229
25230         * lib/getline.h, getline.c: Rewrite.
25231
25232         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
25233
25234 2005-07-31  Bruno Haible  <bruno@clisp.org>
25235
25236         * lib/lock.h (gl_lock_initializer): New macro.
25237         (gl_lock_define_initialized): Use it.
25238         (gl_rwlock_initializer): New macro.
25239         (gl_rwlock_define_initialized): Use it.
25240         (gl_recursive_lock_initializer): New macro.
25241         (gl_recursive_lock_define_initialized): Use it.
25242
25243 2005-07-30  Karl Berry  <karl@gnu.org>
25244
25245         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
25246         Report from Ben Pfaff, regarding getopt.
25247
25248 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
25249
25250         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
25251         normal way.
25252         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
25253         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
25254         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
25255         (gl_GETOPT): Use the new macros.  Most of the implementation
25256         is moved to the new macros.  This is for programs like Emacs
25257         that don't want all the functionality of gl_GETOPT.
25258
25259 2005-07-26  Bruno Haible  <bruno@clisp.org>
25260
25261         * m4/lock.m4: Update from GNU gettext.
25262
25263 2005-07-26  Bruno Haible  <bruno@clisp.org>
25264
25265         * lib/lock.h: Update from GNU gettext.
25266         * lib/lock.c: Update from GNU gettext.
25267
25268 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
25269
25270         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
25271         obsolescent AC_TRY_RUN.  Include the default includes files, for
25272         'exit'.
25273
25274 2005-07-24  Bruno Haible  <bruno@clisp.org>
25275
25276         * modules/visibility: New file.
25277         * MODULES.html.sh (Misc): Add visibility.
25278
25279 2005-07-24  Bruno Haible  <bruno@clisp.org>
25280
25281         * m4/visibility.m4: New file.
25282
25283 2005-07-24  Bruno Haible  <bruno@clisp.org>
25284
25285         * doc/visibility.texi: New file.
25286
25287 2005-07-22  Bruno Haible  <bruno@clisp.org>
25288
25289         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
25290         $(ALLOCA_H), redundant through BUILT_SOURCES.
25291         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
25292         redundant through BUILT_SOURCES.
25293         * modules/byteswap (Makefile.am): Remove explicit dependency on
25294         $(BYTESWAP_H), redundant through BUILT_SOURCES.
25295         * modules/fnmatch (Makefile.am): Remove explicit dependency on
25296         $(FNMATCH_H), redundant through BUILT_SOURCES.
25297         * modules/getopt (Makefile.am): Remove explicit dependency on
25298         $(GETOPT_H), redundant through BUILT_SOURCES.
25299         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
25300         redundant through BUILT_SOURCES.
25301         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
25302         redundant through BUILT_SOURCES.
25303         * modules/stdbool (Makefile.am): Remove explicit dependency on
25304         $(STDBOOL_H), redundant through BUILT_SOURCES.
25305         * modules/stdint (Makefile.am): Remove explicit dependency on
25306         $(STDINT_H), redundant through BUILT_SOURCES.
25307         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
25308         Remove explicit dependency on $(SYSEXITS_H).
25309         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
25310
25311 2005-07-18  Simon Josefsson  <jas@extundo.com>
25312
25313         * lib/check-version.c (check_version): Accept identical versions too.
25314
25315 2005-07-18  Bruno Haible  <bruno@clisp.org>
25316
25317         * modules/lock: New file.
25318         * MODULES.html.sh (Multithreading): New section.
25319
25320 2005-07-18  Bruno Haible  <bruno@clisp.org>
25321
25322         * m4/lock.m4: New file, from GNU gettext.
25323
25324 2005-07-18  Bruno Haible  <bruno@clisp.org>
25325
25326         * lib/lock.h: New file, from GNU gettext.
25327         * lib/lock.c: New file, from GNU gettext.
25328
25329 2005-07-18  Bruno Haible  <bruno@clisp.org>
25330
25331         * lib/lock.h (gl_once_t): New type.
25332         (gl_once_define, gl_once): New macros.
25333         * lib/lock.c (fresh_once): New variable.
25334         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
25335         functions.
25336
25337 2005-07-16  Simon Josefsson  <jas@extundo.com>
25338
25339         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
25340         workaround, suggested by Bruno.
25341
25342 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
25343
25344         * modules/xalloc (Depends-on): Add xalloc-die.
25345         * modules/xvasprintf (Depends-on): Add xalloc-die.
25346
25347 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
25348
25349         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
25350         with a minor change.
25351
25352 2005-07-15  Bruno Haible  <bruno@clisp.org>
25353
25354         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
25355         When using lib/poll.c, define poll as rpl_poll.
25356
25357 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
25358
25359         * modules/argp (Depends-on): Remove unlocked-io.
25360
25361 2005-07-14  Derek Price  <derek@ximbiot.com>
25362
25363         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
25364         for glob symlink bug.
25365
25366 2005-07-14  Bruno Haible  <bruno@clisp.org>
25367
25368         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
25369         Instead, test for *_unlocked function declarations directly.
25370
25371 2005-07-11  Simon Josefsson  <jas@extundo.com>
25372
25373         * modules/size_max: New file.
25374
25375         * modules/xsize: Depend on size_max module for size_max.m4.
25376
25377 2005-07-11  Simon Josefsson  <jas@extundo.com>
25378
25379         * lib/size_max.h: New file.
25380
25381 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
25382
25383         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
25384         copyright symbol and the year.
25385         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
25386         (version_etc_va): Use parameterized copyright notice.
25387         Reword to conform to the current GNU coding standards.
25388
25389 2005-07-11  Karl Berry  <karl@gnu.org>
25390
25391         * doc/gnulib.texi (Quoting): new node.
25392         (Initial import): more info, from Patrice.
25393
25394 2005-07-11  Bruno Haible  <bruno@clisp.org>
25395
25396         * gnulib-tool (func_usage): Document option --avoid.
25397         (Command line options): Handle --avoid.
25398         (func_acceptable): New function.
25399         (func_modules_transitive_closure): Use it.
25400
25401 2005-07-11  Bruno Haible  <bruno@clisp.org>
25402
25403         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
25404         Reported by Jim Meyering.
25405
25406 2005-07-10  Bruno Haible  <bruno@clisp.org>
25407
25408         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
25409         Needed when size_t is smaller than 'unsigned int'.
25410         Reported by Paul Eggert.
25411
25412 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25413
25414         * modules/argp (Depends-on): Add unlocked-io
25415
25416 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25417
25418         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
25419         block of defines.
25420
25421 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
25422
25423         * config/srclist.txt: Comment out regcomp.c, since we have a porting
25424         fix now.
25425
25426 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
25427         and Paul Eggert  <eggert@cs.ucla.edu>
25428
25429         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
25430         in wint_t, not wchar_t.  Remove now-unnecessary cast.
25431
25432 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25433
25434         * modules/regex (Files): Add lib/regex_internal.c,
25435         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
25436         (Depends-on): Add extensions.
25437         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
25438
25439 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25440
25441         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
25442         pathconf.
25443         * m4/same.m4 (gl_SAME): Likewise.
25444         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
25445
25446         * m4/regex.m4: Adjust to new libc regex implementation.
25447         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
25448         all the .c and .h parts of (the new) regex.
25449         Quote the m4 stuff better.
25450         Check for RE_ICASE bug of old gnulib.
25451         Check for REG_STARTEND of recent libc.
25452         Rename local variables from jm_* to gl_*.
25453         Quote operand of "test -f".
25454         Say "recent enough" version of libc, not "version 2".
25455         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
25456         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
25457         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
25458         Remove check for btowc, isascii.
25459         Require AM_LANGINFO_CODESET.
25460
25461 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25462
25463         * lib/regex.c, regex.h: Sync from libc.
25464         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
25465         * lib/regexec.c:
25466         New files, synced from libc, except that regex_internal.h
25467         currently has a small porting fix.
25468
25469 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25470
25471         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
25472         regex_internal.c, regexec.c.
25473         Add regex_internal.h too, but as a comment, since the libc version
25474         is currently broken in gnulib mode.
25475
25476 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25477
25478         Support programs like Emacs that use gnulib but not gettext.
25479         * MODULES.html.sh (Internationalization functions): Add gettext-h.
25480         * modules/gettext-h: New file.
25481         * modules/gettext (Files): Remove lib/gettext.h.
25482         (Depends-on): Add gettext-h.
25483         (Makefile.am): Remove lib_SOURCES.
25484         * modules/argmatch, modules/c-stack, modules/closeout:
25485         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
25486         * modules/execute, modules/file-type, modules/getaddrinfo:
25487         * modules/getopt, modules/human, modules/javacomp:
25488         * modules/javaexec, modules/mkdir-p, modules/obstack:
25489         * modules/openat, modules/pagealign_alloc, modules/pipe:
25490         * modules/quotearg, modules/regex, modules/rpmatch:
25491         * modules/unicodeio, modules/userspec, modules/version-etc:
25492         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
25493         * modules/xsetenv:
25494         Depend on gettext-h, not gettext.
25495
25496 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25497
25498         * gnulib-tool (func_import): Add support for 'public domain' license.
25499         * modules/alloca, modules/atexit, modules/memmove:
25500         Now public domain, not GPL.
25501         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
25502         * modules/realloc, modules/strerror, modules/strtod:
25503         Now LGPL, not GPL.
25504
25505 2005-07-05  Bruno Haible  <bruno@clisp.org>
25506
25507         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
25508         autoconf CVS. Needed for mingw.
25509
25510 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25511
25512         Remove the dependency of the strftime module on the tzset module.
25513         * modules/strftime (Depends-on): Remove dependency on tzset.
25514
25515 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25516
25517         Remove the dependency of the strftime module on the tzset module.
25518         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
25519         gl_FUNC_TZSET_CLOBBER.
25520
25521 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25522
25523         Remove the dependency of the strftime module on the tzset module.
25524         * lib/strftime.c (my_strftime)
25525         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
25526         Copy the input structure, to work around some of the bug with
25527         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
25528         Solaris releases, you should also use the tzset module, but we won't
25529         require it as a dependency any more since we don't want LGPLed code
25530         to depend on GPLed code.
25531
25532 2005-07-02  Jim Meyering  <jim@meyering.net>
25533
25534         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
25535         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
25536         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
25537         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
25538
25539 2005-07-02  Jim Meyering  <jim@meyering.net>
25540
25541         * lib/backupfile.c (backup_args): Change a `0' to NULL.
25542
25543 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25544
25545         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
25546         declares only 'struct timespec;' (!).
25547
25548 2005-07-01  Jim Meyering  <jim@meyering.net>
25549
25550         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
25551         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
25552         * lib/save-cwd.c, tempname.c:
25553         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
25554         and don't include <sys/file.h>).
25555
25556 2005-06-29  Jim Meyering  <jim@meyering.net>
25557
25558         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
25559         type name.  Use the variable name instead.
25560         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
25561         Likewise.
25562
25563 2005-06-28  Simon Josefsson  <jas@extundo.com>
25564
25565         * modules/check-version (Files): Add check-version.m4.
25566
25567 2005-06-28  Simon Josefsson  <jas@extundo.com>
25568
25569         * m4/check-version.m4: New file, suggested by Jim Meyering
25570         <jim@meyering.net>.
25571
25572 2005-06-28  Simon Josefsson  <jas@extundo.com>
25573
25574         * lib/check-version.h, lib/check-version.c: New files.
25575
25576 2005-06-28  Simon Josefsson  <jas@extundo.com>
25577
25578         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
25579         collision with global variable.  Better indentation.  Don't
25580         increment buffer pointer beyond buffer end.  Based on comments
25581         from Paul Eggert <eggert@cs.ucla.edu>.
25582
25583         * lib/base64.h: Indent.
25584
25585 2005-06-28  Simon Josefsson  <jas@extundo.com>
25586
25587         * doc/gnulib.texi (Library version handling): New section.
25588
25589 2005-06-28  Jim Meyering  <jim@meyering.net>
25590
25591         * check-module (find_included_lib_files): Hard-code another
25592         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
25593         but modules/fts-lgpl (correctly) does not list those files.
25594
25595         * modules/canonicalize (Files): Add lib/pathmax.h.
25596
25597 2005-06-25  Simon Josefsson  <jas@extundo.com>
25598
25599         * modules/check-version: New file.
25600
25601 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
25602
25603         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
25604         initializer of struct addrinfo, as an indication that we don't
25605         care how many members the structure has.
25606
25607 2005-06-24  Derek Price  <derek@ximbiot.com>
25608         and Bruno Haible  <bruno@clisp.org>
25609
25610         Remove stat module & update lstat.
25611         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
25612         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25613         * m4/stat.m4: Remove this file.
25614
25615 2005-06-24  Derek Price  <derek@ximbiot.com>
25616         and Bruno Haible  <bruno@clisp.org>
25617
25618         Remove stat module & update lstat.
25619         * lib/stat.c: Remove this file...
25620         (slash_aware_lstat): ...moving this content and its support...
25621         * lib/lstat.c (rpl_lstat): ...into here.
25622         * lib/lstat.h: New file.
25623
25624 2005-06-24  Derek Price  <derek@ximbiot.com>
25625         and Bruno Haible  <bruno@clisp.org>
25626
25627         Remove stat module & update lstat.
25628         * config/srclist.txt (libc sources): Remove stat.
25629
25630 2005-06-24  Derek Price  <derek@ximbiot.com>
25631         and Bruno Haible  <bruno@clisp.org>
25632
25633         Remove stat module & update lstat.
25634         * MODULES.html.sh (stat): Remove.
25635         * MODULES.html: Regenerated.
25636         * modules/lstat (Description): Correct function name.
25637         (Files): Add "lstat.h".
25638         (Depends-on): Remove stat, add xalloc, stat-macros.
25639         * modules/stat: Remove this file.
25640         (Include): Add "lstat.h", remove <sys/stat.h>.
25641
25642 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
25643
25644         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
25645         (ranged_convert): Don't save conversion in a temporary struct.
25646         This causes a warning with GCC 4.0.0, and anyway in the typical
25647         case it's not worth the extra 100 bytes or so of code.
25648         (ranged_convert, __mktime_internal): When calling a function via a
25649         pointer P, use P () rather than (*P) (), as we now assume C89 or
25650         better.
25651
25652 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25653
25654         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
25655         "who -r" failed to give output.  Problem reported by Tim Waugh.
25656
25657         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
25658         (xcalloc): Use it to avoid needless tests.
25659         Problem reported by Jim Meyering.
25660
25661 2005-06-20  Derek Price  <derek@ximbiot.com>
25662
25663         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
25664         unnecessary for Autoconfs > 2.59c.
25665
25666 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25667
25668         * lib/argp.h (__option_is_short): Check upper limit of
25669         __key. Isprint() requires its argument to have the value
25670         of an unsigned char or EOF.
25671
25672 2005-06-16  Jim Meyering  <jim@meyering.net>
25673
25674         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
25675         when either N or S is zero.
25676
25677 2005-06-16  Derek Price  <derek@ximbiot.com>
25678
25679         * m4/bison.m4: Declare YACC & YFLAGS precious.
25680
25681 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
25682
25683         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
25684         multibyte string or pattern, fall back on unibyte matching.
25685         Problem reported by James Youngman.
25686
25687 2005-06-08  Bruno Haible  <bruno@clisp.org>
25688
25689         * modules/csharpcomp: New file.
25690         * MODULES.html.sh (C#): Add csharpcomp.
25691
25692 2005-06-08  Bruno Haible  <bruno@clisp.org>
25693
25694         * m4/csharpcomp.m4: New file, from GNU gettext.
25695
25696 2005-06-08  Bruno Haible  <bruno@clisp.org>
25697
25698         * lib/csharpcomp.h: New file, from GNU gettext.
25699         * lib/csharpcomp.c: New file, from GNU gettext.
25700         * lib/csharpcomp.sh.in: New file, from GNU gettext.
25701
25702 2005-06-08  Bruno Haible  <bruno@clisp.org>
25703
25704         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
25705         warning on mingw.
25706
25707 2005-06-07  Derek Price  <derek@ximbiot.com>
25708
25709         Sync from CVS.
25710         * lib/glob_.h: Indent nested #ifdef.
25711
25712 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
25713
25714         Sync from coreutils.
25715         Use "file name" when talking about file names, instead of "filename"
25716         or "path", as per the GNU coding standards.
25717         * lib/mkdir-p.c: Renamed from makepath.c.
25718         (make_dir_parents): Renamed from make_path.  All callers changed.
25719         * lib/mkdir-p.h: Likewise.  All includers changed.
25720         * lib/filenamecat.c: Renamed from path-concat.c.
25721         (file_name_concat): Renamed from path_concat.  All callers changed.
25722         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
25723         * lib/filenamecat.h: Likewise.  All includers changed.
25724         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
25725         in comments or local variable names.
25726         * lib/basename.c: Likewise.
25727         * lib/canonicalize.c, canonicalize.h: Likewise.
25728         * lib/dirname.c, dirname.h: Likewise.
25729         * lib/euidaccess.c: Likewise.
25730         * lib/exclude.c: Likewise
25731         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
25732         * lib/fsusage.c, fsuage.h: Likewise.
25733         * lib/fts.c, fts_.h: Likewise.
25734         * lib/getcwd.c: Likewise.
25735         * lib/getloadavg.c: Likewise.
25736         * lib/mkstemp.c: Likewise.
25737         * lib/mountlist.c, mountlist.h: Likewise.
25738         * lib/openat.c, openat.h: Likewise.
25739         * lib/readlink-stub.c: Likewise.
25740         * lib/readutmp.c, readutmp.h: Likewise.
25741         * lib/rename.c: Likewise.
25742         * lib/rmdir.c: Likewise.
25743         * lib/same.c: Likewise.
25744         * lib/savedir.c: Likewise.
25745         * lib/stripslash.c: Likewise.
25746         * lib/tempname.c: Likewise.
25747         * lib/xreadlink.c: Likewise.
25748         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
25749         All uses changed.
25750         * lib/exclude.h: Likewise.
25751
25752         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
25753         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
25754         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
25755         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
25756         * lib/pathmax.h: Include <limits.h> unconditionally, since other
25757         files have been getting away with it for years (MORE/BSD 4.3
25758         is extinct now).
25759         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
25760         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
25761
25762         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
25763         Define to 256, not 255, as per modern POSIX.
25764
25765 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
25766
25767         Sync from coreutils.
25768         Use "file name" when talking about file names, instead of "filename"
25769         or "path", as per the GNU coding standards.
25770         * MODULES.html.sh: mkdir-p renamed from makepath.
25771         filenamecat renamed from path-concat.
25772         * modules/filenamecat: Renamed from modules/path-concat.
25773         (Files): filenamecat.h and filenamecat.c renamed from
25774         path-concat.h and path-concat.c.
25775         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
25776         (Include): filenamecat.h, not path-concat.h.
25777         * modules/mkdir-p: Renamed from modules/makepath.
25778         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
25779         makepath.c.
25780         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
25781         (Include): mkdir-p.h, not makepath.h.
25782
25783 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
25784
25785         Sync from coreutils.
25786         * m4/mkdir-p.m4: Renamed from makepath.m4.
25787         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
25788         Rename files from makepath.c to mkdir-p.c, and from
25789         makepath.h to mkdir-p.h.
25790         * m4/filenamecat.m4: Renamed from path-concat.m4.
25791         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
25792         Rename files from path-concat.c to filenamecat.c,
25793         and from path-concat.h to filenamecat.h.
25794         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
25795         "file name" in local variables or comments.
25796         * m4/rename.m4: Likewise.
25797
25798 2005-06-01  Bruno Haible  <bruno@clisp.org>
25799
25800         * modules/csharpexec: New file.
25801         * MODULES.html.sh (C#): New section.
25802
25803 2005-06-01  Bruno Haible  <bruno@clisp.org>
25804
25805         * m4/csharp.m4: New file, from GNU gettext.
25806         * m4/csharpexec.m4: New file, from GNU gettext.
25807
25808 2005-06-01  Bruno Haible  <bruno@clisp.org>
25809
25810         * lib/csharpexec.h: New file, from GNU gettext.
25811         * lib/csharpexec.c: New file, from GNU gettext.
25812         * lib/csharpexec.sh.in: New file, from GNU gettext.
25813
25814 2005-05-31  Derek Price  <derek@ximbiot.com>
25815             Paul Eggert  <eggert@cs.ucla.edu>
25816
25817         Sync from cvs.
25818         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
25819
25820 2005-05-31  Derek Price  <derek@ximbiot.com>
25821             Paul Eggert  <eggert@cs.ucla.edu>
25822
25823         Sync from cvs.
25824         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
25825
25826 2005-05-29  Derek Price  <derek@ximbiot.com>
25827
25828         * config/srclist.txt (glob_.h, glob.c): Add these files.
25829
25830 2005-05-29  Derek Price  <derek@ximbiot.com>
25831
25832         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
25833         * modules/glob: New file.
25834         * modules/getlogin_r: Add link to POSIX spec in description.
25835
25836 2005-05-29  Derek Price  <derek@ximbiot.com>
25837             Paul Eggert  <eggert@cs.ucla.edu>
25838
25839         * m4/glob.m4: New file.
25840
25841 2005-05-29  Derek Price  <derek@ximbiot.com>
25842             Paul Eggert  <eggert@cs.ucla.edu>
25843
25844         * lib/glob_.h, lib/glob.c: New files.
25845
25846 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
25847
25848         * modules/fts (Files): Remove m4/inttypes-pri.m4.
25849         * modules/fts-lgpl (Depends-on): Remove gettext.
25850
25851 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
25852
25853         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
25854         and don't require gt_INTTYPES_PRI.
25855
25856 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
25857
25858         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
25859
25860         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
25861         the configuration hassle isn't worth it.
25862         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
25863         (LONGEST_MODIFIER, PRIuMAX): Remove.
25864
25865 2005-05-27  Bruno Haible  <bruno@clisp.org>
25866
25867         * lib/getlogin_r.h: Remove second include of <stddef.h>.
25868
25869 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
25870
25871         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
25872         _POSIX_PTHREAD_SEMANTICS for Solaris.
25873
25874 2005-05-25  Derek Price  <derek@ximbiot.com>
25875
25876         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
25877
25878 2005-05-25  Derek Price  <derek@ximbiot.com>
25879             Paul Eggert  <eggert@cs.ucla.edu>
25880
25881         * modules/getlogin_r, m4/getlogin_r.m4: New files.
25882         * lib/getlogin_r.c, getlogin_r.h: New files.
25883
25884 2005-05-25  Bruno Haible  <bruno@clisp.org>
25885             Derek Price  <derek@ximbiot.com>
25886
25887         * lib/getlogin_r.h: Simplify API documentation.
25888
25889 2005-05-23  Derek Price  <derek@ximbiot.com>
25890
25891         * modules/minmax (Files): Add m4/minmax.m4.
25892         (configure.ac): Add gl_MINMAX.
25893
25894 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
25895
25896         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
25897         so that unistd-safer.h (GPL'ed code) need not be included.
25898
25899 2005-05-22  Bruno Haible  <bruno@clisp.org>
25900
25901         * m4/minmax.m4: New file.
25902         Based on a patch by Derek Price <derek@ximbiot.com>.
25903
25904 2005-05-22  Bruno Haible  <bruno@clisp.org>
25905
25906         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
25907         (INT64_MIN): Fix definition.
25908         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
25909
25910         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
25911         NEED_SIGNED_INT_TYPES.
25912
25913         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
25914         HAVE_SYSTEM_INTTYPES.
25915
25916 2005-05-22  Bruno Haible  <bruno@clisp.org>
25917
25918         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
25919         Also include <sys/param.h> if it defines MIN, MAX.
25920         Based on a patch by Derek Price <derek@ximbiot.com>.
25921
25922 2005-05-21  Jim Meyering  <jim@meyering.net>
25923
25924         * modules/fts (Files): Add m4/inttypes-pri.m4.
25925         (Depends-on): Add lstat and remove gettext.  Alphabetize.
25926
25927 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25928
25929         New fts module.
25930         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
25931         (setup_dir, free_dir): New functions.
25932         (enter_dir, leave_dir): Define trivial
25933         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
25934         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
25935         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
25936         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
25937         Move to fts-cycle.c.
25938         (fts_open): Use setup_dir.
25939         (fts_close): Use free_dir.
25940         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
25941         This adds a label and some gotos, but the alternatives were messier.
25942         Check for memory allocation failure when entering a dir.
25943         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
25944         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
25945         (FTS): New member fts_cycle, that is a union that contains the
25946         old active_dir_ht and cycle_state.  All uses changed to mention
25947         fts_cycle.ht and fts_cycle.state.
25948         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
25949         fts.c, with the following changes:
25950         (setup_dir, free_dir): New functions.
25951         (enter_dir): Now returns bool.  Return true if successful, false
25952         if memory exhausted.  All callers changed.
25953         Do not bother partly cleaning up on
25954         memory allocation failure; that is free_dir's job.
25955         However, free ad if hash_insert fails, to avoid memory leak.
25956         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
25957         fts->fts_options to see which union member to use.
25958
25959 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25960
25961         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
25962         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
25963
25964 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25965
25966         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
25967
25968 2005-05-20  Jim Meyering  <jim@meyering.net>
25969
25970         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
25971         Now a macro, to pacify GCC.
25972
25973 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
25974
25975         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
25976         of -1.
25977
25978 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
25979
25980         * lib/chown.c (rpl_chown): Return -1 on failure.
25981
25982 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
25983
25984         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
25985         Don't check for stddef.h.
25986         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
25987         don't use its results.
25988         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
25989         since we include them unconditionally.  Don't require
25990         AM_STDBOOL_H, since stdbool is a prerequisite.
25991         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
25992         since we assume C89 or better.
25993         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
25994         as we don't use their results.
25995         Don't check for fchdir, memmove, memset, strrchr, as we use
25996         them unconditionally.
25997         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
25998         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
25999
26000 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
26001
26002         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
26003         Include <stddef.h> unconditionally, since we assume C89 now.
26004         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
26005         * lib/fts.c: Include fts_.h first, to check interface.
26006         Do not include intprops.h; no longer needed.
26007         Include cycle-check.h and hash.h, since fts_.h no longer does.
26008         Remove unnecessary casts of closedir to void.
26009         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
26010         decide whether to decrement nlinks.
26011         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
26012         (FTS): Use struct hash_table * instead of Hash_table, so that
26013         we no longer need to include hash.h here.
26014
26015 2005-05-18  Jim Meyering  <jim@meyering.net>
26016
26017         * modules/dirfd (License): Change to LGPL.  Most of the code
26018         is already in the public domain.
26019
26020 2005-05-18  Jim Meyering  <jim@meyering.net>
26021
26022         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
26023         Reported by Yoann Vandoorselaere.
26024
26025 2005-05-17  Jim Meyering  <jim@meyering.net>
26026
26027         * m4/fts.m4: New file, from coreutils.
26028
26029 2005-05-17  Jim Meyering  <jim@meyering.net>
26030
26031         * lib/fts.c, lib/fts_.h: New files, from coreutils.
26032
26033 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26034
26035         Sync from coreutils.
26036         * m4/unlinkdir.m4: New file.
26037
26038 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26039
26040         Sync from coreutils.
26041         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
26042         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
26043         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
26044         White space changes only.
26045         * lib/makepath.c (make_path): Port to hosts where leading "//" is
26046         special.
26047         * lib/yesno.c: Include getline.h, not ctype.h.
26048         (yesno): Don't remove leading white space; POSIX doesn't allow it.
26049         Use getline to remove arbitrary restriction on response length.
26050
26051 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26052
26053         * config/srclist-update: Spell out "Street" in FSF postal
26054         mail address; this is the style the FSF seems to prefer.
26055
26056         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
26057         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
26058         this updates FSF postal mail address.
26059
26060         Sync from coreutils.
26061         * modules/unlinkdir: New file.
26062         * modules/yesno (Depends-on): Add getline.
26063         * MODULES.html.sh (File system functions): Add unlinkdir.
26064
26065 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26066
26067         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
26068         lib/strsep.h:
26069         Change the initial comment to refer to GPL, not LGPL.
26070         gnulib-tool will change it to LGPL as needed.
26071
26072         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
26073         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
26074         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
26075         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
26076         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
26077         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
26078         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
26079         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
26080         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
26081         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
26082         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
26083         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
26084         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
26085         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
26086         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
26087         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
26088         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
26089         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
26090         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
26091         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
26092         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
26093         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
26094         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
26095         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
26096         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
26097         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
26098         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
26099         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
26100         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
26101         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
26102         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
26103         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
26104         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
26105         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
26106         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
26107         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
26108         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
26109         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
26110         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
26111         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
26112         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
26113         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
26114         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
26115         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
26116         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
26117         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
26118         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
26119         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
26120         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
26121         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
26122         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
26123         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
26124         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
26125         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
26126         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
26127         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
26128         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
26129         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
26130         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
26131         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
26132         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
26133         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
26134         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
26135         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
26136         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
26137         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
26138         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
26139         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
26140         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
26141         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
26142         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
26143         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
26144         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
26145         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
26146         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
26147         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
26148         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
26149         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
26150         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
26151         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
26152         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
26153         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
26154         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
26155         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
26156         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
26157         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
26158         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
26159         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
26160         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
26161         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
26162         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
26163         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
26164         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
26165         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
26166         lib/yesno.c, lib/yesno.h:
26167         Update FSF postal mail address.
26168
26169 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
26170
26171         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
26172         tests/test-memmem.c, tests/test-stpncpy.c:
26173         Update FSF postal mail address.
26174
26175 2005-05-13  Bruno Haible  <bruno@clisp.org>
26176
26177         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
26178         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
26179         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
26180         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
26181         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
26182         Add support for 64-bit integers in the MSVC compiler.
26183
26184 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26185
26186         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
26187
26188 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
26189
26190         * gnulib-tool (func_import): Sort and uniquify recommended includes.
26191
26192 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
26193
26194         * doc/getdate.texi (General date syntax): Don't say that date
26195         date --iso-8601=ns generates acceptable dates; it doesn't yet.
26196         Problem reported by Nic Ferrier.
26197
26198 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26199
26200         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
26201         specified in ai_socktype. Fix invalid ai_protocol
26202         check. ai_protocol is usually set to 0 or depending on
26203         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
26204         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
26205         ai_socktype / ai_protocol in the returned addrinfo structure.
26206
26207 2005-05-10  Simon Josefsson  <jas@extundo.com>
26208
26209         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
26210         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26211
26212 2005-05-10  Karl Berry  <karl@gnu.org>
26213
26214         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
26215         (from http://www.gnu.org/licenses).
26216         * doc/COPYING.LIB: also rename to COPYING.LESSER.
26217         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
26218         fdl.texi suffices.
26219
26220 2005-05-10  Karl Berry  <karl@gnu.org>
26221
26222         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
26223         (COPYING.DOC): remove.
26224
26225         * config/srclist-update: new FSF address.
26226
26227 2005-05-10  Derek Price  <derek@ximbiot.com>
26228
26229         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
26230         possible.
26231
26232 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26233             Bruno Haible  <bruno@clisp.org>
26234
26235         * modules/inet_ntop: New file.
26236         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26237         inet_ntop.
26238
26239 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26240             Bruno Haible  <bruno@clisp.org>
26241
26242         * m4/inet_ntop.m4: New file.
26243
26244 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26245             Bruno Haible  <bruno@clisp.org>
26246
26247         * lib/inet_ntop.h: New file.
26248         * lib/inet_ntop.c: New file, from glibc with modifications.
26249
26250 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
26251
26252         * modules/time_r (License): Change to LGPL.
26253         * modules/extensions (License): Change to LGPL.  Actually,
26254         the license is more permissive than that, but currently gnulib-tool
26255         doesn't know how to handle more-permissive licenses.
26256
26257         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
26258         Problem reported by Dave Love.
26259
26260 2005-05-08  Jim Meyering  <jim@meyering.net>
26261
26262         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
26263         blank.
26264
26265 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
26266
26267         * modules/argmatch (Depends-on): Add stdbool.
26268         * modules/backupfile (Depends-on): Likewise.
26269         * modules/chdir-long (Depends-on): Likewise.
26270         * modules/closeout (Depends-on): Likewise.
26271         * modules/cycle-check (Depends-on): Likewise.
26272         * modules/dirname (Depends-on): Likewise.
26273         * modules/fnmatch (Depends-on): Likewise.
26274         * modules/fsusage (Depends-on): Likewise.
26275         * modules/fwriteerror (Depends-on): Likewise.
26276         * modules/getcwd (Depends-on): Likewise.
26277         * modules/getloadavg (Depends-on): Likewise.
26278         * modules/hard-locale (Depends-on): Likewise.
26279         * modules/makepath (Depends-on): Likewise.
26280         * modules/mountlist (Depends-on): Likewise.
26281         * modules/nanosleep (Depends-on): Likewise.
26282         * modules/posixtm (Depends-on): Likewise.
26283         * modules/quotearg (Depends-on): Likewise.
26284         * modules/readtokens (Depends-on): Likewise.
26285         * modules/readtokens0 (Depends-on): Likewise.
26286         * modules/readutmp (Depends-on): Likewise.
26287         * modules/save-cwd (Depends-on): Likewise.
26288         * modules/strftime (Depends-on): Likewise.
26289         * modules/userspec (Depends-on): Likewise.
26290         * modules/utimecmp (Depends-on): Likewise.
26291         * modules/xgetcwd (Depends-on): Likewise.
26292         * modules/xnanosleep (Depends-on): Likewise.
26293         * modules/xstrtod (Depends-on): Likewise.
26294         * modules/yesno (Depends-on): Likewise.
26295
26296 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
26297
26298         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
26299         needless checks.
26300
26301 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26302
26303         Merge from coreutils.  Among other things,
26304         add bulletproofing for cases where stdin, stdout, or stderr are closed.
26305         * lib/fd-safer.c: New file.
26306         * lib/fcntl-safer.h, open-safer.c: Remove.
26307         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
26308         * lib/dup-safer.c: Include unistd-safer.h first.
26309         Don't include errno.h.
26310         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
26311         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
26312         * lib/file-type.c: Rely on file-type.h change.
26313         * lib/getloadavg.c: Include unistd-safer.h.
26314         (getloadavg): Use safer open.
26315         * lib/getusershell.c: Include "stdio-safer.h".
26316         (getusershell): Use safer fopen.
26317         * lib/long-options.c (long_options): Use NULL rather than 0.
26318         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
26319         'free'.
26320         * lib/modechange.c: Likewise.
26321         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
26322         (MODE_DONE): New constant.
26323         (struct mode_change): Remove 'next' member.
26324         (make_node_op_equals): New function; like the old one of the
26325         same name, except it allocates an array.
26326         (mode_compile, mode_create_from_ref): Use it.
26327         (mode_compile): Allocate result as an array, not a linked list.
26328         Parse octal string ourself, so that we catch mistakes like "+0".
26329         (mode_adjust): Arg is an array, not a linked list.
26330         * lib/modechange.c: Include stat-macros.h, xalloc.h.
26331         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
26332         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
26333         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
26334         Remove.  This is now stat-macros.h's job.
26335         (talloc): Remove.  All callers replaced by xalloc, so that
26336         our invokers don't have to worry about reporting memory failures.
26337         (make_node_op_equals): Remove.
26338         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
26339         New constants.
26340         (struct mode_change): Moved here from modechange.h.
26341         (mode_append_entry): Remove.
26342         (mode_compile): Remove MASKED_OPS arg, since it encouraged
26343         apps to have incorrect behavior.  Use simpler algorithm for head
26344         and tail.  Don't futz with umask; that's now the job of mode_adjust.
26345         Detect more invalid usages rather than having somewhat-random behavior.
26346         Don't insert an "a=" action, as that leads to incorrect behavior.
26347         (mode_compile, mode_create_from_ref): Return NULL on error instead
26348         of an enum, since now there's only one way to have an error.  All
26349         callers changed.
26350         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
26351         at the correct time.  Simplify calculation of "+u" and its ilk.
26352         Don't mishandle "+X".
26353         (mode_free): Remove "register" and localize decls.
26354         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
26355         (struct mode_change): Move to modechange.c; callers don't
26356         need to see this stuff.
26357         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
26358         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
26359         (mode_change, mode_adjust): Reflect the new signatures noted above.
26360         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
26361         that might redefine system include files.
26362         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
26363         (my_usleep): Use NULL rather than (void *) 0.
26364         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
26365         Use siginterrupt to specify that system calls should be interrupted.
26366         (rpl_nanosleep): Move initialization of suspended closer to call of
26367         my_usleep.
26368         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
26369         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
26370         (desirable_utmp_entry): New function.
26371         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
26372         using x2nrealloc, to simplify logic.
26373         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
26374         size calculation.  Do not assume utmp file is a regular file.
26375         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
26376         (READ_UTMP_CHECK_PIDS): New constant.
26377         * lib/save-cwd.c: Include unistd-safer.h.
26378         (save_cwd): Use fd_safer.
26379         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
26380         [!_LIBC] Include "stat-macros.h" instead.
26381         * lib/unistd-safer.h (fd_safer): New decl.
26382
26383 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26384
26385         * modules/getloadavg (Depends-on): Add unistd-safer.
26386         * modules/getusershell (Depends-on): Add stdio-safer.
26387         * modules/lstat (Depends-on): Remove xalloc.
26388         * modules/mkstemp (Depends-on): Add stat-macros.
26389         * modules/modechange (Depends-on): Remove xstrtol.
26390         Add stat-macros, xalloc.
26391         * modules/save-cwd (Depends-on): Add unistd-safer.
26392         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
26393         * modules/unistd-safer (Files): Add lib/fd-safer.c
26394         (Makefile.am): Remove lib_SOURCES.
26395
26396         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
26397         Remove fcntl-safer; unistd-safer supersedes it.
26398
26399 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26400
26401         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
26402         AC_HEADER_STAT.
26403         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
26404         (gl_PREREQ_CHOWN): Remove.
26405         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
26406         it.  Don't require AC_HEADER_STAT.
26407         (gl_PREREQ_LSTAT): Remove.
26408         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
26409         Don't require AC_HEADER_STAT.
26410         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
26411         (gl_PREREQ_RMDIR): Remove.
26412         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
26413         mention stat-macros.h or AC_HEADER_STAT, since we'll make
26414         the stat-macros module a prerequisite.
26415         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
26416         * m4/filemode.m4 (gl_FILEMODE): Likewise.
26417         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
26418         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
26419         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
26420         variable names.
26421         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
26422         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
26423         variable prefixes.
26424         * m4/fcntl-safer.m4: Remove.
26425         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
26426         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
26427         Invoke gl_PREREQ_FD_SAFER.
26428         (gl_PREREQ_FD_SAFER): New macro.
26429         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
26430         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
26431         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
26432         Remove duplicate call to AC_LIBOBJ(readutmp).
26433         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
26434
26435         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
26436         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
26437
26438 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26439
26440         * MODULES.html.sh (Misc): Add byteswap.
26441
26442 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26443
26444         * modules/getcwd (Depends-on): Add extensions.
26445         * modules/openat (Depends-on): Likewise.
26446
26447 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26448
26449         * modules/byteswap: New file.
26450
26451 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26452
26453         * m4/byteswap.m4: New file.
26454
26455 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26456
26457         * lib/byteswap_.h: New file.
26458
26459 2005-04-25  Karl Berry  <karl@gnu.org>
26460
26461         * m4/gettext.m4: Update from GNU gettext 0.14.4.
26462
26463 2005-04-25  Albert Chin  <china@thewrittenword.com>
26464
26465         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
26466         Toolkit C bug.
26467
26468 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
26469
26470         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
26471         (func_ln_if_changed) Remove forcibly for no error message
26472         in case file does not exist.
26473
26474 2005-04-19  Simon Josefsson  <jas@extundo.com>
26475
26476         * gnulib-tool (Options): Make --symlink mean --symbolic.
26477
26478 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
26479
26480         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
26481
26482 2005-04-16  Simon Josefsson  <jas@extundo.com>
26483
26484         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
26485
26486 2005-04-15  Simon Josefsson  <jas@extundo.com>
26487
26488         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
26489
26490 2005-04-15  Simon Josefsson  <jas@extundo.com>
26491
26492         * gnulib-tool: Rename --symlink to --symbolic.
26493
26494 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
26495
26496         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
26497         symbolic links to files instead of copying/moving.  Add --aux-dir,
26498         specifying directory relative --dir where auxiliary build tools
26499         are placed.
26500
26501 2005-04-14  Bruno Haible  <bruno@clisp.org>
26502
26503         * modules/allocsa (License): Change to LGPL.
26504         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
26505
26506 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
26507
26508         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
26509         that "UTC +1 second" continues to work.  Problem reported
26510         by Dmitry V. Levin.
26511         (relunit_snumber): New rule.
26512         (relunit): Use it.
26513
26514 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26515
26516         * lib/getdate.y (universal_time_zone_table): New constant.
26517         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
26518         universal_time_zone_table.
26519         (lookup_zone): Prefer universal_time_zone_table to
26520         local_time_zone_table, so that "GMT" time stamps are allowed in
26521         London during the summer.  Problem reported by Ian Abbott.
26522
26523 2005-04-12  Jim Meyering  <jim@meyering.net>
26524
26525         * lib/human.c (humblock): Set *options even when returning due to
26526         xstrtoumax conversion failure.  Thanks to a used-uninitialized
26527         warning from gcc-4.
26528
26529 2005-04-09  Jim Meyering  <jim@meyering.net>
26530
26531         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
26532         -Wuninitialized: initialize tm0.tm_year.
26533
26534 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
26535
26536         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
26537         count, since there's no maximum.  All uses changed.
26538         Add member dsts_seen.
26539         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
26540         not being INT_MAX.
26541         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
26542         Use pc_rels_seen to decide whther a date is absolute.
26543
26544         * lib/getdate.y (number): Don't overwrite year.
26545         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
26546         check.
26547
26548 2005-04-02  Simon Josefsson  <jas@extundo.com>
26549
26550         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
26551         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
26552
26553 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
26554
26555         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
26556         where no absolute path name can be longer than PATH_MAX.
26557
26558 2005-03-27  Jim Meyering  <jim@meyering.net>
26559
26560         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
26561
26562 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
26563
26564         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
26565         "one's complement" -> "ones' complement" in comment, as per Knuth.
26566         "value of type" -> "type or expression" in comment.
26567         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
26568
26569 2005-03-26  Jim Meyering  <jim@meyering.net>
26570
26571         Comment nits.
26572         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
26573         Correct typos: s/or/of/.
26574
26575 2005-03-26  Jim Meyering  <jim@meyering.net>
26576
26577         * modules/check-include-files: Move to ../ and rename to...
26578         * check-module: ...this.
26579
26580 2005-03-25  Jim Meyering  <jim@meyering.net>
26581
26582         * modules/xvasprintf (Files): Add xalloc.h.
26583
26584 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
26585
26586         * modules/gettext (Files): config/config.rpath ->
26587         build-aux/config.rpath
26588         * modules/iconv (Files): Likewise.
26589         Problem reported by Oskar Liljeblad.
26590
26591 2005-03-23  Jim Meyering  <jim@meyering.net>
26592
26593         * modules/check-include-files: New script to check for
26594         missing dependencies, multiple includes, etc.
26595
26596         * modules/c-strtold (Depends-on): Add xalloc.
26597         * modules/c-strtod (Depends-on): Add xalloc.
26598         * modules/hash (Depends-on): Add xalloc.
26599         (Files): Remove lib/xalloc.h.
26600
26601         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
26602         * modules/userspec (Files): Add lib/inttostr.h.
26603
26604 2005-03-23  Jim Meyering  <jim@meyering.net>
26605
26606         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
26607
26608 2005-03-22  Jim Meyering  <jim@meyering.net>
26609
26610         * modules/stat-macros: New module.
26611         * modules/canonicalize, modules/euidaccess, modules/file-type,
26612         * modules/filemode, modules/lchown, modules/makepath,
26613         * modules/rmdir, modules/stat: Depend on new stat-macros module
26614         rather than listing lib/stat-macros.h manually.
26615         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
26616
26617 2005-03-22  Jim Meyering  <jim@meyering.net>
26618
26619         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
26620
26621 2005-03-22  Bruno Haible  <bruno@clisp.org>
26622
26623         * config/srclist.txt: Replace target directory 'config' with
26624         'build-aux'.
26625         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
26626         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
26627         ../build-aux/.
26628
26629 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
26630
26631         * modules/chdir-long (Depends-on): Add mempcpy.
26632
26633         * modules/acl, modules/backupfile, modules/c-strtod,
26634         modules/c-strtold, modules/canon-host, modules/canonicalize,
26635         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
26636         modules/exclude, modules/exitfail, modules/file-type,
26637         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
26638         modules/getdate, modules/getline, modules/getpagesize,
26639         modules/getpass, modules/getugroups, modules/group-member,
26640         modules/hard-locale, modules/hash, modules/human, modules/idcache,
26641         modules/inttostr, modules/long-options, modules/makepath,
26642         modules/md5, modules/memcasecmp, modules/memcoll,
26643         modules/modechange, modules/mountlist, modules/path-concat,
26644         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
26645         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
26646         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
26647         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
26648         modules/strftime, modules/strndup, modules/strverscmp,
26649         modules/timespec, modules/unlocked-io, modules/userspec,
26650         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
26651         modules/yesno:
26652         Remove lib_SOURCES line from Makefile.am section, as this is now
26653         done automatically by the corresponding Autoconf macro.
26654
26655 2005-03-21  Jim Meyering  <jim@meyering.net>
26656
26657         Changes imported from coreutils.
26658
26659         * lib/cycle-check.c: Don't include xalloc.h.
26660
26661         * lib/path-concat.c: Don't include assert.h.
26662         (path_concat): Remove assertion that would have triggered
26663         for ABASE starting with more than one slash.
26664         Reported by Andreas Schwab.
26665
26666         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
26667         properly when ABASE is an absolute file name.
26668         Correct the description of this function.
26669         Include <assert.h>.
26670         Add an assertion and a test driver.
26671         This fixes a bug introduced on 2004-07-02.
26672         Andreas Schwab reported the resulting failure of cp --parents:
26673         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
26674
26675 2005-03-21  Jim Meyering  <jim@meyering.net>
26676
26677         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
26678         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
26679
26680 2005-03-21  Jim Meyering  <jim@meyering.net>
26681         and  Paul Eggert  <eggert@cs.ucla.edu>
26682
26683         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
26684         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
26685         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
26686         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
26687         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
26688         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
26689         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
26690         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
26691         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
26692         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
26693         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
26694         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
26695         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
26696         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
26697         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
26698         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
26699         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
26700         for these modules.
26701
26702 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
26703
26704         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
26705         (which shouldn't happen), generate nothing instead of returning 0
26706         immediately, so that nstrftime (NULL, ...) doesn't return 0.
26707
26708 2005-03-16  Bruno Haible  <bruno@clisp.org>
26709
26710         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
26711         HAVE_LONGLONG_64BIT.
26712
26713 2005-03-16  Bruno Haible  <bruno@clisp.org>
26714
26715         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
26716         HAVE_LONGLONG_64BIT.
26717
26718 2005-03-16  Bruno Haible  <bruno@clisp.org>
26719
26720         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
26721         HAVE_LONGLONG_64BIT.
26722
26723 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
26724
26725         * lib/strftime.c (my_strftime): Prepend space to format so that we can
26726         reliably distinguish strftime failure from empty output on POSIX
26727         hosts.
26728
26729 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
26730
26731         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
26732         (iconv_string): Don't guess a size-zero buffer, as that might cause
26733         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
26734         result would be 'too large', where 'too large' is (heuristically)
26735         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
26736         overflow concerns.  This will prevent some unwanted malloc failures
26737         when the inputs are very large.
26738
26739 2005-03-15  Karl Berry  <karl@gnu.org>
26740
26741         * config/srclist.txt (config.rpath): from gettext.
26742         * config/config.rpath: update.
26743
26744 2005-03-15  Bruno Haible  <bruno@clisp.org>
26745
26746         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
26747         to 'negate'.
26748
26749         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
26750         variable.
26751
26752         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
26753         results.
26754
26755 2005-03-14  Simon Josefsson  <jas@extundo.com>
26756
26757         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
26758         <fx@gnu.org>.
26759
26760 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
26761
26762         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
26763         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
26764         intprops.h.
26765         * lib/strtol.c: Likewise.
26766
26767 2005-03-14  Jim Meyering  <jim@meyering.net>
26768
26769         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
26770         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
26771         to be nonzero so that we (and caller) can detect the difference
26772         between a valid zero-length expansion and an error return, even
26773         when the underlying strftime fails before writing anything into
26774         that location.
26775
26776 2005-03-14  Bruno Haible  <bruno@clisp.org>
26777
26778         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
26779         Update from GNU gettext 0.14.3.
26780
26781 2005-03-10  Jim Meyering  <jim@meyering.net>
26782
26783         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
26784
26785 2005-03-10  Jim Meyering  <jim@meyering.net>
26786
26787         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
26788         so that this module works on systems without fchdir.
26789
26790 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
26791
26792         Factor int-properties macros into a single file, except for
26793         glibc-related files.
26794         * lib/intprops.h: New file.
26795         * lib/getloadavg.c: Include it instead of limits.h.
26796         (INT_STRLEN_BOUND): Remove.
26797         * lib/human.c: Include intprops.h.
26798         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
26799         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
26800         302/1000.
26801         * lib/inttostr.h: Include intprops.h instead of limits.h.
26802         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
26803         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
26804         for consistency with intprops.h.
26805         (time_t_is_integer, twos_complement_arithmetic): Use them.
26806         * lib/sig2str.h: Include <signal.h>, intprops.h.
26807         (INT_STRLEN_BOUND): Remove.
26808         * lib/strftime.c (TYPE_SIGNED): Remove.
26809         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
26810         * lib/strtol.c: Adjust comments to match intprops.h.
26811         * lib/userspec.c: Include intprops.h.
26812         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
26813         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
26814         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
26815         instead of rolling our own expressions.
26816         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
26817
26818         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
26819         instead of int.
26820         (my_strftime): Do not mishandle years close to INT_MAX, by doing
26821         the right thing even if adding 1900 would overflow.  Similarly
26822         for tm_mon + 1 and tm_yday + 1.
26823         Make %Y always equivalent to %C%y, and similarly for %G and %g.
26824         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
26825         (DO_SIGNED_NUMBER): New macro.
26826         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
26827
26828 2005-03-07  Bruno Haible  <bruno@clisp.org>
26829
26830         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
26831
26832 2005-03-07  Bruno Haible  <bruno@clisp.org>
26833
26834         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
26835
26836 2005-03-04  Derek R. Price  <derek@ximbiot.com>
26837
26838         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
26839         (func_import): Only replace files via --import when they have actually
26840         changed.
26841
26842 2005-03-03  Derek R. Price  <derek@ximbiot.com>
26843
26844         * m4/mmap-anon.m4: New file.
26845         * m4/pagealign_alloc.m4: New file.
26846
26847 2005-03-03  Derek R. Price  <derek@ximbiot.com>
26848             Bruno Haible  <bruno@clisp.org>
26849
26850         * modules/pagealign_alloc: New file.
26851         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
26852
26853 2005-03-03  Derek R. Price  <derek@ximbiot.com>
26854             Bruno Haible  <bruno@clisp.org>
26855
26856         * lib/pagealign_alloc.h: New file.
26857         * lib/pagealign_alloc.c: New file.
26858
26859 2005-03-03  Bruno Haible  <bruno@clisp.org>
26860
26861         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
26862         Use an all-permissive copyright notice, recommended by RMS.
26863
26864 2005-03-02  Bruno Haible  <bruno@clisp.org>
26865
26866         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
26867         of AIX, the replacement has to be done only after <string.h> is
26868         included, therefore not in config.h. stpncpy.h does the replacement,
26869         and stpncpy.c uses it.
26870
26871 2005-03-02  Bruno Haible  <bruno@clisp.org>
26872
26873         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
26874         stpncpy.c uses it.
26875
26876 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26877
26878         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
26879         The workaround isn't strictly needed for POSIX conformance, and
26880         it's too much of a pain to configure and maintain.  We'll ask
26881         people to fix their kernels instead.
26882         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
26883         (NANOSLEEP_BUG_WORKAROUND): Remove.
26884         (xnanosleep): Remove the workaround.
26885
26886 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26887
26888         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
26889         Reported by Derek Price.
26890         (Include): Add "timespec.h".
26891
26892         * modules/xnanosleep (Depends-on): Remove gethrxtime.
26893
26894 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26895
26896         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
26897         to detect nanosleep bug.
26898
26899 2005-03-01  Bruno Haible  <bruno@clisp.org>
26900
26901         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
26902
26903 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
26904
26905         * modules/gethrxtime: New file.
26906         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
26907         (Depends-on): Add gethrxtime.
26908         (configure.ac): Add gl_XNANOSLEEP.
26909         (Makefile.am): Remove lib_SOURCES line.
26910
26911 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
26912
26913         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
26914         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
26915
26916 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
26917
26918         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
26919         * lib/timespec.h (gettime): Return void, since it always
26920         succeeds now.  All uses changed.
26921         * lib/gettime.c (gettime) Likewise.
26922         [HAVE_NANOTIME]: Prefer nanotime.
26923         Assume gettimeofday succeeds, as POSIX requires.
26924         Assime time () succeeds, since other code already does.
26925         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
26926         (timespec_subtract): Remove.
26927         (NANOSLEEP_BUG_WORKAROUND): New constant.
26928         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
26929         things considerably.  Use it only on GNU/Linux hosts, since the
26930         workaround shouldn't be needed elsewhere.
26931
26932 2005-02-24  Bruno Haible  <bruno@clisp.org>
26933
26934         * modules/gettext (Files): Add m4/glibc2.m4.
26935
26936 2005-02-24  Bruno Haible  <bruno@clisp.org>
26937
26938         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
26939         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
26940         * m4/progtest.m4:
26941         Update from GNU gettext 0.14.2.
26942         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
26943
26944 2005-02-24  Bruno Haible  <bruno@clisp.org>
26945
26946         * lib/localcharset.c: Update from GNU gettext 0.14.2.
26947         * lib/config.charset: Update from GNU gettext 0.14.2.
26948
26949 2005-02-24  Bruno Haible  <bruno@clisp.org>
26950
26951         * lib/gettext.h: Update from GNU gettext 0.14.2.
26952
26953 2005-02-23  Simon Josefsson  <jas@extundo.com>
26954
26955         * m4/iconvme.m4: New file.
26956
26957 2005-02-23  Jim Meyering  <jim@meyering.net>
26958
26959         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
26960         change.
26961         Thanks to Bruno Haible for catching it.
26962
26963 2005-02-22  Simon Josefsson  <jas@extundo.com>
26964
26965         * modules/iconvme: New file.
26966
26967         * MODULES.html.sh: Add iconvme.
26968
26969 2005-02-22  Simon Josefsson  <jas@extundo.com>
26970
26971         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
26972
26973 2005-02-22  Simon Josefsson  <jas@extundo.com>
26974
26975         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
26976
26977 2005-02-22  Jim Meyering  <jim@meyering.net>
26978
26979         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
26980         s/ifndef/ifdef/.
26981
26982 2005-02-20  Neil Conway  <neilc@samurai.com>
26983
26984         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
26985         returned by OSX/Darwin if the specified buffer is not large
26986         enough for the hostname.
26987
26988 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26989
26990         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
26991         pass it to _help, otherwise the latter coredumps trying to
26992         dereference state.root_argp.
26993
26994 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
26995
26996         * modules/chdir-long (Depends-on): Add memrchr.
26997         * modules/memrchr (Files): Add lib/memrchr.h.
26998         (Include): "memrchr.h".
26999
27000 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27001
27002         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
27003
27004 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27005
27006         * lib/memrchr.h: New file.
27007         * lib/chdir-long.c: Include it.
27008         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
27009         Don't bother including stddef.h.
27010
27011 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
27012
27013         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
27014         inclusion.
27015         Include <sys/types.h>, for dev_t.
27016         (ME_DUMMY, ME_REMOTE): Move from here....
27017         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
27018         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
27019         Dmitry V. Levin.
27020         Include mountlist.h first, to test the interface.
27021
27022 2005-01-29  Bruno Haible  <bruno@clisp.org>
27023
27024         * lib/progname.c (program_name): Initialize.
27025         Needed when linking statically on MacOS X.
27026
27027 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27028
27029         Sync from coreutils.
27030         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
27031         (Depends-on): Add c-strtod.
27032         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
27033
27034 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27035
27036         Sync from coreutils.
27037         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
27038
27039         Remove files that are specific to coreutils.
27040         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
27041
27042 2005-01-28  Bruno Haible  <bruno@clisp.org>
27043
27044         * modules/javacomp: New file.
27045         * MODULES.html.sh (Java): Add javacomp.
27046
27047 2005-01-28  Bruno Haible  <bruno@clisp.org>
27048
27049         * m4/javacomp.m4: New file, from GNU gettext.
27050
27051 2005-01-28  Bruno Haible  <bruno@clisp.org>
27052
27053         * lib/javacomp.sh.in: New file, from GNU gettext.
27054         * lib/javacomp.h: New file, from GNU gettext.
27055         * lib/javacomp.c: New file, from GNU gettext.
27056
27057 2005-01-26  Simon Josefsson  <jas@extundo.com>
27058
27059         * lib/gai_strerror.c: Use GPL in header.
27060
27061 2005-01-26  Bruno Haible  <bruno@clisp.org>
27062
27063         * modules/javaexec: New file.
27064         * MODULES.html.sh (Java): Add javaexec.
27065
27066 2005-01-26  Bruno Haible  <bruno@clisp.org>
27067
27068         * m4/javaexec.m4: New file, from GNU gettext.
27069
27070 2005-01-26  Bruno Haible  <bruno@clisp.org>
27071
27072         * lib/javaexec.sh.in: New file, from GNU gettext.
27073         * lib/javaexec.h: New file, from GNU gettext.
27074         * lib/javaexec.c: New file, from GNU gettext.
27075
27076 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27077
27078         * modules/lchown (Depends-on): Remove lchown.h
27079
27080 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27081
27082         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
27083         must be defined if the header file was not found, in order
27084         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
27085
27086 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27087
27088         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
27089         initializers for struct pentry_state.
27090         (__argp_error): Check return value of __asprintf
27091         (__argp_failure): Translate error message
27092
27093         * lib/argp-parse.c: Removed braces around the expansion of N_()
27094
27095 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27096
27097         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
27098         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
27099         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
27100         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
27101         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
27102         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
27103         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
27104         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
27105         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
27106         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
27107         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
27108         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
27109         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
27110         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
27111         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
27112         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
27113         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
27114         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
27115         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
27116         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
27117         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
27118         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
27119         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
27120         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
27121         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
27122         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
27123         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
27124         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
27125         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
27126         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
27127         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
27128         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
27129         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
27130         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
27131         xstrtol.m4, xstrtoumax.m4, yesno.m4:
27132         Use an all-permissive copyright notice, recommended by RMS.
27133
27134 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
27135
27136         * modules/chdir-long (Depends-on): Remove mempcpy.
27137
27138 2005-01-21  Jim Meyering  <jim@meyering.net>
27139
27140         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
27141         same value as for Solaris 9.
27142
27143         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
27144         component length.  This included changing the parameter to be
27145         of type `char *' rather than `char const *'.
27146         * lib/chdir-long.h (chdir_long): Update prototype.
27147
27148         * lib/openat.c (fdopendir, fstatat): New functions.
27149         * lib/openat.h: Include headers required for use of DIR and struct
27150         stat.
27151         [AT_SYMLINK_NOFOLLOW]: Define.
27152         (fdopendir, fstatat): Add prototypes.
27153
27154 2005-01-21  Bruno Haible  <bruno@clisp.org>
27155
27156         * modules/classpath: New file.
27157         * MODULES.html.sh (Java): Add classpath.
27158
27159 2005-01-21  Bruno Haible  <bruno@clisp.org>
27160
27161         * lib/classpath.h: New file, from GNU gettext.
27162         * lib/classpath.c: New file, from GNU gettext.
27163
27164 2005-01-20  Simon Josefsson  <jas@extundo.com>
27165
27166         * modules/version-etc-fsf: New file.
27167
27168 2005-01-20  Simon Josefsson  <jas@extundo.com>
27169
27170         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
27171         * lib/version-etc.c: Remove version_etc_copyright.
27172         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
27173         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
27174
27175 2005-01-20  Simon Josefsson  <jas@extundo.com>
27176
27177         * lib/base64.h (isbase64): Add.
27178
27179         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
27180         using a unsigned prototype, don't inline.
27181         (base64_decode): Use it.
27182
27183 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27184
27185         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
27186         it.
27187
27188 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27189
27190         * lib/save-cwd.c (save_cwd): Remove code to support the case
27191         where fchdir is missing or flaky.
27192
27193 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27194
27195         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
27196
27197 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
27198
27199         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
27200         AC_LIBSOURCES now does this.
27201         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
27202         with new ullong_max module.
27203
27204 2005-01-19  Bruno Haible  <bruno@clisp.org>
27205
27206         * modules/sh-quote: New file.
27207         * MODULES.html.sh (Executing programs): Add sh-quote.
27208
27209 2005-01-19  Bruno Haible  <bruno@clisp.org>
27210
27211         * lib/sh-quote.h: New file, from GNU gettext.
27212         * lib/sh-quote.c: New file, from GNU gettext.
27213
27214 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27215
27216         Merge from coreutils.
27217         * m4/ullong_max.m4: New file.
27218         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
27219         (gl_MACROS): Assume localeconv exists.
27220
27221 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27222
27223         Merge changes from coreutils, as described below in several
27224         changelogs dated today.
27225
27226         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
27227         (O_DIRECTORY): Remove; not needed here, since "." must be
27228         a directory.  All uses removed.
27229         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
27230         universal on Suns, and we also need to test for IRIX.
27231         Revamp code to use 'if' rather than '#if'.
27232         Avoid unnecessary comparison of cwd->desc to 0.
27233
27234         * lib/utimens.c (futimens): Robustify the previous patch, by checking
27235         for known valid error numbers rather than observed invalid ones.
27236
27237 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
27238
27239         * modules/ullong_max: New file.
27240
27241         * modules/chdir-long, modules/openat: New files.
27242         * modules/save-cwd (Depends-on): Depend on chdir-long.
27243         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
27244
27245 2005-01-18  Jim Meyering  <jim@meyering.net>
27246
27247         Merge from coreutils.
27248         * m4/chdir-long.m4, m4/openat.m4: New files.
27249         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
27250         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
27251         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
27252         is sane and DOES follow symlinks.  Besides, testing 20 different
27253         systems found no broken chown implementations.
27254         Prompted by a change in rsync's copy of this macro.
27255         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
27256
27257         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
27258
27259         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
27260         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
27261         NULL-means-set-to-current-time semantics.
27262         Remove temporary file immediately, rather than waiting
27263         for configure's at-exit trap code to do it.
27264
27265 2005-01-18  Jim Meyering  <jim@meyering.net>
27266
27267         * lib/version-etc.c (version_etc_copyright): Update copyright date.
27268
27269         * lib/utimens.c (futimens): Account for the fact that futimes
27270         can also fail with errno == ENOSYS or errno == ENOENT.
27271         Patch from Dmitry V. Levin.
27272
27273         Change the name of the robust chdir function from chdir to chdir_long.
27274         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
27275         (restore_cwd): Use chdir_long, not chdir.
27276         * lib/chdir-long.c: Renamed from chdir.c.
27277         * lib/chdir-long.h: Renamed from chdir.h.
27278         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
27279         Hurd.
27280
27281 2005-01-18  Bruno Haible  <bruno@clisp.org>
27282
27283         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
27284         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
27285         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
27286         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
27287         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
27288         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
27289         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
27290         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
27291         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
27292         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
27293         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
27294         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
27295         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
27296         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
27297         Use an all-permissive copyright notice, recommended by RMS.
27298
27299 2005-01-18  Bob Proulx  <bob@proulx.com>
27300
27301         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
27302         simplify offsetof() macro construct to avoid compile failure with
27303         native HP-UX 11.0 ANSI C compiler.
27304
27305 2005-01-17  Bruno Haible  <bruno@clisp.org>
27306
27307         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
27308         redundant because stpncpy.m4 takes care of it.
27309
27310 2005-01-17  Bruno Haible  <bruno@clisp.org>
27311
27312         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
27313
27314 2005-01-17  Bruno Haible  <bruno@clisp.org>
27315
27316         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
27317         used.
27318
27319 2005-01-17  Bruno Haible  <bruno@clisp.org>
27320
27321         * lib/fwriteerror.h (fwriteerror): Change specification to include
27322         fclose.
27323         * lib/fwriteerror.c: Include <stdbool.h>.
27324         (fwriteerror): At the end, close the file stream. Record whether
27325         stdout was already closed.
27326
27327 2005-01-17  Bruno Haible  <bruno@clisp.org>
27328
27329         * lib/execute.c (environ): Declare if needed.
27330         * lib/pipe.c (environ): Likewise.
27331         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
27332
27333 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27334
27335         * modules/argp: Depend on vsnprintf
27336
27337 2005-01-10  Jim Meyering  <jim@meyering.net>
27338
27339         * modules/closeout (Depends-on): Add atexit.
27340
27341 2005-01-06  Bruno Haible  <bruno@clisp.org>
27342
27343         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
27344
27345 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27346
27347         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
27348         definitions to be after all include files, to avoid collisions.
27349         Problem reported by Bob Proulx.
27350
27351 2005-01-04  Jim Meyering  <jim@meyering.net>
27352
27353         Changes imported from coreutils.
27354         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
27355         as the mkstemp template, use a temporary directory and an
27356         8.3-friendly template to avoid trouble on systems like DJGPP.
27357         Reported by Juan M. Guerrero via Stepan Kasal.
27358         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
27359         close. Remove the temporary directory right away, rather than waiting
27360         for configure's at-exit trap code to do it.
27361         Suggestion from Stepan Kasal.
27362
27363 2005-01-01  Simon Josefsson  <jas@extundo.com>
27364
27365         * gnulib-tool: Print #include directives when --import'ing.
27366
27367 2004-12-28  Simon Josefsson  <jas@extundo.com>
27368
27369         * tests/test-base64.c: Include required header files.  Remove
27370         unused variables.
27371
27372 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27373
27374         * modules/error (Depends-on): Remove gettext.
27375
27376 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27377
27378         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
27379         not needed.  This removes a dependency on the gettext module.
27380         [defined _LIBC]: Do not include <libintl.h>; not needed.
27381
27382 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
27383
27384         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
27385         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
27386
27387 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
27388
27389         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
27390         HAVE_DECL_STRTOLD.
27391
27392 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27393
27394         * modules/getdate (Depends-on): Remove alloca-opt.
27395
27396 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27397
27398         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
27399
27400 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27401
27402         * lib/argp-parse.c: Include <stddef.h>.
27403         (alignof, alignto): New macros.
27404         (parser_init): Don't assume that void * is aligned sufficiently
27405         for struct option.
27406
27407         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
27408         need to extend the stack.
27409         (YYINITDEPTH): New macro, so that the initial stack isn't overly
27410         large.
27411
27412 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27413
27414         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
27415
27416 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
27417
27418         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
27419         (2004-10-24) change.  Apparently this was a false alarm.
27420
27421         * modules/getdate: Depend on alloca-opt, not alloca.
27422
27423 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
27424
27425         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
27426         Remove now-obsolete comment about AIX.
27427         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
27428         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
27429         (YYMAXDEPTH): New macro.
27430
27431 2004-12-18  Simon Josefsson  <jas@extundo.com>
27432
27433         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
27434
27435 2004-12-18  Bruno Haible  <bruno@clisp.org>
27436
27437         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
27438
27439 2004-12-18  Bruno Haible  <bruno@clisp.org>
27440
27441         * lib/fatal-signal.c (fatal_signals): Make non-const.
27442         (init_fatal_signals): New function.
27443         (uninstall_handlers, install_handlers): Ignore signals that were set to
27444         SIG_IGN.
27445         (at_fatal_signal): Call init_fatal_signals.
27446         (init_fatal_signal_set): Likewise. Ignore signals that were set to
27447         SIG_IGN.
27448         Reported by Paul Eggert.
27449
27450 2004-12-18  Bruno Haible  <bruno@clisp.org>
27451
27452         * doc/alloca.texi: New file.
27453         * doc/alloca-opt.texi: New file.
27454
27455 2004-12-17  Jim Meyering  <jim@meyering.net>
27456
27457         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
27458         Otherwise, install-sh could exit with improper exit status when
27459         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
27460
27461 2004-12-16  Simon Josefsson  <jas@extundo.com>
27462
27463         * tests/test-base64.c: Add license.
27464
27465 2004-12-15  Stepan Kasal  <address@hidden>
27466
27467         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
27468
27469 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
27470
27471         * modules/getcwd (Files): Add m4/d-ino.m4.
27472         Suggested by Mark D. Baushke.
27473
27474 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
27475
27476         * lib/getdate.y (textint): New member "negative".
27477         (time_zone_hhmm): New function.
27478         Expect 14 shift-reduce conflicts, not 13.
27479         (o_colon_minutes): New rule.
27480         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
27481         (yylex): Set the "negative" member of signed numbers.
27482
27483 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
27484
27485         * doc/getdate.texi (Time of day items, Time zone items):
27486         Describe new formats +00:00, UTC+00:00.
27487
27488 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27489
27490         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
27491         spurious "-l"s.  Problem reported by Stepan Kasal.
27492
27493 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
27494
27495         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
27496         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
27497
27498 2004-12-04  Simon Josefsson  <jas@extundo.com>
27499
27500         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
27501         Vandoorselaere <yoann@prelude-ids.org>.
27502
27503 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27504
27505         Changes imported from coreutils.
27506         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
27507         exist.
27508         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
27509
27510 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27511
27512         Changes imported from coreutils.
27513         * lib/hard-locale.c: Assume <locale.h> exists.
27514         Include "strdup.h".
27515         (GLIBC_VERSION): New macro.
27516         (hard_locale): Assume setlocale exists.
27517         Rewrite to avoid #ifdef.
27518         Use strdup rather than malloc + strcpy.
27519         * lib/human.c: Assume <locale.h> exists.
27520         (human_readable): Assume localeconv exists.
27521
27522 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27523
27524         * modules/hard-locale (Depends-on): Add strdup.
27525
27526 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
27527
27528         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
27529         convert T2, not T.  (Imported from libc.)
27530
27531 2004-11-30  Simon Josefsson  <jas@extundo.com>
27532
27533         * modules/restrict (License): Change to LGPL.
27534
27535 2004-11-30  Simon Josefsson  <jas@extundo.com>
27536
27537         * m4/restrict.m4: Add copyright and copying conditions.
27538
27539 2004-11-30  Simon Josefsson  <jas@extundo.com>
27540
27541         * m4/base64.m4: New file.
27542
27543 2004-11-30  Simon Josefsson  <jas@extundo.com>
27544
27545         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
27546         base64.
27547
27548         * tests/test-base64.c: New file.
27549
27550         * modules/base64: New file.
27551
27552 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
27553
27554         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
27555         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
27556
27557         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
27558
27559 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
27560
27561         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
27562         (__getcwd.c): Don't restore errno; glibc doesn't.
27563         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
27564         first, falling back to our code only if its results look suspicious.
27565         Ensure that the resulting buffer is only as large as necessary.
27566
27567         * lib/readutmp.c: Include readutmp.h first.
27568         Include <errno.h>, since readutmp.h no longer does that.
27569         * lib/readutmp.h: Don't include <errno.h>,
27570         <sys/param.h>, <time.h>; not needed to establish interface.
27571         (errno): Remove decl.
27572         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
27573         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
27574         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
27575
27576 2004-11-28  Simon Josefsson  <jas@extundo.com>
27577
27578         * lib/base64.h, base64.c: New file.
27579
27580 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
27581
27582         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
27583
27584 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
27585
27586         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
27587         (Depends-on): Remove pathmax, same.  Add mempcpy.
27588         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
27589         (Makefile.am): Append getcwd.h to lib_SOURCES.
27590         (Include): Add getcwd.h.
27591         (Maintainer): Change from Jim Meyering to "all, glibc",
27592         since getdate now uses intended-for-glibc code.
27593         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
27594         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
27595
27596 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27597
27598         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
27599         HP's ANSI C compiler.
27600         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
27601         Declaring int functions causes warnings on some modern systems and
27602         shouldn't be needed to compile on ancient ones.
27603         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
27604         defined.
27605
27606         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
27607         with the following changes.
27608         (__set_errno): Parenthesize properly.
27609         Include <stdbool.h>.
27610         (MIN, MAX, MATCHING_INO): New macros.
27611         (__getcwd): Define with prototype, not K&R form.
27612         Use heuristics to allocate default buffer on stack if possible.
27613         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
27614         behavior, and to avoid the PATH_MAX limit when computing
27615         ../../../../...
27616         Use MATCHING_INO to compare inode number to file.
27617         Check for arithmetic overflow in size calculations.
27618         Fix bug in reallocation of dot array that caused getcwd to fail
27619         on directories nested deeper than 75.
27620         Be more careful about saving errno on error.
27621         Do not use realloc; use only free+malloc, as this is a bit
27622         more flexible and avoids a needless copy operation.
27623         Do not inspect st_dev and st_ino for symbolic links; POSIX
27624         doesn't specify the latter.
27625         Check for closedir errors.
27626         Avoid needless casts.
27627         Use "#ifdef weak_alias" around weak_alias, to be like other
27628         glibc code.
27629         The following changes to getcwd.c have effect only when used in
27630         gnulib; they have no effect inside glibc proper.
27631         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
27632         as alloca isn't used.
27633         (alloca, __alloca): Likewise.
27634         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
27635         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27636         unconditionally, as gnulib assumes C89 or better.
27637         Do not include <sys/param.h>.
27638         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
27639         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
27640         better.
27641         (NULL) [!defined NULL]: Remove; we assume C89 or better.
27642         Include <dirent.h> in a way that is compatible with modern Autoconf.
27643         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
27644         New macros, if not already defined.
27645         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
27646         Use "_LIBC", not "defined _LIBC", for consistency.
27647         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
27648         a mempcpy module.
27649         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
27650         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
27651         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
27652         credit only to Jim Meyering and adjust the copyright dates.
27653         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
27654         <stdlib.h>, <unistd.h>, "pathmax.h".
27655         Instead, include "xgetcwd.h" (first) and "getcwd.h".
27656         (INITIAL_BUFFER_SIZE): Remove.
27657         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
27658
27659 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27660
27661         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
27662         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
27663         Use the _ONCE methods, for efficiency.
27664         Check for fcntl.h.  In test program, include <errno.h>
27665         and <fcntl.h> if available.  Remove old K&R cruft from
27666         test program.  Check for common errors in GNU/Linux,
27667         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
27668         don't do AC_LIBOBJ, as that's getcwd.m4's job.
27669         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
27670         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
27671         name accordingly.
27672         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
27673         accommodate new getcwd.c.
27674         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
27675         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
27676         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
27677         that's all we need now.
27678
27679 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27680
27681         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
27682         argp-parse.c depends on getopt internals, that means we should
27683         always use our getopt, to be on the safe side.
27684         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
27685         order not to spoil the result of an eventual previous invocation
27686         of gl_GETOPT_SUBSTITUTE.
27687
27688 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27689
27690         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
27691         redefinition warnings. To avoid them, include the defines
27692         in `#if !defined __need_getopt ... #endif'. The only place
27693         where __getopt_argv_const is used is in definitions
27694         of getopt_long and getopt_long_only below, which are as well
27695         protected by `#ifndef __need_getopt'.
27696         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
27697         __need_getopt after including <stdio.h> and <unistd.h> These
27698         headers might have defined it.
27699
27700 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
27701
27702         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
27703
27704 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
27705
27706         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
27707         (futimens): New function, which uses futimes if available.
27708         (futimens, utimens): Support timespec==NULL, with same semantics
27709         as utime and utimens.
27710         * lib/utimens.h (futimens): New decl.
27711
27712 2004-11-23  Jim Meyering  <jim@meyering.net>
27713
27714         * lib/getopt_.h: Remove trailing blanks.
27715
27716 2004-11-23  Jim Meyering  <jim@meyering.net>
27717
27718         * lib/__fpending.c: Add comment.
27719
27720 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
27721
27722         * modules/canonicalize (Depends-on): Add xreadlink.
27723         Problem reported by James Youngman.
27724
27725 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
27726
27727         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
27728         New macros.
27729         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
27730         optopt): Use them instead of invoking ## directly; otherwise, the
27731         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
27732
27733 2004-11-19  Bruno Haible  <bruno@clisp.org>
27734
27735         * lib/strtok_r.c: Move comments from here...
27736         * lib/strtok_r.h: ... to here.
27737
27738 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
27739
27740         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
27741         implementations that mishandle size_t overflow.
27742
27743 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
27744
27745         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
27746         might fail.  Problem reported by Yoann Vandoorselaere.
27747         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
27748         implementations that mishandle size_t overflow.
27749
27750 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27751
27752         * modules/canon-host (Depends-on): Add strdup.
27753
27754 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27755
27756         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
27757
27758 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27759
27760         * lib/canon-host.c: Include "strdup.h".
27761         (canon_host): Use getaddrinfo if available, so that IPv6 works.
27762         Use strdup instead of malloc/strcpy to duplicate strings.
27763
27764         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
27765         (human_space_before_unit): New constant.
27766         * lib/human.c (human_readable): Support it.
27767
27768         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
27769         (xgetcwd): Set errno correctly when failing.
27770         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
27771         the failure is actually due to a PATH_MAX problem.
27772
27773         Further getopt changes to make it more likely that glibc will
27774         buy the changes back.
27775         * lib/getopt.c (POSIXLY_CORRECT): New constant.
27776         (getopt): Use it, so to preserve glibc semantic
27777         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
27778         when compiling for libc.
27779         * lib/getopt_.h (__getopt_argv_const): Bring it back.
27780         (getopt_long, getopt_long_only): Use it.
27781
27782         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
27783         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
27784         (getopt): Argv is now char * const *, as per standard.
27785         (_getopt_internal_r, _getopt_internal): Argv is now char **,
27786         not char *__getopt_argv_const *.
27787         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
27788         _getopt_long_only_r): Likewise.
27789         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
27790         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
27791         _getopt_long_r, _getopt_long_only_r): Likewise.
27792         * lib/getopt_.h (__getopt_argv_const): Remove.
27793         (getopt): Argv is now char * const *, as per standard.
27794
27795         * lib/getdate.y (tORDINAL): New token.
27796         (day, relunit): Allow it for relative times.
27797         (relative_time_table): Use tORDINAL for ordinals.
27798
27799 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27800
27801         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
27802         Document that "second" isn't allowed as an ordinal number.
27803
27804 2004-11-16  Jim Meyering  <jim@meyering.net>
27805
27806         * modules/closeout (Depends-on): Add fpending.
27807
27808 2004-11-15  Jim Meyering  <jim@meyering.net>
27809
27810         * lib/closeout.c: Include "__fpending.h" once again.
27811         Include <stdbool.h>.
27812         (close_stdout): Don't fail just because stdout was closed initially,
27813         since some programs don't write to stdout in the normal course of
27814         operation (other than --version and --help), and we don't want this
27815         function to make e.g. `touch file >&-' fail.
27816         But do fail if it was closed and someone has tried to write to it.
27817         E.g., `printf foo >&-' must fail.
27818
27819 2004-11-13  Jim Meyering  <jim@meyering.net>
27820
27821         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
27822
27823 2004-11-12  Simon Josefsson  <jas@extundo.com>
27824
27825         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
27826         small doc fix is still pending.
27827
27828 2004-11-11  Simon Josefsson  <jas@extundo.com>
27829
27830         * modules/strtok_r: New file.
27831
27832         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27833         strtok_r.
27834
27835 2004-11-11  Simon Josefsson  <jas@extundo.com>
27836
27837         * m4/strtok_r.m4: New file.
27838
27839         * m4/getopt.m4: Replace opterr.
27840
27841 2004-11-11  Simon Josefsson  <jas@extundo.com>
27842
27843         * lib/strtok_r.h, strtok_r.c: New file.
27844
27845 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
27846
27847         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
27848         of replacing opterr, getopt, etc.  This should handle the
27849         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
27850
27851 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
27852
27853         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
27854         we can stop lying to compilers about the constness of argv when we
27855         are compiled outside glibc.
27856         (getopt, getopt_long, getopt_long_only): Use it.
27857         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
27858         _getopt_internal, getopt): Likewise.
27859         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
27860         _getopt_long_only_r): Likewise.
27861         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
27862         _getopt_long_r, _getopt_long_only_r): Likewise.
27863
27864         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
27865         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
27866         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
27867         the other external symbols.
27868         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
27869         declaration, since the above renaming now works around collisions.
27870
27871 2004-11-11  Jim Meyering  <jim@meyering.net>
27872
27873         * lib/linebreak.c: Remove trailing blanks.
27874         * lib/alloca_.h: Likewise.
27875         * lib/acosl.c: Likewise.
27876         * lib/euidaccess.c: Likewise.
27877         * lib/allocsa.h: Likewise.
27878
27879 2004-11-10  Simon Josefsson  <jas@extundo.com>
27880
27881         * m4/getaddrinfo.m4: New file.
27882
27883 2004-11-10  Simon Josefsson  <jas@extundo.com>
27884
27885         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
27886
27887 2004-11-10  Simon Josefsson  <jas@extundo.com>
27888
27889         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27890         getaddrinfo.
27891
27892         * modules/getaddrinfo: New file.
27893
27894 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27895
27896         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
27897
27898 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27899
27900         * lib/mktime.c (SHR): New macro, which is a portable
27901         substitute for >> that should work even on Crays.
27902         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
27903         Problem reported by Mark D. Baushke in
27904         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
27905         * lib/getdate.y (SHR): Likewise.
27906         (tm_diff): Use it.
27907         * lib/strftime.c (SHR): Likewise.
27908         (tm_diff): Use it.
27909         * lib/quotearg.c (struct quoting_options): Use unsigned int for
27910         quote_these_too, so that right shifts are well defined.  All uses
27911         changed.
27912
27913 2004-11-10  Jim Meyering  <jim@meyering.net>
27914
27915         Ensure that no close failure goes unreported.
27916         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
27917         return early when it seems there's nothing to flush.
27918         Don't include __fpending.h.
27919
27920 2004-11-10  Jim Meyering  <jim@meyering.net>
27921
27922         * modules/closeout (Depends-on): Remove fpending.
27923
27924 2004-11-10  Jim Meyering  <jim@meyering.net>
27925
27926         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
27927
27928 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
27929
27930         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
27931         gl_FUNC_STRFTIME.
27932         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
27933         and AC_REQUIRE when possible, to avoid duplicate checks.
27934         Check for <wchar.h>.
27935
27936 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
27937
27938         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
27939
27940 2004-11-09  Bruno Haible  <bruno@clisp.org>
27941
27942         * m4/sockpfaf.m4: New file.
27943
27944 2004-11-05  Bruno Haible  <bruno@clisp.org>
27945
27946         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
27947         Reported by Mark D. Baushke <mdb@cvshome.org>.
27948
27949 2004-11-04  Bruno Haible  <bruno@clisp.org>
27950
27951         2004-09-11  Bruno Haible  <bruno@clisp.org>
27952                 * allocsa.valgrind: New file.
27953         2004-02-06  Bruno Haible  <bruno@clisp.org>
27954                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
27955                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
27956                 Reported by Christopher Seip <chris.seip@hp.com>.
27957
27958 2004-11-04  Bruno Haible  <bruno@clisp.org>
27959
27960         * modules/allocsa (Files): Add lib/allocsa.valgrind.
27961         (Makefile.am): Distribute it.
27962
27963 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
27964
27965         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
27966         with errno == ERANGE if the buffer is too small.
27967         Problem reported by Mark D. Baushke.
27968
27969 2004-11-03  Albert Chin  <china@thewrittenword.com>
27970             Paul Eggert  <eggert@cs.ucla.edu>
27971
27972         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
27973         equivalent, substitute $ac_type for equivalent type rather than
27974         blindly using uint32_t *always* which won't work if uint32_t is not
27975         available.  Define _UINT32_T to work around typedef of uint32_t if
27976         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
27977         2.5.1.
27978
27979 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27980
27981         * m4/jm-macros.m4: Sync from coreutils.
27982         (gl_MACROS): Check for mbrlen, for pathchk.
27983         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
27984
27985 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27986
27987         * lib/xreadlink.c (MAXSIZE): New macro.
27988         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
27989         size does not exceed MAXSIZE.  Avoid cast.
27990         As suggested by Mark D. Baushke in
27991         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
27992         if readlink fails with buffer size just under MAXSIZE, try again
27993         with MAXSIZE.
27994
27995 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27996
27997         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
27998
27999 2004-11-02  Derek R. Price  <derek@ximbiot.com>
28000         and  Paul Eggert  <eggert@cs.ucla.edu>
28001
28002         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
28003         (get_date): Overparenthesize to avoid GCC warning.
28004
28005 2004-11-02  Bruno Haible  <bruno@clisp.org>
28006
28007         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
28008         returns void.
28009
28010 2004-11-02  Bruno Haible  <bruno@clisp.org>
28011
28012         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
28013         function returns void.
28014
28015 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28016
28017         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
28018         fflush_unlocked, flockfile, funlockfile, funlockfile,
28019         fputs_unlocked, putc_unlocked.
28020
28021 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
28022
28023         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
28024         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
28025         already declared.
28026
28027 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28028
28029         * modules/getdate (Files): Add doc/getdate.texi.
28030         (Depends-on): Add setenv, xalloc.
28031
28032 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28033
28034         * lib/getdate.y: Add support for TZ="foo" within a date string.
28035         Fix some bugs near time_t boundaries.  Reject dates with
28036         out-of-range components, e.g., "Sept 31".
28037         Include <stdlib.h>, "setenv.h", "xalloc.h".
28038         (ISDIGIT_LOCALE): Remove; unused.
28039         Note that the TZ and time functions used here are not reentrant.
28040         (mktime_ok, get_tz): New functions.
28041         (TZBUFSIZE): New constant.
28042         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
28043         This requires that we sometimes generate our own TZ="XXX..." setting.
28044
28045 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
28046
28047         * doc/getdate.texi: New file, from coreutils with modifications for
28048         the new TZ parsing.
28049
28050 2004-10-27  Derek R. Price  <derek@ximbiot.com>
28051
28052         * lib/mktime.c (not_equal_tm): Remove redundant check.
28053
28054 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28055
28056         * modules/regex (lib_SOURCES): Add regex.c.
28057         Reported by James Youngman in
28058         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
28059
28060 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
28061
28062         * lib/getdate.y: Use Bison 1.875 features, and some minor
28063         code cleanups.  This change does not affect semantics.
28064         Don't include <stdlib.h>; no longer needed.
28065         Don't include unlocked-io.h; only the "#if TEST" code uses
28066         stdio, and performance isn't crucial there.
28067         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
28068         Bison 1.875 features as described below.
28069         All uses of "PC." replaced by "pc->".
28070         (YYSTYPE): Add a forward declaration.
28071         (yylex, yyerror): Use full prototypes in forward decls.
28072         Use "%pure-parser" rather than obsolescent "%pure_parser".
28073         Use %parse-param and %lex-param instead of obsolescent
28074         YYPARSE_PARAM and YYLEX_PARAM.
28075         (meridian_table, month_and_day_table, time_units_table,
28076         relative_time_table, time_zone_table, military_table,
28077         lookup_zone, lookup_word, get_date):
28078         Use NULL instead of 0 where appropriate.
28079         (to_hour): Avoid abort (), to avoid a dependency on
28080         stdlib.h.
28081         (yyerror, yylex): Now accepts parser_control * arg.
28082         (main) [TEST]: Use '\0' rather than 0 for char.
28083
28084 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28085
28086         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
28087
28088 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28089
28090         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
28091         It's now the caller's responsibility to handle the case where
28092         !HAVE_GETPAGESIZE && !defined getpagesize.
28093
28094         * lib/mktime.c (leapyear): Arg is long int, not int.
28095
28096 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
28097
28098         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
28099
28100 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28101
28102         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
28103         missing.  Problem reported by James Youngman.
28104
28105 2004-10-16  Simon Josefsson  <jas@extundo.com>
28106
28107         * gnulib-tool: Fix comments.  Fix parse problem.
28108         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
28109
28110 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
28111
28112         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
28113         implementation of getopt_long.  Problem reported by Alexander Taler in:
28114         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
28115
28116 2004-10-15  Bruno Haible  <bruno@clisp.org>
28117
28118         * gnulib-tool: Untabify. Initialize supplied_libname.
28119         (func_usage): More homogenous output.
28120         (func_modules_transitive_closure, func_modules_to_filelist,
28121         func_emit_lib_Makefile_am): New functions.
28122         (func_import): New function, extracted from big case statement. Use
28123         func_get_license, func_modules_transitive_closure,
28124         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
28125         opt_lgpl. Don't use test -a, as it's not portable.
28126         (func_create_testdir): Use func_modules_transitive_closure,
28127         func_modules_to_filelist, func_emit_lib_Makefile_am.
28128
28129 2004-10-15  Bruno Haible  <bruno@clisp.org>
28130
28131         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
28132
28133 2004-10-15  Bruno Haible  <bruno@clisp.org>
28134
28135         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
28136         the portions belonging to each module.
28137         Suggested by Derek Robert Price <derek@ximbiot.com>.
28138
28139 2004-10-12  Simon Josefsson  <jas@extundo.com>
28140
28141         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
28142         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
28143         to real functions.
28144
28145 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28146
28147         * modules/vsnprintf: New file.
28148
28149 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28150
28151         * m4/vsnprintf.m4: New file.
28152
28153 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28154
28155         * lib/vsnprintf.h: New file.
28156         * lib/vsnprintf.c: New file.
28157
28158 2004-10-11  Bruno Haible  <bruno@clisp.org>
28159
28160         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
28161         vsnprintf.
28162
28163 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
28164
28165         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
28166
28167 2004-10-07  Bruno Haible  <bruno@clisp.org>
28168
28169         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
28170         fits into the provided buffer.
28171
28172 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
28173
28174         * lib/diacrit.c, diacrit.h: Add GPL notice.
28175
28176         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
28177         notice.
28178         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
28179         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
28180         This avoids a potential constant-folding bug.
28181
28182 2004-10-05  Bruno Haible  <bruno@clisp.org>
28183
28184         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
28185         for the declaration of strsep.
28186
28187 2004-10-05  Bruno Haible  <bruno@clisp.org>
28188
28189         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
28190
28191 2004-10-04  Simon Josefsson  <jas@extundo.com>
28192
28193         * modules/memmem: New file.
28194         * tests/test-memmem.c: New file.
28195         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
28196
28197 2004-10-04  Simon Josefsson  <jas@extundo.com>
28198
28199         * m4/memmem.m4: New file.
28200
28201 2004-10-04  Simon Josefsson  <jas@extundo.com>
28202
28203         * lib/memmem.h: New file.
28204         * lib/memmem.c: New file, taken from glibc.
28205
28206 2004-10-04  Simon Josefsson  <jas@extundo.com>
28207
28208         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
28209         '#ifdef USE_UNLOCKED_IO'.
28210
28211 2004-10-04  Simon Josefsson  <jas@extundo.com>
28212
28213         * config/srclist.txt: Add memmem from glibc.
28214
28215 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28216
28217         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
28218
28219         * modules/argmatch, modules/argp, modules/closeout, modules/error,
28220         modules/exclude, modules/getdate, modules/getline,
28221         modules/getndelim2, modules/getpass, modules/getpass-gnu,
28222         modules/getusershell, modules/linebuffer, modules/md5,
28223         modules/mountlist, modules/posixtm, modules/readtokens,
28224         modules/readutmp, modules/regex, modules/sha1,
28225         modules/version-etc, modules/yesno:
28226         Remove dependency on unlocked-io.
28227
28228 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28229
28230         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
28231
28232         * m4/unlocked-io.m4: Add copyright notice.
28233         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
28234
28235 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28236
28237         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
28238         * lib/xmalloc.c (xmemdup): Likewise.
28239         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
28240         XFREE): Remove these long-obsolescent macros.
28241         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
28242         * lib/xstrdup.c: Remove.
28243
28244         * lib/regex.c (re_comp): Cast gettext return value to char *,
28245         Problem reported by Martin Neitzel via Mark D. Baushke.
28246
28247 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
28248
28249         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
28250         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
28251         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
28252         regex.c, sha1.c, version-etc.c, yesno.c:
28253         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
28254         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
28255         the includer's responsibility.
28256
28257         Sync from coreutils.
28258
28259         * lib/modechange.c (mode_compile): Don't decrement a pointer that
28260         points to the start of a string, as the C Standard says the
28261         resulting behavior is undefined.
28262
28263         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
28264         simple -> simple_backups, numbered_existing ->
28265         numbered_existing_backups, numbered -> numbered_backups
28266         to avoid shadowing problems.  All uses changed.
28267         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
28268         * lib/backupfile.c (check_extension, numbered_backup):
28269         Rename locals to avoid shadowing 'basename'.
28270         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
28271         once.
28272
28273         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
28274         * lib/.cvsignore: Add getopt.h.
28275
28276 2004-10-04  Bruno Haible  <bruno@clisp.org>
28277
28278         * modules/README: New file.
28279         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
28280         not a module.
28281
28282 2004-10-02  Jim Meyering  <jim@meyering.net>
28283
28284         * lib/dirfd.h, getpagesize.h: Add copyright notice.
28285
28286 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28287
28288         * modules/strsep: New file.
28289
28290 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28291
28292         * m4/strsep.m4: New file.
28293
28294 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
28295
28296         * lib/strsep.h: New file.
28297         * lib/strsep.c: New file.
28298
28299 2004-10-01  Simon Josefsson  <jas@extundo.com>
28300
28301         * lib/snprintf.c (snprintf): Handle size==0.
28302
28303 2004-10-01  Simon Josefsson  <jas@extundo.com>
28304             Bruno Haible  <bruno@clisp.org>
28305
28306         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
28307         (snprintf): Declare 'args'.
28308
28309 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
28310
28311         * lib/snprintf.c: Remove comments as to why each header is needed.
28312
28313 2004-10-01  Bruno Haible  <bruno@clisp.org>
28314
28315         * MODULES.html.sh: Add strsep.
28316
28317 2004-09-30  Simon Josefsson  <jas@extundo.com>
28318
28319         * modules/snprintf: New file.
28320
28321 2004-09-30  Simon Josefsson  <jas@extundo.com>
28322
28323         * m4/snprintf.m4: New file.
28324
28325 2004-09-30  Simon Josefsson  <jas@extundo.com>
28326
28327         * lib/snprintf.h, lib/snprintf.c: New files.
28328
28329 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28330
28331         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
28332         (hol_entry_help): Never translate an empty string.
28333         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
28334         * lib/argp.h (OPTION_NO_TRANS): New option.
28335
28336 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
28337
28338         * modules/argp (Maintainer): Replace Simon Josefsson
28339         by Sergey Poznyakoff.
28340
28341 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
28342
28343         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
28344         changes merged back into glibc.
28345
28346 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
28347
28348         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
28349
28350 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
28351
28352         * lib/xvasprintf.c: Include xalloc.h.
28353         (xvasprintf): Use xalloc_die, not xmalloc_die.
28354
28355 2004-09-29  Bruno Haible  <bruno@clisp.org>
28356
28357         * modules/alloca-opt: New file, derived from modules/alloca.
28358         * modules/allocsa: Depend on alloca-opt instead of alloca.
28359         * modules/setenv: Likewise.
28360         * modules/vasnprintf: Likewise.
28361         * MODULES.html.sh: Add alloca-opt.
28362
28363 2004-09-28  Simon Josefsson  <jas@extundo.com>
28364
28365         * gnulib-tool: New parameter --lgpl, to asseert that modules are
28366         LGPL, and to replace license template from GPL to LGPL.
28367
28368 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
28369
28370         * modules/dummy: Change license to LGPL.
28371
28372 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
28373
28374         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
28375
28376 2004-09-24  Simon Josefsson  <jas@extundo.com>
28377
28378         * modules/minmax (License): Change from GPL to LGPL.
28379
28380 2004-09-23  Simon Josefsson  <jas@extundo.com>
28381
28382         * gnulib-tool (--import): Typo.
28383
28384 2004-09-23  Simon Josefsson  <jas@extundo.com>
28385
28386         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
28387
28388 2004-09-22  Bruno Haible  <bruno@clisp.org>
28389
28390         * modules/*: Add 'License' field.
28391         * gnulib-tool: Accept --extract-license option.
28392         (func_get_license): New function.
28393
28394 2004-09-21  Bruno Haible  <bruno@clisp.org>
28395
28396         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
28397         Reported by Simon Josefsson.
28398
28399 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28400
28401         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
28402         gl_AC_TYPE_LONG_LONG.
28403
28404 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28405
28406         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
28407
28408 2004-09-18  Simon Josefsson  <jas@extundo.com>
28409         and  Paul Eggert  <eggert@cs.ucla.edu>
28410
28411         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
28412         calls with autoreconf.  Define GL_LIB.
28413
28414 2004-09-14  Karl Berry  <karl@gnu.org>
28415
28416         * config/srclist.txt: unsync setenv.c, sigh.
28417
28418 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28419
28420         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
28421         Problem reported by Bruno Haible in:
28422         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
28423
28424 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28425
28426         * config/srclist.txt: Comment out argp-pvh.c.
28427
28428 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
28429
28430         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
28431         in case some system header has #define'd it.  Problem reported by
28432         Soeren D. Schulze in
28433         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
28434
28435 2004-09-09  Karl Berry  <karl@gnu.org>
28436
28437         * regex.[ch]: delete from the root.  These were supposed to be
28438                 synced with emacs cvs, but this has not happened for about
28439                 a year, and anyway nothing else uses emacs regex.[ch].
28440                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
28441                 lib/regex[.ch] is untouched.
28442
28443 2004-09-09  Bruno Haible  <bruno@clisp.org>
28444
28445         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
28446
28447 2004-09-09  Bruno Haible  <bruno@clisp.org>
28448
28449         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
28450         modifications.
28451         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
28452
28453 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
28454
28455         * modules/xvasprintf: New file.
28456         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
28457
28458 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
28459
28460         * lib/xvasprintf.h: New file.
28461         * lib/xvasprintf.c: New file.
28462         * lib/xasprintf.c: New file.
28463
28464 2004-09-08  Bruno Haible  <bruno@clisp.org>
28465
28466         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
28467
28468 2004-09-08  Bruno Haible  <bruno@clisp.org>
28469
28470         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
28471         length is > INT_MAX.
28472         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
28473         more.
28474
28475 2004-09-08  Bruno Haible  <bruno@clisp.org>
28476
28477         * lib/stdint_.h: New file, taken from GNU clisp.
28478
28479 2004-09-08  Bruno Haible  <bruno@clisp.org>
28480             Oskar Liljeblad  <oskar@osk.mine.nu>
28481
28482         * modules/stdint: New file.
28483         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
28484
28485 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28486
28487         Import from coreutils.
28488         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
28489         strings on unbounded length.  alloca's performance benefits aren't
28490         that important here.
28491         (V_STRDUP): Remove.
28492         (parse_with_separator): New function, with most of the internals
28493         of the old parse_user_spec.  Allow user to omit both user and group,
28494         for compatibility with FreeBSD.
28495         Clone only the user name, not the entire spec.
28496         Do not set *uid, *gid unless entirely successful.
28497         Avoid memory leak in some failing cases.
28498         Fix regression for USER.GROUP reported by Dmitry V. Levin in
28499         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
28500         (parse_user_spec): Rewrite to use parse_with_separator.
28501
28502 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28503
28504         * modules/userspec: Don't depend on alloca.
28505
28506 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28507
28508         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
28509
28510 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28511
28512         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
28513         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
28514         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
28515
28516 2004-08-16  Simon Josefsson  <jas@extundo.com>
28517
28518         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
28519         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
28520         Add --dry-run for --import.
28521         Let user provided command line parameters override configure.ac
28522         settings.
28523
28524 2004-08-12  Simon Josefsson  <jas@extundo.com>
28525
28526         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
28527         as discussed with Paul Eggert in threads rooted at
28528         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
28529         and
28530         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
28531         Before, the test was empty, and relied on ELIDE_CODE in source
28532         code.)
28533         (gl_PREREQ_GETOPT): New macro.
28534         (gl_GETOPT): Use them.
28535
28536 2004-08-12  Simon Josefsson  <jas@extundo.com>
28537
28538         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
28539         * lib/getopt_.h: Renamed from getopt.h.
28540
28541 2004-08-12  Simon Josefsson  <jas@extundo.com>
28542
28543         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
28544         Change default library name from libfoo to libgnu.
28545         Now, if you have a configure.ac that says:
28546                 gl_SOURCE_BASE(gl)
28547                 gl_M4_BASE(gl/m4)
28548                 gl_MODULES(error getopt etcetera)
28549                 gl_INIT
28550         you can import all you need by running:
28551                 ../gnulib/gnulib-tool --import
28552
28553         * modules/getopt (Files): Rename getopt.h to getopt_.h.
28554         (Makefile.am): Rewrite, use logic from argz.
28555         (Include): Use <getopt.h> instead of "getopt.h".
28556
28557 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28558
28559         * modules/argp (Files): Add m4/unlocked-io.m4.
28560         (Depends-on): Add extensions.
28561
28562 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28563
28564         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
28565         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
28566         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
28567         Check for program_invocation_name, program_invocation_short_name,
28568         flockfile, funlockfile, features.h, _getopt_long_only_r.
28569
28570 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28571
28572         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
28573         its complicated substitute.
28574         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
28575         and program_invocation_name.
28576         (__argp_basename) [!_LIBC]: Remove; the only use was
28577         replaced by its body.
28578         (__argp_short_program_name): Change condition from
28579         !defined __argp_short_program_name to
28580         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
28581         to match argp-namefrob.h.
28582         (__argp_failure): Don't assume strerror_r returns char *.
28583         * lib/argp-parse.c (N_): Define unconditionally.
28584         (argp_default_options): Fill out initializers with 0 to avoid
28585         gcc warnings.
28586
28587 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28588
28589         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
28590         getopt1.c.
28591
28592 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28593
28594         Merge from coreutils.
28595
28596         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
28597
28598         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
28599         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
28600
28601 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28602
28603         Merge from coreutils.
28604
28605         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
28606         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
28607         for Reliant Unix 5.43.
28608
28609         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
28610         (union fooround): Use uintmax_t, not long int.
28611         The rest is a merge from libc:
28612         [defined _LIBC]: Include <shlib-compat.h>.
28613         (_obstack) [defined _LIBC]: Remove after 2.3.4.
28614
28615         * lib/settime.c (settime): Recode to avoid warning with
28616         Sun Forte C 6U2.
28617
28618         * lib/strverscmp.c: Convert to UTF-8.
28619
28620 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28621
28622         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
28623         m4/uintmax_t.m4.
28624
28625 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28626
28627         * modules/xalloc-die: New file.
28628         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
28629
28630         * modules/md5 (Files): Add m4/uint32_t.m4.
28631         * modules/sha1: Renamed from modules/sha.
28632         (Files):
28633         Rename lib/sha.h to lib/sha1.h.
28634         Rename lib/sha.c to lib/sha1.c.
28635         Rename m4/sha.m4 to m4/sha1.m4.
28636         (lib_SOURCES): Likewise.
28637         (configure.ac): Rename gl_SHA to gl_SHA1.
28638         (Include): sha.h -> sha1.h.
28639
28640 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28641
28642         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
28643         * m4/sha1.m4: Renamed from sha.m4.
28644         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
28645
28646 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28647
28648         * lib/obstack.h (obstack_empty_p):
28649         Don't assume that chunk->contents is suitably aligned.
28650         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
28651         Likewise. Problem reported by Benno in
28652         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
28653
28654         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
28655         readable.  This could be improved further but it'd take some work.
28656
28657 2004-08-08  Simon Josefsson  <jas@extundo.com>
28658
28659         * modules/xgethostname (Depends-on): Remove exit and error (not
28660         used).
28661
28662         * modules/getpass-gnu: Add getpass.h.
28663         (Depends-on): Add stdbool.
28664         * modules/getpass: Add getpass.h.
28665
28666 2004-08-08  Simon Josefsson  <jas@extundo.com>
28667
28668         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
28669         Check getpass declaration.
28670
28671 2004-08-08  Simon Josefsson  <jas@extundo.com>
28672
28673         * lib/xgethostname.c: Don't include error.h (not used).
28674
28675         * lib/getpass.h: Add.
28676         * lib/getpass.c: Include getpass.h first.
28677
28678 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
28679
28680         * lib/xalloc-die.c: New file.
28681         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
28682         All uses removed.
28683         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
28684         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
28685         xalloc-die.c.
28686         (_, N_, xalloc_die): Move to xalloc-die.c.
28687         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
28688         so that we needn't mess with xalloc_msg_memory_exhausted.
28689
28690         * lib/sha1.h: Renamed from sha.h.
28691         (SHA1_H): Renamed from _SHA_H.
28692         (sha1_ctx): Renamed from sha_ctx.
28693         (sha1_init_ctx): Renamed from sha_init_ctx.
28694         (sha1_process_block): Renamed from sha_process_block.
28695         (sha1_process_bytes): Renamed from sha_process_bytes.
28696         (sha1_finish_ctx): Renamed from sha_finish_ctx.
28697         (sha1_read_ctx): Renamed from sha_read_ctx.
28698         (sha1_stream): Renamed from sha_stream.
28699         (sha1_buffer): Renamed from sha_buffer.
28700         * lib/sha1.c: Likewise; renamed from sha.c.
28701         Do not include <sys/types.h>.
28702         Include <stddef.h> rather than <stdlib.h>.
28703
28704 2004-08-08  Bruno Haible  <bruno@clisp.org>
28705
28706         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
28707         FILESYSTEM_PREFIX_LEN.
28708         * lib/progreloc.c: Likewise.
28709         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
28710
28711 2004-08-06  Simon Josefsson  <jas@extundo.com>
28712
28713         * modules/progname (Depends-on): Don't depend on stdbool.
28714
28715 2004-08-06  Simon Josefsson  <jas@extundo.com>
28716
28717         * modules/getsubopt: New file.
28718         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28719         getsubopt.
28720
28721 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28722
28723         More merge from coreutils.
28724
28725         * m4/utimens.m4, m4/utimecmp.m4: New files.
28726         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
28727         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
28728         prereq.m4, sha.m4: Import changes from coreutils.
28729
28730 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28731
28732         More merge from coreutils.
28733         * modules/raise, modules/readtokens0, modules/utimens:
28734         * modules/utimecmp, module/xnanosleep: New files.
28735         * modules/strftime: Add lib/strftime.h.
28736         Change include from <time.h> to "strftime.h".
28737         * modules/yesno: Add lib/yesno.h.
28738         * modules/backupfile: Remove lib/addext.c.
28739         * modules/euidaccess: Add stat-macros.h.
28740         * modules/canonicalize, modules/euidaccess,
28741         modules/filemode, modules/lchown, modules/makepath,
28742         modules/rmdir, modules/stat: Likewise.
28743
28744 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28745
28746         Merge from tar.
28747         * lib/argp-help.c (make_hol, hol_append): Don't assume that
28748         SIZE_MAX is a valid preprocessor constant.
28749         (__argp_basename): Change from "#ifndef _LIBC"
28750         to "#ifndef __argp_short_program_name", so that
28751         we don't compile these functions for tar.
28752
28753         More merges from coreutils.
28754         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
28755         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
28756         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
28757         * lib/addext.c: Remove; no longer needed.
28758         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
28759         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
28760         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
28761         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
28762         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
28763         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
28764         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
28765         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
28766         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
28767         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
28768         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
28769         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
28770         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
28771         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
28772         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
28773         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
28774         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
28775         Import changes from coreutils.
28776
28777 2004-08-05  Simon Josefsson  <jas@extundo.com>
28778
28779         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
28780
28781 2004-08-05  Simon Josefsson  <jas@extundo.com>
28782
28783         * m4/getsubopt.m4: New file.
28784
28785 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
28786
28787         Merge from coreutils.
28788
28789         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
28790         * m4/getcwd-path-max.m4: New files.
28791
28792         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
28793         FILESYSTEM_PREFIX_LEN ->
28794         FILE_SYSTEM_PREFIX_LEN.
28795         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
28796         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
28797         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
28798         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
28799
28800         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
28801         prerequisite modules now handle the DOS stuff.
28802         Don't check for unistd.h.
28803
28804 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
28805
28806         Merge from coreutils.
28807
28808         * lib/.gdb-history: Remove; this doesn't belong here.
28809
28810         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
28811         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
28812         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
28813         * lib/getcwd.c: New files.
28814
28815         * lib/dirname.h: Include <stdbool.h>.
28816         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
28817         for consistency with POSIX terminology.  All uses changed.
28818         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
28819         (strip_trailing_slashes): Use bool for booleans.
28820         * lib/stripslash.c (strip_trailing_slashes): Likewise.
28821
28822         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
28823         sometimes returns a positive errno value even when it succeeds.
28824         (print_errno_message) [!LIBC]: Fall back on strerror if
28825         __strerror_r fails.
28826
28827         * lib/path-concat.c (mempcpy): Don't define if a system header defines
28828         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
28829         (longest_relative_suffix): New function.
28830         (path_concat): Use it.  Assume first argument is not NULL.
28831         Port to DOS.  Omit redundant separators.
28832         Report an error instead of returning NULL.
28833         Use mempcpy instead of memcpy.
28834         (xpath_concat): Remove: not declared or used.
28835
28836         * lib/same.h: Include <stdbool.h>
28837         (same_name): Return bool, not int.
28838         * lib/same.c (same_name): Likewise.
28839         (errno): Don't declare; we assume C89 or better now.
28840
28841         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
28842         if not already defined.
28843
28844         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
28845         * lib/dup-safer.c (errno): Likewise.
28846
28847 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
28848
28849         Merge from coreutils.
28850         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
28851         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
28852         * modules/path-concat: Don't depend on strdup.
28853
28854 2004-08-03  Simon Josefsson  <jas@extundo.com>
28855
28856         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
28857         * lib/progname.h: Don't include stdbool.h.
28858
28859 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28860
28861         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
28862         * MODULES.html.sh (func_all_modules): Remove fatal.
28863
28864 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28865
28866         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
28867
28868 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28869
28870         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
28871         working.
28872
28873 2004-08-02  Simon Josefsson  <jas@extundo.com>
28874
28875         * lib/getsubopt.h: New file, with comments from Bruno Haible.
28876         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
28877         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
28878
28879 2004-08-01  Simon Josefsson  <jas@extundo.com>
28880
28881         * lib/xgetdomainname.c: Include stdlib.h, for free().
28882
28883 2004-07-19  Bruno Haible  <bruno@clisp.org>
28884
28885         * MODULES.html.sh (func_all_modules): Add dummy.
28886
28887 2004-07-16  Simon Josefsson  <jas@extundo.com>
28888
28889         * modules/dummy: New file.
28890
28891 2004-07-16  Simon Josefsson  <jas@extundo.com>
28892
28893         * lib/dummy.c: New file.
28894
28895 2004-07-16  Bruno Haible  <bruno@clisp.org>
28896
28897         * lib/backupfile.h: Add extern "C" for C++.
28898         * lib/closeout.h: Likewise.
28899         * lib/copy-file.h: Likewise.
28900         * lib/findprog.h: Likewise.
28901         * lib/full-write.h: Likewise.
28902         * lib/pathname.h: Likewise.
28903         * lib/progname.h: Likewise.
28904         * lib/stpcpy.h: Likewise.
28905         * lib/stpncpy.h: Likewise.
28906         * lib/strcase.h: Likewise.
28907         * lib/strstr.h: Likewise.
28908         * lib/xalloc.h: Likewise.
28909
28910         * lib/mbswidth.h: Add extern "C" for C++.
28911         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
28912
28913 2004-07-13  Robert Millan  <robertmh@gnu.org>
28914
28915         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
28916
28917 2004-07-09  Simon Josefsson  <jas@extundo.com>
28918
28919         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
28920         failed without this.)
28921
28922 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
28923
28924         * modules/chown (Files): Add lib/fchown-stub.c, since
28925         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
28926
28927 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
28928
28929         * lib/fchown-stub.c: New file.
28930
28931 2004-06-24  Jim Meyering  <jim@meyering.net>
28932
28933         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
28934
28935 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28936
28937         * modules/argz: Omit "#include".
28938
28939         * MODULES.html.sh (func_all_modules): Add calloc, to match
28940         2004-06-01 addition of calloc module.
28941
28942 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28943
28944         * m4/argz.m4: New file, which is autoupdated from libtool.
28945
28946 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28947
28948         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
28949         libtool.
28950
28951 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28952
28953         * config/srclist-update: Don't insist on "USA." before the
28954         close-comment, as libtool omits the period and puts the */ on a
28955         separate line.
28956         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
28957         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
28958
28959 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
28960
28961         * modules/argz: New file.
28962         * MODULES.html.sh (func_all_modules): Add argz.
28963
28964 2004-06-12  Jim Meyering  <jim@meyering.net>
28965         and  Paul Eggert  <eggert@cs.ucla.edu>
28966
28967         * modules/hash (Files): Add lib/xalloc.h.
28968         * modules/pipe (Depends-on): Add wait-process.
28969         * modules/stat (Depends-on): Add xalloc.
28970         * modules/userspec (Files): Add lib/userspec.h.
28971         * modules/xstrto
28972
28973         Upgrade from gettext-0.13.
28974         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
28975         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
28976         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
28977
28978 2004-06-10  Jim Meyering  <jim@meyering.net>
28979
28980         * lib/calloc.c: New file.
28981
28982 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
28983
28984         * lib/getdate.y (yylex): Allow space between sign and number.
28985         Problem reported by Dan Jacobson.
28986
28987 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
28988
28989         Merge from coreutils CVS.
28990
28991         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
28992         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
28993         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
28994         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
28995         xstrtol.m4: Fix copyright date and/or serial number.
28996
28997         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
28998         See if we need an fchown replacement.
28999         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
29000         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
29001         and use the replacement function if we detect either defect.
29002
29003         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
29004         gl_UTIMECMP.
29005
29006 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
29007         and  Jim Meyering  <jim@meyering.net>
29008
29009         Merge from coreutils CVS.
29010
29011         * lib/stat-macros.h: New file, with contents from file-type.h
29012         and coreutils' system.h.
29013         * lib/file-type.c: Include "stat-macros.h".
29014         * lib/file-type.h (file_type): Move all macro definitions to new file,
29015         stat-macros.h.
29016
29017         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
29018         Wrap old code with this conditional.
29019         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
29020         function that does not dereference symlinks.
29021         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
29022
29023         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
29024         dependency problems.
29025         (xreadlink): Accept new arg SIZE, for efficiency.
29026         All decls and uses changed.
29027         * lib/xreadlink.h: Include <stddef.h>, for size_t.
29028
29029         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
29030         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
29031
29032         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
29033         sysexits.h.
29034
29035 2004-06-01  Jim Meyering  <jim@meyering.net>
29036
29037         * m4/calloc.m4: New file.
29038
29039 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
29040
29041         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
29042         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
29043         Also, fix a typo in a diagnostic.
29044
29045 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
29046
29047         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
29048         or AC_FUNC_REALLOC.
29049
29050 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
29051
29052         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
29053         macros to be defined.
29054         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
29055         the allocator returns NULL because the requested size is zero.
29056
29057 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29058
29059         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
29060         var.  Add comment explaining why libc still defines it.  This
29061         merges the following patch from glibc:
29062         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
29063
29064 2004-05-20  Andreas Schwab  <schwab@suse.de>
29065
29066         * m4/free.m4: Replace free if it not known to work, not the other
29067         way round.
29068
29069 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
29070
29071         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
29072         present in glibc since revision 1.1 of this file.
29073         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
29074         obstack_alignment_mask, obstack_alloc, obstack_base,
29075         obstack_blank, obstack_blank_fast, obstack_chunk_size,
29076         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
29077         obstack_grow0, obstack_init, obstack_int_grow,
29078         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
29079         obstack_next_free, obstack_object_size, obstack_ptr_grow,
29080         obstack_ptr_grow_fast, obstack_room): Remove declarations of
29081         nonexistent functions.
29082
29083 2004-05-18  Karl Berry  <karl@gnu.org>
29084
29085         * config/srclist.txt: break link for vasnprintf.c.
29086
29087 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29088
29089         Port obstack to the AS/400, where pointers are 16 bytes wide and
29090         you cannot cast an integer to a valid pointer.  This patch is
29091         currently waiting to be integrated into glibc; see
29092         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
29093
29094         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
29095         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
29096         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
29097         (struct obstack): temp member is now a union of a pointer and
29098         an integer, instead of an integer.  All integer uses changed.
29099         This does not affect the physical layout of struct obstack,
29100         except on hosts (like the AS/400) where the size or alignment of
29101         void * is greater than that of ptrdiff_t.
29102         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
29103         __STDC__)]: Store temporary in pointer member of union, not
29104         integer member.
29105         * lib/obstack.c: Include <stddef.h>, for offsetof.
29106         (struct fooalign): Remove; it doesn't need a name.
29107         (union fooround): Change double to long double, and add void *.
29108         (DEFAULT_ALIGNMENT): Use offsetof to compute.
29109         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
29110         not a macro.  Hence the values are always int; so remove all
29111         casts-to-int in uses.
29112
29113 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
29114
29115         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
29116         we can get this patch merged into glibc.
29117
29118 2004-05-17  Derek R. Price  <derek@ximbiot.com>
29119             Paul Eggert  <eggert@cs.ucla.edu>
29120
29121         * m4/argp: Depend on alloca.
29122
29123 2004-05-17  Derek R. Price  <derek@ximbiot.com>
29124             Paul Eggert  <eggert@cs.ucla.edu>
29125
29126         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
29127         freecoding.
29128
29129 2004-05-17  Bruno Haible  <bruno@clisp.org>
29130
29131         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
29132         precision that consists of a '.' followed by an empty digit string.
29133         Patch by Tor Lillqvist <tml@iki.fi>.
29134
29135 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29136
29137         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
29138         for backward compatibility with older code.  We need our own
29139         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
29140         it under some other name, and our alloca.h will define it.
29141
29142 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
29143             Derek Price  <derek@ximbiot.com>
29144
29145         * lib/alloca.c: Include <alloca.h>, to get our interface.
29146         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
29147         include <alloca.h> first.  Use C89 prototype for alloca; this
29148         requires including <stddef.h> for size_t.  Use extern "C" if C++.
29149         Use #elif for simplicity, since we can assume C89 now.
29150         Don't try to source the system alloca.h since it will not be found
29151         and to prevent recursively including its replacement.
29152         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
29153         * lib/regex.c: Likewise.
29154
29155 2004-05-16  Derek Price  <derek@ximbiot.com>
29156             Paul Eggert  <eggert@cs.ucla.edu>
29157
29158         getline cleanup.  This changes the getndelim2 API: both order of
29159         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
29160         no delimiter).
29161
29162         * lib/getline.c: Don't include stddef.h or stdio.h, since our
29163         interface does that.
29164         (getline): Always use getdelim, so that we don't have two
29165         copies of this code.
29166         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
29167         if available.
29168         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
29169         (GETNDELIM2_MAXIMUM): New macro.
29170         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
29171         instead of the old practice of delim2==0.  All callers changed.
29172         Return -1 on overflow, instead of returning junk.
29173         Do not set *linesize unless allocation succeeds.
29174         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
29175         that we include sys/types.h.
29176         * lib/getnline.h: Likewise.
29177         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
29178         (getndelim2): Reorder arguments.
29179         * lib/getnline.c (getnline, getndelim):
29180         Don't discard the NMAX argument.
29181         (getnline): Invoke getndelim, to avoid code duplication.
29182         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
29183         of (size_t) -1 by callers of the getnline family.
29184
29185 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29186
29187         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
29188         Check for gettimeofday.
29189         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
29190         Check for settimeofday, stime.
29191
29192 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29193
29194         * lib/nanosleep.c (suspended): Change its type from int to
29195         sig_atomic_t volatile.
29196         (first_call): Make it private to rpl_nanosleep, and have it
29197         be zero initially as that's a bit faster.
29198         (my_usleep): Round up fractional times instead of truncating them,
29199         as this is the usual meaning for 'sleep'.
29200
29201         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
29202         doesn't work.
29203         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
29204         (ENOSYS): Define if not defined.
29205         (settime): Fall back on stime if it exists and settimeofday fails.
29206         But don't bother with fallbacks if a method fails with errno == EPERM.
29207
29208 2004-05-11  Jim Meyering  <jim@meyering.net>
29209
29210         Prior to this change, the save_cwd caller required read access to the
29211         current directory on most systems (ones with the fchdir function).
29212
29213         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
29214         fails, try write-only, and finally, resort to using xgetcwd.
29215
29216 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
29217
29218         * lib/obstack.c, obstack.h: Import changes from libc.
29219
29220 2004-04-28  Bruno Haible  <bruno@clisp.org>
29221
29222         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
29223         also implicitly appends .exe to executables.
29224         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
29225         accepts Windows pathnames.
29226         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
29227         Treat Cygwin like Windows, since it now accepts Windows pathnames.
29228         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
29229         Treat Cygwin like Windows, since it now accepts Windows pathnames.
29230         Reported by Derek Robert Price <derek@ximbiot.com>.
29231
29232 2004-04-21  Karl Berry  <karl@gnu.org>
29233
29234         * config/srclist.txt (localcharset.c): break sync.
29235
29236 2004-04-20  Paul Eggert  <eggert@twinsun.com>
29237
29238         * m4/host-os.m4: Add a copyright notice.
29239
29240 2004-04-20  Jim Meyering  <jim@meyering.net>
29241
29242         Change UTILS_ to gl_ in AC_DEFINE'd names.
29243         Change utils_- and jm_-prefixed variables, too.
29244         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
29245         UTILS_FUNC_MKDIR_TRAILING_SLASH.
29246         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
29247
29248         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
29249         Don't emit trailing blanks.
29250         Also rename jm_-prefixed variables to have gl_ prefix.
29251
29252         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
29253         Also rename jm_-prefixed variables to have gl_ prefix.
29254
29255         * m4/jm-macros.m4: Reflect the renamings.
29256         * m4/prereq.m4: Likewise.
29257
29258 2004-04-20  Jim Meyering  <jim@meyering.net>
29259
29260         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
29261         memory.
29262
29263 2004-04-20  Jim Meyering  <jim@meyering.net>
29264             Bruno Haible  <bruno@clisp.org>
29265
29266         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
29267         memory when realloc fails.
29268
29269 2004-04-19  Jim Meyering  <jim@meyering.net>
29270
29271         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
29272         now that readutmp.c may call `free (0)'.
29273
29274 2004-04-19  Bruno Haible  <bruno@clisp.org>
29275
29276         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
29277         * m4/inttypes_h.m4: Likewise.
29278         * m4/stdint_h.m4: Likewise.
29279         * m4/intmax_t.m4: Likewise.
29280         * m4/uintmax_t.m4: Likewise.
29281
29282 2004-04-18  Jim Meyering  <jim@meyering.net>
29283
29284         * m4/prereq.m4: Don't forbid jm_ prefix.
29285
29286         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
29287         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
29288         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
29289         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
29290         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
29291         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
29292         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
29293         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
29294         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
29295         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
29296         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
29297         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
29298         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
29299         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
29300         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
29301         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
29302         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
29303         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
29304         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
29305
29306 2004-04-18  Jim Meyering  <jim@meyering.net>
29307
29308         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
29309         failure, don't leak memory and do call END_UTMP_ENT.
29310
29311 2004-04-16  Jim Meyering  <jim@meyering.net>
29312
29313         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
29314         coreutils' stat program.
29315         (gl_PREREQ): Don't require jm_PREREQ_STAT.
29316
29317 2004-04-11  Paul Eggert  <eggert@twinsun.com>
29318
29319         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
29320         C89.
29321         (CHAR_BIT): Remove, since we assume C89.
29322         Include <stdint.h> if available, as per current Autoconf CVS advice.
29323
29324 2004-03-31  Jim Meyering  <jim@meyering.net>
29325
29326         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
29327         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
29328         * m4/xalloc.m4: Likewise.
29329
29330 2004-03-30  Paul Eggert  <eggert@twinsun.com>
29331
29332         Merge from coreutils.
29333
29334         * m4/inttostr.m4: New file.
29335         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
29336         Require AM_STDBOOL_H and gl_TIMESPEC instead.
29337         Require gl_CLOCK_TIME.
29338         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
29339
29340 2004-03-30  Paul Eggert  <eggert@twinsun.com>
29341
29342         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
29343         not bool, to be more consistent with Unix conventions.
29344         Suggested by Bruno Haible.
29345
29346         Merge from coreutils.
29347
29348         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
29349         * lib/umaxtostr.c: New files.
29350
29351         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
29352         the usual <time.h> dance.
29353         (get_date): Change signature to support fractional time stamps.
29354         All callers changed.
29355         * lib/getdate.y: Include "getdate.h" first, as we can now
29356         assume C89 and don't need to worry about 'const'.
29357         Similarly, include "unlocked-io.h" near start, not in middle.
29358         Include <limits.h>.
29359         (textint.value): Use long int rather than int.
29360         (textint.digits): Use size_t rather than int.
29361         (BILLION, LOG10_BILLION): New constants.
29362         (parser_control): New member rel_ns.  Members day_ordinal,
29363         time_zone, month, day, hour, minutes, rel_year, rel_month,
29364         rel_day, rel_hour, rel_minutes, rel_seconds
29365         are now long int, not int.  Member seconds is now struct timespec,
29366         not int.  New member timespec_seen.  Members dates_seen, days_seen,
29367         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
29368         not int.
29369         (%union.intval): Now long int, not int.
29370         New member timespec.
29371         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
29372         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
29373         (spec): Now is a timespec or an item list.
29374         (timespec, items): New nonterminals.
29375         (time, rel, relunit, number, get_date):
29376         Add support for fractional seconds.
29377         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
29378         (gmtime, localtime, mktime): Remove decls; not needed with C89.
29379         (to_hour): First arg is now long int, not int.
29380         (to_year): Returns long int, not int.
29381         Don't treat year -70 like 70.
29382         (tm_diff): Returns long int, not int.
29383         (lookup_word): Use bool instead of int when appropriate.
29384         (yylex): Use size_t for count, not int.
29385         Detect overflow when parsing large integer constants.
29386         Add support for fractions.
29387         (get_date): Make pointers 'const' if possible.
29388         Use more-portable code to detect integer overflow.
29389         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
29390         Don't use ctime; it's not reliable if the year has >4 digits.
29391
29392         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
29393         This is for compatibility with BSD.
29394
29395         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
29396         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
29397         From coreutils' system.h.
29398
29399         * lib/userspec.c: Don't include "posixver.h".
29400         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
29401         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
29402         compatible extension.  Simplify code by removing a boolean int
29403         that was always nonzero if a string was nonnull.
29404
29405 2004-03-30  Jim Meyering  <jim@meyering.net>
29406
29407         Merge from coreutils.
29408
29409         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
29410         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
29411         on some systems one must include <grp.h> before it.
29412         Reported by Christian Krackowizer.
29413
29414 2004-03-30  Jim Meyering  <jim@meyering.net>
29415
29416         Merge from coreutils.
29417
29418         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
29419
29420         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
29421         an empty input stream.
29422
29423         * lib/readtokens.c: Include <stdbool.h>.
29424         (readtoken): Use `size_t' rather than int/long.
29425         All callers adjusted.
29426         Use `bool' rather than `int' where appropriate.
29427         Use memset rather than an explicit loop.
29428         Use x2nrealloc rather than xrealloc.
29429         Allow the use of `\0' as a delimiter.
29430         (readtokens): Likewise.
29431         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
29432
29433 2004-03-30  Jim Meyering  <jim@meyering.net>
29434
29435         * m4/realloc.m4: Remove file, since now it does no more than
29436         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
29437         the `configure.ac' section of module/realloc.
29438         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
29439
29440 2004-03-30  Bruno Haible  <bruno@clisp.org>
29441
29442         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
29443         nonnull.
29444
29445 2004-03-29  Paul Eggert  <eggert@twinsun.com>
29446
29447         Merge changes to getloadavg.c from coreutils and Emacs.
29448
29449         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
29450         Define to an expression, not to the empty string.
29451         Include cloexec.h and xalloc.h.
29452         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
29453         Use set_cloexec_flag rather than rolling our own.
29454         * lib/cloexec.c, lib/cloexec.h: New files.
29455
29456 2004-03-29  Paul Eggert  <eggert@twinsun.com>
29457
29458         * m4/cloexec.m4: New file.
29459
29460 2004-03-18  Paul Eggert  <eggert@twinsun.com>
29461
29462         * lib/getopt.h: Sync with libc CVS.
29463
29464 2004-03-18  Paul Eggert  <eggert@twinsun.com>
29465             Bruno Haible  <bruno@clisp.org>
29466
29467         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
29468         mbswidth.
29469
29470 2004-03-18  Paul Eggert  <eggert@twinsun.com>
29471             Bruno Haible  <bruno@clisp.org>
29472
29473         * lib/mbswidth.h: Include <wchar.h> only if
29474         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
29475         <wchar.h>.
29476         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
29477
29478 2004-03-09  Paul Eggert  <eggert@twinsun.com>
29479
29480         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
29481         Sync with libc CVS.
29482         * lib/getopt_int.h: New file, also synced from libc.
29483
29484 2004-03-09  Paul Eggert  <eggert@twinsun.com>
29485
29486         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
29487         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
29488         Bring back getopt.c, getopt.h, getopt1.c.
29489
29490 2004-03-07  Paul Eggert  <eggert@twinsun.com>
29491
29492         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
29493         All uses changed.  Check for sa_sigaction member; this fixes
29494         a bug first reported by Jason Andrade in
29495         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
29496
29497 2004-03-07  Paul Eggert  <eggert@twinsun.com>
29498
29499         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
29500         '#if' expressions.  Unlike the code it replaces, it does not
29501         depend on (defined _SC_PAGESIZE).  However, it does depend on
29502         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
29503         first reported by Jason Andrade in
29504         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
29505
29506 2004-02-25  Simon Josefsson  <jas@extundo.com>
29507
29508         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
29509
29510 2004-02-25  Simon Josefsson  <jas@extundo.com>
29511
29512         * lib/strdup.h: New file.
29513         * lib/strdup.c: Include it.
29514         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
29515         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
29516
29517 2004-02-23  Karl Berry  <karl@gnu.org>
29518
29519         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
29520         (from fencepost.gnu.org:/gd/gnuorg).
29521
29522 2004-02-23  Karl Berry  <karl@gnu.org>
29523
29524         * config/srclistvars.sh (GNUORG) [karl]: redefine.
29525         * config/srclist.txt: add maintain/standards documents.
29526
29527 2004-02-18  Bruno Haible  <bruno@clisp.org>
29528
29529         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
29530         Reported by Derek Robert Price <derek@ximbiot.com>.
29531
29532 2004-02-16  Karl Berry  <karl@gnu.org>
29533
29534         * config/mkinstalldirs, install-sh: update from automake.
29535
29536 2004-02-06  Karl Berry  <karl@gnu.org>
29537
29538         * m4/po.m4: update from gettext 0.14.1.
29539
29540 2004-02-06  Karl Berry  <karl@gnu.org>
29541
29542         * lib/config.charset: update from gettext 0.14.1.
29543
29544 2004-02-05  Paul Eggert  <eggert@twinsun.com>
29545
29546         Add comments and code, prompted by suggestions from Bruno Haible
29547         for sh-quote.
29548         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
29549         describing the enum quoting_style values.
29550         * lib/quotearg.c (quotearg_alloc): New function.
29551         (quotearg_buffer_restyled): Treat lone { and } as special.
29552         Treat = as special.  Work around bug with older shells
29553         that "see" a '\' that is really the 2nd byte of a multibyte char.
29554         Quote empty string with shell_quoting_style.
29555
29556 2004-02-03  Bruno Haible  <bruno@clisp.org>
29557
29558         * m4/pipe.m4: New file, from GNU gettext.
29559
29560 2004-02-03  Bruno Haible  <bruno@clisp.org>
29561
29562         * lib/pipe.h: New file, from GNU gettext.
29563         * lib/pipe.c: New file, from GNU gettext.
29564
29565 2004-01-27  Bruno Haible  <bruno@clisp.org>
29566
29567         * m4/execute.m4: New file, from GNU gettext.
29568
29569 2004-01-27  Bruno Haible  <bruno@clisp.org>
29570
29571         * lib/execute.h: New file, from GNU gettext.
29572         * lib/execute.c: New file, from GNU gettext.
29573         * lib/w32spawn.h: New file, from GNU gettext.
29574
29575 2004-01-24  Paul Eggert  <eggert@twinsun.com>
29576
29577         Merge from diffutils.
29578
29579         * lib/file-type.c (file_type): Add typed memory objects.
29580         * lib/file-type.h (S_TYPEISTMO): New macro.
29581
29582         * lib/c-stack.h (c_stack_action): Remove argv argument.
29583         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
29584         (die): Don't calculate message unless segv_action returns.
29585         (get_stack_location, min_address_from_argv, max_address_from_argv,
29586         volatile stack_base, volatile_stack_size): Remove.
29587         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
29588         that every segmentation violation is a stack overflow.  (Ouch!)
29589         See Debian bug 136249 (still outstanding) for more info about why
29590         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
29591
29592 2004-01-24  Paul Eggert  <eggert@twinsun.com>
29593
29594         Exit-status fix from coreutils.
29595
29596         Use exit_failure consistently in place of EXIT_FAILURE,
29597         so that program exit statuses are consistent on failure.
29598
29599         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
29600         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
29601         * lib/argmatch.h: Comment fix to match the above.
29602         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
29603         Now a macro referring to exit_failure, instead of a separate
29604         variable.  Include "exitfail.h" to get it.
29605         * lib/xstrtol.h: Include "exitfail.h".
29606         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
29607
29608         * lib/long-options.c (parse_long_options): Use prototype
29609         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
29610         for clarity.
29611
29612 2004-01-21  Jim Meyering  <jim@meyering.net>
29613
29614         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
29615         so as not to conflict with a different-sized __mktime_internal
29616         function in GNU libc.
29617         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
29618         Problem building statically-linked `ls' reported by Michael Brunnbauer.
29619
29620 2004-01-20  Karl Berry  <karl@gnu.org>
29621
29622         * config/config.guess: update from config.
29623
29624         * config/srclistvars.sh: GNUWWWLICENSES for karl.
29625
29626 2004-01-20  Bruno Haible  <bruno@clisp.org>
29627
29628         Safer stack allocation.
29629         * lib/setenv.c: Include allocsa.h.
29630         (alloca): Remove fallback definition.
29631         (freea): Remove macro.
29632         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
29633         instead of freea.
29634
29635 2004-01-20  Bruno Haible  <bruno@clisp.org>
29636
29637         * m4/eealloc.m4: New file, from GNU gettext.
29638
29639 2004-01-20  Bruno Haible  <bruno@clisp.org>
29640
29641         * m4/allocsa.m4: New file, from GNU gettext.
29642
29643 2004-01-20  Bruno Haible  <bruno@clisp.org>
29644
29645         * lib/xallocsa.h: New file, from GNU gettext.
29646         * lib/xallocsa.c: New file, from GNU gettext.
29647
29648 2004-01-20  Bruno Haible  <bruno@clisp.org>
29649
29650         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
29651
29652 2004-01-20  Bruno Haible  <bruno@clisp.org>
29653
29654         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
29655         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
29656         specially.
29657
29658 2004-01-20  Bruno Haible  <bruno@clisp.org>
29659
29660         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
29661         patch.
29662
29663 2004-01-20  Bruno Haible  <bruno@clisp.org>
29664
29665         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
29666
29667 2004-01-20  Bruno Haible  <bruno@clisp.org>
29668
29669         * lib/eealloc.h: New file.
29670
29671 2004-01-20  Bruno Haible  <bruno@clisp.org>
29672
29673         * lib/binary-io.h: Avoid warnings on Cygwin.
29674
29675 2004-01-20  Bruno Haible  <bruno@clisp.org>
29676
29677         * lib/allocsa.h: New file, from GNU gettext.
29678         * lib/allocsa.c: New file, from GNU gettext.
29679
29680 2004-01-18  Karl Berry  <karl@gnu.org>
29681
29682         * doc/gpl.texi, doc/lgpl.texi: new files.
29683
29684 2004-01-18  Karl Berry  <karl@gnu.org>
29685
29686         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
29687         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
29688
29689 2004-01-15  Paul Eggert  <eggert@twinsun.com>
29690
29691         Merge from coreutils.
29692
29693         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
29694         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
29695         (gl_DEFAULT_POSIX2_VERSION): Move
29696         the documentation from 'configure' into 'config.hin',
29697         so that 'configure --help' isn't burdened by it and
29698         we don't have to worry about its formatting there.
29699         Reword the documentation so that it's more succinct
29700         and can be run together into a single paragraph.
29701         * m4/same.m4 (gl_SAME): Check for pathconf.
29702
29703 2004-01-15  Paul Eggert  <eggert@twinsun.com>
29704
29705         Merge from coreutils.
29706
29707         * lib/posixver.c: Include posixver.h.
29708
29709         * lib/same.c: Include <stdbool.h>, <limits.h>.
29710         (_POSIX_NAME_MAX): Define if not defined.
29711         (MIN): New macro.
29712         (same_name): If file names are silently truncated, report
29713         that the file names are the same if they are the same after
29714         the silent truncation.
29715
29716         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
29717         conversion function.
29718         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
29719         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
29720         longer needed.
29721
29722 2004-01-15  Jim Meyering  <jim@meyering.net>
29723
29724         Merge from coreutils.
29725
29726         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
29727         if no library is required.
29728         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
29729         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
29730         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
29731         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
29732         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
29733         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
29734         value, $ac_cv_search_crypt, if it's "none required".
29735         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
29736         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
29737         not gl_FUNC_GETLOADAVG.
29738         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
29739         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
29740
29741 2004-01-15  Jim Meyering  <jim@meyering.net>
29742
29743         Merge from coreutils.
29744
29745         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
29746         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
29747         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
29748
29749         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
29750         optional configure-time default.
29751
29752         * lib/version-etc.c (version_etc_copyright): Update copyright date.
29753
29754         * lib/xreadlink.c (xreadlink): Correct outdated comment.
29755
29756 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
29757
29758         Merge from coreutils.
29759
29760         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
29761         value, $ac_cv_search_nanosleep, if it's "none required".
29762
29763 2004-01-14  Paul Eggert  <eggert@twinsun.com>
29764
29765         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
29766         with like-named macro in fnmatch.c.
29767         (EXT): Use an internal constant instead.
29768
29769         Merge fnmatch patches from glibc.
29770         * lib/fnmatch.c (mbsinit): Remove define.
29771         Add libc_hidden_ver (__fnmatch, fnmatch).
29772         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
29773         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
29774
29775 2004-01-14  Karl Berry  <karl@gnu.org>
29776
29777         * config/install-sh: update from automake.
29778
29779 2004-01-13  Karl Berry  <karl@gnu.org>
29780
29781         * config/install-sh: update from automake.
29782
29783 2004-01-09  Karl Berry  <karl@gnu.org>
29784
29785         * config/install-sh: update from automake.
29786
29787 2004-01-05  Karl Berry  <karl@gnu.org>
29788
29789         * config/config.{sub,guess}: update from config.
29790
29791 2003-12-31  Karl Berry  <karl@gnu.org>
29792
29793         * config/depcomp: update from automake.
29794
29795 2003-12-14  Karl Berry  <karl@gnu.org>
29796
29797         * lib/config.charset: update from gettext-runtime.
29798
29799 2003-12-03  Paul Eggert  <eggert@twinsun.com>
29800
29801         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
29802         Bug reported by Alfred M. Szmidt.
29803
29804 2003-12-03  Bruno Haible  <bruno@clisp.org>
29805
29806         * m4/gettext.m4: Upgrade from gettext-0.13.
29807         * m4/po.m4: Upgrade from gettext-0.13.
29808         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
29809         * m4/intmax.m4: New file, from gettext-0.13.
29810         * m4/printf-posix.m4: New file, from gettext-0.13.
29811
29812 2003-11-29  Karl Berry  <karl@gnu.org>
29813
29814         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
29815
29816 2003-11-25  Paul Eggert  <eggert@twinsun.com>
29817             Bruno Haible  <bruno@clisp.org>
29818
29819         * lib/printf-parse.h: Don't include sys/types.h.
29820         (ARG_NONE): New macro.
29821         (char_directive): Change type of *arg_index fields to size_t.
29822         * lib/printf-parse.c: Don't include sys/types.h.
29823         (SSIZE_MAX): Remove macro.
29824         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
29825         Remove unnecessary overflow check.
29826         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
29827         fields.
29828
29829 2003-11-25  Bruno Haible  <bruno@clisp.org>
29830
29831         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
29832
29833 2003-11-25  Bruno Haible  <bruno@clisp.org>
29834
29835         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
29836         gt_TYPE_SSIZE_T.
29837
29838 2003-11-24  Paul Eggert  <eggert@twinsun.com>
29839
29840         * modules/alloca: Remove dependency on xalloc.
29841
29842 2003-11-24  Paul Eggert  <eggert@twinsun.com>
29843
29844         * lib/alloca.c: Remove dependency on xalloc module.
29845         (xalloc_die): Remove.
29846         (memory_full) [!defined emacs]: New macro.
29847         [!defined emacs]: Don't include xalloc.h.
29848         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
29849         address arithmetic overflows.  Change datatypes a bit to avoid
29850         unnecessary casts.
29851
29852 2003-11-22  Jim Meyering  <jim@meyering.net>
29853
29854         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
29855         s/size/size_t/.
29856
29857 2003-11-21  Karl Berry  <karl@gnu.org>
29858
29859         * config/config.{sub,guess}: update from config.
29860
29861 2003-11-18  Karl Berry  <karl@gnu.org>
29862
29863         * config/config.{sub,guess}: update from config.
29864
29865         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
29866
29867 2003-11-17  Paul Eggert  <eggert@twinsun.com>
29868
29869         * README: Mention that S+T cannot overflow if S is the size of
29870         an existing object and T is sufficiently small.
29871
29872 2003-11-17  Jim Meyering  <jim@meyering.net>
29873
29874         On systems without utime and without a utimes function capable of
29875         dealing with a NULL struct utimbuf* argument, this utime replacement
29876         could -- in unusual circumstances -- leak a file descriptor.
29877         * lib/utime.c: Include <unistd.h> and <errno.h>.
29878         (utime_null): Be sure to close `fd' and to preserve errno.
29879         Reported by Geoff Collyer via Arnold Robbins.
29880
29881 2003-11-17  Bruno Haible  <bruno@clisp.org>
29882
29883         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
29884         (Depends-on): Add xsize.
29885
29886 2003-11-17  Bruno Haible  <bruno@clisp.org>
29887
29888         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
29889
29890 2003-11-17  Bruno Haible  <bruno@clisp.org>
29891
29892         * lib/vasnprintf.c (alloca): Remove fallback definition.
29893         (freea): Remove definition.
29894         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
29895         Reported by Paul Eggert.
29896
29897 2003-11-16  Paul Eggert  <eggert@twinsun.com>
29898             Bruno Haible  <bruno@clisp.org>
29899
29900         Protect against address arithmetic overflow.
29901         * lib/printf-args.h: Include stddef.h.
29902         (arguments): Change type of field 'count' to size_t.
29903         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
29904         'unsigned int' where appropriate.
29905         * lib/printf-parse.h: Include sys/types.h.
29906         (char_directive): Change type of *arg_index fields to ssize_t.
29907         (char_directives): Change type of fields 'count', max_*_length to
29908         size_t.
29909         * lib/printf-parse.c: Include sys/types.h and xsize.h.
29910         (SSIZE_MAX): Define fallback value.
29911         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
29912         instead of 'int' where appropriate. Check a_allocated, d_allocated
29913         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
29914         * lib/vasnprintf.c: Include xsize.h.
29915         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
29916         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
29917         overflow. Avoid wraparound when converting a width or precision from
29918         decimal to binary.
29919
29920 2003-11-16  Bruno Haible  <bruno@clisp.org>
29921
29922         Update from GNU gettext.
29923         * lib/printf-parse.c: Generalize to it can be compiled for wide
29924         strings.
29925         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
29926         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
29927         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
29928         SNPRINTF): New macros.
29929         Don't include <alloca.h> if the file is used inside libintl.
29930         (local_wcslen): New function, for Solaris 2.5.1.
29931         (VASNPRINTF): Use it instead of wcslen.
29932
29933 2003-11-16  Bruno Haible  <bruno@clisp.org>
29934
29935         * lib/xsize.h (xmax): New function.
29936         (xsum, xsum3, xsum4): Declare as "pure" functions.
29937
29938 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29939
29940         * modules/xalloc (Files): Undo latest change, since xalloc.h
29941         no longer needs SIZE_MAX or PTRDIFF_MAX.
29942
29943 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29944
29945         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
29946         gl_PTRDIFF_MAX.
29947
29948 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29949
29950         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
29951         "return", to pacify some unknown compiler.  Problem reported
29952         by Joerg Schilling.
29953
29954 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29955
29956         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
29957         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
29958         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
29959         heuristic is just as accurate as far as we know, and it removes a
29960         dependency on size_max.m4 and ptrdiff_max.m4.
29961
29962 2003-11-11  Bruno Haible  <bruno@clisp.org>
29963
29964         * modules/xsize (Files): Add m4/size_max.m4.
29965         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
29966
29967 2003-11-11  Bruno Haible  <bruno@clisp.org>
29968
29969         * m4/size_max.m4: New file.
29970         * m4/ptrdiff_max.m4: New file.
29971         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
29972         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
29973         (gl_XALLOC): Invoke it.
29974
29975 2003-11-11  Bruno Haible  <bruno@clisp.org>
29976
29977         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
29978         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
29979         defined.
29980
29981 2003-11-10  Paul Eggert  <eggert@twinsun.com>
29982
29983         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
29984         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
29985         rejected some allocations of exactly SIZE_MAX - 2 bytes.
29986         From Bruno Haible.
29987         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
29988         not (size_t) -1, since it's defined here.
29989
29990 2003-11-09  Karl Berry  <karl@gnu.org>
29991
29992         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
29993
29994 2003-11-06  Paul Eggert  <eggert@twinsun.com>
29995
29996         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
29997         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
29998         Reject sizes of exactly SIZE_MAX bytes.
29999         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
30000         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
30001
30002 2003-11-05  Bruno Haible  <bruno@clisp.org>
30003
30004         * lib/xsize.h: Include limits.h, to avoid a possible collision with
30005         SIZE_MAX defined in <limits.h> on Solaris.
30006
30007 2003-11-04  Jim Meyering  <jim@meyering.net>
30008
30009         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
30010         variable names, rather than @VAR@.
30011         * modules/poll: Likewise.
30012
30013 2003-11-04  Bruno Haible  <bruno@clisp.org>
30014
30015         * modules/xsize: New file.
30016         * modules/linebreak: Depend on xsize.
30017         * MODULES.html.sh (func_all_modules): Add xsize.
30018
30019 2003-11-04  Bruno Haible  <bruno@clisp.org>
30020
30021         * m4/xsize.m4: New file.
30022
30023 2003-11-04  Bruno Haible  <bruno@clisp.org>
30024
30025         * lib/xsize.h: New file.
30026         * lib/linebreak.c: Include xsize.h.
30027         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
30028         argument for overflow.
30029         Suggested by Paul Eggert.
30030
30031 2003-11-03  Karl Berry  <karl@gnu.org>
30032
30033         * config/config.{guess,sub}: update from config.
30034
30035 2003-11-03  Jim Meyering  <jim@meyering.net>
30036
30037         * modules/userspec (lib_SOURCES): Add userspec.h.
30038         (Include): Add "userspec.h".
30039         Improve description.
30040
30041 2003-11-03  Jim Meyering  <jim@meyering.net>
30042
30043         * lib/userspec.c: Include "userspec.h".
30044         * lib/userspec.h: New file.
30045
30046 2003-11-03  Bruno Haible  <bruno@clisp.org>
30047
30048         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
30049
30050 2003-11-03  Bruno Haible  <bruno@clisp.org>
30051
30052         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
30053         available, to avoid (extremely rare) race condition.
30054         Suggested by Paul Eggert.
30055
30056 2003-11-02  Karl Berry  <karl@gnu.org>
30057
30058         * config/srclist.txt (vasprintf.c): sync broken, sigh.
30059
30060 2003-10-31  Paul Eggert  <eggert@twinsun.com>
30061
30062         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
30063         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
30064         (read_filesystem_list): Set and use me_type_malloced.
30065         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
30066         whatever the type happens to be), for brevity and consistency.
30067         Check for size calculation overflow on Alphas running OSF/1.
30068
30069 2003-10-31  Jim Meyering  <jim@meyering.net>
30070
30071         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
30072
30073         * lib/linebuffer.c: Include <string.h> for declaration of memset.
30074
30075 2003-10-30  Paul Eggert  <eggert@twinsun.com>
30076             Bruno Haible  <bruno@clisp.org>
30077
30078         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
30079         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
30080
30081 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
30082
30083         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
30084         netbsd*-gnu*.  Suggested by Robert Millan.
30085
30086 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30087
30088         * modules/group-member: Depend on stdbool.
30089
30090 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30091
30092         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
30093
30094 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30095
30096         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
30097         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
30098         after the 'gnu' in these cases.  This fixes some bugs in the
30099         previous change, and is based on suggestions by Robert Millan.
30100
30101 2003-10-29  Paul Eggert  <eggert@twinsun.com>
30102
30103         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
30104         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
30105         no longer needed.
30106         * lib/quotearg.c (quotearg_n_options): Use it.
30107         * lib/group-member.c: Include <stdbool.h>.
30108         (free_group_info): Arg is now const *; don't free arg.
30109         (get_group_info): Now returns bool and accepts struct group_info *,
30110         rather than returning a malloc'ed struct group_info *.
30111         All uses changed.  Check for overflow in internal size calculation.
30112
30113         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
30114         rather than xmalloc/xrealloc.
30115         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
30116         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
30117         conformance bug: the old code used a pointer after freeing the
30118         storage that it addressed.
30119         * lib/hash.c (hash_initialize): Simplify the code by using
30120         xalloc_oversized rather than doing it by hand.
30121         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
30122         the buffer preserved.  Use free and xmalloc instead.
30123         * lib/quotearg.c (quotearg_n_options): Likewise.
30124         Use a simpler test for size overflow.  Don't use xalloc_oversized
30125         because unsigned int might be wider than size_t (!); this suggests
30126         that we should switch from unsigned int to size_t for slot numbers.
30127
30128 2003-10-28  Paul Eggert  <eggert@twinsun.com>
30129
30130         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
30131         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
30132         NetBSD kernels.  Requested by Richard Stallman.
30133
30134 2003-10-27  Paul Eggert  <eggert@twinsun.com>
30135
30136         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
30137         to allocate the returned structure.  Do not allocate a subarray,
30138         as x2nrealloc will do that.
30139         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
30140         instead of xnrealloc.
30141         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
30142
30143 2003-10-27  Bruno Haible  <bruno@clisp.org>
30144
30145         * lib/stdbool_.h: Better support for BeOS.
30146
30147 2003-10-26  Paul Eggert  <eggert@twinsun.com>
30148
30149         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
30150         now uses inline.
30151
30152 2003-10-26  Paul Eggert  <eggert@twinsun.com>
30153
30154         * lib/xalloc.h (xalloc_oversized): New static inline function, for
30155         callers that want to do their own size-overflow checking.  Include
30156         <stdbool.h>, since xalloc_oversized returns bool.
30157         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
30158         to use xalloc_oversized.
30159
30160         Add two functions x2realloc, x2nrealloc, for programs that grow
30161         arrays dynamically by doubling their sizes.
30162         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
30163         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
30164         New functions.
30165
30166         Port to C99 semantics for 'inline' of external functions.
30167         Bug reported by Bruno Haible.
30168         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
30169         with the old contents of xnmalloc.
30170         (xnmalloc, xmalloc): Use it.
30171         (xnrealloc_inline): New static inline function,
30172         with the old contents of xnrealloc.
30173         (xnrealloc, xrealloc): Use it.
30174
30175         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
30176         that.
30177
30178 2003-10-26  Karl Berry  <karl@gnu.org>
30179
30180         * config/srclist.txt (COPYING.DOC): no longer available from
30181         /gd/gnuorg; don't know where the ultimate source is.
30182
30183 2003-10-25  Paul Eggert  <eggert@twinsun.com>
30184
30185         Fix several address-calculation bugs in the hash modules,
30186         plus some minor code cleanup.
30187
30188         * lib/hash.h: Include <stdbool.h>, for bool.
30189         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
30190         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
30191         hash_get_n_entries, hash_get_max_bucket_length,
30192         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
30193         hash_rehash): Use size_t rather than unsigned.
30194         * lib/hash.c (struct hash_table, hash_get_n_buckets,
30195         hash_get_n_buckets_used, hash_get_n_entries,
30196         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
30197         hash_get_entries, hash_do_for_each, hash_string, is_prime,
30198         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
30199         Likewise.
30200         (SIZE_MAX): Define if not defined.
30201         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
30202         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
30203         hash_print):
30204         Use const * when possible.
30205         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
30206         (check_tuning): Fix bug: if tuning parameters were very close to
30207         0 or 1, rounding errors could have caused subscript violations.
30208         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
30209         (hash_initialize): Add 'fail:' label
30210         to free table and return NULL, and use it to simplify code.
30211         Use calloc rather than clearing the storage ourself.
30212         (hash_initialize, hash_rehash): Check for arithmetic overflow in
30213         buffer size calculations.
30214         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
30215         Include <stddef.h>, for size_t.
30216         * lib/hash-pjw.c (hash_pjw): Likewise.
30217         Switch to method described by Bruno Haible.
30218         Include <limits.h>, for CHAR_BIT.
30219         (SIZE_BITS): New macro.
30220
30221 2003-10-23  Paul Eggert  <eggert@twinsun.com>
30222
30223         * m4/getline.m4 (AM_FUNC_GETLINE):
30224         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
30225         hosts.  Problem reported by Derek Robert Price in
30226         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
30227         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
30228         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
30229
30230 2003-10-21  Paul Eggert  <eggert@twinsun.com>
30231
30232         * lib/getndelim2.c (getndelim2): When size calculation overflows,
30233         ceiling the allocation at NMAX bytes rather than silently
30234         discarding input bytes before NMAX is reached.  This makes
30235         a difference only if NMAX exceeds SIZE_MAX / 2.
30236
30237         * lib/obstack.c: Merge from glibc.
30238         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
30239         Add libc_hidden_def (_obstack_newchunk).
30240         (_obstack_free) [! defined _LIBC]: Remove.
30241         [defined _LIBC]: Make a strong alias from obstack_free, rather than
30242         a clone of the function body.
30243         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
30244         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
30245
30246         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
30247         glibc.
30248         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
30249         arg to memcpy.
30250
30251         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
30252         (obstack_ptr_grow_fast, obstack_int_grow_fast):
30253         Don't use lvalue casts, as GCC plans to remove support for them
30254         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
30255         was also present in the non-GCC version, indicating that this
30256         code had always been buggy and had never been widely used.
30257         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
30258         Use the fast variant of each macro, rather than copying the
30259         definiens of the fast variant; that way, we'll be more likely to
30260         catch future bugs in the fast variants.
30261
30262 2003-10-20  Bruno Haible  <bruno@clisp.org>
30263
30264         * modules/wait-process: New file.
30265         * MODULES.html.sh (func_all_modules): Add wait-process.
30266
30267 2003-10-20  Bruno Haible  <bruno@clisp.org>
30268
30269         * m4/wait-process.m4: New file.
30270
30271 2003-10-20  Bruno Haible  <bruno@clisp.org>
30272
30273         * lib/wait-process.h: New file, from GNU gettext.
30274         * lib/wait-process.c: New file, from GNU gettext.
30275
30276 2003-10-19  Jim Meyering  <jim@meyering.net>
30277
30278         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
30279         HPUX 10.20.
30280
30281 2003-10-18  Karl Berry  <karl@gnu.org>
30282
30283         * config/config.guess: update from config.
30284
30285 2003-10-16  Paul Eggert  <eggert@twinsun.com>
30286
30287         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
30288         (getgroups): First arg is int, not size_t.
30289         Don't let 'free' mangle errno.
30290
30291 2003-10-16  Paul Eggert  <eggert@twinsun.com>
30292
30293         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
30294
30295 2003-10-16  Karl Berry  <karl@gnu.org>
30296
30297         * config/config.{guess,sub}: update from config.
30298
30299 2003-10-16  Jim Meyering  <jim@meyering.net>
30300
30301         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
30302         memcpy.
30303
30304 2003-10-15  Paul Eggert  <eggert@twinsun.com>
30305
30306         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
30307         (SIZE_MAX): Remove.
30308         (new_exclude, add_exclude_file): Initial size no longer needs to
30309         be a power of 2.
30310         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
30311         our own address arithmetic overflow checking.
30312
30313         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
30314         (fnmatch): Do not alloca more than 2000 wide characters;
30315         instead, use malloc for large buffers.
30316         Check for address arithmetic overflow, and return -1
30317         with errno set to ENOMEM in that case.
30318         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
30319         (NEW_PATTERN): Do not alloca more than 8000 bytes;
30320         instead, return -1.  Check for address arithmetic overflow.
30321
30322 2003-10-14  Paul Eggert  <eggert@twinsun.com>
30323
30324         Handle invalid suffixes and overflow independently, so that
30325         callers can treat them independently as needed.  Fix some bugs in
30326         suffix handling, e.g., "100k@" was not diagnosed as an invalid
30327         suffix for a human-readable blocksize.  The major caller-visible
30328         change is the addition of a new
30329         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
30330         that both overflow and suffix chars were found.
30331
30332         * lib/human.c (humblock): Don't check separately for invalid suffix
30333         char; that is xstrtoumax's job (now that its bug is fixed).
30334         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
30335         INTMAX_MAX]: New macros.
30336         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
30337         TYPE_MAXIMUM): New macros.
30338         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
30339         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
30340         if overflow occurs, as it's what __strtol does and it's more useful
30341         in practice.
30342         (__xstrtol): If __strtol reports some error other than ERANGE,
30343         reflect it to the caller as LONGINT_INVALID.  If it reports
30344         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
30345         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
30346         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
30347         value.
30348         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
30349         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
30350         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
30351         [defined UINTMAX_MAX]: New macros.
30352
30353 2003-10-14  Bruno Haible  <bruno@clisp.org>
30354
30355         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
30356
30357 2003-10-14  Bruno Haible  <bruno@clisp.org>
30358
30359         * m4/sig_atomic_t: New file, from GNU gettext.
30360         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
30361
30362 2003-10-14  Bruno Haible  <bruno@clisp.org>
30363
30364         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
30365         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
30366         Also use volatile where needed.
30367
30368 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30369
30370         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
30371         Change maintainer from Bruno Haible to 'all'.
30372
30373 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30374
30375         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
30376
30377 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30378
30379         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
30380         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
30381         and define in terms of the other primitives.
30382         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
30383         (SIZE_MAX): Define if not already defined.
30384         (array_size_overflow): New function.
30385         (xalloc_die): Abort instead of exiting if 'error' returns.
30386         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
30387         (xmalloc, xrealloc): Use them.
30388         (xcalloc): Check for address arithmetic overflow.
30389         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
30390         a bit faster than strcpy.
30391
30392 2003-10-10  Simon Josefsson  <jas@extundo.com>
30393
30394         * modules/argp (Depends-on): Add restrict and strcase.
30395
30396 2003-10-10  Simon Josefsson  <jas@extundo.com>
30397
30398         * m4/argp.m4: Add AC_C_INLINE.
30399
30400 2003-10-08  Paul Eggert  <eggert@twinsun.com>
30401
30402         Merge getpass from libc, plus a few fixes.
30403
30404         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
30405         Include <stdbool.h>.
30406         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
30407         __fsetlocking to empty.
30408         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
30409         do include <bits/libc-lock.h>.
30410         Do not include <fcntl.h>; not needed.
30411         [_LIBC]: Include <wchar.h>.
30412         (NOTCANCEL_MODE): New macro.
30413         (flockfile, funlockfile) [_LIBC]: New macros.
30414         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
30415         [!_LIBC]: New macros.
30416         (call_fclose): New function.
30417         (getpass): Use it.  Save tty stream separately; this simplifies the
30418         code and makes it more reliable if stdin happens to equal stdout.
30419         Invoke __fsetlocking on tty.
30420         Handle thread cancellation if needed.
30421         Namespace cleanup (use __tcgetattr, __getline).
30422         Use bool for Booleans.
30423         [USE_IN_LIBIO]: Handle wide streams.
30424         [!_LIBC]: Unconditionally do the fseek, since we don't know what
30425         stream might go where.
30426
30427         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
30428         doesn't have to include <stdio.h> before us.
30429         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
30430         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
30431         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
30432         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
30433         if not declared, so that we can use getpass.c code from libc without
30434         rewriting it.
30435         (flockfile, ftrylockfile, funlockfile): New macros.
30436
30437 2003-10-08  Paul Eggert  <eggert@twinsun.com>
30438
30439         * modules/getpass: Depend on stdbool.
30440
30441 2003-10-08  Paul Eggert  <eggert@twinsun.com>
30442
30443         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
30444
30445 2003-10-07  Karl Berry  <karl@gnu.org>
30446
30447         * config/config.{guess,sub}: update from config.
30448
30449 2003-10-06  Jim Meyering  <jim@meyering.net>
30450             Bruno Haible  <bruno@clisp.org>
30451
30452         This lets translators provide better translations for the
30453         "Written by ..." part of --version output.
30454         * lib/version-etc.h: Include stdarg.h.
30455         (version_etc_copyright): Declare as readonly.
30456         (version_etc): Make this function variadic with a NULL-terminated list
30457         of author name strings.
30458         (version_etc_va): New declaration.
30459         * lib/version-etc.c: Include stdarg.h, stdlib.h.
30460         (version_etc_copyright): Declare as readonly.
30461         (version_etc_va): New function. Provide a different translatable string
30462         for each possible number of authors < 10. Abbreviate when there are 10
30463         authors or more.
30464         (version_etc): Make this function variadic. Call version_etc_va.
30465         Suggestion from Gary V. Vaughan.
30466
30467         * lib/long-options.h (parse_long_options): Change prototype: the
30468         authors string is moved to the end and becomes variadic.
30469         * lib/long-options.c: Include stdarg.h.
30470         (parse_long_options): Make this function variadic, too.
30471         Call version_etc_va, not version_etc.
30472
30473 2003-10-06  Bruno Haible  <bruno@clisp.org>
30474
30475         * modules/version-etc-2: Remove file.
30476         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
30477
30478 2003-10-06  Bruno Haible  <bruno@clisp.org>
30479
30480         * modules/fatal-signal: New file.
30481         * MODULES.html.sh (func_all_modules): Add fatal-signal.
30482
30483 2003-10-06  Bruno Haible  <bruno@clisp.org>
30484
30485         * m4/fatal-signal.m4: New file.
30486         * m4/signalblocking.m4: New file, from GNU gettext.
30487
30488 2003-10-06  Bruno Haible  <bruno@clisp.org>
30489
30490         * lib/version-etc-2.h: Remove file.
30491         * lib/version-etc-2.c: Remove file.
30492
30493 2003-10-06  Bruno Haible  <bruno@clisp.org>
30494
30495         * lib/fatal-signal.h: New file, from GNU gettext.
30496         * lib/fatal-signal.c: New file, from GNU gettext.
30497
30498 2003-10-05  Paul Eggert  <eggert@twinsun.com>
30499
30500         * README: Rework advice for preventing empty .o files.
30501         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
30502         not <sys/types.h>.
30503
30504 2003-10-04  Karl Berry  <karl@gnu.org>
30505
30506         * lib/argp*: update from libc.
30507
30508 2003-10-04  Karl Berry  <karl@gnu.org>
30509
30510         * config/config.{guess,sub}: update from config.
30511
30512 2003-10-02  Bruno Haible  <bruno@clisp.org>
30513
30514         * modules/lchown (Include): Add lchown.h.
30515         * modules/time_r (Include): Use "..." syntax.
30516         * modules/xgetdomainname (Include): Add xgetdomainname.h.
30517
30518 2003-10-01  Simon Josefsson  <jas@extundo.com>
30519
30520         * MODULES.html.sh (func_all_modules): Move gethostname from section
30521         'based on' to section 'lacking' POSIX:2001.
30522
30523 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
30524
30525         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
30526         to output mode on the same stream.
30527
30528 2003-09-29  Paul Eggert  <eggert@twinsun.com>
30529
30530         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
30531         Fix arg typo in previous patch.
30532
30533 2003-09-28  Jim Meyering  <jim@meyering.net>
30534
30535         * lib/error.c: Correct cpp indentation.
30536
30537 2003-09-27  Paul Eggert  <eggert@twinsun.com>
30538
30539         * modules/free: New file.
30540
30541 2003-09-27  Paul Eggert  <eggert@twinsun.com>
30542
30543         * m4/free.m4: New file.
30544
30545 2003-09-27  Paul Eggert  <eggert@twinsun.com>
30546
30547         * lib/minmax.h (MIN, MAX)
30548         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
30549         Omit the special code that used __typeof__, since we worry that
30550         it could be more trouble than it's worth.  See:
30551         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
30552         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
30553
30554         * lib/free.c: New file.
30555
30556 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
30557
30558         Trivial fixes to Makefile.am parts of module listings.
30559         * modules/strstr: Append strstr.h to lib_SOURCES.
30560         * modules/strcase: Likewise, for strcase.h.
30561
30562 2003-09-27  Karl Berry  <karl@gnu.org>
30563
30564         * config/mkinstalldirs: update from automake.
30565
30566 2003-09-26  Paul Eggert  <eggert@twinsun.com>
30567
30568         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
30569         (error_tail): Do not loop, reallocating temporary buffer, since
30570         the output cannot contain more wide characters than the input
30571         contains bytes, the size must be big enough already.  This avoids
30572         one potential size overflow calculation.  Check for size overflow
30573         when calculating temporary buffer size.  Free temporary buffer
30574         when done, if it was allocated with malloc; this plugs a memory
30575         leak.  Remove casts from void * to pointers, that are no longer
30576         needed now that we're assuming C89 or better.
30577
30578         Merge error changes from glibc.
30579
30580         * lib/error.c, error.h: Update copyright notice header to match glibc.
30581         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
30582         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
30583         Disable cancellation while printing error.
30584         * lib/error.h: Prepend __ to parameter names.
30585
30586 2003-09-26  Jim Meyering  <jim@meyering.net>
30587
30588         * lib/error.c (error_tail): Move some declarations
30589         into inner scope where the local variables are used.
30590
30591 2003-09-26  Bruno Haible  <bruno@clisp.org>
30592
30593         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
30594         stpncpy().
30595         Don't define stpncpy through config.h; it's now done through stpncpy.h.
30596
30597 2003-09-26  Bruno Haible  <bruno@clisp.org>
30598
30599         * lib/stpncpy.h (gnu_stpncpy): New declaration.
30600         (stpncpy): Define as alias for gnu_stpncpy.
30601         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
30602
30603 2003-09-25  Simon Josefsson  <jas@extundo.com>
30604
30605         * lib/xgetdomainname.h: New file.
30606         * lib/xgetdomainname.c: New file.
30607
30608 2003-09-25  Simon Josefsson  <jas@extundo.com>
30609             Bruno Haible  <bruno@clisp.org>
30610
30611         * modules/getdomainname: New file.
30612         * modules/xgetdomainname: New file.
30613         * MODULES.html.sh (func_all_modules): Add getdomainname,
30614         xgetdomainname.
30615
30616 2003-09-25  Simon Josefsson  <jas@extundo.com>
30617             Bruno Haible  <bruno@clisp.org>
30618
30619         * m4/getdomainname.m4: New file.
30620
30621 2003-09-25  Simon Josefsson  <jas@extundo.com>
30622             Bruno Haible  <bruno@clisp.org>
30623
30624         * lib/getdomainname.h: New file.
30625         * lib/getdomainname.c: New file.
30626
30627 2003-09-25  Karl Berry  <karl@gnu.org>
30628
30629         * lib/argp-fmtstream.c, argp-help.c: update from libc.
30630
30631 2003-09-25  Karl Berry  <karl@gnu.org>
30632
30633         * config/install-sh: update from automake.
30634
30635 2003-09-25  Bruno Haible  <bruno@clisp.org>
30636
30637         * modules/version-etc-2: New file, from modules/version-etc with
30638         modifications.
30639         * MODULES.html.sh (func_all_modules): Add version-etc-2.
30640
30641 2003-09-25  Bruno Haible  <bruno@clisp.org>
30642
30643         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
30644         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
30645
30646 2003-09-24  Simon Josefsson  <jas@extundo.com>
30647
30648         * modules/xgethostname: Add xgethostname.h.
30649
30650 2003-09-24  Paul Eggert  <eggert@twinsun.com>
30651
30652         * lib/linebuffer.c (freebuffer): Don't free the argument, just
30653         the buffer associated with the argument.  Bug reported by
30654         Simon Josefsson.
30655
30656 2003-09-24  Paul Eggert  <eggert@twinsun.com>
30657
30658         * README: Document assumptions that 'int' is at least 32 bits
30659         wide, that integer arithmetic is 2's complement without overflow,
30660         that there are no holes in integer values, that adding sizes of
30661         two nonoverlapping objects can't overflow, and that all-bits-zero
30662         yields scalar zero.  Fix spelling and capitalization typos.
30663
30664 2003-09-19  Karl Berry  <karl@gnu.org>
30665
30666         * lib/argp.h: update from libc.
30667
30668 2003-09-17  Paul Eggert  <eggert@twinsun.com>
30669
30670         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
30671         to avoid spurious warnings like "AC_RUN_IFELSE was called before
30672         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
30673
30674 2003-09-17  Paul Eggert  <eggert@twinsun.com>
30675
30676         * gnulib-tool: Use "test -h", not "test -L", for portability
30677         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
30678         (tags_regexp): Remove, since \| doesn't conform to POSIX.
30679         (sed_extract_prog): Issue s commands one-by-one, rather than
30680         using \| in one s command.
30681
30682 2003-09-16  Paul Eggert  <eggert@twinsun.com>
30683
30684         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
30685         input error, instead of returning NULL the next time we are called
30686         (and therefore losing track of errno).
30687
30688 2003-09-16  Bruno Haible  <bruno@clisp.org>
30689
30690         * gnulib-tool (func_create_testdir): Warn about duplicated
30691         dependencies.
30692
30693 2003-09-15  Paul Eggert  <eggert@twinsun.com>
30694
30695         * modules/argmatch, modules/fatal, modules/obstack,
30696         modules/xalloc, modules/xgethostname: Sort dependencies by
30697         importance, not alphabetically.
30698
30699 2003-09-15  Paul Eggert  <eggert@twinsun.com>
30700
30701         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
30702         fails, so that the caller gets the proper errno.
30703
30704         * lib/readutmp.c (read_utmp): Likewise.
30705         Check for fstat error.  Close stream and free storage
30706         when failing.
30707
30708 2003-09-14  Karl Berry  <karl@gnu.org>
30709
30710         * config/srclist.txt (strdup.c): disable for c89 changes.
30711
30712 2003-09-14  Jim Meyering  <jim@meyering.net>
30713
30714         * lib/getloadavg.c: Correct cpp indentation.
30715         * lib/strdup.c: Likewise.
30716         * lib/vasnprintf.c: Likewise.
30717
30718 2003-09-14  Bruno Haible  <bruno@clisp.org>
30719
30720         * modules/fwriteerror: New file.
30721         * MODULES.html.sh (func_all_modules): Add fwriteerror.
30722
30723 2003-09-14  Bruno Haible  <bruno@clisp.org>
30724
30725         * lib/fwriteerror.h: New file.
30726         * lib/fwriteerror.c: New file.
30727
30728 2003-09-12  Paul Eggert  <eggert@twinsun.com>
30729
30730         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
30731         modules/xgethostname, modules/xalloc: Depend on exit.
30732
30733 2003-09-12  Paul Eggert  <eggert@twinsun.com>
30734
30735         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
30736
30737         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
30738         and AC_MINIX, too, so that their extensions are available.
30739
30740         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
30741         This macro has been superseded by gl_BACKUPFILE.
30742
30743         More patches to assume C89 or better.
30744
30745         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
30746
30747         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
30748         unconditionally.
30749         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
30750         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
30751         Include <string.h>, <stdlib.h> unconditionally.
30752         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
30753         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
30754         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
30755         headers or for string.h.
30756         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
30757         or strtoul.
30758
30759         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
30760         headers.
30761         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
30762         * m4/userspec.m4 (gl_USERSPEC): Likewise.
30763         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
30764         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
30765         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30766         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
30767         memcpy, memset.
30768         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
30769         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
30770         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
30771         strtol.
30772         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
30773         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
30774         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
30775         strtoul.
30776
30777 2003-09-12  Paul Eggert  <eggert@twinsun.com>
30778
30779         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
30780         * lib/obstack.c [!defined _LIBC]: Likewise.
30781         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
30782         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
30783         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
30784
30785         More changes to assume C89 or better.
30786
30787         * lib/error.c (error_tail): Assume vprintf.
30788
30789         * lib/argmatch.c (getenv): Remove decl.
30790         * lib/progreloc.c (get_full_program_name): Define via prototype.
30791         * lib/setenv.c (clearenv): Likewise.
30792         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
30793         needed.
30794         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
30795         (malloc, memcpy): Remove decls.
30796         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
30797         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
30798         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
30799         (memcpy): Remove macro.
30800         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
30801         (__P): Remove.  All uses removed.
30802         (PTR): Remove.  All uses changed to void *.
30803         (CHAR_BIT, NULL): Remove.
30804         (spaces, zeros, memset_space, memset_zero)
30805         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
30806         Remove.
30807         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
30808         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
30809         Define with prototype.
30810         Remove now-unnecessary prototype decl.
30811         (extra_args_spec): Assume ANSI C.  All uses changed.
30812         (extra_args_spec_iso): Remove.
30813         (my_strftime, emacs_strftimeu): Define via prototype.
30814         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
30815         unconditionally.
30816         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
30817         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
30818         (strtoul, strtol): Remove decls.
30819         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
30820         LONG_MAX): Remove.
30821         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
30822         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
30823         (LOCALE_PARAM_PROTO): New macro.
30824         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
30825         (INTERNAL (strtol), strtol): Define with a prototype.
30826         (PARAMS): Remove.  All uses removed.
30827         * lib/tempname.c: Include <string.h> unconditionally.
30828         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
30829         * lib/xgethostname.c (main): Define with a prototype.
30830         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
30831         Include <stdlib.h> unconditionally.
30832         (calloc, malloc, realloc, free): Remove decls.
30833         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
30834         Include <stdlib.h> unconditionally.  Sort include file names.
30835         (strtod): Remove.
30836         (xstrtod): Define with a prototype.
30837         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
30838         (strtol, strtoul): Remove decls.
30839
30840 2003-09-11  Paul Eggert  <eggert@twinsun.com>
30841
30842         More patches to assume C89 or better.
30843         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
30844         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
30845         string.h, memchr, STDC_HEADERS.
30846
30847 2003-09-11  Paul Eggert  <eggert@twinsun.com>
30848
30849         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
30850         Include <stdlib.h>, <string.h> unconditionally.
30851         Remove now-unnecessary cast to char *.
30852         * lib/strnlen.c: Include <string.h> unconditionally.
30853         * lib/yesno.c (yesno): Define with a prototype.
30854
30855 2003-09-11  Bruno Haible  <bruno@clisp.org>
30856
30857         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
30858
30859 2003-09-10  Jim Meyering  <jim@meyering.net>
30860
30861         * lib/error.c: Correct indentation of cpp directives.
30862
30863 2003-09-10  Bruno Haible  <bruno@clisp.org>
30864
30865         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
30866         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
30867         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
30868         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
30869         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
30870         <stdlib.h> and <string.h> checks.
30871         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
30872         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
30873
30874 2003-09-10  Bruno Haible  <bruno@clisp.org>
30875
30876         * lib/strcspn.c: Include <string.h> unconditionally.
30877         * lib/strpbrk.c: Include <string.h> unconditionally.
30878         * lib/strstr.c: Include <string.h> unconditionally.
30879         * lib/unicodeio.c: Include <string.h> unconditionally.
30880         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
30881         * lib/unsetenv.c: Likewise.
30882         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
30883         * lib/yesno.c: Include <stdlib.h> unconditionally.
30884         (rpmatch): Add prototype.
30885
30886 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30887
30888         More patches to assume C89 or better.
30889         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
30890         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
30891         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
30892         or for string.h.
30893         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
30894         stdlib.h.
30895         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
30896         C headers.
30897         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
30898         string.h.
30899         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
30900         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
30901         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
30902         or for string.h.
30903         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
30904         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
30905         C headers.
30906         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
30907         memcpy.
30908         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
30909         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
30910         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
30911         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
30912         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
30913         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
30914         string.h, free.
30915         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
30916         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
30917         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
30918         C headers, or for string.h.
30919         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
30920         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
30921         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
30922         headers, memory.h, stdlib.h, string.h, strings.h.
30923         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
30924         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
30925         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
30926         strchr.
30927         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
30928         headers, memory.h, string.h.
30929         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
30930         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
30931         free.
30932         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
30933         headers.
30934         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
30935         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
30936         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
30937         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
30938         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
30939
30940 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30941
30942         More K&R removal.
30943
30944         * lib/acosl.c (main): Use a prototype.
30945         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
30946         tanl.c: Likewise.
30947
30948         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
30949
30950         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
30951         (getopt, etopt_long, getopt_long_only, _getopt_internal)
30952         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
30953         with a prototype.
30954         * lib/getopt.c (const): Remove macro.
30955         Include <string.h> unconditionally.
30956         (my_index): Remove; all uses changed to strchr.
30957         (strlen): Remove decl.
30958         (exchange): Remove forward decl; no longer needed.
30959         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
30960         Define with prototype.
30961         * lib/getopt1.c (const): Remove macro.
30962         (getopt_long, getopt_long_only, main): Define with prototype.
30963
30964         * lib/getugroups.c: Include <string.h> unconditionally.
30965
30966         * lib/getusershell.c: Include <stdlib.h> unconditionally.
30967         (getusershell, setusershell, endusershell, readname, main):
30968         Define with prototypes.
30969
30970         * lib/group-member.c: Include group-member.h first.
30971         Include <stdlib.h> unconditionally.
30972
30973         * lib/hard-locale.c: Include hard-locale.h first.
30974         Include <stdlib.h>, <string.h> unconditionally.
30975
30976         * lib/hash.c (free, malloc): Remove decls.
30977         Include <stdlib.h> unconditionally.
30978
30979         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
30980         (getenv): Do not declare.
30981
30982         * lib/idcache.c: Include <string.h> unconditionally.
30983
30984         * lib/long-options.c: Include long-options.h first, to test interface.
30985         Include <stdlib.h> unconditionally.
30986
30987         * lib/makepath.c: Include makepath.h first, to test interface.
30988         Include <stdlib.h> and <string.h> unconditionally.
30989
30990         * lib/linebuffer.c: Include <stdlib.h>.
30991         (free): Remove decl.
30992
30993         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
30994         stddef.h. rpl_malloc returns void *, not char *.
30995         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
30996         prototype.
30997
30998         * lib/md5.h: Include <limits.h> unconditionally.
30999         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
31000         (__P): Remove; all uses removed.
31001         * lib/md5.c: Include "md5.h" first.
31002         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
31003         md5_buffer, md5_process_bytes, md5_process_block):
31004         Define with prototypes.
31005         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
31006         * lib/sha.c: Include "sha.h" first.
31007         Include <stdlib.h>, <string.h> unconditionally.
31008
31009         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
31010         * lib/memcmp.c (__ptr_t): Likewise.
31011         * lib/memrchr.c (__ptr_t): Likewise.
31012         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
31013         Include <string.h> unconditionally.
31014         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
31015         * lib/memchr.c: Include <stdlib.h> unconditionally.
31016         * lib/memchr.c (LONG_MAX): Remove.
31017         * lib/memrchr.c (LONG_MAX): Likewise.
31018         * lib/memchr.c (__memchr): Define via a prototype.
31019         * lib/memrchr.c (__memrchr): Likewise.
31020         * lib/memcmp.c (__P): Remove, and remove all uses.
31021         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
31022         Remove forward decls; no longer needed.
31023         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
31024         Use types required by C89 in prototype.
31025
31026         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
31027         * lib/savedir.c: Likewise.
31028         * lib/mkdir.c (free): Remove decl.
31029         * lib/rmdir.c (rmdir): Define with a prototype.
31030         * lib/savedir.c: Include savedir.h first, to test interface.
31031
31032         * lib/mktime.c (STDC_HEADERS): Remove.
31033         Include <stdlib.h>, <string.h> unconditionally.
31034
31035         * lib/modechange.c: Include <stdlib.h> unconditionally.
31036         (malloc): Remove decl.
31037
31038         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
31039         (free): Remove decl.
31040
31041         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
31042         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
31043         (This type really should be intptr_t, but that's a C99ism.)
31044         (_obstack_memcpy): Remove: all uses changed to memcpy.
31045         Include <string.h> unconditionally.
31046         (struct obstack): Assume __STDC__ for types of members
31047         chunkfun, freefun, extra_arg.
31048         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
31049         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
31050         obstack_begin, obstack_specify_allocation,
31051         obstack_specify_allocation_with_arg, obstack_chunkfun,
31052         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
31053         Remove unprototyped decls and the macros that use them.
31054         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
31055         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
31056         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
31057         (defined __STDC__ && __STDC__)]:
31058         Remove nonprototyped code.
31059         Include <stdlib.h> unconditionally.
31060         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
31061         _obstack_allocated_p, _obstack_free, obstack_free,
31062         _obstack_memory_used, print_and_abort):
31063         Define using prototypes.
31064         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
31065         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
31066         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
31067         obstack_next_free, obstack_object_size, obstack_room) [0]:
31068         Remove unused, unprototyped code.
31069
31070         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
31071
31072         * lib/physmem.c (physmem_total, physmem_available, main): Define
31073         with prototypes.
31074
31075         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
31076         (main): Define with a prototype.
31077
31078         * lib/posixver.c (getenv): Remove decl.
31079
31080         * lib/putenv.c (malloc): Returns void *, not char *.
31081         Include <string.h> unconditionally.
31082         (strchr, memcpy, NULL): Do not define.
31083
31084         * lib/readtokens.c: Include readtokens.h first, to test interface.
31085         Include <stdlib.h>, <string.h> unconditionally.
31086         (init_tokenbuffer): Define with a prototype.
31087
31088         * lib/regex.c (PARAMS): Remove.  All uses removed.
31089         All uses of _RE_ARGS removed, too.
31090         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
31091         unconditionally.
31092         (bzero): Assume memset exists.
31093         (memcmp, memcpy, NULL): Remove.
31094         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
31095         char, or assignments to local vars of type signed char.
31096         (init_syntax_once, PREFIX(extract_number_and_incr),
31097         PREFIX(print_partial_compiled_pattern),
31098         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
31099         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
31100         PREFIX(regex_grow_registers), PREFIX(regex_compile),
31101         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
31102         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
31103         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
31104         wcs_compile_range, byte_compile_range, truncate_wchar,
31105         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
31106         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
31107         count_mbs_length, wcs_re_match_2_internal,
31108         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
31109         PREFIX(alt_match_null_string_p),
31110         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
31111         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
31112         regfree, PREFIX(extract_number)): Define with prototype.  Remove
31113         now-unnecessary declaration, if any.
31114         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
31115         regcomp, regexec):
31116         Remove now-unnecessary casts among pointer types.
31117         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
31118
31119         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
31120         (free): Remove decl.
31121
31122         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
31123
31124         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
31125         (free): Remove decl.
31126
31127         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
31128         * lib/xgetcwd.c: Likewise.
31129
31130         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
31131         (free): Remove decl.
31132
31133         * lib/strchrnul.c (strchrnul): Define with a prototype.
31134         Fix bug: c_in was not converted to char before searching.
31135
31136         The following changes are not K&R related:
31137
31138         * lib/group-member.h: Include <sys/types.h>, so that this file is
31139         self-contained.
31140         * lib/makepath.h: Likewise.
31141
31142         * lib/getusershell.c (readname, default_index, line_size, readname):
31143         Use size_t, not int, for sizes.
31144         (readname): If the size overflows, report an error instead of
31145         looping forever.
31146
31147 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31148
31149         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
31150         libc.
31151
31152 2003-09-09  Paul Eggert  <eggert@twinsun.com>
31153
31154         * README: New section: portability guidelines.
31155
31156 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
31157
31158         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
31159         C89 spec.
31160
31161 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
31162
31163         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
31164
31165 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31166
31167         Assume C89 or better; remove K&R cruft.
31168         A few of these changes were first proposed by Derek Robert Price
31169         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
31170
31171         * lib/addext.c: Include <string.h> unconditionally.
31172         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
31173         Don't declare getenv or malloc.
31174
31175         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
31176         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
31177         (NULL): Remove.
31178         (find_stack_direction, alloca): Use prototypes.
31179
31180         * lib/atexit.c (atexit): Define using a prototype.
31181
31182         * lib/basename.c, dirname.c, stripslash.c:
31183         Include <string.h> unconditionally.
31184
31185         * lib/bcopy.c: Include <stddef.h>.
31186         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
31187
31188         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
31189
31190         * lib/error.h (error, error_at_line, error_print_progname)
31191         [! (defined (__STDC__) && __STDC__)]: Remove decls.
31192         * lib/error.c: Include error.h first, to check interface.
31193         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
31194         (VA_START): Remove; all uses changeed to va_start.
31195         (exit, strerror): Remove decls.
31196         (error_print_progname): Prototype uncondionally.
31197         Don't include <errno.h>; no longer needed.
31198         (private_strerror): Remove.
31199         (error_tail): Always define.
31200         (error, error_at_line): Assume C89 or better; always use prototypes.
31201         * lib/fatal.c: Include "fatal.h" first, to test interface.
31202         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
31203         (VA_START): Remove; all uses changed to va_start.
31204         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
31205         this case.
31206         (exit): Remove decl.
31207         (fatal): Prototype unconditionally.  Assume va_start works.
31208         Abort at end, to pacify gcc.
31209
31210         * lib/euidaccess.c (main): Define with a prototype.
31211
31212         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
31213
31214         * lib/exitfail.c: Include <stdlib.h> unconditionally.
31215
31216         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
31217         prototypes.
31218         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
31219         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
31220         (getenv): Remove decl.
31221         (fnmatch): Define using a prototype.
31222         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
31223         (FCT): Define using a prototype.
31224
31225         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
31226
31227         * lib/gethostname.c: Include <stddef.h>.
31228         (gethostname): Define with prototype.  Length is size_t, not int.
31229
31230 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31231
31232         Assume C89 or better; remove K&R cruft.
31233         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
31234         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
31235         string.h, getenv, malloc.
31236         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
31237         headers.
31238         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
31239         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
31240         do not check for strerror.
31241         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
31242         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
31243         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
31244         do not check for doprnt or vprintf.
31245         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
31246         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
31247
31248 2003-09-08  Paul Eggert  <eggert@twinsun.com>
31249
31250         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
31251         getversion.c should have been removed then, but was accidentally
31252         preserved.
31253
31254         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
31255         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
31256
31257 2003-09-08  Karl Berry  <karl@gnu.org>
31258
31259         * config/config.sub, config.guess, srclistvars.sh: update from savannah
31260                 config, forget about prep.
31261
31262         * config/depcomp, missing: update from automake.
31263
31264 2003-09-07  Paul Eggert  <eggert@twinsun.com>
31265
31266         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
31267         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
31268
31269 2003-09-07  Paul Eggert  <eggert@twinsun.com>
31270
31271         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
31272         copy_tm_result.  Bug reported by Simon Josefsson in
31273         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
31274
31275 2003-09-06  Paul Eggert  <eggert@twinsun.com>
31276
31277         * m4/time_r.m4: New file.
31278         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
31279         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
31280         is. Check for timegm declaration.
31281         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
31282         Do not check for gmtime_r.
31283         Replace mktime if __mktime_internal does not exist and if mktime
31284         hasn't been replaced already.
31285
31286 2003-09-06  Paul Eggert  <eggert@twinsun.com>
31287
31288         * lib/time_r.c, lib/time_r.h: New files.
31289
31290         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
31291         __localtime_r.
31292         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
31293         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
31294
31295         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
31296         __gmtime_r.
31297         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
31298         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
31299         Include <time_r.h>.
31300
31301         * lib/timegm.c: Switch to glibc implementation, with the following
31302         changes:
31303         [defined HAVE_CONFIG_H]: Include <config.h>.
31304         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
31305         (__mktime_internal) [!defined _LIBC]: New decl.
31306         (__gmtime_r) [!defined _LIBC]: New macro and function.
31307         (timegm): Use a prototype, since gnulib assumes C89.
31308         Do not bother declaring tmp to be const, as it's not really usefu.
31309         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
31310         (timegm): Declare only if HAVE_DECL_TIMEGM.
31311
31312 2003-09-06  Paul Eggert  <eggert@twinsun.com>
31313
31314         * MODULES.html.sh (func_all_modules): Add time_r.
31315         * modules/time_r: New file.
31316         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
31317         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
31318
31319 2003-09-03  Paul Eggert  <eggert@twinsun.com>
31320
31321         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
31322         Bug reported by Lute Kamstra in
31323         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
31324
31325         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
31326         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
31327         course with correspondingly smaller numbers for tomorrow and
31328         yesterday.  From Tadayoshi Funaba.  Originally installed into
31329         sh-utils on 1999-08-07, but the patch got lost (I guess during the
31330         coreutils merge?).
31331
31332 2003-08-31  Simon Josefsson  <jas@extundo.com>
31333
31334         * modules/timegm: New file.
31335         * MODULES.html.sh (func_all_modules): Add timegm.
31336
31337 2003-08-31  Simon Josefsson  <jas@extundo.com>
31338
31339         * m4/timegm.m4: New file.
31340
31341 2003-08-31  Simon Josefsson  <jas@extundo.com>
31342
31343         * lib/timegm.h: New file.
31344         * lib/timegm.c: New file.  Based on
31345         wget-1.8.2/src/http.c:mktime_from_utc.
31346
31347 2003-08-31  Karl Berry  <karl@gnu.org>
31348
31349         * lib/argp.h: update from libc.
31350
31351 2003-08-28  Bruno Haible  <bruno@clisp.org>
31352
31353         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
31354         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
31355         followed by '#define fnmatch fnmatch_posix' gives an error.
31356
31357 2003-08-28  Bruno Haible  <bruno@clisp.org>
31358
31359         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
31360         warning on QNX, which defines O_BINARY to 000000.
31361
31362 2003-08-27  Jim Meyering  <jim@meyering.net>
31363
31364         * m4/mkstemp.m4: Require that the system mkstemp be able to create
31365         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
31366         would fail after 32.  Reported by Danny Levinson.  Details here:
31367         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
31368
31369 2003-08-24  Bruno Haible  <bruno@clisp.org>
31370
31371         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
31372         MSVC7 <stdio.h> is included later.
31373
31374 2003-08-22  Simon Josefsson  <jas@extundo.com>
31375
31376         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
31377
31378 2003-08-20  Karl Berry  <karl@gnu.org>
31379
31380         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
31381
31382 2003-08-20  Bruno Haible  <bruno@clisp.org>
31383
31384         * modules/progname: New file.
31385         * MODULES.html.sh (func_all_modules): Add progname.
31386
31387 2003-08-20  Bruno Haible  <bruno@clisp.org>
31388
31389         * lib/progname.h: New file, from GNU gettext.
31390         * lib/progname.c: New file, from GNU gettext.
31391         * lib/progreloc.c: New file, from GNU gettext.
31392
31393 2003-08-19  Jim Meyering  <jim@meyering.net>
31394
31395         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
31396         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
31397
31398 2003-08-19  Bruno Haible  <bruno@clisp.org>
31399
31400         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
31401         more.
31402
31403 2003-08-19  Bruno Haible  <bruno@clisp.org>
31404
31405         * lib/xstrdup.c: Assume <string.h> exists.
31406
31407 2003-08-18  Paul Eggert  <eggert@twinsun.com>
31408
31409         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
31410         in makefile rules.
31411
31412 2003-08-18  Jim Meyering  <jim@meyering.net>
31413
31414         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
31415         * m4/lib-ld.m4: Likewise.
31416
31417 2003-08-18  Jim Meyering  <jim@meyering.net>
31418
31419         * lib/setenv.h: Indent nested cpp directive.
31420         * lib/vasnprintf.c: Remove trailing blanks.
31421
31422 2003-08-17  Simon Josefsson  <jas@extundo.com>
31423
31424         * modules/xstrndup: New file.
31425         * MODULES.html.sh (func_all_modules): Add xstrndup.
31426
31427 2003-08-17  Simon Josefsson  <jas@extundo.com>
31428
31429         * modules/argp: Fix autoconf macro name. Add more dependencies.
31430
31431 2003-08-17  Simon Josefsson  <jas@extundo.com>
31432
31433         * m4/xstrndup.m4: New file.
31434
31435 2003-08-17  Simon Josefsson  <jas@extundo.com>
31436
31437         * m4/argp.m4: New file.
31438
31439 2003-08-17  Simon Josefsson  <jas@extundo.com>
31440             Bruno Haible  <bruno@clisp.org>
31441
31442         * lib/xstrndup.h: New file.
31443         * lib/xstrndup.c: New file.
31444
31445 2003-08-17  Bruno Haible  <bruno@clisp.org>
31446
31447         * modules/strndup (Files, Include): Add lib/strndup.h.
31448
31449 2003-08-17  Bruno Haible  <bruno@clisp.org>
31450
31451         * modules/euidaccess (Files): Add lib/euidaccess.h.
31452
31453 2003-08-17  Bruno Haible  <bruno@clisp.org>
31454
31455         * lib/strndup.h: New file.
31456
31457 2003-08-17  Bruno Haible  <bruno@clisp.org>
31458
31459         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
31460         like AC_GNU_SOURCE.
31461         * modules/extensions (configure.ac): Comment out the invocation of
31462         gl_USE_SYSTEM_EXTENSIONS.
31463
31464 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31465
31466         Merges from coreutils, etc.
31467         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
31468         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
31469         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
31470         fixing a typo.
31471         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
31472         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
31473
31474 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31475
31476         Document merge from coreutils.
31477         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
31478         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
31479         * modules/utime: Add m4/utimes-null.m4.
31480
31481 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31482
31483         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
31484         space, undoing this 2003-08-12 change:
31485         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
31486
31487 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31488
31489         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
31490         strtoul.c from libc, undoing this 2003-08-12 change:
31491         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
31492
31493 2003-08-16  Jim Meyering  <jim@meyering.net>
31494
31495         Merges from coreutils.
31496         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
31497         prefix.  Adjust cache variables similarly.  Create 500 rather than
31498         just 300 files, to exercise bug on Darwin6.5, too.
31499         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
31500         $missing_dir.
31501         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
31502         AM_SYS_POSIX_TERMIOS.
31503         Reported by mkc@mathdogs.com.
31504         Also change use of $am_cv_sys_posix_termios
31505         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
31506         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
31507         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
31508         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
31509         in /proc/mounts until it finds one with matching device number.  This
31510         is unnecessary when the FILE argument *is* a mount point.  No stat call
31511         is necessary in that case.  So, disable the statvfs-testing code on
31512         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
31513         as RedHat bug# 84846.
31514         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
31515         to 1MB, so as not to render systems with no stack size limit (e.g.,
31516         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
31517         Include <unistd.h>.  On some systems,
31518         it is required for the definition of _SC_PAGESIZE.
31519
31520 2003-08-16  Jim Meyering  <jim@meyering.net>
31521
31522         Merge from coreutils.
31523         * lib/xstrtoimax.c: #else #if -> #elif.
31524         * lib/xstrtoumax.c: Likewise.
31525
31526 2003-08-16  Jim Meyering  <jim@meyering.net>
31527
31528         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
31529         * m4/utimes.m4: Removed.
31530         * m4/utimes-null.m4: Renamed from utimes.m4.
31531
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         and Paul Eggert  <eggert@cs.ucla.edu>
31540
31541         Merges from coreutils, etc.
31542
31543         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
31544         using the latest version from cvs.  This avoids problems with #line
31545         directives using a vendor (Sun) compiler.
31546         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
31547         Don't set GETGROUPS_LIB here; now it's
31548         done via getgroups.m4's wrapper function.
31549         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
31550         rather than just in sh-util/configure.in, so that the
31551         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
31552         same.
31553         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
31554         AC_FUNC_GETLOADAVG where to find getloadavg.c.
31555         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
31556         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
31557         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
31558         Remove code that is now done by the newly-required macros.
31559         Append $(EXEEXT) to DF_PROG.
31560         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
31561         Do not invoke or require the following here,
31562         since prereq.m4 or some gnulib .m4 now does this for us:
31563         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
31564         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
31565         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
31566         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
31567         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
31568         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
31569         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
31570         AC_FUNC_OBSTACK.
31571         Do not replace the following functions, as this is now the job
31572         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
31573         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
31574         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
31575         atexit getpass, strdup, getpagesize.
31576         Replace 'raise'.
31577         Do not check for the following functions, as this is now the job
31578         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
31579         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
31580         setregid.
31581         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
31582         Check for sys/sysctl.h.
31583         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
31584         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
31585         of checking for ssize_t ourselves.
31586
31587         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
31588         Require every macro that gnulib/modules/* suggests for us.
31589         (jm_PREREQ_ADDEXT): New macro.
31590         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
31591         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
31592
31593         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
31594         (gl_PHYSMEM): Use it.
31595         Also check for `table' function.
31596         Check for new headers and functions.
31597         Add check for sys/sysmp.h.
31598         With suggestions from Kaveh Ghazi.
31599         Ignore headers that are present but cannot be compiled.  This
31600         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
31601         C 5.4.
31602
31603 2003-08-15  Paul Eggert  <eggert@twinsun.com>
31604
31605         Document merge from coreutils.
31606         * modules/userspec: Depend on posixver.
31607         * modules/strftime: Depend on tzset.
31608
31609 2003-08-15  Paul Eggert  <eggert@twinsun.com>
31610
31611         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
31612         rather than tab, after '#' in shell-script copyright notices.
31613         Suggested by Bruno Haible.
31614
31615 2003-08-15  Paul Eggert  <eggert@twinsun.com>
31616
31617         * config/srclist-update: Use three spaces, rather than tab, after '#'
31618         in shell-script copyright notices.  Suggested by Bruno Haible.
31619         Remove unnecessary parenthesization in regular expression.
31620
31621 2003-08-15  Jim Meyering  <jim@meyering.net>
31622
31623         Merge from coreutils.
31624         * lib/xgethostname.c: Include <stdlib.h>.
31625         (xghostname): Don't exit for anything other than memory-related
31626         failure; just return NULL.
31627         * lib/userspec.c: Include "posixver.h".
31628         (parse_user_spec): Accept `.' as a separator only
31629         in pre-POSIX-200112 mode.
31630         * lib/strtoimax.c: Use #elif rather than #else #if.
31631         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
31632         Remove function, now that we can rely on a working tzset function.
31633         [!_LIBC]: Ensure that the required autoconf test has been run.
31634         [!defined _NL_CURRENT && HAVE_STRFTIME]:
31635         Use underlying_strftime for %r.
31636         * lib/sha.c: Merge in some clean-up and optimization changes from
31637         glibc.
31638         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
31639         Ensure that it is a multiple of 64.
31640         Rearrange loop exit tests so as to avoid performing an
31641         additional fread after encountering an error or EOF.
31642         * lib/realloc.c: Update copyright date.
31643
31644 2003-08-15  Jim Meyering  <jim@meyering.net>
31645         and Paul Eggert  <eggert@twinsun.com>
31646
31647         Merge from coreutils.
31648         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
31649         member but strut utmpx does not.  Needed for AIX 4.3.3.
31650         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
31651
31652 2003-08-15  Jim Meyering  <jim@meyering.net>
31653         and Paul Eggert  <eggert@cs.ucla.edu>
31654
31655         Merges from coreutils, etc.
31656         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
31657         Require gl_FUNC_TZSET_CLOBBER.
31658         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
31659         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
31660         members.
31661
31662 2003-08-14  Paul Eggert  <eggert@twinsun.com>
31663
31664         Help the merge from coreutils.
31665         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
31666         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
31667         * m4/tzset.m4: Use it too.
31668
31669 2003-08-14  Paul Eggert  <eggert@twinsun.com>
31670
31671         * modules/tzset: New file.
31672
31673 2003-08-14  Jim Meyering  <jim@meyering.net>
31674
31675         Merges from coreutils.
31676         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
31677         variable names, rather than @FNMATCH_H@.
31678         * modules/alloca: Likewise for $(ALLOCA_H).
31679
31680         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
31681         the three copies of the literal target, `fnmatch.h'.
31682         * modules/alloca (alloca.h): Likewise.
31683
31684 2003-08-14  Jim Meyering  <jim@meyering.net>
31685
31686         Merge from coreutils.
31687         * m4/tzset.m4: New file.
31688         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
31689         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
31690         otherwise, AIX 5.1 systems would end up using the latter.
31691         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
31692         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
31693         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
31694         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
31695
31696 2003-08-14  Jim Meyering  <jim@meyering.net>
31697
31698         Merge from coreutils.
31699         * lib/obstack.h: Whitespace changes.
31700         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
31701         and xcalloc return values.
31702         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
31703         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
31704         hang on OSF/1 5.1 for DIR on both local and remote file systems.
31705         Reported by (and fix confirmed by) Nelson H. F. Beebe.
31706         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
31707         error from mntctl.
31708         Use mntctl's return value to drive the entry-processing loop, since
31709         we can't rely on the value of the vmt_length member in the last
31710         entry.  On some systems doing so could result in exhausting
31711         virtual memory.  Based in part on a patch from Mike Jetzer.
31712
31713 2003-08-14  Jim Meyering  <jim@meyering.net>
31714         and Paul Eggert  <eggert@twinsun.com>
31715
31716         Merges from coreutils, plus other fixes.
31717         * lib/physmem.c: Merge in portability changes from gcc/libiberty
31718         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
31719         for credits and details.  Thanks to Kaveh Ghazi for helping
31720         to keep these files in sync.
31721         (ARRAY_SIZE): Define it.
31722         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
31723         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
31724         (memcasecmp): Don't assume size_t fits in unsigned int.
31725         Remove casts and duplicate code.
31726         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
31727         (memcpy): Remove definition.
31728         Merge in some clean-up and optimization changes from glibc.
31729         [BLOCKSIZE]: Move definition to top of file.
31730         Ensure that it is a multiple of 64.
31731         Rearrange loop exit tests so as to avoid performing an
31732         additional fread after encountering an error or EOF.
31733         * lib/md5.h (md5_uintptr): Define.
31734         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
31735         return to the initial working directory.  Preserve errno
31736         for caller.
31737         * lib/idcache.c: Include "xalloc.h".
31738         (xmalloc, xrealloc): Remove decls.
31739         (getuser): Remove casts no longer required in C89.
31740         * lib/human.c: Include stdio.h, for sprintf.
31741         * lib/group-member.c: Include "xalloc.h".
31742         (xmalloc, xrealloc): Remove decls.
31743         (get_group_info): Remove casts no longer required in C89.
31744         * lib/getusershell.c (readname): Remove casts no longer required in
31745         C89.
31746         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
31747         * lib/getline.c: Whitespace fix, from coreutils.
31748
31749 2003-08-13  Paul Eggert  <eggert@twinsun.com>
31750
31751         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
31752         Check for isascii.
31753
31754         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
31755         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
31756         Undo previous (whitespace-only) change.
31757
31758 2003-08-13  Paul Eggert  <eggert@twinsun.com>
31759
31760         * lib/exclude.c: Include <ctype.h>
31761         (IN_CTYPE_DOMAIN): New macro.
31762         (is_space): New fn.
31763         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
31764         and empty lines.
31765
31766         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
31767         Undo previous (whitespace-only) change.
31768
31769 2003-08-13  Paul Eggert  <eggert@twinsun.com>
31770
31771         * config/srclist-update: Change update back to the old behavior,
31772         leaving whitespace alone.  Use one 'sed' command rather than a
31773         pipeline.
31774         (fixlicense): Now a variable, not a function.
31775         (remove_trailing_blanks): Remove.
31776         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
31777         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
31778         Undo previous (whitespace-only) change.
31779
31780 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31781
31782         Merge from coreutils.
31783         * modules/euidaccess: Add lib_SOURCES, include for new
31784         file euidaccess.h
31785
31786 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31787
31788         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
31789         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
31790         Normalize leading white space and remove trailing white space.
31791
31792         Merge from coreutils
31793         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
31794
31795         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
31796         0.12.1.  These files are now being upgraded automatically by
31797         ../config/srclist-update.
31798
31799 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31800
31801         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
31802         Normalize leading white space and remove trailing white space.
31803         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
31804         notice, as per ../config/srclist-update.
31805
31806         Merge from coreutils.
31807         * lib/euidaccess.h: New file.
31808         * lib/euidaccess.c: Include it.
31809         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
31810         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
31811         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
31812
31813 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31814
31815         * config/srclist-update: Add copyright notice.
31816         (remove_id_lines, remove_trailing_blanks): New constants.
31817         (fixfile): Use them to normalize spacing a bit in copied files.
31818         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
31819         Normalize leading white space and remove trailing white space.
31820
31821         * config/texinfo.tex: Sync with texinfo.
31822
31823         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
31824         strtoul.c from libc, to merge coreutils whitespace changes.
31825
31826         * config/srclist.txt: Get the following m4 files from gettext:
31827         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
31828         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
31829         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
31830         wint_t.m4.
31831
31832 2003-08-12  Karl Berry  <karl@gnu.org>
31833
31834         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
31835         been made.
31836
31837 2003-08-11  Paul Eggert  <eggert@twinsun.com>
31838
31839         * modules/gnu-source, m4/gnu-source.m4:
31840         Remove; we're assuming Autoconf 2.54 or later now.
31841         Suggested by Bruno Haible.
31842         * MODULES.html.sh (func_all_modules): Remove gnu-source.
31843
31844 2003-08-11  Bruno Haible  <bruno@clisp.org>
31845
31846         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
31847
31848 2003-08-11  Bruno Haible  <bruno@clisp.org>
31849
31850         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
31851         (vasnprintf): Use it instead of wcslen.
31852
31853 2003-08-11  Bruno Haible  <bruno@clisp.org>
31854
31855         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
31856         value to ensure that _Bool promotes to int. Use #define for _Bool when
31857         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
31858
31859 2003-08-10  Karl Berry  <karl@gnu.org>
31860
31861         * lib/regex.h: update from libc (whitespace fix).
31862
31863 2003-08-09  Paul Eggert  <eggert@twinsun.com>
31864
31865         Merge some files from coreutils.  These changes were
31866         originally made by Jim Meyering.
31867         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
31868         many older Unixes require this.
31869         * lib/alloca.c (alloca): Remove cast to argument of free;
31870         no longer needed in C89.
31871         * lib/alloca_.h, regex.h: Fix white space to match
31872         what GNU indent does.
31873
31874 2003-08-09  Paul Eggert  <eggert@twinsun.com>
31875
31876         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
31877         apparently Emacs's Unicode mode got confused before my 2003-08-05
31878         checkin.
31879
31880 2003-08-08  Paul Eggert  <eggert@twinsun.com>
31881
31882         * m4/extensions.m4: New file.
31883         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
31884         Require gl_USE_SYSTEM_EXTENSIONS.
31885         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
31886         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
31887
31888 2003-08-08  Paul Eggert  <eggert@twinsun.com>
31889
31890         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
31891         * modules/extensions, modules/gnu-source: New files.
31892         * modules/timespec, modules/unlocked-io: Depend on extensions.
31893
31894 2003-08-07  Paul Eggert  <eggert@twinsun.com>
31895
31896         * modules/restrict: New file.
31897         * MODULES.html.sh (func_all_modules): Add restrict.
31898         * modules/regex: Depend on restrict.
31899
31900 2003-08-07  Paul Eggert  <eggert@twinsun.com>
31901
31902         * m4/restrict.m4: New file.
31903         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
31904
31905 2003-08-07  Bruno Haible  <bruno@clisp.org>
31906
31907         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
31908         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
31909
31910 2003-08-07  Bruno Haible  <bruno@clisp.org>
31911
31912         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
31913         makes the module 'getndelim2' compatible with the module 'getline'.
31914
31915 2003-08-05  Paul Eggert  <eggert@twinsun.com>
31916
31917         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
31918         byte with "\201" to avoid glitches when editing that source file
31919         with multi-gnome-terminal.
31920
31921 2003-08-05  Paul Eggert  <eggert@twinsun.com>
31922
31923         * lib/bumpalloc.h: Remove.
31924
31925 2003-08-05  Paul Eggert  <eggert@twinsun.com>
31926
31927         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
31928         * modules/bumpalloc: Remove.
31929
31930 2003-08-04  Paul Eggert  <eggert@twinsun.com>
31931
31932         * lib/getloadavg.c: Change copyright notice and spacing to conform to
31933         GNU coding style.
31934
31935         Merge from coreutils.
31936         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
31937         1. From glibc.
31938         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
31939         from Karl Berry, implemented by Jim Meyering.
31940         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
31941         from Dmitry V. Levin.
31942         Remove anachronistic cast of xrealloc.
31943         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
31944         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
31945         type. Otherwise, it wouldn't compile with at least /bin/cc on
31946         ymp-cray-unicos9.0.2.X.
31947         Combine two mostly-identical uses of alloca into one.
31948         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
31949
31950 2003-08-04  Dave Love  <d.love@dl.ac.uk>
31951
31952         [From Emacs.]
31953
31954         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
31955         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
31956         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
31957         obsolete NLIST_NAME_UNION.
31958         [__GNU__]: Undef BSD and FSCALE.
31959         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
31960
31961 2003-08-03  Paul Eggert  <eggert@twinsun.com>
31962
31963         * lib/stdbool_.h (_Bool): Make it signed char, instead of
31964         an enum type, so that it's guaranteed to promote to int.  See:
31965         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
31966
31967 2003-08-03  Karl Berry  <karl@gnu.org>
31968
31969         * config/depcomp: update from automake.
31970
31971 2003-07-31  Paul Eggert  <eggert@twinsun.com>
31972
31973         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
31974         (strerror): Don't assume that a printable int fits in 14 bytes.
31975
31976 2003-07-31  Bruno Haible  <bruno@clisp.org>
31977
31978         * modules/getpass-gnu: New file.
31979         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
31980
31981 2003-07-31  Bruno Haible  <bruno@clisp.org>
31982
31983         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
31984
31985 2003-07-24  Karl Berry  <karl@gnu.org>
31986
31987         * config/missing: update from automake.
31988
31989 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
31990             Bruno Haible  <bruno@clisp.org>
31991
31992         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
31993         * lib/getline.c (getline, getdelim): Likewise.
31994         Remove _GNU_SOURCE define; now it's defined in config.h through
31995         m4/getline.m4.
31996
31997 2003-07-23  Karl Berry  <karl@gnu.org>
31998
31999         * config/config.sub: update from prep.
32000
32001 2003-07-22  Paul Eggert  <eggert@twinsun.com>
32002
32003         * modules/xalloc (Depends-on): Add exitfail.
32004         * modules/xmemcoll: Likewise.
32005
32006 2003-07-22  Paul Eggert  <eggert@twinsun.com>
32007
32008         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
32009         over-parenthesization in macros.
32010
32011         Sync with coreutils.
32012
32013         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
32014         required by C99.
32015
32016         Use `exit_failure' for xalloc and xmemcoll instead of their own
32017         private exit-failure variables.
32018         * lib/xalloc.h (xalloc_exit_failure): Remove.
32019         * lib/xmalloc.c: Likewise.  Include exitfail.h.
32020         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
32021         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
32022         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
32023         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
32024
32025 2003-07-20  Jim Meyering  <jim@meyering.net>
32026
32027         * modules/closeout (Depends-on): Add exitfail.
32028         Suggestion from Bruno Haible.
32029
32030 2003-07-19  Karl Berry  <karl@gnu.org>
32031
32032         * config/config.sub: update from prep.
32033
32034 2003-07-18  Paul Eggert  <eggert@twinsun.com>
32035
32036         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
32037         Remove.
32038         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
32039         to test that it can stand by itself.  Include "exitfail.h".
32040         Clients should set exit_failure instead.
32041         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
32042
32043 2003-07-18  Bruno Haible  <bruno@clisp.org>
32044
32045         * modules/getndelim2: New file.
32046         * modules/getline: Share files with module getndelim2.
32047         * modules/getnline: Depend on getndelim2 instead of sharing files with
32048         it. Add getnline.c to lib_SOURCES.
32049         * MODULES.html.sh (func_all_modules): Add getndelim2.
32050
32051 2003-07-18  Bruno Haible  <bruno@clisp.org>
32052
32053         * m4/getndelim2.m4: New file.
32054         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
32055         invoke gl_PREREQ_GETNDELIM2.
32056         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
32057         gl_PREREQ_GETNDELIM2.
32058         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
32059         gl_GETNDELIM2.
32060
32061 2003-07-18  Bruno Haible  <bruno@clisp.org>
32062
32063         * lib/getndelim2.h: New file.
32064         * lib/getndelim2.c: Make into a module of its own. Include config.h,
32065         getndelim2.h.
32066         (getndelim2): Make non-static. Change return type to ssize_t.
32067         * lib/getline.h: Change argument names.
32068         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
32069         * lib/getnline.c: Include getndelim2.h.
32070
32071 2003-07-18  Andreas Schwab  <schwab@suse.de>
32072
32073         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
32074
32075 2003-07-17  Karl Berry  <karl@gnu.org>
32076
32077         * config/config.sub: update from prep.
32078
32079 2003-07-17  Bruno Haible  <bruno@clisp.org>
32080
32081         * modules/getnline: New file.
32082         * modules/getline: Add lib/getndelim2.c to source file list.
32083         * MODULES.html.sh (func_all_modules): Add getnline.
32084
32085 2003-07-17  Bruno Haible  <bruno@clisp.org>
32086
32087         * m4/getnline.m4: New file.
32088
32089 2003-07-17  Bruno Haible  <bruno@clisp.org>
32090
32091         * m4/Makefile.am.in: Remove file.
32092         * m4/Makefile.am: Remove file.
32093         * m4/Makefile.in: Remove file.
32094
32095 2003-07-17  Bruno Haible  <bruno@clisp.org>
32096
32097         * lib/getnline.h: New file.
32098         * lib/getnline.c: New file.
32099         * lib/getndelim2.c: New file, extracted from getline.c.
32100         (getndelim2): Renamed from getdelim2, with added nmax argument.
32101         * lib/getline.c: Include getndelim2.c.
32102         (getdelim2): Moved out to getndelim2.c.
32103         (getline, getdelim): Update.
32104
32105 2003-07-17  Bruno Haible  <bruno@clisp.org>
32106
32107         * lib/Makefile.am: Remove file.
32108         * lib/Makefile.in: Remove file.
32109
32110 2003-07-17  Bruno Haible  <bruno@clisp.org>
32111
32112         * configure.in: Remove file.
32113         * Makefile.in: Remove file.
32114
32115 2003-07-17  Bruno Haible  <bruno@clisp.org>
32116
32117         * MODULES.html.sh: Put the </BODY> right before </HTML>.
32118
32119 2003-07-16  Karl Berry  <karl@gnu.org>
32120
32121         * config/srclist-update: was running fixlicense twice, which caused
32122                 texinfo.tex to be nullified for some reason.  Simplify,
32123                 $gplsrc is no longer needed as far as I can see?
32124
32125 2003-07-16  Jim Meyering  <jim@meyering.net>
32126
32127         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
32128
32129 2003-07-15  Paul Eggert  <eggert@twinsun.com>
32130
32131         * config/srclist.txt: Get the following files from gettext-runtime/intl
32132         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
32133         ref-del.sin.  From Bruno Haible.
32134         * config/srclist-update (fixfile): Change grep pattern again, since the
32135         previous fix didn't work (there was another trailing $).  Use
32136         '[$]' to escape the $s.
32137
32138 2003-07-15  Karl Berry  <karl@gnu.org>
32139
32140         * lib/vasnprintf.c: update from gettext.
32141
32142 2003-07-15  Karl Berry  <karl@gnu.org>
32143
32144         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
32145         gets expanded when surrounded by '$'.
32146
32147 2003-07-15  Jim Meyering  <jim@meyering.net>
32148
32149         * modules/save-cwd: Don't depend on error.  From Derek Price.
32150
32151 2003-07-15  Jim Meyering  <jim@meyering.net>
32152
32153         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
32154
32155 2003-07-14  Simon Josefsson  <jas@extundo.com>
32156
32157         * modules/mempcpy: New file.
32158         * MODULES.html.sh (func_all_modules): Add mempcpy.
32159
32160 2003-07-14  Simon Josefsson  <jas@extundo.com>
32161
32162         * m4/mempcpy.m4: New file.
32163
32164 2003-07-14  Simon Josefsson  <jas@extundo.com>
32165
32166         * lib/mempcpy.h: New file.
32167         * lib/mempcpy.c: New file.
32168
32169 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32170
32171         * modules/getdate, modules/posixtm: Depend on mktime.
32172
32173 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32174
32175         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
32176         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
32177         unicodeio.c, unicodeio.h, unlocked-io.h:
32178         Switch from LGPL to GPL.
32179
32180 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32181
32182         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
32183         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
32184         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
32185         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
32186         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
32187         updated automatically by ../config/srclist-update.  This changes
32188         their license from LPGL to GPL.
32189
32190 2003-07-14  Paul Eggert  <eggert@twinsun.com>
32191
32192         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
32193         assumed to refer to the root of the most recent stable gettext version.
32194         * config/srclistvars.sh: Add defaults for eggert.
32195         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
32196         Match "This program" as well as "The program".  This is needed
32197         for gettext.
32198
32199 2003-07-14  Jim Meyering  <jim@meyering.net>
32200
32201         Don't emit diagnostics.  Let callers do that.
32202         * lib/save-cwd.c: Don't include "error.h".
32203         (save_cwd): Don't call error.  Ensure that errno is valid
32204         when returning nonzero.
32205
32206         * lib/save-cwd.h (restore_cwd): Update prototype.
32207         * lib/save-cwd.c (restore_cwd): Remove two parameters.
32208         Simplify.  Don't call error upon failure.  Let callers do that.
32209         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
32210         when auditing is enabled.  But don't bother updating the #if.
32211
32212 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
32213
32214         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
32215         it breaks C++ compilation.
32216         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
32217
32218 2003-07-10  Simon Josefsson  <jas@extundo.com>
32219
32220         * modules/strchrnul (Makefile.am): Add strchrnul.h.
32221
32222 2003-07-10  Jim Meyering  <jim@meyering.net>
32223
32224         * m4/clock_time.m4: Remove trailing blank.
32225         * m4/intmax_t.m4: Likewise.
32226
32227 2003-07-10  Jim Meyering  <jim@meyering.net>
32228
32229         * lib/vasnprintf.c: Remove trailing blanks.
32230         Make cpp indentation consistent.
32231
32232 2003-07-09  Paul Eggert  <eggert@twinsun.com>
32233
32234         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
32235         posixver.c, strftime.c, strnlen.c, strverscmp.c:
32236         Switch from LGPL to GPL.
32237
32238 2003-07-09  Paul Eggert  <eggert@twinsun.com>
32239
32240         * config/srclist.txt: Sort sublists.  Add
32241         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
32242         that differ from gnulib for one reason or another; we'd like this list
32243         to be smaller but for now let's document what we have.
32244
32245 2003-07-08  Paul Eggert  <eggert@twinsun.com>
32246
32247         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
32248         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
32249         and sweeter "eval x=$x".
32250         * config/srclist.txt: Get lib/argp* from glibc.
32251
32252 2003-07-07  Paul Eggert  <eggert@twinsun.com>
32253
32254         * lib/mktime.c: Fix some boundary cases and remove need for floating
32255         point.
32256
32257         Issue a compile-time diagnostic if time_t is floating point, or if
32258         two's complement arithmetic is not in effect, or if arithmetic
32259         right shift does not propagate the sign.  These assumptions were
32260         all in the original code but they weren't checked.
32261
32262         (TIME_T_MIDPOINT, verify): New macros.
32263         (__isleap): Remove; it has integer overflow problems.
32264         (leapyear): New function, without those problems.
32265         (ydhms_tm_diff): Remove; splitting into two parts.
32266         (ydhms_diff): New function, containing the arithmetic part of
32267         the old ydhms_tm_diff function.  Issue a compile-time
32268         diagnostic if we are not using C99 integer division.
32269         Avoid casts when possible.
32270         (guess_time_tm): New function, containing the checking part of
32271         the old ydhms_tm_diff function.  Return the new value, rather than
32272         the difference between it and the old.  Accept a new argument T
32273         so that *T specifies the old value.  Check for overflow in the result.
32274
32275         (__mktime_internal): Use a time_t offset, not a long int offset.
32276         This undoes the 2003-06-04 change, which is no longer needed now
32277         that we have better overflow checking.
32278         (localtime_offset): Likewise.
32279
32280         (__mktime_internal): Avoid harmful overflow on hosts where time_t
32281         and long are 64-bit but int is only 32-bit.
32282         (ydhms_diff): Use long int to store year1 and yday1.
32283         Issue a compile-time diagnostic if long int is not wide enough.
32284
32285         (__mktime_internal): Use long int to store adjusted year and yday.
32286         Use plain C rather than preprocessor commands, if that doesn't
32287         affect efficiency.
32288         Check for overflow (and try to repair) after each probe
32289         rather than checking only at the very end.  This avoids some bugs
32290         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
32291         does not equal GMT offset at maximum time).
32292         Use integer to check for overflow rather than floating point; this
32293         is more portable to non-IEEE hosts, and is a tad faster.
32294         When we detect that we are oscillating between two values,
32295         don't check whether tm_isdst has the requested value, since
32296         we already know the answer.  When tm_isdst has the wrong value,
32297         use a different heuristic to find the right one, based on the
32298         extreme values actually observed in practice in tz2003a,
32299         rather than the (overly optimistic) "previous 3 calendar quarters".
32300
32301         (not_equal_tm, print_tm, check_result): Use "const T" rather than
32302         "T const" to accommodate glibc style.
32303         (check_result): Use less-confusing report format.  "long" -> "long int.
32304         (main): Likewise.
32305         Don't loop if the iteration overflows time_t.
32306         Allow a negative step in the iteration.
32307
32308 2003-07-06  Karl Berry  <karl@gnu.org>
32309
32310         * config/depcomp: update from automake.
32311         * config/config.sub: update from prep.
32312
32313 2003-07-03  Karl Berry  <karl@gnu.org>
32314
32315         * config/config.guess: update from prep.
32316
32317 2003-07-01  Paul Eggert  <eggert@twinsun.com>
32318
32319         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
32320         xreadlink.c now includes it unconditionally.
32321
32322 2003-07-01  Paul Eggert  <eggert@twinsun.com>
32323
32324         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
32325         having it depend on HAVE_SYS_TYPES_H.
32326
32327 2003-07-01  Bruno Haible  <bruno@clisp.org>
32328
32329         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
32330         <sys/types.h> should be sufficient.
32331         Reported by Paul Eggert.
32332
32333 2003-06-26  Karl Berry  <karl@gnu.org>
32334
32335         * config/depcomp: update from automake.
32336
32337 2003-06-26  Bruno Haible  <bruno@clisp.org>
32338
32339         * modules/human: Depend on module stdbool.
32340
32341 2003-06-25  Bruno Haible  <bruno@clisp.org>
32342
32343         * modules/readlink: New file.
32344         * modules/xreadlink: Depend on it.
32345         * MODULES.html.sh (func_all_modules): Add readlink.
32346
32347 2003-06-25  Bruno Haible  <bruno@clisp.org>
32348
32349         * m4/readlink.m4: New file.
32350
32351 2003-06-25  Bruno Haible  <bruno@clisp.org>
32352
32353         * lib/readlink.c: New file.
32354
32355 2003-06-22  Karl Berry  <karl@gnu.org>
32356
32357         * config/srclist.txt: update mkinstalldirs from automake.
32358         * config/mkinstalldirs: update.
32359
32360 2003-06-22  Bruno Haible  <bruno@clisp.org>
32361
32362         Portability to mingw32.
32363         * m4/ssize_t.m4: New file, from GNU gettext.
32364         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
32365         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
32366
32367 2003-06-22  Bruno Haible  <bruno@clisp.org>
32368
32369         * modules/safe-read: Add m4/ssize_t.m4.
32370         * modules/xreadlink: Add m4/ssize_t.m4.
32371
32372 2003-06-20  Bruno Haible  <bruno@clisp.org>
32373
32374         Assume C89, so PARAMS isn't needed.
32375         * lib/unicodeio.h (PARAMS): Remove.
32376         * lib/unicodeio.c: Don't use PARAMS.
32377
32378 2003-06-18  Karl Berry  <karl@gnu.org>
32379
32380         * config/config.{guess,sub}: update from prep.
32381
32382 2003-06-18  Jim Meyering  <jim@meyering.net>
32383
32384         Merge changes from coreutils.
32385         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
32386         Remove explicit declarations of xmalloc and realloc.
32387         Include xalloc.h.
32388         (read_utmp): Remove anachronistic cast of xmalloc.
32389
32390 2003-06-17  Paul Eggert  <eggert@twinsun.com>
32391
32392         Assume C89, so PARAMS isn't needed.
32393         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
32394         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
32395         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
32396         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
32397         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
32398         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
32399         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
32400         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
32401         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
32402         lib/xstrtod.h, lib/xstrtol.h: Likewise.
32403         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
32404         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
32405         no longer needed. Anyway, config.h should always be included before any
32406         other file.
32407
32408 2003-06-11  Simon Josefsson  <jas@extundo.com>
32409
32410         * modules/sysexits: New file.
32411         * MODULES.html.sh (func_all_modules): Add sysexits.
32412
32413 2003-06-11  Simon Josefsson  <jas@extundo.com>
32414
32415         * lib/sysexit_.h: New file.
32416
32417 2003-06-11  Derek Price  <derek@ximbiot.com>
32418
32419         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
32420         necessary.
32421
32422 2003-06-11  Bruno Haible  <bruno@clisp.org>
32423
32424         * m4/sysexits.m4: New file.
32425
32426 2003-06-10  Simon Josefsson  <jas@extundo.com>
32427
32428         * lib/argp.h: New file, from glibc.
32429         * lib/argp-ba.c: New file, from glibc.
32430         * lib/argp-eexst.c: New file, from glibc.
32431         * lib/argp-fmtstream.c: New file, from glibc.
32432         * lib/argp-fmtstream.h: New file, from glibc.
32433         * lib/argp-fs-xinl.c: New file, from glibc.
32434         * lib/argp-help.c: New file, from glibc.
32435         * lib/argp-namefrob.h: New file, from glibc.
32436         * lib/argp-parse.c: New file, from glibc.
32437         * lib/argp-pv.c: New file, from glibc.
32438         * lib/argp-pvh.c: New file, from glibc.
32439         * lib/argp-xinl.c: New file, from glibc.
32440
32441 2003-06-10  Simon Josefsson  <jas@extundo.com>
32442
32443         * modules/strchrnul: New file.
32444
32445 2003-06-10  Simon Josefsson  <jas@extundo.com>
32446
32447         * modules/argp: New file.
32448
32449 2003-06-10  Simon Josefsson  <jas@extundo.com>
32450
32451         * m4/strchrnul.m4: New file.
32452
32453 2003-06-10  Simon Josefsson  <jas@extundo.com>
32454
32455         * lib/strchrnul.h: New file.
32456         * lib/strchrnul.c: New file.
32457
32458 2003-06-10  Bruno Haible  <bruno@clisp.org>
32459
32460         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
32461
32462 2003-06-07  Karl Berry  <karl@gnu.org>
32463
32464         * config/config.{guess,sub}: update from prep.
32465
32466 2003-06-07  Jim Meyering  <jim@meyering.net>
32467
32468         * modules/strtod: Use $(...) notation, not @...@ for
32469         AC_REPLACE'd variables.
32470         * modules/localcharset: Likewise.
32471
32472 2003-06-07  Jim Meyering  <jim@meyering.net>
32473
32474         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
32475         in place of my name in the copyright comment.
32476         Remove definition and uses of __P.
32477
32478         From coreutils.
32479         * lib/stat.c: Don't declare xmalloc explicitly.
32480         Instead, include "xalloc.h".
32481         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
32482         xrealloc, and xcalloc return values.
32483         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
32484         Improve comment.
32485         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
32486
32487 2003-06-07  Bruno Haible  <bruno@clisp.org>
32488
32489         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
32490         avoid AC_CONFIG_LINKS.
32491         * modules/fnmatch (Makefile.am): Use explicit creation rule for
32492         fnmatch.h, to avoid AC_CONFIG_LINKS.
32493         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
32494
32495 2003-06-07  Bruno Haible  <bruno@clisp.org>
32496
32497         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
32498         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
32499         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
32500         directory.
32501         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
32502         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
32503         directory.
32504
32505 2003-06-06  Jim Meyering  <jim@meyering.net>
32506
32507         Merge from coreutils.
32508         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
32509         Consolidate declarations and initializations of *_base* locals.
32510
32511         Merge from coreutils.
32512         This avoids a core dump on systems without GNU putenv,
32513         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
32514         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
32515         (unsetenv): New static function, from GNU libc.
32516         (rpl_putenv): Use it.
32517
32518         * lib/modechange.c: Remove trailing blanks.
32519
32520         Merge from coreutils.
32521         * lib/fsusage.c: Remove declaration of statfs.
32522         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
32523
32524         * lib/posixtm.c: Include <stdbool.h> unconditionally.
32525
32526 2003-06-06  Jim Meyering  <jim@meyering.net>
32527
32528         * lib/stdbool_.h: Renamed from stdbool.h.in.
32529
32530 2003-06-06  Jim Meyering  <jim@meyering.net>
32531             Bruno Haible  <bruno@clisp.org>
32532
32533         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
32534         Adjust Makefile.am snippet not to redirect directly to target.
32535         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
32536
32537 2003-06-05  Paul Eggert  <eggert@twinsun.com>
32538
32539         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
32540         mismatch, look in future quarters as well as past.  This fixes a
32541         bug when processing fall-backwards gaps immediately after a long
32542         period of daylight-saving time.
32543
32544         * lib/mktime.c: Assume freestanding C89 or better.
32545         (HAVE_LIMITS_H): Remove.  Assume it's 1.
32546         (__P): Remove; not used.
32547         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
32548         (mktime, not_equal_tm, print_tm, check_result,
32549         main): Use prototypes.  Use const * where appropriate.
32550         (main): Fix typo in testing code that uncovered by above changes.
32551         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
32552
32553 2003-06-04  Paul Eggert  <eggert@twinsun.com>
32554
32555         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
32556         locale.h, localeconv.  This merges changes from coreutils.
32557
32558         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
32559         It can be removed after the next Autoconf is released.
32560         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
32561         needed.
32562
32563 2003-06-04  Paul Eggert  <eggert@twinsun.com>
32564
32565         * lib/mktime.c: Fix Debian bug 177940
32566         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
32567         (localtime_offset): Now long int, not time_t, because we want it
32568         to be guaranteed to be signed.  All uses changed.
32569         (__mktime_internal): If overflow would occur when adding offset,
32570         don't add it.
32571
32572         Merge 'human' changes from coreutils.  Rewrite to support
32573         locale-specific notations like thousands separators.
32574         * lib/human.c: Simplify authorship notice.
32575         Include human.h immediately after config.h.
32576         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
32577         <limits.h>: Do not include, since human.h does.
32578         (SIZE_MAX, UINTMAX_MAX): New macros.
32579         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
32580         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
32581         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
32582         (power_letter): Renamed from suffixes.
32583         (generate_suffix_backwards): Remove.
32584         (adjust_value): Now takes int style (because of human.h changes)
32585         and long double value (for greater precision on some platforms).
32586         (group_number): New function.
32587         (human_readable): Use it.  Use integer options, not enum.
32588         Put the options before the sizes in the arg list.
32589         Support all the new options.
32590         The old human_readable function has been removed;
32591         use inttostr.h instead.
32592         (human_readable, default_block_size, humblock):
32593         Use uintmax_t, not int, for block sizes.
32594         (human_readable_inexact, block_size_types): Remove.
32595         (block_size_opts): New constant.
32596         (human_options): Renamed from human_block_size, with new signature
32597         that allows block sizes up to UINTMAX_MAX.  All callers changed.
32598         * lib/human.h: Add copyright and authorship notice.
32599         Include <limits.h> and <stdbool.h> unconditionally.
32600         (PARAMS): Remove.  All uses removed.
32601         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
32602         (enum human_inexact_style): Remove tag; now a nameless enum.
32603         (human_floor, human_ceiling, human_round_to_even): Now have
32604         values 2, 0, 1 rather than -1, 1, 0.
32605         (human_group_digits, human_suppress_point_zero, human_autoscale,
32606         human_base_1024, human_SI, human_B): New constants.
32607         (human_readable_inexact, human_block_size): Remove.
32608         (human_readable): Size args are now uintmax_t, not int.
32609         (human_options): New decl.
32610
32611         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
32612         unnecessary now that we assume C89 or better.  This change
32613         imported from coreutils.
32614
32615         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
32616         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
32617         in the 2003-05-30 sync from glibc.
32618
32619         .h files should stand alone, but we shouldn't include <sys/types.h>
32620         if we can get away with just <stddef.h>.
32621
32622         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
32623         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
32624         rather than <sys/types.h>, as we merely need size_t.
32625         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
32626         to get size_t.
32627         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
32628         Include <stdio.h>, to get FILE.
32629         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
32630         memcasecmp.h has included <stddef.h> and all we need is size_t.
32631         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
32632         our interface, instead of including <sys/types.h>
32633
32634 2003-06-04  Paul Eggert  <eggert@twinsun.com>
32635
32636         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
32637         now, as glibc mktime is buggy on non-glibc systems.
32638
32639 2003-06-03  Karl Berry  <karl@gnu.org>
32640
32641         * config/config.sub: update from prep.
32642
32643 2003-06-02  Paul Eggert  <eggert@twinsun.com>
32644
32645         [from coreutils]
32646         Fix some minor time-related bugs with POSIX time arguments.
32647         Some valid time stamps were being rejected (notably -1, and
32648         time stamps before 1900 on 64-bit hosts).  And some invalid
32649         time stamps were being accepted, e.g. September 31.
32650
32651         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
32652         that we can return (time_t) -1 successfully.
32653         * lib/posixtm.c: Likewise.
32654         [HAVE_STDBOOL_H]: Include <stdbool.h>.
32655         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
32656         (t): Remove static var.
32657         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
32658         of static var.  All uses changed.
32659         (year): Do not reject years before 1900; they can occur with
32660         64-bit time_t.
32661         (posix_time_parse): Do not check for out-of-range components;
32662         that is now the caller's responsibility, since our checks were
32663         only approximations.
32664         (posixtime): Use mktime to check for out-of-range components,
32665         since it knows them exactly.
32666         If mktime returns (time_t) -1, check whether an error actually occurred
32667         by invoking localtime on -1.
32668         (main) [TEST_POSIXTIME]: Check for input data errors, and report
32669         posixtime failures better.
32670         Improve the test data (in comments only).
32671
32672 2003-06-02  Karl Berry  <karl@gnu.org>
32673
32674         * config/mkinstalldirs (version): new variable.
32675         (--version): new option.
32676         (usage): improve message.
32677
32678 2003-05-30  Karl Berry  <karl@gnu.org>
32679
32680         * lib/mktime.c: update from libc.
32681
32682 2003-05-30  Bruno Haible  <bruno@clisp.org>
32683
32684         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
32685         * config/config.rpath: Upgrade to gettext-0.12.1.
32686
32687 2003-05-30  Bruno Haible  <bruno@clisp.org>
32688
32689         * m4/gettext.m4: Upgrade to gettext-0.12.1.
32690         * m4/nls.m4: New file, from gettext-0.12.1.
32691         * m4/po.m4: New file, from gettext-0.12.1.
32692         * m4/progtest.m4: Upgrade to gettext-0.12.1.
32693
32694 2003-05-30  Bruno Haible  <bruno@clisp.org>
32695
32696         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
32697         * lib/localcharset.h: Likewise.
32698         * lib/localcharset.c: Likewise.
32699
32700 2003-05-29  Karl Berry  <karl@gnu.org>
32701
32702         * config/config.rpath: update from gettext.
32703
32704 2003-05-28  Paul Eggert  <eggert@twinsun.com>
32705
32706         Assume the headers required for C89 freestanding compilers.
32707         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
32708         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
32709         * m4/human.m4 (gl_HUMAN): Likewise.
32710         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
32711         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
32712         * m4/userspec.m4 (gl_USERSPEC): Likewise.
32713         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
32714         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32715         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
32716
32717 2003-05-28  Paul Eggert  <eggert@twinsun.com>
32718
32719         Assume the headers required for C89 freestanding compilers.
32720         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
32721         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
32722         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
32723         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
32724         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
32725         define, since <limits.h> is guaranteed to do that.
32726         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
32727         * lib/exclude.c: Include <stdbool.h> unconditionally.
32728         * lib/tempname.c: Include <stddef.h> unconditionally.
32729         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
32730         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
32731         <stddef.h> does that.
32732         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
32733         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
32734         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
32735         needed.
32736         * lib/xstrtol.c: Likewise.
32737         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
32738         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
32739
32740         * lib/addext.c (addext): Use assignment rather than cast, to avoid
32741         warnings on some platforms.
32742
32743         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
32744         arbitrarily.
32745
32746 2003-05-26  Jim Meyering  <jim@meyering.net>
32747
32748         Merge in a change from coreutils:
32749         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
32750         that is guaranteed to be `no'.  Use `no_such_member' to indicate
32751         that condition, rather than `-1' which is slightly misleading.
32752         Change the name of the cache variable to have the gl_ prefix.
32753         Prompted by a patch from Richard Dawe for DJGPP.
32754
32755 2003-05-24  Karl Berry  <karl@gnu.org>
32756
32757         * config/config.guess: update from prep.
32758
32759 2003-05-22  Karl Berry  <karl@gnu.org>
32760
32761         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
32762
32763 2003-05-20  Karl Berry  <karl@gnu.org>
32764
32765         * config/config.guess: update from prep.
32766
32767 2003-05-18  Karl Berry  <karl@gnu.org>
32768
32769         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
32770         might actually be set by the user.
32771
32772         * config/depcomp, install-sh, mdate-sh: update from automake.
32773
32774 2003-05-17  Bruno Haible  <bruno@clisp.org>
32775
32776         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
32777         invalid expansion for AC_EGREP_CPP.
32778         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
32779         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
32780         Suggested by Akim Demaille <akim@epita.fr> in
32781         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
32782
32783 2003-05-12  Jim Meyering  <jim@meyering.net>
32784
32785         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
32786         the space-padded-by-default conversion specifiers, %e, %k, %l.
32787
32788 2003-05-12  Bruno Haible  <bruno@clisp.org>
32789
32790         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
32791         the string is longer than 4 KB.
32792
32793 2003-05-11  Karl Berry  <karl@gnu.org>
32794
32795         * config/config.{guess,sub}: update from prep.
32796
32797 2003-05-09  Bruno Haible  <bruno@clisp.org>
32798
32799         * modules/error: Add m4/strerror_r.m4 to file list.
32800
32801 2003-05-03  Bruno Haible  <bruno@clisp.org>
32802
32803         Upgrade to Unicode-4.0.
32804         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
32805         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
32806         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
32807         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
32808         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
32809         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
32810         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
32811         Change width of U+E0100..U+E01EF from 1 to 0.
32812
32813 2003-04-25  Jim Meyering  <jim@meyering.net>
32814
32815         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
32816         of type size_t, not int.
32817
32818 2003-04-25  Bruno Haible  <bruno@clisp.org>
32819
32820         * lib/copy-file.c: Include <stddef.h>, for size_t.
32821
32822 2003-04-21  Paul Eggert  <eggert@twinsun.com>
32823
32824         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
32825         code which expansion is under static control.  Patch imported from
32826         Akim Demaille's patch to Bison; see
32827         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
32828
32829 2003-04-14  Bruno Haible  <bruno@clisp.org>
32830
32831         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
32832
32833 2003-04-11  Jim Meyering  <jim@meyering.net>
32834
32835         Merge changes from Coreutils.
32836
32837         2003-03-22  Jim Meyering  <jim@meyering.net>
32838
32839         * lib/strftime.c (widen): Cast alloca return value to proper type.
32840
32841         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
32842
32843         From GNU libc.
32844         * lib/strftime.c (my_strftime): Handle very large width
32845         specifications for numeric values correctly.  Improve checks for
32846         overflow.
32847
32848         2003-01-19  Jim Meyering  <jim@meyering.net>
32849
32850         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
32851         definitions.
32852         (nl_get_alt_digit) [! defined my_strftime]: Define.
32853         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
32854         _nl_get_alt_digit and _nl_get_walt_digit.
32855
32856         * lib/strftime.c (my_strftime): Merge in locale-related changes from
32857         libc. These changes have no effect outside of _LIBC.
32858
32859 2003-04-10  Bruno Haible  <bruno@clisp.org>
32860
32861         * modules/findprog: New file.
32862         * MODULES.html.sh (func_all_modules): Add it.
32863
32864 2003-04-10  Bruno Haible  <bruno@clisp.org>
32865
32866         * m4/findprog.m4: New file.
32867         * m4/eaccess.m4: New file.
32868
32869 2003-04-10  Bruno Haible  <bruno@clisp.org>
32870
32871         * lib/findprog.h: New file, from GNU gettext.
32872         * lib/findprog.c: New file, from GNU gettext.
32873
32874 2003-04-05  Jim Meyering  <jim@meyering.net>
32875
32876         Merge changes from Coreutils.
32877
32878         * lib/exclude.h (PARAMS): Remove definition and uses.
32879         * lib/exclude.c: Remove uses of `PARAMS'.
32880
32881         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
32882         Add test-cases for DOS filenames. Declare program_name.
32883         (main): Set up program_name.  Patch by Rich Dawe.
32884
32885         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
32886         error from mntctl.
32887         Use mntctl's return value to drive the entry-processing loop, since
32888         we can't rely on the value of the vmt_length member in the last
32889         entry.  On some systems doing so could result in exhausting
32890         virtual memory.  Based in part on a patch from Mike Jetzer.
32891
32892 2003-04-04  Bruno Haible  <bruno@clisp.org>
32893
32894         * modules/linebreak: New file.
32895         * MODULES.html.sh (func_all_modules): Add it.
32896
32897 2003-04-04  Bruno Haible  <bruno@clisp.org>
32898
32899         * m4/linebreak.m4: New file.
32900
32901 2003-04-04  Bruno Haible  <bruno@clisp.org>
32902
32903         * lib/linebreak.h: New file, from GNU gettext.
32904         * lib/linebreak.c: New file, from GNU gettext with slight
32905         modifications.
32906         * lib/lbrkprop.h: New file, from GNU gettext.
32907
32908 2003-04-03  Bruno Haible  <bruno@clisp.org>
32909
32910         * modules/utf8-ucs4: New file.
32911         * modules/utf16-ucs4: New file.
32912         * modules/ucs4-utf8: New file.
32913         * modules/ucs4-utf16: New file.
32914         * MODULES.html.sh (func_all_modules): Add them.
32915
32916 2003-04-03  Bruno Haible  <bruno@clisp.org>
32917
32918         * m4/utf-ucs4.m4: New file.
32919         * m4/ucs4-utf.m4: New file.
32920
32921 2003-04-03  Bruno Haible  <bruno@clisp.org>
32922
32923         * lib/utf8-ucs4.h: New file, from GNU gettext.
32924         * lib/utf16-ucs4.h: New file, from GNU gettext.
32925         * lib/ucs4-utf8.h: New file, from GNU gettext.
32926         * lib/ucs4-utf16.h: New file, from GNU gettext.
32927
32928 2003-04-02  Bruno Haible  <bruno@clisp.org>
32929
32930         * modules/binary-io: New file.
32931         * MODULES.html.sh (func_all_modules): Add it.
32932
32933 2003-04-02  Bruno Haible  <bruno@clisp.org>
32934
32935         * lib/binary-io.h: New file, from GNU gettext.
32936
32937 2003-04-01  Bruno Haible  <bruno@clisp.org>
32938
32939         * modules/pathname: New file.
32940         * MODULES.html.sh (func_all_modules): Add it.
32941
32942 2003-04-01  Bruno Haible  <bruno@clisp.org>
32943
32944         * lib/pathname.h: New file, from GNU gettext.
32945         * lib/concatpath.c: New file, from GNU gettext.
32946
32947 2003-03-30  Bruno Haible  <bruno@clisp.org>
32948
32949         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
32950
32951 2003-03-30  Bruno Haible  <bruno@clisp.org>
32952
32953         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
32954         function chown() doesn't exist.
32955
32956 2003-03-28  Bruno Haible  <bruno@clisp.org>
32957
32958         * modules/copy-file: New file.
32959         * MODULES.html.sh (func_all_modules): Add it.
32960
32961 2003-03-28  Bruno Haible  <bruno@clisp.org>
32962
32963         * m4/copy-file.m4: New file.
32964
32965 2003-03-28  Bruno Haible  <bruno@clisp.org>
32966
32967         * lib/copy-file.h: New file, from GNU gettext.
32968         * lib/copy-file.c: New file, from GNU gettext.
32969
32970 2003-03-18  Jim Meyering  <jim@meyering.net>
32971
32972         * lib/quote.c (quote_n): Fix typo in comment.
32973
32974 2003-03-18  Bruno Haible  <bruno@clisp.org>
32975
32976         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
32977         checking.
32978         * m4/onceonly_2_57.m4: Likewise.
32979
32980 2003-03-17  Bruno Haible  <bruno@clisp.org>
32981
32982         * m4/onceonly.m4: Require autoconf 2.54 or newer.
32983         (m4_quote): Remove macro.
32984         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
32985
32986 2003-03-14  Jim Meyering  <jim@meyering.net>
32987
32988         Merge changes from Coreutils.
32989         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
32990         to be const, in order to avoid warnings.
32991         (obstack_room): Likewise.
32992         (obstack_empty_p): Likewise.
32993
32994 2003-03-14  Bruno Haible  <bruno@clisp.org>
32995
32996         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
32997         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
32998
32999 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33000
33001         Merge changes from Bison.
33002         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
33003         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
33004         when compiling Bison 1.875's `bitset bset = obstack_alloc
33005         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
33006         * lib/hash.c: Include <stdbool.h> unconditionally.
33007
33008 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33009
33010         * m4/onceonly.m4 (m4_quote): New macro.
33011         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
33012         Quote AC_FOREACH variable-expansions properly.
33013
33014 2003-03-13  Paul Eggert  <eggert@twinsun.com>
33015
33016         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
33017
33018 2003-03-09  Paul Eggert  <eggert@twinsun.com>
33019
33020         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
33021         Reported by Bruce Becker; see:
33022         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
33023
33024 2003-03-03  Paul Eggert  <eggert@twinsun.com>
33025             Bruno Haible  <bruno@clisp.org>
33026
33027         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
33028         Reported by John Hughes, see
33029         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
33030
33031 2003-02-20  Bruno Haible  <bruno@clisp.org>
33032
33033         * MODULES.html.sh (func_all_modules): Add poll.
33034
33035 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33036
33037         * modules/poll: New file.
33038
33039 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33040
33041         * lib/poll_.h: New file.
33042         * lib/poll.c: New file.
33043
33044 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
33045
33046         * m4/poll.m4: New file.
33047
33048 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33049
33050         * modules/mathl: New file.
33051
33052 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33053
33054         * lib/mathl.h: New file.
33055         * lib/acosl.c: New file.
33056         * lib/asinl.c: New file.
33057         * lib/atanl.c: New file.
33058         * lib/ceill.c: New file.
33059         * lib/cosl.c: New file.
33060         * lib/expl.c: New file.
33061         * lib/floorl.c: New file.
33062         * lib/frexpl.c: New file.
33063         * lib/ldexpl.c: New file.
33064         * lib/logl.c: New file.
33065         * lib/sincosl.c: New file.
33066         * lib/sinl.c: New file.
33067         * lib/sqrtl.c: New file.
33068         * lib/tanl.c: New file.
33069         * lib/trigl.c: New file.
33070         * lib/trigl.h: New file.
33071
33072 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
33073
33074         * m4/mathl.m4: New file.
33075
33076 2003-02-18  Bruno Haible  <bruno@clisp.org>
33077
33078         * MODULES.html.sh (func_all_modules): Add mathl.
33079
33080 2003-02-17  Bruno Haible  <bruno@clisp.org>
33081
33082         * modules/mkdtemp: New module.
33083         * MODULES.html.sh (func_all_modules): Add it.
33084
33085 2003-02-17  Bruno Haible  <bruno@clisp.org>
33086
33087         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
33088
33089 2003-02-17  Bruno Haible  <bruno@clisp.org>
33090
33091         * lib/mkdtemp.h: New file, from GNU gettext.
33092         * lib/mkdtemp.c: New file, from GNU gettext.
33093
33094 2003-02-02  Jim Meyering  <jim@meyering.net>
33095
33096         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
33097         e.g. glibc-2.2.93.
33098
33099 2003-01-31  Bruno Haible  <bruno@clisp.org>
33100
33101         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
33102         'rpl_rename'.
33103         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
33104         'rpl_strnlen'.
33105         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
33106         'rpl_strtod'.
33107         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
33108         'rpl_utime'.
33109
33110 2003-01-31  Bruno Haible  <bruno@clisp.org>
33111
33112         * lib/rename.c: #undef rename before defining rpl_rename.
33113         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
33114
33115 2003-01-30  Bruno Haible  <bruno@clisp.org>
33116
33117         * modules/vasnprintf, modules/vasprintf: New modules.
33118         * MODULES.html.sh (func_all_modules): Add them.
33119
33120 2003-01-30  Bruno Haible  <bruno@clisp.org>
33121
33122         * m4/signed.m4: New file, from GNU gettext.
33123         * m4/longdouble.m4: New file, from GNU gettext.
33124         * m4/wchar_t.m4: New file, from GNU gettext.
33125         * m4/wint_t.m4: New file, from GNU gettext.
33126         * m4/vasnprintf.m4: New file.
33127         * m4/vasprintf.m4: New file.
33128
33129 2003-01-30  Bruno Haible  <bruno@clisp.org>
33130
33131         * lib/printf-args.h: New file, from GNU gettext.
33132         * lib/printf-args.c: New file, from GNU gettext.
33133         * lib/printf-parse.h: New file, from GNU gettext.
33134         * lib/printf-parse.c: New file, from GNU gettext.
33135         * lib/vasnprintf.h: New file, from GNU gettext.
33136         * lib/vasnprintf.c: New file, from GNU gettext.
33137         * lib/asnprintf.c: New file, from GNU gettext.
33138         * lib/vasprintf.h: New file, from GNU gettext with modifications.
33139         * lib/vasprintf.c: New file, from GNU gettext.
33140         * lib/asprintf.c: New file, from GNU gettext.
33141
33142 2003-01-29  Bruno Haible  <bruno@clisp.org>
33143
33144         * modules/stpncpy: New module.
33145         * MODULES.html.sh (func_all_modules): Add it.
33146
33147 2003-01-29  Bruno Haible  <bruno@clisp.org>
33148
33149         * m4/stpncpy.m4: New file.
33150
33151 2003-01-29  Bruno Haible  <bruno@clisp.org>
33152
33153         * lib/stpncpy.h: New file, from GNU gettext with modifications.
33154         * lib/stpncpy.c: New file, from GNU gettext with modifications.
33155
33156 2003-01-28  Bruno Haible  <bruno@clisp.org>
33157
33158         * modules/c-ctype: New module.
33159         * MODULES.html.sh (func_all_modules): Add it.
33160
33161 2003-01-28  Bruno Haible  <bruno@clisp.org>
33162
33163         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
33164         Paul Eggert.
33165         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
33166         Paul Eggert.
33167
33168 2003-01-27  Bruno Haible  <bruno@clisp.org>
33169
33170         * modules/xsetenv: New module.
33171         * MODULES.html.sh (func_all_modules): Add it.
33172
33173 2003-01-27  Bruno Haible  <bruno@clisp.org>
33174
33175         * lib/xsetenv.h: New file, from GNU gettext.
33176         * lib/xsetenv.c: New file, from GNU gettext.
33177
33178 2003-01-23  Jim Meyering  <jim@meyering.net>
33179
33180         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
33181         from working on systems without dirfd (at least Irix and OSF1/Tru64).
33182
33183 2003-01-23  Bruno Haible  <bruno@clisp.org>
33184
33185         * modules/minmax: New module.
33186         * MODULES.html.sh (func_all_modules): Add it.
33187
33188 2003-01-23  Bruno Haible  <bruno@clisp.org>
33189
33190         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
33191         Eggert.
33192
33193 2003-01-22  Bruno Haible  <bruno@clisp.org>
33194
33195         * modules/exit: New module.
33196         * MODULES.html.sh (func_all_modules): Add it.
33197
33198 2003-01-22  Bruno Haible  <bruno@clisp.org>
33199
33200         * lib/exit.h: New file, from GNU gettext.
33201
33202 2003-01-19  Bruno Haible  <bruno@clisp.org>
33203
33204         * gnulib-tool: Recognize option --extract-maintainer.
33205         (func_get_maintainer): New function.
33206         * modules/*: Add Maintainer entry.
33207
33208 2003-01-16  Jim Meyering  <jim@meyering.net>
33209
33210         * m4/regex.m4: The `regex' struct is both input and output.
33211         Initialize it before each use.  Patch by Tim Waugh.
33212
33213 2003-01-16  Bruno Haible  <bruno@clisp.org>
33214
33215         * MODULES.html.sh: Add a table of contents. Add the module name as
33216         leftmost column. Add hyperlinks.
33217
33218 2003-01-15  Bruno Haible  <bruno@clisp.org>
33219
33220         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
33221
33222 2003-01-15  Bruno Haible  <bruno@clisp.org>
33223
33224         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
33225         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
33226         suffix.
33227
33228 2003-01-15  Bruno Haible  <bruno@clisp.org>
33229
33230         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
33231
33232 2003-01-15  Bruno Haible  <bruno@clisp.org>
33233
33234         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
33235         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
33236
33237 2003-01-14  Jim Meyering  <jim@meyering.net>
33238
33239         * lib/same.c (same_name): Tweak a comment.
33240
33241 2003-01-14  Bruno Haible  <bruno@clisp.org>
33242
33243         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
33244         when a string comparison is sufficient.
33245
33246 2003-01-14  Bruno Haible  <bruno@clisp.org>
33247
33248         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
33249         'unsigned int'.
33250
33251 2003-01-14  Bruno Haible  <bruno@clisp.org>
33252
33253         * lib/hash-pjw.c: Add comment about low quality of this function.
33254
33255 2003-01-13  Bruno Haible  <bruno@clisp.org>
33256
33257         * modules/stpcpy: Distribute lib/stpcpy.h.
33258         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
33259
33260 2003-01-13  Bruno Haible  <bruno@clisp.org>
33261
33262         * modules/*: Add a description.
33263         * modules/strpbrk: Fix Makefile.am snippet.
33264         * modules/strtoimax: Fix dependencies.
33265         * modules/strtoumax: Likewise.
33266
33267 2003-01-13  Bruno Haible  <bruno@clisp.org>
33268
33269         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
33270         * modules/alloca (Makefile.am): All object files depend on alloca.h.
33271         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
33272
33273 2003-01-13  Bruno Haible  <bruno@clisp.org>
33274
33275         * gnulib-tool (func_create_testdir): Store config/* files in the main
33276         directory.
33277         * config.rpath: Move to ...
33278         * config/config.rpath: ... here.
33279         * modules/gettext: Contains config/config.rpath, not config.rpath.
33280         * modules/iconv: Likewise.
33281
33282 2003-01-12  Paul Eggert  <eggert@twinsun.com>
33283
33284         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
33285         to avoid collisions with libcurses and libreadline.
33286
33287         * m4/getstr.m4: Remove.
33288         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
33289
33290 2003-01-12  Paul Eggert  <eggert@twinsun.com>
33291
33292         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
33293         to avoid collisions with libcurses and libreadline.
33294
33295         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
33296         * lib/getstr.h, getstr.c: Remove.
33297         * lib/getline.c: Include "getline.h", to check interface.
33298         Move body of old getstr.c here: this defines MIN_CHUNK and
33299         declares getdelim2, which is renamed from getstr.
33300         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
33301
33302         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
33303         All uses changed.
33304         * lib/linebuffer.h: Likewise.
33305         (readline): Remove backward-compatibility macro.
33306
33307 2003-01-12  Paul Eggert  <eggert@twinsun.com>
33308
33309         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
33310         to avoid collisions with libcurses and libreadline.
33311         * getstr: Remove.
33312         * MODULES.html.sh: Remove getstr.
33313         * modules/getline: Depend on unlocked-io, not getstr.
33314
33315 2003-01-12  Jim Meyering  <jim@meyering.net>
33316
33317         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
33318
33319 2003-01-10  Bruno Haible  <bruno@clisp.org>
33320
33321         * modules/alloca: Change Makefile.am requirements. Simplify Include
33322         requirements. Add lib/alloca_.h to file list.
33323
33324 2003-01-10  Bruno Haible  <bruno@clisp.org>
33325
33326         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
33327
33328 2003-01-10  Bruno Haible  <bruno@clisp.org>
33329
33330         * lib/alloca_.h: New file.
33331         * lib/getdate.y: Unconditionally include alloca.h.
33332         * lib/makepath.c: Likewise.
33333         * lib/setenv.c: Likewise.
33334         * lib/userspec.c: Likewise.
33335
33336 2003-01-09  Karl Berry  <karl@gnu.org>
33337
33338         * MODULES.html.sh: include `dirname $0` in PATH, to find
33339         gnulib-tool.
33340
33341 2003-01-09  Bruno Haible  <bruno@clisp.org>
33342
33343         * modules/stdbool: Change configure.ac, Makefile.am requirements.
33344         Simplify Include requirements. Add lib/stdbool.h.in to file list.
33345
33346 2003-01-09  Bruno Haible  <bruno@clisp.org>
33347
33348         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
33349
33350 2003-01-09  Bruno Haible  <bruno@clisp.org>
33351
33352         * lib/stdbool.h.in: New file.
33353
33354 2003-01-09  Bruno Haible  <bruno@clisp.org>
33355
33356         * gnulib-tool (func_all_modules): Ignore files ending in ~.
33357         * MODULES.html.sh: Likewise.
33358
33359 2003-01-08  Jim Meyering  <jim@meyering.net>
33360
33361         * lib/full-write.c: Undefine and define-away `const' after inclusion
33362         of errno.h, not before.  Suggestion from Bruno Haible.
33363
33364 2003-01-08  Bruno Haible  <bruno@clisp.org>
33365
33366         * modules/full-read: Depend on full-write.
33367
33368 2003-01-08  Bruno Haible  <bruno@clisp.org>
33369
33370         * lib/safe-read.c: Include specification header first, to ensure its
33371         selfcontainedness.
33372         * lib/full-write.c: Likewise.
33373
33374 2003-01-07  Jim Meyering  <jim@meyering.net>
33375
33376         * lib/full-write.c: Rework so that it may serve to define full_read,
33377         too.
33378         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
33379
33380 2003-01-07  Bruno Haible  <bruno@clisp.org>
33381
33382         * lib/strtoimax.c: Include <stdint.h> as an alternative to
33383         <inttypes.h>.
33384         * lib/xstrtol.h: Likewise.
33385         * lib/xstrtoimax.c: Likewise.
33386         * lib/xstrtoumax.c: Likewise.
33387         * lib/human.h: Likewise.
33388
33389         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
33390         on systems that have <inttypes.h> but not <stdint.h>.
33391
33392 2003-01-07  Bruno Haible  <bruno@clisp.org>
33393
33394         * MODULES.html.sh: Add copyright notice.
33395         (missed_files): Omit CVS directory entries.
33396         (func_module): Make it work with sed-3.02.
33397         * MODULES.txt: Remove file.
33398
33399 2003-01-06  Jim Meyering  <jim@meyering.net>
33400
33401         * lib/version-etc.c: Update year in translatable copyright string.
33402
33403 2003-01-03  Karl Berry  <karl@gnu.org>
33404
33405         * config/config.{guess,sub}: update from prep.
33406
33407 2003-01-02  Karl Berry  <karl@gnu.org>
33408
33409         * doc/COPYING.DOC: belatedly updated to 1.2.
33410
33411 2003-01-01  Karl Berry  <karl@gnu.org>
33412
33413         * gnulib-tool (func_verify_module): report module name $module in
33414         error message, not $1.
33415         * gnulib-tool (create-testdir): don't complain if destdir couldn't
33416         be created, only if it doesn't exist.
33417         * gnulib-tool (last_checkin_date): don't expand the $Date here.
33418
33419 2002-12-31  Paul Eggert  <eggert@twinsun.com>
33420
33421         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
33422
33423 2002-12-31  Paul Eggert  <eggert@twinsun.com>
33424
33425         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
33426         memcmp if strcoll doesn't work.
33427
33428 2002-12-31  Bruno Haible  <bruno@clisp.org>
33429
33430         * lib/utime.c (utime_null): No need to call ftruncate if the file was
33431         nonempty.
33432
33433 2002-12-31  Bruno Haible  <bruno@clisp.org>
33434
33435         * lib/memcoll.c (STRCOLL): New macro.
33436         (memcoll): Use it.
33437
33438 2002-12-31  Bruno Haible  <bruno@clisp.org>
33439
33440         * lib/localcharset.h: New file.
33441         * lib/localcharset.c: Include it.
33442         * lib/unicodeio.c: Likewise.
33443
33444 2002-12-31  Bruno Haible  <bruno@clisp.org>
33445
33446         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
33447         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
33448
33449 2002-12-31  Bruno Haible  <bruno@clisp.org>
33450
33451         * lib/getline.h: Include <stddef.h>, for size_t.
33452
33453         * lib/unicodeio.h: Include <stddef.h>, for size_t.
33454         * lib/unicodeio.c: Don't include <stddef.h>.
33455
33456 2002-12-31  Bruno Haible  <bruno@clisp.org>
33457
33458         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
33459         HAVE_TM_ZONE.
33460
33461 2002-12-24  Karl Berry  <karl@gnu.org>
33462
33463         * config/config.guess: update from prep.
33464
33465 2002-12-24  Bruno Haible  <bruno@clisp.org>
33466
33467         General infrasructure.
33468         * m4/README: Rewritten.
33469         * m4/onceonly.m4: New file.
33470         * m4/onceonly_2_57.m4: New file.
33471
33472         Module atexit.
33473         * m4/atexit.m4: New file.
33474
33475         Module strtod.
33476         * m4/strtod.m4: New file.
33477
33478         Module strtol.
33479         * m4/strtol.m4: New file.
33480
33481         Module strtoul.
33482         * m4/strtoul.m4: New file.
33483
33484         Module memchr.
33485         * m4/memchr.m4: New file.
33486
33487         Module memcmp.
33488         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
33489         (jm_FUNC_MEMCMP): Invoke it.
33490
33491         Module memcpy.
33492         * m4/memcpy.m4: New file.
33493
33494         Module memmove.
33495         * m4/memmove.m4: New file.
33496
33497         Module memset.
33498         * m4/memset.m4: New file.
33499
33500         Module strcspn.
33501         * m4/strcspn.m4: New file.
33502
33503         Module strpbrk.
33504         * m4/strpbrk.m4: New file.
33505
33506         Module strstr.
33507         * m4/strstr.m4: New file.
33508
33509         Module strerror.
33510         * m4/strerror.m4: New file.
33511
33512         Module mktime.
33513         * m4/mktime.m4: Renamed from jm-mktime.m4.
33514         (gl_PREREQ_MKTIME): New macro.
33515         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
33516
33517         Module malloc.
33518         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
33519         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
33520         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
33521
33522         Module realloc.
33523         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
33524         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
33525         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
33526
33527         Module strftime.
33528         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
33529         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
33530         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
33531         gl_TM_GMTOFF.
33532         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
33533
33534         Module xalloc.
33535         * m4/xalloc.m4: New file.
33536
33537         Module alloca.
33538         * m4/alloca.m4: New file.
33539
33540         Module putenv.
33541         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
33542         (jm_FUNC_PUTENV): Invoke it.
33543
33544         Module setenv.
33545         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
33546         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
33547         when invoked twice.
33548         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
33549         gt_FUNC_SETENV.
33550
33551         Module memrchr.
33552         * m4/memrchr.m4: New file.
33553
33554         Module stpcpy.
33555         * m4/stpcpy.m4: New file.
33556
33557         Module strcase.
33558         * m4/strcase.m4: New file.
33559
33560         Module strdup.
33561         * m4/strdup.m4: New file.
33562
33563         Module strnlen.
33564         * m4/strnlen.m4: New file.
33565
33566         Module strndup.
33567         * m4/strndup.m4: New file.
33568
33569         Module xstrtod.
33570         * m4/xstrtod.m4: New file.
33571
33572         Module xstrtol.
33573         * m4/xstrtol.m4: New file.
33574
33575         Module getdate.
33576         * m4/getdate.m4: New file.
33577
33578         Module unlocked-io.
33579         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
33580         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
33581         * m4/jm-glibc-io.m4n: Remove file.
33582
33583         Module long-options.
33584         * m4/long-options.m4: New file.
33585
33586         Module md5.
33587         * m4/md5.m4: New file.
33588
33589         Module sha.
33590         * m4/sha.m4: New file.
33591
33592         Module getstr.
33593         * m4/getstr.m4: New file.
33594
33595         Module getline.
33596         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
33597         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
33598         <sys/types.h>, for size_t. Use the function name gnu_getline, not
33599         simply getline. Infoke gl_PREREQ_GETLINE.
33600
33601         Module obstack.
33602         * m4/obstack.m4: New file.
33603
33604         Module hash.
33605         * m4/hash.m4: New file.
33606
33607         Module readtokens.
33608         * m4/readtokens.m4: New file.
33609
33610         Module strverscmp.
33611         * m4/strverscmp.m4: New file.
33612
33613         Module stdbool.
33614         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
33615         OSF/1.
33616
33617         Module strtoll.
33618         * m4/strtoll.m4: New file.
33619
33620         Module strtoull.
33621         * m4/strtoull.m4: New file.
33622
33623         Module strtoimax.
33624         * m4/strtoimax.m4: New file.
33625
33626         Module strtoumax.
33627         * m4/strtoumax.m4: New file.
33628
33629         Module xstrtoimax.
33630         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
33631         jm_AC_PREREQ_XSTRTOIMAX.
33632         Moved the strtol prerequisites to strtol.m4.
33633         Moved the strtoll prerequisites to strtoll.m4.
33634         Moved the strtoimax prerequisites to strtoimax.m4.
33635
33636         Module xstrtoumax.
33637         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
33638         jm_AC_PREREQ_XSTRTOUMAX.
33639         Moved the strtoul prerequisites to strtoul.m4.
33640         Moved the strtoull prerequisites to strtoull.m4.
33641         Moved the strtoumax prerequisites to strtoumax.m4.
33642
33643         Module chown.
33644         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
33645         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
33646
33647         Module dup2.
33648         * m4/dup2.m4: New file.
33649
33650         Module ftruncate.
33651         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
33652         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
33653
33654         Module getgroups.
33655         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
33656         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
33657
33658         Module gettimeofday.
33659         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
33660         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
33661         gl_PREREQ_GETTIMEOFDAY.
33662
33663         Module mkdir.
33664         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
33665         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
33666
33667         Module mkstemp.
33668         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
33669         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
33670         jm_AC_TYPE_UINTMAX_T.
33671         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
33672
33673         Module stat.
33674         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
33675         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
33676
33677         Module lstat.
33678         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
33679         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
33680
33681         Module timespec.
33682         * m4/timespec.m4 (gl_TIMESPEC): New macro.
33683         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
33684         * m4/st_mtim.m4: Indentation.
33685
33686         Module nanosleep.
33687         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
33688         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
33689         gl_PREREQ_NANOSLEEP.
33690
33691         Module regex.
33692         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
33693         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
33694         (gl_REGEX): New macro.
33695
33696         Module rename.
33697         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
33698         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
33699
33700         Module rmdir.
33701         * m4/rmdir.m4: New file.
33702
33703         Module utime.
33704         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
33705         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
33706         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
33707
33708         Module dirname.
33709         * m4/dirname.m4: New file.
33710
33711         Module getopt.
33712         * m4/getopt.m4: New file.
33713
33714         Module unistd-safer.
33715         * m4/unistd-safer.m4: New file.
33716
33717         Module fnmatch.
33718         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
33719         declaration.
33720         (gl_PREREQ_FNMATCH_EXTRA): New macro.
33721         (gl_FUNC_FNMATCH_POSIX): New macro.
33722         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
33723         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
33724         simply fnmatch.
33725
33726         Module exclude.
33727         * m4/exclude.m4: New file.
33728
33729         Module human.
33730         * m4/human.m4: New file.
33731
33732         Module acl.
33733         * m4/acl.m4: Nop.
33734
33735         Module backupfile.
33736         * m4/backupfile.m4: New file.
33737         * m4/d-ino.m4: Indentation.
33738
33739         Module fsusage.
33740         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
33741         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
33742         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
33743
33744         Module dirfd.
33745         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
33746         requirements.
33747
33748         Module euidaccess.
33749         * m4/euidaccess.m4: New file.
33750
33751         Module file-type.
33752         * m4/file-type.m4: New file.
33753
33754         Module fileblocks.
33755         * m4/fileblocks.m4: New file.
33756
33757         Module filemode.
33758         * m4/filemode.m4: New file.
33759
33760         Module isdir.
33761         * m4/isdir.m4: New file.
33762
33763         Module lchown.
33764         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
33765         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
33766
33767         Module makepath.
33768         * m4/makepath.m4: New file.
33769
33770         Module modechange.
33771         * m4/modechange.m4: New file.
33772
33773         Module mountlist.
33774         * m4/mountlist.m4: New file.
33775         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
33776         Indentation.
33777
33778         Module path-concat.
33779         * m4/path-concat.m4: New file.
33780
33781         Module pathmax.
33782         * m4/pathmax.m4: New file.
33783
33784         Module same.
33785         * m4/same.m4: New file.
33786
33787         Module save-cwd.
33788         * m4/save-cwd.m4: New file.
33789
33790         Module savedir.
33791         * m4/savedir.m4: New file.
33792
33793         Module xgetcwd.
33794         * m4/xgetcwd.m4: New file.
33795         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
33796
33797         Module xreadlink.
33798         * m4/xreadlink.m4: New file.
33799
33800         Module safe-read.
33801         * m4/safe-read.m4: New file.
33802
33803         Module safe-write.
33804         * m4/safe-write.m4: New file.
33805
33806         Module closeout.
33807         * m4/closeout.m4: New file.
33808
33809         Module stdio-safer.
33810         * m4/stdio-safer.m4: New file.
33811
33812         Module getpass.
33813         * m4/getpass.m4: New file.
33814
33815         Module getugroups.
33816         * m4/getugroups.m4: New file.
33817
33818         Module group-member.
33819         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
33820         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
33821
33822         Module idcache.
33823         * m4/idcache.m4: New file.
33824
33825         Module userspec.
33826         * m4/userspec.m4: New file.
33827
33828         Module gettime.
33829         * m4/clock_time.m4: New file.
33830         * m4/gettime.m4: New file.
33831
33832         Module settime.
33833         * m4/settime.m4: New file.
33834
33835         Module posixtm.
33836         * m4/posixtm.m4: New file.
33837
33838         Module gethostname.
33839         * m4/gethostname.m4: New file.
33840
33841         Module canon-host.
33842         * m4/canon-host.m4: New file.
33843
33844         Module gettext.
33845         * m4/codeset.m4: New file, from gettext-0.11.5.
33846         * m4/gettext.m4: New file, from gettext-0.11.5.
33847         * m4/glibc21.m4: New file, from gettext-0.11.5.
33848         * m4/iconv.m4: New file, from gettext-0.11.5.
33849         * m4/intdiv0.m4: New file, from gettext-0.11.5.
33850         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
33851         * m4/inttypes.m4: New file, from gettext-0.11.5.
33852         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
33853         * m4/isc-posix.m4: New file, from gettext-0.11.5.
33854         * m4/lcmessage.m4: New file, from gettext-0.11.5.
33855         * m4/lib-ld.m4: New file, from gettext-0.11.5.
33856         * m4/lib-link.m4: New file, from gettext-0.11.5.
33857         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
33858         * m4/progtest.m4: New file, from gettext-0.11.5.
33859         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
33860         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
33861         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
33862
33863         Module localcharset.
33864         * m4/localcharset.m4: New file.
33865
33866         Module hard-locale.
33867         * m4/hard-locale.m4: New file.
33868
33869         Module mbswidth.
33870         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
33871         onceonly macros.
33872         * m4/mbrtowc.m4: Add comment.
33873
33874         Module memcasecmp.
33875         * m4/memcasecmp.m4: New file.
33876
33877         Module memcoll.
33878         * m4/memcoll.m4: New file.
33879
33880         Module unicodeio.
33881         * m4/unicodeio.m4: New file.
33882
33883         Module rpmatch.
33884         * m4/rpmatch.m4: New file.
33885
33886         Module yesno.
33887         * m4/yesno.m4: New file.
33888
33889         Module exitfail.
33890         * m4/exitfail.m4: New file.
33891
33892         Module c-stack.
33893         * m4/c-stack.m4 (gl_C_STACK): New macro.
33894         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
33895
33896         Module error.
33897         * m4/error.m4 (gl_ERROR): New macro.
33898         (jm_PREREQ_ERROR): Use onceonly macros.
33899
33900         Module fatal.
33901         * m4/fatal.m4: New file.
33902
33903         Module getloadavg.
33904         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
33905         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
33906
33907         Module getpagesize.
33908         * m4/getpagesize.m4: New file.
33909
33910         Module getusershell.
33911         * m4/getusershell.m4: New file.
33912
33913         Module physmem.
33914         * m4/physmem.m4: New file.
33915
33916         Module posixver.
33917         * m4/posixver.m4: New file.
33918
33919         Module quotearg.
33920         * m4/quotearg.m4: New file.
33921
33922         Module quote.
33923         * m4/quote.m4: New file.
33924
33925         Module readutmp.
33926         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
33927
33928         Module sig2str.
33929         * m4/sig2str.m4: New file.
33930
33931         Other.
33932         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
33933         ulonglong.m4.
33934         * m4/intmax_t.m4: New file.
33935         * m4/d-type.m4: Indentation.
33936         * m4/jm-macros.m4: Update.
33937         * m4/prereq.m4 (jm_PREREQ): Update.
33938         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
33939         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
33940         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
33941         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
33942         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
33943         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
33944         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
33945         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
33946         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
33947         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
33948         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
33949         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
33950         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
33951         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
33952         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
33953         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
33954         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
33955         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
33956         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
33957
33958 2002-12-24  Bruno Haible  <bruno@clisp.org>
33959
33960         * MODULES.txt: Update according to m4/ changes.
33961
33962         Module gettext.
33963         * config.rpath: New file, from gettext-0.11.5.
33964
33965         * modules/*: New module descriptions.
33966         * gnulib-tool: New file.
33967         * MODULES.html.sh: New file.
33968
33969 2002-12-21  Karl Berry  <karl@gnu.org>
33970
33971         * doc/fdl.texi: update to version 1.2.
33972
33973 2002-12-19  Karl Berry  <karl@gnu.org>
33974
33975         * config/config.guess: update from prep.
33976
33977 2002-12-18  Bruno Haible  <bruno@clisp.org>
33978
33979         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
33980         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
33981
33982 2002-12-17  Bruno Haible  <bruno@clisp.org>
33983
33984         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
33985         stdlib.h, string.h.
33986
33987 2002-12-17  Bruno Haible  <bruno@clisp.org>
33988
33989         * lib/canon-host.c (strdup): Remove unused declaration.
33990
33991         * lib/fsusage.c: Include full_read.h.
33992         (get_fs_usage): Use full_read instead of safe_read.
33993
33994         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
33995
33996 2002-12-12  Karl Berry  <karl@gnu.org>
33997
33998         * config/config.guess: update from prep.
33999
34000 2002-12-11  Bruno Haible  <bruno@clisp.org>
34001
34002         * m4/setenv.m4: New file, from gettext-0.11.5.
34003
34004 2002-12-11  Bruno Haible  <bruno@clisp.org>
34005
34006         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
34007         not unsetenv().
34008         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
34009         modifications:
34010
34011         2002-12-11  Bruno Haible  <bruno@clisp.org>
34012
34013                 * setenv.c (alloca): Fall back to malloc.
34014                 (freea): New macro.
34015                 (setenv): Use freea() to free memory allocated with alloca().
34016
34017         2002-11-13  Bruno Haible  <bruno@clisp.org>
34018
34019                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
34020                 function declarations.
34021                 * unsetenv.c (unsetenv): Likewise.
34022
34023         2002-03-04  Bruno Haible  <bruno@clisp.org>
34024
34025                 Portability to AIX 4.3.3.
34026                 * unsetenv.c: New file, extracted from setenv.c.
34027                 * setenv.c: Move the unsetenv() function to unsetenv.c.
34028
34029         2001-12-20  Bruno Haible  <bruno@clisp.org>
34030
34031                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
34032                 use malloc instead. For SunOS 4.
34033
34034         2001-12-11  Bruno Haible  <bruno@clisp.org>
34035
34036                 * setenv.c: Declare alloca.
34037                 (compar_fn_t): New typedef.
34038                 (KNOWN_VALUE, STORE_VALUE): Use it.
34039
34040         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
34041         setenv.h.
34042
34043 2002-12-10  Paul Eggert  <eggert@twinsun.com>
34044
34045         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
34046         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
34047         Choose values that are less likely to collide with system fnmatch
34048         options.
34049         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
34050         defined (e.g., a pure POSIX system).
34051         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
34052         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
34053
34054 2002-12-06  Paul Eggert  <eggert@twinsun.com>
34055
34056         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
34057         a pain in practice to deal with generated m4 files.  This change
34058         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
34059
34060         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
34061         and jm-glibc-io.m4, as they are no longer a special case.
34062         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
34063         kludge and the auto-generation stuff.  Check only whether the
34064         functions are declared, not whether they exist, since older hosts
34065         that don't declare the functions can't use the optimization anyway.
34066
34067 2002-12-06  Jim Meyering  <jim@meyering.net>
34068
34069         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
34070
34071         Merge in changes from libc's misc/error.c, in preparation
34072         for the merge of gnulib's changes back into libc.
34073
34074         * lib/error.c (_): Define only if not already defined.
34075         Move definition to follow all #include directives.
34076         Include unlocked-io.h only if !_LIBC.
34077         [_LIBC]: Include <libio/libioP.h>.
34078         [USE_IN_LIBIO]: Include <libio/iolibio.h>
34079         (fflush): Tweak definition to use INTUSE.
34080         (putc): Define.
34081
34082 2002-12-05  Paul Eggert  <eggert@twinsun.com>
34083
34084         * lib/alloca.c [defined emacs]: Include "lisp.h".
34085         (xalloc_die) [defined emacs]: New macro.
34086         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
34087         [! defined emacs]: Include <xalloc.h>.
34088         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
34089         (pointer): Typedef to POINTER_TYPE *.
34090         (malloc): Remove decl; we now always use xmalloc.
34091         (alloca): Use old-style definition, since Emacs needs this.
34092         Check for arithmetic overflow when computing combined size.
34093
34094 2002-12-04  Paul Eggert  <eggert@twinsun.com>
34095
34096         Do not generate unlocked-io.h automatically, since it's easier to
34097         maintain it by hand.
34098
34099         * lib/unlocked-io.h: New file, from GNU diffutils,
34100         but with proper copyright notice and attribution.
34101         * lib/gen-uio: Remove.
34102         * lib/Makefile.am: Add copyright notice.
34103         (libfetish_a_SOURCES): Add unlocked-io.h.
34104         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
34105         (DISTCLEANFILES, io_functions): Remove macros.
34106         (EXTRA_DIST): Remove gen_uio.
34107         (unlocked-io.h): Remove rule.
34108
34109 2002-12-04  Jim Meyering  <jim@meyering.net>
34110
34111         Reflect the fact that stat.c and lstat.c are no longer generated.
34112         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
34113         (DISTCLEANFILES): Likewise.
34114         (EXTRA_DIST): Likewise.
34115         (all_local): Don't depend on stat.c or lstat.c.
34116         (stat.c, lstat.c): Remove rules.
34117         (EXTRA_DIST): Remove xstat.in.
34118
34119         * lib/xstat.in: Remove file.  Contents moved into stat.c.
34120         * lib/stat.c: New file.  Contents mostly from xstat.in.
34121         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
34122         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
34123
34124         * lib/safe-read.c: Rework so that it may serve to define safe_write,
34125         too.
34126         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
34127
34128 2002-12-03  Jim Meyering  <jim@meyering.net>
34129
34130         * lib/safe-read.c, safe-write.c: Change variable names and comments,
34131         but not semantics, to minimize the differences between these two files.
34132         (safe_read): Change comment to mention SAFE_READ_ERROR.
34133
34134         * lib/safe-read.c (IS_EINTR): Define.
34135         (safe_read): Use IS_EINTR in place of in-function cpp directives.
34136
34137 2002-12-02  Jim Meyering  <jim@meyering.net>
34138
34139         * lib/safe-read.c (EINTR): Define.
34140         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
34141         (INT_MAX): Provide fallback.
34142         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
34143
34144         * lib/safe-read.h (SAFE_READ_ERROR): Define.
34145
34146 2002-12-02  Bruno Haible  <bruno@clisp.org>
34147
34148         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
34149         Define, taken from safe-read.c.
34150         (INT_MAX): Provide fallback.
34151         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
34152         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
34153
34154         * lib/safe-read.c (EINTR): Remove definition.
34155         (safe_read): Don't use EINTR if it is absent.
34156
34157 2002-12-01  Jim Meyering  <jim@meyering.net>
34158
34159         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
34160         zero.
34161         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
34162
34163 2002-11-27  Paul Eggert  <eggert@twinsun.com>
34164
34165         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
34166         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
34167         with `if (! (value < limit)) abort ();', for readability.
34168
34169 2002-11-26  Karl Berry  <karl@gnu.org>
34170
34171         * lib/strdup.c: copy from libc again, with jim's ok.
34172         * lib/.cppi-disable: re-add strdup.c
34173
34174 2002-11-25  Karl Berry  <karl@gnu.org>
34175
34176         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
34177         instead of "strtol.c".
34178
34179 2002-11-25  Karl Berry  <karl@gnu.org>
34180
34181         * config/install-sh: update from automake for variable quoting, $0 in
34182         error msgs, etc.
34183
34184         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
34185         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
34186         entry.
34187
34188 2002-11-25  Jim Meyering  <jim@meyering.net>
34189
34190         * lib/mktime.c: Sync from libc, now that it has the latest fix.
34191
34192 2002-11-24  Karl Berry  <karl@gnu.org>
34193
34194         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
34195         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
34196
34197 2002-11-24  Jim Meyering  <jim@meyering.net>
34198
34199         Update from coreutils:
34200
34201         * lib/mktime.c: Merge in changes from libc.
34202
34203         Avoid a link-time failure on some Linux systems.
34204         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
34205         (otherwise).
34206         (__mon_yday): Declare with the STATIC attribute.
34207         (__mktime_internal): Likewise.
34208         Based on a report from Greg Schafer.
34209
34210 2002-11-23  Jim Meyering  <jim@meyering.net>
34211
34212         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
34213         Use `unsigned', not `int', as type of index.
34214
34215         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
34216
34217         * lib/fsusage.c: Remove unneeded parentheses around operands of
34218         `defined'.
34219
34220 2002-11-22  Paul Eggert  <eggert@twinsun.com>
34221
34222         * lib/quotearg.h: Allow multiple inclusion by surrounding with
34223         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
34224         so that we can be included first.
34225         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
34226         * lib/quotearg.c: Include quotearg.h immediately after config.h.
34227         No need to include stddef.h or sys/types.h any more.
34228         Surround local include files with "", not "<>".
34229         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
34230         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
34231         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
34232         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
34233         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
34234         (ISPRINT): Remove; no longer needed now that we assume C89.
34235
34236         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
34237         Preserve errno.
34238
34239         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
34240         quotearg_char): Use SIZE_MAX rather than
34241         (size_t) -1 when we are talking about "infinity".
34242
34243         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
34244
34245 2002-11-22  Paul Eggert  <eggert@twinsun.com>
34246
34247         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
34248         hint that one should use `if (! x) abort ();' rather than `assert
34249         (x);', and anyway it's one less thing to worry about configuring.
34250         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
34251         hash_rehash, hash_insert): Use abort rather than assert.
34252
34253 2002-11-22  Bruno Haible  <bruno@clisp.org>
34254
34255         * lib/safe-read.h: Assume C89. Add comments.
34256         (safe_read): Change return type to size_t.
34257         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
34258         byte counts > SSIZE_MAX correctly.
34259         * lib/safe-write.h: New file.
34260         * lib/safe-write.c: New file.
34261         * lib/full-read.h: New file.
34262         * lib/full-read.c: New file.
34263         * lib/full-write.h: Assume C89. Add comments.
34264         * lib/full-write.c: Include safe-write.h.
34265         (full_write): Rewritten to use safe_write.
34266         Suggested by Jim Meyering and Paul Eggert.
34267
34268 2002-11-21  Jim Meyering  <jim@meyering.net>
34269
34270         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
34271
34272         Merge in changes from the coreutils.
34273
34274         2002-09-25  Paul Eggert  <eggert@twinsun.com>
34275         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
34276         <stdint.h>.
34277         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
34278         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
34279         int.  Work more efficiently if X is the same width as uintmax_t.
34280         Do not compare X to -1, to avoid bogus compiler warning.
34281         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
34282         Don't assume that f_frsize and f_bsize are the same type.
34283
34284         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
34285         warning on FreeBSD.
34286
34287         * lib/makepath.c (make_path): Restore umask *before* creating the final
34288         component.
34289         (make_path): Minor reformatting.
34290
34291         * lib/xmalloc.c: Adjust to work with new autoconf macros,
34292         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
34293         HAVE_MALLOC/HAVE_REALLOC.
34294
34295         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
34296         dummy ones.  At least on GNU/Linux systems, `auto' means something
34297         else.
34298         From Michael Stone.
34299
34300 2002-11-21  Bruno Haible  <bruno@clisp.org>
34301
34302         Remove case insensitive option matching.
34303         * lib/argmatch.h (argcasematch): Remove declaration.
34304         (ARGCASEMATCH): Remove macro.
34305         (__xargmatch_internal): Remove case_sensitive argument.
34306         (XARGMATCH): Update.
34307         (XARGCASEMATCH): Remove macro.
34308         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
34309         case_sensitive argument.
34310         (argcasematch): Remove function.
34311         (__xargmatch_internal): Remove case_sensitive argument.
34312         (main): Use XARGMATCH instead of XARGCASEMATCH.
34313
34314         * lib/xmalloc.c: Change compile-time error message. Add comment about
34315         required autoconf version.
34316
34317 2002-11-20  Paul Eggert  <eggert@twinsun.com>
34318
34319         Merge argmatch cleanups from Bison.  Assume C89.
34320
34321         * lib/argmatch.c: Include config.h here, not in argmatch.h.
34322         Include stdlib.h, for EXIT_FAILURE.
34323         Always include <string.h>, since we assume C89.
34324         (EXIT_FAILURE): Remove pre-C89 bug workaround.
34325         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
34326         Include <stddef.h> instead, since it's all we need for size_t.
34327         (PARAMS): Remove.  All uses removed.
34328         (ARRAY_CARDINALITY): Do not bother to #undef.
34329         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
34330         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
34331         Remove unnecessary parentheses.
34332         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
34333         Insert necessary parentheses.
34334         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
34335         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
34336
34337 2002-11-19  Bruno Haible  <bruno@clisp.org>
34338
34339         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
34340         * lib/mbswidth.h: Include <stddef.h>, for size_t.
34341
34342         * lib/mbswidth.h (PARAMS): Remove macro.
34343         (mbswidth, mbsnwidth): Use ANSI C function declarations.
34344         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
34345
34346         * lib/gcd.h (PARAMS): Remove macro.
34347         (gcd): Use ANSI C function declarations.
34348         * lib/gcd.c (gcd): Likewise.
34349
34350 2002-11-15  Bruno Haible  <bruno@clisp.org>
34351
34352         * lib/strcspn.c: Include <stddef.h>.
34353         (strcspn): Use ANSI C function declaration. Change return type to
34354         size_t. Use NULL.
34355         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
34356         (strpbrk): Use NULL.
34357         * lib/strpbrk.h (PARAMS): Remove macro.
34358         (strpbrk): Use ANSI C function declaration.
34359         * lib/strstr.c: Don't include <sys/types.h>.
34360         * lib/strstr.h (PARAMS): Remove macro.
34361         (strstr): Use ANSI C function declarations.
34362
34363 2002-11-14  Karl Berry  <karl@gnu.org>
34364
34365         * config/mkinstalldirs: `do' on separate line, instead of
34366         `for var; do'.
34367
34368 2002-11-06  Bruno Haible  <bruno@clisp.org>
34369
34370         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
34371         * lib/gcd.c (gcd): Likewise.
34372
34373 2002-11-05  Bruno Haible  <bruno@clisp.org>
34374
34375         * lib/gcd.h: New file, from gettext-0.11.5.
34376         * lib/gcd.c: New file, from gettext-0.11.5.
34377
34378 2002-11-05  Bruno Haible  <bruno@clisp.org>
34379
34380         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34381         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34382         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34383         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34384
34385         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
34386         <libintl.h>.
34387         * lib/makepath.c: Include gettext.h instead of <locale.h> and
34388         <libintl.h>.
34389
34390         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
34391         * lib/human.c: Include gettext.h instead of <libintl.h>.
34392         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
34393         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
34394         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
34395         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
34396         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
34397         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
34398         (textdomain): Remove definition.
34399         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
34400
34401         * lib/long-options.c: Remove include of <libintl.h> and definition of
34402         _.
34403         * lib/same.c: Remove include of <libintl.h> and definition of _.
34404
34405 2002-11-04  Owen Taylor  <otaylor@redhat.com>
34406
34407         * lib/config.charset: A few additions for Solaris.
34408
34409 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
34410
34411         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
34412         * lib/localcharset.c (locale_charset): Declare as extern "C".
34413
34414 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
34415
34416         * lib/config.charset: msdos in uk_UA uses CP1125.
34417
34418 2002-11-04  Bruno Haible  <bruno@clisp.org>
34419
34420         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
34421         * lib/strcase.h: New file, from GNU gettext-0.11.5.
34422         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
34423         * lib/strstr.h: New file, from GNU gettext-0.11.5.
34424         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
34425
34426 2002-11-04  Bruno Haible  <bruno@clisp.org>
34427
34428         * lib/localcharset.c (locale_charset): Don't return an empty string.
34429
34430 2002-11-04  Bruno Haible  <bruno@clisp.org>
34431
34432         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
34433         aliases.
34434
34435 2002-11-04  Bruno Haible  <bruno@clisp.org>
34436
34437         * lib/config.charset: Update for newest glibc. Add canonical names
34438         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
34439
34440 2002-11-04  Bruno Haible  <bruno@clisp.org>
34441
34442         * lib/config.charset: Add support for NetBSD.
34443
34444 2002-11-04  Bruno Haible  <bruno@clisp.org>
34445
34446         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
34447
34448 2002-11-01  Bruno Haible  <bruno@clisp.org>
34449
34450         * configure.in: Add AC_CONFIG_AUX_DIR call.
34451         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
34452         test/Makefile.
34453         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
34454
34455 2002-09-28  Karl Berry  <karl@gnu.org>
34456
34457         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
34458         installed automake until the next release, since changes have been
34459         made.
34460
34461 2002-09-25  Karl Berry  <karl@gnu.org>
34462
34463         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
34464         * lib/getopt*: copy from libc/posix.
34465         * lib/gettext.h: copy from gettext.
34466         * lib/.cppi-disable: add strdup.c, gettext.h.
34467
34468 2002-09-25  Karl Berry  <karl@gnu.org>
34469
34470         * config/srclist.txt: enable gettext.h check.
34471         * config/config.{guess,sub}: update from prep.
34472         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
34473                 from automake 1.6.3.
34474         See srclist*.
34475
34476 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
34477
34478         * regex.c (PATFETCH): Remove the translating fetch.
34479         (PATFETCH_RAW): Rename to PATFETCH.
34480         (set_image_of_range): New fun.
34481         (SET_RANGE_TABLE_WORK_AREA): Use it.
34482         (regex_compile): Don't translate the pattern chars so eagerly.
34483         Only do it when inserting an `exactn' bytecode or when handling
34484         a char-range.
34485         (mutually_exclusive_p): Avoid empty statement.
34486
34487 2002-07-06  Jim Meyering  <meyering@lucent.com>
34488
34489         * m4/README: Don't mention Makefile.am.in.
34490         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
34491
34492 2002-07-01  Jim Meyering  <meyering@lucent.com>
34493
34494         * lib/c-stack.c: Include sys/time.h.
34495         From Volker Borchert.
34496
34497 2002-06-26  Paul Eggert  <eggert@twinsun.com>
34498
34499         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
34500
34501 2002-06-26  Paul Eggert  <eggert@twinsun.com>
34502
34503         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
34504         New macro.  Use it uniformly instead of
34505         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
34506         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
34507         reported by Vin Shelton.
34508
34509 2002-06-22  Paul Eggert  <eggert@twinsun.com>
34510
34511         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
34512         Do not assume SA_SIGINFO behavior.
34513         Bug reported by Jim Meyering on NetBSD 1.5.2.
34514
34515 2002-06-22  Jim Meyering  <meyering@lucent.com>
34516
34517         * m4/c-stack.m4: New file, from diffutils-2.8.2.
34518         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
34519
34520         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
34521         now that configure.ac uses AC_GNU_SOURCE.
34522         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
34523         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
34524
34525         Update to latest tools.  Suggestions from Paul Eggert.
34526         * m4/stdbool.m4: New file, from diffutils-2.8.2.
34527         * m4/gnu-source.m4: Update from diffutils-2.8.2.
34528         * m4/fnmatch.m4: Likewise.
34529         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
34530         to AC_HEADER_STDBOOL
34531
34532 2002-06-22  Jim Meyering  <meyering@lucent.com>
34533
34534         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
34535         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
34536
34537 2002-06-22  Jim Meyering  <meyering@lucent.com>
34538
34539         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
34540
34541         * lib/exitfail.c, exitfail.h: Likewise.
34542         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
34543
34544         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
34545         of fnmatch.h.
34546         (EXTRA_DIST): Add fnmatch_loop.c.
34547         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
34548
34549         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
34550         * lib/fnmatch.c: Update from diffutils-2.8.2.
34551         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
34552         * lib/fnmatch.h: Remove file.
34553
34554 2002-06-21  Jim Meyering  <meyering@lucent.com>
34555
34556         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
34557         * m4/mbrtowc.m4: Likewise.
34558
34559         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
34560         * m4/mbswidth.m4: Reflect name change:
34561         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
34562         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
34563
34564         * m4/lib-link.m4: Update from gettext-0.11.2.
34565         * m4/gettext.m4: Likewise.
34566
34567         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
34568         From Alfred M. Szmidt.
34569
34570 2002-06-18  Paul Eggert  <eggert@twinsun.com>
34571
34572         * lib/file-type.h: Report an error if neither S_ISREG nor
34573         S_IFREG is defined, instead of using a test specific to glibc
34574         2.2.  This should be safe, since POSIX requires S_ISREG and
34575         Unix Version 7 had S_IFREG.  We don't need to check for
34576         <sys/types.h> since we don't use any symbols that it defines.
34577
34578 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
34579
34580         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
34581         $@-t, so that each temporary file name is unique and valid in the first
34582         8 characters, for operation under DOS.
34583
34584 2002-06-15  Paul Eggert  <eggert@twinsun.com>
34585
34586         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
34587
34588 2002-06-15  Jim Meyering  <meyering@lucent.com>
34589
34590         Work even with DJGPP 2.03, which lacks support for symlinks.
34591         From Richard Dawe.
34592         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
34593         is defined.
34594         * lib/lchown.c (S_ISLNK): Likewise.
34595
34596 2002-06-15  Jim Meyering  <meyering@lucent.com>
34597
34598         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
34599         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
34600         have been included before this file.
34601
34602 2002-06-14  Jim Meyering  <meyering@lucent.com>
34603
34604         * lib/file-type.h: Use the version from diffutils-2.8.2.
34605         * lib/file-type.c: Likewise.
34606
34607 2002-06-07  Jim Meyering  <meyering@lucent.com>
34608
34609         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
34610         They're needed at least for NetBSD 1.5.2.
34611         ($statxfs_includes): Include those same headers.
34612         ($statxfs_includes): Include sys/vfs.h if available.
34613         ($statxfs_includes): Likewise for sys/statvfs.h.
34614         Check for the following members in both structs statfs and statvfs:
34615         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
34616
34617 2002-06-01  Jim Meyering  <meyering@lucent.com>
34618
34619         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
34620         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
34621
34622 2002-05-28  Jim Meyering  <meyering@lucent.com>
34623
34624         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
34625         Reported by Volker Borchert.
34626
34627 2002-05-27  Jim Meyering  <meyering@lucent.com>
34628
34629         Fix a problem seen only on nonconforming systems whereby ls.c's
34630         use of localtime, and then of gettimeofday would cause trouble:
34631         the localtime call used to initialize rpl_gettimeofday's save
34632         mechanism would clobber ls's current local time information so
34633         that in any long listing the first file would always be listed
34634         with date 1970-01-01.  Analysis by Volker Borchert.
34635
34636         * lib/gettimeofday.c (localtime): Undefine.
34637         (rpl_localtime): New function.
34638
34639 2002-05-27  Jim Meyering  <meyering@lucent.com>
34640
34641         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
34642         localtime.
34643
34644         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
34645         use the replacement function; it wouldn't resolve at link time.
34646         Reported by Volker Borchert.
34647
34648 2002-05-22  Jim Meyering  <meyering@lucent.com>
34649
34650         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
34651         file-type.h.
34652         * lib/file-type.h: New file.
34653         * lib/file-type.c (file_type): New file/function.  Extracted from
34654         diffutils.
34655
34656 2002-04-30  Jim Meyering  <meyering@lucent.com>
34657
34658         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
34659
34660 2002-04-29  Paul Eggert  <eggert@twinsun.com>
34661
34662         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
34663
34664 2002-04-29  Paul Eggert  <eggert@twinsun.com>
34665
34666         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
34667         Do not check for alloca.h (no longer used) or stdbool.h (was never
34668         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
34669
34670 2002-04-29  Paul Eggert  <eggert@twinsun.com>
34671
34672         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
34673
34674 2002-04-29  Jim Meyering  <meyering@lucent.com>
34675
34676         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
34677         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
34678         Use AC_FUNC_STRNLEN here instead.
34679
34680         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
34681         With autoconf-2.53a, it's part of AC_PROG_CC.
34682
34683 2002-04-28  Paul Eggert  <eggert@twinsun.com>
34684
34685         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
34686         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
34687
34688 2002-04-28  Paul Eggert  <eggert@twinsun.com>
34689
34690         * lib/sig2str.h, lib/sig2str.c: New files.
34691         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
34692
34693 2002-04-28  Paul Eggert  <eggert@twinsun.com>
34694
34695         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
34696         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
34697         of 127, since 64 is the largest conceivable number for ancient
34698         nonstandard hosts.
34699         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
34700
34701 2002-04-28  Jim Meyering  <meyering@lucent.com>
34702
34703         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
34704
34705 2002-04-24  Jim Meyering  <meyering@lucent.com>
34706
34707         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
34708         (jm_PREREQ): Use it.
34709
34710         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
34711         mach/mach.h fcntl.h.
34712         Check for this function: setlocale.
34713
34714 2002-04-24  Jim Meyering  <meyering@lucent.com>
34715
34716         * lib/gettext.h: New file, from Gettext.
34717         * lib/Makefile.am (INCLUDES): Remove -I../intl.
34718         (libfetish_a_SOURCES): Add gettext.h.
34719
34720 2002-04-16  Jim Meyering  <meyering@lucent.com>
34721
34722         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
34723         ut_pid, ut_id, ut_exit.
34724
34725 2002-04-16  Jim Meyering  <meyering@lucent.com>
34726
34727         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
34728         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
34729         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
34730
34731 2002-04-12  Jim Meyering  <meyering@lucent.com>
34732
34733         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
34734         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
34735         existence of the getmntinfo function.  Needed for Darwin 5.3.
34736
34737         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
34738         This is necessary at least on Darwin 5.3.
34739
34740         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
34741         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
34742         strnlen.o in the library, and that makes some versions of ranlib
34743         object.
34744
34745 2002-04-12  Jim Meyering  <meyering@lucent.com>
34746
34747         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
34748
34749 2002-04-09  Jim Meyering  <meyering@lucent.com>
34750
34751         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
34752         to be more precise.  Rather than saying we're checking whether the
34753         function `works', say what we're testing.
34754         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
34755         Reported by Bruno Haible.
34756
34757 2002-03-10  Jim Meyering  <meyering@lucent.com>
34758
34759         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
34760         Suggestion from Santiago Vila.
34761
34762 2002-03-08  Jim Meyering  <meyering@lucent.com>
34763
34764         * lib/rename.c: Mention that this wrapper is needed also on
34765         mips-dec-ultrix4.4 systems.
34766
34767 2002-03-02  Jim Meyering  <meyering@lucent.com>
34768
34769         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
34770         not HAVE_CLOCK_SETTIME.
34771
34772 2002-02-27  Paul Eggert  <eggert@twinsun.com>
34773
34774         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
34775         Check for clock_settime.
34776
34777 2002-02-27  Paul Eggert  <eggert@twinsun.com>
34778
34779         * lib/nanosleep.h: Rename to....
34780         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
34781
34782         * lib/gettime.c: New file.
34783         * lib/settime.c: New file.
34784         * lib/stime.c: Remove.
34785
34786         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
34787         timespec.h.  Remove nanosleep.h.
34788
34789 2002-02-25  Paul Eggert  <eggert@twinsun.com>
34790
34791         * m4/acl.m4: New file.
34792         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
34793         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
34794
34795 2002-02-25  Paul Eggert  <eggert@twinsun.com>
34796
34797         * lib/acl.c, lib/acl.h: New files.
34798         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
34799
34800 2002-02-24  Jim Meyering  <meyering@lucent.com>
34801
34802         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
34803         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
34804         cause trouble.  Reported by Nelson Beebe.
34805
34806 2002-02-23  Paul Eggert  <eggert@twinsun.com>
34807
34808         * lib/path-concat.c (xpath_concat): Reorder code to pacify
34809         compilers that don't know that xalloc_die never returns.
34810
34811 2002-02-20  Jim Meyering  <meyering@lucent.com>
34812
34813         * lib/getdate.c: Regenerate using bison-1.33.
34814
34815 2002-02-17  Jim Meyering  <meyering@lucent.com>
34816
34817         * config/config.guess (main): Don't use `head -1'; it's no longer
34818         portable. Use `sed 1q' instead.
34819
34820 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
34821
34822         * m4/codeset.m4: Upgrade to gettext-0.11.
34823         * m4/gettext.m4: Upgrade to gettext-0.11.
34824         * m4/glibc21.m4: Upgrade to gettext-0.11.
34825         * m4/iconv.m4: Upgrade to gettext-0.11.
34826         * m4/isc-posix.m4: Upgrade to gettext-0.11.
34827         * m4/lcmessage.m4: Upgrade to gettext-0.11.
34828         * m4/lib-ld.m4: New file, from gettext-0.11.
34829         * m4/lib-link.m4: New file, from gettext-0.11.
34830         * m4/lib-prefix.m4: New file, from gettext-0.11.
34831         * m4/progtest.m4: Upgrade to gettext-0.11.
34832
34833 2002-02-15  Paul Eggert  <eggert@twinsun.com>
34834
34835         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
34836         (jm_PREREQ): Use it.
34837
34838 2002-02-15  Paul Eggert  <eggert@twinsun.com>
34839
34840         * lib/posixver.c, lib/posixver.h: New files.
34841         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
34842
34843 2002-02-02  Paul Eggert  <eggert@twinsun.com>
34844             Bruno Haible  <bruno@clisp.org>
34845
34846         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
34847         (fwrite_success_callback): New declaration.
34848         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
34849         print_unicode_char. Call failure callback instead of error.
34850         (fwrite_success_callback): New function.
34851         (exit_failure_callback): New function.
34852         (fallback_failure_callback): New function.
34853         (print_unicode_char): Call unicode_to_mb.
34854
34855 2002-01-26  Jim Meyering  <meyering@lucent.com>
34856
34857         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
34858         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
34859
34860 2002-01-26  Jim Meyering  <meyering@lucent.com>
34861
34862         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
34863
34864 2002-01-22  Paul Eggert  <eggert@twinsun.com>
34865
34866         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
34867
34868 2002-01-22  Jim Meyering  <meyering@lucent.com>
34869
34870         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
34871         Otherwise, some versions of automake would omit the rule that makes
34872         Makefile from Makefile.in.
34873
34874 2002-01-21  Paul Eggert  <eggert@twinsun.com>
34875
34876         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
34877         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
34878         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
34879         (memcoll): Set errno to zero if there is no error.
34880
34881         * lib/quotearg.c (quotearg_buffer_restyled):
34882         Fix bug with quoting buffers containing NUL when backslashing escapes.
34883         This bug was exposed by the other changes in this patch.
34884         (quotearg_n_options): New arg ARGSIZE.
34885         All callers changed.
34886         (quoting_options_from_style): New function.
34887         (quotearg_n_style): Use it.
34888         (quotearg_n_style_mem): New function.
34889
34890         * lib/quotearg.h (quotearg_n_style_mem): New function.
34891
34892 2002-01-19  Jim Meyering  <meyering@lucent.com>
34893
34894         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
34895         Remove useless quotes: DF_PROG="df".
34896         * m4/strnlen.m4: New file.
34897
34898 2002-01-16  Paul Eggert  <eggert@twinsun.com>
34899
34900         * lib/backupfile.c (ISDIGIT): Comment fix.
34901         * lib/getdate.y (ISDIGIT): Likewise.
34902         * lib/posixtm.c (ISDIGIT, year): Likewise.
34903         * lib/strverscmp.c (ISDIGIT): Likewise.
34904         * lib/userspec.c (ISDIGIT): Likewise.
34905
34906 2002-01-16  Jim Meyering  <meyering@lucent.com>
34907
34908         * lib/getdate.y: Add three semicolons, each just before a closing
34909         brace. Bison (as of version 1.31) no longer papers over that mistake.
34910
34911 2002-01-05  Jim Meyering  <meyering@lucent.com>
34912
34913         * lib/version-etc.c (version_etc_copyright): Update copyright year.
34914
34915 2001-12-19  Paul Eggert  <eggert@twinsun.com>
34916
34917         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
34918         not silently exit merely because the output buffer happens to
34919         have nothing pending.
34920
34921 2001-12-18  Paul Eggert  <eggert@twinsun.com>
34922
34923         See the big note in ../ChangeLog.
34924         * lib/human.c (suffixes): Prefer K to k for 1024.
34925         (generate_suffix_backwards): New function.
34926         (human_readable_inexact): Use it.
34927         * lib/xstrtol.c (__xstrtol): If there is no number but there
34928         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
34929         Accept 'K' as well as 'k'.
34930
34931 2001-12-15  Jim Meyering  <meyering@lucent.com>
34932
34933         * lib/regex.h (__restrict_arr): Update from libc.
34934
34935         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
34936         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
34937         (STREQ): Define.
34938
34939 2001-12-14  Jim Meyering  <meyering@lucent.com>
34940
34941         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
34942         Suggestion from Bruno Haible.
34943
34944 2001-12-10  Jim Meyering  <meyering@lucent.com>
34945
34946         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
34947         xrealloc, Instead, include "xalloc.h".
34948         (initbuffer): Don't cast xmalloc return value to char*.
34949         (readline): Reword comment.
34950         Don't cast xrealloc return value to char*
34951         Return NULL, not 0.
34952
34953 2001-12-09  Jim Meyering  <meyering@lucent.com>
34954
34955         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
34956         about `signed and unsigned type in conditional expression'.
34957         * lib/posixtm.c (posix_time_parse): Likewise.
34958
34959         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
34960
34961         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
34962         to avoid a pedantic warning.
34963
34964         * lib/getstr.c: Don't include assert.h.
34965         (getstr): Remove warning-evoking assertions.
34966         Return -1 if offset parameter is out of bounds.
34967         Change the type of a local from int to size_t.
34968
34969         * lib/strftime.c (my_strftime_localtime_r): Include this function
34970         definition in the `#if ! HAVE_TM_GMTOFF' block.
34971
34972         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
34973         Include xalloc.h instead.
34974
34975 2001-12-02  Jim Meyering  <meyering@lucent.com>
34976
34977         * lib/tempname.c: Don't declare getenv, thus reverting the change of
34978         2001-11-18.  It's no longer necessary, now that stdlib.h is always
34979         included.
34980
34981         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
34982         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
34983
34984 2001-11-30  Akim Demaille  <akim@epita.fr>
34985
34986         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
34987         before being defined.
34988
34989 2001-11-27  Paul Eggert  <eggert@twinsun.com>
34990
34991         * lib/quotearg.h (quotearg_n, quotearg_n_style):
34992         First arg is int, not unsigned.
34993         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
34994         (SIZE_MAX, UINT_MAX): New macros.
34995         (quotearg_n_options): Abort if N is negative.
34996         Avoid overflow check on hosts where size_t is 64 bits and int
34997         is 32 bits, as overflow is impossible there.
34998         Fix off-by-one typo that caused unnecessary reallocation.
34999
35000 2001-11-27  Jim Meyering  <meyering@lucent.com>
35001
35002         * lib/tempname.c: Merge with version from libc.
35003         * lib/regex.c: Likewise.
35004
35005         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
35006         systems for which STDC_HEADERS is 0, it was not included, resulting in
35007         a warning about an integer-to-pointer conversion problem with getenv.
35008         Reported by Volker Borchert.
35009
35010 2001-11-26  Jim Meyering  <meyering@lucent.com>
35011
35012         * lib/gtod.h: Remove file.
35013         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
35014         * lib/gettimeofday.c: Don't include gtod.h.
35015         (GTOD_init): Remove function.
35016         (rpl_gettimeofday): Do its job here instead, rather than aborting.
35017         Suggestion from Volker Borchert.
35018
35019 2001-11-23  Jim Meyering  <meyering@lucent.com>
35020
35021         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
35022         it.
35023         * lib/hash.c (struct hash_table): Define it here instead.
35024
35025 2001-11-22  Jim Meyering  <meyering@lucent.com>
35026
35027         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
35028
35029 2001-11-20  Jim Meyering  <meyering@lucent.com>
35030
35031         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
35032         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
35033
35034 2001-11-19  Jim Meyering  <meyering@lucent.com>
35035
35036         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
35037         directory.  Use "conftestXXXXXX" as the template.
35038         Suggestion from Paul Eggert.
35039
35040         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
35041         immediately, so the test doesn't mistakenly hit the max-open-files
35042         limit.
35043
35044 2001-11-18  Paul Eggert  <eggert@twinsun.com>
35045
35046         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
35047         (TEMPORARIES): New macro.
35048         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
35049         removes an artificial limitation (e.g. HP-UX 10.20, where
35050         TMP_MAX is 17576).
35051
35052 2001-11-18  Jim Meyering  <meyering@lucent.com>
35053
35054         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
35055
35056 2001-11-18  Jim Meyering  <meyering@lucent.com>
35057
35058         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
35059         on SunOS 4.
35060
35061         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
35062         files will be created before anything else.
35063
35064 2001-11-17  Paul Eggert  <eggert@twinsun.com>
35065
35066         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
35067         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
35068
35069 2001-11-17  Jim Meyering  <meyering@lucent.com>
35070
35071         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
35072         Prompted by a report from Bob Proulx.
35073
35074         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
35075         Instead, require UTILS_FUNC_MKSTEMP.
35076
35077 2001-11-17  Jim Meyering  <meyering@lucent.com>
35078
35079         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
35080         Now, that's done as part of AC_FUNC_STRTOD.
35081
35082 2001-11-17  Jim Meyering  <meyering@lucent.com>
35083
35084         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
35085         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
35086         rather than group writable.  Patch by Juan F. Codagnone.
35087
35088         * lib/readtokens.c: Remove explicit declarations of xmalloc and
35089         xrealloc, Instead, include "xalloc.h".
35090
35091         * lib/mountlist.c: Include unlocked-io.h after all system headers.
35092         Remove explicit declarations of xmalloc, xrealloc,
35093         and xstrdup.  Instead, include "xalloc.h".
35094
35095         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
35096         unlocked-io.h.
35097         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
35098         Likewise.
35099         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
35100
35101         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
35102         Reported by Padraig Brady.
35103
35104         * lib/mkstemp.c: #undef mkstemp.
35105         Include config.h.
35106         (rpl_mkstemp): Rename from mkstemp.
35107         Protoize.
35108
35109 2001-11-16  Jim Meyering  <meyering@lucent.com>
35110
35111         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
35112         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
35113         determine the amount of total physical memory, use pstat_getstatic.
35114         HPUX-11 doesn't define _SC_PHYS_PAGES.
35115         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
35116         If sysconf couldn't be used to determine the amount of available
35117         physical memory, use both pstat_getstatic and pstat_getdynamic.
35118         Based on a patch from Bob Proulx.
35119
35120 2001-11-10  Jim Meyering  <meyering@lucent.com>
35121
35122         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
35123         (jm_PREREQ): Use it.
35124
35125 2001-11-09  Jim Meyering  <meyering@lucent.com>
35126
35127         * m4/jm-macros.m4: Require autoconf-2.52f.
35128         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
35129         Use these AC_-prefixed names, not the AM_-prefixed ones.
35130
35131         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
35132
35133 2001-11-05  Jim Meyering  <meyering@lucent.com>
35134
35135         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
35136
35137 2001-11-04  Jim Meyering  <meyering@lucent.com>
35138
35139         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
35140         $DEFS.
35141
35142 2001-11-03  Jim Meyering  <meyering@lucent.com>
35143
35144         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
35145         of AC_DEFUN.
35146
35147         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
35148         know the name of the variable in the macro definition.
35149
35150 2001-11-03  Jim Meyering  <meyering@lucent.com>
35151
35152         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
35153         in argmatch_to_argument call.
35154
35155         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
35156         argument.
35157
35158         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
35159         e.g., a fault due to an attempt to free a NULL pointer.
35160
35161 2001-11-01  Jim Meyering  <meyering@lucent.com>
35162
35163         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
35164         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
35165
35166 2001-11-01  Jim Meyering  <meyering@lucent.com>
35167
35168         * lib/dirfd.c, lib/dirfd.h: New files.
35169         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
35170
35171         * lib/hash.c (hash_print) [TESTING]: Clean up.
35172
35173 2001-10-22  Paul Eggert  <eggert@twinsun.com>
35174
35175         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
35176         to avoid a warning if -Wall.
35177
35178 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
35179
35180         * README: New file
35181         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
35182         (per RMS's instructions, this is now the canonical source)
35183         * lgpl/, gpl/: New directories.
35184
35185 2001-10-21  Paul Eggert  <eggert@twinsun.com>
35186
35187         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
35188
35189 2001-10-21  Jim Meyering  <meyering@lucent.com>
35190
35191         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
35192         this code would end up calling gettext even in packages built
35193         with --disable-nls.
35194         * lib/getopt.c (_): Likewise.
35195         * lib/regex.c (_): Likewise.
35196
35197 2001-10-20  Paul Eggert  <eggert@twinsun.com>
35198
35199         * m4/error.m4 (jm_PREREQ_ERROR):
35200         Do not invoke AC_CHECK_FUNCS with strerror_r, as
35201         AC_FUNC_STRERROR_R does that.
35202         Check for strerror declaration.
35203
35204         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
35205         are supposed to have them these days.
35206         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
35207         Merge changes from latest Autoconf CVS.
35208         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
35209         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
35210         POSIX decided to standardize on the int flavor of strerror_r.
35211
35212 2001-10-20  Paul Eggert  <eggert@twinsun.com>
35213
35214         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
35215         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
35216         Use strerror_r that is only a macro, even if it is not a function.
35217         (strerror): Check for HAVE_DECL_STRERROR before declaring.
35218         (private_strerror): Use prototypes, not old-style function definition.
35219         (print_errno_message): New function.
35220         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
35221         char*-flavored one.
35222         (error_tail, error, error_at_line): Use it.
35223
35224 2001-10-11  Jim Meyering  <meyering@lucent.com>
35225
35226         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
35227         and quote_n (1, ... to avoid clobbering a buffer.
35228
35229 2001-10-05  Jim Meyering  <meyering@lucent.com>
35230
35231         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
35232         hash-pjw.h.
35233         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
35234         * lib/hash-pjw.h: New file.
35235
35236 2001-09-30  Jim Meyering  <meyering@lucent.com>
35237
35238         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
35239         `struct fsstat' has the `f_fstypename' member.
35240         Use that to define FS_TYPE, which is now used to make
35241         the getfsstat link test tighter.
35242
35243 2001-09-30  Jim Meyering  <meyering@lucent.com>
35244
35245         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
35246         Include <sys/ucred.h>, for Apple Darwin.
35247         Include sys/mount.h and sys/fs_types.h only if available.
35248         (FS_TYPE): Define.
35249         (read_filesystem_list): Use FS_TYPE.
35250
35251 2001-09-29  Paul Eggert  <eggert@twinsun.com>
35252
35253         * lib/exclude.c (excluded_filename): 0 -> false, since it's
35254         a boolean context.
35255
35256 2001-09-29  Jim Meyering  <meyering@lucent.com>
35257
35258         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
35259         [one-argument getmntent function]): Include stdio.h before mntent.h.
35260         SunOS 4.1.x needs it for the declaration of `FILE'.
35261         Patch by Volker Borchert.
35262
35263         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
35264         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
35265         sys/fs_types.h, and make the link-test for getfsstat guard #include
35266         directives with appropriate #if HAVE_*_H tests so that we can
35267         detect getfsstat on Apple Darwin1.3.7 systems.
35268         Reported by Nelson Beebe.
35269         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
35270
35271 2001-09-28  Paul Eggert  <eggert@twinsun.com>
35272
35273         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
35274         #defines strtoimax.  Also treat the other strto* functions
35275         like strtoimax.
35276
35277         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
35278         Check for strtoul and strtoumax,
35279         as those declarations are made even in the signed case.
35280         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
35281         Likewise, for strtol and strtoimax.
35282
35283 2001-09-28  Paul Eggert  <eggert@twinsun.com>
35284
35285         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
35286         #defines strtoimax.  Also treat the other strto* functions
35287         like strtoimax.
35288
35289         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
35290         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
35291         (strtoimax, strtoumax): Do not declare if already defined as a macro.
35292
35293 2001-09-26  Jim Meyering  <meyering@lucent.com>
35294
35295         Most macros in unlocked-io.h had the wrong number of arguments.
35296         * lib/gen-uio: New script.
35297         (USE_UNLOCKED_IO): Define to 1 if not already defined.
35298         * lib/unlocked-io.hin: Remove file.
35299         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
35300         rather than trying to embed it here.
35301         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
35302         Reported by Padraig Brady.
35303
35304 2001-09-25  Volker Borchert  <bt@teknon.de>
35305
35306         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
35307         `result'.
35308
35309 2001-09-24  Jim Meyering  <meyering@lucent.com>
35310
35311         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
35312
35313 2001-09-23  Jim Meyering  <meyering@lucent.com>
35314
35315         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
35316         instead of the mere test for existence of mntent.h.  The latter
35317         would get a false-positive on AIX 3.4 systems.
35318         In the outer getmntent if-block, don't die if neither of the getmntent
35319         tests succeeds.  Instead, just fall through and continue with the
35320         remaining tests.
35321
35322 2001-09-23  Jim Meyering  <meyering@lucent.com>
35323
35324         * lib/mountlist.c: Remove useless parentheses in #if directives.
35325         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
35326         the deprecated MOUNTED symbol is no longer defined in mntent.h.
35327
35328 2001-09-22  Jim Meyering  <meyering@lucent.com>
35329
35330         * m4/gettext.m4: New file.  From gettext.
35331         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
35332         * m4/progtest.m4: Likewise
35333         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
35334         * m4/glibc21.m4: Likewise.
35335
35336         * m4/libintl.m4: Remove.  No longer used.
35337
35338 2001-09-22  Jim Meyering  <meyering@lucent.com>
35339
35340         * lib/localcharset.c: Update from latest gettext.
35341         * lib/config.charset: Likewise.
35342
35343 2001-09-20  Jim Meyering  <meyering@lucent.com>
35344
35345         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
35346         strtoimax.
35347         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
35348         strtoumax.
35349
35350 2001-09-20  Jim Meyering  <meyering@lucent.com>
35351
35352         * lib/xstrtol.c (strtoimax): Guard declaration with
35353         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
35354         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
35355         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
35356         (strtoumax): Likewise, for completeness (it wasn't necessary).
35357
35358 2001-09-17  Paul Eggert  <eggert@twinsun.com>
35359
35360         * lib/strtoimax.c (HAVE_LONG_LONG):
35361         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
35362         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
35363         to work around bug in IBM C compiler.
35364
35365 2001-09-17  Jim Meyering  <meyering@lucent.com>
35366
35367         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
35368         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
35369         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
35370         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
35371         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
35372         whenever the right hand side need not be expanded by the shell.
35373
35374 2001-09-16  Paul Eggert  <eggert@twinsun.com>
35375
35376         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
35377         library.  It's not correct, as some older glibcs are buggy.
35378         fnmatch wasn't fixed until glibc 2.2.
35379
35380         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
35381         special shell magic here.
35382
35383 2001-09-16  Jim Meyering  <meyering@lucent.com>
35384
35385         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
35386         * m4/jm-macros.m4: Require it.
35387
35388 2001-09-16  Jim Meyering  <meyering@lucent.com>
35389
35390         * lib/mkdir.c: New file.
35391
35392 2001-09-15  Jim Meyering  <meyering@lucent.com>
35393
35394         * m4/jm-macros.m4: Check for help2man.
35395
35396 2001-09-11  Jim Meyering  <meyering@lucent.com>
35397
35398         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
35399         The body, by Paul Eggert, was moved here from configure.in.
35400         * m4/jm-macros.m4: Require UTILS_HOST_OS.
35401
35402 2001-09-04  Paul Eggert  <eggert@twinsun.com>
35403
35404         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
35405         (jm_PREREQ): Use it.
35406
35407 2001-09-04  Paul Eggert  <eggert@twinsun.com>
35408
35409         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
35410         Use ssize_t, not int, to store result of readlink.
35411         Check for ssize_t overflow as well as size_t overflow,
35412         as POSIX says the result of readlink is implementation-defined
35413         when ssize_t overflows.
35414         Remove unnecessary cast to char*.
35415         Use free+malloc instead of realloc, as the storage doesn't need
35416         to be preserved and it's clearer and can be more efficient that way.
35417         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
35418         * lib/xreadlink.h (xreadlink): Update prototype.
35419
35420 2001-09-04  Paul Eggert  <eggert@twinsun.com>
35421
35422         * lib/xgetcwd.c: Revert some of the previous change; intead,
35423         fix the HAVE_GETCWD_NULL code to behave more like the
35424         !HAVE_GETCWD_NULL code used to.
35425
35426         Include "xalloc.h".
35427         (xgetcwd): Do not return NULL when memory is exhausted; instead,
35428         invoke xalloc_die.
35429
35430 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35431
35432         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
35433         sys/param.h, as pathmax.h includes them.
35434
35435 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35436
35437         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
35438         (jm_PREREQ_XGETCWD): New macro.
35439
35440         * m4/getcwd.m4: New file.
35441
35442 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35443
35444         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
35445         like the HAVE_GETCWD_NULL code.
35446         Include pathmax.h if not HAVE_GETCWD.
35447         Do not include xalloc.h.
35448         (INITIAL_BUFFER_SIZE): New symbol.
35449         Do not use xmalloc / xrealloc, since the caller is responsible for
35450         handling errors.  Preserve errno around `free' during failure.
35451         Do not overrun buffer when using getwd.
35452
35453 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35454
35455         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
35456         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
35457         getcwd (NULL, 0).
35458
35459 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35460
35461         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
35462         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
35463         spotted by Jim Meyering.
35464
35465 2001-09-03  Jim Meyering  <meyering@lucent.com>
35466
35467         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
35468         failure.
35469
35470 2001-09-02  Jim Meyering  <meyering@lucent.com>
35471
35472         * lib/error.c: Update from GNU libc.
35473
35474 2001-09-01  Jim Meyering  <meyering@lucent.com>
35475
35476         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
35477         Used by df.
35478
35479 2001-09-01  Jim Meyering  <meyering@lucent.com>
35480
35481         * lib/xreadlink.c: New file.
35482         * lib/xreadlink.h: New file.
35483         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
35484         xreadlink.h.
35485
35486         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
35487         doesn't conflict with sparc Solaris 7's definition in
35488         /usr/include/sys/int_types.h.
35489
35490         * lib/exclude.c: Use `""', not `<>' to #include non-system header
35491         files.
35492         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
35493         and strncasecmp as r-values.  Unixware didn't have declarations.
35494
35495 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35496
35497         * lib/xstrtol.h: Add copyright notice.
35498         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
35499         LONGINT_INVALID_SUFFIX_CHAR.
35500
35501 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35502
35503         * lib/xstrtol.c (strtoimax): New decl.
35504
35505 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35506
35507         * lib/xgetcwd.c: Don't include pathmax.h.
35508         Include stdlib.h and unistd.h if available.
35509         Include xalloc.h.
35510         (xmalloc, xstrdup, free): Remove decls.
35511         (xgetcwd): Don't assume sizes fit in unsigned.
35512         Check for overflow when computing sizes.
35513         Simplify reallocation code.
35514
35515 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35516
35517         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
35518         a directory's st_size can have an arbitrary value, so the old
35519         usage could waste an arbitrary amount of memory.  All uses
35520         changed.
35521         * lib/savedir.h: Update prototype.
35522
35523 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35524
35525         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
35526
35527         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
35528         old strtoimax.c.
35529
35530         Also, make the following further changes to make this file's
35531         configuration more similar to that of strtol.c:
35532         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
35533         (strtoumax, uintmax_t, strtoull, strtol): Remove.
35534         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
35535         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
35536         changed to signed values.
35537
35538         And make the following changes as well:
35539         Fix copyright notice, as 1999 was missing.
35540         (verify): New macro.
35541         (strtoimax): Check sizes at compile-time, not run-time.
35542         Prefer strtol to strtoll if both work.
35543         (main): Remove; it was not that useful and was a pain to maintain.
35544
35545         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
35546
35547 2001-08-31  Jim Meyering  <meyering@lucent.com>
35548
35549         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
35550         Use an initial, malloc'd, buffer of length 128 rather than
35551         a statically allocated one of length 1024.
35552
35553 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35554
35555         Simplify code, partly by assuming autoconf 2.52 semantics.
35556
35557         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
35558
35559         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
35560         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
35561         All uses removed.
35562         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
35563         Move AC_REQUIRE to next-to-top level, to avoid confusion.
35564         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
35565         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
35566         jm_AC_HEADER_INTTYPES_H.
35567         * m4/jm-macros.m4 (jm_MACROS): Likewise.
35568
35569         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
35570
35571         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
35572         Quote first arg of AC_DEFUN.
35573         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
35574         since they are needed to parse the include file even if we need
35575         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
35576         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
35577         but with opposite signedness.
35578
35579 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35580
35581         Merge 'exclude' changes from tar 1.13.22.
35582         This fixes one or two unlikely storage allocation overflow bugs,
35583         but doesn't change user-visible behavior otherwise.
35584
35585 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35586
35587         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
35588         (jm_PREREQ_EXCLUDE): New macro.
35589
35590 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35591
35592         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
35593         tm to be declared.
35594
35595 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35596
35597         * lib/hash.c: Remove '2001' from copyright notice.
35598
35599 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35600
35601         * lib/full-write.h: New file.
35602         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
35603         * lib/full-write.c: Correct credits, as cccp.c no longer
35604         exists and anyway it was so heavily changed from the old cccp
35605         code as to be unrecognizable.  Include full-write.h.
35606         (full_write) Return size_t, with short writes meaning failure.
35607         All callers changed.  This fixes a bug with large buffers
35608         on 64-bit hosts.
35609         * lib/utime.c: Include full-write.h.
35610
35611 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35612
35613         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
35614         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
35615         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
35616         Include if available.
35617         (<xalloc.h>): Include
35618         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
35619         (verify): New macro.  Use it to verify that EXCLUDE macros do not
35620         collide with FNM macros.
35621         (struct patopts): New struct.
35622         (struct exclude): Use it, as exclude patterns now come with options.
35623         (new_exclude): Support above changes.
35624         (new_exclude, add_exclude_file):
35625         Initial size must now be a power of two to simplify overflow checking.
35626         (free_exclude, fnmatch_no_wildcards): New function.
35627         (excluded_filename): No longer requires options arg, as the options
35628         are determined by add_exclude.  Now returns bool, not int.
35629         (excluded_filename, add_exclude):
35630         Add support for the fancy new exclusion options.
35631         (add_exclude, add_exclude_file): Now takes int options arg.
35632         Check for arithmetic overflow when computing sizes.
35633         (add_exclude_file): xrealloc might modify errno, so don't
35634         realloc until after errno might be used.
35635
35636         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
35637         New macros.
35638         (free_exclude): New decl.
35639         (add_exclude, add_exclude_file): Now takes int options arg.
35640         (excluded_filename): No longer requires options arg, as the options
35641         are determined by add_exclude.  Now returns bool, not int.
35642
35643 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35644
35645         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
35646
35647 2001-08-27  Jim Meyering  <meyering@lucent.com>
35648
35649         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
35650
35651         * lib/version-etc.c (N_): Remove definition.
35652         Revert most of last change.
35653         Instead, simply don't mark the `Copyright...' string for translation.
35654         Based on advice from Paul Eggert.
35655
35656         * lib/strtoxmax.c: Tweak comment.
35657
35658 2001-08-26  Jim Meyering  <meyering@lucent.com>
35659
35660         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
35661
35662         * m4/xstrtoimax.m4: New file.
35663         * m4/xstrtoumax.m4: Add comments explaining why we
35664         AC_REPLACE_FUNCS(strtol).
35665
35666 2001-08-26  Jim Meyering  <meyering@lucent.com>
35667
35668         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
35669         of copyright with `%s' so translators don't get an untranslated
35670         message in 2002.
35671         (COPYRIGHT_YEAR): Define.
35672         (version_etc): Use fprintf rather than fputs.
35673         Suggestion from Ulrich Drepper.
35674
35675         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
35676
35677         * lib/strtoll.c: New file, from GNU libc.
35678         * lib/xstrtoimax.c: New file.
35679
35680         * lib/xstrtol.h: Add xstrtoimax.
35681         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
35682         * lib/strtoimax.c: New file.  Likewise, but first define
35683         STRTOUXMAX_SIGNED.
35684
35685         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
35686         ...
35687         * lib/strtoxmax.c: ... then renamed to this.
35688
35689 2001-08-18  Paul Eggert  <eggert@twinsun.com>
35690
35691         * m4/inttypes.m4: Add AC_PREREQ(2.13).
35692         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
35693         (jm_AC_TYPE_INTMAX_T): New macro.
35694         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
35695
35696         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
35697
35698         * m4/longlong.m4: Renamed from ulonglong.m4.
35699         * m4/inttypes.m4: Renamed from inttypes_h.m4.
35700         * m4/uintmax_t.m4: Removed.
35701
35702 2001-08-13  Paul Eggert  <eggert@twinsun.com>
35703
35704         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
35705         Port to Solaris 8, where 'sed' requires a space after the 'r'
35706         command, and where sh dislikes "$/".  Clean up the spacing a bit.
35707         Redirect output to $tmp just once.
35708
35709 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
35710
35711         * lib/addext.c (<errno.h>): Include.
35712         (errno): Declare if not defined.
35713         (addext): Work correctly when pathconf returns -1 and leaves
35714         errno alone because there is no limit.  Also, work even if
35715         pathconf returns a value greater than SIZE_MAX.
35716
35717 2001-08-12  Jim Meyering  <meyering@lucent.com>
35718
35719         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
35720         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
35721         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
35722         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
35723         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
35724         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
35725         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
35726         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
35727         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
35728         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
35729         utime.m4, utimes.m4, xstrtoumax.m4:
35730         Quote the first argument in each use of AC_DEFUN.
35731
35732 2001-08-12  Jim Meyering  <meyering@lucent.com>
35733
35734         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
35735         Simply `return getcwd (NULL, 0);'.
35736         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
35737         Use 1300 as initial value for length, not PATH_MAX.
35738
35739         * lib/pathmax.h: Clean up cpp syntax.
35740
35741 2001-08-12  Jim Meyering  <meyering@lucent.com>
35742
35743         * lib/gettimeofday.c: New file.
35744         * lib/gtod.h: New file.
35745         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
35746
35747 2001-08-05  Jim Meyering  <meyering@lucent.com>
35748
35749         * m4/jm-macros.m4: Require autoconf-2.52.
35750
35751 2001-08-04  Jim Meyering  <meyering@lucent.com>
35752
35753         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
35754         stmt, to get in sync with glibc.
35755
35756 2001-08-03  Paul Eggert  <eggert@twinsun.com>
35757
35758         The following changes are from gettext 0.10.39 as maintained by
35759         Bruno Haible.
35760
35761         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
35762         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
35763         with inverted sense.  All uses changed.
35764
35765         * lib/mbswidth.c: Don't include <limits.h>.
35766         Include <stdlib.h> and <string.h> unconditionally.
35767         (iswcntrl, mbsinit, ISCNTRL): New macros.
35768         (mbsnwidth): Use K&R style function declarations.
35769         Don't bother checking for MB_LEN_MAX == 1, since the compiler
35770         can optimize it when MB_CUR_MAX == 1.
35771         The width of control characters is zero, not 1.
35772
35773 2001-08-03  Paul Eggert  <eggert@twinsun.com>
35774
35775         The following changes are from gettext 0.10.39 as maintained by
35776         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
35777
35778         * m4/codeset.m4: Upgrade to serial AM1.
35779         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
35780         all uses changed.  Quote first arg of AC_DEFUN.
35781         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
35782
35783         * m4/iconv.m4: Upgrade to serial AM2.
35784         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
35785         Add --with-libconv-prefix.
35786         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
35787         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
35788         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
35789         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
35790         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
35791
35792         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
35793         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
35794         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
35795         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
35796         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
35797         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
35798         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
35799         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
35800         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
35801
35802         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
35803         string.h any more.
35804
35805         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
35806         not the default value.
35807
35808         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
35809         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
35810         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
35811         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
35812         Also check for iswcntrl, used for wcwidth fallback.
35813         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
35814         to Autoconf 2.13.
35815
35816 2001-08-03  Jim Meyering  <meyering@lucent.com>
35817
35818         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
35819         as it was in the original.  Reported by Paul Eggert.
35820
35821 2001-07-16  Jim Meyering  <meyering@lucent.com>
35822
35823         * m4/gettimeofday.m4: New file.
35824         Prompted by a report from Bernhard Baehr.
35825
35826 2001-07-15  Jim Meyering  <meyering@lucent.com>
35827
35828         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
35829         stuff. Now it's in ../Makefile.cfg.
35830
35831 2001-07-15  Jim Meyering  <meyering@lucent.com>
35832
35833         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
35834         (BUILT_SOURCES): Add unlocked-io.h.
35835         (io_functions): Define.
35836         (unlocked-io.h): New rule.
35837         (DISTCLEANFILES): Add unlocked-io.h.
35838         (all-local): Depend on unlocked-io.h, to ensure it is created.
35839
35840         * lib/unlocked-io.hin: New file
35841
35842         * lib/regex.c: Update from glibc.
35843
35844 2001-07-05  Jim Meyering  <meyering@lucent.com>
35845
35846         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
35847         recommendation.
35848         (libfetish_a_SOURCES): Put all .h files here instead.
35849         Remove a thus-exposed (better checks in automake) duplicate and
35850         two unnecessary .h files.
35851
35852 2001-07-04  Jim Meyering  <meyering@lucent.com>
35853
35854         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
35855         that generates jm-glibc-io.m4 so that it doesn't trigger any make
35856         distcheck failure.
35857
35858 2001-07-02  Jim Meyering  <meyering@lucent.com>
35859
35860         The following changes were prompted by suggestions from Bruno Haible.
35861
35862         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
35863         is now generated.
35864         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
35865         definition of EXTRA_DIST.
35866         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
35867         ensure that the generated file is created/updated whenever the list
35868         of $(unlocked_functions) is changed.
35869         (jm-glibc-io.m4): New rule.
35870         (unlocked-io.h): New rule -- currently unused.
35871
35872 2001-06-24  Jim Meyering  <meyering@lucent.com>
35873
35874         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
35875         unmatched right bracket, rather than kludging it with an extra,
35876         falsely-matching quote in a comment.  Patch by Akim Demaille.
35877
35878 2001-06-11  Jim Meyering  <meyering@lucent.com>
35879
35880         * lib/regex.c: Update from GNU libc.
35881
35882 2001-05-27  Jim Meyering  <meyering@lucent.com>
35883
35884         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
35885         Check for ut_type in struct utmp.
35886
35887 2001-05-27  Jim Meyering  <meyering@lucent.com>
35888
35889         * lib/readutmp.h (UT_TYPE): Define.
35890
35891 2001-05-24  Jim Meyering  <meyering@lucent.com>
35892
35893         * lib/argmatch.c: Include "quote.h".
35894         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
35895         quote function.  Reported by Göran Uddeborg.
35896
35897 2001-05-22  Jim Meyering  <meyering@lucent.com>
35898
35899         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
35900         now that we use the package-supplied version unconditionally.
35901         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
35902
35903 2001-05-21  Jim Meyering  <meyering@lucent.com>
35904
35905         * m4/regex.m4: Change a couple backticks to single quotes to avoid
35906         shell syntax errors.
35907
35908 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
35909
35910         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
35911
35912 2001-05-20  Paul Eggert  <eggert@twinsun.com>
35913
35914         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
35915         Don't bother to check library strftime, since
35916         we'll be using our own my_strftime function anyway.
35917         Define my_strftime instead of strftime.
35918
35919 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
35920
35921         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
35922         which is not yet declared.
35923
35924 2001-05-15  Jim Meyering  <meyering@lucent.com>
35925
35926         * m4/regex.m4: Use proper quoting so brackets appear in the test
35927         program.
35928         Reported by, and with help from, Bruno Haible.
35929
35930 2001-05-13  Jim Meyering  <meyering@lucent.com>
35931
35932         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
35933         undefined.
35934
35935 2001-05-11  Paul Eggert  <eggert@twinsun.com>
35936
35937         dirname code cleanup.  base_name now behaves more compatibly
35938         with POSIX basename when given file names that have trailing
35939         slashes, and similarly for dir_name.  Add new primitives
35940         base_len and dir_len.  Put the directory-name-related decls
35941         into dirname.h.
35942
35943         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
35944         * lib/backupfile.c (base_name): Likewise.
35945         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
35946         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
35947         * lib/makepath.c (strip_trailing_slashes): Likewise.
35948         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
35949         ISSLASH): Likewise.
35950         * lib/rename.c (strip_trailing_slashes): Likewise.
35951         * lib/same.c (base_name): Likewise.
35952         * lib/stripslash.c (ISSLASH): Likewise.
35953
35954         * lib/addext.c: Include <dirname.h> after size_t is defined.
35955         * lib/backupfile.c: Likewise.
35956
35957         * lib/addext.c (addext): Use base_len to trim redundant
35958         trailing slashes instead of doing it ourselves.
35959         But do not trim the last slash if it is not redundant.
35960
35961         * lib/backupfile.c (find_backup_file_name,
35962         max_backup_version): Use base_len instead of rolling it ourselves.
35963         Handle the case of "" and (on DOS) "C:" correctly.
35964
35965         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
35966         needed. Include <string.h>, <dirname.h>.
35967         (base_name): Allow file names ending in slashes, other than names
35968         that are all slashes.  In this case, return the basename followed
35969         by the slashes.  This is more general, and can be used in places
35970         where the original base_name purposely had an assertion failure.
35971         (base_len): New function.
35972
35973         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
35974         Do not include <assert.h>; no longer needed.
35975         Include xalloc.h.
35976         (memrchr): Remove decl.
35977         (dir_name_r): Remove.
35978         (dir_len): Renamed from dirlen.  All callers changed.
35979         Rewrite in terms of base_name, for simplicity and consistency.
35980         (dir_name): Never return NULL.  All callers changed.
35981         Do not include <stdlib.h> in test program; no longer needed.
35982         return 0; is fine for test program.
35983
35984         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
35985         New macros.
35986         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
35987
35988         * lib/path-concat.c (path_concat): Use base_len to compute
35989         base length, not strlen; this means we cannot rely on memcpy
35990         to null-terminate.
35991
35992         * lib/same.c (STREQ): Remove.
35993         (same_name): Handle the case where the basename ends in trailing '/'.
35994
35995         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
35996         a slash was stripped.  Do not strip the last slash after a
35997         file system prefix.
35998
35999 2001-05-11  Paul Eggert  <eggert@twinsun.com>
36000
36001         * lib/Makefile.am (libfetish_a_SOURCES):
36002         Add strftime.c, since we now compile it on all hosts.
36003
36004         * lib/strftime.c (my_strftime):
36005         Define to nstrftime if emacs, but only if my_strftime is not defined.
36006         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
36007         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
36008         Add one more extra argument: a nanoseconds value.
36009         All uses changed.
36010         (ns): New macro.
36011         (my_strftime function): Add %N format.
36012         (emacs_strftimeu): Renamed from emacs_strftime,
36013         with extra ut argument.
36014
36015 2001-05-09  Paul Eggert  <eggert@twinsun.com>
36016
36017         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
36018
36019 2001-04-21  Jim Meyering  <meyering@lucent.com>
36020
36021         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
36022         doesn't interfere.
36023
36024 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
36025
36026         * m4/ftruncate.m4: Check for chsize.
36027         Link with ftruncate.o unconditionally if ftruncate is missing.
36028         This was required when cross-compiling to i586-mingw32msvc.
36029
36030 2001-04-08  Jim Meyering  <meyering@lucent.com>
36031
36032         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
36033         recomputed; that's necessary when the offset spans a DST transition.
36034         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
36035
36036 2001-04-02  Jim Meyering  <meyering@lucent.com>
36037
36038         * lib/regex.h, regex.c: Update from GNU libc.
36039
36040 2001-03-24  Jim Meyering  <meyering@lucent.com>
36041
36042         * m4/jm-macros.m4: Require autoconf-2.49d.
36043
36044 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
36045
36046         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
36047
36048 2001-03-19  Paul Eggert  <eggert@twinsun.com>
36049
36050         * lib/version-etc.c (version_etc_copyright): Update to 2001.
36051
36052 2001-03-17  Jim Meyering  <meyering@lucent.com>
36053
36054         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
36055         now that the version in autoconf is equivalent.
36056         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
36057
36058         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
36059         Suggestion from Akim Demaille.
36060
36061         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
36062         (jm_PREREQ_TEMPNAME): New function.
36063
36064 2001-03-16  Paul Eggert  <eggert@twinsun.com>
36065
36066         * lib/tempname.c (uint64_t): Define to uintmax_t if
36067         not defined, and if UINT64_MAX is not defined.
36068         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
36069         Reported by John David Anglin.
36070
36071 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
36072
36073         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
36074         resolve alias if codeset is empty.
36075         * lib/config.charset (BeOS): Use wildcard syntax.
36076
36077 2001-03-13  Jim Meyering  <meyering@lucent.com>
36078
36079         * lib/path-concat.c (path_concat)
36080         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
36081         concatenating e.g., `C:' and `foo'.
36082         From Bruno Haible.
36083
36084 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
36085
36086         * lib/localcharset.c (locale_charset): Don't use
36087         setlocale(LC_CTYPE,NULL). Don't return NULL.
36088         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
36089
36090 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
36091
36092         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
36093         support for DOS/DJGPP.
36094
36095 2001-03-01  Paul Eggert  <eggert@twinsun.com>
36096
36097         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
36098         lacks mkstemp.  Compile our own tempname.c if we compile our own
36099         mkstemp.c, as mkstemp relies on tempname.
36100
36101 2001-03-01  Jim Meyering  <meyering@lucent.com>
36102
36103         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
36104         AH_VERBATIM really does output its argument verbatim.
36105
36106 2001-02-28  Paul Eggert  <eggert@twinsun.com>
36107
36108         * lib/Makefile.am (libfetish_a_SOURCES):
36109         Add dup-safer.c, fopen-safer.c.
36110         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
36111
36112         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
36113         * lib/unistd-safer.h: New files.
36114
36115 2001-02-25  Paul Eggert  <eggert@twinsun.com>
36116
36117         The mkstemp replacement is taken from glibc 2.2.2, with some
36118         portability fixes for use outside glibc, as follows:
36119
36120         * lib/tempname.c (struct_stat64): New macro.
36121         (direxists, __gen_tempname): Use it.
36122         This avoids a portability problem with Solaris 8.
36123
36124         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
36125         (<stddef.h>, <stdint.h>, <string.h>):
36126         Include only if STDC_HEADERS || _LIBC.
36127         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
36128         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
36129         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
36130         (__set_errno): Define this macro if <errno.h> doesn't.
36131         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
36132         Define these macros if <stdio.h> doesn't.
36133         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
36134         Define these macros if <sys/stat.h>
36135         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
36136         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
36137         __xstat64): Define if not _LIBC.
36138         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
36139         (__gen_tempname): Invoke gettimeofday only if
36140         HAVE_GETTIMEOFDAY || _LIBC;
36141         otherwise, fall back on plain "time".
36142         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
36143
36144         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
36145
36146         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
36147
36148 2001-02-18  Paul Eggert  <eggert@twinsun.com>
36149
36150         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
36151
36152 2001-02-17  Paul Eggert  <eggert@twinsun.com>
36153
36154         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
36155         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
36156         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
36157         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
36158
36159 2001-02-17  Paul Eggert  <eggert@twinsun.com>
36160
36161         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
36162         Remove workaround macros for hosts that have mbrtowc but not
36163         mbstate_t, as we now insist on proper declarations for both
36164         before using mbrtowc.
36165
36166 2001-02-17  Jim Meyering  <meyering@lucent.com>
36167
36168         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
36169         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
36170         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
36171         UnixWare 7.1.1.
36172
36173         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
36174         rather than AC_CACHE_VAL.
36175
36176 2001-02-17  Jim Meyering  <meyering@lucent.com>
36177
36178         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
36179         around included file name.
36180
36181         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
36182
36183         * lib/strftime.c: Update from GNU libc (the only changes were to
36184         comments).
36185
36186 2001-02-17  Jim Meyering  <meyering@lucent.com>
36187
36188         * lib/regex.c: Update from libc.
36189
36190 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
36191
36192         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
36193         clash.
36194
36195 2001-02-16  Paul Eggert  <eggert@twinsun.com>
36196
36197         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
36198         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
36199         Reported by Mark Hounschell via Paul Eggert.
36200
36201 2001-02-07  Jim Meyering  <meyering@lucent.com>
36202
36203         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
36204
36205 2001-02-05  Jim Meyering  <meyering@lucent.com>
36206
36207         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
36208         it includes the patch required for `large file' support with at least
36209         HP-UX's 10.20 /bin/cc.
36210
36211 2001-02-03  Jim Meyering  <meyering@lucent.com>
36212
36213         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
36214         AS_IF, now that it works once again (mysteriously).
36215         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
36216
36217 2001-01-30  Jim Meyering  <meyering@lucent.com>
36218
36219         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
36220         * m4/chown.m4: Rename conftestchown to conftest.chown.
36221         * m4/rename.m4: s/conftestdir/conftest.d1/ and
36222         s/conftestdir2/conftest.d2/.
36223         * m4/utimes.m4: s/conftestdata/conftest.data/
36224         Inspired by Pavel Roskin's change in autoconf.
36225
36226 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
36227
36228         * lib/config.charset: Update for FreeBSD 4.2.
36229
36230 2001-01-27  Jim Meyering  <meyering@lucent.com>
36231
36232         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
36233         a use of AS_IF.
36234         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
36235
36236 2001-01-26  Jim Meyering  <meyering@lucent.com>
36237
36238         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
36239         quotearg.c includes it.
36240
36241 2001-01-26  Jim Meyering  <meyering@lucent.com>
36242
36243         * lib/quotearg.c: Include stddef.h.
36244         * lib/quote.c: Include stddef.h.
36245         Reported by Axel Kittenberger.
36246
36247         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
36248         line in double quotes so that it evokes a better diagnostic.
36249         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
36250         Reported by Axel Kittenberger.
36251
36252 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
36253
36254         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
36255         as if it was a `charset'.
36256
36257 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
36258
36259         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
36260         has const.
36261
36262 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
36263
36264         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
36265         to avoid a warning.  Add back 'const' to inptr.
36266
36267 2001-01-20  Jim Meyering  <meyering@lucent.com>
36268
36269         Be sure that headers are checked before used in code compiled
36270         for the type checks.
36271         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
36272         In place of that, invoke jm_CHECK_ALL_TYPES.
36273         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
36274         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
36275         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
36276         The check for ssize_t was mistakenly run before the test for unistd.h.
36277
36278         The configure-time check for stdbool.h was missing.
36279         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
36280         (jm_PREREQ_HASH): New function.
36281
36282 2001-01-17  Jim Meyering  <meyering@lucent.com>
36283
36284         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
36285         for autoconf-2.49c.
36286         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
36287
36288 2001-01-16  Jim Meyering  <meyering@lucent.com>
36289
36290         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
36291         From Bruno Haible.
36292
36293 2001-01-14  Jim Meyering  <meyering@lucent.com>
36294
36295         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
36296         foo and bar.  Create conftestdir/ in the script, not in the C code.
36297         Remove directories in the script, not in the C code.
36298         Remove conftestdir{,2} before trying to create the directory.
36299         Make the entire configure script fail if the mkdir fails.
36300
36301 2001-01-14  Jim Meyering  <meyering@lucent.com>
36302
36303         * lib/rename.c: New file.  From Volker Borchert.
36304         Include stdlib.h, string.h or strings.h, and xalloc.h.
36305         Use strip_trailing_slashes rather than open-coding it.
36306
36307 2001-01-03  Paul Eggert  <eggert@twinsun.com>
36308
36309         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
36310
36311 2001-01-03  Jim Meyering  <meyering@lucent.com>
36312
36313         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
36314         of local `inptr' to avoid warning with some system declarations of
36315         iconv.
36316
36317 2001-01-02  Volker Borchert  <bt@teknon.de>
36318
36319         * m4/rename.m4: New file.
36320         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
36321
36322 2001-01-01  Jim Meyering  <meyering@lucent.com>
36323
36324         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
36325         even on systems with utmpx.h.  It's necessary for the declaration of
36326         utmp's ut_user member.  Reported by Andreas Jaeger.
36327
36328         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
36329         available. They are required for the declarations of getgrgid and
36330         getpwuid resp.
36331         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
36332         Reported by Andreas Jaeger.
36333
36334 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
36335
36336         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
36337         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
36338         so `make install' also works in VPATH builds.
36339
36340 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
36341
36342         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
36343         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
36344         can be used in subdirectories.
36345
36346 2000-12-29  Paul Eggert  <eggert@twinsun.com>
36347
36348         * lib/modechange.c: Do not assume that mode_t uses the
36349         traditional octal encoding.  E.g. "chmod 1 FOO" should set
36350         the other-execute bit of FOO even if S_IXOTH != 1.
36351
36352         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
36353         WOTH, XOTH, ALLM): New macros.
36354         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
36355          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
36356         Use them.
36357         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
36358         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
36359         (mode_compile):
36360         No need to use uintmax_t; unsigned long is long enough.
36361         Don't bother to get suffix since we don't use it.
36362
36363 2000-12-26  Jim Meyering  <meyering@lucent.com>
36364
36365         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
36366         better with autoheader.
36367
36368 2000-12-24  Jim Meyering  <meyering@lucent.com>
36369
36370         * lib/hash.c (is_prime): Return explicit boolean values.
36371         (hash_get_first): Return NULL to appease Irix5.6's 89.
36372         Reported by Nelson Beebe.
36373
36374 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
36375
36376         * lib/localcharset.c (locale_charset): Add support for Win32.
36377
36378 2000-12-18  Paul Eggert  <eggert@twinsun.com>
36379
36380         * lib/physmem.h, lib/physmem.c: New files.
36381
36382         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
36383         (noinst_HEADERS): Add physmem.h.
36384
36385         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
36386         't' for compatibility with Solaris 8 sort.
36387
36388 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
36389
36390         * lib/config.charset: Add support for BeOS.
36391
36392 2000-12-17  Jim Meyering  <meyering@lucent.com>
36393
36394         * m4/dos.m4 (jm_AC_DOS): New file and macro.
36395         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
36396
36397 2000-12-16  Jim Meyering  <meyering@lucent.com>
36398
36399         This bug had a serious impact on chown: `chown N:M FILE' (for integer
36400         N and M) would have treated it like `chown N:N FILE'.
36401
36402         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
36403
36404 2000-12-16  Jim Meyering  <meyering@lucent.com>
36405
36406         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
36407         SHELLS_FILE to a file name that's useful on djgpp systems.
36408         Include stdlib.h.
36409         (ADDITIONAL_DEFAULT_SHELLS): Define.
36410         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
36411         Based mostly on a patch from Prashant TR.
36412
36413 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
36414
36415         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
36416         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
36417         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
36418
36419 2000-12-08  Andreas Schwab  <schwab@suse.de>
36420
36421         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
36422         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
36423
36424 2000-12-07  Jim Meyering  <meyering@lucent.com>
36425
36426         * lib/stripslash.c (ISSLASH): Define.
36427         (strip_trailing_slashes): Use ISSLASH rather than comparing against
36428         `/'.
36429         From Prashant TR.
36430
36431         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
36432         (dir_name_r): Declare this function as static.
36433         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
36434         manifest itself on a name containing a mix of slashes and
36435         backslashes.
36436         Make this function work with names starting with a DOS-style
36437         drive letter and colon prefix.
36438         (dir_name): Append `.' if necessary.
36439         Based mostly on patches from Prashant TR and Eli Zaretskii.
36440
36441         * lib/dirname.h (dir_name_r): Remove prototype.
36442
36443 2000-12-06  Paul Eggert  <eggert@twinsun.com>
36444
36445         * m4/off_t-format.m4: Remove this file.
36446         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
36447
36448 2000-12-06  Jim Meyering  <meyering@lucent.com>
36449
36450         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
36451         replacement strtoull, we may well need the replacement strtoul, too.
36452         Check for declarations of strtoul and strtoull.
36453         Check for strtol.  Mainly as a cue to cause automake to include
36454         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
36455         Check for limits.h -- strtol.c needs it.
36456
36457 2000-12-05  Jim Meyering  <meyering@lucent.com>
36458
36459         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
36460
36461 2000-12-04  Jim Meyering  <meyering@lucent.com>
36462
36463         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
36464         Also include memory.h, stdlib.h, unistd.h if appropriate.
36465         Reported by Andreas Jaeger (conflicting declaration of malloc).
36466
36467 2000-12-02  Jim Meyering  <meyering@lucent.com>
36468
36469         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
36470         * m4/jm-macros.m4 (jm_MACROS): require it.
36471
36472 2000-12-02  Jim Meyering  <meyering@lucent.com>
36473
36474         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
36475
36476 2000-12-01  Paul Eggert  <eggert@twinsun.com>
36477
36478         * lib/memrchr.c: Include <config.h> before any system include file.
36479
36480 2000-11-30  Jim Meyering  <meyering@lucent.com>
36481
36482         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
36483
36484 2000-11-30  Jim Meyering  <meyering@lucent.com>
36485
36486         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
36487
36488 2000-11-29  Paul Eggert  <eggert@twinsun.com>
36489
36490         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
36491
36492 2000-11-26  Jim Meyering  <meyering@lucent.com>
36493
36494         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
36495
36496 2000-11-22  Paul Eggert  <eggert@twinsun.com>
36497
36498         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
36499         size of (size_t) -1; it's not portable.
36500
36501 2000-11-17  Jim Meyering  <meyering@lucent.com>
36502
36503         * lib/strstr.c: Update from GNU libc.
36504
36505 2000-11-17  Akim Demaille  <akim@epita.fr>
36506
36507         * lib/obstack.h: Formatting changes.
36508         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
36509         prevent type checking.
36510         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
36511         cast the value to (void *): assigning a `foo *' to a `void *'
36512         variable is valid.
36513         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
36514
36515 2000-11-16  Jim Meyering  <meyering@lucent.com>
36516
36517         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
36518
36519 2000-11-11  Jim Meyering  <meyering@lucent.com>
36520
36521         * lib/error.c: Add a couple #includes, merging from GNU libc version.
36522
36523 2000-11-10  Jim Meyering  <meyering@lucent.com>
36524
36525         * lib/obstack.h: Update from GNU libc.
36526         * lib/obstack.c: Likewise.
36527
36528 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
36529
36530         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
36531
36532 2000-11-06  Paul Eggert  <eggert@twinsun.com>
36533
36534         * lib/getusershell.c (setusershell): Use rewind rather than
36535         fseek/fseeko, to avoid configuration hassles with fseeko.
36536         Don't bother opening SHELLS_FILE if shellstream is NULL;
36537         it's not necessary.
36538
36539 2000-11-05  Jim Meyering  <meyering@lucent.com>
36540
36541         * lib/makepath.h (make_dir): Declare.
36542         * lib/makepath.c (make_dir): Remove `static' attribute.
36543         Tweak a comment.
36544
36545 2000-11-04  Jim Meyering  <meyering@lucent.com>
36546
36547         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
36548
36549 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
36550
36551         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
36552         last one in a bucket, advance to the next bucket.
36553
36554 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
36555
36556         * lib/fnmatch.c: Do not comment out all the code if we are using
36557         the GNU C library, because in some cases we are replacing buggy
36558         code in the GNU C library itself.
36559
36560 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
36561
36562         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
36563         (regex_compile): Catch bogus \(\1\).
36564
36565 2000-10-30  Paul Eggert  <eggert@twinsun.com>
36566
36567         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
36568         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
36569         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
36570
36571 2000-10-30  Paul Eggert  <eggert@twinsun.com>
36572
36573         * lib/error.h, getline.h, modechange.h:
36574         Remove "2000" from Copyright line, as the file hasn't been
36575         changed this year other than in the copyright notice.
36576
36577         * lib/xalloc.h: Add "2000" to Copyright line, as this file
36578         was changed this year.
36579
36580 2000-10-29  Jim Meyering  <meyering@lucent.com>
36581
36582         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
36583         renaming.
36584         * m4/ls-mntd-fs.m4: Likewise
36585
36586 2000-10-29  Jim Meyering  <meyering@lucent.com>
36587
36588         * lib/xstat.in: Fix grammar in comment.
36589
36590 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
36591
36592         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
36593         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
36594         doesn't define __restrict_arr.
36595
36596 2000-10-28  Jim Meyering  <meyering@lucent.com>
36597
36598         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
36599         (jm_PREREQ_MEMCHR): New function.
36600
36601 2000-10-28  Jim Meyering  <meyering@lucent.com>
36602
36603         * lib/memchr.c: Update from libc.
36604         Adjust for portability:
36605         [HAVE_STDLIB_H]: Include stdlib.h.
36606         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
36607         Undef __memchr, too.
36608         [!weak_alias]: Define __memchr to memchr.
36609
36610         * lib/regex.c: Update from libc.
36611         * lib/regex.h: Likewise.
36612         * lib/getopt1.c: Likewise.
36613         * lib/memcmp.c: Likewise.
36614
36615         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
36616         Avoid using fseek, when possible -- it's broken by design.
36617         Patch by Ulrich Drepper.
36618
36619 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
36620
36621         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
36622         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
36623         Giving in to popular pressure to shut up the compiler with casts.
36624
36625 2000-10-26  Jim Meyering  <meyering@lucent.com>
36626
36627         * lib/strftime.c: Update from libc.
36628
36629 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
36630
36631         * regex.c: More `unsigned char' -> `re_char' changes.
36632         Also change several `int' into `re_wchar_t'.
36633         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
36634         (PUSH_FAILURE_POINTER): Don't cast any more.
36635         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
36636         We want GCC to complain, since this piece of code makes
36637         re_match non-reentrant, which *should* be fixed.
36638         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
36639         (EXTEND_BUFFER): Use RETALLOC.
36640         (SET_LIST_BIT): Don't cast.
36641         (re_wchar_t): New type.
36642         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
36643         that those two functions will always properly return.
36644         (IMMEDIATE_QUIT_CHECK): Cast to void.
36645         (analyse_first): Use recursion rather than an explicit stack.
36646         (re_compile_fastmap): Can't fail anymore.
36647         (re_search_2): Don't check re_compile_fastmap for failure.
36648         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
36649         Now also sets the new value (passed in a new argument).
36650         (re_match_2_internal): Use it.
36651         Also, use a new var `reg' of type size_t when looping through regs
36652         rather than reuse the inappropriate `mcnt'.
36653
36654 2000-10-25  Jim Meyering  <meyering@lucent.com>
36655
36656         * lib/obstack.c: Update from libc.
36657
36658 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
36659
36660         * regex.c (regex_compile): Change the way of handling a range from
36661         a char less than 256 to a char not less than 256.
36662
36663 2000-10-24  Andrew Innes  <andrewi@gnu.org>
36664
36665         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
36666         NT-Emacs only.
36667         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
36668         so that re_search functions only quit when callers expect them to.
36669
36670 2000-10-23  Jim Meyering  <meyering@lucent.com>
36671
36672         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
36673         wrong.  That set_locale call must not have any side effects.
36674         From Paul Eggert.
36675
36676 2000-10-22  Jim Meyering  <meyering@lucent.com>
36677
36678         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
36679         [CYCLIC]: Remove now-unused definition.
36680
36681         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
36682         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
36683         Suggestion from Ulrich Drepper.
36684
36685 2000-10-21  Jim Meyering  <meyering@lucent.com>
36686
36687         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
36688         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
36689         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
36690
36691 2000-10-21  Jim Meyering  <meyering@lucent.com>
36692
36693         * lib/dirname.c (memrchr): Declare if necessary.
36694         (dir_name): Remove the restriction that there be no
36695         trailing slashes.  Now, this code skips past them, effectively
36696         ignoring them.
36697         [TEST_DIRNAME] (main): New unit tests.
36698
36699         * lib/memrchr.c: New file from GNU libc.
36700         Undef __memrchr, too.
36701         [!weak_alias]: Define __memrchr to memrchr.
36702         Guard weak_alias use with `#ifdef weak_alias'.
36703
36704 2000-10-21  Jim Meyering  <meyering@lucent.com>
36705
36706         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
36707         (dir_name): Use dir_name_r.
36708         * lib/dirname.h (dir_name_r): Declare it.
36709
36710 2000-10-17  Jim Meyering  <meyering@lucent.com>
36711
36712         * lib/quote.h (PARAMS): Define and use.
36713         Reported by Akim Demaille.
36714
36715         * lib/getopt.c: Update from libc.
36716
36717 2000-10-16  Jim Meyering  <meyering@lucent.com>
36718
36719         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
36720         setlocale.
36721         From Jan Fedak.
36722
36723 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
36724
36725         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
36726
36727 2000-09-25  Jim Meyering  <meyering@lucent.com>
36728
36729         * lib/md5.h (rol): Define (from GnuPG).
36730
36731         * lib/sha.c: Give credit (GnuPG) where due.
36732         (M): Use rol rather than open-coding it.
36733         Add a FIXME comment.
36734
36735 2000-09-21  Jim Meyering  <meyering@lucent.com>
36736
36737         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
36738         Reported by Michael Stone.
36739
36740 2000-09-20  Jim Meyering  <meyering@lucent.com>
36741
36742         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
36743         (noinst_HEADERS): Add sha.h.
36744         Based on code from Scott G. Miller and from GnuPG.
36745
36746 2000-09-18  Jim Meyering  <meyering@lucent.com>
36747
36748         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
36749         LIBS. Otherwise, everyone ends up linking with -lelf for some
36750         configurations.
36751         Reported by Mike Stone.
36752
36753 2000-09-15  Jim Meyering  <meyering@lucent.com>
36754
36755         * lib/regex.c: Update from libc.
36756
36757 2000-09-10  Jim Meyering  <meyering@lucent.com>
36758
36759         * lib/getopt.c (_getopt_internal): Update from glibc.
36760
36761 2000-09-09  Jim Meyering  <meyering@lucent.com>
36762
36763         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
36764         think it should be used as a general replacement for isascii.
36765         * lib/fnmatch.c: Likewise.
36766         * lib/mbswidth.c: Likewise
36767         * lib/regex.c: Likewise.
36768
36769         Don't use atoi.
36770         * lib/userspec.c: Include sys/param.h and limits.h.
36771         Include xstrtol.h.
36772         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
36773         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
36774         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
36775         UID, GID.  Check range.
36776
36777 2000-09-06  Jim Meyering  <meyering@lucent.com>
36778
36779         * lib/getopt.c (_getopt_internal): Update from glibc.
36780
36781 2000-08-30  Jim Meyering  <meyering@lucent.com>
36782
36783         * lib/strftime.c: Merge in changes from GNU libc.
36784
36785 2000-08-26  Jim Meyering  <meyering@lucent.com>
36786
36787         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
36788         * m4/fpending.m4: New file.
36789
36790 2000-08-26  Jim Meyering  <meyering@lucent.com>
36791
36792         * lib/closeout.c: Include "__fpending.h".
36793         (close_stdout_status): Return right away if there's nothing to flush.
36794
36795         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
36796         * lib/__fpending.c: New file.
36797         * lib/__fpending.h: New file.
36798
36799 2000-08-20  Jim Meyering  <meyering@lucent.com>
36800
36801         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
36802         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
36803         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
36804
36805 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
36806
36807         Improve fileutils installation on systems where running
36808         programs (like install) can't be unlinked.
36809         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
36810         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
36811
36812 2000-08-07  Paul Eggert  <eggert@twinsun.com>
36813
36814         Standardize on "memory exhausted" instead of "Memory exhausted"
36815         or "virtual memory exhausted".
36816         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
36817         "virtual memory exhausted".
36818         * lib/same.c (same_name): Invoke xalloc_die instead of printing
36819         our own message.
36820         * lib/userspec.c (parse_user_spec): Likewise.
36821         * lib/bumpalloc.h: comment fix
36822         * lib/same.c, userspec.c: Include xalloc.h.
36823
36824         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
36825         not char *const and pointing to a constant array.
36826         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
36827         (xrealloc): Comment fix.
36828
36829         * lib/userspec.c (parse_user_spec):
36830         Don't translate a message until just before returning,
36831         to avoid unnecessary translation.
36832
36833 2000-08-07  Jim Meyering  <meyering@lucent.com>
36834
36835         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
36836         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
36837         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
36838         getgroups.c, gethostname.c, getopt.h, group-member.c,
36839         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
36840         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
36841         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
36842         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
36843         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
36844         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
36845         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
36846         yesno.c: Back out Copyright date changes for each file with no change
36847         this year.  This eases coordination with other programs using the same
36848         source code modules.  From Paul Eggert.
36849
36850 2000-08-06  Paul Eggert  <eggert@twinsun.com>
36851
36852         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
36853         not char, for compatibility with glibc 2.1.3 strftime.c.
36854
36855 2000-08-03  Greg McGary  <greg@mcgary.org>
36856
36857         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
36858         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
36859         (EXTEND_BUFFER): Use them.
36860
36861 2000-08-01  Jim Meyering  <meyering@lucent.com>
36862
36863         * lib/dirname.c (ISSLASH): Define.
36864         (BACKSLASH_IS_PATH_SEPARATOR): Define.
36865         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
36866         both `\' and `/' may be use as path separators.
36867         Based on a patch from Prashant TR.
36868
36869 2000-07-31  Paul Eggert  <eggert@twinsun.com>
36870
36871         * lib/quotearg.c (quotearg_n_options): Don't make the initial
36872         slot vector a constant, since it might get modified.
36873
36874 2000-07-31  Jim Meyering  <meyering@lucent.com>
36875
36876         * lib/xmalloc.c: Use `virtual memory exhausted', not
36877         `Memory exhausted'.
36878         * lib/obstack.c (print_and_abort): Likewise.
36879
36880 2000-07-30  Paul Eggert  <eggert@twinsun.com>
36881
36882         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
36883         buffer, so that the caller can always quote one small
36884         component of a "memory exhausted" message in slot 0.
36885         From a suggestion by Jim Meyering.
36886
36887 2000-07-30  Jim Meyering  <meyering@lucent.com>
36888
36889         * lib/makepath.c (make_path): Quote the other instance, too.
36890
36891         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
36892         (STATIC_BUF_SIZE): Define.
36893         (quotearg_n_options): Use only statically allocated storage when
36894         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
36895         than STATIC_BUF_SIZE.
36896
36897 2000-07-29  Jim Meyering  <meyering@lucent.com>
36898
36899         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
36900         * lib/dirname.c (dir_name): Likewise.
36901
36902         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
36903         `/'.
36904
36905         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
36906         (dir_name): Assert that there are no trailing slashes.
36907
36908 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
36909
36910         * lib/mbswidth.h (mbswidth): Add a flags argument.
36911         (mbswidth): New declaration.
36912         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
36913         * lib/mbswidth.c (mbswidth): Add a flags argument.
36914         (mbsnwidth): New function.
36915
36916 2000-07-24  Jim Meyering  <meyering@lucent.com>
36917
36918         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
36919
36920 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36921
36922         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
36923
36924 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36925
36926         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
36927         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
36928         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
36929         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
36930         invoke multibyte primitives.
36931
36932 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36933
36934         * lib/quotearg.c:
36935         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
36936         so that mbstate_t is always defined.
36937
36938         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
36939         be 1 in at least one GCC installation, and this configuration
36940         error is likely to be common.  Ignoring MB_LEN_MAX hurts
36941         performance on hosts that have mbrtowc but have only unibyte
36942         locales, but I assume these hosts are rare.
36943
36944 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36945
36946         * lib/mbswidth.c (_XOPEN_SOURCE):
36947         Don't define; this causes problems on Solaris 7.
36948         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
36949
36950 2000-07-23  Jim Meyering  <meyering@lucent.com>
36951
36952         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
36953         too: getgrgid, getpwuid, getuid.
36954
36955 2000-07-23  Jim Meyering  <meyering@lucent.com>
36956
36957         * lib/basename.c (base_name): Add an assertion.
36958
36959 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
36960
36961         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
36962         shadow its mbsinit function.
36963
36964 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
36965
36966         * lib/mbswidth.h: New file.
36967         * lib/mbswidth.c: New file.
36968         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
36969         (noinst_HEADERS): Add mbswidth.h.
36970
36971 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
36972
36973         * lib/config.charset: Add support for FreeBSD. Improve support for
36974         HP-UX and IRIX 6.
36975
36976 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
36977
36978         * m4/mbswidth.m4: New file.
36979         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
36980
36981 2000-07-15  Jim Meyering  <meyering@lucent.com>
36982
36983         * lib/makepath.c: Include quote.h.
36984         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
36985         corresponding argument in a `quote (...)' call.
36986         Give better diagnostics.
36987
36988         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
36989         (noinst_HEADERS): Add quote.h.
36990
36991         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
36992         from tar's src/misc.c.
36993         * lib/quote.h: New file.  Prototypes for same.
36994
36995 2000-07-14  Paul Eggert  <eggert@twinsun.com>
36996
36997         From a suggestion by Bruno Haible.
36998         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
36999         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
37000         to decide whether to define the BeOS workaround macro;
37001         this adjusts to the change to AC_MBSTATE_T.
37002
37003 2000-07-14  Jim Meyering  <meyering@lucent.com>
37004
37005         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
37006         jm_AC_TYPE_UINTMAX_T.
37007
37008 2000-07-13  Paul Eggert  <eggert@twinsun.com>
37009
37010         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
37011
37012         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
37013         quotearg_buffer_restyled): Add support for
37014         clocale_quoting_style.  Undo previous change to
37015         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
37016         and "{RIGHT QUOTATION MARK}" msgids.
37017
37018 2000-07-10  Paul Eggert  <eggert@twinsun.com>
37019
37020         From a suggestion by Bruno Haible.
37021         * m4/mbstate_t.m4 (AC_MBSTATE_T):
37022         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
37023         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
37024         and mbstate_t, to a single-part test that simply defines mbstate_t.
37025         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
37026         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
37027
37028 2000-07-10  Jim Meyering  <meyering@lucent.com>
37029
37030         * m4/strerror_r.m4: Mirror the correction made in autoconf.
37031
37032         * m4/gnu-source.m4: Output to confdefs.h directly.
37033         Suggestion from Akim Demaille.
37034
37035 2000-07-09  Paul Eggert  <eggert@twinsun.com>
37036
37037         The old behavior of quoting `like this' doesn't look good with
37038         newer, ISO-style fonts.  See:
37039         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
37040
37041         Instead, quote "like this" by default.  Let the translator
37042         tailor the locale-specific quoting behavior by providing
37043         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
37044
37045         * lib/quotearg.c (N_): New macro.
37046         (gettext_default): New function.
37047         (quotearg_buffer_restyled): Use
37048         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
37049         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
37050
37051 2000-07-09  Jim Meyering  <meyering@lucent.com>
37052
37053         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
37054         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
37055
37056         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
37057         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
37058
37059 2000-07-09  Jim Meyering  <meyering@lucent.com>
37060
37061         * lib/Most files: Update copyright dates to include 2000.
37062
37063 2000-07-08  Jim Meyering  <meyering@lucent.com>
37064
37065         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
37066         if not defined.
37067         (xgethostname): Remove now-unnecessary #ifdef.
37068         Move declaration of `err' into loop where it's used.
37069
37070 2000-07-05  Paul Eggert  <eggert@twinsun.com>
37071         and Bruno Haible  <haible@clisp.cons.org>
37072
37073         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
37074         only if the test for an object-type mbstate_t fails.  This
37075         prevents us from mistakenly reporting that mbstate_t is a
37076         system object type after we "#define mbstate_t int" to work
37077         around its lack.
37078
37079 2000-07-05  Paul Eggert  <eggert@twinsun.com>
37080         and Bruno Haible  <haible@clisp.cons.org>
37081
37082         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
37083
37084 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37085
37086         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
37087         to strerror_r.
37088         Include <ctype.h> for use of isalpha.
37089
37090 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37091
37092         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
37093         by allocating a larger buffer. Test the gethostname return value for
37094         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
37095         returns an error and ENAMETOOLONG isn't defined.
37096
37097 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
37098
37099         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
37100         dimension.
37101
37102 2000-07-04  Jim Meyering  <meyering@lucent.com>
37103
37104         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
37105         of the deprecated AC_CHECKING.
37106
37107 2000-07-04  Jim Meyering  <meyering@lucent.com>
37108
37109         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
37110         Reported by Bruno Haible.
37111
37112 2000-07-04  Jim Meyering  <meyering@lucent.com>
37113
37114         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
37115         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
37116         lacks mbrtowc.
37117
37118 2000-07-03  Paul Eggert  <eggert@twinsun.com>
37119
37120         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
37121         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
37122
37123 2000-07-03  Paul Eggert  <eggert@twinsun.com>
37124         and Bruno Haible  <haible@clisp.cons.org>
37125
37126         * lib/quotearg.c (mbrtowc):
37127         Assign to *pwc, and return 1 only if result is nonzero.
37128         (iswprint): Use ISPRINT when substituting our own mbrtowc.
37129
37130 2000-07-03  Jim Meyering  <meyering@lucent.com>
37131
37132         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
37133
37134 2000-07-03  Jim Meyering  <meyering@lucent.com>
37135
37136         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
37137         This is necessary to get a definition of e.g., UTMP_FILE on
37138         HP-UX 10.20.
37139         From Bob Proulx.
37140
37141 2000-07-02  Jim Meyering  <meyering@lucent.com>
37142
37143         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
37144
37145         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
37146         AC_LIBOBJ(function_name).
37147         * m4/chown.m4: Likewise.
37148         * m4/fnmatch.m4: Likewise.
37149         * m4/ftruncate.m4: Likewise.
37150         * m4/getgroups.m4: Likewise.
37151         * m4/getline.m4: Likewise.
37152         * m4/group-member.m4: Likewise.
37153         * m4/jm-macros.m4: Likewise.
37154         * m4/lstat.m4: Likewise.
37155         * m4/malloc.m4: Likewise.
37156         * m4/memcmp.m4: Likewise.
37157         * m4/nanosleep.m4: Likewise.
37158         * m4/putenv.m4: Likewise.
37159         * m4/realloc.m4: Likewise.
37160         * m4/regex.m4: Likewise.
37161         * m4/stat.m4: Likewise.
37162         * m4/strftime.m4: Likewise.
37163
37164 2000-07-02  Jim Meyering  <meyering@lucent.com>
37165
37166         * lib/quotearg.c (mbstate_t): Don't define here.
37167
37168 2000-07-02  Jim Meyering  <meyering@lucent.com>
37169
37170         * lib/nanosleep.c (SIGCONT): Define if not already defined.
37171
37172 2000-07-01  Jim Meyering  <meyering@lucent.com>
37173
37174         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
37175
37176 2000-07-01  Jim Meyering  <meyering@lucent.com>
37177
37178         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
37179         problem.
37180
37181 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
37182
37183         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
37184         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
37185
37186 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
37187
37188         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
37189         per change in ../m4/ls-mntd-fs.m4.
37190         (read_filesystem_list): Ignore symbolic links.
37191
37192 2000-06-29  Jim Meyering  <meyering@lucent.com>
37193
37194         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
37195         for declaration of strcmp.
37196
37197         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
37198
37199         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
37200         Avoid warning by casting result to `char *' to remove `const'.
37201
37202 2000-06-28  Jim Meyering  <meyering@lucent.com>
37203
37204         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
37205         included by quotearg.c, for which we perform this test.  From
37206         Bruno Haible.
37207
37208 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
37209
37210         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
37211         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
37212         <utmpx.h> exists, put readutmp.o into LIBOBJS.
37213
37214 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
37215
37216         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
37217
37218 2000-06-26  Paul Eggert  <eggert@twinsun.com>
37219
37220         savedir now sets errno on failure and invokes xmalloc to get memory.
37221         Fix a couple of other minor bugs while we're at it.
37222
37223         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
37224         (NAMLEN): Remove macro.
37225         (malloc, realloc): Remove decls.
37226         (stpcpy): Likewise.
37227         ("xalloc.h"): Include.
37228         (NAME_SIZE_DEFAULT): New macro.
37229         (savedir): Use xmalloc / xrealloc to allocate memory.
37230         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
37231         Skip "" directory entries.
37232         Use strlen to calculate directory entry length, since the old method
37233         is rarely used these days and isn't worth supporting.
37234         Don't use a pointer after freeing it.
37235         Check for integer overflow when calculating allocation size.
37236         Use memcpy to copy entries, instead of stpcpy.
37237         Set errno properly when returning NULL.
37238         Check for readdir error.
37239
37240 2000-06-26  Jim Meyering  <meyering@lucent.com>
37241
37242         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
37243
37244 2000-06-25  Jim Meyering  <meyering@lucent.com>
37245
37246         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
37247         Linux header bug when _XOPEN_SOURCE is defined to 500.
37248
37249 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
37250
37251         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
37252         deficiency.
37253
37254 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
37255
37256         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
37257         Include xalloc.h.
37258         Don't include <stdlib.h>.  Don't declare malloc, realloc.
37259
37260 2000-06-24  Jim Meyering  <meyering@lucent.com>
37261
37262         * m4/strerror_r.m4: Revive this file -- to try out an experimental
37263         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
37264         for which strerror does return char*, but which lacks a conveniently
37265         accessible declaration of the function.  If the compile-test says
37266         strerror_r doesn't work, then resort to a `run'-test that works on
37267         BeOS and segfaults on DEC Unix.
37268
37269 2000-06-24  Jim Meyering  <meyering@lucent.com>
37270
37271         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
37272
37273 2000-06-23  Paul Eggert  <eggert@twinsun.com>
37274
37275         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
37276         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
37277
37278 2000-06-23  Paul Eggert  <eggert@twinsun.com>
37279
37280         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
37281         (mbrtowc, mbstate_t): Define substitutes if
37282         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
37283         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
37284         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
37285
37286 2000-06-23  Jim Meyering  <meyering@lucent.com>
37287
37288         * m4/afs.m4: Add missing AC_MSG_RESULT.
37289         Reported by Bruno Haible.
37290
37291         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
37292         Suggestion from Bruno Haible.
37293
37294 2000-06-23  Jim Meyering  <meyering@lucent.com>
37295
37296         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
37297
37298 2000-06-21  Jim Meyering  <meyering@lucent.com>
37299
37300         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
37301
37302 2000-06-21  Jim Meyering  <meyering@lucent.com>
37303
37304         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
37305         (noinst_HEADERS): Add getstr.h.
37306
37307         * lib/getline.c (getstr): Move into a separate file.
37308         * lib/getstr.c (getstr): New file, extracted from getline.c, with
37309         the following changes: new parameter, delim2; both delim[12]
37310         parameters have type `int', not `char'.  The latter would lose
37311         with 8-bit delimiters.
37312         * lib/getstr.h: New file.
37313
37314 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
37315
37316         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
37317         than 1024, return a memory chunk of least possible size, instead
37318         of size PATH_MAX + 2. In the loop, increment the size proportionally.
37319         Use free/xmalloc instead of xrealloc to avoid copying for very long
37320         paths.
37321
37322 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
37323
37324         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
37325         the empty string.
37326
37327 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
37328
37329         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
37330         address, not strdup.  Include <stdlib.h> and don't declare free().
37331
37332 2000-06-19  Jim Meyering  <meyering@lucent.com>
37333
37334         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
37335
37336 2000-06-18  Jim Meyering  <meyering@lucent.com>
37337
37338         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
37339
37340         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
37341         `checking whether...' message to be consistent with that of the
37342         lstat test.
37343
37344 2000-06-18  Jim Meyering  <meyering@lucent.com>
37345
37346         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
37347         Besides, these days every porting target provides a mkdir function.
37348
37349         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
37350         needed. (this snippet comes from src/system.h).
37351
37352 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
37353
37354         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
37355
37356 2000-06-15  Paul Eggert  <eggert@twinsun.com>
37357
37358         * lib/human.c (adjust_value): New function.
37359         (human_readable_inexact): Apply rounding style even when
37360         printing approximate values.
37361
37362 2000-06-14  Paul Eggert  <eggert@twinsun.com>
37363
37364         * lib/human.c (human_readable_inexact): Allow an input block
37365         size that is not a multiple of the output block size, and vice versa.
37366         Reported by Piergiorgio Sartor.
37367
37368 2000-06-14  Paul Eggert  <eggert@twinsun.com>
37369
37370         * lib/getdate.y (get_date): Apply relative times after time
37371         zone indicator, not before.  Reported by Todd A. Jacobs.
37372
37373 2000-06-13  Jim Meyering  <meyering@lucent.com>
37374
37375         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
37376
37377         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
37378
37379 2000-06-12  Paul Eggert  <eggert@twinsun.com>
37380
37381         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
37382
37383 2000-06-12  Jim Meyering  <meyering@lucent.com>
37384
37385         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
37386         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
37387         optional argument.
37388         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
37389         the optional argument, `lib'.
37390
37391 2000-06-08  Jim Meyering  <meyering@lucent.com>
37392
37393         * m4/largefile.m4: Remove file (now that it's part of autoconf).
37394
37395 2000-06-04  Paul Eggert  <eggert@twinsun.com>
37396
37397         Rewrite largefile configuration so that we don't need to run
37398         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
37399         AC_CANONICAL_HOST in configure.in -- jmm]
37400
37401         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
37402         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
37403         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
37404         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
37405         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
37406         All uses changed.
37407         Instead of inspecting the output of getconf, try to compile the
37408         test program without and with the macro definition.
37409         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
37410         for getconf.  Instead, check for the needed flags by compiling
37411         test programs.
37412
37413 2000-06-04  Paul Eggert  <eggert@twinsun.com>
37414
37415         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
37416
37417 2000-06-04  Jim Meyering  <meyering@lucent.com>
37418
37419         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
37420         SunOS 4.1.4 for which gid_t is an unsigned type.
37421
37422 2000-06-03  Jim Meyering  <meyering@lucent.com>
37423
37424         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
37425         now that autoconf requires that.
37426
37427         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
37428         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
37429         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
37430
37431 2000-06-03  Jim Meyering  <meyering@lucent.com>
37432
37433         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
37434
37435 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
37436
37437         * m4/glibc21.m4: New file.
37438         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
37439
37440 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
37441
37442         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
37443         newer, don't install charset.alias.
37444         * lib/config.charset: Change the Linux/glibc rules so they become empty
37445         on glibc-2.1 or newer.
37446
37447 2000-06-02  Jim Meyering  <meyering@lucent.com>
37448
37449         * lib/mountlist.c: Back out last change.  Instead, do this...
37450         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
37451         me_dummy member using the same `ignore'-testing code.
37452         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
37453         fs_type strings.
37454         From Mark D. Roth.
37455
37456 2000-05-29  Jim Meyering  <meyering@lucent.com>
37457
37458         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
37459         mounts with the `ignore' attribute.  Based on a patch from
37460         Mark D. Roth.
37461
37462 2000-05-28  Jim Meyering  <meyering@lucent.com>
37463
37464         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
37465         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37466         * m4/stat.m4: Likewise.
37467         * m4/lstat.m4: Likewise.
37468         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
37469
37470         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
37471         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
37472
37473 2000-05-26  Jim Meyering  <meyering@lucent.com>
37474
37475         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
37476
37477 2000-05-24  Jim Meyering  <meyering@lucent.com>
37478
37479         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
37480         autoconf requires that.
37481         * m4/lib-check.m4: Likewise.
37482         * m4/jm-macros.m4: Likewise.
37483         * m4/strftime.m4: Likewise.
37484
37485         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
37486         AC_CHECK_DECLS, now that autoconf requires that.
37487
37488 2000-05-22  Jim Meyering  <meyering@lucent.com>
37489
37490         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37491         * m4/lstat.m4: Likewise.
37492
37493 2000-05-22  Jim Meyering  <meyering@lucent.com>
37494
37495         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
37496
37497 2000-05-20  Jim Meyering  <meyering@lucent.com>
37498
37499         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
37500         (jm_PREREQ): Use it.
37501
37502 2000-05-18  Jim Meyering  <meyering@lucent.com>
37503
37504         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
37505         back, too, since it may have been modified by allocate_entry.
37506         (hash_delete): Rewrite to use neither the assignment operator
37507         nor the comma operator in an if-expression.
37508
37509 2000-05-15  Paul Eggert  <eggert@twinsun.com>
37510
37511         * lib/closeout.c:
37512         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
37513         Remove; no longer needed.
37514         "quotearg.h": Add include.
37515         (file_name): Do not bother to explicitly initialize to NULL; it's less
37516         efficient on some hosts.
37517         (close_stdout_status): Remove test as to whether stdout was already
37518         closed; it breaks for the case "echo x | sort >&-".
37519         Quote file name colons.
37520         Do not assume that _("write error") lacks format strings.
37521
37522 2000-05-15  Jim Meyering  <meyering@lucent.com>
37523
37524         * lib/version-etc.c (version_etc_copyright): Update the copyright
37525         string used in all --version output.
37526
37527 2000-05-14  Jim Meyering  <meyering@lucent.com>
37528
37529         * lib/closeout.c (close_stdout_set_file_name): New function.
37530         (close_stdout_status): Use new file-scoped global.
37531         Return right away if fstat says the stdout file descriptor is invalid.
37532         * lib/closeout.h (close_stdout_set_file_name): Declare.
37533
37534 2000-05-10  Jim Meyering  <meyering@lucent.com>
37535
37536         * lib/closeout.c [default_exit_status]: New file-scoped variable.
37537         (close_stdout_set_status): New function.
37538         * lib/closeout.h (close_stdout_set_status): Declare.
37539
37540 2000-05-09  Jim Meyering  <meyering@lucent.com>
37541
37542         * m4/gettext.m4: Rename this...
37543         * m4/libintl.m4: ...to this.
37544
37545 2000-05-08  Jim Meyering  <meyering@lucent.com>
37546
37547         * lib/long-options.c: Don't include closeout.h.
37548         (parse_long_options): Don't call close_stdout for --version.
37549
37550 2000-05-06  Paul Eggert  <eggert@twinsun.com>
37551
37552         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
37553         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
37554         2.1.3 bug.  This avoids a clash when files like regex.c define
37555         _GNU_SOURCE.
37556
37557 2000-05-06  Jim Meyering  <meyering@lucent.com>
37558
37559         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
37560         (AC_REPLACE_FUNCS): Add strnlen.
37561
37562         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
37563         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
37564
37565         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
37566         AC_SEARCH_LIBS call for nanosleep.
37567         (LIB_NANOSLEEP): Set and AC_SUBST.
37568
37569 2000-05-06  Jim Meyering  <meyering@lucent.com>
37570
37571         * lib/strnlen.c: Undefine __strnlen and strnlen.
37572         [!weak_alias]: Define __strnlen to strnlen.
37573
37574         * lib/atexit.c: New file, from libiberty.
37575
37576 2000-05-06  Jim Meyering  <meyering@lucent.com>
37577
37578         * lib/closeout.c (close_stdout_status): Also check for errors on the
37579         stderr stream.
37580
37581 2000-05-05  Jim Meyering  <meyering@lucent.com>
37582
37583         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
37584         AC_SEARCH_LIBS call for clock_gettime.
37585         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
37586
37587         * m4/search-libs.m4: Update from autoconf.
37588
37589         su doesn't work on Solaris 2.6.
37590         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
37591         <shadow.h>.  Reported by Dragos Harabor.
37592
37593 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
37594
37595         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
37596         memcpy instead of xmalloc, xrealloc, path_concat.
37597         (locale_charset): Treat empty environment variables as absent.
37598         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
37599
37600 2000-05-04  Jim Meyering  <meyering@lucent.com>
37601
37602         * lib/getopt.c: Update from glibc.
37603         * lib/obstack.c: Likewise.
37604         * lib/obstack.h: Likewise.
37605         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
37606         file
37607
37608         * lib/regex.h: Likewise.
37609         * lib/strndup.c: Likewise.
37610         * lib/strnlen.c: New file, from glibc.
37611
37612 2000-05-03  Jim Meyering  <meyering@lucent.com>
37613
37614         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
37615
37616 2000-05-02  Paul Eggert  <eggert@twinsun.com>
37617
37618         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
37619         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
37620         compile-time test, rather than inspecting host and OS, to
37621         decide whether to define _LARGEFILE_SOURCE.
37622
37623 2000-05-01  Jim Meyering  <meyering@lucent.com>
37624
37625         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
37626
37627         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
37628         Based on a patch from Bruno Haible.
37629
37630 2000-05-01  Jim Meyering  <meyering@lucent.com>
37631
37632         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
37633
37634 2000-04-29  Jim Meyering  <meyering@lucent.com>
37635
37636         * lib/path-concat.c: Declare strdup only if it's not defined.
37637         * lib/canon-host.c: Likewise.
37638
37639 2000-04-28  Jim Meyering  <meyering@lucent.com>
37640
37641         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
37642         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
37643         is included first, then limits.h is included by locale.h by libintl.h.
37644         From John David Anglin.
37645
37646 2000-04-25  Jim Meyering  <meyering@lucent.com>
37647
37648         * lib/makepath.c (S_IRWXUGO): Define.
37649         (make_path): Always perform explicit chmod if MODE specifies any
37650         of the `special' permission bits.  Prompted by a bug report against
37651         install from Mate Wierdl and Joost van Baal.
37652
37653 2000-04-18  Jim Meyering  <meyering@lucent.com>
37654
37655         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
37656         (jm_PREREQ): Use it.
37657
37658 2000-04-18  Jim Meyering  <meyering@lucent.com>
37659
37660         * lib/README: New file.
37661
37662         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
37663         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
37664
37665 2000-04-17  Jim Meyering  <meyering@lucent.com>
37666
37667         Get it right :-)
37668         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
37669         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
37670         Suggestion from Akim Demaille.
37671
37672 2000-04-17  Jim Meyering  <meyering@lucent.com>
37673
37674         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
37675         the definition of it to rpl_strftime also defined-away the system's
37676         declaration.
37677
37678 2000-04-15  Jim Meyering  <meyering@lucent.com>
37679
37680         Use `C' to denote so-called `contiguous' files, the same way
37681         that tar does.
37682         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
37683         (ftypelet): Use S_ISCTG.
37684         From Michael Deutschmann.
37685
37686 2000-04-14  Jim Meyering  <meyering@lucent.com>
37687
37688         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
37689         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
37690         clobbered.
37691
37692 2000-04-14  Jim Meyering  <meyering@lucent.com>
37693
37694         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
37695
37696 2000-04-13  Jim Meyering  <meyering@lucent.com>
37697
37698         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
37699         AH_VERBATIM to insert required #ifndef into config.h.in.
37700         Suggestion from Akim Demaille.
37701
37702 2000-04-12  Jim Meyering  <meyering@lucent.com>
37703
37704         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
37705         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
37706         Christian Krackowizer.
37707
37708         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
37709         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
37710         (AC_SYS_LARGEFILE): Require.
37711         (AM_C_PROTOTYPES): Require.
37712
37713 2000-04-08  Jim Meyering  <meyering@lucent.com>
37714
37715         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
37716         names don't conflict.  Reported by Eli Zaretskii.
37717
37718 2000-04-07  Jim Meyering  <meyering@lucent.com>
37719
37720         * lib/putenv.c: Move inclusion of errno.h so it follows that of
37721         sys/types.h, to work around system header problems on AIX 3.2.5.
37722         From Bruno Haible.
37723
37724 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
37725
37726         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
37727         bug.  Deal with the different error behavior of Irix iconv.
37728
37729 2000-04-05  Paul Eggert  <eggert@twinsun.com>
37730
37731         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
37732         IRIX if the installer said otherwise.
37733
37734 2000-04-05  Jim Meyering  <meyering@lucent.com>
37735
37736         Portability tweaks required for ultrix4.3.
37737         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
37738         (jm_CHECK_DECLS): Add getutent to the list of functions.
37739         (_jm_DECL_HEADERS): Add utmpx.h.
37740         From John David Anglin.
37741
37742         * m4/strftime.m4: Back out the 2000-04-02 change.
37743         Instead of that change, simply undefine putenv in the test program.
37744
37745 2000-04-05  Jim Meyering  <meyering@lucent.com>
37746
37747         Portability tweaks required for ultrix4.3.
37748         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
37749         getutent.
37750         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
37751         * lib/canon-host.c: Declare strdup.
37752         * lib/path-concat.c: Likewise.
37753         From John David Anglin.
37754
37755 2000-04-04  Jim Meyering  <meyering@lucent.com>
37756
37757         Be more DOS 8.3-friendly.
37758         * lib/ref-add.sin: Renamed from ref-add.sed.in.
37759         * lib/ref-del.sin: Renamed from ref-del.sed.in.
37760         * lib/Makefile.am: Reflect renaming.
37761         Reported by Eli Zaretskii.
37762
37763         Use a temporary file name that won't clash with `charset.alias'
37764         in the DOS 8.3 name space.
37765         * lib/Makefile.am (charset_tmp): Define.
37766         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
37767         (uninstall-local): Likewise.
37768         Reported by Eli Zaretskii.
37769
37770 2000-04-03  Jim Meyering  <meyering@lucent.com>
37771
37772         * m4/gettext.m4: Fix typo in comment.
37773
37774         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
37775         textutils/configure.in).  Suggestion from Paul Eggert.
37776         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
37777
37778 2000-04-02  Paul Eggert  <eggert@twinsun.com>
37779
37780         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
37781         variable in the shell rather than using putenv, which isn't
37782         portable.  This avoids the configure-time inter-test dependency
37783         on the potentially-renamed putenv function.
37784
37785 2000-03-30  Paul Eggert  <eggert@twinsun.com>
37786
37787         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
37788         before checking struct stat.st_blksize, so that
37789         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
37790
37791 2000-03-29  Paul Eggert  <eggert@twinsun.com>
37792
37793         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
37794         since strftime.c uses HAVE_STRFTIME to decide whether to use
37795         the underlying strftime.
37796
37797 2000-03-29  Paul Eggert  <eggert@twinsun.com>
37798
37799         * lib/time/strftime.c (my_strftime): Make sure we call the system
37800         strftime, not ourselves, when invoking the underlying strftime.
37801
37802 2000-03-24  Jim Meyering  <meyering@lucent.com>
37803
37804         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
37805         (charset_alias): Define.
37806         (install-exec-local): Factor out common code.
37807         (uninstall-local): Split lines longer than 80.
37808         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
37809         (SUFFIXES): Define.
37810         (.sed.in.sed): New rule.  Don't redirect directly to $@.
37811         (CLEANFILES): Add ref-add.sed and ref-del.sed.
37812
37813 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
37814
37815         * lib/config.charset: Output a line containing "Packages using this
37816         file".
37817         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
37818         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
37819         ref-del.sed): New rules.
37820
37821 2000-03-17  Jim Meyering  <meyering@lucent.com>
37822
37823         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
37824         Otherwise, include <strings.h>
37825
37826 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
37827
37828         * lib/unicodeio.c (utf8_wctomb): New function.
37829         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
37830         format instead of in UCS-4 with platform dependent endianness.
37831
37832 2000-03-10  Jim Meyering  <meyering@lucent.com>
37833
37834         * m4/lib-check.m4: Look for getspnam in -lgen, too.
37835         From Marco Franzen.
37836
37837 2000-03-07  Paul Eggert  <eggert@twinsun.com>
37838
37839         * lib/savedir.c (savedir): Work even if directory size is
37840         negative; this can happen with some screwy NFS configurations.
37841
37842 2000-03-06  Jim Meyering  <meyering@lucent.com>
37843
37844         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
37845         if it's NULL (because we ran out of memory).  From Bruno Haible.
37846
37847 2000-03-05  Jim Meyering  <meyering@lucent.com>
37848
37849         * lib/localcharset.c ("path-concat.h"): Include.
37850         (get_charset_aliases): Use path_concat instead of ANSI string
37851         concatenation.
37852
37853         * lib/unicodeio.h (PARAMS): Define.
37854         Use it to guard prototype.
37855
37856 2000-03-04  Jim Meyering  <meyering@lucent.com>
37857
37858         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
37859         for lib/localcharset.c.
37860
37861 2000-03-04  Jim Meyering  <meyering@lucent.com>
37862
37863         * lib/Makefile.am (install-exec-local): Create $(libdir) before
37864         installing into it.
37865         (uninstall-local): Uncomment this rule so `make distcheck' works
37866         once again.
37867
37868         * lib/unicodeio.c (<errno.h>): Include it.
37869         (errno): Declare if not defined.
37870
37871         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
37872
37873         * lib/config.charset: New version, incorporating remarks from a linux
37874         i18n mailing list.  From Bruno Haible.
37875
37876 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
37877
37878         * m4/codeset.m4: New file.
37879         * m4/iconv.m4: New file.
37880         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
37881
37882 2000-03-03  Jim Meyering  <meyering@lucent.com>
37883
37884         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
37885
37886 2000-03-02  Jim Meyering  <meyering@lucent.com>
37887
37888         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
37889         the messages come out on separate lines.
37890
37891         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
37892         rather than jm_CHECK_DECLARATIONS.
37893         * m4/decl.m4: Remove now-unused file.
37894
37895         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
37896         geteuid.
37897
37898 2000-03-02  Jim Meyering  <meyering@lucent.com>
37899
37900         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
37901
37902 2000-03-01  Jim Meyering  <meyering@lucent.com>
37903
37904         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
37905         * lib/unicodeio.c: Likewise.
37906
37907 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
37908
37909         * lib/config.charset: New file.
37910         * lib/localcharset.c: New file.
37911         * lib/unicodeio.h, lib/unicodeio.c: New files.
37912         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
37913         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
37914         (noinst_HEADERS): Add unicodeio.h.
37915         (all-local, install-exec-local, charset.alias): New targets.
37916
37917 2000-02-28  Paul Eggert  <eggert@twinsun.com>
37918
37919         * lib/quotearg.c (ALERT_CHAR): New macro.
37920         (quotearg_buffer_restyled): Use it.
37921
37922 2000-02-27  Jim Meyering  <meyering@lucent.com>
37923
37924         * m4/check-decl.m4: Add getenv to the list.
37925
37926 2000-02-27  Jim Meyering  <meyering@lucent.com>
37927
37928         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
37929         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
37930
37931         * lib/backupfile.c: Guard inclusion of stdlib.h with
37932         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
37933         Declare malloc if needed.
37934
37935         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
37936         `#ifndef HAVE_DECL..'
37937         now that autoconf always defines the HAVE_DECL_ symbols.
37938         * lib/human.c: Likewise.
37939         * lib/same.c: Likewise.
37940         * lib/strtoumax.c: Likewise.
37941
37942         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
37943         declaration check was not run.
37944         * lib/hash.c: Likewise.
37945         * lib/human.c: Likewise.
37946         * lib/same.c: Likewise.
37947         * lib/strtoumax.c: Likewise.
37948
37949         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
37950         `.', then first look up the entire `.'-containing string as a login
37951         name.
37952
37953 2000-02-23  Jim Meyering  <meyering@lucent.com>
37954
37955         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
37956         in place of my hack.
37957
37958 2000-02-18  Paul Eggert  <eggert@twinsun.com>
37959
37960         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
37961         (textint): New typedef.
37962         (parser_control): Member year changed from int to textint.
37963         All uses changed.
37964         (YYSTYPE): Removed; replaced by %union with int and textint members.
37965         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
37966         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
37967         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
37968         (tSNUMBER, tUNUMBER): Now of type <textintval>.
37969         (date, number, to_year): Use width of number in digits, not its value,
37970         to determine whether it's a 2-digit year, or a 2-digit time.
37971         (yylex): Store number of digits of numeric tokens.
37972         Reported by John Kendall.
37973
37974         (parser_control): Changed from struct parser_control to typedef (for
37975         consistency).  All uses changed.
37976
37977         (tID): Removed; not used.
37978         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
37979
37980 2000-02-14  Paul Eggert  <eggert@twinsun.com>
37981
37982         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
37983         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
37984
37985 2000-02-12  Jim Meyering  <meyering@lucent.com>
37986
37987         * lib/userspec.c (ISDIGIT): Define it.
37988         (isdigit): Remove definition.
37989         (is_number): Use ISDIGIT, not isdigit.
37990         <libintl.h>: Include.
37991         (_ and N_): Define.
37992         (parse_user_spec): Mark translatable strings.
37993
37994 2000-02-10  Jim Meyering  <meyering@lucent.com>
37995
37996         With these changes, nanosleep.[ch] are finally enough like the other
37997         lib/* replacement files to compile on a few more losing systems.
37998
37999         * lib/nanosleep.h: Don't include config.h.
38000         Remove prototype from declaration of nanosleep.
38001         (PARAMS): Remove now-unneeded definition.
38002         * lib/nanosleep.c: #undef nanosleep.
38003         (rpl_nanosleep): Rename from nanosleep.
38004
38005 2000-02-10  Jim Meyering  <meyering@lucent.com>
38006
38007         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
38008         gnu_nanosleep to rpl_nanosleep.
38009
38010 2000-02-09  Jim Meyering  <meyering@lucent.com>
38011
38012         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
38013         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
38014
38015 2000-02-08  Akim Demaille  <akim@epita.fr>
38016
38017         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
38018         `[' and `]' and remove uses of `changequote'.
38019         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
38020         (AC_SYS_LARGEFILE): Likewise.
38021         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
38022         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
38023         of changequote.
38024         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
38025         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
38026         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
38027         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
38028
38029 2000-02-05  Jim Meyering  <meyering@lucent.com>
38030
38031         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
38032         Remove explicit use of AC_HEADER_TIME.  It is required by
38033         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
38034         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
38035         in autoconf whereby the expansion of the latter ended up preceding
38036         the expansion of its prerequisite, AC_HEADER_TIME.
38037         Reported by Volker Borchert.
38038
38039 2000-02-03  Jim Meyering  <meyering@lucent.com>
38040
38041         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
38042
38043 2000-02-03  Jim Meyering  <meyering@lucent.com>
38044
38045         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
38046         rather than with `#if HAVE_UTMPNAME'.
38047
38048 2000-02-02  Jim Meyering  <meyering@lucent.com>
38049
38050         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
38051         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
38052         Reported by Eli Zaretskii.
38053
38054 2000-02-01  Jim Meyering  <meyering@lucent.com>
38055
38056         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
38057
38058 2000-01-31  Jim Meyering  <meyering@lucent.com>
38059
38060         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
38061         functions.  Add the time.h and sys/time.h headers along with the
38062         AC_REQUIRE'ment of AC_HEADER_TIME.
38063
38064 2000-01-31  Jim Meyering  <meyering@lucent.com>
38065
38066         * lib/nanosleep.h (nanosleep): Guard declaration with
38067         `#if ! HAVE_DECL_NANOSLEEP'.
38068         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
38069         the declaration in that vendor's sys/timers.h.
38070         Reported by Christian Krackowizer.
38071
38072         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
38073         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
38074         (ISPRINT): Likewise.
38075         Reported by Tom Tromey.
38076
38077 2000-01-30  Jim Meyering  <meyering@lucent.com>
38078
38079         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
38080
38081         * m4/prereq.m4 (utmp_includes): Define.
38082         Check for ut_user and ut_name members in both struct utmpx
38083         and struct utmp.
38084
38085 2000-01-30  Jim Meyering  <meyering@lucent.com>
38086
38087         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
38088         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
38089         header files where only utmpx.ut_user is declared.
38090
38091         * lib/readutmp.h (UT_USER): Define.
38092
38093 2000-01-29  Jim Meyering  <meyering@lucent.com>
38094
38095         * m4/lib-check.m4: New file containing library-related checks from
38096         fileutils and sh-utils (textutils had none).
38097
38098 2000-01-28  Jim Meyering  <meyering@lucent.com>
38099
38100         * m4/perl.m4: Change format of warning message to look more like that
38101         from the missing script.  Suggestion from François Pinard.
38102
38103 2000-01-25  Jim Meyering  <meyering@lucent.com>
38104
38105         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
38106         well as time.h in the compile check.
38107         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
38108         Fix typo in cross-compiling case: s/yes/no/.
38109
38110 2000-01-23  Jim Meyering  <meyering@lucent.com>
38111
38112         * m4/jm-macros.m4: Move df-related tests here from
38113         fileutils/configure.in
38114
38115         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
38116         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
38117
38118         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
38119         s/space/ac_fsusage_space/.
38120         (jm_FILE_SYSTEM_USAGE): Take two parameters.
38121
38122         * m4/ftruncate.m4: New file (derived from part of
38123         fileutils/configure.in).
38124         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
38125         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
38126
38127         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
38128         AC_SUBST these here, rather than just in sh-util/configure.in, so
38129         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
38130         all the same.
38131         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
38132         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
38133         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
38134         (AC_SUBST(POW_LIBM)): Likewise.
38135         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
38136
38137 2000-01-23  Jim Meyering  <meyering@lucent.com>
38138
38139         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
38140         obstack.c.
38141
38142 2000-01-22  Jim Meyering  <meyering@lucent.com>
38143
38144         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
38145
38146         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
38147
38148         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
38149         configure.in
38150         (AC_CHECK_HEADERS): Likewise for sh-utils.
38151         (AC_CHECK_HEADERS): Likewise for textutils.
38152         Merge the three lists of headers.
38153
38154         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
38155         from fileutils' configure.in.
38156
38157         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
38158         code. Moved tests into their own function (_jm_DECL_HEADERS) in
38159         check-decl.m4.
38160
38161         * m4/check-decl.m4: Use #if rather than #ifdef.
38162         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
38163         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
38164         (_jm_DECL_HEADERS): Define new function.
38165         (jm_CHECK_DECLARATIONS): Require it.
38166
38167 2000-01-22  Jim Meyering  <meyering@lucent.com>
38168
38169         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
38170         [! HAVE_DECL_STRTOULL]: Declare strtoull.
38171         Required for some AIX systems.  Reported by Christian Krackowizer.
38172         [TESTING] (main): New function.
38173
38174         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
38175         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
38176         letters.
38177
38178         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
38179         iswprint.
38180
38181         * lib/strverscmp.c (ISDIGIT): Define.
38182         (strverscmp): Use ISDIGIT, not isdigit.
38183
38184 2000-01-19  Jim Meyering  <meyering@lucent.com>
38185
38186         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
38187         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
38188         defines `struct timespec' in <sys/time.h>
38189
38190         * m4/c-bs-a.m4: Remove uses of changequote altogether.
38191         Thanks to Akim for explaining.
38192
38193 2000-01-17  Paul Eggert  <eggert@twinsun.com>
38194
38195         * lib/nanosleep.c (nanosleep):
38196         Don't use SA_INTERRUPT to decide whether to call sigaction, as
38197         POSIX.1 doesn't require SA_INTERRUPT and some systems
38198         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
38199         it's been part of POSIX.1 since day 1 (in 1988).
38200
38201 2000-01-17  Jim Meyering  <meyering@lucent.com>
38202
38203         * lib/interlock: Remove unused file.  Reported by François Pinard.
38204
38205 2000-01-16  Paul Eggert  <eggert@twinsun.com>
38206
38207         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
38208         alert, backslash, formfeed, and vertical tab unnecessarily in
38209         shell quoting style.
38210
38211 2000-01-16  Jim Meyering  <meyering@lucent.com>
38212
38213         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
38214         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
38215         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
38216         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
38217
38218 2000-01-16  Jim Meyering  <meyering@lucent.com>
38219
38220         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
38221         because the latter didn't work.
38222
38223 2000-01-15  Jim Meyering  <meyering@lucent.com>
38224
38225         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
38226         (AC_REPLACE_FUNCS): Add memcpy and memset.
38227         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
38228         Add strpbrk.
38229         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
38230
38231 2000-01-12  Jim Meyering  <meyering@lucent.com>
38232
38233         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
38234         (jm_PREREQ): Use it.
38235         (jm_PREREQ_READUTMP): New macro.
38236         (jm_PREREQ): Use it.
38237
38238 2000-01-11  Paul Eggert  <eggert@twinsun.com>
38239
38240         Quote multibyte characters correctly.
38241         * m4/c-bs-a.m4: New file.
38242         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
38243         (jm_PREREQ): Use it.
38244
38245 2000-01-11  Paul Eggert  <eggert@twinsun.com>
38246
38247         * m4/uintmax_t.m4: Port to autoconf 2.13.
38248
38249 2000-01-08  Jim Meyering  <meyering@ascend.com>
38250
38251         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
38252         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
38253
38254 2000-01-04  Jim Meyering  <meyering@ascend.com>
38255
38256         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
38257         jm_STRUCT_DIRENT_D_TYPE.
38258         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
38259         jm_STRUCT_DIRENT_D_INO.
38260         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
38261         jm_STRUCT_UTIMBUF.
38262         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
38263         renamings.
38264         * m4/utime.m4: Likewise.
38265
38266         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
38267         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
38268
38269 2000-01-03  Paul Eggert  <eggert@twinsun.com>
38270
38271         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
38272         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
38273
38274 2000-01-02  Jim Meyering  <meyering@ascend.com>
38275
38276         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
38277         remember if this is necessary.
38278
38279 1999-12-26  Jim Meyering  <meyering@ascend.com>
38280
38281         * m4/jm-macros.m4: Use it here.
38282         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
38283
38284 1999-12-23  Jim Meyering  <meyering@ascend.com>
38285
38286         * m4/jm-macros.m4: Check for clock_gettime (moved from
38287         fileutils/configure.in)
38288         Check for gettimeofday.
38289
38290 1999-12-20  Jim Meyering  <meyering@ascend.com>
38291
38292         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
38293         autoconf-2.14a-1999-12-20.
38294
38295 1999-12-19  Jim Meyering  <meyering@ascend.com>
38296
38297         * m4/lstat-slash.m4: New file.
38298         * m4/jm-macros.m4: Use the new macro:
38299         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38300
38301 1999-12-07  Jim Meyering  <meyering@ascend.com>
38302
38303         * m4/perl.m4: Require that File::Compare be available, too.
38304         Too many systems seem to lack it.
38305
38306         * m4/strftime.m4: Add checks for most of the cpp macros tested in
38307         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
38308
38309 1999-11-18  Paul Eggert  <eggert@twinsun.com>
38310
38311         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
38312         problem with the QNX 4.25 shell, which doesn't propagate exit
38313         status of failed commands inside shell assignments.
38314
38315 1999-11-17  Jim Meyering  <meyering@ascend.com>
38316
38317         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
38318
38319 1999-11-07  Jim Meyering  <meyering@ascend.com>
38320
38321         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
38322
38323 1999-11-06  Jim Meyering  <meyering@ascend.com>
38324
38325         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
38326         * m4/jm-macros.m4 (jm_MACROS): Use it here.
38327
38328 1999-11-05  Jim Meyering  <meyering@ascend.com>
38329
38330         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
38331         configure.in of textutils, fileutils, and sh-utils into this one
38332         (shared between those packages) file.
38333         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
38334         AC_STRUCT_ST_BLKSIZE.
38335
38336 1999-11-03  Jim Meyering  <meyering@ascend.com>
38337
38338         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
38339         of AC_CHECK_TYPE checks includes unistd.h.
38340         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
38341         Suggestion from Akim Demaille.
38342
38343 1999-10-30  Jim Meyering  <meyering@ascend.com>
38344
38345         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
38346         m4-quoted string.
38347         * m4/ls-mntd-fs.m4: Likewise.
38348         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
38349         * m4/jm-winsz1.m4: Likewise.
38350
38351         * m4/const.m4: Remove file, since the fix made it into the experimental
38352         version of autoconf.
38353         * m4/mktime.m4: Likewise.
38354
38355         * m4/check-type.m4: Remove file, now that the latest version of
38356         AC_CHECK_TYPE takes a third arg to specify additional #includes.
38357
38358         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
38359         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
38360         AC_CHECK_TYPE.
38361
38362 1999-10-04  Jim Meyering  <meyering@ascend.com>
38363
38364         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
38365
38366 1999-09-22  Paul Eggert  <eggert@twinsun.com>
38367
38368         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
38369         2.95.1 bug with HP-UX 10.20.
38370
38371 1999-09-17  Jim Meyering  <meyering@ascend.com>
38372
38373         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
38374         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
38375         due to missing strdup (against sh-utils-2.0).
38376
38377 1999-08-29  Jim Meyering  <meyering@ascend.com>
38378
38379         * m4/jm-macros.m4: Require jm_BISON.
38380         * m4/bison.m4: New file.
38381
38382 1999-08-17  Paul Eggert  <eggert@twinsun.com>
38383
38384         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
38385         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
38386
38387 1999-08-05  Jim Meyering  <meyering@ascend.com>
38388
38389         * m4/getline.m4: Rename test file from conftestdata to conftest.data
38390         to avoid conflicts with `conftest' on 8+3 filesystems.
38391         Suggestion from Eli Zaretskii.
38392
38393 1999-08-04  Jim Meyering  <meyering@ascend.com>
38394
38395         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
38396         fileutils and sh-utils (textutils's getline test was inadequate).
38397         (AM_FUNC_GETLINE): Run this test.
38398         (AC_CHECK_FUNCS): Check for getdelim.
38399         Reported by Bob Proulx.
38400
38401 1999-08-02  Jim Meyering  <meyering@ascend.com>
38402
38403         * m4/jm-macros.m4: Add a comment.
38404
38405 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38406
38407         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
38408         <inttypes.h> defines strtoumax as a macro (and not as a
38409         function).
38410
38411 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38412
38413         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
38414         that we can shift, multiply and divide unsigned long long
38415         values; Ultrix cc can't do it.
38416
38417 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38418
38419         * m4/mktime.m4: New file, which is a preview of what should appear
38420         in the next public autoconf release.
38421
38422 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38423
38424         * m4/lfs.m4: Remove this file.
38425         * m4/largefile.m4: New file.  It contains the old contents of
38426         lfs.m4, except that all names with prefix AC_LFS have been
38427         changed to use the prefix AC_SYS_LARGEFILE instead, to be
38428         compatible with future autoconf versions.  Also, some minor m4
38429         quoting problems have been fixed.
38430
38431 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38432
38433         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
38434         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
38435         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
38436         and simplify the shell code.
38437
38438 1999-08-01  Jim Meyering  <meyering@ascend.com>
38439
38440         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
38441         m4.
38442
38443 1999-07-20  Jim Meyering  <meyering@ascend.com>
38444
38445         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
38446
38447 1999-07-15  Jim Meyering  <meyering@ascend.com>
38448
38449         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
38450
38451 1999-05-22  Jim Meyering  <meyering@ascend.com>
38452
38453         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
38454
38455 1999-05-20  Jim Meyering  <meyering@ascend.com>
38456
38457         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
38458         Add a colon after each `then' in case $4 is empty.
38459
38460 1999-05-16  Jim Meyering  <meyering@ascend.com>
38461
38462         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
38463
38464 1999-05-10  Jim Meyering  <meyering@ascend.com>
38465
38466         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
38467
38468         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
38469         AC_FUNC_MKTIME.
38470
38471 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
38472
38473         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
38474
38475 1999-05-04  Paul Eggert  <eggert@twinsun.com>
38476
38477         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
38478         not CPPFLAGS, so that linking works correctly in IRIX.
38479
38480 1999-04-30  Paul Eggert  <eggert@twinsun.com>
38481
38482         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
38483
38484 1999-04-20  Paul Eggert  <eggert@twinsun.com>
38485
38486         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
38487         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
38488         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
38489         jm_AC_TYPE_UNSIGNED_LONG_LONG.
38490         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
38491
38492         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
38493
38494 1999-04-20  Jim Meyering  <meyering@ascend.com>
38495
38496         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
38497         AC_REPLACE xstroull if necessary.  From Paul Eggert.
38498         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
38499
38500 1999-04-18  Jim Meyering  <meyering@ascend.com>
38501
38502         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
38503         * m4/jm-macros.m4: Use it.
38504
38505 1999-04-06  Jim Meyering  <meyering@ascend.com>
38506
38507         * m4/strftime.m4: Remove test for %f.
38508
38509 1999-03-29  Jim Meyering  <meyering@ascend.com>
38510
38511         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
38512         superset of the AC_TYPE_* checks in the textutils, fileutils,
38513         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
38514         AC_TYPE_PID_T.
38515
38516 1999-03-28  Jim Meyering  <meyering@ascend.com>
38517
38518         * m4/jm-macros.m4: Define GNU_PACKAGE here.
38519         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
38520         replaced e.g., in the *.sh files of the sh-utils.
38521
38522 1999-03-20  Jim Meyering  <meyering@ascend.com>
38523
38524         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
38525         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
38526         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
38527
38528 1999-03-19  Jim Meyering  <meyering@ascend.com>
38529
38530         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
38531
38532 1999-03-12  Jim Meyering  <meyering@ascend.com>
38533
38534         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
38535
38536 1999-03-07  Jim Meyering  <meyering@ascend.com>
38537
38538         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
38539         declared.
38540
38541 1999-02-17  Jim Meyering  <meyering@ascend.com>
38542
38543         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
38544         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
38545
38546 1999-02-07  Jim Meyering  <meyering@ascend.com>
38547
38548         * m4/group-member.m4: New file -- extracted from sh-utils'
38549         configure.in.
38550
38551         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
38552         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
38553
38554 1999-02-06  Jim Meyering  <meyering@ascend.com>
38555
38556         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
38557         * m4/fnmatch.m4: Likewise.
38558         * m4/getgroups.m4: Likewise.
38559         * m4/lstat.m4: Likewise.
38560         * m4/malloc.m4: Likewise.
38561         * m4/putenv.m4: Likewise.
38562         * m4/realloc.m4: Likewise.
38563         * m4/regex.m4: Likewise.
38564         * m4/stat.m4: Likewise.
38565         * m4/strftime.m4: Likewise.
38566         Suggestion from Alain Magloire.
38567
38568         * m4/chown.m4: Use `.$ac_objext', not `.o'.
38569         * m4/fnmatch.m4: Likewise.
38570         * m4/getgroups.m4: Likewise.
38571         * m4/getline.m4: Likewise.
38572         * m4/lstat.m4: Likewise.
38573         * m4/malloc.m4: Likewise.
38574         * m4/memcmp.m4: Likewise.
38575         * m4/putenv.m4: Likewise.
38576         * m4/realloc.m4: Likewise.
38577         * m4/regex.m4: Likewise.
38578         * m4/stat.m4: Likewise.
38579         * m4/strftime.m4: Likewise.
38580         Suggestion from Alain Magloire.
38581
38582         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
38583         an argument.
38584
38585         * m4/regex.m4: Add a run-time Test for proper operation of
38586         re_compile_pattern.
38587
38588 1999-01-31  Jim Meyering  <meyering@ascend.com>
38589
38590         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
38591
38592 1999-01-30  Jim Meyering  <meyering@ascend.com>
38593
38594         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
38595
38596         * m4/jm-mktime.m4: Make this a wrapper around the official
38597         AM_FUNC_MKTIME rather than my private copy, now that the official one
38598         is up to date.
38599         * m4/mktime.m4: Remove file.
38600
38601         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
38602         * m4/uptime.m4: Likewise.
38603         * m4/uintmax_t.m4: Likewise.
38604
38605 1999-01-28  Jim Meyering  <meyering@ascend.com>
38606
38607         * m4/jm-macros.m4: Use jm_AFS.
38608         * m4/afs.m4: New file (from fileutils' configure.in).
38609
38610         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
38611         * m4/chown.m4: Likewise.
38612         * m4/d-ino.m4: Likewise.
38613         * m4/d-type.m4: Likewise.
38614         * m4/fnmatch.m4: Likewise.
38615         * m4/getgroups.m4: Likewise.
38616         * m4/gettext.m4: Likewise.
38617         * m4/jm-mktime.m4: Likewise.
38618         * m4/jm-winsz2.m4: Likewise.
38619         * m4/lcmessage.m4: Likewise.
38620         * m4/ls-mntd-fs.m4: Likewise.
38621         * m4/malloc.m4: Likewise.
38622         * m4/memcmp.m4: Likewise.
38623         * m4/putenv.m4: Likewise.
38624         * m4/realloc.m4: Likewise.
38625         * m4/st_mtim.m4: Likewise.
38626         * m4/strftime.m4: Likewise.
38627
38628 1999-01-16  Jim Meyering  <meyering@ascend.com>
38629
38630         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
38631         (ARGMATCH_DIE_DECL): Define.
38632
38633 1999-01-12  Jim Meyering  <meyering@ascend.com>
38634
38635         * m4/Makefile.am.in: Rewrite to avoid using fmt.
38636         Reported by Lars Hecking.
38637
38638 1999-01-10  Jim Meyering  <meyering@ascend.com>
38639
38640         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
38641         gross kludge.
38642         * m4/inttypes_h.m4: Likewise.
38643         * m4/lstat.m4: Likewise.
38644         * m4/malloc.m4: Likewise.
38645         * m4/readdir.m4: Likewise.
38646         * m4/realloc.m4: Likewise.
38647         * m4/st_dm_mode.m4: Likewise.
38648         * m4/stat.m4: Likewise.
38649         * m4/utimbuf.m4: Likewise.
38650         * m4/utimes.m4: Likewise.
38651
38652         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
38653         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
38654         comments in config.h.in are meaningful.
38655
38656         * m4/jm-macros.m4: Require autoconf-2.13 here.
38657
38658         * m4/regex.m4: By default, don't use the included regex.c on systems
38659         with glibc 2.  Suggestion from Uli Drepper.
38660
38661 1999-01-02  Jim Meyering  <meyering@ascend.com>
38662
38663         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
38664
38665 1998-12-18  Jim Meyering  <meyering@ascend.com>
38666
38667         * m4/Makefile.am.in (Makefile.am): Simplify rule.
38668         Based on a suggestion from Lars Hecking.
38669
38670 1998-11-16  Paul Eggert  <eggert@twinsun.com>
38671
38672         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
38673
38674 1998-11-16  Jim Meyering  <meyering@ascend.com>
38675
38676         * m4/lfs.m4: Double-quote the `uname...` expression.
38677
38678 1998-11-14  Jim Meyering  <meyering@ascend.com>
38679
38680         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
38681         * m4/stat.m4: Likewise.
38682
38683 1998-11-03  Jim Meyering  <meyering@ascend.com>
38684
38685         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
38686         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
38687
38688 1998-10-18  Jim Meyering  <meyering@ascend.com>
38689
38690         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
38691
38692 1998-10-17  Jim Meyering  <meyering@ascend.com>
38693
38694         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
38695         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
38696         calls for those previously hard-coded headers.  Instead, take a new
38697         parameter.
38698         (jm_CHECK_DECLARATIONS): Reflect interface change.
38699         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
38700         (jm_CHECK_DECL_LOCALTIME_R): New macro.
38701
38702         * m4/mktime.m4: Test for spring-forward gap before long-running test.
38703
38704 1998-10-14  Jim Meyering  <meyering@ascend.com>
38705
38706         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
38707         instead of "TZ=America/Vancouver".  From Paul Eggert.
38708
38709 1998-10-11  Jim Meyering  <meyering@ascend.com>
38710
38711         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
38712         This adds a test for a recently added compatibility fix for mktime.c.
38713         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
38714
38715 1998-09-27  Jim Meyering  <meyering@ascend.com>
38716
38717         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
38718
38719         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
38720         ../configure.in, including a change from Gordon Matzigkeit to allow
38721         cross-compiling for the Hurd.
38722
38723         * m4/glibc.m4: New file/macro to test for the GNU C Library
38724         versions 1 and 2.  From Gordon Matzigkeit.
38725         Indent.
38726
38727 1998-09-21  Jim Meyering  <meyering@ascend.com>
38728
38729         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
38730
38731 1998-08-18  Paul Eggert  <eggert@twinsun.com>
38732
38733         Port nanosecond-resolution times to UnixWare 2.1.2 and
38734         pedantic Solaris 2.6.
38735
38736         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
38737         AC_STRUCT_ST_MTIM.
38738         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
38739         Generate name of ns member, instead of just 1 or undef.
38740         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
38741
38742 1998-08-15  Jim Meyering  <meyering@ascend.com>
38743
38744         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
38745         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
38746         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
38747         instead of jm_TYPE_SSIZE_T.
38748
38749 1998-08-12  Jim Meyering  <meyering@ascend.com>
38750
38751         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
38752
38753 1998-08-02  Jim Meyering  <meyering@ascend.com>
38754
38755         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
38756         in acconfig.h manually.
38757
38758 1998-07-31  Paul Eggert  <eggert@twinsun.com>
38759
38760         * m4/st_mtim.m4: New file.
38761
38762 1998-07-28  Jim Meyering  <meyering@ascend.com>
38763
38764         * m4/utimes.m4: Undef stat.
38765
38766 1998-07-25  Jim Meyering  <meyering@ascend.com>
38767
38768         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
38769         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
38770
38771 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
38772
38773         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
38774         uid and gid actually remain unchanged.
38775
38776 1998-07-07  Jim Meyering  <meyering@ascend.com>
38777
38778         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
38779
38780 1998-07-04  Jim Meyering  <meyering@ascend.com>
38781
38782         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
38783         to prove that this macro can be used in packages without regex.c.
38784
38785 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
38786
38787         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
38788         is to be used.
38789
38790 1998-07-03  Jim Meyering  <meyering@ascend.com>
38791
38792         * m4/gettext.m4: Add -lintl if it's found to be necessary.
38793
38794         * m4/gettext.m4: New file -- from gettext-0.10.35.
38795         * m4/lcmessage.m4: Likewise.
38796         * m4/progtest.m4: Likewise.
38797
38798         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
38799         * m4/jm-macros.m4: Require the new macro.
38800
38801 1998-06-29  Jim Meyering  <meyering@ascend.com>
38802
38803         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
38804         for the definition of NGROUPS (used in a system header included
38805         by sys/mount.h).
38806
38807 1998-06-28  Jim Meyering  <meyering@ascend.com>
38808
38809         * m4/ls-mntd-fs.m4: New file.
38810         * m4/fstypename.m4: New file.
38811
38812         * m4/jm-macros.m4: Require the new macro.
38813         * m4/jm-glibc-io.m4: New file.
38814
38815 1998-05-19  Jim Meyering  <meyering@ascend.com>
38816
38817         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
38818         * m4/lchown.m4: New file.
38819
38820         * m4/Makefile.am.in: New file.
38821         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
38822
38823 1998-05-14  Jim Meyering  <meyering@ascend.com>
38824
38825         * m4/Makefile.am (EXTRA_DIST): Add them.
38826         * m4/jm-macros.m4: New file.
38827         * m4/utimbuf.m4: New file.
38828
38829 1998-05-12  Jim Meyering  <meyering@ascend.com>
38830
38831         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
38832
38833 1998-05-11  Jim Meyering  <meyering@ascend.com>
38834
38835         * m4/isc-posix.m4: New file.
38836
38837 1998-05-10  Jim Meyering  <meyering@ascend.com>
38838
38839         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
38840
38841 1998-05-09  Jim Meyering  <meyering@ascend.com>
38842
38843         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
38844         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
38845         with automake.
38846
38847         * m4/ssize_t.m4: New file.
38848         * m4/mktime.m4: Remove file -- the new automake has this now.
38849
38850 1998-04-26  Jim Meyering  <meyering@ascend.com>
38851
38852         * m4/assert.m4: New file.
38853         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
38854
38855 1998-04-05  Jim Meyering  <meyering@ascend.com>
38856
38857         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
38858         (jm_PREREQ): Use it here.
38859
38860 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
38861
38862         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
38863         in acconfig.h.
38864
38865 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
38866
38867         * m4/prereq.m4: New file.
38868         * m4/error.m4: New file.
38869         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
38870
38871 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
38872
38873         * m4/getline.m4: Don't set am_cv_func_working_getline before the
38874         cache-check for the same variable -- that defeated the purpose of
38875         the test; the test program was never run.  This was a problem only
38876         on systems with losing getline functions -- HP-UX 10.20 is one.
38877         Reported by Bjorn Helgaas.
38878
38879 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
38880
38881         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
38882
38883 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
38884
38885         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
38886
38887         * m4/const.m4: New file.  Use an initializer in this declaration
38888         typedef int charset[2]; const charset x;
38889         Reported by Bob Glickstein.
38890
38891 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
38892
38893         * m4/chown.m4: Fix reversed types on -1 args to chown.
38894         From Kaveh Ghazi.
38895
38896 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
38897
38898         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
38899         Add lseek and memchr.
38900
38901         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
38902         T.E.Dickey <dickey@clark.net> said that some older preprocessors
38903         have a 20-character limit on names.
38904
38905 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
38906
38907         * m4/inttypes_h.m4: New file.
38908         * m4/uintmax_t.m4: New file.
38909         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
38910
38911
38912         -----
38913
38914         Copyright (C) 1997-2008 Free Software Foundation, Inc.
38915
38916         Copying and distribution of this file, with or without
38917         modification, are permitted provided the copyright notice
38918         and this notice are preserved.