5000d1960e0b62f68b50e9ade7c7cc9a5d8c4014
[gnulib.git] / ChangeLog
1 2009-11-20  Eric Blake  <ebb9@byu.net>
2
3         build: mention ftp redirector in release announcements
4         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
5         values that used to come from cfg.mk; mention FTP redirect URL.
6         * build-aux/announce-gen: Mention the mirror list.
7         Suggested by Karl Berry.
8
9         nanosleep: improve port to mingw
10         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
11         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
12         LIB_NANOSLEEP, but only when needed.
13         * modules/select (Link): Document LIBSOCKET.
14         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
15         enough.
16
17         nanosleep: work around cygwin bug
18         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
19         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
20         bug.
21         (getnow): Delete, not needed.
22         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
23         LIB_CLOCK_GETTIME.
24         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
25         clock-time, gettime.
26         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
27         bug.
28         * modules/nanosleep-tests: New test.
29         * tests/test-nanosleep.c: New file.
30
31         sleep: work around cygwin bug
32         * lib/sleep.c (rpl_sleep): Work around the bug.
33         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
34         (gl_PREREQ_SLEEP): Delete unused macro.
35         * modules/sleep (Depends-on): Add verify.
36         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
37         * modules/unistd (Makefile.am): Substitute witness.
38         * lib/unistd.in.h (sleep): Update prototype.
39         * doc/posix-functions/sleep.texi (sleep): Document the bug.
40         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
41         * modules/sleep-tests (Depends-on): Check for alarm.
42
43 2009-11-20  Jim Meyering  <meyering@redhat.com>
44
45         maint.mk: improve sc_prohibit_magic_number_exit
46         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
47         so it does not match uses like System.exit(1).
48         Add comments showing how to correct all offenders.
49
50 2009-11-19  Eric Blake  <ebb9@byu.net>
51
52         xalloc-die-tests: add missing library
53         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
54
55         test-xvasprintf: silence compiler warnings
56         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
57         empty string from gcc.
58
59 2009-11-19  Jim Meyering  <meyering@redhat.com>
60
61         xfreopen: new module, from coreutils
62         * modules/xfreopen: New module.
63         * lib/xfreopen.c: New file.
64         * lib/xfreopen.h: New file.
65         * MODULES.html.sh (File stream based Input/Output"): Add it.
66
67 2009-11-19  Eric Blake  <ebb9@byu.net>
68
69         manywarnings: depend on warnings
70         * modules/manywarnings (Depends-on): Add warnings.
71
72         build: avoid compiler warnings
73         * lib/select.c (rpl_select): Delete unused variable.
74         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
75
76 2009-11-18  Eric Blake  <ebb9@byu.net>
77
78         tests: avoid false negative with --with-packager
79         * tests/test-version-etc.sh: Discard packager information.
80         * tests/test-argp-version-etc-1.sh: Likewise.
81         Reported by Mike Frysinger.
82
83         utimens: fix regression on Solaris
84         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
85         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
86         can only change fd timestamps via futimesat.  Instead, use an
87         additional witness macro to avoid BSD bug.
88         Reported by Jim Meyering.
89
90 2009-11-17  Eric Blake  <ebb9@byu.net>
91
92         usleep: use it to simplify tests
93         * modules/stat-time-tests (Depends-on): Add usleep.
94         (configure.ac): Drop usleep check.
95         * modules/chown-tests (Depends-on, configure.ac): Likewise.
96         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
97         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
98         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
99         * modules/openat-tests (Depends-on, configure.ac): Likewise.
100         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
101         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
102         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
103         Likewise.
104         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
105         * tests/test-lchown.h (nap): Likewise.
106         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
107         * tests/test-stat-time.c (nap): Likewise.
108         * tests/test-utimens-common.h (nap): Update comments.
109
110         usleep: new module
111         * modules/usleep: New file.
112         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
113         * lib/usleep.c (usleep): Likewise.
114         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
115         * modules/unistd (Makefile.am): Substitute witnesses.
116         * lib/unistd.in.h (usleep): Add declaration.
117         * doc/pastposix-functions/usleep.texi (usleep): Document this.
118         * MODULES.html.sh (Date and time): Likewise.
119         * modules/usleep-tests (Depends-on): New test.
120         * tests/test-usleep.c: New file.
121
122         chown: work around OpenBSD bug
123         * lib/chown.c (rpl_chown): Work around the bug.
124         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
125         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
126         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
127         * modules/chown (Depends-on): Add stdbool.
128         * modules/lchown (Depends-on): Likewise.
129         * doc/posix-functions/chown.texi (chown): Document the bug.
130         * doc/posix-functions/lchown.texi (lchown): Likewise.
131         * tests/test-lchown.h (test_chown): Relax test.
132
133         mkstemp: avoid conflict with C++ keyword template
134         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
135         * lib/mkostemp.c (mkostemp): Likewise.
136         * lib/mkostemps.c (mkostemps): Likewise.
137         * lib/mkstemp.c (mkstemp): Likewise.
138         * lib/mkstemps.c (mkstemps): Likewise.
139
140         xalloc-die-tests: optimize
141         * tests/test-xalloc-die.sh: Reduce number of processes.
142
143 2009-11-17  Simon Josefsson  <simon@josefsson.org>
144
145         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
146         patch from ludo@gnu.org (Ludovic Courtès).
147
148 2009-11-17  Jim Meyering  <meyering@redhat.com>
149
150         version-etc: use proper license string
151         * modules/version-etc (License): Use LGPL, not LGPLv3+.
152         * modules/version-etc-fsf: Likewise.
153
154 2009-11-17  Simon Josefsson  <simon@josefsson.org>
155
156         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
157         printed to stdout.  Deal with EOL differences.
158
159 2009-11-17  Eric Blake  <ebb9@byu.net>
160
161         unsetenv: work around Solaris bug
162         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
163         * lib/unsetenv.c (rpl_unsetenv): Work around it.
164         Reported by Jim Meyering.
165
166         vasnprintf: avoid compiler warnings
167         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
168         variables.
169         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
170
171 2009-11-17  Simon Josefsson  <simon@josefsson.org>
172
173         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
174         settings since xalloc-die is no longer the self test,
175         xalloc-die.sh is.
176
177 2009-11-17  Jim Meyering  <meyering@redhat.com>
178
179         test-xalloc-die.sh: make the code agree with the commit log
180         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
181         at the end, just in case you happen to have a test-xalloc-die
182         program in some other PATH directory.
183
184         test-xalloc-die.sh: fix a portability bug
185         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
186         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
187         Otherwise, argv[0] (as often seen in diagnostics) would be too
188         system-dependent, sometimes with, and sometimes without the leading "./".
189
190         version-etc-fsf: relax license to LGPLv3+
191         * modules/version-etc-fsf (License): Relax license.
192
193 2009-11-16  Eric Blake  <ebb9@byu.net>
194
195         xalloc-die-tests: avoid printing null pointer
196         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
197         shell script.
198         * tests/test-xalloc-die.c (program_name): Declare.
199         * tests/test-xalloc-die.sh (tmpfiles): New file.
200
201         setenv, unsetenv: work around various bugs
202         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
203         (setenv) [HAVE_SETENV]: Work around bugs.
204         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
205         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
206         for bugs.
207         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
208         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
209         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
210         * modules/stdlib (Makefile.am): Update substitutions.
211         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
212         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
213         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
214         * modules/setenv-tests: New test.
215         * modules/unsetenv-tests: Likewise.
216         * tests/test-setenv.c: New file.
217         * tests/test-unsetenv.c: Likewise.
218
219 2009-11-16  Jim Meyering  <meyering@redhat.com>
220
221         version-etc: relax license to LGPLv3+
222         * modules/version-etc (License): Relax license.
223
224         better AC_REQUIRE expanded-before-required-warning avoidance
225         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
226         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
227         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
228         which is no longer needed.
229
230 2009-11-16  Eric Blake  <ebb9@byu.net>
231
232         test-freading: clean up temporary file
233         * tests/test-freading.c (main): Remove file on success, and use
234         ASSERT more liberally.
235         Reported by Jim Meyering.
236
237 2009-11-16  Jim Meyering  <meyering@redhat.com>
238
239         avoid new AC_REQUIRE expanded-before-required warnings
240         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
241         merely using it.
242         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
243         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
244
245 2009-11-15  Simon Josefsson  <simon@josefsson.org>
246
247         * tests/test-xalloc-die.c: New file.
248         * modules/xalloc-die-tests: New file.
249         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
250         XFAIL_TESTS so it can be appended by modules.
251
252 2009-11-15  Simon Josefsson  <simon@josefsson.org>
253
254         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
255         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
256
257 2009-11-14  Eric Blake  <ebb9@byu.net>
258
259         fnmatch: avoid compiler warning
260         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
261         to silence compiler warning about mismatch signedness in ?:.
262         Reported by Robert Millan.
263
264         intprops: add double-inclusion guard
265         * lib/intprops.h: Allow idempotent includes.
266         Suggested by Bruce Korb.
267
268         openat: detect Solaris fchownat bug
269         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
270         penalizing glibc chownat when only lchownat is broken.
271         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
272         trailing slash bugs.
273         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
274         * modules/openat-tests (Files): Include more files.
275         (Depends-on): Add mgetgroups, sleep, stat-time.
276         (configure.ac): Add additional checks.
277         (Makefile.am): Build new test.
278         * tests/test-fchownat.c: New file.
279
280         lchown: detect Solaris and FreeBSD bug
281         * lib/lchown.c (rpl_lchown): Work around bug.
282         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
283         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
284         * modules/unistd (Makefile.am): Populate it.
285         * lib/unistd.in.h (lchown): Update declaration.
286         * doc/posix-functions/lchown.texi (lchown): Document the bug.
287         * modules/lchown-tests: New file.
288         * tests/test-lchown.h (test_lchown): Likewise.
289         * tests/test-lchown.c (main): Likewise.
290
291         chown: detect Solaris and FreeBSD bug
292         * lib/chown.c (rpl_chown): Work around bug.
293         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
294         (gl_PREREQ_CHOWN): Delete.
295         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
296         * modules/unistd (Makefile.am): Populate it.
297         * lib/unistd.in.h (chown): Update declaration.
298         * lib/lchown.c (chown): Update client.
299         * modules/lchown (Depends-on): Add lstat.
300         * doc/posix-functions/chown.texi (chown): Document the bug.
301         * doc/posix-functions/getgroups.texi (getgroups): Document
302         getgroups pitfall.
303         * modules/chown-tests: New file.
304         * tests/test-chown.h (test_chown): Likewise.
305         * tests/test-chown.c (main): Likewise.
306
307 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
308
309         gnulib-tool: correctly detect absence of m4 directories
310         * gnulib-tool: Avoid extra newline on data passed to wc -l.
311
312 2009-11-14  Jim Meyering  <meyering@redhat.com>
313
314         maint.mk: Prohibit inclusion of "xalloc.h" without use.
315         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
316
317 2009-11-14  John W. Eaton  <jwe@gnu.org>
318
319         strftime.h: wrap funtion declaration in extern "C" block
320         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
321
322 2009-11-13  Eric Blake  <ebb9@byu.net>
323
324         getgroups: avoid compiler warning
325         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
326
327         getgroups: work around FreeBSD bug
328         * lib/getgroups.c (rpl_getgroups): Work around the bug.
329         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
330         * doc/posix-functions/getgroups.texi (getgroups): Document it.
331         * tests/test-getgroups.c (main): Fix buffer overrun.
332
333         getgroups: avoid compilation failure
334         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
335         * modules/getgroups (Depends-on): Add stdint.
336
337 2009-11-13  Jim Meyering  <meyering@redhat.com>
338
339         test-getgroups: avoid compilation failure
340         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
341
342 2009-11-13  Eric Blake  <ebb9@byu.net>
343
344         mgetgroups: new module, taken from coreutils
345         * modules/mgetgroups: New file.
346         * lib/mgetgroups.h: Likewise.
347         * lib/mgetgroups.c (mgetgroups): Likewise.
348         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
349         * MODULES.html.sh (Users and groups): Mention it.
350
351         getgroups: don't expose GETGROUPS_T to user
352         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
353         an element at a time if GETGROUPS_T is wrong size.
354         * lib/getugroups.h (getugroups): Change signature.
355         * lib/unistd.in.h (getgroups): Likewise.
356         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
357         signature needs fixing.
358         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
359         AC_TYPE_GETGROUPS.
360         * modules/group-member (Depends-on): Add getgroups.
361         * lib/group-member.c (group_info, get_group_info): Use gid_t.
362         (group_member): Rely on getgroups replacement.
363         * lib/getugroups.c (getugroups): Use gid_t.
364         * tests/test-getgroups.c (main): Likewise.
365         * NEWS: Mention the signature change.
366         * doc/posix-functions/getgroups.texi (getgroups): Mention the
367         problem with signature.
368         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
369         GETGROUPS_T is still useful for setgroups.
370
371         getgroups, getugroups: provide stubs for mingw
372         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
373         * lib/getugroups.c (getugroups): Likewise.
374         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
375         function.  Modernize replacement scheme.
376         (gl_PREREQ_GETGROUPS): Delete.
377         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
378         * modules/getgroups (configure.ac): Declare witness.
379         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
380         * modules/unistd (Depends-on): Substitute witness.
381         * lib/unistd.in.h (getgroups): Declare replacement.
382
383         getgroups: avoid calling exit
384         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
385         drop xalloc.
386         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
387         dependencies.
388         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
389         exiting, in the rare case of malloc failure.
390
391         getgroups: fix logic error
392         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
393         has more than 20 groups.
394         * modules/getgroups-tests: New test.
395         * tests/test-getgroups.c: New file.
396
397 2009-11-13  Simon Josefsson  <simon@josefsson.org>
398
399         * tests/test-base64.c: Improve.
400
401 2009-11-13  Simon Josefsson  <simon@josefsson.org>
402
403         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
404         Blake <ebb9@byu.net>.
405
406 2009-11-13  Simon Josefsson  <simon@josefsson.org>
407
408         * tests/test-xvasprintf.c: Add %s%s related checks.
409
410 2009-11-12  Eric Blake  <ebb9@byu.net>
411
412         version-etc: match standards.texi style
413         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
414         and use <> only for URLs.
415
416 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
417
418         fts: do not fail on a submount during traversal
419         * lib/fts.c (fts_build): Read the stat info again after opening
420         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
421         Original report at http://bugzilla.redhat.com/501848.
422
423 2009-11-12  Jim Meyering  <meyering@redhat.com>
424
425         bootstrap: sync from coreutils
426         * build-aux/bootstrap (bootstrap_epilogue): New function.
427         Use git_modules_config in one more place.  This make bootstrap's
428         --gnulib-srcdir option more useful for testing.
429
430         bootstrap: generalize autoheader check
431         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
432         AC_CONFIG_HEADERS.
433
434 2009-11-11  Eric Blake  <ebb9@byu.net>
435
436         mkfifoat: use new modules for Solaris and BSD bugs
437         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
438         * lib/mkfifoat.c (mknodat): Split...
439         * lib/mknodat.c (mknodat): ...into new file.
440         * modules/mkfifoat (Files): Ship new file.
441         (Depends-on): Add mkfifo, mknod.
442         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
443         (Depends-on): Add symlink.
444         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
445         redundant with test_mkfifo.h.
446         (do_mkfifoat, do_mknodat): New helpers.
447
448         mknod: new module
449         * modules/mknod: New file.
450         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
451         * lib/mknod.c (mknod): Likewise.
452         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
453         defaults.
454         * modules/sys_stat (Makefile.am): Substitute them.
455         * lib/sys_stat.in.h (mknod): Declare replacement.
456         * MODULES.html.sh (Support for systems lacking POSIX:2008):
457         Document it.
458         * doc/posix-functions/mknod.texi (mknod): Likewise.
459         * modules/mknod-tests: New test.
460         * tests/test-mknod.c: Likewise.
461
462         mkfifo: new module
463         * modules/mkfifo: New file.
464         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
465         * lib/mkfifo.c (mkfifo): Likewise.
466         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
467         defaults.
468         * modules/sys_stat (Makefile.am): Substitute them.
469         * lib/sys_stat.in.h (mkfifo): Declare replacement.
470         * MODULES.html.sh (Support for systems lacking POSIX:2008):
471         Document it.
472         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
473         * modules/mkfifo-tests: New test.
474         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
475         from test-mkfifoat.c.
476         * tests/test-mkfifo.c: New file.
477
478         readlink: detect FreeBSD bug
479         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
480         slash on symlink.
481         * doc/posix-functions/readlink.texi (readlink): Document the bug.
482         * tests/test-readlink.h (test_readlink): Enhance test.
483
484         symlink: detect FreeBSD bug
485         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
486         slash on symlink.
487         * doc/posix-functions/symlink.texi (symlink): Document the bug.
488         * tests/test-symlink.h (test_symlink): Enhance test.
489
490 2009-11-10  Eric Blake  <ebb9@byu.net>
491
492         link: detect FreeBSD bug
493         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
494         symlink.
495         * doc/posix-functions/link.texi (link): Document the bug.
496         * tests/test-link.h (test_link): Enhance test.
497         * tests/test-linkat.c (main): Update caller.
498
499         unlink, remove: detect FreeBSD bug
500         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
501         slash on symlink.
502         * doc/posix-functions/unlink.texi (unlink): Document the bug.
503         * doc/posix-functions/remove.texi (remove): Likewise.
504         * tests/test-unlink.h (test_unlink): Enhance test.
505         * tests/test-remove.c (main): Likewise.
506
507 2009-11-09  Eric Blake  <ebb9@byu.net>
508
509         rename: detect FreeBSD bug
510         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
511         slash on symlink.
512         * modules/renameat-tests (Depends-on): Add filenamecat.
513         * tests/test-rename.h (test_rename): Allow one more errno.
514         * tests/test-renameat.c (main): Likewise.
515         * doc/posix-functions/rename.texi (rename): Document the bug.
516
517         open: detect FreeBSD bug
518         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
519         symlink.
520         * doc/posix-functions/open.texi (open): Document the bug.
521         * doc/posix-functions/utimes.texi (utimes): Likewise.
522         * tests/test-open.h (test_open): Add parameters, and test symlink
523         handling.
524         * tests/test-open.c (main): Adjust caller.
525         * tests/test-fcntl-safer.c (main): Likewise.
526         * modules/open-tests (Depends-on): Add stdbool, symlink.
527         * modules/fcntl-safer-tests (Depends-on): Likewise.
528         * tests/test-openat.c (main): Add test-open tests.
529
530         stat: detect FreeBSD bug
531         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
532         symlink.
533         * doc/posix-functions/stat.texi (stat): Document the bug.
534         * tests/test-stat.h (test_stat_func): Add argument.
535         * tests/test-stat.c (main): Adjust caller.
536         * tests/test-fstatat.c (main): Likewise.
537         * modules/stat-tests (Depends-on): Add stdbool, symlink.
538         Reported by Jim Meyering.
539
540 2009-11-09  James Youngman  <jay@gnu.org>
541
542         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
543         * lib/strftime.c: Correct placement of #include "ignore-value.h".
544
545 2009-11-08  Jim Meyering  <meyering@redhat.com>
546
547         utimens: remove invalid futimesat call
548         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
549         It used the file descriptor of the target file as the DIR_FD
550         parameter and NULL as the file name.  That caused failure with
551         errno == EFAULT on FreeBSD-8.0-rc2
552
553 2009-11-07  Eric Blake  <ebb9@byu.net>
554
555         fflush, freadseek: use fseeko, not fseek
556         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
557         (clear_ungetc_buffer): Avoid potential problems on large files.
558         * lib/freadseek.c (freadseek): Likewise.
559         * modules/freadseek (Depends-on): Add fseeko.
560         * modules/fseek (configure.ac): Set a witness.
561         * tests/test-fflush.c (main): Use fseeko.
562         * tests/test-fpurge.c (fseek): Disable link warning.
563         * tests/test-freadable.c (fseek): Likewise.
564         * tests/test-freading.c (fseek): Likewise.
565         * tests/test-fseeko.c (fseek): Likewise.
566         * tests/test-ftell.c (fseek): Likewise.
567         * tests/test-ftello.c (fseek): Likewise.
568         * tests/test-fwritable.c (fseek): Likewise.
569         * tests/test-fwriting.c (fseek): Likewise.
570
571 2009-11-06  Simon Josefsson  <simon@josefsson.org>
572
573         * modules/memchr (Depends-on): Drop getpagesize dependency.
574
575 2009-11-06  Simon Josefsson  <simon@josefsson.org>
576
577         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
578         Reported by Ludovic Courtès.
579         * build-aux/pmccabe2html: Improve example usage.
580         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
581
582 2009-11-06  Jim Meyering  <meyering@redhat.com>
583
584         do-release-commit-and-tag: New module.
585         Automate the release-commit and tag process.
586         * build-aux/do-release-commit-and-tag: New script, from coreutils.
587         * modules/do-release-commit-and-tag: New file.
588         * MODULES.html.sh (Support for maintaining and releasing): Add it.
589
590 2009-11-06  Simon Josefsson  <simon@josefsson.org>
591
592         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
593         because test-select.c uses inet_pton.
594
595 2009-11-06  Simon Josefsson  <simon@josefsson.org>
596
597         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
598         GETADDRINFO_LIB.  Bump serial number.
599         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
600         Suggested by Eric Blake <ebb9@byu.net>.
601
602 2009-11-05  Eric Blake  <ebb9@byu.net>
603
604         strtod: detect darwin bug
605         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
606         Reported by Leo Davis.
607
608         freopen-safer: new module
609         * modules/freopen-safer: New module.
610         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
611         * lib/freopen-safer.c (freopen_safer): New file.
612         * lib/stdio-safer.h (freopen_safer): New declaration.
613         * lib/stdio--.h (freopen): New override.
614         * MODULES.html.sh (File stream based Input/Output): Mention it.
615         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
616         freopen-safer module.
617         * doc/posix-functions/stderr.texi (stderr): Likewise.
618         * doc/posix-functions/stdin.texi (stdin): Likewise.
619         * doc/posix-functions/stdout.texi (stdout): Likewise.
620         * modules/freopen-safer-tests: New test.
621         * tests/test-reopen-safer.c: New file.
622
623 2009-11-05  Jim Meyering  <meyering@redhat.com>
624
625         maint.mk: Prohibit inclusion of "close-stream.h" without use.
626         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
627
628 2009-11-05  Simon Josefsson  <simon@josefsson.org>
629
630         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
631
632 2009-11-05  Simon Josefsson  <simon@josefsson.org>
633
634         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
635
636 2009-11-05  Simon Josefsson  <simon@josefsson.org>
637
638         Fix link error.
639         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
640         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
641
642 2009-11-05  Simon Josefsson  <simon@josefsson.org>
643
644         * tests/test-func.c: Also test value of __func__.
645
646 2009-11-05  Simon Josefsson  <simon@josefsson.org>
647
648         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
649         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
650
651 2009-11-05  Bruno Haible  <bruno@clisp.org>
652
653         Fix link error.
654         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
655         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
656         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
657
658 2009-11-05  Bruno Haible  <bruno@clisp.org>
659
660         Tests for module 'inet_pton'.
661         * modules/inet_pton-tests: New file.
662         * tests/test-inet_pton.c: New file.
663
664 2009-11-05  Bruno Haible  <bruno@clisp.org>
665
666         Tests for module 'inet_ntop'.
667         * modules/inet_ntop-tests: New file.
668         * tests/test-inet_ntop.c: New file.
669
670 2009-11-04  Eric Blake  <ebb9@byu.net>
671
672         stdlib-safer: wrap all mkstemp variants
673         * modules/mkostemp (configure.ac): Set witness.
674         * modules/mkostemps (configure.ac): Likewise.
675         * modules/mkstemps (configure.ac): Likewise.
676         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
677         (mkstemps_safer): Wrap more functions.
678         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
679         wrapping.
680         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
681         (mkstemps_safer): Implement the wrappers.
682
683         mkstemps, mkostemps: new modules
684         * modules/mkostemps: New module.
685         * modules/mkstemps: Likewise.
686         * lib/mkostemps.c (mkostemps): New file.
687         * lib/mkstemps.c (mkstemps): Likewise.
688         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
689         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
690         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
691         * modules/stdlib (Makefile.am): Substitute them.
692         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
693         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
694         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
695         * doc/gnulib.texi (Glibc stdlib.h): Include them.
696         * MODULES.html.sh (File system functions): Mention them.
697
698         tempname: resync from glibc
699         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
700         same values for __GT_FILE as glibc.  Abort even when assertions
701         are disabled.
702         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
703         match its value otherwise.  Allow idempotent inclusion.
704         * lib/mkdtemp.c (mkdtemp): Adjust caller.
705         * lib/mkostemp.c (mkostemp): Likewise.
706         * lib/mkstemp.c (mkstemp): Likewise.
707         * lib/tmpfile.c (tmpfile): Likewise.
708         * NEWS: Document this.
709
710         utimens: fix use of futimens on older Linux
711         * lib/utimens.c (fdutimens): Use updated, rather than original,
712         timespec to avoid bug in older Linux kernel.
713         Reported by Simon Josefsson.
714
715 2009-11-04  Bruno Haible  <bruno@clisp.org>
716
717         Make num_processors more flexible and consistent.
718         * lib/nproc.h (enum nproc_query): New type.
719         (num_processors): Add a 'query' argument.
720         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
721         (num_processors): Add a 'query' argument. Test the value of the
722         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
723         mingw, count the number of CPUs available for the current process.
724         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
725         Check for sched_getaffinity and sched_getaffinity_np.
726         * modules/nproc (Depends-on): Add c-ctype, extensions.
727         * NEWS: Mention the change.
728
729 2009-11-03  Bruno Haible  <bruno@clisp.org>
730
731         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
732
733 2009-11-03  Jim Meyering  <meyering@redhat.com>
734
735         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
736         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
737         if it is defined.
738
739 2009-11-02  Eric Blake  <ebb9@byu.net>
740
741         mktime, timegm: share common declaration
742         * lib/mktime-internal.h: New file.
743         * lib/mktime.c: Use it rather than open-coding a declaration.
744         * lib/timegm.c: Likewise.
745         * modules/mktime (Files): Ship it.
746         * modules/timegm (Files): Likewise.
747         Suggested by Bruno Haible.
748
749         test-update-copyright: update test to match script changes
750         * tests/test-update-copyright.sh: Avoid hard-coding perl
751         location.  Don't update *.bak created by earlier runs.
752
753 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
754             Simon Josefsson  <simon@josefsson.org>
755             Bruno Haible  <bruno@clisp.org>
756
757         Fix link error on Solaris 8.
758         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
759         also in libnsl. Define also INET_PTON_LIB.
760         * modules/inet_pton (Link): New section.
761
762 2009-11-02  Simon Josefsson  <simon@josefsson.org>
763             Bruno Haible  <bruno@clisp.org>
764
765         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
766         * modules/inet_ntop (Link): New section.
767         Reported by Boyan Kasarov <bkasarov@gmail.com>.
768
769 2009-11-02  Eric Blake  <ebb9@byu.net>
770
771         maint: avoid compiler warnings in m4 macros
772         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
773         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
774
775 2009-11-02  Simon Josefsson  <simon@josefsson.org>
776
777         * m4/pmccabe2html.m4: Remove file.
778         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
779         function.  Change maintainer.
780         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
781         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
782         Courtès).
783
784 2009-10-31  Eric Blake  <ebb9@byu.net>
785
786         fseeko: fix m4 regression
787         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
788         regression from 2009-10-27.
789         Reported by Ralf Wildenhues.
790
791 2009-10-31  Jim Meyering  <meyering@redhat.com>
792
793         inttostr: aesthetics and improved (compile-time) safety
794         Define inttype_is_signed rather than inttype_is_unsigned,
795         since the sole use is via "#if inttype_is_signed".
796         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
797         inttype_is_unsigned.
798         * lib/offtostr.c (inttype_is_signed): Likewise.
799         * lib/uinttostr.c (inttype_is_signed): Likewise.
800         * lib/umaxtostr.c (inttype_is_signed): Likewise.
801         * lib/inttostr.c (inttostr): Use verify to cross-check the
802         inttype_is_signed value and the signedness of the actual type.
803         * modules/inttostr (Depends-on): Add verify.
804
805 2009-10-30  Eric Blake  <ebb9@byu.net>
806
807         build: avoid compiler warnings
808         * lib/fchmodat.c (lchmod): Mark unused variables.
809         * lib/getopt.c (_getopt_initialize): Likewise.
810         * lib/mktime.c (__mktime_internal): Provide prototype.
811         * lib/inttostr.c (inttostr): Avoid compiler warning even with
812         older gcc that do not understand #pragma GCC diagnostic.
813         * lib/uinttostr.c (inttype_is_unsigned): Define.
814         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
815
816 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
817
818         stat: fix compilation on AIX
819         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
820         only see struct stat64.
821
822 2009-10-30  Eric Blake  <ebb9@byu.net>
823
824         exclude: make more robust
825         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
826         rather than masking a coding bug.
827         Suggested by Bruno Haible.
828
829 2009-10-30  Jim Meyering  <meyering@redhat.com>
830
831         perl scripts: remove #!/usr/bin/perl in favor of more portable...
832         Rather than putting #!/usr/bin/perl on the first line,
833         start with a variant of what's recommended by "man perlrun" that
834         invokes the first "perl" program from your shell's search path.
835         * build-aux/gitlog-to-changelog: Replace #!... as above.
836         Add a "Local Variables" perl mode setting.
837         Prompted by a patch from Ludovic Courtès.
838         Improved by Eric Blake.
839         * build-aux/useless-if-before-free: Likewise.
840         * build-aux/announce-gen: Likewise.
841         * build-aux/update-copyright: Likewise.
842
843 2009-10-29  Eric Blake  <ebb9@byu.net>
844
845         filenamecat-lgpl: adjust clients
846         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
847         filenamecat.
848         * modules/renameat (Depends-on): Likewise.
849
850         filenamecat: split into filenamecat-lgpl
851         * modules/filenamecat-lgpl: New module.
852         * modules/filenamecat (Files): Move library-safe files into
853         filenamecat-lgpl.
854         (Depends-on): Add filenamecat-lgpl.
855         (configure.ac): Declare witness.
856         * lib/filenamecat.h (file_name_concat): Only declare when using
857         GPL module.
858         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
859         Move...
860         * lib/filenamecat-lgpl.c: ...into new file.
861         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
862         (gl_FILE_NAME_CONCAT): Use it.
863         * MODULES.html.sh (File system functions): Mention new module.
864
865         argp: avoid memory leak
866         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
867         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
868         base_name, since the latter malloc()s and can call exit().
869         Leak introduced 2006-07-03.
870
871         dirname-lgpl: adjust clients that don't need full dirname
872         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
873         * modules/filenamecat (Depends-on): Likewise.
874         * modules/linkat (Depends-on): Likewise.
875         * modules/mkancesdirs (Depends-on): Likewise.
876         * modules/mkdir (Depends-on): Likewise.
877         * modules/openat (Depends-on): Likewise.
878         * modules/savewd (Depends-on): Likewise.
879         * modules/rename (Depends-on): Likewise.
880         (License): Relax license.
881         * modules/mkdir-tests (Depends-on): Drop progname.
882         (Makefile.am): Delete unneeded LDADD.
883         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
884
885         dirname: split into dirname-lgpl
886         * modules/dirname-lgpl: New module.
887         * modules/dirname (Files): Move library-safe files into
888         dirname-lgpl.
889         (Depends-on): Add dirname-lgpl.
890         (configure.ac): Declare witness.
891         * modules/double-slash-root (License): Relax license.
892         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
893         module.
894         * lib/dirname.c (dir_len, mdir_name): Move...
895         * lib/dirname-lgpl.c: ...into new file.
896         * lib/basename.c (last_component, base_len): Move...
897         * lib/basename-lgpl.c: ...into new file.
898         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
899         (gl_DIRNAME): Use it.
900         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
901         Mention new module.
902         * modules/dirname-tests (Depends-on): Add progname.
903         * tests/test-dirname.c (program_name): Delete.
904
905         mkdir: make safe for libraries
906         * modules/mkdir (Depends-on): Drop xalloc.
907         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
908         exit.
909
910         tests: avoid some compiler warnings
911         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
912         literals.
913         * tests/test-memchr.c (main): Avoid type mismatch.
914         * tests/test-arpa_inet.c (main): Avoid unused parameters.
915         * tests/test-base64.c (main): Likewise.
916         * tests/test-getdelim.c (main): Likewise.
917         * tests/test-gethostname.c (main): Likewise.
918         * tests/test-getline.c (main): Likewise.
919         * tests/test-netinet_in.c (main): Likewise.
920         * tests/test-select.c (open_server_socket, main): Likewise.
921         * tests/test-select-stdin.c (main): Likewise.
922         * tests/test-sockets.c (main): Likewise.
923         * tests/test-strsignal.c (main): Likewise.
924         * tests/test-sys_select.c (main): Likewise.
925         * tests/test-sys_socket.c (main): Likewise.
926         * tests/test-u64.c (main): Likewise.
927         * tests/test-xfprintf-posix.c (main): Likewise.
928         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
929
930         sockets: avoid compiler warning
931         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
932
933         maint: detect usage(1) and other suspicious exits
934         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
935
936 2009-10-29  Jim Meyering  <meyering@redhat.com>
937
938         timespec: long-to-int truncation could make timespec_cmp malfunction
939         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
940         a multiple of 2^32 nanoseconds as no difference.
941
942 2009-10-28  Jim Meyering  <meyering@redhat.com>
943
944         fprintftime: wrap macro code argument in "do {...} while(0)"
945         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
946         cpy macro must be a statement that can be followed by a semicolon.
947         Now that the else clause contains a comment and is hence longer
948         than one line, I require curly braces.  That in turn requires
949         that we wrap this code block in the standard do...while(0).
950
951         fprintftime: remove stray semicolon from previous change
952         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
953
954         fprintftime: avoid a warning about ignored fwrite return value
955         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
956         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
957         that is unsafe.
958         * modules/fprintftime (Depends-on): Add ignore-value.
959
960         exclude: avoid an unwarranted warning
961         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
962
963 2009-10-27  Eric Blake  <ebb9@byu.net>
964
965         fseek: avoid compilation failure when fflush is replaced
966         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
967         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
968         module is in use.
969         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
970         module is not in use; since REPLACE_FSEEK worked otherwise.
971         (GNULIB_FTELLO): Likewise for ftell.
972         Reported by Ian Beckwith and others.
973
974 2009-10-27  Bruno Haible  <bruno@clisp.org>
975
976         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
977         Reported by Jim Meyering.
978
979 2009-10-27  Jim Meyering  <jim@meyering.net>
980             Bruno Haible  <bruno@clisp.org>
981
982         Avoid warning despite dropping the return value of fwrite.
983         * lib/unicodeio.c: Include ignore-value.h.
984         (fwrite_success_callback): Explicitly ignore fwrite's return value.
985         * modules/unicodeio (Depends-on): Add ignore-value.
986
987 2009-10-26  Eric Blake  <ebb9@byu.net>
988
989         areadlinkat: fix fallback path
990         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
991         pointer and zero.
992
993 2009-10-22  Pádraig Brady  <P@draigBrady.com>
994
995         Use a better IO block size for modern systems
996         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
997         * lib/md2.c: Likewise.
998         * lib/md4.c: Likewise.
999         * lib/md5.c: Likewise.
1000         * lib/sha1.c: Likewise.
1001         * lib/sha256.c: Likewise.
1002         * lib/sha512.c: Likewise.
1003
1004 2009-10-22  Eric Blake  <ebb9@byu.net>
1005
1006         tests: avoid several compiler warnings
1007         * tests/test-getcwd.c (main): Avoid buffer underflow.
1008         * tests/test-getdate.c (main): String literals are not safe with
1009         putenv, so use setenv.  Declare unused argument.
1010         * modules/getdate-tests (Depends-on): Add setenv.
1011         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
1012         problems with string literals in char *.
1013         * tests/test-hash.c (main): Avoid shadowing declaration.
1014         (insert_new): Treat string literals as char const *.
1015         * tests/test-getopt.h (test_getopt): Likewise.
1016         (getopt_loop): Alter types to minimize casting elsewhere.
1017         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
1018         (test_getopt_long_posix): Likewise.
1019         (do_getopt_long): Add wrapper to minimize casting.
1020         * tests/test-atexit.c (clear_temp_file): Use void.
1021         * tests/test-areadlink-with-size.c (main): Declare unused
1022         arguments.
1023         * tests/test-areadlink.c (main): Likewise.
1024         * tests/test-areadlinkat-with-size.c (main): Likewise.
1025         * tests/test-areadlinkat.c (main): Likewise.
1026         * tests/test-canonicalize-lgpl.c (main): Likewise.
1027         * tests/test-canonicalize.c (main): Likewise.
1028         * tests/test-dirent-safer.c (main): Likewise.
1029         * tests/test-dirname.c (main): Likewise.
1030         * tests/test-dup2.c (main): Likewise.
1031         * tests/test-fchdir.c (main): Likewise.
1032         * tests/test-fcntl-h.c (main): Likewise.
1033         * tests/test-fcntl-safer.c (main): Likewise.
1034         * tests/test-fdopendir.c (main): Likewise.
1035         * tests/test-fdutimensat.c (main): Likewise.
1036         * tests/test-fflush.c (main): Likewise.
1037         * tests/test-filenamecat.c (main): Likewise.
1038         * tests/test-filevercmp.c (main): Likewise.
1039         * tests/test-fopen-safer.c (main): Likewise.
1040         * tests/test-fopen.c (main): Likewise.
1041         * tests/test-fpending.c (main): Likewise.
1042         * tests/test-fpurge.c (main): Likewise.
1043         * tests/test-freading.c (main): Likewise.
1044         * tests/test-fstatat.c (main): Likewise.
1045         * tests/test-fsync.c (main): Likewise.
1046         * tests/test-futimens.c (main): Likewise.
1047         * tests/test-getndelim2.c (main): Likewise.
1048         * tests/test-gettimeofday.c (main): Likewise.
1049         * tests/test-getopt.c (main): Likewise.
1050         * tests/test-i-ring.c (main): Likewise.
1051         * tests/test-inttypes.c (main): Likewise.
1052         * tests/test-link.c (main): Likewise.
1053         * tests/test-lstat.c (main): Likewise.
1054         * tests/test-math.c (main): Likewise.
1055         * tests/test-md5.c (main): Likewise.
1056         * tests/test-memchr2.c (main): Likewise.
1057         * tests/test-memrchr.c (main): Likewise.
1058         * tests/test-mkdir.c (main): Likewise.
1059         * tests/test-mkdirat.c (main): Likewise.
1060         * tests/test-mkfifoat.c (main): Likewise.
1061         * tests/test-open.c (main): Likewise.
1062         * tests/test-openat-safer.c (main): Likewise.
1063         * tests/test-openat.c (main): Likewise.
1064         * tests/test-quotearg.c (main): Likewise.
1065         * tests/test-rawmemchr.c (main): Likewise.
1066         * tests/test-readlink.c (main): Likewise.
1067         * tests/test-remove.c (main): Likewise.
1068         * tests/test-rename.c (main): Likewise.
1069         * tests/test-renameat.c (main): Likewise.
1070         * tests/test-rmdir.c (main): Likewise.
1071         * tests/test-sha1.c (main): Likewise.
1072         * tests/test-signal.c (main): Likewise.
1073         * tests/test-sigaction.c (main): Likewise.
1074         * tests/test-stat.c (main): Likewise.
1075         * tests/test-stat-time.c (main): Likewise.
1076         * tests/test-stddef.c (main): Likewise.
1077         * tests/test-stdint.c (main): Likewise.
1078         * tests/test-stdio.c (main): Likewise.
1079         * tests/test-stdlib.c (main): Likewise.
1080         * tests/test-strchrnul.c (main): Likewise.
1081         * tests/test-strerror.c (main): Likewise.
1082         * tests/test-string.c (main): Likewise.
1083         * tests/test-strtod.c (main): Likewise.
1084         * tests/test-strverscmp.c (main): Likewise.
1085         * tests/test-symlink.c (main): Likewise.
1086         * tests/test-symlinkat.c (main): Likewise.
1087         * tests/test-sys_stat.c (main): Likewise.
1088         * tests/test-sys_time.c (main): Likewise.
1089         * tests/test-time.c (main): Likewise.
1090         * tests/test-unistd.c (main): Likewise.
1091         * tests/test-unlink.c (main): Likewise.
1092         * tests/test-unlinkat.c (main): Likewise.
1093         * tests/test-utimens.c (main): Likewise.
1094         * tests/test-utimensat.c (main): Likewise.
1095         * tests/test-version-etc.c (main): Likewise.
1096         * tests/test-wchar.c (main): Likewise.
1097         * tests/test-wctype.c (main): Likewise.
1098         * tests/test-xprintf-posix.c (main): Likewise.
1099         * tests/test-posixtm.c (main): Likewise.
1100         (STREQ): Delete unused macro.
1101         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
1102         shadowed variables.
1103         * tests/test-memchr.c (main): Likewise.
1104
1105 2009-10-21  Eric Blake  <ebb9@byu.net>
1106
1107         areadlinkat: avoid failure on older glibc
1108         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
1109         rather than mis-comparing 0 against FUNC_RESULT of char*.
1110
1111 2009-10-21  Bruno Haible  <bruno@clisp.org>
1112
1113         * modules/stpncpy (License): Relicense under LGPLv2+.
1114         Reported by David Lutterkort <lutter@redhat.com>.
1115
1116 2009-10-20  Eric Blake  <ebb9@byu.net>
1117
1118         utimensat: work around Solaris 9 bug
1119         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
1120         has trailing slash bugs.
1121         * tests/test-lutimens.h (test_lutimens): Enhance test.
1122         * tests/test-utimens.h (test_utimens): Likewise.
1123         * doc/posix-functions/utime.texi (utime): Enhance documentation.
1124         * doc/posix-functions/utimes.texi (utimes): Likewise.
1125         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
1126         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
1127         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
1128         * doc/posix-functions/futimens.texi (futimens): Likewise.
1129
1130         fdutimensat: new module
1131         * modules/fdutimensat: New file.
1132         * lib/fdutimensat.c (fdutimensat): Likewise.
1133         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
1134         * MODULES.html.sh (File system functions): Mention module.
1135         * modules/fdutimensat-tests: New test.
1136         * tests/test-fdutimensat.c: Likewise.
1137
1138         doc: regenerate INSTALL
1139         * doc/INSTALL: Reflect recent autoconf update.
1140         * doc/INSTALL.ISO: Likewise.
1141         * doc/INSTALL.UTF-8: Likewise.
1142
1143 2009-10-20  Pádraig Brady  <P@draigBrady.com>
1144
1145         acl: warn if ACL support is not detected
1146         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
1147
1148 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
1149
1150         * lib/nproc.h: Add extern "C" block for C++.
1151
1152 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
1153             Bruno Haible  <bruno@clisp.org>
1154
1155         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
1156         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
1157         * doc/posix-functions/isalpha.texi: Likewise.
1158         * doc/posix-functions/isblank.texi: Likewise.
1159         * doc/posix-functions/iscntrl.texi: Likewise.
1160         * doc/posix-functions/isdigit.texi: Likewise.
1161         * doc/posix-functions/isgraph.texi: Likewise.
1162         * doc/posix-functions/islower.texi: Likewise.
1163         * doc/posix-functions/isprint.texi: Likewise.
1164         * doc/posix-functions/ispunct.texi: Likewise.
1165         * doc/posix-functions/isspace.texi: Likewise.
1166         * doc/posix-functions/isupper.texi: Likewise.
1167         * doc/posix-functions/isxdigit.texi: Likewise.
1168
1169 2009-10-18  Bruno Haible  <bruno@clisp.org>
1170
1171         Tests for module 'isblank'.
1172         * modules/isblank-tests: New file.
1173         * tests/test-isblank.c: New file.
1174
1175         New module 'isblank'.
1176         * lib/isblank.c: New file.
1177         * m4/isblank.m4: New file.
1178         * modules/isblank: New file.
1179         * doc/posix-functions/isblank.texi: Mention the new module.
1180
1181 2009-10-18  Bruno Haible  <bruno@clisp.org>
1182
1183         New module 'ctype'.
1184         * lib/ctype.in.h: New file.
1185         * m4/ctype.m4: New file.
1186         * modules/ctype: New file.
1187         * doc/posix-headers/ctype.texi: Mention the new module.
1188
1189 2009-10-18  Jim Meyering  <meyering@redhat.com>
1190
1191         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
1192         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
1193         right after its initialization, rather than farther down.
1194         Keeping these in close proximity makes it easier to ensure
1195         that each such variable is initialized.  E.g.,
1196
1197             LIB_CLOCK_GETTIME=
1198             AC_SUBST([LIB_CLOCK_GETTIME])
1199
1200         This change also increments these serial numbers.
1201         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
1202         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1203         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1204
1205 2009-10-18  Bruno Haible  <bruno@clisp.org>
1206
1207         Don't let environment variables perturb build.
1208         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
1209         (gl_PREREQ_GETHRXTIME): ... not here.
1210
1211 2009-10-18  Bruno Haible  <bruno@clisp.org>
1212
1213         Avoid symlink attack in localcharset module.
1214         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
1215         (O_NOFOLLOW): Define fallback.
1216         (get_charset_aliases): Don't open the file if it is a symbolic link.
1217         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
1218         gl_FCNTL_H.
1219         (gl_FCNTL_H): Require it.
1220         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
1221         * modules/localcharset (Files): Add m4/fcntl_h.m4.
1222         Reported by Fergal Glynn <fglynn@veracode.com>.
1223
1224 2009-10-18  Bruno Haible  <bruno@clisp.org>
1225
1226         Implement nproc for mingw.
1227         * lib/nproc.c: Include <windows.h>
1228         (num_processors): On native Windows platforms, try GetSystemInfo.
1229
1230 2009-10-18  Bruno Haible  <bruno@clisp.org>
1231
1232         Implement nproc for IRIX.
1233         * lib/nproc.c: Include <sys/sysmp.h>.
1234         (num_processors): On IRIX systems, try sysmp.
1235         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
1236
1237 2009-10-18  Bruno Haible  <bruno@clisp.org>
1238
1239         Implement nproc for HP-UX.
1240         * lib/nproc.c: Include <sys/pstat.h>
1241         (num_processors): On HP-UX systems, try pstat_getdynamic.
1242         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
1243         pstat_getdynamic.
1244
1245 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
1246             Bruno Haible  <bruno@clisp.org>
1247
1248         Implement nproc for NetBSD, OpenBSD.
1249         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
1250         (ARRAY_SIZE): New macro.
1251         (num_processors): On BSD systems, try sysctl of HW_NCPU.
1252         * m4/nproc.m4: New file.
1253         * modules/nproc (Files): Add m4/nproc.m4.
1254         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
1255         (Makefile.am): Instead, augment lib_SOURCES.
1256
1257 2009-10-18  Bruno Haible  <bruno@clisp.org>
1258
1259         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
1260         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
1261         sys/param.h.
1262
1263 2009-10-16  Eric Blake  <ebb9@byu.net>
1264
1265         utimensat: new module
1266         * modules/utimensat: New file.
1267         * lib/utimensat.c (utimensat): Likewise.
1268         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
1269         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
1270         so we can work around Linux bugs.
1271         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
1272         * modules/sys_stat (Makefile.am): Substitute them.
1273         * lib/sys_stat.in.h (utimensat): Declare it.
1274         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
1275         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
1276         * modules/utimensat-tests: New test.
1277         * tests/test-utimensat.c: Likewise.
1278
1279         utimens: let lutimens work on non-symlinks
1280         * lib/utimens.c (lutimens): Fall back to utimens rather than
1281         failing with ENOSYS, when file is not a symlink.
1282         (utimens): Reduce redirection.
1283         * tests/test-lutimens.h (test_lutimens): Update test to cover
1284         non-symlinks.
1285         * tests/test-utimens.h (test_utimens): Update test to cover
1286         symlinks.
1287         * tests/test-utimens.c (main): Update caller.
1288
1289         utimens: cache whether utimensat syscall works
1290         * lib/utimens.c (utimensat_works_really): New cache variable.
1291         (fdutimens, lutimens): Use it to avoid failing syscall.
1292
1293         test-stat-time, test-utimens: improve portability
1294         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
1295         ext4 on alpha, and for cygwin.
1296         * tests/test-utimens-common.h: New file.
1297         (nap): Factor delays into single function.
1298         * tests/test-lutimens.h (test_lutimens): Use new header.
1299         * tests/test-futimens.h (test_futimens): Likewise.
1300         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
1301         timestamps to occur from same machine, as was done previously for
1302         test_utimens.
1303         * modules/utimens-tests (Files): Ship new file.
1304         * modules/futimens-tests (Files): Likewise.
1305         Reported in part by Jim Meyering.
1306
1307         sys_stat: sort replacement declarations
1308         * lib/sys_stat.in.h: Sort declarations.
1309         * lib/futimens.c (futimens): Fix typo.
1310
1311 2009-10-15  Jim Meyering  <meyering@redhat.com>
1312
1313         don't let environment settings perturb build
1314         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
1315         could cause a configure-time and/or build-time malfunction.
1316         Typically, a configure-time function-in-library test is performed
1317         via code like this:
1318
1319           LIB_VAR=
1320           AC_SUBST([LIB_VAR])
1321           prefix_saved_LIBS=$LIBS
1322             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
1323                        [test "$ac_cv_search_FUNC" = "none required" ||
1324                         LIB_VAR=$ac_cv_search_FUNC])
1325           LIBS=$prefix_saved_LIBS
1326
1327         However, in each of the files affected by this change, the LIB_VAR=
1328         initialization was omitted.  Thus, when set in the environment, its
1329         value would propagate into generated Makefiles when FUNC is not found
1330         in LIB_NAME.
1331         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
1332         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1333         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1334
1335 2009-10-14  Eric Blake  <ebb9@byu.net>
1336
1337         fchdir: avoid infinite recursion in mingw
1338         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
1339         recursing.
1340
1341         test-stat-time: port to mingw
1342         * tests/test-stat-time.c (force_unlink): Return a value.
1343         (test_ctime) [W32]: Fix compilation error.
1344         (nap): Don't call usleep with too large an argument.  Use
1345         force_unlink.
1346         * doc/pastposix-functions/usleep.texi (usleep): Document the
1347         portability issue.
1348
1349 2009-10-13  Jim Meyering  <meyering@redhat.com>
1350
1351         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
1352         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
1353         * modules/pipe-filter-ii: Likewise.
1354         * modules/sys_socket-tests: Likewise.
1355         * modules/tsearch-tests: Likewise.
1356         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
1357         (check): Depend on it.
1358
1359 2009-10-12  Eric Blake  <ebb9@byu.net>
1360
1361         utimens-tests: port to NFS file systems
1362         * tests/test-utimens.h (test_utimens): Refactor utimecmp
1363         comparisons to avoid spurious failures from timestamp drift
1364         between NFS machines.
1365
1366 2009-10-12  Eric Blake  <ebb9@byu.net>
1367
1368         stat-time-tests: minor cleanups
1369         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
1370         * tests/test-stat-time.c (nap): Separate assignment from call.
1371         Suggested by Paolo Bonzini and Bruno Haible.
1372
1373         sys_stat: guarantee struct timespec
1374         * lib/sys_stat.in.h (includes): Always include <time.h>
1375         * modules/sys_stat (Depends-on): Add time.
1376         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
1377         mode_t permission values.
1378         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
1379         get at subsecond timestamps.
1380
1381 2009-10-10  Eric Blake  <ebb9@byu.net>
1382
1383         futimens: new module
1384         * modules/futimens: New file.
1385         * lib/futimens.c (futimens): Likewise.
1386         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
1387         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
1388         we can work around Linux bugs.
1389         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
1390         * modules/sys_stat (Makefile.am): Substitute them.
1391         * lib/sys_stat.in.h (futimens): Declare it.
1392         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
1393         * doc/posix-functions/futimens.texi (futimens): Likewise.
1394         * modules/futimens-tests: New test.
1395         * tests/test-futimens.c: Likewise.
1396
1397         utimens: introduce fdutimens
1398         * lib/utimens.h (fdutimens): New prototype.
1399         * lib/utimens.c (gl_futimens): Move guts...
1400         (fdutimens): ...to new interface.
1401         * tests/test-utimens.c (do_fdutimens): Use it.
1402
1403         utimens: add UTIME_NOW and UTIME_OMIT support
1404         * lib/utimens.c (validate_timespec, update_timespec): New helper
1405         functions.
1406         (gl_futimens, lutimens): Use them.
1407         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
1408         stdbool, sys_stat.
1409         (Link): Mention resulting library dependency.
1410         * modules/utimecmp (Link): Likewise.
1411         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
1412         (Makefile.am): Pick up library dependency.
1413         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
1414         definition.
1415         * tests/test-sys_stat.c: Test the definitions.
1416         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
1417         * NEWS: Document library dependency.
1418
1419         utimecmp: support symlink timestamps
1420         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
1421         hashing when possible.  Use pathconf when available.
1422         (SYSCALL_RESOLUTION): Recognize tighter resolution.
1423         * modules/utimecmp (Depends-on): Add lstat.
1424
1425         utimens: add lutimens interface
1426         * lib/utimens.c (lutimens): New function.
1427         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
1428         * lib/utimens.h (lutimens): Declare new interface.
1429         * tests/test-utimens.c (main): Enhance test.
1430         * tests/test-lutimens.h (test_lutimens): New file.
1431         * modules/utimens-tests (Files): Distribute it.
1432         (Depends-on): Add symlink.
1433         (configure.ac): Check for usleep.
1434
1435         utimens: validate futimens usage
1436         * lib/utimens.c (gl_futimens): Require valid fd up front, using
1437         fewer syscalls on failure later on.  Avoid compiler warning on
1438         mingw.
1439         * modules/utimens (Depends-on): Add dup2.
1440
1441         utimens: add test
1442         * modules/utimens-tests: New test.
1443         * tests/test-utimens.h: New file.
1444         * tests/test-futimens.h: Likewise.
1445         * tests/test-utimens.c: Likewise.
1446
1447         doc: mention timestamp portability issues
1448         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
1449         instead.
1450         * doc/posix-functions/utime.texi (utime): Likewise.
1451         * doc/posix-functions/utimes.texi (utimes): Likewise.
1452         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
1453         instead.
1454         * doc/posix-functions/futimens.texi (futimens): Mention utimens
1455         module.
1456         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
1457         Mention weakness with symlink timestamps.
1458         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
1459         to utimensat/futimens instead.
1460         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
1461
1462         test-dup2: enhance test
1463         * tests/test-dup2.c (main): Also check AT_FDCWD.
1464
1465         test-stat-time: avoid more spurious failures
1466         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
1467         xfs; and avoid race if the two timestamps cross quantization edge.
1468
1469         relocatable: prefer 'file system' over 'filesystem'
1470         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
1471         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
1472         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
1473         * doc/relocatable.texi (Enabling Relocatability): Likewise.
1474         * lib/relocatable.c (compute_curr_prefix): Likewise.
1475
1476 2009-10-10  Jim Meyering  <meyering@redhat.com>
1477
1478         stat-time-tests: check for the usleep function
1479         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
1480
1481 2009-10-10  Bruno Haible  <bruno@clisp.org>
1482
1483         * modules/xnanosleep: Put the Link section after the Include section.
1484
1485 2009-10-09  Eric Blake  <ebb9@byu.net>
1486
1487         dup2: work around FreeBSD 6.1 bug
1488         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
1489         * doc/posix-functions/dup2.texi (dup2): Document it.
1490         Reported by Nelson H. F. Beebe and Jim Meyering.
1491
1492         test-stat-time: port to buggy NFS clients
1493         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
1494         (test_ctime): Also skip test if mtime and ctime are skewed.
1495
1496         maint: prefer 'file system' over 'filesystem'
1497         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
1498         * doc/posix-functions/lstat.texi (lstat): Likewise.
1499         * lib/file-has-acl.c (file_has_acl): Likewise.
1500         * lib/fwriteerror.c [TEST]: Likewise.
1501         * tests/test-areadlink.h (test_areadlink): Likewise.
1502         * tests/test-areadlinkat-with-size.c (main): Likewise.
1503         * tests/test-areadlinkat.c (main): Likewise.
1504         * tests/test-canonicalize-lgpl.c (main): Likewise.
1505         * tests/test-canonicalize.c (main): Likewise.
1506         * tests/test-fstatat.c (main): Likewise.
1507         * tests/test-linkat.c (main): Likewise.
1508         * tests/test-lstat.h (test_lstat_func): Likewise.
1509         * tests/test-mkdir.h (test_mkdir): Likewise.
1510         * tests/test-readlink.h (test_readlink): Likewise.
1511         * tests/test-remove.c (main): Likewise.
1512         * tests/test-rename.h (test_rename): Likewise.
1513         * tests/test-renameat.c (main): Likewise.
1514         * tests/test-rmdir.h (test_rmdir_func): Likewise.
1515         * tests/test-symlink.h (test_symlink): Likewise.
1516         * tests/test-symlinkat.c (main): Likewise.
1517         * tests/test-unlink.h (test_unlink_func): Likewise.
1518         * tests/test-unlinkat.c (main): Likewise.
1519
1520         maint: make realtime library usage explicit
1521         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
1522         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
1523         * modules/settime (Link): Likewise.
1524         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
1525
1526         test-stat-time: speed up execution
1527         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
1528         warning on mingw.
1529         (nap): New helper function.
1530         (prepare_test): Use it to reduce sleep time.
1531         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
1532         execution.
1533         * modules/stat-time-tests (configure.ac): Check for usleep.
1534
1535 2009-10-09  Jim Meyering  <meyering@redhat.com>
1536
1537         selinux-h: always use getfilecon wrappers
1538         * lib/getfilecon.c: New file.
1539         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
1540         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
1541         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
1542         (fgetfilecon): Provide a stub.
1543         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
1544         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
1545         file unconditionally.
1546         When <selinux/selinux.h> is found, arrange to use wrappers.
1547         * modules/selinux-h (Files): Add getfilecon.c.
1548         (Makefile.am): Substitute include-next-related bits
1549         into the now-always-generated selinux/selinux.h file.
1550         * doc/glibc-functions/lgetfilecon.texi: New file.
1551         * doc/glibc-functions/fgetfilecon.texi: New file.
1552         * doc/glibc-functions/getfilecon.texi: New file.
1553         * doc/glibc-functions/getfilecon-desc.texi: New file.
1554         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
1555         which to pull in the new files.
1556         * MODULES.html.sh (Misc): Add selinux-h.
1557
1558 2009-10-08  Jim Meyering  <meyering@redhat.com>
1559
1560         unistd: fix comment typo
1561         * lib/unistd.in.h (euidaccess): Fix a comment typo.
1562
1563 2009-10-08  Eric Blake  <ebb9@byu.net>
1564
1565         areadlink: use SIZE_MAX consistently
1566         * modules/areadlink (Depends-on): Add stdint.
1567         * modules/areadlink-with-size (Depends-on): Likewise.
1568         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
1569         gives NULL; drop sys/types, since unistd gives size_t; and add
1570         stdint for SIZE_MAX.
1571         (SIZE_MAX): Rely on headers.
1572         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
1573         and add stdint.
1574         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
1575         (SIZE_MAX): Likewise.
1576         (INITIAL_BUF_SIZE): Turn into enum.
1577         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
1578
1579 2009-10-08  Jim Meyering  <meyering@redhat.com>
1580
1581         areadlinkat: avoid compilation failure
1582         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
1583         Fix typo in comment.
1584
1585 2009-10-07  Eric Blake  <ebb9@byu.net>
1586
1587         areadlinkat-with-size: new module
1588         * modules/areadlinkat-with-size: New module.
1589         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
1590         * lib/areadlink.h (areadlinkat): Declare it.
1591         * MODULES.html.sh (File system functions): Mention it.
1592         * modules/areadlinkat-with-size-tests: New test.
1593         * tests/test-areadlinkat-with-size.c: New file.
1594
1595         xreadlinkat: new module
1596         * modules/xreadlinkat: New module.
1597         * lib/xreadlinkat.c (xreadlinkat): New file.
1598         * lib/xreadlink.h (xreadlinkat): Declare it.
1599         * MODULES.html.sh (File system functions): Mention it.
1600
1601         areadlinkat: new module
1602         * lib/at-func.c (FUNC_FAIL): New define.
1603         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
1604         * modules/areadlinkat: New module.
1605         * lib/linkat.c (areadlinkat): Move...
1606         * lib/areadlinkat.c (areadlinkat): ...to new file.
1607         * lib/areadlink.h (areadlinkat): Declare it.
1608         * modules/linkat (Depends-on): Add areadlinkat.
1609         * MODULES.html.sh (File system functions): Mention it.
1610         * modules/areadlinkat-tests: New test.
1611         * tests/test-areadlinkat.c: New file.
1612
1613         areadlink, areadlink-with-size: add tests
1614         * modules/areadlink-tests: New test.
1615         * modules/areadlink-with-size-tests: Likewise.
1616         * tests/test-areadlink.h: New file.
1617         * tests/test-areadlink.c: Likewise.
1618         * tests/test-areadlink-with-size.c: Likewise.
1619
1620         maint: minor cleanups
1621         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
1622         _UNUSED_PARAMETER_ instead.
1623         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
1624         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
1625         * modules/linkat-tests (Files): Distribute test-link.h.
1626
1627         openat, utimens: whitespace cleanup
1628         * lib/openat.c: Prefer space throughout, rather than mix of 8
1629         spaces vs. tabs.
1630         * lib/at-func.c: Likewise.
1631         * lib/utimens.c: Likewise.
1632
1633         openat: avoid using wrong fd
1634         * lib/openat.c (openat_permissive): Reject user's fd if saving the
1635         working directory chooses same fd.
1636         * lib/at-func.c (AT_FUNC_NAME): Likewise.
1637
1638         mkdir, mkdirat: fix cygwin 1.5.x bug
1639         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
1640         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
1641         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
1642         bug.
1643         (gl_PREREQ_MKDIR): Delete unused macro.
1644         * modules/mkdir (Files): Track file rename.
1645         (configure.ac): Update macro name.
1646         * modules/openat (Depends-on): Add mkdir.
1647         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
1648
1649         mkdir, mkdirat: add tests
1650         * modules/mkdir-tests: New test.
1651         * tests/test-mkdir.h: New file.
1652         * tests/test-mkdir.c: Likewise.
1653         * tests/test-mkdirat.c: Likewise.
1654         * modules/openat-tests (Files): Add new files.
1655         (Makefile.am): Run new test.
1656
1657 2009-10-06  Eric Blake  <ebb9@byu.net>
1658
1659         doc: tweak *at function documentation
1660         * doc/posix-functions/faccessat.texi (faccessat): Mention
1661         known issue with replacement.
1662         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
1663         * doc/posix-functions/linkat.texi (linkat): Likewise.
1664         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
1665         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
1666         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
1667         * doc/posix-functions/renameat.texi (renameat): Likewise.
1668         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
1669
1670         openat: fix GNU/Hurd bug in unlinkat
1671         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
1672         broken.
1673         * doc/posix-functions/unlink.texi (unlink): Document this.
1674         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
1675
1676         fdopendir: fix GNU/Hurd bug
1677         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
1678         allowing non-directory fds.
1679         * lib/fdopendir.c (rpl_fdopendir): Work around it.
1680         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
1681         * modules/dirent (Makefile.am): Substitute it.
1682         * lib/dirent.in.h (fdopendir): Declare replacement.
1683         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
1684         * tests/test-fdopendir.c (main): Test something other than
1685         /dev/null, since on Hurd that behaves like a directory.
1686
1687         test-symlink: port to GNU/Hurd
1688         * tests/test-symlink.h (test_symlink): Relax expected errno.
1689
1690         doc: tweak more cygwin information
1691         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
1692         now compatible with glibc.
1693         * doc/posix-functions/getopt.texi (getopt): Likewise.
1694
1695         getopt-gnu: add another test
1696         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
1697         guarantee behavior relied on by m4.
1698         * tests/test-getopt.c (main): Use it.
1699         * modules/getopt-posix-tests (Depends-on): Add setenv.
1700         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
1701
1702         getopt: fix compilation on darwin
1703         * lib/getopt.in.h (includes): Leave breadcrumbs during system
1704         include.
1705         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
1706         Reported by Ludovic Courtès.
1707
1708 2009-10-06  Bruno Haible  <bruno@clisp.org>
1709
1710         * modules/size_max (Description): Discourage its use.
1711         Reported by Simon Josefsson.
1712
1713 2009-10-06  Jim Meyering  <meyering@redhat.com>
1714
1715         linkat: avoid compilation failure
1716         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
1717
1718 2009-10-05  Eric Blake  <ebb9@byu.net>
1719
1720         linkat: support Linux 2.6.17
1721         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
1722         linkat on Linux, but allow cache variable override.
1723         * lib/linkat.c (rpl_linkat): Define override.
1724         * modules/linkat (Depends-on): Add symlinkat.
1725         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
1726         * modules/unistd (Makefile.am): Substitute it.
1727         * lib/unistd.in.h (linkat): Declare replacement.
1728         Reported by Pádraig Brady.
1729
1730         quotearg: port test to systems with C.UTF-8 locale
1731         * tests/test-quotearg.c (struct result_strings): Add another
1732         member, differentiating between C.ASCII and C.UTF-8 handling.
1733         (compare_strings): Add parameter.
1734         (main): Adjust all callers.
1735
1736         getopt: avoid clash with FreeBSD _getopt_internal
1737         * lib/getopt.in.h (_getopt_internal): Override the name.
1738         * lib/getopt_int.h (includes): Pick up any overrides.
1739         Reported by Reuben Thomas.
1740
1741         hash: allow C89 compilation
1742         * lib/hash.c (check_tuning): Move declaration before statement.
1743         Reported by Reuben Thomas.
1744
1745 2009-10-05  Karl Berry  <karl@gnu.org>
1746
1747         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
1748
1749 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
1750             Bruno Haible  <bruno@clisp.org>
1751
1752         * lib/uname.c (uname): Use a table-driven algorithm to compute
1753         Windows NT versions.
1754
1755 2009-10-04  Bruno Haible  <bruno@clisp.org>
1756
1757         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
1758         program_invocation_short_name.
1759         * modules/progname (configure.ac): Test for presence of
1760         program_invocation_short_name.
1761         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
1762
1763 2009-10-04  Bruno Haible  <bruno@clisp.org>
1764
1765         * lib/progname.c (set_program_name): Fix comment.
1766         Reported by Jim Meyering.
1767
1768 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
1769             Bruno Haible  <bruno@clisp.org>
1770
1771         * lib/uname.c: Include <string.h>.
1772         (uname): Do only one call to GetVersionEx in the common case.
1773
1774 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
1775             Bruno Haible  <bruno@clisp.org>
1776
1777         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
1778         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
1779         (uname): Add support for Windows CE and various non-x86 CPU types.
1780
1781 2009-10-03  Bruno Haible  <bruno@clisp.org>
1782
1783         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
1784         invocation to tests/configure.ac.
1785         Reported by Ian Beckwith <ianb@erislabs.net>.
1786
1787 2009-10-02  Eric Blake  <ebb9@byu.net>
1788
1789         fchdir: avoid compiler warning
1790         * lib/fchdir.c (canonicalize_file_name)
1791         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
1792
1793         test-open: support mingw errno values
1794         * tests/test-open.h (test_open): Relax test.
1795         * tests/test-fopen.h (test_fopen): Likewise.
1796         * tests/test-openat-safer.c (main): Likewise.
1797
1798         open: fix opening directory on mingw
1799         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
1800
1801         test-open: on GNU/Hurd, /dev/null is a directory
1802         * tests/test-fopen.h (main): Rename...
1803         (test_fopen): ...to this.  Use a guaranteed non-directory when
1804         confirming open behavior on trailing slash.
1805         * tests/test-openat-safer.c (main): Likewise.
1806         * tests/test-open.h (main): Likewise....
1807         (test_open): ...to this.
1808         * tests/test-fopen.c (main): Adjust caller.
1809         * tests/test-fopen-safer.c (main): Likewise.
1810         * tests/test-open.c (main): Likewise.
1811         * tests/test-fcntl-safer.c (main): Likewise.
1812         Reported by Samuel Thibault.
1813
1814         rename, fchdir: don't ignore chdir failure
1815         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
1816         * lib/rename.c (rpl_rename) [W32]: Likewise.
1817         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
1818         an empty destination directory if source cannot be renamed,
1819         although there is still possibility for failure.
1820         * doc/posix-functions/rename.texi (rename): Document the race.
1821         Reported by Jim Meyering.
1822
1823         maint: cleanup whitespace in recent commits
1824         * lib/rename.c (rpl_rename): Remove tabs.
1825         * tests/test-link.h (test_link): Likewise.
1826         * lib/fchdir.c (get_name): Likewise.
1827         Reported by Jim Meyering.
1828
1829 2009-10-02  Ben Pfaff  <blp@gnu.org>
1830
1831         relocatable-prog-wrapper: Add missing dependency on
1832         double-slash-root.
1833         * modules/relocatable-prog-wrapper: Add dependency.
1834         Reported by Ian Beckwith <ianb@erislabs.net>.
1835
1836 2009-10-02  Eric Blake  <ebb9@byu.net>
1837
1838         renameat: fix Solaris bugs
1839         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
1840         needed fixing.
1841         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
1842         * modules/stdio (Makefile.am): Substitute it.
1843         * lib/stdio.in.h (renameat): Declare replacement.
1844         * lib/renameat.c (rpl_renameat): Implement fix.
1845
1846         renameat: new module
1847         * modules/renameat: New file.
1848         * lib/renameat.c (renameat): Likewise.
1849         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
1850         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
1851         * modules/stdio (Makefile.am): Substitute them.
1852         * lib/stdio.in.h (renameat): Declare it.
1853         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
1854         * doc/posix-functions/renameat.texi (renameat): Likewise.
1855         * modules/renameat-tests: New test.
1856         * tests/test-renameat.c: Likewise.
1857
1858         rename: fix mingw bugs
1859         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
1860         directory overwrite bugs.
1861
1862         rename: fix another cygwin 1.5 bug
1863         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
1864         checks.
1865         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
1866         unnecessary cygwin workarounds.  Also work around bug with moving
1867         full directory onto an empty one.
1868         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
1869
1870         rename-dest-slash: merge into rename module
1871         * modules/rename-dest-slash (Status): Mark obsolete.
1872         (Depends-on): Add rename.
1873         (Files): Let rename do it all.
1874         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
1875         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
1876         * m4/rename-dest-slash.m4: ...so this file can be deleted.
1877         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
1878         * lib/rename.c (rpl_rename): Update comments.
1879
1880         rename: fix cygwin 1.5.x bugs
1881         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
1882         * lib/rename.c (rpl_rename): Work around them.
1883         * modules/rename (Depends-on): Add same-inode.
1884
1885         rename: fix Solaris 10 bug
1886         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
1887         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
1888         was the only bug.
1889
1890         rename: fix Solaris 9 bug
1891         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
1892         on non-directory.  Avoid calling exit.
1893         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
1894         strdup.
1895         * modules/rename-tests (Depends-on): Drop lstat.
1896         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
1897         (gl_PREREQ_RENAME): Delete unused macro.
1898
1899         rename-dest-slash: fix NetBSD bug
1900         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
1901         links.
1902         * modules/rename-dest-slash (Depends-on): Add same-inode.
1903
1904         rename-tests: new test, exposes several platform bugs
1905         * modules/rename-tests: New file.
1906         * tests/test-rename.h: Likewise.
1907         * tests/test-rename.c: Likewise.
1908         * doc/posix-functions/rename.texi (rename): Improve documentation,
1909         including bugs that will eventually be fixed in gnulib.
1910
1911 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
1912
1913         * lib/uname.c: Include <stdlib.h>
1914         (uname): Assume version info is available.
1915
1916 2009-10-02  Jim Meyering  <meyering@redhat.com>
1917
1918         gnu-web-doc-update: correct --help output
1919         * build-aux/gnu-web-doc-update: Make --help output relevant.
1920
1921         gnu-web-doc-update: add standard options
1922         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
1923
1924         gnu-web-doc-update: New module.
1925         Use this script to automatically update the on-line web documentation
1926         for your GNU project at http://www.gnu.org/software/$pkg/manual/
1927         * modules/gnu-web-doc-update: New file, from coreutils.
1928         * build-aux/gnu-web-doc-update: New script.
1929
1930 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
1931
1932         link: LoadLibrary is not needed.
1933         * lib/link.c: Use GetModuleHandle.
1934
1935 2009-10-01  Eric Blake  <ebb9@byu.net>
1936
1937         getopt: bump serial number
1938         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
1939         change.
1940
1941         tests: tighten link, rmdir, and remove tests
1942         * tests/test-link.h (includes): No need to use <config.h> here.
1943         Clean up if directory hard link was created, otherwise test for
1944         trailing '.'.
1945         * tests/test-linkat.c (main): Simplify.
1946         * tests/test-remove.c (main): Enhance test for trailing '.'.
1947         * tests/test-rmdir.h (test_rmdir_func): Likewise.
1948
1949 2009-10-01  Jim Meyering  <meyering@redhat.com>
1950
1951         maint.mk: requiring "make major" was annoying, for a "minor" release.
1952         What is intended is "stable", to contrast with alpha and beta,
1953         so require "make stable", not "make major".
1954         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
1955         (get_tool_versions): Likewise.
1956         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
1957
1958 2009-09-30  Ben Pfaff  <blp@gnu.org>
1959
1960         Fix broken build of replacement for Windows tmpfile().
1961         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
1962         flags argument added along with the 'mkostemp' module.
1963
1964 2009-09-28  Bruno Haible  <bruno@clisp.org>
1965
1966         Avoid identifier clash with POSIX function 'remove' defined as a macro.
1967         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
1968         to 'remove_elt'.
1969         (gl_list_remove): Update.
1970         * lib/gl_list.c (gl_list_remove): Update.
1971         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
1972         to 'remove_elt'.
1973         (gl_oset_remove): Update.
1974         * lib/gl_list.c (gl_oset_remove): Update.
1975         Reported by Eric Blake.
1976
1977 2009-09-28  Eric Blake  <ebb9@byu.net>
1978
1979         doc: mention yet more cygwin 1.7 status
1980         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
1981         cygwin.
1982         * doc/glibc-functions/execvpe.texi (execvpe): New file.
1983         * doc/gnulib.texi (Glibc unistd.h): Mention it.
1984
1985         argp: fix test failure
1986         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
1987         that are not upper-case.  Pass correct range to tolower.
1988
1989 2009-09-27  Jim Meyering  <meyering@redhat.com>
1990
1991         test-yesno: work around sparc-dash here-document infelicity
1992         Without this change, the literal \177 byte in a here document
1993         would make dash 0.5.5.1-3 access uninitialized memory.
1994         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
1995         Instead, use a marker, "@", and filter through tr to create the desired
1996         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
1997
1998 2009-09-27  Bruno Haible  <bruno@clisp.org>
1999
2000         Disable untested support for new flavours of ACLs on AIX.
2001         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
2002         progress.
2003         * lib/set-mode-acl.c (qset_acl): Likewise.
2004
2005 2008-12-07  Bruno Haible  <bruno@clisp.org>
2006
2007         Add support for new flavours of ACLs on AIX. (Untested.)
2008         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
2009         (file_has_acl): Add support for newer AIX.
2010         * lib/set-mode-acl.c (qset_acl): Likewise.
2011         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
2012         Rainer Tammer <tammer@tammer.net>.
2013
2014 2009-09-26  Eric Blake  <ebb9@byu.net>
2015
2016         argp: fix compilation of getopt
2017         * lib/getopt.in.h (includes): Use different guard than glibc.
2018         Reported by Sergey Poznyakoff.
2019
2020         doc: mention more cygwin 1.7 status
2021         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
2022         bug.
2023         * doc/posix-functions/execl.texi (execl): Likewise.
2024         * doc/posix-functions/execle.texi (execle): Likewise.
2025         * doc/posix-functions/execlp.texi (execlp): Likewise.
2026         * doc/posix-functions/execv.texi (execv): Likewise.
2027         * doc/posix-functions/execve.texi (execve): Likewise.
2028         * doc/posix-functions/execvp.texi (execvp): Likewise.
2029         * doc/glibc-functions/canonicalize_file_name.texi
2030         (canonicalize_file_name): Cygwin 1.7 now provides this.
2031         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
2032         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
2033         on AT_SYMLINK_NOFOLLOW.
2034
2035 2009-09-24  Eric Blake  <ebb9@byu.net>
2036
2037         test-linkat: make test more robust
2038         * tests/test-linkat.c (main): Avoid collision with EEXIST.
2039
2040         getopt: fix inclusion guards for cygwin
2041         * modules/getopt-posix (Depends-on): Add include-next.
2042         (Makefile.am): Substitute more items in replacement header.
2043         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
2044         <getopt.h>.
2045         * lib/getopt.in.h (includes): Use split inclusion guard, and
2046         prefer <getopt.h> over include <unistd.h> when one is present.
2047         (option): Also override name of 'struct option'.
2048
2049         same-inode: revert prior change; it is not yet ready
2050         * NEWS: Undo mention of this change.
2051         * lib/same-inode.h (same-inode.h): Undo tri-state change.
2052         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
2053         * lib/cycle-check.c (cycle_check): Likewise.
2054         * lib/same.c (same_name): Likewise.
2055         * lib/at-func2.c (at_func2): Likewise.
2056
2057 2009-09-23  Eric Blake  <ebb9@byu.net>
2058
2059         linkat: new module
2060         * modules/linkat: New file.
2061         * lib/at-func2.c (at_func2): Likewise.
2062         * lib/linkat.c (linkat): Likewise.
2063         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
2064         * lib/openat-priv.h (at_func2): Add declaration.
2065         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
2066         * modules/unistd (Makefile.am): Substitute them.
2067         * lib/unistd.in.h (linkat): Declare it.
2068         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
2069         * doc/posix-functions/linkat.texi (linkat): Likewise.
2070         * doc/posix-functions/link.texi (link): Tweak wording.
2071         * tests/test-link.c (main): Move guts...
2072         * tests/test-link.h (test_link): ...into new file.
2073         * modules/linkat-tests: New test.
2074         * tests/test-linkat.c: Likewise.
2075         * modules/link-tests (Files): Ship new file.
2076         (Depends-on): Add stdbool.
2077
2078         dirname: add library-safe mdir_name
2079         * lib/dirname.h (mdir_name): New prototype.
2080         * lib/dirname.c (dir_name): Move guts...
2081         (mdir_name): ...to new function that avoids xalloc_die.
2082
2083         fchdir: another mingw fix
2084         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
2085         * lib/fchdir.c (get_name): New helper method; skips canonicalize
2086         on mingw (where it has not yet been ported), and make it optional
2087         elsewhere.
2088         (_gl_register_fd): Use it.
2089
2090         same-inode: make SAME_INODE tri-state, to port to mingw
2091         * NEWS: Mention this change.
2092         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
2093         st_ino always being 0.
2094         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
2095         * lib/cycle-check.c (cycle_check): Likewise.
2096         * lib/same.c (same_name): Likewise.
2097
2098         lstat: avoid mingw compilation error
2099         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
2100         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
2101         lstat ourselves.
2102         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
2103         was adequate.
2104         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
2105         the checks for lstat.
2106         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
2107
2108         link: fix test failure on Solaris 9
2109         * lib/link.c (rpl_link): Don't assume link will catch bogus
2110         trailing slash on source.
2111
2112         test-symlinkat: enhance test
2113         * tests/test-readlink.c (main): Move guts...
2114         * tests/test-readlink.h (test_readlink): ...into new file.
2115         * tests/test-symlink.c (main): Move guts...
2116         * tests/test-symlink.h (test_symlink): ...into new file.
2117         * tests/test-symlinkat.c (main): Use new files for further
2118         coverage.
2119         (do_symlink, do_readlink): New helper functions.
2120         * modules/symlink-tests (Files): Ship new file.
2121         (Depends-on): Add stdbool.
2122         * modules/readlink-tests (Files): Ship new file.
2123         (Depends-on): Add stdbool.
2124         * modules/symlinkat-tests (Files): Use new files.
2125
2126 2009-09-23  Eric Blake  <ebb9@byu.net>
2127
2128         readlink: document portability issue with symlink length
2129         * doc/posix-functions/lstat.texi (lstat): Mention that some file
2130         systems have bogus st_size on symlinks, and mention the
2131         areadlink-with-size module.
2132         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
2133         * doc/posix-functions/readlink.texi (readlink): Mention the
2134         areadlink module, and ERANGE failure.
2135         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
2136         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
2137
2138         readlink: fix Solaris 9 bug with trailing slash
2139         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
2140         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
2141         * doc/posix-functions/readlink.texi (readlink): Document this.
2142         * modules/readlink-tests: New test.
2143         * tests/test-readlink.c: Likewise.
2144
2145         readlink: fix cygwin 1.5.x bug with return type
2146         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
2147         * lib/unistd.in.h (readlink): Use ssize_t.
2148         * lib/readlink.c (readlink): Likewise.
2149         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
2150         * modules/unistd (Makefile.am): Substitute it.
2151         * lib/unistd.in.h (readlink): Declare replacement.
2152         * doc/posix-functions/readlink.texi (readlink): Document this.
2153
2154         symlink: use throughout gnulib
2155         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
2156         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
2157         symlink is not used.
2158         * modules/symlinkat (Depends-on): Add symlink.
2159         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2160         * modules/canonicalize-tests (Depends-on): Likewise.
2161         * modules/lstat-tests (Depends-on): Likewise.
2162         * modules/openat-tests (Depends-on): Likewise.
2163         * modules/remove-tests (Depends-on): Likewise.
2164         * modules/rmdir-tests (Depends-on): Likewise.
2165         * modules/unlink-tests (Depends-on): Likewise.
2166         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
2167         * tests/test-canonicalize.c (symlink): Likewise.
2168         * tests/test-fstatat.c (symlink): Likewise.
2169         * tests/test-lstat.c (symlink): Likewise.
2170         * tests/test-remove.c (symlink): Likewise.
2171         * tests/test-rmdir.c (symlink): Likewise.
2172         * tests/test-unlink.c (symlink): Likewise.
2173         * tests/test-unlinkat.c (symlink): Likewise.
2174
2175         symlink: new module, for Solaris 9 bug
2176         * modules/symlink: New file.
2177         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
2178         * lib/symlink.c: Likewise.
2179         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
2180         * modules/unistd (Makefile.am): Substitute them.
2181         * lib/unistd.in.h (symlink): Declare replacement.
2182         * MODULES.html.sh (File system functions): Mention it.
2183         * doc/posix-functions/symlink.texi (symlink): Likewise.
2184         * modules/symlink-tests: New test.
2185         * tests/test-symlink.c: Likewise.
2186
2187 2009-09-23  Bruno Haible  <bruno@clisp.org>
2188
2189         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
2190         when needed.
2191         Test case: gnulib-tool --import --with-tests atexit inttypes.
2192         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
2193
2194 2009-09-23  Bruno Haible  <bruno@clisp.org>
2195
2196         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
2197         subcommand, not in a subshell.
2198
2199 2009-09-22  Eric Blake  <ebb9@byu.net>
2200
2201         unistd: sort replacement declarations
2202         * lib/unistd.in.h: Sort declarations.
2203
2204         open, openat: minor optimization
2205         * lib/open.c (open): If open succeeded, len is non-zero.
2206         * lib/openat.c (rpl_openat): Likewise.
2207
2208         link-follow: ensure correct result
2209         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
2210         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
2211         distinguish between possible failures.
2212
2213 2009-09-21  Eric Blake  <ebb9@byu.net>
2214
2215         fts: avoid compiler warning
2216         * lib/fts.c (dirent_inode_sort_may_be_useful)
2217         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
2218
2219 2009-09-19  Bruno Haible  <bruno@clisp.org>
2220
2221         * lib/progreloc.c (canonicalize_file_name): New declaration.
2222
2223 2009-09-19  Eric Blake  <ebb9@byu.net>
2224
2225         link: fix quoting
2226         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
2227
2228         openat: fix openat bugs on Solaris 9
2229         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
2230         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
2231         * modules/openat (Depends-on): Add open.
2232         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
2233         * modules/fcntl-h (Makefile.am): Substitute it.
2234         * lib/fcntl.in.h (openat): Declare replacement.
2235         * doc/posix-functions/openat.texi (openat): Document this.
2236
2237         openat: move fstatat and unlinkat into correct files
2238         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
2239         compiled.
2240         * lib/openat.c (fstatat, unlinkat): Move...
2241         * lib/fstatat.c (fstatat): ...into correct files.
2242         * lib/unlinkat.c (unlinkat): Likewise.
2243
2244         openat: fix unlinkat bugs on Solaris 9
2245         * lib/unlinkat.c (unlinkat): New file.
2246         * modules/openat (Depends-on): Add unlink.
2247         (Files): Distribute it.
2248         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
2249         trailing slash behavior is broken.
2250         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
2251         * modules/unistd (Makefile.am): Substitute it.
2252         * lib/unistd.in.h (unlinkat): Declare replacement.
2253         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
2254
2255         openat: fix fstatat bugs on Solaris 9
2256         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
2257         stat.
2258         * doc/posix-functions/fstatat.texi (fstatat): Document this.
2259
2260         test-unlinkat: enhance test, to expose Solaris 9 bug
2261         * tests/test-unlink.c (main): Factor guts...
2262         * tests/test-unlink.h (test_rmdir_func): ...into new file.
2263         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
2264         * tests/test-rmdir.c (main): Adjust caller.
2265         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
2266         (unlinker): New helper function.
2267         (rmdirat): Enhance check.
2268         * modules/rmdir-tests (Depends-on): Add stdbool.
2269         * modules/unlink-tests (Depends-on): Likewise.
2270         (Files): Add test-unlink.h.
2271         * modules/openat-tests (Files): Likewise.
2272         (Depends-on): Add unlinkdir.
2273
2274         test-fstatat: new test, to expose Solaris 9 bugs
2275         * tests/test-stat.c (main): Factor guts...
2276         * tests/test-stat.h (test_stat_func): ...into new file.
2277         * tests/test-lstat.c (main): Factor guts...
2278         * tests/test-lstat.h (test_lstat_func): ...into new file.
2279         * tests/test-fstatat.c: New file.
2280         * modules/stat-tests (Files): Add test-stat.h.
2281         * modules/lstat-tests (Files): Add test-lstat.h.
2282         (Depends-on): Add stdbool.
2283         * modules/openat-tests (Depends-on): Add pathmax.
2284         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
2285         (Makefile.am): Run new test.
2286
2287         remove: new module, for mingw and Solaris 9 bugs
2288         * modules/remove: New file.
2289         * lib/remove.c: Likewise.
2290         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
2291         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
2292         * modules/stdio (Makefile.am): Use them.
2293         * lib/stdio.in.h (remove): Declare replacement.
2294         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
2295         * doc/posix-functions/remove.texi (remove): Likewise.
2296         * modules/remove-tests: New test.
2297         * tests/test-remove.c: Likewise.
2298
2299         unlink: new module, for Solaris 9 bug
2300         * modules/unlink: New file.
2301         * lib/unlink.c: Likewise.
2302         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
2303         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
2304         * modules/unistd (Makefile.am): Use them.
2305         * lib/unistd.in.h (stat): Declare replacement.
2306         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
2307         * doc/posix-functions/unlink.texi (unlink): Likewise.
2308         * modules/unlink-tests: New test.
2309         * tests/test-unlink.c: Likewise.
2310
2311         lstat: fix Solaris 9 bug
2312         * lib/lstat.c (lstat): Also check for trailing slash on
2313         non-symlink, non-directories.  Use stat module to simplify logic.
2314         * doc/posix-functions/lstat.texi (lstat): Document it.
2315         * modules/lstat-tests (Depends-on): Add errno, same-inode.
2316         (configure.ac): Check for symlink.
2317         * tests/test-lstat.c (main): Add more tests.
2318
2319         stat: add as dependency to other modules
2320         * modules/chown (Depends-on): Add stat.
2321         * modules/euidaccess (Depends-on): Likewise.
2322         * modules/fchdir (Depends-on): Likewise.
2323         * modules/isdir (Depends-on): Likewise.
2324         * modules/link (Depends-on): Likewise.
2325         * modules/lstat (Depends-on): Likewise.
2326         * modules/mkdir-p (Depends-on): Likewise.
2327         * modules/modechange (Depends-on): Likewise.
2328         * modules/open (Depends-on): Likewise.
2329         * modules/readlink (Depends-on): Likewise.
2330         * modules/same (Depends-on): Likewise.
2331
2332         stat: fix Solaris 9 bug
2333         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
2334         slash.
2335         * lib/stat.c (rpl_stat): Work around it.
2336         * doc/posix-functions/stat.texi (stat): Update documentation.
2337
2338         stat: new module, for mingw bug
2339         * modules/stat: New file.
2340         * lib/stat.c: Likewise.
2341         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
2342         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
2343         * modules/sys_stat (Makefile.am): Use them.
2344         * lib/sys_stat.in.h (stat): Declare replacement.
2345         * lib/openat.c (fstatat): Deal with lstat and stat being function
2346         macros.
2347         * modules/openat (Depends-on): Add inline.
2348         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
2349         * doc/posix-functions/stat.texi (stat): Likewise.
2350         * modules/stat-tests: New test.
2351         * tests/test-stat.c: Likewise.
2352
2353 2009-09-19  Jim Meyering  <meyering@redhat.com>
2354
2355         syntax-check: detect unnecessary inclusion of canonicalize.h
2356         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
2357
2358 2009-09-19  Eric Blake  <ebb9@byu.net>
2359
2360         canonicalize-lgpl: adjust clients to use correct header
2361         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
2362         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
2363         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
2364         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
2365         * lib/progreloc.c (includes): Likewise.
2366
2367 2009-09-19  Jim Meyering  <meyering@redhat.com>
2368
2369         test-posixtm.c: correct a comment
2370         * tests/test-posixtm.c: Correct first-line comment.
2371         Spotted by Eric Blake.
2372
2373 2009-09-16  Jim Meyering  <meyering@redhat.com>
2374
2375         posixtm-tests: make T const-correct; add a test case
2376         * tests/test-posixtm.c (T): Declare const.
2377         Add a test for -(2^31+1).
2378         Remove useless can-succeed-only-in-2002 test.
2379
2380         posixtm-tests: adjust the sole failing test
2381         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
2382         expected output matches what mktime now produces.  Cross-checked via
2383         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
2384
2385         posixtm: move #ifdef'd tests into a new module
2386         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
2387         * tests/test-posixtm.c: ... this new file.
2388         * modules/posixtm-tests: New module.
2389
2390 2009-09-19  Eric Blake  <ebb9@byu.net>
2391
2392         openat: simplify use of at-func.c
2393         * lib/at-func.c (includes): Include prerequisites here, to
2394         simplify requirements on client files.
2395         * lib/openat-priv.h: Add double-inclusion guard.
2396         * lib/faccessat.c (includes): Simplify.
2397         * lib/fchmodat.c (includes): Likewise.
2398         * lib/fchownat.c (includes): Likewise.
2399         * lib/mkdirat.c (includes): Likewise.
2400         * lib/mkfifoat.c (includes): Likewise.
2401         * lib/symlinkat.c (includes): Likewise.
2402
2403         openat: allow return of fd 0
2404         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
2405         * modules/save-cwd (Depends-on): Replace fcntl-safer with
2406         unistd-safer.
2407         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
2408         <fcntl.h>; this module does not leak fds.
2409         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
2410         must be allowed to return 0, leaving openat_safer to add the
2411         safety.
2412         (openat_permissive): Avoid writing to just-opened fd 2 if
2413         restoring the current directory fails.
2414         * lib/openat-die.c (openat_restore_fail): Add comment.
2415         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
2416         (save_cwd): Guarantee safe fd, but without use of open_safer.
2417         * tests/test-openat.c: New test.
2418         * modules/openat-tests (Files, Makefile.am): Distribute and build
2419         new file.
2420
2421         relocatable-prog-wrapper: fix build
2422         * modules/relocatable-prog-wrapper (Files): Update name of
2423         canonicalize m4 file, broken on 2009-09-17.
2424         Reported by emad hajjar <aleppos@hotmail.com>.
2425
2426 2009-09-19  Bruno Haible  <bruno@clisp.org>
2427
2428         * lib/safe-alloc.h: Use the standard header with GPL copyright.
2429         * lib/safe-alloc.c: Likewise.
2430         Reported by Ian Beckwith <ianb@erislabs.net>.
2431
2432 2009-09-18  Bruno Haible  <bruno@clisp.org>
2433
2434         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
2435         Reported by <erobles@sensacd.com.mx>.
2436
2437 2009-09-17  Eric Blake  <ebb9@byu.net>
2438
2439         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
2440         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
2441         slashes when checking if last component is missing.
2442         * tests/test-canonicalize.c (main): Test this.
2443
2444         canonicalize, canonicalize-lgpl: honor // if distinct from /
2445         * modules/canonicalize (Files): Add double-slash-root.m4.
2446         * modules/canonicalize-lgpl (Files): Likewise.
2447         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
2448         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
2449         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
2450         fallback definition.
2451         (canonicalize_filename_mode): Use it to protect //.
2452         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
2453         (__realpath): Likewise.
2454         * tests/test-canonicalize.c (main): Test this.
2455         * tests/test-canonicalize-lgpl.c (main): Likewise.
2456         * modules/canonicalize-tests (Depends-on): Add same-inode.
2457         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2458
2459         canonicalize-lgpl: fix glibc bug with trailing slash
2460         * m4/canonicalize-lgpl.m4: Move contents...
2461         * m4/canonicalize.m4: ...here.
2462         (gl_CANONICALIZE_LGPL): Factor realpath check...
2463         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
2464         glibc 2.3.5 bug, fixed 2005-04-27.
2465         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
2466         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
2467         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
2468         * modules/canonicalize-lgpl (Files): Manage file rename.
2469         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
2470         * modules/stdlib (Makefile.am): Substitute witness.
2471         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
2472         is needed.
2473         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
2474         replacement is required.
2475         * lib/canonicalize.c (canonicalize_file_name): Likewise.
2476         * doc/glibc-functions/canonicalize_file_name.texi
2477         (canonicalize_file_name): Document this.
2478         * doc/posix-functions/realpath.texi (realpath): Likewise.
2479
2480         canonicalize-lgpl: reject non-directory with trailing slash
2481         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
2482         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
2483         catches failures in glibc 2.3.5.
2484         * tests/test-canonicalize.c (main): Likewise.
2485
2486         canonicalize-lgpl: use native realpath if it works
2487         * lib/canonicalize-lgpl.c (realpath): Guard with
2488         FUNC_REALPATH_WORKS.
2489         * lib/stdlib.in.h (realpath): Make declaration optional based on
2490         HAVE_REALPATH.
2491         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
2492         native realpath works.
2493         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
2494         * modules/stdlib (Makefile.am): Substitute witness.
2495
2496         canonicalize, canonicalize-lgpl: use <stdlib.h>
2497         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
2498         (Include): Mention <stdlib.h>.
2499         (configure.ac): Mention functions we provide.
2500         * modules/canonicalize (configure.ac): Likewise.
2501         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
2502         realpath if canonicalize_file_name is missing.
2503         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
2504         * modules/stdlib (Makefile.am): Substitute witnesses.
2505         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
2506         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
2507         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
2508         * NEWS: Document this.
2509         * doc/glibc-functions/canonicalize_file_name.texi
2510         (canonicalize_file_name): Likewise.
2511         * doc/posix-functions/realpath.texi (realpath): Likewise.
2512         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
2513
2514         test-canonicalize: consolidate into single C program
2515         * tests/test-canonicalize.sh: Delete; move setup into...
2516         * tests/test-canonicalize.c (main): ...the program, making it
2517         easier to run in debugger.  Add some tests.
2518         * modules/canonicalize-tests (Files): Remove unused file.
2519         (Depends-on): Add progname.
2520         (configure.ac, Makefile.am): Simplify.
2521
2522         test-canonicalize-lgpl: consolidate into single C program
2523         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
2524         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
2525         easier to run in debugger.  Add some tests.
2526         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
2527         (configure.ac, Makefile.am): Simplify.
2528
2529         canonicalize: avoid resolvepath
2530         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
2531         unnecessary checks.
2532         * lib/canonicalize.c (includes): Simplify.
2533         (canonicalize_file_name): Drop resolvepath implementation.
2534         * modules/canonicalize (Depends-on): Drop filenamecat.
2535
2536         canonicalize: don't lose errno
2537         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
2538         over calls to free.
2539
2540         canonicalize: simplify errno handling
2541         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
2542         assignment.
2543
2544         canonicalize, canonicalize-lgpl: update module dependencies
2545         * modules/canonicalize (Depends-on): Add extensions, lstat,
2546         pathmax, stdlib.
2547         (Files): Drop pathmax.h.
2548         (configure.ac): Adjust macro name.
2549         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
2550         lstat, stdlib, sys_stat.
2551         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
2552         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
2553         extensions.
2554         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
2555         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
2556         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
2557         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
2558         declaration, if available.
2559         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
2560         we can rely on the readlink module.
2561         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
2562         (includes): Use <unistd.h> unconditionally.
2563
2564 2009-09-17  Eric Blake  <ebb9@byu.net>
2565
2566         maint: make Include sections of modules consistent
2567         * modules/alloca: Use only header name; no need to list #include.
2568         * modules/alloca-opt: Likewise.
2569         * modules/arpa_inet: Likewise.
2570         * modules/canon-host: Likewise.
2571         * modules/configmake: Likewise.
2572         * modules/dirent: Likewise.
2573         * modules/eealloc: Likewise.
2574         * modules/environ: Likewise.
2575         * modules/fchdir: Likewise.
2576         * modules/fcntl: Likewise.
2577         * modules/fcntl-h: Likewise.
2578         * modules/gethrxtime: Likewise.
2579         * modules/gettime: Likewise.
2580         * modules/ignore-value: Likewise.
2581         * modules/inet_ntop: Likewise.
2582         * modules/inet_pton: Likewise.
2583         * modules/inttypes: Likewise.
2584         * modules/isnand-nolibm: Likewise.
2585         * modules/isnanf-nolibm: Likewise.
2586         * modules/mbchar: Likewise.
2587         * modules/mbfile: Likewise.
2588         * modules/mbiter: Likewise.
2589         * modules/mbuiter: Likewise.
2590         * modules/netdb: Likewise.
2591         * modules/netinet_in: Likewise.
2592         * modules/nproc: Likewise.
2593         * modules/pagealign_alloc: Likewise.
2594         * modules/poll: Likewise.
2595         * modules/printf-frexp: Likewise.
2596         * modules/pthread: Likewise.
2597         * modules/putenv: Likewise.
2598         * modules/random_r: Likewise.
2599         * modules/relocatable-prog: Likewise.
2600         * modules/search: Likewise.
2601         * modules/select: Likewise.
2602         * modules/selinux-h: Likewise.
2603         * modules/settime: Likewise.
2604         * modules/signal: Likewise.
2605         * modules/size_max: Likewise.
2606         * modules/socklen: Likewise.
2607         * modules/ssize_t: Likewise.
2608         * modules/stdarg: Likewise.
2609         * modules/stdbool: Likewise.
2610         * modules/stddef: Likewise.
2611         * modules/stdint: Likewise.
2612         * modules/stdio: Likewise.
2613         * modules/stdlib: Likewise.
2614         * modules/string: Likewise.
2615         * modules/strings: Likewise.
2616         * modules/sys_file: Likewise.
2617         * modules/sys_ioctl: Likewise.
2618         * modules/sys_select: Likewise.
2619         * modules/sys_socket: Likewise.
2620         * modules/sys_stat: Likewise.
2621         * modules/sys_time: Likewise.
2622         * modules/sys_times: Likewise.
2623         * modules/sys_utsname: Likewise.
2624         * modules/sys_wait: Likewise.
2625         * modules/sysexits: Likewise.
2626         * modules/time: Likewise.
2627         * modules/times: Likewise.
2628         * modules/tmpfile: Likewise.
2629         * modules/trim: Likewise.
2630         * modules/unistd: Likewise.
2631         * modules/wchar: Likewise.
2632         * modules/wctype: Likewise.
2633
2634 2009-09-17  Bruno Haible  <bruno@clisp.org>
2635
2636         Make getdate.y compile on QNX and NetBSD 5 / i386.
2637         * m4/getdate.m4 (gl_GETDATE): Conditionally define
2638         TIME_T_FITS_IN_LONG_INT.
2639         * lib/getdate.y (long_time_t): New type.
2640         (relative_time): Change type of 'seconds' field to long_time_t.
2641         (get_date): Update types of local variables. Check against overflow
2642         during conversion from long_time_t to time_t.
2643         Reported by Matt Kraai <kraai@ftbfs.org>
2644         and Hasso Tepper <hasso@netbsd.org>.
2645
2646 2009-09-17  Bruno Haible  <bruno@clisp.org>
2647
2648         * modules/COPYING: Update copyright years.
2649         * modules/README: Likeiwse.
2650         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
2651         Reported by Ian Beckwith <ianb@erislabs.net>.
2652
2653 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
2654
2655         * users.txt: Update references for gnuit package.
2656
2657 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
2658
2659         * m4/getdelim.m4: Fix typo in copyright line.
2660
2661 2009-09-17  Bruno Haible  <bruno@clisp.org>
2662
2663         * lib/atoll.c: Use the standard header with GPL copyright.
2664         * lib/argz.in.h: Likewise.
2665         * lib/glob.c: Likewise.
2666         * lib/glob-libc.h: Likewise.
2667         * lib/random_r.c: Likewise.
2668         * lib/siglist.h: Likewise.
2669         * lib/strsignal.c: Likewise.
2670         Reported by Ian Beckwith <ianb@erislabs.net>.
2671
2672 2009-09-17  Eric Blake  <ebb9@byu.net>
2673
2674         rmdir: ensure correct dependency order
2675         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
2676
2677 2009-09-17  Bruno Haible  <bruno@clisp.org>
2678
2679         Disable assertion that fails on NetBSD 5 / i386.
2680         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
2681         Reported by Sam Steingold <sds@gnu.org>
2682         and Hasso Tepper <hasso@netbsd.org>.
2683
2684 2009-09-16  Eric Blake  <ebb9@byu.net>
2685
2686         unlinkdir: port to mingw
2687         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
2688         on which no one can unlink a directory.
2689
2690         stdlib: sort witness names
2691         * modules/stdlib (Makefile.am): Sort replacements.
2692         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
2693         * lib/stdlib.in.h: Likewise.
2694
2695         parse-duration-tests: avoid link failure
2696         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
2697         LIBINTL.
2698         Reported by Tom G. Christensen.
2699
2700         openat-tests: ensure unlinkat behaves like rmdir
2701         * tests/test-rmdir.c (main): Factor guts...
2702         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
2703         * modules/rmdir-tests (Files): Ship new file.
2704         * modules/openat-tests: New test.
2705         * tests/test-unlinkat.c: Likewise.
2706
2707         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
2708         * modules/rmdir-errno (Status, Notice): Now obsolete.
2709
2710         rmdir: work around cygwin 1.5.x and mingw bugs
2711         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
2712         * lib/rmdir.c (rmdir): Work around it.
2713         * modules/rmdir (Status, Notice): No longer obsolete.
2714         (Files): Add dos.m4.
2715         (Depends-on): Add unistd.
2716         (configure.ac): Set witnesses.
2717         (License): Relax to LGPLv2+.
2718         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
2719         * modules/unistd (Makefile.am): Substitute witnesses.
2720         * lib/unistd.in.h (rmdir): Declare replacement.
2721         * doc/posix-functions/rmdir.texi (rmdir): Document this.
2722         * modules/rmdir-tests: New tests.
2723         * tests/test-rmdir.c: Likewise.
2724
2725 2009-09-15  Eric Blake  <ebb9@byu.net>
2726
2727         fchdir: improve use of replacement functions
2728         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
2729         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
2730         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
2731         REPLACE_CLOSEDIR.
2732         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
2733         * modules/sys_stat (Makefile.am): Substitute correct witness.
2734         * modules/dirent (Makefile.am): Likewise.
2735         * modules/unistd (Makefile.am): Likewise.
2736         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
2737         * lib/unistd.in.h (dup): Likewise.
2738         * lib/sys_stat.in.h (fstat): Likewise.
2739
2740         maint: ignore gnulib-tool temp files
2741         * .gitignore: Ignore files created during gnulib-tool --test.
2742
2743 2009-09-13  Jim Meyering  <meyering@redhat.com>
2744
2745         posixtm: don't reject a time that specify "60" as the number of seconds
2746         * lib/posixtm.c (posixtime): The code to reject invalid dates
2747         would also reject a time specified with the .60 suffix.
2748         But POSIX allows that, in order to accommodate leap seconds.
2749         So don't reject it.
2750         (main): Adjust tests accordingly.
2751         * modules/posixtm (Depends-on): Add stpcpy.
2752
2753 2009-09-11  Jim Meyering  <meyering@redhat.com>
2754
2755         announce-gen: include [$release_type] in emitted Subject:
2756         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
2757         e.g., [stable] in the emitted Subject: line.
2758
2759 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2760
2761         Remove obsolete macros from several modules.
2762         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
2763         obsolete Autoconf macros with their modern counterparts.
2764         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
2765         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
2766         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
2767         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
2768         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
2769         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
2770         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
2771         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
2772         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
2773         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
2774         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
2775         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
2776         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
2777         * m4/sockets.m4 (gl_SOCKETS): Likewise.
2778         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
2779         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
2780         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
2781         * m4/time_r.m4 (gl_TIME_R): Likewise.
2782         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
2783         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
2784         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2785
2786         Fix copyright header in build-aux scripts.
2787         * build-aux/git-version-gen: Fix copyright header to match GPLv3
2788         recommendation.
2789         * build-aux/ncftpput-ftp: Likewise.
2790         * build-aux/update-copyright: Likewise.
2791
2792 2009-09-09  Eric Blake  <ebb9@byu.net>
2793
2794         test-link: allow Linux choice of errno
2795         * tests/test-link.c (main): Relax test for alternate error.
2796
2797         strndup: fix improper m4 caching
2798         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
2799         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
2800         (gl_PREREQ_STRNDUP): Delete.
2801         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
2802         * modules/string (Makefile.am): Substitute it.
2803         * lib/string.in.h (strndup): Modernize prototype.
2804
2805         getcwd: port to mingw
2806         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
2807         different from the POSIX assumptions made throughout the getcwd
2808         module; fortunately, the mingw getcwd does not need replacement.
2809         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
2810         * modules/getcwd-tests: New test.
2811         * tests/test-getcwd.c: Likewise.
2812
2813         link: fix platform bugs
2814         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
2815         * lib/link.c (link): Work around them.  Fix related mingw bug.
2816         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
2817         * modules/unistd (Makefile.am): Substitute it.
2818         * lib/unistd.in.h (link): Declare replacement.
2819         * doc/posix-functions/link.texi (link): Document this.
2820         * modules/link (Depends-on): Add strdup-posix, sys_stat.
2821
2822         test-link: consolidate into single C program, test more cases
2823         * tests/test-link.sh: Delete.
2824         * tests/test-link.c: Test more error conditions.  Exposes bugs on
2825         at least Cygwin and Solaris.
2826         * modules/link-tests (Files): Remove unused file.
2827         (Depends-on): Add errno, sys_stat.
2828         (Makefile.am): Simplify.
2829
2830 2009-09-08  Bruno Haible  <bruno@clisp.org>
2831
2832         Work around towlower, towupper bug on mingw.
2833         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
2834         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
2835         * doc/posix-functions/towlower.texi: Mention the mingw bug.
2836         * doc/posix-functions/towupper.texi: Likewise.
2837         Reported by Eric Blake.
2838
2839 2009-09-08  Jim Meyering  <meyering@redhat.com>
2840
2841         build: don't try to run autoheader if we don't use it
2842         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
2843         is not used in configure.ac.
2844
2845 2009-09-08  Eric Blake  <ebb9@byu.net>
2846
2847         euidaccess: fix compilation error
2848         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
2849
2850         rawmemchr: relax license
2851         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
2852         okay.
2853         Reported by Jim Meyering.
2854
2855         mkfifoat: new module
2856         * modules/mkfifoat: New file.
2857         * lib/mkfifoat.c: Likewise.
2858         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
2859         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
2860         * modules/sys_stat (Makefile.am): Use them.
2861         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
2862         * MODULES.html.sh (File system functions): Mention module.
2863         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
2864         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
2865         * modules/mkfifoat-tests: New test.
2866         * tests/test-mkfifoat.c: Likewise.
2867
2868         strchrnul: relax license
2869         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
2870         okay.
2871         Reported by Jim Meyering.
2872
2873 2009-09-08  Eric Blake  <ebb9@byu.net>
2874
2875         fstatat: fix compilation on Solaris
2876         * lib/fstatat.c (includes): Add fcntl.h.
2877         Reported by Pádraig Brady.
2878
2879 2009-09-07  Eric Blake  <ebb9@byu.net>
2880
2881         rename: modernize replacement
2882         * modules/rename (Depends-on): Add stdio.
2883         (configure.ac): Declare witness.
2884         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
2885         stdio take care of replacement.
2886         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
2887         * modules/stdio (Makefile.am): Substitute them.
2888         * lib/stdio.in.h (rename): Declare replacement.
2889         * lib/rename.c (includes): Allow cross-compilation to non-windows
2890         machines.
2891         * doc/posix-functions/rename.texi (rename): Improve
2892         documentation.
2893
2894         stdio: sort witness names
2895         * modules/stdio (Makefile.am): Sort replacements.
2896         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2897         * lib/stdio.in.h: Likewise.
2898
2899         getcwd: minor cleanups
2900         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
2901         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
2902
2903         openat: provide more convenience names
2904         * modules/faccessat (configure.ac): Add C witness.
2905         * lib/unistd.in.h (readlinkat): Fix typo.
2906         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
2907         convenience wrappers.
2908         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
2909         wrappers in syntax checks.
2910
2911 2009-09-06  Eric Blake  <ebb9@byu.net>
2912
2913         doc: fix comments in recent patches
2914         * lib/faccessat.c: Mention correct function.
2915         * lib/fchmodat.c: Likewise.
2916         * lib/fchownat.c: Likewise.
2917         * lib/symlinkat.c: Likewise.
2918         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
2919         constants.
2920
2921         faccessat, symlinkat: continue cleanup of previous patch
2922         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
2923         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
2924         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
2925         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
2926         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
2927         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
2928         set.
2929
2930 2009-09-06  Bruno Haible  <bruno@clisp.org>
2931
2932         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
2933         (fstatat): Declare if GNULIB_FSTATAT is set.
2934         (mkdirat): Declare if GNULIB_MKDIRAT is set.
2935         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
2936         (unlinkat): Declare if GNULIB_UNLINKAT is set.
2937         * modules/fcntl-h (Files): Remove m4/openat.m4.
2938         * modules/sys_stat (Files): Remove m4/openat.m4.
2939         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
2940         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
2941         * modules/unistd (Files): Remove m4/openat.m4.
2942         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
2943         GNULIB_OPENAT.
2944         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
2945         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
2946         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
2947         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
2948         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
2949         gl_OPENAT_DEFAULTS.
2950         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
2951         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
2952         Don't require gl_OPENAT_DEFAULTS.
2953         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
2954         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
2955         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
2956         (gl_OPENAT_DEFAULTS): Remove macro.
2957
2958 2009-09-06  Bruno Haible  <bruno@clisp.org>
2959
2960         * modules/openat (configure.ac): Remove unneeded witness.
2961
2962 2009-09-06  Bruno Haible  <bruno@clisp.org>
2963
2964         Set errno to ENOSYS when a function is entirely unsupported.
2965         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
2966         EOPNOTSUPP.
2967         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
2968         * modules/chown (Depends-on): Remove errno.
2969
2970 2009-09-06  Bruno Haible  <bruno@clisp.org>
2971
2972         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
2973
2974 2009-09-06  Bruno Haible  <bruno@clisp.org>
2975
2976         * lib/sys_stat.in.h: Fix preprocessor command indentation.
2977
2978 2009-09-06  Ben Pfaff  <blp@gnu.org>
2979             Bruno Haible  <bruno@clisp.org>
2980
2981         Work around a glibc bug in strtok_r.
2982         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
2983         Undefine if UNDEFINE_STRTOK_R is set.
2984         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
2985         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2986         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
2987         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
2988         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
2989         UNDEFINE_STRTOK_R.
2990         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
2991
2992 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
2993
2994         exclude: minor fix
2995         * lib/exclude.c: Include wctype.h
2996
2997 2009-09-06  Akim Demaille  <demaille@gostai.com>
2998
2999         bootstrap: improve error message
3000         * build-aux/bootstrap (find_tool): Upon failure, report the list
3001         of candidates.
3002         Honor the initial value of the envvar.
3003
3004 2009-09-05  Eric Blake  <ebb9@byu.net>
3005
3006         symlinkat: new module
3007         * modules/symlinkat: New file.
3008         * lib/symlinkat.c: Likewise.
3009         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
3010         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
3011         * modules/unistd (Makefile.am): Use them.
3012         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
3013         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
3014         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
3015         * MODULES.html.sh (File system functions): Mention module.
3016         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
3017         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
3018         * modules/symlinkat-tests: New test.
3019         * tests/test-symlinkat.c: Likewise.
3020
3021         test-openat-safer: add more checks
3022         * tests/test-openat-safer.c (main): Check more code paths.
3023
3024 2009-09-05  Jim Meyering  <meyering@redhat.com>
3025
3026         syntax-check: detect unnecessary inclusion of openat.h
3027         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
3028
3029 2009-09-05  Bruno Haible  <bruno@clisp.org>
3030
3031         Support towlower, towupper.
3032         * doc/posix-functions/towlower.texi: Mention module wctype.
3033         * doc/posix-functions/towupper.texi: Likewise.
3034         * lib/wctype.in.h (towlower, towupper): New functions.
3035         * tests/test-wctype.c: Include stdio.h, stdlib.h.
3036         (ASSERT): New macro.
3037         (e): New variable.
3038         (main): Test also towlower, towupper. Test WEOF argument.
3039         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
3040
3041 2009-09-05  Bruno Haible  <bruno@clisp.org>
3042
3043         Fix conversion behaviour when the input is invalid.
3044         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
3045         mark occurring in first pass of indirect conversion.
3046         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
3047         input.
3048         Found by clang's static analyzer.
3049
3050 2009-09-05  Bruno Haible  <bruno@clisp.org>
3051
3052         * tests/test-striconveh.c (main): Test indirect conversion on platforms
3053         where direct conversion is possible.
3054
3055 2009-09-04  Eric Blake  <ebb9@byu.net>
3056
3057         openat: fail with ENOENT on empty name
3058         * lib/openat-proc.c (openat_proc_name): Special-case the empty
3059         buffer.
3060
3061         link-follow: fix logic bug in prior patch
3062         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
3063         reversed sense of yes and no in prior patch.  Avoid confusing
3064         compilation failure with desired semantics.
3065
3066         link-follow: accomodate mingw and cross-compilation
3067         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
3068         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
3069         cross-compilation results to -1, to make linkat easier to
3070         implement when cross-compiling.  Trivially support mingw.
3071         * modules/link-follow (configure.ac): Call new name.
3072         * NEWS: Mention this.
3073
3074 2009-09-03  Eric Blake  <ebb9@byu.net>
3075
3076         faccessat: compile replacement
3077         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
3078         needed.
3079
3080         fts: fix compilation error
3081         * lib/fts.c (includes): Re-add "openat.h", for
3082         openat_needs_fchdir.
3083
3084         faccessat: new module
3085         * modules/faccessat: New file.
3086         * lib/faccessat.c: Likewise.
3087         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
3088         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3089         * modules/unistd (Makefile.am): Use it.
3090         * lib/unistd.in.h (faccessat): Declare it.
3091         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
3092         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
3093         * MODULES.html.sh (File system functions): Mention it.
3094         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
3095         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
3096
3097         euidaccess: prefer POSIX over non-standard implementation
3098         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
3099         * lib/euidaccess.c (euidaccess): Use it if available.
3100
3101         openat: make template easier to use
3102         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
3103         AT_FUNC_F2 to be undefined.
3104         (VALIDATE_FLAG): New macro; use it to reject bad flags.
3105         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
3106         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
3107         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
3108         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
3109         Likewise.
3110         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
3111         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
3112         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
3113         Likewise.
3114
3115         openat: declare in POSIX headers
3116         * NEWS: Mention this.
3117         * modules/openat (configure.ac): Declare witnesses.
3118         (Depends-on): Add fcntl-h, sys_stat, unistd.
3119         (Include): Mention correct headers.
3120         * modules/fcntl-h (Depends-on): Add link-warning.
3121         (Files): Add openat.m4.
3122         (Makefile.am): Substitute witnesses.
3123         * modules/sys_stat (Files, Makefile.am): Likewise.
3124         * modules/unistd (Files, Makefile.am): Likewise.
3125         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
3126         (gl_OPENAT_DEFAULTS): New macro.
3127         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
3128         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
3129         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
3130         (SYS_STAT_H): Remove unused variable.
3131         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
3132         * lib/fcntl--.h (includes): Remove unneeded header.
3133         * lib/openat-safer.c (includes): Likewise.
3134         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
3135         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
3136         appropriate headers.
3137         (__OPENAT_PREFIX): Delete.
3138         * lib/fcntl.in.h (openat): Provide declaration.
3139         (AT_FDCWD): Fix Solaris bug.
3140         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
3141         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
3142         * lib/fchmodat.c (includes):  Adjust to find declaration.
3143         * lib/fchownat.c (includes): Likewise.
3144         * lib/mkdirat.c (includes): Likewise.
3145         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
3146         still visible.
3147
3148 2009-09-02  Eric Blake  <ebb9@byu.net>
3149
3150         errno: use consistently
3151         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
3152         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
3153         * lib/canonicalize.c (ELOOP): Likewise.
3154         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
3155         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
3156         * lib/lchown.c (EOPNOTSUPP): Likewise.
3157         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
3158         * lib/savewd.c (ESTALE): Likewise.
3159         * lib/settime.c (ENOSYS): Likewise.
3160         * lib/utimens.c (ENOSYS): Likewise.
3161         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
3162         * lib/chdir-safer.c (ELOOP): Likewise.
3163         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
3164         * modules/c-stack (Depends-on): Add errno.
3165         * modules/canonicalize (Depends-on): Likewise.
3166         * modules/chdir-safer (Depends-on): Likewise.
3167         * modules/fdopendir (Depends-on): Likewise.
3168         * modules/inet_ntop (Depends-on): Likewise.
3169         * modules/inet_pton (Depends-on): Likewise.
3170         * modules/lchown (Depends-on): Likewise.
3171         * modules/openat (Depends-on): Likewise.
3172         * modules/savewd (Depends-on): Likewise.
3173         * modules/settime (Depends-on): Likewise.
3174         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
3175
3176         fts: avoid leaking fds
3177         * modules/fts (Depends-on): Add cloexec.
3178         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
3179         flag.
3180
3181         fts: make directory fds more robust
3182         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
3183         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
3184
3185         backupfile, chdir-long, fts, savedir: make safer
3186         * lib/backupfile.c (includes): Use "dirent--.h", since
3187         numbered_backup can write to stderr during readdir.
3188         * lib/savedir.c (includes): Likewise.
3189         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
3190         emulation can write to stderr on failure.
3191         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
3192         * lib/getcwd.c: Document why opendir_safer is unused.
3193         * lib/glob.c: Likewise.
3194         * lib/scandir.c: Likewise.
3195         * lib/openat-proc.c: Likewise, for open_safer.
3196         * modules/backupfile (Depends-on): Add dirent-safer.
3197         * modules/savedir (Depends-on): Likewise.
3198         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
3199         * modules/chdir-long (Depends-on): Add openat-safer.
3200
3201         openat-safer: new module
3202         * modules/openat-safer: New file.
3203         * lib/openat-safer.c: Likewise.
3204         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
3205         * lib/fcntl-safer.h (openat_safer): Declare.
3206         * lib/fcntl--.h (openat): Override.
3207         * MODULES.html.sh (File descriptor based I/O): Mention it.
3208         * lib/openat.h: Add double-inclusion guards.
3209         * lib/openat.c (includes): Only include "fcntl-safer.h", not
3210         "fcntl--.h", so we can implement openat.
3211         * modules/openat-safer-tests: New test.
3212         * tests/test-openat-safer.c: New file.
3213
3214         dirent-safer: new module
3215         * modules/dirent-safer: New file.
3216         * lib/dirent--.h: Likewise.
3217         * lib/dirent-safer.h: Likewise.
3218         * lib/opendir-safer.c: Likewise.
3219         * m4/dirent-safer.m4: Likewise.
3220         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
3221         * modules/dirent-safer-tests: New test.
3222         * tests/test-dirent-safer.c: New file.
3223         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
3224
3225         fdopendir: optimize on mingw
3226         * lib/unistd.in.h (_gl_directory_name): New prototype.
3227         * lib/fchdir.c (_gl_directory_name): Implement it.
3228         (fchdir): Use it to simplify implementation.
3229         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
3230         fchdir, when available, to avoid calling [f]chdir().
3231
3232         fdopendir: split into its own module
3233         * lib/openat.c (fdopendir): Move...
3234         * lib/fdopendir.c: ...into new file.
3235         * modules/fdopendir: New module.
3236         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
3237         * modules/openat (Depends-on): Add fdopendir.
3238         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
3239         fdopendir here.
3240         * modules/savedir (Depends-on): Only need fdopendir, not full
3241         openat.
3242         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
3243         * lib/openat.h (fdopendir): Drop prototype.
3244         * lib/dirent.in.h (fdopendir): Provide prototype.
3245         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
3246         * modules/dirent (Makefile.am): Substitute them.
3247         * MODULES.html.sh (File system functions): Mention it.
3248         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
3249         * modules/fdopendir-tests: New file.
3250         * tests/test-fdopendir.c: Likewise.
3251
3252         fchdir: use more consistent macro convention
3253         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
3254         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
3255         REPLACE_FCHDIR, rather than relying on config.h macros.
3256         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
3257         inside a single make-time REPLACE_FCHDIR block, rather than using
3258         the config.h FCHDIR_REPLACEMENT.
3259         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
3260         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
3261         Manage fstat replacement.
3262         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
3263         REPLACE_FCHDIR.
3264         * modules/sys_stat (Files): Add m4/unistd_h.m4.
3265         (Makefile.am): Substitute REPLACE_FCHDIR.
3266         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
3267         FCHDIR_REPLACEMENT.
3268         * lib/dup-safer.c (dup_safer): Likewise.
3269         * lib/dup2.c (rpl_dup2): Likewise.
3270         * lib/dup3.c (rpl_dup3): Likewise.
3271         * lib/open.c (rpl_open): Likewise.
3272
3273         fchdir: simplify error handling, and support dup3
3274         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
3275         stdbool, malloc-posix, realloc-posix.
3276         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
3277         (ensure_dirs_slot): Return false on allocation failure.
3278         (rpl_dup2): Delete.
3279         (_gl_register_dup): New function.
3280         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
3281         (_gl_register_fd): Close fd on allocation failure.
3282         * lib/fcntl.in.h (_gl_register_fd): Update signature.
3283         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
3284         prototype.
3285         (rpl_dup2_fchdir): Delete prototype.
3286         * lib/open.c (open): Update caller.
3287         * lib/dup2.c (dup2): Track fchdir metadata.
3288         * lib/dup3.c (dup3): Likewise.
3289         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
3290         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
3291
3292 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3293
3294         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
3295         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
3296         don't pass arguments to AC_OUTPUT.
3297
3298 2009-09-02  Bruno Haible  <bruno@clisp.org>
3299
3300         * modules/mkdtemp (License): Relicense under LGPLv2+.
3301         Reported by Paolo Bonzini.
3302
3303 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3304
3305         Replace uses of obsolete autoconf macros in Jim's modules.
3306         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
3307         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
3308         can evoke a warning from autoconf when run with -Wobsolete
3309         enabled.  They were declared obsolete for good reasons (see
3310         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
3311         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
3312         should not continue using the deprecated macros.
3313         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
3314         obsolete Autoconf macros with modern counterparts.
3315         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
3316         * m4/dos.m4 (gl_AC_DOS): Likewise.
3317         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
3318         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
3319         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
3320         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
3321         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
3322         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
3323         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
3324         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
3325         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3326         Likewise.
3327         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
3328         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
3329         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
3330         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
3331         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
3332         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
3333
3334 2009-09-01  Eric Blake  <ebb9@byu.net>
3335
3336         fchdir: fix off-by-one bug in previous patch
3337         * lib/fchdir.c (rpl_fstat): Use correct bounds.
3338         (_gl_unregister_fd): Delete useless if.
3339
3340 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
3341
3342         maint.mk: sort the list of syntax-check rules
3343         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
3344         easier to get a sense of progress when the rules are run sequentially
3345         and take a long time.
3346
3347 2009-09-01  Simon Josefsson  <simon@josefsson.org>
3348
3349         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
3350         * modules/netinet_in: Likewise.
3351         * modules/sys_file: Likewise.
3352         * modules/sys_ioctl: Likewise.
3353         * modules/sys_select: Likewise.
3354         * modules/sys_socket: Likewise.
3355         * modules/sys_stat: Likewise.
3356         * modules/sys_time: Likewise.
3357         * modules/sys_times: Likewise.
3358         * modules/sys_utsname: Likewise.
3359         * modules/sys_wait: Likewise.
3360
3361 2009-09-01  Jim Meyering  <meyering@redhat.com>
3362
3363         fts: help ensure that return values are not ignored
3364         * lib/fts_.h (__GNUC_PREREQ): Define.
3365         (__attribute_warn_unused_result__): Define.
3366         (fts_children, fts_close, fts_open, fts_read): Declare with
3367         __attribute_warn_unused_result__.
3368
3369         fts: fts_close now fails also when closing a dir file descriptor fails
3370         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
3371         and propagate to caller, along with errno.
3372
3373         announce-gen: correct formatting in --help output
3374         * build-aux/announce-gen (usage): Move the one-line description in
3375         --help output "up", to where it belongs, just after Usage:.
3376
3377 2009-08-31  Eric Blake  <ebb9@byu.net>
3378
3379         fchdir: port to mingw
3380         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
3381         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
3382         opened, then use a substitute.
3383         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
3384         replacement.
3385         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
3386         (_gl_register_fd): No need to check stat if open already filters
3387         all directories.
3388         (fchdir): Fix error condition to match POSIX.
3389         * modules/fchdir (Depends-on): Add sys_stat.
3390         * doc/posix-functions/open.texi (open): Document the limitation.
3391         * modules/fchdir-tests: New file.
3392         * tests/test-fchdir.c: Likewise.
3393
3394         canonicalize: allow cross-testing from cygwin to mingw
3395         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
3396         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
3397         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
3398         Likewise.
3399         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
3400         target does not support symlinks.
3401         * tests/test-canonicalize-lgpl.sh: Likewise.
3402
3403         chown: avoid compilation warning on mingw
3404         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
3405         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
3406         mingw.
3407         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
3408         * modules/chown (Depends-on): Add errno.
3409
3410 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
3411
3412         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
3413         command.
3414
3415 2009-08-31  Jim Meyering  <meyering@redhat.com>
3416
3417         canonicalize: remove useless initialization
3418         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
3419         initialization of local, "end".
3420
3421 2009-08-30  Bruno Haible  <bruno@clisp.org>
3422
3423         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
3424         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
3425         ENOSYS.
3426
3427 2009-08-30  Bruno Haible  <bruno@clisp.org>
3428
3429         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
3430         /usr/xpg4/bin/tr when it exists.
3431         * tests/test-pipe-filter-gi1.sh: Likewise.
3432
3433 2009-08-30  Bruno Haible  <bruno@clisp.org>
3434
3435         Work around deficient /usr/bin/id program on Solaris.
3436         * tests/test-file-has-acl.sh (ID): New variable.
3437         * tests/test-set-mode-acl.sh (ID): Likewise.
3438         * tests/test-copy-acl.sh (ID): Likewise.
3439         * tests/test-copy-file.sh (ID): Likewise.
3440
3441 2009-08-30  Bruno Haible  <bruno@clisp.org>
3442
3443         New module 'xstriconveh'.
3444         * lib/xstriconveh.h: New file.
3445         * lib/xstriconveh.c: New file.
3446         * modules/xstriconveh: New file.
3447
3448 2009-08-30  Bruno Haible  <bruno@clisp.org>
3449
3450         Make it easier to use mem_cd_iconveh.
3451         * lib/striconveh.h (iconveh_t): New type.
3452         (iconveh_open, iconveh_close): New declarations.
3453         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
3454         with a single 'const iconveh_t *' argument.
3455         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
3456         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
3457         with a single 'const iconveh_t *' argument.
3458         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
3459         * tests/test-striconveh.c (main): Update.
3460         * NEWS: Mention the change.
3461
3462 2009-08-30  Bruno Haible  <bruno@clisp.org>
3463
3464         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
3465         problem.
3466
3467 2009-08-30  Bruno Haible  <bruno@clisp.org>
3468
3469         Work around iconv_open problem on Solaris.
3470         * lib/iconv_open-solaris.gperf: New file.
3471         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
3472         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
3473         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
3474         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
3475         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
3476         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
3477
3478 2009-08-29  Jim Meyering  <meyering@redhat.com>
3479
3480         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
3481         * top/maint.mk (cvs-check): Remove target; it was just an alias
3482         to the better-named vc-diff-check.
3483         (maintainer-distcheck): Remove rule.  It was used only from
3484         the (alpha/beta/major) target, and all of its commands but one
3485         were coreutils-specific.
3486         (vc-dist): Remove rule.
3487         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
3488         Run vc-diff-check, not vc-dist.
3489         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
3490
3491 2009-08-27  Bruno Haible  <bruno@clisp.org>
3492
3493         * tests/test-bitrotate.c (main): Remove test that uses a shift count
3494         of 0.
3495
3496 2009-08-27  Bruno Haible  <bruno@clisp.org>
3497
3498         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
3499         compilers.
3500         * doc/func.texi: Document the SunPRO C bug.
3501
3502 2009-08-27  Bruno Haible  <bruno@clisp.org>
3503
3504         Fix link error on Solaris.
3505         * tests/test-parse-duration.c (xstrdup): Remove function.
3506
3507 2009-08-26  Pádraig Brady  <P@draigbrady.com>
3508
3509         ignore-value: handle pointer types, too
3510         * lib/ignore-value.h (__attribute__): Remove definition.
3511         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
3512         of a more concise and more-often effective "(void) i" statement.
3513         (ignore_ptr): New function to suppress warnings from functions that
3514         return pointers, and to make it explicit that one function doesn't
3515         handle all cases.
3516
3517 2009-08-25  Bruno Haible  <bruno@clisp.org>
3518
3519         dup2: work around a Linux bug.
3520         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
3521         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
3522         * doc/posix-functions/dup2.texi: Mention the Linux bug.
3523         Reported by Simon Josefsson.
3524
3525 2009-08-25  Jim Meyering  <meyering@redhat.com>
3526
3527         libguestfs uses gnulib
3528         * users.txt: Add libguestfs.
3529
3530 2009-08-24  Eric Blake  <ebb9@byu.net>
3531
3532         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
3533         * lib/pipe2.c (includes): Add binary-io.h.
3534         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
3535
3536 2009-08-24  Bruno Haible  <bruno@clisp.org>
3537
3538         Tolerate declared but missing accept4 syscall.
3539         * lib/accept4.c (accept4): Invoke original accept4 function first, if
3540         available.
3541         * lib/sys_socket.in.h (accept4): If the function is already present,
3542         override it.
3543         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
3544         * modules/accept4 (Makefile.am): Compile accept4.c always.
3545         Reported by Paolo Bonzini and Eric Blake.
3546
3547 2009-08-23  Bruno Haible  <bruno@clisp.org>
3548
3549         New module 'accept4'.
3550         * lib/sys_socket.in.h (accept4): New declaration.
3551         * lib/accept4.c: New file.
3552         * m4/accept4.m4: New file.
3553         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
3554         GNULIB_ACCEPT4, HAVE_ACCEPT4.
3555         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
3556         HAVE_ACCEPT4.
3557         * modules/accept4: New file.
3558         * doc/glibc-functions/accept4.texi: Mention the new module.
3559
3560 2009-08-24  Jim Meyering  <meyering@redhat.com>
3561
3562         progname: also set global program_invocation_name, when possible
3563         Before this change, a libtool-enabled program that calls glibc's
3564         error function would report the program name as
3565         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
3566         * modules/progname (configure.ac): Check for a declaration of
3567         program_invocation_name.
3568         * lib/progname.c:  Include <errno.h>.
3569         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
3570         Set program_invocation_name.
3571
3572 2009-08-23  Bruno Haible  <bruno@clisp.org>
3573
3574         * lib/dup3.c: Include <string.h>.
3575
3576 2009-08-23  Bruno Haible  <bruno@clisp.org>
3577
3578         * lib/dup3.c (dup3): Test only once whether the system actually exists.
3579         * lib/pipe2.c (pipe2): Likewise.
3580         Suggested by Eric Blake.
3581
3582 2009-08-23  Bruno Haible  <bruno@clisp.org>
3583
3584         Tolerate declared but missing dup3 syscall.
3585         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
3586         * lib/unistd.in.h (dup3): If the function is already present,
3587         override it.
3588         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
3589         * modules/dup3 (Makefile.am): Compile dup3.c always.
3590         Reported by Paolo Bonzini.
3591
3592 2009-08-23  Bruno Haible  <bruno@clisp.org>
3593
3594         Tolerate declared but missing pipe2 syscall.
3595         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
3596         available.
3597         * lib/unistd.in.h (pipe2): If the function is already present,
3598         override it.
3599         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
3600         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
3601         Reported by Paolo Bonzini.
3602
3603 2009-08-23  Bruno Haible  <bruno@clisp.org>
3604
3605         * lib/pipe2.c (pipe2): Move #ifs inside function.
3606
3607 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
3608
3609         quotearg: document limitations of quote_these_too
3610         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
3611         those limitations are created.
3612         * lib/quotearg.h (set_char_quoting): Document that digits and
3613         letters that are special after backslash are not permitted.
3614         (quotearg_char): Cross-reference set_char_quoting documentation.
3615
3616 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
3617
3618         quotearg: implement custom_quoting_style
3619         * lib/quotearg.c: (struct quoting_options): Add left_quote and
3620         right_quote fields.
3621         (set_custom_quoting): New public function.
3622         (quotearg_buffer_restyled): Add left_quote and right_quote
3623         arguments, handle them very much like locale quoting, and update
3624         all uses.
3625         (quotearg_n_custom): New public function.
3626         (quotearg_n_custom_mem): New public function.
3627         (quotearg_custom): New public function.
3628         (quotearg_custom_mem): New public function.
3629         * lib/quotearg.h: Prototype and document new public functions.
3630         (enum quoting_style): For escape_quoting_style and
3631         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
3632         ignored even though they're otherwise like c_quoting_style.
3633         Add custom_quoting_style member and document with comparison to
3634         clocale_quoting_style.
3635         * tests/test-quotearg.c (custom_quotes): New array.
3636         (custom_results): New array.
3637         (main): Extend to test custom quoting.
3638
3639 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
3640
3641         quotearg: fix right quote escaping when it's in quote_these_too
3642         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
3643         quote, be sure to prepend only one backslash.
3644         * tests/test-quotearg.c (use_quote_double_quotes): New function.
3645         (main): Test it.
3646
3647 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
3648
3649         quotearg-tests: test escaping of embedded locale quotes
3650         * tests/test-quotearg.c (struct result_strings): Add member for
3651         new input.
3652         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
3653         (inputs): Add new input.
3654         (results_g): Add expected results.
3655         (flag_results): Likewise.
3656         (locale_results): Likewise.
3657         (compare_strings): Check those.
3658
3659 2009-08-23  Bruno Haible  <bruno@clisp.org>
3660
3661         Tests for module 'dup3'.
3662         * modules/dup3-tests: New file.
3663         * tests/test-dup3.c: New file.
3664
3665         New module 'dup3'.
3666         * lib/unistd.in.h (dup3): New declaration.
3667         * lib/dup3.c: New file.
3668         * m4/dup3.m4: New file.
3669         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
3670         HAVE_DUP3.
3671         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
3672         * modules/dup3: New file.
3673         * doc/glibc-functions/dup3.texi: Mention the new module.
3674
3675 2009-08-23  Bruno Haible  <bruno@clisp.org>
3676
3677         Tweak the dup2 test.
3678         * tests/test-dup2.c (main): Create the test file empty. Verify that an
3679         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
3680         the test file is still empty. Fix argument order of lseek.
3681
3682 2009-08-23  Bruno Haible  <bruno@clisp.org>
3683
3684         Avoid test link errors when the modules getopt-gnu, gettext are used.
3685         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
3686         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3687
3688 2009-08-23  Bruno Haible  <bruno@clisp.org>
3689
3690         Fix getdtablesize() on mingw.
3691         * lib/getdtablesize.c (getdtablesize): Implement differently.
3692         * lib/unistd.in.h (getdtablesize): Improve comment.
3693
3694 2009-08-23  Bruno Haible  <bruno@clisp.org>
3695
3696         New module 'mkostemp'.
3697         Based on Ulrich Drepper's 2007-08-10 change in glibc.
3698         * lib/stdlib.in.h (mksotemp): New declaration.
3699         * lib/mkostemp.c: New file, from glibc with modifications.
3700         * lib/tempname.h (GT_FILE): Remove outdated comment.
3701         (gen_tempname): Add flags argument.
3702         * lib/tempname.c (__GT_BIGFILE): Remove macro.
3703         (__GT_FILE): Map to 1.
3704         (small_open, large_open): Remove macros.
3705         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
3706         * lib/mkstemp.c (mkstemp): Update.
3707         * lib/mkdtemp.c (mkdtemp): Likewise.
3708         * m4/mkostemp.m4: New file.
3709         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
3710         HAVE_MKOSTEMP.
3711         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
3712         HAVE_MKOSTEMP.
3713         * modules/mkostemp: New file, based on modules/mkstemp.
3714         * doc/glibc-functions/mkostemp.texi: Mention the new module.
3715         * NEWS: Mention the change.
3716
3717 2009-08-23  Bruno Haible  <bruno@clisp.org>
3718
3719         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
3720         Reported by Eric Blake.
3721
3722 2009-08-23  Bruno Haible  <bruno@clisp.org>
3723
3724         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
3725         Reported by Eric Blake.
3726
3727 2009-08-23  Bruno Haible  <bruno@clisp.org>
3728
3729         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
3730         * modules/pipe2 (Depends-on): Likewise.
3731
3732 2009-08-23  Eric Blake  <ebb9@byu.net>
3733
3734         fcntl-h: add O_TTY_INIT support
3735         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
3736         * tests/test-fcntl-h.c (o): Test it.
3737         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
3738
3739         fcntl-h: rename from fcntl, in preparation for fcntl(2)
3740         * modules/fcntl: Move <fcntl.h> header replacement...
3741         * modules/fcntl-h: ...to new name, so as not to collide with
3742         like-named function.
3743         * tests/test-fcntl.c: Rename...
3744         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
3745         * modules/fcntl-tests: Rename...
3746         * modules/fcntl-h-tests: ...to this.  Update test file name.
3747         * modules/chdir-long (Depends-on): Update clients.
3748         * modules/chdir-safer (Depends-on): Likewise.
3749         * modules/fcntl-safer (Depends-on): Likewise.
3750         * modules/fts (Depends-on): Likewise.
3751         * modules/mkancesdirs (Depends-on): Likewise.
3752         * modules/mkdir-p (Depends-on): Likewise.
3753         * modules/open (Depends-on): Likewise.
3754         * modules/savewd (Depends-on): Likewise.
3755         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
3756         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
3757
3758 2009-08-22  Bruno Haible  <bruno@clisp.org>
3759
3760         * modules/binary-io (License): Relicense under LGPL.
3761         * modules/pipe2 (License): Likewise.
3762
3763 2009-08-22  Bruno Haible  <bruno@clisp.org>
3764
3765         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
3766         return value.
3767         * lib/pipe-filter-gi.c (filter_init): Likewise.
3768         Reported by Eric Blake.
3769
3770 2009-08-22  Bruno Haible  <bruno@clisp.org>
3771
3772         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
3773         * modules/pipe (Depends-on): Add pipe2.
3774
3775 2009-08-22  Bruno Haible  <bruno@clisp.org>
3776
3777         Tests for module 'pipe2'.
3778         * modules/pipe2-tests: New file.
3779         * tests/test-pipe2.c: New file.
3780
3781         New module 'pipe2'.
3782         * lib/unistd.in.h (pipe2): New declaration.
3783         * lib/pipe2.c: New file.
3784         * m4/pipe2.m4: New file.
3785         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
3786         HAVE_PIPE2.
3787         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
3788         * modules/pipe2: New file.
3789         * doc/glibc-functions/pipe2.texi: Mention the new module.
3790
3791 2009-08-22  Bruno Haible  <bruno@clisp.org>
3792
3793         Reference some new glibc functions.
3794         * doc/glibc-functions/accept4.texi: New file.
3795         * doc/glibc-functions/dup3.texi: New file.
3796         * doc/glibc-functions/mkostemp.texi: New file.
3797         * doc/glibc-functions/pipe2.texi: New file.
3798         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
3799         (Glibc sys/socket.h): Refer to accept4.
3800         (Glibc unistd.h): Refer to dup3, pipe2.
3801         Reported by Eric Blake.
3802
3803 2009-08-22  Jim Meyering  <meyering@redhat.com>
3804             Bruno Haible  <bruno@clisp.org>
3805
3806         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
3807         This makes it so packages using automake-1.11's silent-rules option
3808         can print e.g., a single "GEN    configmake.h" line, rather than
3809         the 30+ statements that perform the job.  If you want to see the
3810         actual commands, you can still run "make V=1".
3811         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
3812         so that make output is abbreviated when those variables are defined
3813         appropriately.
3814         * modules/argz: Likewise.
3815         * modules/arpa_inet: Likewise.
3816         * modules/byteswap: Likewise.
3817         * modules/configmake: Likewise.
3818         * modules/dirent: Likewise.
3819         * modules/errno: Likewise.
3820         * modules/fcntl: Likewise.
3821         * modules/float: Likewise.
3822         * modules/fnmatch: Likewise.
3823         * modules/getopt-posix: Likewise.
3824         * modules/glob: Likewise.
3825         * modules/iconv_open: Likewise.
3826         * modules/inttypes: Likewise.
3827         * modules/localcharset: Likewise.
3828         * modules/locale: Likewise.
3829         * modules/math: Likewise.
3830         * modules/netdb: Likewise.
3831         * modules/netinet_in: Likewise.
3832         * modules/poll: Likewise.
3833         * modules/posix_spawnp-tests: Likewise.
3834         * modules/sched: Likewise.
3835         * modules/search: Likewise.
3836         * modules/selinux-h: Likewise.
3837         * modules/signal: Likewise.
3838         * modules/spawn: Likewise.
3839         * modules/stdarg: Likewise.
3840         * modules/stdbool: Likewise.
3841         * modules/stddef: Likewise.
3842         * modules/stdint: Likewise.
3843         * modules/stdio: Likewise.
3844         * modules/stdlib: Likewise.
3845         * modules/string: Likewise.
3846         * modules/strings: Likewise.
3847         * modules/sys_file: Likewise.
3848         * modules/sys_ioctl: Likewise.
3849         * modules/sys_select: Likewise.
3850         * modules/sys_socket: Likewise.
3851         * modules/sys_stat: Likewise.
3852         * modules/sys_time: Likewise.
3853         * modules/sys_times: Likewise.
3854         * modules/sys_utsname: Likewise.
3855         * modules/sys_wait: Likewise.
3856         * modules/sysexits: Likewise.
3857         * modules/time: Likewise.
3858         * modules/unistd: Likewise.
3859         * modules/wchar: Likewise.
3860         * modules/wctype: Likewise.
3861
3862 2009-08-22  Jim Meyering  <meyering@redhat.com>
3863
3864         announce-gen: detect write failure
3865         * build-aux/announce-gen: Add Coda at end.
3866         Remove equivalent-but-more-verbose block at top.
3867
3868 2009-08-19  Akim Demaille  <demaille@gostai.com>
3869
3870         bootstrap: --help to stdout.
3871         * bootstrap (usage): Don't send --help to stderr.
3872         Use a here doc instead of a long string.
3873
3874 2009-08-21  Eric Blake  <ebb9@byu.net>
3875
3876         test-popen-safer: split from test-popen
3877         * tests/test-popen.c (main): Move...
3878         * tests/test-popen.h: ...into new file.
3879         * tests/test-popen-safer2.c: New file.
3880         * modules/popen-tests (Files): Add test-popen.h.
3881         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
3882         Suggested by Bruno Haible.
3883
3884         test-fcntl-safer: split from test-open
3885         * tests/test-open.c (main): Move...
3886         * tests/test-open.h: ...into new file.
3887         * tests/test-fcntl-safer.c: New file.
3888         * modules/open-tests (Files): Add test-open.h.
3889         * modules/fcntl-safer-tests: New file.
3890         Suggested by Bruno Haible.
3891
3892         test-fopen-safer: split from test-fopen
3893         * tests/test-fopen.c (main): Move...
3894         * tests/test-fopen.h: ...into new file.
3895         * tests/test-fopen-safer.c: New file.
3896         * modules/fopen-tests (Files): Add test-fopen.h.
3897         * modules/fopen-safer-tests: New file.
3898         Suggested by Bruno Haible.
3899
3900 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
3901
3902         popen-safer: test O_CLOEXEC at run-time.
3903         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
3904
3905 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
3906
3907         fcntl: move more flags to the header
3908         * lib/cloexec.c: Do not define FD_CLOEXEC here.
3909         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
3910         * lib/fcntl.in.h: Do both things here.
3911
3912 2009-08-21  Jim Meyering  <meyering@redhat.com>
3913
3914         consistently remove $@-t before redirecting to it
3915         * modules/argz: Remove $@-t and $@ before redirecting to the former.
3916         * modules/alloca-opt: Likewise.
3917         * modules/byteswap: Likewise.
3918         * modules/fnmatch: Likewise.
3919         * modules/getopt-posix: Likewise.
3920         * modules/glob: Likewise.
3921         * modules/poll: Likewise.
3922         * modules/posix_spawnp-tests: Likewise.
3923         * modules/sys_socket: Likewise.
3924         * modules/sysexits: Likewise.
3925
3926 2009-08-21  Eric Blake  <ebb9@byu.net>
3927
3928         popen: simplify access to original popen
3929         * lib/popen.c (rpl_popen): No need to worry about popen being a
3930         macro.
3931         Reported by Bruno Haible.
3932
3933 2009-08-20  Eric Blake  <ebb9@byu.net>
3934
3935         build: avoid some compiler warnings
3936         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
3937         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
3938         type.
3939         (new_exclude_segment, excluded_file_pattern_p)
3940         (excluded_file_name_p): Reduce scope.
3941         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
3942         old-style declaration.
3943
3944 2009-08-20  Simon Josefsson  <simon@josefsson.org>
3945
3946         * tests/test-exclude1.sh: Handle Windows EOL.
3947         * tests/test-exclude2.sh: Likewise.
3948         * tests/test-exclude3.sh: Likewise.
3949         * tests/test-exclude4.sh: Likewise.
3950         * tests/test-exclude5.sh: Likewise.
3951         * tests/test-exclude6.sh: Likewise.
3952         * tests/test-exclude7.sh: Likewise.
3953
3954 2009-08-19  Akim Demaille  <demaille@gostai.com>
3955
3956         bootstrap: find sha1sum when named gsha1sum.
3957         * bootstrap (find_tool): New.
3958         ($SHA1SUM): New.
3959         Use it.
3960
3961 2009-08-20  Jim Meyering  <meyering@redhat.com>
3962
3963         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
3964         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
3965         expression that converts "." in a file name to "\." in the resulting
3966         regexp.  Start with a dummy statement, so that prior shell variable
3967         definitions are expanded portably.  Reported by Simon Josefsson.
3968
3969 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
3970
3971         Fix polling for writeability of a screen buffer.
3972         * lib/poll.c: Distinguish input and screen buffers for the
3973         Win32 implementation.
3974         * lib/select.c: Likewise.
3975
3976 2009-08-19  Eric Blake  <ebb9@byu.net>
3977
3978         popen-safer: prevent popen from clobbering std descriptors
3979         * modules/popen-safer: New file.
3980         * lib/popen-safer.c: Likewise.
3981         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
3982         * lib/stdio--.h (popen): Provide override.
3983         * lib/stdio-safer.h (popen_safer): Provide declaration.
3984         * tests/test-popen.c (includes): Partially test this.
3985         * modules/popen-safer-tests: New file, for more tests.
3986         * tests/test-popen-safer.c: Likewise.
3987         * MODULES.html.sh (file stream based Input/Output): Mention it.
3988
3989         tests: test some of the *-safer modules
3990         * modules/fopen-safer (Depends-on): Add fopen.
3991         * modules/fcntl-safer (Depends-on): Add fcntl.
3992         * modules/stdlib-safer (Depends-on): Add stdlib.
3993         (configure.ac): Set indicator.
3994         * modules/unistd-safer (configure.ac): Likewise.
3995         * modules/tmpfile-safer (configure.ac): Likewise.
3996         (Depends-on): Add tmpfile.
3997         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
3998         active.
3999         * tests/test-fopen.c (includes): Test safer versions when they are
4000         in use.
4001         * tests/test-open.c (includes): Likewise.
4002
4003         popen: fix cygwin 1.5 bug when stdin closed
4004         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
4005         * modules/popen: New file.
4006         * modules/popen-tests: Likewise.
4007         * tests/test-popen.c: Likewise.
4008         * m4/popen.m4: Likewise.
4009         * lib/popen.c: Likewise.
4010         * lib/stdio.in.h (popen): New declaration.
4011         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
4012         * modules/stdio (Makefile.am): Likewise.
4013         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
4014
4015 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
4016
4017         maint.mk: give full control over update-copyright exclusions
4018         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
4019         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
4020         (update-copyright): Don't force inclusion of top-level
4021         ChangeLog.  Don't force exclusion of all COPYING files, but make
4022         them the default exclusion instead.
4023
4024 2009-08-16  Bruno Haible  <bruno@clisp.org>
4025
4026         Fix test failures on Solaris 10.
4027         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
4028         tests when Solaris iconv() is used.
4029         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
4030         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
4031         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
4032         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
4033         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
4034
4035 2009-08-16  Bruno Haible  <bruno@clisp.org>
4036
4037         Fix test failures on Solaris 10.
4038         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
4039         'tr' program and pass it as first argument.
4040         * tests/test-pipe-filter-gi1.sh: Likewise.
4041         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
4042         program as first argument.
4043         * tests/test-pipe-filter-gi1.c (main): Likewise.
4044
4045 2009-08-16  Eric Blake  <ebb9@byu.net>
4046
4047         fpurge: fix previous commits
4048         * modules/fpurge (Makefile.am): Make replacement conditional,
4049         partially reverting 2007-04-29 change; missed in previous
4050         attempt.
4051         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
4052         is missing.
4053
4054 2009-08-16  Bruno Haible  <bruno@clisp.org>
4055
4056         Clarify fpurge's effect on the file position.
4057         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
4058         * tests/test-fpurge.c (main): Make a second pass for checking the file
4059         position.
4060
4061 2009-08-16  Bruno Haible  <bruno@clisp.org>
4062
4063         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
4064         declaration of fpurge is missing.
4065         * tests/test-fpurge.c (main): Check that the file has not more contents
4066         than expected. Close the file before removing it.
4067
4068 2009-08-15  Eric Blake  <ebb9@byu.net>
4069
4070         fpurge: don't wrap working cygwin implementation
4071         * lib/fpurge.c (fpurge): Fix comment typo.
4072         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
4073         1.7 to avoid replacement.
4074         * tests/test-fpurge.c (main): Enhance test.
4075
4076 2009-08-15  Eric Blake  <ebb9@byu.net>
4077         and Jim Meyering  <meyering@redhat.com>
4078
4079         test-update-copyright: skip if perl is insufficient
4080         * tests/test-update-copyright.sh: Failure to run maintainer tool
4081         should not cause testsuite failure on cygwin 1.5.
4082
4083 2009-08-14  Eric Blake  <ebb9@byu.net>
4084
4085         doc: mention more functions added in cygwin 1.7.0
4086         * doc/posix-headers/limits.texi (limits.h): Update for recent
4087         cygwin additions.
4088         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
4089         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
4090         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
4091         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
4092         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
4093
4094 2009-08-14  Eric Blake  <ebb9@byu.net>
4095
4096         maint.mk: simplify update-copyright rule
4097         * top/maint.mk (update-copyright-local): Delete, and document how
4098         to do it in cfg.mk instead.
4099         (update-copyright-exclude-regexp): Delete, and document how to do
4100         it in .x-update-copyright instead.
4101         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
4102         exclude ChangeLog.
4103
4104 2009-08-14  Bruno Haible  <bruno@clisp.org>
4105
4106         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
4107
4108 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
4109
4110         maint.mk: support update-copyright-env
4111         * top/maint.mk (update-copyright-env): Define place-holder.
4112         (update-copyright): Expand $(update-copyright-env) before
4113         invoking update-copyright.
4114
4115 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
4116
4117         update-copyright: implement forced reformatting
4118         * build-aux/update-copyright: Implement and document
4119         UPDATE_COPYRIGHT_FORCE.
4120         * tests/test-update-copyright.sh: Test it.
4121
4122 2009-08-14  Eric Blake  <ebb9@byu.net>
4123         and Bruno Haible  <bruno@clisp.org>
4124
4125         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
4126         * tests/test-locale.c: Revert previous patch related to NULL.
4127         * tests/test-stdio.c: Likewise.
4128         * tests/test-stdlib.c: Likewise.
4129         * tests/test-string.c: Likewise.
4130         * tests/test-unistd.c: Likewise.
4131         * modules/time-tests (Depends-on): Add verify.
4132         * modules/wchar-tests (Depends-on): Likewise.
4133         * tests/test-time.c: Test for NULL compliance.
4134         * tests/test-wchar.c: Likewise.
4135         * modules/locale (Depends-on): Add stddef.
4136         * modules/stdio (Depends-on): Likewise.
4137         * modules/stdlib (Depends-on): Likewise.
4138         * modules/string (Depends-on): Likewise.
4139         * modules/time (Depends-on): Likewise.
4140         * modules/unistd (Depends-on): Likewise.
4141         * modules/wchar (Depends-on): Likewise.
4142         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
4143         * lib/stdlib.in.h (includes): Likewise.
4144         * lib/string.in.h (includes): Likewise.
4145         * lib/time.in.h (includes): Likewise.
4146         * lib/unistd.in.h (includes): Likewise.
4147         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
4148         replaced.
4149         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4150         * m4/stddef_h.m4: New file.
4151         * modules/stddef: Likewise.
4152         * lib/stddef.in.h: Likewise.
4153         * modules/stddef-tests: Likewise.
4154         * tests/test-stddef.c: Likewise.
4155         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
4156         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
4157         * doc/posix-headers/locale.texi (locale.h): Likewise.
4158         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
4159         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
4160         * doc/posix-headers/string.texi (string.h): Likewise.
4161         * doc/posix-headers/time.texi (time.h): Likewise.
4162         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
4163         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
4164
4165 2009-08-14  Eric Blake  <ebb9@byu.net>
4166
4167         doc: improve git diff of texinfo files
4168         * .gitattributes: Add rule for *.texi files, with hint on how to
4169         use it.
4170         Copied from m4, and based on a report by Bruno Haible.
4171
4172 2009-08-14  Bruno Haible  <bruno@clisp.org>
4173
4174         Disable multithread support by default on Cygwin 1.5.x for real.
4175         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
4176
4177 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
4178
4179         update-copyright: much ado about intervals
4180         * build-aux/update-copyright: Implement and document
4181         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
4182         of copyright year intervals.
4183         Also, document UPDATE_COPYRIGHT_YEAR.
4184         * tests/test-update-copyright.sh: Test it.
4185
4186         update-copyright: convert 2-digit to 4-digit years
4187         * build-aux/update-copyright: Implement and document.
4188         * tests/test-update-copyright.sh: Update.
4189
4190 2009-08-14  Jim Meyering  <meyering@redhat.com>
4191
4192         test-exclude: avoid coreutils "make check" failure
4193         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
4194         just as in test-argmatch.c.
4195
4196 2009-08-13  Eric Blake  <ebb9@byu.net>
4197
4198         test-dup2: fix bad assumption
4199         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
4200         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
4201
4202         test-version-etc: fix CRLF portability issue
4203         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
4204         recognize \r.
4205         * tests/test-argp-version-etc-1.sh: Likewise.
4206
4207         getopt: update client modules
4208         * modules/argp (Depends-on): Use getopt-gnu.
4209         * modules/git-merge-changelog (Depends-on): Likewise.
4210         * modules/long-options (Depends-on): Likewise.
4211         * modules/xstrtol (Depends-on): Likewise.
4212
4213 2009-08-13  Simon Josefsson  <simon@josefsson.org>
4214
4215         * tests/test-version-etc.sh: Don't fail on different
4216         project/version.  Don't fail on CRLF differences.  Rewrite to use
4217         multiple -e instead of multiple sed forks, suggested by Eric Blake
4218         <ebb9@byu.net>.
4219         * tests/test-argp-version-etc-1.sh: Likewise.
4220
4221 2009-08-13  Simon Josefsson  <simon@josefsson.org>
4222
4223         * tests/test-version-etc.sh: Don't fail on different
4224         project/version.
4225
4226 2009-08-12  Bruno Haible  <bruno@clisp.org>
4227
4228         Tests for modules 'getopt-posix', 'getopt-gnu'.
4229         * modules/getopt-posix-tests: New file.
4230         * tests/test-getopt.c: New file.
4231         * tests/test-getopt.h: New file.
4232         * tests/test-getopt_long.h: New file.
4233
4234         New modules 'getopt-posix', 'getopt-gnu'.
4235         * modules/getopt-gnu: New file, renamed from modules/getopt.
4236         * modules/getopt-posix: New file.
4237         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
4238         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
4239         (gl_GETOPT): Remove macro.
4240         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
4241         Disable the test against BSD systems that declare optreset. Test
4242         against mingw bug. Test against lack of support of optional arguments
4243         on many platforms.
4244         * doc/glibc-headers/getopt.texi: Update module name and list of
4245         relevant platforms.
4246         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
4247         'getopt-gnu' and more portability problems.
4248         * NEWS: Mention the changes.
4249
4250 2009-08-12  Bruno Haible  <bruno@clisp.org>
4251
4252         Ensure that optarg etc. get declared by <unistd.h>.
4253         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
4254         AC_USE_SYSTEM_EXTENSIONS.
4255         * modules/getopt (Depends-on): Add 'extensions'.
4256
4257 2009-08-12  Bruno Haible  <bruno@clisp.org>
4258
4259         Avoid test link errors.
4260         * modules/pipe-filter-ii-tests (Makefile.am): Define
4261         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
4262         * modules/pipe-filter-gi-tests (Makefile.am): Define
4263         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
4264         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4265
4266 2009-08-12  Bruno Haible  <bruno@clisp.org>
4267
4268         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
4269         gl_GETOPT_SUBSTITUTE before.
4270         (gl_GETOPT): Use it.
4271         * m4/argp.m4 (gl_ARGP): Update.
4272         Reported by Sergey Poznyakoff.
4273
4274         * m4/getopt.m4: Reorder macros.
4275         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
4276         (gl_GETOPT_SUBSTITUTE): Remove macro.
4277
4278 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4279
4280         Minor improvement in gitlog-to-changelog
4281
4282         * build-aux/gitlog-to-changelog: New option `--format' makes
4283         output format string configurable.
4284
4285 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4286
4287         Optimize exclude: use hash tables for non-wildcard patterns.
4288
4289         * lib/exclude.c: Include hash.h and mbuiter.h
4290         (struct exclude_pattern, exclude_segment): New data types.
4291         (struct exclude): Rewrite.
4292         (fnmatch_pattern_has_wildcards): New function.
4293         (new_exclude_segment, free_exclude_segment): New functions.
4294         (excluded_file_pattern_p, excluded_file_name_p): New functions.
4295         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
4296         * lib/exclude.h (is_fnmatch_pattern): New prototype.
4297         * modules/exclude: Depend on hash and mbuiter.
4298
4299         * modules/exclude-tests: New file.
4300         * tests/test-exclude.c: New file.
4301         * tests/test-exclude1.sh: New file.
4302         * tests/test-exclude2.sh: New file.
4303         * tests/test-exclude3.sh: New file.
4304         * tests/test-exclude4.sh: New file.
4305         * tests/test-exclude5.sh: New file.
4306         * tests/test-exclude6.sh: New file.
4307         * tests/test-exclude7.sh: New file.
4308
4309 2009-08-12  Bruno Haible  <bruno@clisp.org>
4310
4311         Ensure that getopt() gets declared by <unistd.h>.
4312         * lib/unistd.in.h: Conditionally include getopt.h.
4313         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
4314         Set GNULIB_UNISTD_H_GETOPT.
4315         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4316         GNULIB_UNISTD_H_GETOPT.
4317         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
4318
4319 2009-08-12  Bruno Haible  <bruno@clisp.org>
4320
4321         Clarify logic.
4322         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
4323         gl_replace_getopt instead of GETOPT_H.
4324
4325 2009-08-12  Bruno Haible  <bruno@clisp.org>
4326
4327         * m4/getopt.m4: Add comments.
4328
4329 2009-08-12  Bruno Haible  <bruno@clisp.org>
4330
4331         Disable multithread support by default on Cygwin 1.5.x.
4332         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
4333         set gl_use_threads=no if not specified otherwise.
4334
4335 2009-08-11  Bruno Haible  <bruno@clisp.org>
4336
4337         Avoid compilation error on NetBSD 5.0.
4338         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
4339         * tests/test-stdio.c: Likewise.
4340         * tests/test-stdlib.c: Likewise.
4341         * tests/test-string.c: Likewise.
4342         * tests/test-unistd.c: Likewise.
4343         Reported by Greg Troxel <gdt@ir.bbn.com>
4344         at <https://savannah.gnu.org/support/?106973>.
4345
4346 2009-08-11  Bruno Haible  <bruno@clisp.org>
4347
4348         * modules/dup2-tests (Depends-on): Remove close.
4349
4350         Undo 2009-07-19 commit.
4351         * modules/acl-tests (Depends-on): Remove close.
4352         * modules/binary-io-tests (Depends-on): Likewise.
4353         * modules/closein-tests (Depends-on): Likewise.
4354         * modules/flock-tests (Depends-on): Likewise.
4355         * modules/fsync-tests (Depends-on): Likewise.
4356         * modules/lseek-tests (Depends-on): Likewise.
4357         * modules/pipe-tests (Depends-on): Likewise.
4358         * modules/posix_spawn-tests (Depends-on): Likewise.
4359         * modules/posix_spawnp-tests (Depends-on): Likewise.
4360         * modules/stat-time-tests (Depends-on): Likewise.
4361         * modules/yesno-tests (Depends-on): Likewise.
4362
4363 2009-08-10  Bruno Haible  <bruno@clisp.org>
4364
4365         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
4366
4367 2009-08-10  Bruno Haible  <bruno@clisp.org>
4368
4369         Fix a gcc warning.
4370         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
4371
4372 2009-08-10  Bruno Haible  <bruno@clisp.org>
4373
4374         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
4375         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
4376         not only the first time.
4377         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
4378         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
4379         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
4380         is 1, not only the the first time.
4381
4382 2009-08-10  Bruno Haible  <bruno@clisp.org>
4383
4384         Make it possible to use module 'gethostname' without module 'close'.
4385         * lib/unistd.in.h (close): Evoke a link error only if
4386         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
4387         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
4388         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
4389         * modules/unistd (Makefile.am): Substitute
4390         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
4391         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
4392         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
4393         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
4394         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
4395         * modules/sys_ioctl (Makefile.am): Substitute
4396         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
4397         * modules/socket (configure.ac): On native Windows, set
4398         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
4399         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
4400         Reported by Sam Steingold <sds@gnu.org>.
4401
4402 2009-08-10  Bruno Haible  <bruno@clisp.org>
4403
4404         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
4405         * modules/ioctl (configure.ac): Likewise.
4406
4407 2009-08-10  Bruno Haible  <bruno@clisp.org>
4408
4409         Avoid collision between gnulib wrapper and libintl wrapper.
4410         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
4411         already defined in intl/printf.c.
4412         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
4413         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
4414
4415 2009-08-09  Bruno Haible  <bruno@clisp.org>
4416
4417         Make <sys/select.h> really self-contained, also on Solaris 10.
4418         * lib/sys_select.in.h: Include <string.h>.
4419         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
4420         Solaris 10 problem.
4421         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
4422         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
4423         Reported by Jim Meyering.
4424
4425 2009-08-09  Bruno Haible  <bruno@clisp.org>
4426
4427         Avoid warnings from 'aclocal' that are due to a use of macro name
4428         AM_XGETTEXT_OPTION that is not defined in automake.
4429         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
4430         automake.
4431         * modules/error (configure.ac): Likewise.
4432         * modules/propername (configure.ac): Likewise.
4433         * modules/vasprintf (configure.ac): Likewise.
4434         * modules/verror (configure.ac): Likewise.
4435         * modules/xprintf (configure.ac): Likewise.
4436         * modules/xvasprintf (configure.ac): Likewise.
4437
4438 2009-08-08  Bruno Haible  <bruno@clisp.org>
4439
4440         Avoid compilation error in C++ mode.
4441         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
4442         Reported by Sam Steingold <sds@gnu.org>.
4443
4444 2009-08-08  Bruno Haible  <bruno@clisp.org>
4445
4446         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
4447         for the various Unix platforms.
4448         * doc/posix-headers/limits.texi: Update platforms list regarding
4449         HOST_NAME_MAX.
4450         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4451
4452 2009-08-07  Jim Meyering  <meyering@redhat.com>
4453
4454         selinux-at: fix typo in a comment
4455         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
4456         Spotted by Paolo Bonzini.
4457
4458         selinux-at: remove redundant m4 code, add documentation
4459         * modules/selinux-at (configure.ac): Remove redundant code.
4460         LIB_SELINUX is already set via the dependent module, selinux-h.
4461         (Include): Add quotes around selinux-at.h.
4462         * lib/selinux-at.h: Add documentation.
4463         Reported by Bruno Haible in
4464         http://marc.info/?l=gnulib-bug&m=124958988300749
4465
4466 2009-08-07  Bruno Haible  <bruno@clisp.org>
4467
4468         Avoid link error on MacOS X 10.3 and 10.4.
4469         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
4470         on non-ELF systems.
4471         * lib/argp-pv.c (argp_program_version): Likewise.
4472         Reported by Simon Josefsson.
4473
4474 2009-08-07  Simon Josefsson  <simon@josefsson.org>
4475
4476         * tests/test-version-etc.sh: Use $EXEEXT.
4477
4478 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
4479
4480         update-copyright: update documentation to point to maint.mk
4481         * build-aux/update-copyright: Here.
4482
4483 2009-08-06  Jim Meyering  <meyering@redhat.com>
4484
4485         maint.mk: support update-copyright-local
4486         * top/maint.mk (update-copyright-local): Define place-holder.
4487         (update-copyright): Depend on $(update-copyright-local).
4488
4489 2009-08-06  Jim Meyering  <meyering@redhat.com>
4490
4491         selinux-at: new module
4492         Initially written for coreutils, this module will soon be
4493         used by findutils, too.
4494         * MODULES.html.sh [Misc]: Add selinux-at.
4495         * lib/selinux-at.h: New file, from coreutils.
4496         * lib/selinux-at.c: Likewise.
4497         * modules/selinux-at: Likewise.
4498         (License): Change from LGPL to GPL, since it depends
4499         on the GPL'd openat module.
4500
4501         doc: update README
4502         * README: Remove references to cogito.
4503         Remove cvs-repo-updating instructions from 2007.
4504         Don't imply that CVS is better if you have limited disk space.
4505
4506 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
4507
4508         update-copyright: support C-style comments
4509         * build-aux/update-copyright: Implement and document.
4510         * tests/test-update-copyright.sh: Test.
4511
4512 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
4513
4514         update-copyright: support omitted "(C)"
4515         * build-aux/update-copyright: Implement and document.  Also,
4516         allow variable whitespace before "(C)".
4517         * tests/test-update-copyright.sh: Test.
4518
4519 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
4520
4521         update-copyright: don't trip on non-FSF copyright statements
4522         * build-aux/update-copyright: Fix so that the first correctly
4523         formatted FSF copyright statement is recognized no matter what
4524         appears before it.  Update documentation.
4525         * tests/test-update-copyright.sh: Test that.
4526
4527 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
4528
4529         update-copyright: clean up code a little
4530         * build-aux/update-copyright: Append "_re" to the name of any
4531         variable holding a regular expression.
4532         Replace "old" and "new" with "stmt" in variable names.
4533         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
4534         handled correctly.
4535         Format code more consistently.
4536
4537 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
4538
4539         update-copyright-tests: improve portability
4540         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
4541         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
4542
4543 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
4544
4545         update-copyright: support @copyright{} and &copy;
4546         * build-aux/update-copyright: Implement and document.
4547         * tests/test-update-copyright.sh: Test.
4548
4549 2009-08-04  Jim Meyering  <meyering@redhat.com>
4550
4551         update-copyright-tests: correctly test EOL=\r\n handling
4552         * tests/test-update-copyright.sh: Put \r at the end of some lines
4553         for the dos-eol tests.  Based on a patch by Joel E. Denny.
4554
4555         maint.mk: make update-copyright exclusion list more configurable
4556         * top/maint.mk (update-copyright): Default to excluding COPYING,
4557         but allow an override, in case someone does want to update that file.
4558
4559         maint.mk: don't update copyright date in COPYING
4560         * top/maint.mk (update-copyright): Exclude COPYING.
4561
4562         maint.mk: add a copyright-updating rule
4563         * top/maint.mk (update-copyright): New rule.
4564         Derived from coreutils/Makefile.am.
4565
4566         update-copyright: rename some variables
4567         * build-aux/update-copyright: Rename a few variables for clarity.
4568         Tweak syntax.  List Joel E. Denny as coauthor.
4569
4570 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
4571
4572         update-copyright: fix bug for 2-digit last year and add tests
4573         * build-aux/update-copyright: Fix bug.
4574         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
4575         specified.
4576         * modules/update-copyright-tests: New
4577         * tests/test-update-copyright.sh: New.
4578
4579 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
4580
4581         update-copyright: handle leading tabs in line prefix
4582         * build-aux/update-copyright: Count leading tabs as 8 spaces
4583         when computing margin.  This helps with the formatting of
4584         ChangeLogs, for example.
4585         Fix documentation a little.
4586
4587 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
4588
4589         update-copyright: support EOL=\r\n
4590         * build-aux/update-copyright: Implement that.
4591
4592 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
4593
4594         update-copyright: automatically format copyright statements
4595         * build-aux/update-copyright: Implement that.
4596         Also, be a little more predictable and safer by always failing
4597         when the full copyright format is not perfectly recognized as an
4598         unbroken whole.  Discussed at
4599         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
4600         Rewrite documentation.
4601
4602 2009-08-03  Bruno Haible  <bruno@clisp.org>
4603
4604         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
4605
4606 2009-08-02  Bruno Haible  <bruno@clisp.org>
4607
4608         Tests for module 'uname'.
4609         * modules/uname-tests: New file.
4610         * tests/test-uname.c: New file.
4611
4612         New module 'uname'.
4613         * lib/uname.c: New file.
4614         * m4/uname.m4: New file.
4615         * modules/uname: New file.
4616         * doc/posix-functions/uname.texi: Mention the new module.
4617
4618 2009-08-02  Bruno Haible  <bruno@clisp.org>
4619
4620         Tests for module 'sys_utsname'.
4621         * modules/sys_utsname-tests: New file.
4622         * tests/test-sys_utsname.c: New file.
4623
4624         New module 'sys_utsname'.
4625         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
4626         * m4/sys_utsname_h.m4: New file.
4627         * modules/sys_utsname: New file.
4628         * doc/posix-headers/sys_utsname.texi: Mention the new module.
4629
4630 2009-08-02  Bruno Haible  <bruno@clisp.org>
4631
4632         Implicitly initialize the sockets library.
4633         * lib/gethostname.c: Include sockets.h.
4634         (rpl_gethostname): Invoke gl_sockets_startup.
4635         * lib/socket.c: Include sockets.h.
4636         (rpl_socket): Invoke gl_sockets_startup.
4637         * modules/gethostname (Depends-on): Add sockets.
4638         * modules/socket (Depends-on): Likewise.
4639         * tests/test-poll.c: Don't include sockets.h.
4640         (main): Don't invoke gl_sockets_startup.
4641         * tests/test-select.c: Don't include sockets.h.
4642         (main): Don't invoke gl_sockets_startup.
4643
4644 2009-08-02  Bruno Haible  <bruno@clisp.org>
4645
4646         Allow multiple calls to gl_sockets_startup.
4647         * lib/sockets.c (initialized_sockets_version): New variable.
4648         (gl_sockets_startup): Do nothing if already called for this or a higher
4649         version.
4650         (gl_sockets_cleanup): Reset initialized_sockets_version.
4651
4652 2009-08-03  Simon Josefsson  <simon@josefsson.org>
4653
4654         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
4655         different project/version.
4656
4657 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
4658             Bruno Haible  <bruno@clisp.org>
4659
4660         Tests for module 'pipe-filter-gi'.
4661         * modules/pipe-filter-gi-tests: New file.
4662         * tests/test-pipe-filter-gi1.sh: New file.
4663         * tests/test-pipe-filter-gi1.c: New file.
4664         * tests/test-pipe-filter-gi2.sh: New file.
4665         * tests/test-pipe-filter-gi2-main.c: New file.
4666         * tests/test-pipe-filter-gi2-child.c: New file.
4667
4668         New module 'pipe-filter-gi'.
4669         * lib/pipe-filter-gi.c: New file.
4670         * modules/pipe-filter-gi: New file.
4671
4672 2009-08-02  Bruno Haible  <bruno@clisp.org>
4673             Paolo Bonzini  <bonzini@gnu.org>
4674
4675         Tests for module 'pipe-filter-ii'.
4676         * modules/pipe-filter-ii-tests: New file.
4677         * tests/test-pipe-filter-ii1.sh: New file.
4678         * tests/test-pipe-filter-ii1.c: New file.
4679         * tests/test-pipe-filter-ii2.sh: New file.
4680         * tests/test-pipe-filter-ii2-main.c: New file.
4681         * tests/test-pipe-filter-ii2-child.c: New file.
4682
4683         New module 'pipe-filter-ii'.
4684         * lib/pipe-filter.h: New file.
4685         * lib/pipe-filter-ii.c: New file.
4686         * lib/pipe-filter-aux.h: New file.
4687         * modules/pipe-filter-ii: New file.
4688
4689 2009-08-02  Simon Josefsson  <simon@josefsson.org>
4690
4691         * lib/gc-libgcrypt.c: Change copyright to FSF.
4692         * lib/gc-gnulib.c: Likewise.
4693
4694 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
4695
4696         * lib/gethostname.c: Include limits.h.
4697
4698 2009-08-02  Simon Josefsson  <simon@josefsson.org>
4699             Bruno Haible  <bruno@clisp.org>
4700
4701         Ensure HOST_NAME_MAX as part of the gethostname module.
4702         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
4703         define also HOST_NAME_MAX.
4704         * tests/test-gethostname.c: Include <limits.h>.
4705         (main): Check also HOST_NAME_MAX.
4706         * doc/posix-headers/limits.texi: Document the mingw problem.
4707
4708 2009-08-02  Bruno Haible  <bruno@clisp.org>
4709
4710         * lib/gethostname.c (gethostname): Fix handling of large len argument.
4711         Add comments.
4712
4713 2009-03-31  Simon Josefsson  <simon@josefsson.org>
4714
4715         * lib/gethostname.c: Add Windows wrapper.
4716         * m4/gethostname.m4: Look for gethostname in -lws2_32.
4717         * modules/gethostname: Depend on sys_socket & errno, for also
4718         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
4719         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
4720
4721 2009-07-31  Jim Meyering  <meyering@redhat.com>
4722
4723         getloadavg: fix symbol name in comment
4724         * lib/getloadavg.c: Correct a typo I introduced when adding
4725         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
4726         Matt Kraai spotted the problem.
4727
4728 2009-07-29  Matt Kraai  <mkraai@beckman.com>
4729
4730         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
4731         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
4732         code also if ! defined N_NAME_POINTER.
4733         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
4734         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
4735         but the n_name member is a 12-byte array.
4736
4737 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
4738
4739         update-copyright: generalize comment handling
4740         * build-aux/update-copyright: Handle copyright statements
4741         within more comment styles.
4742         Document usage.
4743         Report any file with an external copyright holder or parse failure.
4744
4745 2009-07-29  Jim Meyering  <meyering@redhat.com>
4746
4747         mktime: correct setting of REPLACE_MKTIME
4748         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
4749
4750         update-copyright: new module
4751         * modules/update-copyright: New file.
4752         * build-aux/update-copyright: New file.
4753         * MODULES.html.sh (maint+release support): Add update-copyright.
4754
4755 2009-07-27  Bruno Haible  <bruno@clisp.org>
4756
4757         Fix compilation error when <ctime> is used and mktime is replaced.
4758         * lib/time.in.h (mktime): New declaration.
4759         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
4760         REPLACE_MKTIME instead of defining mktime in config.h.
4761         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
4762         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
4763         Reported by Ross McFarland <rwmcfa1@neces.com>.
4764
4765 2009-07-27  Bruno Haible  <bruno@clisp.org>
4766
4767         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
4768         Reported by Matt Kraai <mkraai@beckman.com>.
4769
4770 2009-07-25  Jim Meyering  <meyering@redhat.com>
4771
4772         maint.mk: avoid warnings about missing files
4773         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
4774         diagnostic when .prev-version does not exist.
4775         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
4776         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
4777         nonexistent cfg.mk.
4778         Suggestions from Simon Josefsson.
4779
4780 2009-07-25  Bruno Haible  <bruno@clisp.org>
4781
4782         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
4783         defined as macros. Needed on QNX 6.4.1.
4784         Reported by Matt Kraai <mkraai@beckman.com>.
4785
4786 2009-07-23  Jim Meyering  <meyering@redhat.com>
4787
4788         maint.mk: invoke "make dist" with a working value of XZ_OPT
4789         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
4790
4791 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
4792
4793         Make fseeko.c compile on QNX.
4794         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
4795
4796 2009-07-22  Peter Simons  <simons@cryp.to>
4797
4798         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
4799         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
4800         * lib/md4.h: Likewise.
4801         * lib/md5.h: Likewise.
4802         * lib/sha1.h: Likewise.
4803         * lib/sha256.h: Likewise.
4804         * lib/sha512.h: Likewise.
4805
4806         tests-sha1: don't assign literal string to 'char *' variable
4807         * tests/test-sha1.c (main): Declare locals with "const" to match
4808         attributes of the right hand side.
4809
4810 2009-07-21  Eric Blake  <ebb9@byu.net>
4811
4812         dup2: fix more mingw problems
4813         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
4814         fd to itself.
4815         * doc/posix-functions/dup2.texi (dup2): Document the bug.
4816         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
4817         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
4818         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
4819         care of mingw bugs.
4820
4821 2009-07-21  Jim Meyering  <meyering@redhat.com>
4822
4823         vc-list-files: avoid failure when /bin/sh is dash
4824         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
4825         On some Debian based systems, /bin/sh is a symlink to dash, and running
4826         this command would omit the "/" following each 'tests' prefix:
4827           dash -x build-aux/vc-list-files -C . tests
4828         That is because bash and dash work differently:
4829           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
4830           bash ok
4831           dash odd
4832
4833 2009-07-21  Eric Blake  <ebb9@byu.net>
4834
4835         dup2-tests: test previous patch
4836         * modules/dup2-tests: New file.
4837         * tests/test-dup2.c: Likewise.
4838         * tests/test-open.c (main): Avoid unspecified behavior.
4839         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
4840         test.
4841
4842         dup2: work around mingw and cygwin 1.5 bug
4843         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
4844         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4845         * modules/unistd (Makefile.am): Substitute it.
4846         * lib/unistd.in.h (dup2): Declare the replacement.
4847         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
4848         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
4849         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
4850         * modules/execute (Depends-on): Add dup2.
4851         * modules/fseterr (Depends-on): Likewise.
4852         * modules/pipe (Depends-on): Likewise.
4853         * modules/posix_spawn-internal (Depends-on): Likewise.
4854
4855 2009-07-21  Bruno Haible  <bruno@clisp.org>
4856
4857         * modules/.gitattributes: New file.
4858
4859 2009-07-20  Bruno Haible  <bruno@clisp.org>
4860
4861         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
4862         (main): Use it.
4863
4864 2009-07-20  Eric Blake  <ebb9@byu.net>
4865
4866         test-pipe: make a bit more robust.
4867         * tests/test-pipe.c (myerr): Allow error messages regardless of
4868         what we do to stderr.
4869         (test_pipe): Rearrange to avoid deadlock.
4870         (child_main): Try a larger read, to ensure we avoided deadlock.
4871         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
4872         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
4873         if misused.
4874
4875 2009-07-19  Jim Meyering  <meyering@redhat.com>
4876
4877         fts: avoid false-positive cycle-detection
4878         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
4879         for each new command line argument.
4880
4881 2009-07-19  Bruno Haible  <bruno@clisp.org>
4882
4883         Fix build error on mingw with the modules sys_select and unistd.
4884         * modules/acl-tests (Depends-on): Add close.
4885         * modules/binary-io-tests (Depends-on): Likewise.
4886         * modules/closein-tests (Depends-on): Likewise.
4887         * modules/flock-tests (Depends-on): Likewise.
4888         * modules/fsync-tests (Depends-on): Likewise.
4889         * modules/lseek-tests (Depends-on): Likewise.
4890         * modules/pipe-tests (Depends-on): Likewise.
4891         * modules/posix_spawn-tests (Depends-on): Likewise.
4892         * modules/posix_spawnp-tests (Depends-on): Likewise.
4893         * modules/stat-time-tests (Depends-on): Likewise.
4894         * modules/yesno-tests (Depends-on): Likewise.
4895
4896 2009-07-19  Bruno Haible  <bruno@clisp.org>
4897
4898         Unify conditionals.
4899         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
4900         macros, not at the compiler macros.
4901         * lib/pipe.c: Likewise.
4902         * lib/execute.c: Likewise.
4903         * lib/spawni.c: Likewise.
4904
4905 2009-07-19  Bruno Haible  <bruno@clisp.org>
4906
4907         Fix handling of closed stdin/stdout/stderr on mingw.
4908         * lib/w32spawn.h: Include unistd.h.
4909         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
4910         file descriptor with O_NOINHERIT flag.
4911         (fd_safer_noinherit): New function, based on fd-safer.c.
4912         (dup_safer_noinherit): New function, based on dup-safer.c.
4913         (undup_safer_noinherit): New function.
4914         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
4915         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
4916         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
4917         instead of fd_safer.
4918         * tests/test-pipe.c: Include <windows.h>.
4919         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
4920
4921         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
4922         from main.
4923         (test_pipe): Pass an extra argument for disambiguation.
4924         (main): Invoke parent_main or child_main.
4925
4926         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
4927         consistently.
4928
4929 2009-07-18  Eric Blake  <ebb9@byu.net>
4930
4931         test-pipe: fix mingw build
4932         * tests/test-pipe.c (main): Avoid fcntl on mingw.
4933
4934 2009-07-18  Bruno Haible  <bruno@clisp.org>
4935
4936         * modules/pipe-tests (Makefile.am): Fix typo.
4937
4938 2009-07-18  Eric Blake  <ebb9@byu.net>
4939
4940         error: fix mingw build
4941         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
4942         Reported by Bruno Haible.
4943
4944         error: avoid undefined use of stdout
4945         * lib/error.c (error, error_at_line): Check that fd 1 is open
4946         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
4947         is handling faults and the close_stdout module wants to report the
4948         detection of closed stdout as an error.
4949
4950 2009-07-17  Eric Blake  <ebb9@byu.net>
4951
4952         pipe: be robust in face of closed fds
4953         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
4954         should cause child to misbehave.
4955         * modules/pipe-tests: New module.
4956         * tests/test-pipe.c: New file.
4957         * tests/test-pipe.sh: New file.
4958         Reported by Akim Demaille.
4959
4960 2009-07-14  Bruno Haible  <bruno@clisp.org>
4961
4962         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
4963         Reported by anonymous kc.
4964
4965 2009-07-07  Jim Meyering  <meyering@redhat.com>
4966
4967         maint.mk: don't look for translatable strings in *.m4 or *.mk
4968         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
4969         when searching for translatable strings.
4970
4971 2009-07-05  Jim Meyering  <meyering@redhat.com>
4972
4973         remove superfluous parentheses in STREQ definition
4974         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
4975         * lib/getugroups.c (STREQ): Likewise.
4976         * lib/fnmatch.c (STREQ): Likewise.
4977         Spotted by Bruno Haible.
4978
4979 2009-07-04  Jim Meyering  <meyering@redhat.com>
4980
4981         argv-iter: new module
4982         * MODULES.html.sh: Add argv-iter.
4983         * lib/argv-iter.c, lib/argv-iter.h: New files.
4984         * modules/argv-iter: New file.
4985         * modules/argv-iter-tests: New file.
4986         * tests/test-argv-iter.c: Test it.
4987
4988 2009-07-04  Bruno Haible  <bruno@clisp.org>
4989
4990         Fix assertion.
4991         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
4992         contains more exact copies of a given entry than file2, leave the extra
4993         copies unpaired rather than aborting.
4994         Reported by Eric Blake.
4995
4996 2009-07-02  Bruno Haible  <bruno@clisp.org>
4997
4998         Speedup git-merge-changelog for git cherry-pick.
4999         * lib/git-merge-changelog.c (struct entries_mapping): New type.
5000         (entries_mapping_get): New function, extracted from compute_mapping.
5001         (entries_mapping_reverse_get): New function.
5002         (compute_mapping): Add a 'full' argument. Return the result in a
5003         'struct entries_mapping'.
5004         (main): Update. Access the mappings through entries_mapping_get.
5005         Reported by Eric Blake.
5006
5007 2009-07-02  Bruno Haible  <bruno@clisp.org>
5008
5009         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
5010         best_i.
5011
5012 2009-07-02  Bruno Haible  <bruno@clisp.org>
5013
5014         Speed up approximate search for matching ChangeLog entries.
5015         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
5016         argument. Call fstrcmp_bounded instead of fstrcmp.
5017         (compute_mapping, try_split_merged_entry, main): Update callers.
5018
5019 2009-07-02  Bruno Haible  <bruno@clisp.org>
5020
5021         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
5022
5023 2009-06-30  Bruno Haible  <bruno@clisp.org>
5024
5025         Reduce the number of uc_is_cased calls.
5026         * lib/unicase.h (casing_suffix_context_t): Add
5027         'first_char_except_ignorable' field.
5028         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
5029         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
5030         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
5031         Update initializer.
5032         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
5033         case-ignorable characters.
5034         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
5035         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
5036         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
5037         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
5038         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
5039
5040 2009-06-30  Bruno Haible  <bruno@clisp.org>
5041
5042         Tests for module 'unicase/ignorable'.
5043         * modules/unicase/ignorable-tests: New file.
5044         * tests/unicase/test-ignorable.c: New file, generated by
5045         gen-uni-tables.
5046
5047         Tests for module 'unicase/cased'.
5048         * modules/unicase/cased-tests: New file.
5049         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
5050         * tests/unicase/test-predicate-part1.h: New file, derived from
5051         tests/unictype/test-predicate-part1.h.
5052         * tests/unicase/test-predicate-part2.h: New file, same as
5053         tests/unictype/test-predicate-part2.h.
5054
5055         Fix evaluation of "Before C" condition of FINAL_SIGMA.
5056         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
5057         (output_casing_properties): New function.
5058         (main): Call it.
5059         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
5060         * lib/unicase/cased.c: Include unictype/bitmap.h.
5061         (uc_is_cased): Define through a bitmap lookup.
5062         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
5063         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
5064         (uc_is_case_ignorable): Define through a bitmap lookup.
5065         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
5066         lib/unictype/bitmap.h.
5067         (Depends-on): Add inline. Clean up.
5068         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
5069         lib/unictype/bitmap.h.
5070         (Depends-on): Add inline. Clean up.
5071         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
5072         recognition.
5073         * tests/unicase/test-u16-tolower.c (main): Likewise.
5074         * tests/unicase/test-u32-tolower.c (main): Likewise.
5075
5076 2009-06-30  Bruno Haible  <bruno@clisp.org>
5077
5078         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
5079         * lib/unicase/u16-casemap.c: Likewise.
5080         * lib/unicase/u32-casemap.c: Likewise.
5081
5082 2009-06-29  Bruno Haible  <bruno@clisp.org>
5083
5084         Define u32_casefold as a wrapper around u32_ct_casefold.
5085         * lib/unicase/u32-casefold.c: Update.
5086         * modules/unicase/u32-casefold (Depends-on): Add
5087         unicase/u32-ct-casefold, unicase/empty-prefix-context,
5088         unicase/empty-suffix-context. Clean up.
5089
5090         Define u16_casefold as a wrapper around u16_ct_casefold.
5091         * lib/unicase/u16-casefold.c: Update.
5092         * modules/unicase/u16-casefold (Depends-on): Add
5093         unicase/u16-ct-casefold, unicase/empty-prefix-context,
5094         unicase/empty-suffix-context. Clean up.
5095
5096         Define u8_casefold as a wrapper around u8_ct_casefold.
5097         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
5098         * lib/unicase/u8-casefold.c: Update.
5099         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
5100         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
5101
5102         Define u32_totitle as a wrapper around u32_ct_totitle.
5103         * lib/unicase/u32-totitle.c: Update.
5104         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
5105         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
5106
5107         Define u16_totitle as a wrapper around u16_ct_totitle.
5108         * lib/unicase/u16-totitle.c: Update.
5109         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
5110         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
5111
5112         Define u8_totitle as a wrapper around u8_ct_totitle.
5113         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
5114         functions.
5115         (FUNC): Delegate to U_CT_TOTITLE.
5116         * lib/unicase/u8-totitle.c: Update.
5117         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
5118         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
5119
5120         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
5121         invocation.
5122         * modules/unicase/u32-tolower (Depends-on): Add
5123         unicase/empty-prefix-context, unicase/empty-suffix-context.
5124
5125         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
5126         invocation.
5127         * modules/unicase/u16-tolower (Depends-on): Add
5128         unicase/empty-prefix-context, unicase/empty-suffix-context.
5129
5130         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
5131         * modules/unicase/u8-tolower (Depends-on): Add
5132         unicase/empty-prefix-context, unicase/empty-suffix-context.
5133
5134         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
5135         invocation.
5136         * modules/unicase/u32-toupper (Depends-on): Add
5137         unicase/empty-prefix-context, unicase/empty-suffix-context.
5138
5139         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
5140         invocation.
5141         * modules/unicase/u16-toupper (Depends-on): Add
5142         unicase/empty-prefix-context, unicase/empty-suffix-context.
5143
5144         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
5145         * modules/unicase/u8-toupper (Depends-on): Add
5146         unicase/empty-prefix-context, unicase/empty-suffix-context.
5147
5148         New module 'unicase/u32-ct-casefold'.
5149         * lib/unicase/u32-ct-casefold.c: New file.
5150         * modules/unicase/u32-ct-casefold: New file.
5151
5152         New module 'unicase/u16-ct-casefold'.
5153         * lib/unicase/u16-ct-casefold.c: New file.
5154         * modules/unicase/u16-ct-casefold: New file.
5155
5156         New module 'unicase/u8-ct-casefold'.
5157         * lib/unicase/u8-ct-casefold.c: New file.
5158         * lib/unicase/u-ct-casefold.h: New file, derived from
5159         lib/unicase/u-casefold.h.
5160         * modules/unicase/u8-ct-casefold: New file.
5161
5162         New module 'unicase/u32-ct-totitle'.
5163         * lib/unicase/u32-ct-totitle.c: New file.
5164         * modules/unicase/u32-ct-totitle: New file.
5165
5166         New module 'unicase/u16-ct-totitle'.
5167         * lib/unicase/u16-ct-totitle.c: New file.
5168         * modules/unicase/u16-ct-totitle: New file.
5169
5170         New module 'unicase/u8-ct-totitle'.
5171         * lib/unicase/u8-ct-totitle.c: New file.
5172         * lib/unicase/u-ct-totitle.h: New file, derived from
5173         lib/unicase/u-totitle.h.
5174         * modules/unicase/u8-ct-totitle: New file.
5175
5176         New module 'unicase/u32-ct-tolower'.
5177         * lib/unicase/u32-ct-tolower.c: New file.
5178         * modules/unicase/u32-ct-tolower: New file.
5179
5180         New module 'unicase/u16-ct-tolower'.
5181         * lib/unicase/u16-ct-tolower.c: New file.
5182         * modules/unicase/u16-ct-tolower: New file.
5183
5184         New module 'unicase/u8-ct-tolower'.
5185         * lib/unicase/u8-ct-tolower.c: New file.
5186         * modules/unicase/u8-ct-tolower: New file.
5187
5188         New module 'unicase/u32-ct-toupper'.
5189         * lib/unicase/u32-ct-toupper.c: New file.
5190         * modules/unicase/u32-ct-toupper: New file.
5191
5192         New module 'unicase/u16-ct-toupper'.
5193         * lib/unicase/u16-ct-toupper.c: New file.
5194         * modules/unicase/u16-ct-toupper: New file.
5195
5196         New module 'unicase/u8-ct-toupper'.
5197         * lib/unicase/u8-ct-toupper.c: New file.
5198         * modules/unicase/u8-ct-toupper: New file.
5199
5200         Add context arguments to u*_casemap functions.
5201         * lib/unicase/unicasemap.h: Include unicase.h.
5202         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
5203         suffix_context arguments.
5204         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
5205         functions.
5206         (FUNC): Add prefix_context and suffix_context arguments. Use
5207         uc_is_cased and uc_is_case_ignorable.
5208         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
5209         * lib/unicase/u16-casemap.c: Likewise.
5210         * lib/unicase/u32-casemap.c: Likewise.
5211         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
5212         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
5213         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
5214         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
5215         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
5216         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
5217
5218         New module 'unicase/u32-suffix-context'.
5219         * lib/unicase/u32-suffix-context.c: New file.
5220         * modules/unicase/u32-suffix-context: New file.
5221
5222         New module 'unicase/u16-suffix-context'.
5223         * lib/unicase/u16-suffix-context.c: New file.
5224         * modules/unicase/u16-suffix-context: New file.
5225
5226         New module 'unicase/u8-suffix-context'.
5227         * lib/unicase/u8-suffix-context.c: New file.
5228         * lib/unicase/u-suffix-context.h: New file.
5229         * modules/unicase/u8-suffix-context: New file.
5230
5231         New module 'unicase/empty-suffix-context'.
5232         * lib/unicase/empty-suffix-context.c: New file.
5233         * modules/unicase/empty-suffix-context: New file.
5234
5235         New module 'unicase/u32-prefix-context'.
5236         * lib/unicase/u32-prefix-context.c: New file.
5237         * modules/unicase/u32-prefix-context: New file.
5238
5239         New module 'unicase/u16-prefix-context'.
5240         * lib/unicase/u16-prefix-context.c: New file.
5241         * modules/unicase/u16-prefix-context: New file.
5242
5243         New module 'unicase/u8-prefix-context'.
5244         * lib/unicase/u8-prefix-context.c: New file.
5245         * lib/unicase/u-prefix-context.h: New file.
5246         * lib/unicase/context.h: New file.
5247         * modules/unicase/u8-prefix-context: New file.
5248
5249         New module 'unicase/empty-prefix-context'.
5250         * lib/unicase/empty-prefix-context.c: New file.
5251         * modules/unicase/empty-prefix-context: New file.
5252
5253         New module 'unicase/ignorable'.
5254         * lib/unicase/ignorable.c: New file.
5255         * modules/unicase/ignorable: New file.
5256
5257         New module 'unicase/cased'.
5258         * lib/unicase/caseprop.h: New file.
5259         * lib/unicase/cased.c: New file.
5260         * modules/unicase/cased: New file.
5261
5262         New functions for case mapping of substrings.
5263         * lib/unicase.h (casing_prefix_context_t): New type.
5264         (unicase_empty_prefix_context): New variable.
5265         (u8_casing_prefix_context, u16_casing_prefix_context,
5266         u32_casing_prefix_context, u8_casing_prefixes_context,
5267         u16_casing_prefixes_context, u32_casing_prefixes_context): New
5268         declarations.
5269         (casing_suffix_context_t): New type.
5270         (unicase_empty_suffix_context): New variable.
5271         (u8_casing_suffix_context, u16_casing_suffix_context,
5272         u32_casing_suffix_context, u8_casing_suffixes_context,
5273         u16_casing_suffixes_context, u32_casing_suffixes_context,
5274         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
5275         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
5276         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
5277         declarations.
5278
5279 2009-06-28  Jim Meyering  <meyering@redhat.com>
5280
5281         boostrap: indent only with spaces
5282         * build-aux/bootstrap: Indent only with spaces, never TABs.
5283
5284         bootstrap: split long lines
5285         * build-aux/bootstrap: Keep line length < 80.
5286
5287         bootstrap: sync from coreutils
5288         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
5289         just as autoreconf does.  Verify a list of prerequisite
5290         package-name,version-number pairs if defined in bootstrap.conf.
5291         Refer to README-prereq, if prerequisites are not satisfied.
5292
5293 2009-06-27  Eric Blake  <ebb9@byu.net>
5294
5295         tests: add test for bogus NULL definition
5296         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
5297         * tests/test-stdlib.c: Likewise.
5298         * tests/test-string.c: Likewise.
5299         * tests/test-locale.c: Likewise.
5300         * tests/test-unistd.c: Likewise.
5301         * modules/stdio-tests (Depends-on): Add verify.
5302         * modules/stdlib-tests (Depends-on): Likewise.
5303         * modules/string-tests (Depends-on): Likewise.
5304         * modules/locale-tests (Depends-on): Likewise.
5305         * modules/unistd-tests (Depends-on): Likewise.
5306
5307 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
5308
5309         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
5310         self-explaining comment.
5311         * m4/selinux-selinux-h: Update serial.
5312         (gl_LIBSELINUX): New macro, adding a warning for missing development
5313         packages to code extracted from...
5314         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
5315         Add warning for missing development packages here, too.
5316
5317 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
5318
5319         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
5320
5321 2009-06-25  Eric Blake  <ebb9@byu.net>
5322
5323         version-etc: fix regression
5324         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
5325         gcc.
5326         (version_etc): Use it, to catch bugs with trailing NULL.
5327         * lib/version-etc.c (version_etc_arn): Delete unused argument.
5328         (version_etc_va): Fix logic bug.
5329         * modules/version-etc-tests: Add test.
5330         * tests/test-version-etc.c: New file.
5331         * tests/test-version-etc.sh: Likewise.
5332
5333 2009-06-25  Sam Steingold  <sds@gnu.org>
5334
5335         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
5336         mbtowc declaration.
5337
5338 2009-06-25  Eric Blake  <ebb9@byu.net>
5339
5340         fpurge: migrate into <stdio.h>
5341         * lib/fpurge.h: Delete...
5342         * lib/stdio.in.h (fpurge): ...and declare here, instead.
5343         * lib/fpurge.c (fpurge): Change declaring header.
5344         * modules/fpurge (Files): Drop deleted file.
5345         (Depends-on): Add stdio.
5346         (configure.ac): Set witness.
5347         * modules/stdio (Makefile.am): Support fpurge macros.
5348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
5349         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
5350         * lib/fflush.c: Update client.
5351         * tests/test-fpurge.c: Likewise.
5352         * NEWS: Mention the change.
5353
5354 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5355
5356         * lib/argp-version-etc.c (program_authors): Add const
5357         qualifier.
5358         * lib/version-etc.c: Fix typos in the comments.
5359         * modules/argp-version-etc: Depends on version-etc.
5360
5361 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5362
5363         argp-version-etc: new module.
5364
5365         * lib/argp-version-etc.c: New file.
5366         * lib/argp-version-etc.h: New file.
5367         * modules/argp-version-etc: New file.
5368         * modules/argp-version-etc-tests: New file.
5369         * tests/test-argp-version-etc.c: New test.
5370         * tests/test-argp-version-etc-1.sh: New test.
5371
5372 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5373
5374         Provide additional interfaces and documentation for version-etc
5375         module.
5376
5377         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
5378         interfaces.
5379         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
5380         prototypes.
5381
5382 2009-06-24  Bruno Haible  <bruno@clisp.org>
5383
5384         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
5385         HAVE_LIB${NAME} macro.
5386         Reported by Sam Steingold <sds@gnu.org>.
5387
5388 2009-06-23  Simon Josefsson  <simon@josefsson.org>
5389
5390         * modules/hash-tests (test_hash_LDADD): Link to libintl when
5391         needed.
5392
5393 2009-06-21  Bruno Haible  <bruno@clisp.org>
5394
5395         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
5396         work.
5397         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
5398         together with LIB${NAME}, LTLIB${NAME}.
5399         Reported by Sam Steingold <sds@gnu.org>.
5400
5401 2009-06-20  Jim Meyering  <meyering@redhat.com>
5402
5403         tests: make sc_require_test_exit_idiom more generic
5404         * top/maint.mk (Exit_witness_file): New overridable variable.
5405         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
5406         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
5407
5408 2009-06-19  Jim Meyering  <meyering@redhat.com>
5409
5410         hash: reverse order of src/dst parameters in an internal interface
5411         * lib/hash.c (transfer_entries): Reverse order of parameters to
5412         put DST before SRC.  Adjust callers.
5413
5414         tests: test-hash: avoid wholesale duplication
5415         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
5416         Instead, use a loop and add a single conditional.
5417
5418         tests: test-hash: allow seed selection via a command line argument
5419         * tests/test-hash.c (get_seed): New function.
5420         (main): Use it.
5421
5422 2009-06-19  Eric Blake  <ebb9@byu.net>
5423
5424         hash: avoid memory leak on allocation failure
5425         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
5426         failure.  Factor repeated algorithm...
5427         (transfer_entries): ...into new helper routine.
5428         (hash_delete): React to hash_rehash return value.
5429
5430         hash: reduce memory pressure in hash_rehash no-op case
5431         * lib/hash.c (next_prime): Avoid overflow.
5432         (hash_initialize): Factor bucket size computation...
5433         (compute_bucket_size): ...into new helper function.
5434         (hash_rehash): Use new function and open coding to reduce memory
5435         pressure, and avoid a memory leak in USE_OBSTACK code.
5436         Reported by Jim Meyering.
5437
5438 2009-06-18  Eric Blake  <ebb9@byu.net>
5439
5440         hash: make rotation more obvious
5441         * modules/hash (Depends-on): Add bitrotate and stdint.
5442         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
5443         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
5444         (SIZE_MAX): Rely on headers for definition.
5445         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
5446         (raw_hasher): Use rotr_sz.
5447         Suggested by Jim Meyering.
5448
5449         hash: fix memory leak in last patch
5450         * lib/hash.c (hash_rehash): Avoid memory leak.
5451
5452         hash: avoid no-op rehashing
5453         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
5454
5455         hash: provide default callback functions
5456         * lib/hash.c (raw_hasher, raw_comparator): New functions.
5457         (hash_initialize): Use them as defaults.
5458         * tests/test-hash.c (main): Test this.
5459
5460         hash: minor optimization
5461         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
5462         when possible.
5463         (hash_initialize): Document this promise.
5464         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
5465         * tests/test-hash.c (hash_compare_strings): Test this.
5466
5467 2009-06-18  Bruno Haible  <bruno@clisp.org>
5468
5469         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
5470         going to be replaced anyway.
5471
5472 2009-06-18  Bruno Haible  <bruno@clisp.org>
5473
5474         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
5475         in one place.
5476         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
5477         be replaced anyway.
5478
5479 2009-06-18  Eric Blake  <ebb9@byu.net>
5480
5481         hash: check for resize before insertion
5482         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
5483         threshold before insertion, so that a pathological hash_rehash
5484         that fills every bucket can still trigger another rehash.
5485
5486 2009-06-18  Jim Meyering  <meyering@redhat.com>
5487
5488         hash-tests: add a loop around the small tests
5489         * tests/test-hash.c (main): Repeat small tests with selected
5490         small initial table sizes.
5491
5492 2009-06-17  Eric Blake  <ebb9@byu.net>
5493
5494         hash: minor cleanups
5495         * lib/hash.h (hash_entry): Make opaque, by moving...
5496         * lib/hash.c (hash_entry): ...here.
5497         (hash_insert): Clarify restrictions on what can be inserted.
5498         (hash_get_next): Clarify when it is safe to remove an element
5499         during traversal.
5500         (check_tuning): Skip verification when tuning is known safe.
5501         (hash_initialize): Clarify restrictions on tuning.
5502
5503 2009-06-17  Jim Meyering  <jim@meyering.net>
5504         and Eric Blake  <ebb9@byu.net>
5505
5506         hash-tests: new module
5507         * modules/hash-tests: New file.
5508         * tests/test-hash.c: New file.
5509
5510 2009-06-17  Eric Blake  <ebb9@byu.net>
5511
5512         strstr-simple: document new module
5513         * MODULES.html.sh: Document new module.
5514
5515         strstr, strcasestr: replace on platforms with broken memchr
5516         * modules/strstr: Split into...
5517         * modules/strstr-simple: ...new module that does not care about
5518         performance, but does care about glibc bug.
5519         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
5520         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
5521         if platform memchr is broken, per Debian bug 521737.
5522         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
5523         memchr.
5524         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
5525         * doc/posix-functions/strstr.texi (strstr): Document the fix.
5526         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
5527         * modules/mountlist (Depends-on): Add strstr-simple.
5528         * modules/gen-uni-tables (Depends-on): Likewise.
5529         * modules/argz (Depends-on): Add strstr.
5530
5531 2009-06-17  Bruno Haible  <bruno@clisp.org>
5532
5533         * modules/posix_spawn-internal (Depends-on): Add errno.
5534
5535 2009-06-17  Bruno Haible  <bruno@clisp.org>
5536
5537         Define missing ESTALE on Interix 3.5.
5538         * lib/errno.in.h (ESTALE): Assign a value if missing.
5539         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
5540         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
5541         missing.
5542         * doc/posix-headers/errno.texi: Mention the Interix bug.
5543         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
5544
5545 2009-06-15  Eric Blake  <ebb9@byu.net>
5546
5547         memchr, memchr2: add valgrind exception
5548         * lib/memchr.valgrind: New file.
5549         * lib/memchr2.valgrind: New file.
5550         * modules/memchr (Files): Distribute valgrind file.
5551         * modules/memchr2 (Files): Likewise.
5552
5553         docs: memchr is no longer obsolete
5554         * MODULES.html.sh: Move memchr from obsolete to string.h section.
5555         * lib/string.in.h (memchr): Simplify logic.
5556
5557 2009-06-14  Jim Meyering  <meyering@redhat.com>
5558
5559         link-follow: fix the "checking..." message to not mention trailing slash
5560         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
5561         never considered trailing slashes.
5562
5563 2009-06-14  Bruno Haible  <bruno@clisp.org>
5564
5565         * m4/memchr.m4: Mention also the bug on IA-64.
5566         * doc/posix-functions/memchr.texi: Likewise.
5567
5568 2009-06-12  Eric Blake  <ebb9@byu.net>
5569
5570         memchr: detect broken x86_64 and alpha implementations
5571         * modules/memchr-tests (Depends-on): Move mmap detection...
5572         * modules/memchr (Depends-on): ...here.
5573         (configure.ac): Set indicator.
5574         * lib/string.in.h (memchr): Declare replacement.
5575         * modules/string (Makefile.am): Trigger replacement.
5576         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
5577         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
5578         bugs.
5579         * doc/posix-functions/memchr.texi (memchr): Document the bug.
5580         * modules/getpagesize (License): Relax license.
5581
5582 2009-06-11  Bruno Haible  <bruno@clisp.org>
5583
5584         * lib/idpriv.h: Add more references.
5585
5586 2009-06-08  Bruno Haible  <bruno@clisp.org>
5587
5588         Tests for module 'idpriv-droptemp'.
5589         * modules/idpriv-droptemp-tests: New file.
5590         * tests/test-idpriv-droptemp.sh: New file.
5591         * tests/test-idpriv-droptemp.su.sh: New file.
5592         * tests/test-idpriv-droptemp.c: New file.
5593
5594         New module 'idpriv-droptemp'.
5595         * lib/idpriv-droptemp.c: New file.
5596         * modules/idpriv-droptemp: New file.
5597
5598 2009-06-08  Bruno Haible  <bruno@clisp.org>
5599
5600         Tests for module 'idpriv-drop'.
5601         * modules/idpriv-drop-tests: New file.
5602         * tests/test-idpriv-drop.sh: New file.
5603         * tests/test-idpriv-drop.su.sh: New file.
5604         * tests/test-idpriv-drop.c: New file.
5605
5606         New module 'idpriv-drop'.
5607         * lib/idpriv.h: New file.
5608         * lib-idpriv-drop.c: New file.
5609         * m4/idpriv.m4: New file.
5610         * modules/idpriv-drop: New file.
5611
5612 2009-06-08  Bruno Haible  <bruno@clisp.org>
5613
5614         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
5615         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5616         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5617         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5618         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5619         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5620         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5621
5622 2009-06-08  Eric Blake  <ebb9@byu.net>
5623
5624         test-strstr: use memory fence, when possible
5625         * tests/test-strstr.c (main): Use memory fence, in order to be
5626         more likely to trigger Debian bug 521737.
5627         * modules/strstr-tests (Files): Pull in additional files.
5628
5629         memchr: no longer obsolete, for wider field testing
5630         * modules/memchr (Status, Notice): Delete, this module is no
5631         longer obsolete.
5632         * modules/vasnprintf (Depends-on): Add memchr.
5633
5634 2009-06-07  Jim Meyering  <meyering@redhat.com>
5635
5636         hash: declare some functions with the warn_unused_result attribute
5637         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
5638
5639 2009-06-07  Bruno Haible  <bruno@clisp.org>
5640
5641         * tests/test-alignof.c: Don't test int64_t if it does not exist.
5642         Reported by Eric Blake.
5643
5644 2009-06-06  Eric Blake  <ebb9@byu.net>
5645
5646         test-alignof: fix typo with long double
5647         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
5648         compiler error.
5649
5650 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
5651
5652         Escape non-texinfo { and }s.
5653         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
5654         markup error.
5655
5656 2009-06-04  Jim Meyering  <meyering@redhat.com>
5657
5658         gitlog-to-changelog: don't infloop on an empty commit log
5659         * build-aux/gitlog-to-changelog: Warn about an empty log message.
5660         Reported by Boris Petersen <transacid@centerim.org>.
5661
5662 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
5663
5664         version-etc: extend for packagers
5665         Add three new configure options, intended for packagers:
5666           --with-packager="packager name"
5667           --with-packager-version="packager-specific version"
5668           --with-packager-bug-reports="packager bug reporting"
5669         An example with coreutils:
5670           $ ./configure \
5671             --with-packager=Gentoo \
5672             --with-packager-bug-report=http://bugs.gentoo.org/ \
5673             --with-packager-version="patchset 1.6"
5674           $ ./src/ls --version | head -n3
5675           ls (GNU coreutils) 7.1-dirty
5676           Packaged by Gentoo (patchset 1.6)
5677           Copyright (C) 2009 Free Software Foundation, Inc.
5678         Note that the bug reporting info via --help doesn't show up because
5679         coreutils uses its own custom emit_bug_reporting_address() implementation
5680         in src/system.h.  If it didn't, it'd look like:
5681           $ ./src/ls --help | tail -n4
5682           Report bugs to <bug-coreutils@gnu.org>.
5683           Report Gentoo bugs to <http://bugs.gentoo.org/>.
5684           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
5685           General help using GNU software: <http://www.gnu.org/gethelp/>.
5686         * lib/version-etc.c: Print new information, if provided.
5687         * m4/version-etc.m4: New file.
5688         * modules/version-etc (Files): Add m4/version-etc.m4.
5689         (configure.ac): Add gl_VERSION_ETC.
5690
5691 2009-05-31  Bruno Haible  <bruno@clisp.org>
5692
5693         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
5694         and 'int64_t'.
5695         * modules/alignof-tests (Dependencies): Add stdint.
5696         Reported by Eric Blake.
5697
5698 2009-05-31  Bruno Haible  <bruno@clisp.org>
5699
5700         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
5701         restriction due to compiler bugs.
5702         Reported by Eric Blake.
5703
5704 2009-05-31  Simon Josefsson  <simon@josefsson.org>
5705             Bruno Haible  <bruno@clisp.org>
5706
5707         Fix test-alignof failure.
5708         * lib/alignof.h (alignof_slot): New macro.
5709         (alignof_type): New macro, with the same semantics as the previous
5710         'alignof'.
5711         (alignof): Alias to alignof_slot.
5712         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
5713         check that the results are usable as constant expressions.
5714
5715 2009-05-31  Bruno Haible  <bruno@clisp.org>
5716
5717         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
5718         * tests/test-memchr.c (main): Check that memchr does not read past the
5719         first occurrence of the byte.
5720         * tests/test-strstr.c (main): Update comment.
5721         Suggested by Eric Blake.
5722
5723 2009-05-30  Bruno Haible  <bruno@clisp.org>
5724
5725         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
5726         detail how to use dumpbin.
5727         Reported by David Byron <dbyron@dbyron.com>.
5728
5729 2009-06-02  Simon Josefsson  <simon@josefsson.org>
5730
5731         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
5732
5733 2009-06-02  Simon Josefsson  <simon@josefsson.org>
5734
5735         * m4/manywarnings.m4: Add GCC 4.4 warnings.
5736
5737 2009-05-28  Bruno Haible  <bruno@clisp.org>
5738
5739         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
5740         build-aux/ files.
5741
5742 2009-05-28  Simon Josefsson  <simon@josefsson.org>
5743
5744         * gnulib-tool (func_import): Transform license on build-aux/ files too.
5745
5746 2009-05-27  Simon Josefsson  <simon@josefsson.org>
5747
5748         * gnulib-tool (sed_transform_main_lib_file)
5749         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
5750         regexps.
5751
5752 2009-05-26  Simon Josefsson  <simon@josefsson.org>
5753
5754         * tests/test-strstr.c: Add another self-test.
5755         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
5756         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
5757
5758 2009-05-23  Bruno Haible  <bruno@clisp.org>
5759
5760         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
5761         change.
5762
5763 2009-05-21  Bruno Haible  <bruno@clisp.org>
5764
5765         Simplify use of mode_t varargs.
5766         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
5767         uses 'mode_t' or 'int'.
5768         * lib/openat.c (openat): Likewise.
5769         * lib/open-safer.c (open_safer): Likewise.
5770         * m4/mode_t.m4: New file.
5771         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
5772         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
5773         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
5774         * modules/open (Files): Add m4/mode_t.m4.
5775         * modules/openat (Files): Likewise.
5776         * modules/fcntl-safer (Files): Likewise.
5777         Suggested by Eric Blake.
5778
5779 2009-05-21  Pádraig Brady  <P@draigbrady.com>
5780
5781         * doc/glibc-functions/fallocate.texi: New file.
5782         * doc/gnulib.texi: Include it.
5783
5784 2009-05-21  Eric Blake  <ebb9@byu.net>
5785             Bruno Haible  <bruno@clisp.org>
5786
5787         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
5788         invocations.
5789         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5790
5791 2009-05-21  Eric Blake  <ebb9@byu.net>
5792             Bruno Haible  <bruno@clisp.org>
5793
5794         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
5795         include_next. Fix of 2008-11-20 commit.
5796         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
5797         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
5798         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
5799         NEXT_MATH_H.
5800         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
5801         instead of NEXT_MATH_H.
5802
5803 2009-05-21  Bruno Haible  <bruno@clisp.org>
5804
5805         Avoid redefinition warnings for SIZE_MAX.
5806         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
5807         Reported by Simon Josefsson.
5808
5809 2009-05-21  Bruno Haible  <bruno@clisp.org>
5810
5811         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
5812         AC_CACHE_VAL.
5813
5814 2009-05-20  Bruno Haible  <bruno@clisp.org>
5815
5816         Make zeroptr.h work on mingw.
5817         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
5818         mprotect.
5819         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
5820         * modules/memchr2-tests (configure.ac): Likewise.
5821         * modules/memcmp-tests (configure.ac): Likewise.
5822         * modules/memmem-tests (configure.ac): Likewise.
5823         * modules/memrchr-tests (configure.ac): Likewise.
5824         Reported by Simon Josefsson.
5825
5826 2009-05-20  Simon Josefsson  <simon@josefsson.org>
5827
5828         * tests/test-glob.c: Include string.h for strcmp prototype.
5829
5830 2009-05-20  Simon Josefsson  <simon@josefsson.org>
5831
5832         * modules/getdelim (Depends-on): Add explicit stdint, although it
5833         was implicitly already pulled in via realloc-posix.
5834         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
5835
5836 2009-05-20  Simon Josefsson  <simon@josefsson.org>
5837
5838         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
5839         G. Christensen" <tgc@jupiterrise.com>.
5840         * m4/sys_socket_h.m4: Check for sa_family_t.
5841         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
5842         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
5843         * tests/test-sys_socket.c: Check that sa_family_t works.
5844
5845 2009-05-18  Eric Blake  <ebb9@byu.net>
5846
5847         maint.mk: allow gnulib_dir in VPATH build
5848         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
5849
5850 2009-05-15  Jim Meyering  <meyering@redhat.com>
5851
5852         maint.mk: Give gnulib_dir a default definition.
5853         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
5854         Thus, most packages no longer need to specify this variable in cfg.mk
5855
5856 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
5857
5858         rename.m4: fix typos that would make non-mingw cross-configure fail
5859         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
5860
5861 2009-05-13  Eric Blake  <ebb9@byu.net>
5862
5863         mmap-anon: avoid out-of-order autoconf expansion
5864         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
5865         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
5866         * modules/memchr-tests (Depends-on): Add extensions.
5867         * modules/memchr2-tests (Depends-on): Add extensions.
5868         * modules/memcmp-tests (Depends-on): Add extensions.
5869         * modules/memmem-tests (Depends-on): Add extensions.
5870         * modules/memrchr-tests (Depends-on): Add extensions.
5871
5872 2009-05-13  Bruno Haible  <bruno@clisp.org>
5873
5874         Make some tests ISO C 99 compliant.
5875         * tests/zerosize-ptr.h: New file.
5876         * tests/test-memchr.c: Include zerosize-ptr.h.
5877         (main): Use a zero-size object pointer instead of NULL.
5878         * tests/test-memchr2.c: Include zerosize-ptr.h.
5879         (main): Use a zero-size object pointer instead of NULL.
5880         * tests/test-memcmp.c: Include zerosize-ptr.h.
5881         (main): Use a zero-size object pointer instead of NULL.
5882         * tests/test-memmem.c: Include zerosize-ptr.h.
5883         (main): Use a zero-size object pointer instead of NULL.
5884         * tests/test-memrchr.c: Include zerosize-ptr.h.
5885         (main): Use a zero-size object pointer instead of NULL.
5886         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
5887         m4/mmap-anon.m4.
5888         (Depends-on): Add getpagesize.
5889         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5890         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
5891         m4/mmap-anon.m4.
5892         (Depends-on): Add getpagesize.
5893         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5894         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
5895         m4/mmap-anon.m4.
5896         (Depends-on): Add getpagesize.
5897         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5898         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
5899         m4/mmap-anon.m4.
5900         (Depends-on): Add getpagesize.
5901         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5902         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
5903         m4/mmap-anon.m4.
5904         (Depends-on): Add getpagesize.
5905         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
5906
5907 2009-05-12  Bruno Haible  <bruno@clisp.org>
5908
5909         Tests for module 'alignof'.
5910         * modules/alignof-tests: New file.
5911         * tests/test-alignof.c: New file.
5912
5913 2009-05-12  Bruno Haible  <bruno@clisp.org>
5914
5915         Fix alignof macro.
5916         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
5917         vendor compilers that are always correct.
5918
5919 2009-05-12  Bruno Haible  <bruno@clisp.org>
5920
5921         Make the MAP_ANONYMOUS detection work on HP-UX 11.
5922         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
5923         not whether its fully works.
5924
5925 2009-05-12  Bruno Haible  <bruno@clisp.org>
5926
5927         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
5928
5929 2009-05-12  Jim Meyering  <meyering@redhat.com>
5930
5931         * top/maint.mk: Adjust backslash alignment.
5932
5933 2009-05-11  Simon Josefsson  <simon@josefsson.org>
5934
5935         * top/maint.mk: Make $(srcdir)/build-aux configurable.
5936
5937 2009-05-11  Eric Blake  <ebb9@byu.net>
5938
5939         argp: avoid undefined behavior
5940         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
5941         macros.
5942
5943 2009-05-08  Simon Josefsson  <simon@josefsson.org>
5944
5945         * tests/test-vc-list-files-git.sh: Do git config of user.email and
5946         user.name to prevent git commit from complaining.
5947
5948 2009-05-10  Bruno Haible  <bruno@clisp.org>
5949
5950         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
5951         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
5952         it rewrites every file name only once.
5953         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
5954
5955 2009-05-08  Bruno Haible  <bruno@clisp.org>
5956
5957         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
5958         instead of 'max'.
5959
5960 2009-05-08  Simon Josefsson  <simon@josefsson.org>
5961
5962         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
5963         sockaddr_storage test.
5964
5965 2009-05-07  Simon Josefsson  <simon@josefsson.org>
5966
5967         * modules/sys_socket (Makefile.am): Substitute
5968         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
5969         * m4/sys_socket_h.m4: Check for sockaddr_storage.
5970         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
5971         * tests/test-sys_socket.c: Check sockaddr_storage.
5972
5973 2009-05-08  Bruno Haible  <bruno@clisp.org>
5974
5975         New module 'alignof'.
5976         * lib/alignof.h: New file.
5977         * modules/alignof: New file.
5978
5979 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
5980             Bruno Haible  <bruno@clisp.org>
5981
5982         Fix test-file-has-acl on FreeBSD.
5983         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
5984         mask is implicitly added.
5985         * tests/test-file-has-acl.c: Include <signal.h>.
5986         (main): Terminate the test after 5 seconds.
5987         * modules/acl-tests (configure.ac): Check for alarm function.
5988
5989 2009-05-04  Bruno Haible  <bruno@clisp.org>
5990
5991         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
5992         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
5993         * modules/errno (configure.ac): Drop AC_REQUIRE.
5994         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
5995         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
5996
5997 2009-05-04  Simon Josefsson  <simon@josefsson.org>
5998
5999         * modules/glob-tests: New module.
6000         * tests/test-glob.c: Add.
6001
6002 2009-05-04  Simon Josefsson  <simon@josefsson.org>
6003
6004         * modules/fnmatch-tests: New module.
6005         * tests/test-fnmatch.c: Add.
6006
6007 2009-05-04  Eric Blake  <ebb9@byu.net>
6008
6009         maint: make the new no-submodule-changes rule VPATH-safe
6010         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
6011
6012 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
6013             Bruno Haible  <bruno@clisp.org>
6014
6015         acl: Fix infinite loop on FreeBSD.
6016         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
6017         of return value from acl_get_entry.
6018         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
6019         Likewise.
6020
6021 2009-05-03  Bruno Haible  <bruno@clisp.org>
6022
6023         * lib/acl-internal.h (acl_entries): Clarify return value.
6024         * lib/acl_entries.c (acl_entries): Likewise.
6025
6026 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
6027
6028         Bug fix in acl module.
6029         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
6030
6031 2009-05-03  Bruno Haible  <bruno@clisp.org>
6032
6033         Create gperf-generated file in the source dir, not in the build dir.
6034         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
6035         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
6036         * modules/unicase/locale-language (unicase/locale-languages.h):
6037         Likewise.
6038         * modules/unicase/special-casing (unicase/special-casing-table.h):
6039         Likewise.
6040         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
6041         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
6042         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
6043         Reported by Ralf Wildenhues.
6044
6045 2009-05-03  Bruno Haible  <bruno@clisp.org>
6046
6047         * modules/fnmatch (Description, configure.ac): Taken from
6048         fnmatch-posix.
6049         * modules/fnmatch-posix: Turn into a symbolic reference to the
6050         'fnmatch' module, and deprecate.
6051         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
6052
6053 2009-05-03  Bruno Haible  <bruno@clisp.org>
6054
6055         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
6056         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
6057         Reported by Ralf Wildenhues.
6058
6059 2009-05-04  Simon Josefsson  <simon@josefsson.org>
6060
6061         * m4/fnmatch.m4: Fix fnmatch re-define.
6062
6063 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
6064
6065         priv-set: new module and tests; adapt write-any-file
6066         * lib/priv-set.c: New file.
6067         * lib/priv-set.h: New file.
6068         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
6069         * lib/write-any-file.c: Simplify by using priv-set module.
6070         * m4/priv-set.m4: New file.
6071         * modules/priv-set: New file.
6072         * modules/unlinkdir: Add dependency on priv-set module.
6073         * modules/write-any-file: Likewise.
6074
6075         Tests for module 'priv-set'.
6076         * modules/priv-set-tests: New file.
6077         * tests/test-priv-set.c: New file.
6078
6079 2009-05-03  Jim Meyering  <meyering@redhat.com>
6080             Bruno Haible  <bruno@clisp.org>
6081
6082         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
6083         use the converted UTF-8 variant of the name instead.
6084
6085 2009-05-03  Jim Meyering  <meyering@redhat.com>
6086
6087         tests: tighten some getdate tests
6088         * tests/test-getdate.c (main): Tighten tests: require equality,
6089         not just greater than.  Set TZ envvar to UTC0.
6090
6091 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
6092
6093         getdate: correctly interpret "next monday" when run on a Monday
6094         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
6095         that e.g., "next tues" (when run on a tuesday) results in a date
6096         that is one week in the future, and not today's date.
6097         I.e., add a week when the wday is the same as the current one.
6098         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
6099         and earlier by Martin Bernreuther and Jan Minář.
6100         * tests/test-getdate.c (main): Check that "next DAY" is always in
6101         the future and that "last DAY" is always in the past.
6102
6103 2009-05-02  Jim Meyering  <meyering@redhat.com>
6104
6105         build: ensure that a release build fails when a submodule is unclean
6106         * top/maint.mk (no-submodule-changes): New rule.
6107         (alpha beta major): Depend on it.
6108
6109 2009-05-02  Bruno Haible  <bruno@clisp.org>
6110
6111         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
6112         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
6113         shell variable gl_fnmatch_required to detect which variant is
6114         requested.
6115         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
6116         gl_FUNC_FNMATCH_POSIX.
6117         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
6118         exclude fnmatch-posix.
6119
6120 2009-05-02  Bruno Haible  <bruno@clisp.org>
6121
6122         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
6123         * modules/mbsrtowcs (License): Change to LGPLv2+.
6124         * modules/strnlen1 (License): Likewise.
6125         Reported by Simon Josefsson.
6126
6127 2009-05-02  Bruno Haible  <bruno@clisp.org>
6128
6129         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
6130         "cross".
6131         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
6132         gnulib-tool was called with option --source-base=lib.
6133
6134 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6135
6136         Use automake *-local hooks without commands, for extensibility.
6137         * modules/localcharset (Makefile.am): Rename install-exec-local
6138         rule to install-exec-localcharset, and make it a prerequisite of
6139         install-exec-local.  Likewise, rename the uninstall-local rule to
6140         uninstall-localcharset, and make it a prerequisite of the former.
6141
6142 2009-05-01  Bruno Haible  <bruno@clisp.org>
6143
6144         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
6145         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
6146         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
6147         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
6148         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
6149         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
6150         m4/locale-zh.m4, m4/codeset.m4.
6151
6152         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
6153         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
6154         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
6155         m4/locale-zh.m4.
6156
6157         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
6158         REPLACE_WCRTOMB if mbstate_t must be replaced.
6159         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
6160         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
6161
6162 2009-05-01  Bruno Haible  <bruno@clisp.org>
6163
6164         Avoid compiler warnings when redefining macros defined by <libintl.h>.
6165         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
6166         dngettext, dcngettext, textdomain, bindtextdomain,
6167         bind_textdomain_codeset): Undefine before redefining.
6168
6169 2009-04-30  Bruno Haible  <bruno@clisp.org>
6170
6171         Fix bug introduced on 2009-04-25.
6172         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
6173         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
6174         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
6175         is defined.
6176         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
6177         is defined.
6178         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
6179         is defined.
6180         Reported by Elbert_Pol <elbert.pol@gmail.com>.
6181
6182 2009-04-28  Bruno Haible  <bruno@clisp.org>
6183
6184         Comment tweaks.
6185         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
6186         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
6187         * lib/unicase.h (u*_casexfrm): Likewise.
6188         Reported by Paolo Bonzini.
6189
6190 2009-04-28  Bruno Haible  <bruno@clisp.org>
6191
6192         Fix a compilation error.
6193         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
6194         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
6195         Reported by Jim Meyering.
6196
6197 2009-04-27  Bruno Haible  <bruno@clisp.org>
6198
6199         New module 'libunistring'.
6200         * modules/libunistring: New file.
6201         * m4/libunistring.m4: New file.
6202         * MODULES.html.sh (Unicode string functions): Add it.
6203
6204 2009-04-27  Eric Blake  <ebb9@byu.net>
6205
6206         maint.mk: allow package-specific header to provide <config.h>
6207         * top/maint.mk (sc_require_config_h): New variable.
6208         (sc_require_config_h, sc_require_config_h_first): Use it.
6209
6210 2009-04-27  Simon Josefsson  <simon@josefsson.org>
6211
6212         * top/maint.mk (sc_avoid_if_before_free): Except
6213         useless-if-before-free script.
6214
6215 2009-04-27  Eric Blake  <ebb9@byu.net>
6216
6217         maintainer-makefile: depend on all required helper scripts
6218         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
6219         useless-if-before-free.
6220         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
6221         version, rather than assuming gnulib checkout is available.
6222         Reported by Simen Josefsson.
6223
6224 2009-04-26  Bruno Haible  <bruno@clisp.org>
6225
6226         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
6227         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
6228         "../" or "..".
6229
6230 2009-04-26  Bruno Haible  <bruno@clisp.org>
6231
6232         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
6233         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
6234         AC_LIB_HAVE_LINKFLAGS.
6235
6236 2009-04-26  Bruno Haible  <bruno@clisp.org>
6237
6238         Simplify calling convention of u*_conv_from_encoding.
6239         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
6240         u32_conv_from_encoding): Expect a resultbuf argument and return the
6241         result directly as a pointer.
6242         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
6243         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
6244         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
6245         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
6246         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
6247         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
6248         Update.
6249         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
6250         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
6251         * lib/vasnprintf.c (VASNPRINTF): Update.
6252         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
6253         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
6254         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
6255         * NEWS: Mention the change.
6256
6257 2009-04-26  Bruno Haible  <bruno@clisp.org>
6258
6259         Simplify calling convention of u*_conv_to_encoding.
6260         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
6261         u32_conv_to_encoding): Expect a resultbuf argument and return the
6262         result directly as a pointer.
6263         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
6264         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
6265         freeing scaled_offsets if mem_iconveha failed.
6266         * lib/unicase/u-casexfrm.h (FUNC): Update.
6267         * lib/uninorm/u-normxfrm.h (FUNC): Update.
6268         * lib/vasnprintf.c (VASNPRINTF): Update.
6269         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
6270         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
6271         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
6272         * NEWS: Mention the change.
6273
6274 2009-04-26  Bruno Haible  <bruno@clisp.org>
6275
6276         Avoid test failures on AIX and OSF/1.
6277         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
6278         malloc(0).
6279         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
6280         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
6281         Likewise.
6282         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
6283         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
6284         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
6285         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
6286         * doc/posix-functions/malloc.texi: Document the portability problem
6287         related to malloc(0).
6288
6289 2009-04-26  Bruno Haible  <bruno@clisp.org>
6290
6291         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
6292         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
6293         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
6294
6295 2009-04-25  Bruno Haible  <bruno@clisp.org>
6296
6297         Avoid link error when creating a namespace clean library.
6298         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
6299         as macro with arguments if already defined as an alias.
6300         * lib/signbitf.c (gl_signbitf): Don't undefine.
6301         * lib/signbitd.c (gl_signbitd): Don't undefine.
6302         * lib/signbitl.c (gl_signbitl): Don't undefine.
6303
6304 2009-04-25  Jim Meyering  <meyering@redhat.com>
6305
6306         vc-list-files: fix another quoting bug
6307         * build-aux/vc-list-files: Avoid sed backslash expansion
6308         of pathological directory names.
6309
6310 2009-04-25  Eric Blake  <ebb9@byu.net>
6311
6312         vc-list-files: fix shell quoting error
6313         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
6314         timestamp.
6315
6316 2009-04-25  Jim Meyering  <meyering@redhat.com>
6317
6318         vc-list-files: restore lost functionality with subdir argument
6319         * build-aux/vc-list-files: When given a non-"." sub-directory
6320         argument, substitute the $dir/ prefix back onto each resulting name.
6321         Otherwise, coreutils' root_tests check would fail.
6322
6323 2009-04-24  Eric Blake  <ebb9@byu.net>
6324
6325         vc-list-files: ignore git symlinks
6326         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
6327         than ls-files, to ignore git symlinks.
6328
6329         maint.mk: import improvements from m4
6330         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
6331         (move_if_change): Delete unused macro.
6332         (news-date-check, vc-diff-check): Support VPATH builds.
6333         (announcement): Likewise.  Split --bootstrap-tools list...
6334         (boostrap-tools): ...into separate list, which can be overridden
6335         in cfg.mk.
6336         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
6337         requiring dependency on useless-if-before-free module.
6338         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
6339         Support VPATH builds.
6340
6341 2009-04-24  Jim Meyering  <meyering@redhat.com>
6342
6343         maint.mk: remove coreutils-specific rules and variables
6344         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
6345         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
6346         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
6347
6348         maint.mk: remove obsolete rule
6349         * top/maint.mk (rel-check): Remove rule.
6350         (WGET, WGETFLAGS): Remove now-unused variables.
6351
6352 2009-04-24  Simon Josefsson  <simon@josefsson.org>
6353
6354         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
6355         consistency.
6356
6357         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
6358         '$(PATH_SEPARATOR)' instead of ':'.
6359
6360 2009-04-24  Simon Josefsson  <simon@josefsson.org>
6361
6362         * lib/getopt1.c (main): Use 'const' for static array.
6363
6364 2009-04-24  Simon Josefsson  <simon@josefsson.org>
6365
6366         * top/maint.mk: Sync with coreutils.
6367         * NEWS: Explain incompatibilities.
6368
6369 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6370             Bruno Haible  <bruno@clisp.org>
6371
6372         Fix cross-compilation results.
6373         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
6374         statement, as third argument of AC_TRY_RUN.
6375         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
6376         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
6377         Likewise.
6378         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
6379         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
6380         Likewise.
6381         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
6382         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
6383         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
6384
6385 2009-04-20  Bruno Haible  <bruno@clisp.org>
6386
6387         Avoid test failure on mingw.
6388         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
6389
6390 2009-04-20  Bruno Haible  <bruno@clisp.org>
6391
6392         Avoid compilation error on mingw.
6393         * modules/localename-tests (Depends-on): Add locale.
6394
6395 2009-04-19  Bruno Haible  <bruno@clisp.org>
6396
6397         Support for building a shared library on Windows platforms.
6398         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
6399         (main): Test the presence of UNINORM_NFC here.
6400         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
6401         (main): Test the presence of UNINORM_NFD here.
6402         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
6403         (main): Test the presence of UNINORM_NFKC here.
6404         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
6405         (main): Test the presence of UNINORM_NFKD here.
6406
6407 2009-04-19  Bruno Haible  <bruno@clisp.org>
6408
6409         Avoid a compiler warning.
6410         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
6411         Change type of variable 'sequence'.
6412
6413 2009-04-19  Bruno Haible  <bruno@clisp.org>
6414
6415         * modules/configmake (Makefile.am): When the contents of configmake.h
6416         does not change, arrange to preserve its modification time.
6417
6418 2009-04-17  Simon Josefsson  <simon@josefsson.org>
6419
6420         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
6421         gettext domain.
6422
6423 2009-04-16  Jim Meyering  <meyering@redhat.com>
6424
6425         useless-if-before-free: improve conversion code
6426         * build-aux/useless-if-before-free: Adjust code-in-comment to match
6427         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
6428
6429 2009-04-14  Bruno Haible  <bruno@clisp.org>
6430
6431         * modules/fcntl (Depends-on): Add extensions.
6432         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
6433
6434 2009-04-12  Ben Pfaff  <blp@gnu.org>
6435
6436         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
6437         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
6438
6439 2009-03-20  Ben Pfaff  <blp@gnu.org>
6440
6441         Make rename replace existing destinations on Windows.
6442         * m4/rename.m4: Add test for Mingw.
6443         * lib/rename.c: Add rename replacement that uses MoveFileEx with
6444         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
6445         * doc/posix-functions/rename.texi: Document.
6446
6447 2009-04-10  Bruno Haible  <bruno@clisp.org>
6448
6449         New include file "iconveh.h".
6450         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
6451         * lib/striconveh.h: Include it.
6452         (enum iconv_ilseq_handler): Remove definition.
6453         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
6454         striconveh.h.
6455         * lib/striconveha.c: Include striconveh.h.
6456         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
6457         * modules/striconveh (Files): Add lib/iconveh.h.
6458         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
6459         lib/striconveh.h.
6460
6461 2009-04-10  Bruno Haible  <bruno@clisp.org>
6462
6463         * lib/uniconv.h: Update comment.
6464
6465 2009-04-10  Bruno Haible  <bruno@clisp.org>
6466
6467         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
6468         always.
6469         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
6470         * lib/unistr/u16-mbtouc-aux.c: Likewise.
6471         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
6472         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
6473         "unistring-notinline.h", so that the function gets defined always.
6474         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
6475         * lib/unistr/u8-uctomb.c: Likewise.
6476         * lib/unistr/u16-mbtouc.c: Likewise.
6477         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
6478         * lib/unistr/u16-uctomb.c: Likewise.
6479         * lib/unistr/u32-mbtouc.c: Likewise.
6480         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
6481         * lib/unistr/u32-uctomb.c: Likewise.
6482
6483 2009-04-10  Bruno Haible  <bruno@clisp.org>
6484
6485         Mark 'utime' obsolete.
6486         * modules/utime (Status, Notice): New sections.
6487         Suggested by Jim Meyering.
6488
6489         Fix cross-compile guess for utime test.
6490         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
6491         autoconf.
6492         * doc/posix-functions/utime.texi: Give more precisions.
6493         Reported by Jan <ipif@ymail.com>.
6494
6495 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
6496
6497         filevercmp: correct today's change
6498         * lib/filevercmp.c: Also handle coreutils' test inputs.
6499         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
6500
6501         Fix regression in 'filevercmp' module. Thanks Sven Joachim
6502         for reporting it.
6503         * lib/filevercmp.c: Special handle for "", "." and "..".
6504         * tests/test-filevercmp.c: Enlarge the set suite.
6505
6506 2009-04-07  Jim Meyering  <meyering@redhat.com>
6507
6508         useless-if-before-free: show how to remove braced useless free, too
6509         * build-aux/useless-if-before-free: still only in a comment, though.
6510
6511 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
6512
6513         maint.mk: import changes to syntax-check macros from coreutils
6514         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
6515         Use them in the relevant macros.
6516
6517 2009-04-06  Bruno Haible  <bruno@clisp.org>
6518
6519         Fix unportable use of bit-fields.
6520         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
6521         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
6522         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
6523
6524 2009-04-06  Bruno Haible  <bruno@clisp.org>
6525
6526         Avoid test failures on AIX and OSF/1.
6527         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
6528         that malloc(0) = NULL.
6529         * tests/unicase/test-u8-tolower.c (check): Likewise.
6530         * tests/unicase/test-u8-totitle.c (check): Likewise.
6531         * tests/unicase/test-u8-toupper.c (check): Likewise.
6532         * tests/unicase/test-u16-casefold.c (check): Likewise.
6533         * tests/unicase/test-u16-tolower.c (check): Likewise.
6534         * tests/unicase/test-u16-totitle.c (check): Likewise.
6535         * tests/unicase/test-u16-toupper.c (check): Likewise.
6536         * tests/unicase/test-u32-casefold.c (check): Likewise.
6537         * tests/unicase/test-u32-tolower.c (check): Likewise.
6538         * tests/unicase/test-u32-totitle.c (check): Likewise.
6539         * tests/unicase/test-u32-toupper.c (check): Likewise.
6540         * tests/uninorm/test-u8-nfc.c (check): Likewise.
6541         * tests/uninorm/test-u8-nfd.c (check): Likewise.
6542         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
6543         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
6544         * tests/uninorm/test-u16-nfc.c (check): Likewise.
6545         * tests/uninorm/test-u16-nfd.c (check): Likewise.
6546         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
6547         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
6548         * tests/uninorm/test-u32-nfc.c (check): Likewise.
6549         * tests/uninorm/test-u32-nfd.c (check): Likewise.
6550         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
6551         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
6552
6553 2009-04-05  Bruno Haible  <bruno@clisp.org>
6554
6555         Work around an autoconf limitation.
6556         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
6557         comment line if it would be longer than 3 KB.
6558
6559 2009-04-05  Bruno Haible  <bruno@clisp.org>
6560
6561         Avoid test failure with libiconv-1.13.
6562         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
6563         of the expected test results.
6564
6565 2009-04-05  Bruno Haible  <bruno@clisp.org>
6566
6567         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
6568         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
6569         that it should be installed.
6570
6571 2009-04-05  Bruno Haible  <bruno@clisp.org>
6572
6573         * gnulib-tool: New option --copy-file.
6574         (func_usage): Document it.
6575         (func_dest_tmpfilename): Moved out of func_import.
6576         (func_add_file, func_update_file): New functions, extracted from
6577         func_import.
6578         (func_import): Update.
6579
6580 2009-04-05  Karl Berry  <karl@gnu.org>
6581
6582         * README: prominently mention gnulib-tool.
6583         Rearrange sections so getting the code is near the top.
6584
6585 2009-04-05  Bruno Haible  <bruno@clisp.org>
6586
6587         * lib/unicase.h: Mention u*_cmp2.
6588         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
6589         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
6590         * lib/unicase/ulc-casecmp.c: Likewise.
6591         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
6592         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
6593         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
6594         unistr/u8-cmp.
6595         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
6596         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
6597         unistr/u16-cmp.
6598         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
6599         unistr/u32-cmp.
6600
6601         * lib/uninorm.h: Mention u*_cmp2.
6602         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
6603         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
6604         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
6605         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
6606         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
6607         unistr/u8-cmp.
6608         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
6609         unistr/u16-cmp.
6610         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
6611         unistr/u32-cmp.
6612
6613         New module 'unistr/u32-cmp2'.
6614         * lib/unistr/u32-cmp2.c: New file.
6615         * modules/unistr/u32-cmp2: New file.
6616
6617         New module 'unistr/u16-cmp2'.
6618         * lib/unistr/u16-cmp2.c: New file.
6619         * modules/unistr/u16-cmp2: New file.
6620
6621         New module 'unistr/u8-cmp2'.
6622         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
6623         * lib/unistr/u8-cmp2.c: New file.
6624         * lib/unistr/u-cmp2.h: New file.
6625         * modules/unistr/u8-cmp2: New file.
6626
6627 2009-04-05  Bruno Haible  <bruno@clisp.org>
6628
6629         * lib/unictype.h (uc_property_is_valid): New macro.
6630         * tests/unictype/test-pr_byname.c (main): Use it.
6631
6632         * lib/unistr.h: Doc fixes.
6633         * lib/uniconv.h: Doc fixes.
6634         * lib/unictype.h: Doc fixes.
6635
6636 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
6637
6638         Port coreutils 7.2 to Solaris 8.
6639
6640         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
6641         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
6642         for Solaris 8.  This is a bit of a hack, as it means it's the
6643         caller's responsibility to add -lnsl if needed, but most likely it
6644         won't be needed since only getaddrinfo uses this and getaddrinfo
6645         isn't needed on Solaris 8.
6646
6647         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
6648         problem to Solaris 8 encountered with coreutils 7.2, which
6649         resulted in a message "fnmatch.c:292: warning: passing argument 4
6650         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
6651         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
6652
6653 2009-04-03  Simon Josefsson  <simon@josefsson.org>
6654
6655         * m4/ld-version-script.m4: Add FIXME comment.
6656
6657 2009-04-02  Simon Josefsson  <simon@josefsson.org>
6658
6659         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
6660         SOVERSION variable.
6661
6662 2009-04-02  Bruno Haible  <bruno@clisp.org>
6663
6664         * Makefile (info, html, dvi, pdf): Combine the rules.
6665         Suggested by Jim Meyering.
6666
6667 2009-04-01  Bruno Haible  <bruno@clisp.org>
6668
6669         * Makefile (info, html, dvi, pdf): New targets.
6670         Reported by Reuben Thomas <rrt@sc3d.org>.
6671
6672 2009-04-01  Bruno Haible  <bruno@clisp.org>
6673
6674         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
6675         can be put into PATH.
6676         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
6677
6678 2009-04-01  Bruno Haible  <bruno@clisp.org>
6679
6680         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
6681
6682 2009-04-01  Bruno Haible  <bruno@clisp.org>
6683
6684         Rename module 'visibility'.
6685         * modules/lib-symbol-visibility: Renamed from modules/visibility.
6686         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
6687         * doc/gnulib.texi: Update.
6688         * MODULES.html.sh (Misc): Update.
6689         * NEWS: Mention the change.
6690
6691 2009-04-01  Simon Josefsson  <simon@josefsson.org>
6692
6693         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
6694         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
6695         Eric Blake <ebb9@byu.net> for review.
6696         * MODULES.html.sh: Add lib-msvc-compat.
6697         * doc/gnulib.texi: Link to new section.
6698         * m4/ld-output-def.m4: New file.
6699         * doc/ld-output-def.texi: New file.
6700
6701 2009-04-01  Simon Josefsson  <simon@josefsson.org>
6702
6703         Rename ld-version-script to lib-symbol-versions.  Suggested by
6704         Bruno Haible <bruno@clisp.org>.
6705         * modules/ld-version-script: Renamed to lib-symbol-versions.
6706         * doc/ld-version-script.texi: Fix module name.
6707         * MODULES.html.sh: Add lib-symbol-versions.
6708
6709 2009-03-31  Simon Josefsson  <simon@josefsson.org>
6710
6711         * modules/u64-tests: New file.
6712         * tests/test-u64.c: New file.
6713
6714 2009-03-04  Simon Josefsson  <simon@josefsson.org>
6715
6716         * MODULES.html.sh: Mention u64.
6717         * modules/u64: New module.
6718         * modules/crypto/sha512: Depend on u64 module instead of providing
6719         u64.h.
6720
6721 2009-03-27  Eric Blake  <ebb9@byu.net>
6722
6723         test-strerror: make debugging EAI_SYSTEM easier
6724         * modules/getaddrinfo-tests (Depends-on): Add strerror.
6725         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
6726         failure was EAI_SYSTEM.
6727
6728 2009-03-25  Bruno Haible  <bruno@clisp.org>
6729
6730         Fix a problem with --enable-relocatable on Solaris 7.
6731         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
6732         since 2008-02-24.
6733
6734 2009-03-25  Eric Blake  <ebb9@byu.net>
6735
6736         test-sockets: avoid gcc warning
6737         * tests/test-sockets.c (main): Silence compiler warning.
6738
6739 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
6740
6741         New modules nproc, pthread, contributed by Glen Lenker.
6742
6743         * MODULES.html.sh: Add pthread, nproc.
6744         * lib/nproc.c: New file.
6745         * lib/nproc.h: New file.
6746         * lib/pthread.in.h: New file.
6747         * m4/pthread.m4: New file.
6748         * modules/nproc: New file.
6749         * modules/pthread: New file.
6750
6751 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6752
6753         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
6754         New variable.
6755
6756 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
6757
6758         filevercmp: handle simple~ and numbered.~3~ backup suffixes
6759         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
6760         * tests/test-filevercmp.c: Add tests for backup suffixes.
6761
6762 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6763
6764         * modules/stdlib (Depends-on): Add stdint, needed when defining
6765         struct random_data on, for example, HP-UX 10.20.  Reported by
6766         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6767
6768 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6769
6770         * lib/readline.c (readline): Call fflush on stdout after printing
6771         prompt.
6772
6773 2009-03-20  Bruno Haible  <bruno@clisp.org>
6774
6775         Remove dependency from 'close' module to -lws2_32 on native Windows.
6776         * lib/close-hook.h: New file.
6777         * lib/close-hook.c: New file.
6778         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
6779         w32sock.h.
6780         (_gl_close_fd_maybe_socket): Remove function.
6781         (rpl_close): Invoke execute_all_close_hooks instead of
6782         _gl_close_fd_maybe_socket.
6783         * lib/sockets.c: Include close-hook.h, w32sock.h.
6784         (close_fd_maybe_socket): New function, essentially from lib/close.c.
6785         (close_sockets_hook): New variable.
6786         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
6787         (gl_sockets_cleanup): Unregister it.
6788         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
6789         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
6790         * modules/close-hook: New file.
6791         * modules/close (Files): Remove lib/w32sock.h.
6792         (Depends-on): Add close-hook.
6793         (Link): Remove section.
6794         * modules/sockets (Files): Add lib/w32sock.h.
6795         (Depends-on): Add close-hook.
6796         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
6797         invocation.
6798         * NEWS: Mention that LIB_CLOSE is gone.
6799
6800 2009-03-23  Eric Blake  <ebb9@byu.net>
6801
6802         signal-tests: test previous patch
6803         * tests/test-signal.c: New file.
6804         * modules/signal-tests: Likewise.
6805
6806         signal.h: always support 'volatile sig_atomic_t'
6807         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
6808         (gl_SIGNAL_H_DEFAULTS): Add a default.
6809         * modules/signal (Makefile.am): Substitute if needed.
6810         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
6811         users can blindly add volatile.
6812         * doc/posix-headers/signal.texi (signal.h): Document it.
6813         Reported by Matthew Woehlke.
6814
6815 2009-03-23  Jim Meyering  <meyering@redhat.com>
6816
6817         pathmax: PATH_MAX: use pathconf only when available
6818         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
6819         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
6820         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
6821         This avoids a link failure in a PSP cross-compilation environment
6822         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
6823
6824         * lib/vasnprintf.c (divide): Fix typo in comment.
6825
6826 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6827
6828         * gnulib-tool (func_filter_filelist): Fix comment.
6829
6830 2009-03-20  Bruno Haible  <bruno@clisp.org>
6831
6832         Make sockets.h self-contained.
6833         * lib/sockets.c: Include sockets.h first.
6834         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
6835
6836 2009-03-19  Eric Blake  <ebb9@byu.net>
6837
6838         doc: mention more functions added in cygwin 1.7.0
6839         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
6840         addition.
6841         * doc/posix-functions/log2f.texi: Likewise.
6842
6843 2009-03-19  Jim Meyering  <meyering@redhat.com>
6844
6845         fsusage: avoid syntax error due to statement-before-declaration
6846         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
6847         after all declarations.  Reported by Matthew Woehlke in
6848         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
6849
6850 2009-03-18  Eric Blake  <ebb9@byu.net>
6851
6852         build-aux/compile: sync from automake
6853         * build-aux/compile: New file, from automake.
6854         * config/srclist.txt: Mention build-aux/compile.
6855
6856 2009-03-17  Bruno Haible  <bruno@clisp.org>
6857
6858         * lib/git-merge-changelog.c: Fix typo in comment.
6859         Reported by Reuben Thomas <rrt@sc3d.org>.
6860
6861 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
6862
6863         * m4/regex.m4: update and improve help for
6864         --without-included-regex.
6865
6866 2009-03-17  Simon Josefsson  <simon@josefsson.org>
6867
6868         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
6869         failure on missing include files.
6870
6871 2009-03-17  Eric Blake  <ebb9@byu.net>
6872
6873         doc: mention more functions added in cygwin 1.7.0
6874         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
6875         addition.
6876         * doc/posix-functions/fwscanf.texi: Likewise.
6877         * doc/posix-functions/swprintf.texi: Likewise.
6878         * doc/posix-functions/swscanf.texi: Likewise.
6879         * doc/posix-functions/vfwprintf.texi: Likewise.
6880         * doc/posix-functions/vfwscanf.texi: Likewise.
6881         * doc/posix-functions/vswprintf.texi: Likewise.
6882         * doc/posix-functions/vswscanf.texi: Likewise.
6883         * doc/posix-functions/vwprintf.texi: Likewise.
6884         * doc/posix-functions/vwscanf.texi: Likewise.
6885         * doc/posix-functions/wcscasecmp.texi: Likewise.
6886         * doc/posix-functions/wcsdup.texi: Likewise.
6887         * doc/posix-functions/wcsftime.texi: Likewise.
6888         * doc/posix-functions/wcsncasecmp.texi: Likewise.
6889         * doc/posix-functions/wprintf.texi: Likewise.
6890         * doc/posix-functions/wscanf.texi: Likewise.
6891         * doc/glibc-functions/gethostbyname2.texi: Likewise.
6892
6893 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6894
6895         maint.mk: really add $(AM_MAKEFLAGS)
6896         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
6897         was inadvertently omitted in the last commit.
6898         Spotted by Bruno Haible.
6899
6900         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
6901         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
6902         $(AM_MAKEFLAGS)' rather than plain `make'.
6903
6904         gnulib-tool: execute $MAKE not make
6905         * gnulib-tool: Default $MAKE to 'make'.
6906         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
6907         than make.  Initialize $MAKE in the do-autobuild script.
6908
6909         gnulib-tool: use $MAKE not make in generated files
6910         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
6911         make, in generated files.  Initialize $MAKE in the do-autobuild
6912         script.
6913
6914         * top/GNUmakefile (_have-git-version-gen): Fix typo.
6915
6916         GNUmakefile: disable parallelism only for multiple, recursive targets
6917         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
6918         additions in the Makefile.
6919         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
6920         by Automake.
6921         (.NOTPARALLEL): Only disable parallel builds if multiple targets
6922         are listed on the command line and at least one of them is
6923         listed in $(ALL_RECURSIVE_TARGETS).
6924
6925 2009-03-14  Bruno Haible  <bruno@clisp.org>
6926
6927         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
6928         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
6929         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
6930         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
6931         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
6932         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
6933         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
6934         unistr/u8-uctomb.
6935         * modules/unistr/u8-strchr (Depends-on): Likewise.
6936         * modules/unistr/u8-strrchr (Depends-on): Likewise.
6937         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
6938         unistr/u16-uctomb.
6939         * modules/unistr/u16-strchr (Depends-on): Likewise.
6940         * modules/unistr/u16-strrchr (Depends-on): Likewise.
6941
6942 2009-03-12  Bruno Haible  <bruno@clisp.org>
6943
6944         Work around select() bug on Interix 3.5.
6945         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
6946         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
6947         * m4/select.m4: New file.
6948         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
6949         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
6950         * modules/select (Files): Add m4/select.m4.
6951         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
6952         * modules/nanosleep (Depends-on): Add select.
6953         * modules/poll (Depends-on): Likewise.
6954         * doc/posix-functions/select.texi: Mention the Interix bug.
6955         Reported by Markus Duft <mduft@gentoo.org>.
6956
6957         * lib/select.c: Renamed from lib/winsock-select.c.
6958         * modules/select (Files): Add lib/select.c, remove
6959         lib/winsock-select.c.
6960         (configure.ac): Update.
6961
6962 2009-03-12  Jim Meyering  <meyering@redhat.com>
6963
6964         avoid gcc warnings about unused macro definitions
6965         * lib/readtokens.c (STREQ): Remove unused definition.
6966         * lib/xmalloc.c (SIZE_MAX): Likewise.
6967         * lib/openat-die.c (N_): Likewise.
6968         * lib/mountlist.c (SIZE_MAX): Remove definition.
6969         Instead, include <stdint.h>.
6970         * lib/readutmp.c: Likewise.
6971         * modules/readutmp (Depends-on): Add stdint.
6972         * modules/mountlist (Depends-on): Add stdint.
6973         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
6974
6975 2009-03-10  Bruno Haible  <bruno@clisp.org>
6976
6977         Tests for module 'mbmemcasecoll'.
6978         * modules/mbmemcasecoll-tests: New file.
6979         * tests/test-mbmemcasecoll1.sh: New file.
6980         * tests/test-mbmemcasecoll2.sh: New file.
6981         * tests/test-mbmemcasecoll3.sh: New file.
6982         * tests/test-mbmemcasecoll.c: New file.
6983
6984         New module 'mbmemcasecoll'.
6985         * lib/mbmemcasecoll.h: New file.
6986         * lib/mbmemcasecoll.c: New file.
6987         * modules/mbmemcasecoll: New file.
6988
6989         * tests/test-mbmemcasecmp.h: New file, extracted from
6990         tests/test-mbmemcasecmp.c.
6991         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
6992         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
6993         (main): Update.
6994         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
6995
6996 2009-03-09  Bruno Haible  <bruno@clisp.org>
6997
6998         Tests for module 'mbmemcasecmp'.
6999         * modules/mbmemcasecmp-tests: New file.
7000         * tests/test-mbmemcasecmp1.sh: New file.
7001         * tests/test-mbmemcasecmp2.sh: New file.
7002         * tests/test-mbmemcasecmp3.sh: New file.
7003         * tests/test-mbmemcasecmp.c: New file.
7004
7005         New module 'mbmemcasecmp'.
7006         * lib/mbmemcasecmp.h: New file.
7007         * lib/mbmemcasecmp.c: New file.
7008         * modules/mbmemcasecmp: New file.
7009
7010 2009-03-09  Bruno Haible  <bruno@clisp.org>
7011
7012         Tests for module 'unicase/ulc-casecoll'.
7013         * modules/unicase/ulc-casecoll-tests: New file.
7014         * tests/unicase/test-ulc-casecoll1.sh: New file.
7015         * tests/unicase/test-ulc-casecoll2.sh: New file.
7016         * tests/unicase/test-ulc-casecoll.c: New file.
7017
7018         New module 'unicase/ulc-casecoll'.
7019         * lib/unicase.h (ulc_casecoll): New declaration.
7020         * lib/unicase/ulc-casecoll.c: New file.
7021         * modules/unicase/ulc-casecoll: New file.
7022
7023         New module 'unicase/ulc-casexfrm'.
7024         * lib/unicase.h (ulc_casexfrm): New declaration.
7025         * lib/unicase/ulc-casexfrm.c: New file.
7026         * modules/unicase/ulc-casexfrm: New file.
7027
7028 2009-03-09  Bruno Haible  <bruno@clisp.org>
7029
7030         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
7031         invocations.
7032
7033         * m4/mbscasecmp.m4: Remove file.
7034         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
7035         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
7036
7037         * m4/mbscasestr.m4: Remove file.
7038         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
7039         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
7040
7041         * m4/mbschr.m4: Remove file.
7042         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
7043         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
7044
7045         * m4/mbscspn.m4: Remove file.
7046         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
7047         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
7048
7049         * m4/mbslen.m4: Remove file.
7050         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
7051         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
7052
7053         * m4/mbsncasecmp.m4: Remove file.
7054         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
7055         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
7056
7057         * m4/mbsnlen.m4: Remove file.
7058         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
7059         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
7060
7061         * m4/mbspbrk.m4: Remove file.
7062         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
7063         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
7064
7065         * m4/mbspcasecmp.m4: Remove file.
7066         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
7067         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
7068
7069         * m4/mbsrchr.m4: Remove file.
7070         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
7071         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
7072
7073         * m4/mbssep.m4: Remove file.
7074         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
7075         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
7076
7077         * m4/mbsspn.m4: Remove file.
7078         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
7079         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
7080
7081         * m4/mbsstr.m4: Remove file.
7082         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
7083         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
7084
7085         * m4/mbstok_r.m4: Remove file.
7086         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
7087         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
7088
7089         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
7090
7091         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
7092         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
7093
7094         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
7095
7096 2009-03-08  Bruno Haible  <bruno@clisp.org>
7097
7098         Tests for module 'unicase/ulc-casecmp'.
7099         * modules/unicase/ulc-casecmp-tests: New file.
7100         * tests/unicase/test-ulc-casecmp1.sh: New file.
7101         * tests/unicase/test-ulc-casecmp2.sh: New file.
7102         * tests/unicase/test-ulc-casecmp.c: New file.
7103
7104         New module 'unicase/ulc-casecmp'.
7105         * lib/unicase.h (ulc_casecmp): New declaration.
7106         * lib/unicase/ulc-casecmp.c: New file.
7107         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
7108         'const SRC_UNIT *'.
7109         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
7110         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
7111         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
7112         * modules/unicase/ulc-casecmp: New file.
7113
7114         Tests for module 'unicase/u32-is-cased'.
7115         * modules/unicase/u32-is-cased-tests: New file.
7116         * tests/unicase/test-u32-is-cased.c: New file.
7117
7118         Tests for module 'unicase/u16-is-cased'.
7119         * modules/unicase/u16-is-cased-tests: New file.
7120         * tests/unicase/test-u16-is-cased.c: New file.
7121
7122         Tests for module 'unicase/u8-is-cased'.
7123         * modules/unicase/u8-is-cased-tests: New file.
7124         * tests/unicase/test-u8-is-cased.c: New file.
7125         * tests/unicase/test-is-cased.h: New file.
7126
7127         New module 'unicase/u32-is-cased'.
7128         * lib/unicase/u32-is-cased.c: New file.
7129         * modules/unicase/u32-is-cased: New file.
7130
7131         New module 'unicase/u16-is-cased'.
7132         * lib/unicase/u16-is-cased.c: New file.
7133         * modules/unicase/u16-is-cased: New file.
7134
7135         New module 'unicase/u8-is-cased'.
7136         * lib/unicase/u8-is-cased.c: New file.
7137         * lib/unicase/u-is-cased.h: New file.
7138         * modules/unicase/u8-is-cased: New file.
7139
7140         Tests for module 'unicase/u32-is-casefolded'.
7141         * modules/unicase/u32-is-casefolded-tests: New file.
7142         * tests/unicase/test-u32-is-casefolded.c: New file.
7143
7144         Tests for module 'unicase/u16-is-casefolded'.
7145         * modules/unicase/u16-is-casefolded-tests: New file.
7146         * tests/unicase/test-u16-is-casefolded.c: New file.
7147
7148         Tests for module 'unicase/u8-is-casefolded'.
7149         * modules/unicase/u8-is-casefolded-tests: New file.
7150         * tests/unicase/test-u8-is-casefolded.c: New file.
7151         * tests/unicase/test-is-casefolded.h: New file.
7152
7153         New module 'unicase/u32-is-casefolded'.
7154         * lib/unicase/u32-is-casefolded.c: New file.
7155         * modules/unicase/u32-is-casefolded: New file.
7156
7157         New module 'unicase/u16-is-casefolded'.
7158         * lib/unicase/u16-is-casefolded.c: New file.
7159         * modules/unicase/u16-is-casefolded: New file.
7160
7161         New module 'unicase/u8-is-casefolded'.
7162         * lib/unicase/u8-is-casefolded.c: New file.
7163         * modules/unicase/u8-is-casefolded: New file.
7164
7165         Tests for module 'unicase/u32-is-titlecase'.
7166         * modules/unicase/u32-is-titlecase-tests: New file.
7167         * tests/unicase/test-u32-is-titlecase.c: New file.
7168
7169         Tests for module 'unicase/u16-is-titlecase'.
7170         * modules/unicase/u16-is-titlecase-tests: New file.
7171         * tests/unicase/test-u16-is-titlecase.c: New file.
7172
7173         Tests for module 'unicase/u8-is-titlecase'.
7174         * modules/unicase/u8-is-titlecase-tests: New file.
7175         * tests/unicase/test-u8-is-titlecase.c: New file.
7176         * tests/unicase/test-is-titlecase.h: New file.
7177
7178         New module 'unicase/u32-is-titlecase'.
7179         * lib/unicase/u32-is-titlecase.c: New file.
7180         * modules/unicase/u32-is-titlecase: New file.
7181
7182         New module 'unicase/u16-is-titlecase'.
7183         * lib/unicase/u16-is-titlecase.c: New file.
7184         * modules/unicase/u16-is-titlecase: New file.
7185
7186         New module 'unicase/u8-is-titlecase'.
7187         * lib/unicase/u8-is-titlecase.c: New file.
7188         * modules/unicase/u8-is-titlecase: New file.
7189
7190         Tests for module 'unicase/u32-is-lowercase'.
7191         * modules/unicase/u32-is-lowercase-tests: New file.
7192         * tests/unicase/test-u32-is-lowercase.c: New file.
7193
7194         Tests for module 'unicase/u16-is-lowercase'.
7195         * modules/unicase/u16-is-lowercase-tests: New file.
7196         * tests/unicase/test-u16-is-lowercase.c: New file.
7197
7198         Tests for module 'unicase/u8-is-lowercase'.
7199         * modules/unicase/u8-is-lowercase-tests: New file.
7200         * tests/unicase/test-u8-is-lowercase.c: New file.
7201         * tests/unicase/test-is-lowercase.h: New file.
7202
7203         New module 'unicase/u32-is-lowercase'.
7204         * lib/unicase/u32-is-lowercase.c: New file.
7205         * modules/unicase/u32-is-lowercase: New file.
7206
7207         New module 'unicase/u16-is-lowercase'.
7208         * lib/unicase/u16-is-lowercase.c: New file.
7209         * modules/unicase/u16-is-lowercase: New file.
7210
7211         New module 'unicase/u8-is-lowercase'.
7212         * lib/unicase/u8-is-lowercase.c: New file.
7213         * modules/unicase/u8-is-lowercase: New file.
7214
7215         Tests for module 'unicase/u32-is-uppercase'.
7216         * modules/unicase/u32-is-uppercase-tests: New file.
7217         * tests/unicase/test-u32-is-uppercase.c: New file.
7218
7219         Tests for module 'unicase/u16-is-uppercase'.
7220         * modules/unicase/u16-is-uppercase-tests: New file.
7221         * tests/unicase/test-u16-is-uppercase.c: New file.
7222
7223         Tests for module 'unicase/u8-is-uppercase'.
7224         * modules/unicase/u8-is-uppercase-tests: New file.
7225         * tests/unicase/test-u8-is-uppercase.c: New file.
7226         * tests/unicase/test-is-uppercase.h: New file.
7227
7228         New module 'unicase/u32-is-uppercase'.
7229         * lib/unicase/u32-is-uppercase.c: New file.
7230         * modules/unicase/u32-is-uppercase: New file.
7231
7232         New module 'unicase/u16-is-uppercase'.
7233         * lib/unicase/u16-is-uppercase.c: New file.
7234         * modules/unicase/u16-is-uppercase: New file.
7235
7236         New module 'unicase/u8-is-uppercase'.
7237         * lib/unicase/u8-is-uppercase.c: New file.
7238         * modules/unicase/u8-is-uppercase: New file.
7239
7240         New module 'unicase/u32-is-invariant'.
7241         * lib/unicase/u32-is-invariant.c: New file.
7242         * modules/unicase/u32-is-invariant: New file.
7243
7244         New module 'unicase/u16-is-invariant'.
7245         * lib/unicase/u16-is-invariant.c: New file.
7246         * modules/unicase/u16-is-invariant: New file.
7247
7248         New module 'unicase/u8-is-invariant'.
7249         * lib/unicase/u8-is-invariant.c: New file.
7250         * lib/unicase/invariant.h: New file.
7251         * lib/unicase/u-is-invariant.h: New file.
7252         * modules/unicase/u8-is-invariant: New file.
7253
7254         Tests for module 'unicase/u32-casecoll'.
7255         * modules/unicase/u32-casecoll-tests: New file.
7256         * tests/unicase/test-u32-casecoll.c: New file.
7257
7258         Tests for module 'unicase/u16-casecoll'.
7259         * modules/unicase/u16-casecoll-tests: New file.
7260         * tests/unicase/test-u16-casecoll.c: New file.
7261
7262         Tests for module 'unicase/u8-casecoll'.
7263         * modules/unicase/u8-casecoll-tests: New file.
7264         * tests/unicase/test-u8-casecoll.c: New file.
7265
7266         New module 'unicase/u32-casecoll'.
7267         * lib/unicase/u32-casecoll.c: New file.
7268         * modules/unicase/u32-casecoll: New file.
7269
7270         New module 'unicase/u16-casecoll'.
7271         * lib/unicase/u16-casecoll.c: New file.
7272         * modules/unicase/u16-casecoll: New file.
7273
7274         New module 'unicase/u8-casecoll'.
7275         * lib/unicase/u8-casecoll.c: New file.
7276         * lib/unicase/u-casecoll.h: New file.
7277         * modules/unicase/u8-casecoll: New file.
7278
7279         New module 'unicase/u32-casexfrm'.
7280         * lib/unicase/u32-casexfrm.c: New file.
7281         * modules/unicase/u32-casexfrm: New file.
7282
7283         New module 'unicase/u16-casexfrm'.
7284         * lib/unicase/u16-casexfrm.c: New file.
7285         * modules/unicase/u16-casexfrm: New file.
7286
7287         New module 'unicase/u8-casexfrm'.
7288         * lib/unicase/u8-casexfrm.c: New file.
7289         * lib/unicase/u-casexfrm.h: New file.
7290         * modules/unicase/u8-casexfrm: New file.
7291
7292         Tests for module 'unicase/u32-casecmp'.
7293         * modules/unicase/u32-casecmp-tests: New file.
7294         * tests/unicase/test-u32-casecmp.c: New file.
7295
7296         Tests for module 'unicase/u16-casecmp'.
7297         * modules/unicase/u16-casecmp-tests: New file.
7298         * tests/unicase/test-u16-casecmp.c: New file.
7299
7300         Tests for module 'unicase/u8-casecmp'.
7301         * modules/unicase/u8-casecmp-tests: New file.
7302         * tests/unicase/test-u8-casecmp.c: New file.
7303         * tests/unicase/test-casecmp.h: New file.
7304
7305         New module 'unicase/u32-casecmp'.
7306         * lib/unicase/u32-casecmp.c: New file.
7307         * modules/unicase/u32-casecmp: New file.
7308
7309         New module 'unicase/u16-casecmp'.
7310         * lib/unicase/u16-casecmp.c: New file.
7311         * modules/unicase/u16-casecmp: New file.
7312
7313         New module 'unicase/u8-casecmp'.
7314         * lib/unicase/u8-casecmp.c: New file.
7315         * lib/unicase/u-casecmp.h: New file.
7316         * modules/unicase/u8-casecmp: New file.
7317
7318         Tests for module 'unicase/u32-casefold'.
7319         * modules/unicase/u32-casefold-tests: New file.
7320         * tests/unicase/test-u32-casefold.c: New file.
7321
7322         Tests for module 'unicase/u16-casefold'.
7323         * modules/unicase/u16-casefold-tests: New file.
7324         * tests/unicase/test-u16-casefold.c: New file.
7325
7326         Tests for module 'unicase/u8-casefold'.
7327         * modules/unicase/u8-casefold-tests: New file.
7328         * tests/unicase/test-u8-casefold.c: New file.
7329
7330         New module 'unicase/u32-casefold'.
7331         * lib/unicase/u32-casefold.c: New file.
7332         * modules/unicase/u32-casefold: New file.
7333
7334         New module 'unicase/u16-casefold'.
7335         * lib/unicase/u16-casefold.c: New file.
7336         * modules/unicase/u16-casefold: New file.
7337
7338         New module 'unicase/u8-casefold'.
7339         * lib/unicase/u8-casefold.c: New file.
7340         * lib/unicase/u-casefold.h: New file.
7341         * modules/unicase/u8-casefold: New file.
7342
7343         New module 'unicase/tocasefold'.
7344         * lib/unicase/casefold.h: New file.
7345         * lib/unicase/tocasefold.c: New file.
7346         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
7347         * modules/unicase/tocasefold: New file.
7348
7349         Tests for module 'unicase/u32-totitle'.
7350         * modules/unicase/u32-totitle-tests: New file.
7351         * tests/unicase/test-u32-totitle.c: New file.
7352
7353         Tests for module 'unicase/u16-totitle'.
7354         * modules/unicase/u16-totitle-tests: New file.
7355         * tests/unicase/test-u16-totitle.c: New file.
7356
7357         Tests for module 'unicase/u8-totitle'.
7358         * modules/unicase/u8-totitle-tests: New file.
7359         * tests/unicase/test-u8-totitle.c: New file.
7360
7361         New module 'unicase/u32-totitle'.
7362         * lib/unicase/u32-totitle.c: New file.
7363         * modules/unicase/u32-totitle: New file.
7364
7365         New module 'unicase/u16-totitle'.
7366         * lib/unicase/u16-totitle.c: New file.
7367         * modules/unicase/u16-totitle: New file.
7368
7369         New module 'unicase/u8-totitle'.
7370         * lib/unicase/u8-totitle.c: New file.
7371         * lib/unicase/u-totitle.h: New file.
7372         * modules/unicase/u8-totitle: New file.
7373
7374         Tests for module 'unicase/u32-tolower'.
7375         * modules/unicase/u32-tolower-tests: New file.
7376         * tests/unicase/test-u32-tolower.c: New file.
7377
7378         Tests for module 'unicase/u16-tolower'.
7379         * modules/unicase/u16-tolower-tests: New file.
7380         * tests/unicase/test-u16-tolower.c: New file.
7381
7382         Tests for module 'unicase/u8-tolower'.
7383         * modules/unicase/u8-tolower-tests: New file.
7384         * tests/unicase/test-u8-tolower.c: New file.
7385
7386         New module 'unicase/u32-tolower'.
7387         * lib/unicase/u32-tolower.c: New file.
7388         * modules/unicase/u32-tolower: New file.
7389
7390         New module 'unicase/u16-tolower'.
7391         * lib/unicase/u16-tolower.c: New file.
7392         * modules/unicase/u16-tolower: New file.
7393
7394         New module 'unicase/u8-tolower'.
7395         * lib/unicase/u8-tolower.c: New file.
7396         * modules/unicase/u8-tolower: New file.
7397
7398         Tests for module 'unicase/u32-toupper'.
7399         * modules/unicase/u32-toupper-tests: New file.
7400         * tests/unicase/test-u32-toupper.c: New file.
7401
7402         Tests for module 'unicase/u16-toupper'.
7403         * modules/unicase/u16-toupper-tests: New file.
7404         * tests/unicase/test-u16-toupper.c: New file.
7405
7406         Tests for module 'unicase/u8-toupper'.
7407         * modules/unicase/u8-toupper-tests: New file.
7408         * tests/unicase/test-u8-toupper.c: New file.
7409
7410         New module 'unicase/u32-toupper'.
7411         * lib/unicase/u32-toupper.c: New file.
7412         * modules/unicase/u32-toupper: New file.
7413
7414         New module 'unicase/u16-toupper'.
7415         * lib/unicase/u16-toupper.c: New file.
7416         * modules/unicase/u16-toupper: New file.
7417
7418         New module 'unicase/u8-toupper'.
7419         * lib/unicase/u8-toupper.c: New file.
7420         * modules/unicase/u8-toupper: New file.
7421
7422         New module 'unicase/u32-casemap'.
7423         * lib/unicase/u32-casemap.c: New file.
7424         * modules/unicase/u32-casemap: New file.
7425
7426         New module 'unicase/u16-casemap'.
7427         * lib/unicase/u16-casemap.c: New file.
7428         * modules/unicase/u16-casemap: New file.
7429
7430         New module 'unicase/u8-casemap'.
7431         * lib/unicase/unicasemap.h: New file.
7432         * lib/unicase/u8-casemap.c: New file.
7433         * lib/unicase/u-casemap.h: New file.
7434         * modules/unicase/u8-casemap: New file.
7435
7436         New module 'unicase/special-casing'.
7437         * lib/unicase/special-casing.h: New file.
7438         * lib/unicase/special-casing.c: New file.
7439         * lib/unicase/special-casing-table.gperf: New file, generated by
7440         gen-uni-tables.c.
7441         * modules/unicase/special-casing: New file.
7442
7443         Tests for module 'unicase/locale-language'.
7444         * modules/unicase/locale-language-tests: New file.
7445         * tests/unicase/test-locale-language.sh: New file.
7446         * tests/unicase/test-locale-language.c: New file.
7447
7448         New module 'unicase/locale-language'.
7449         * lib/unicase/locale-language.c: New file.
7450         * lib/unicase/locale-languages.gperf: New file.
7451         * modules/unicase/locale-language: New file.
7452
7453         Generate more tables for case conversion and case folding.
7454         * lib/gen-uni-tables.c (SCC_*): New enum items.
7455         (struct special_casing_rule): New type.
7456         (casing_rules, num_casing_rules, allocated_casing_rules): New
7457         variables.
7458         (add_casing_rule, fill_casing_rules): New functions.
7459         (struct casefold_rule): New type.
7460         (casefolding_rules, num_casefolding_rules,
7461         allocated_casefolding_rules): New variables.
7462         (fill_casefolding_rules): New function.
7463         (unicode_casefold): New variable.
7464         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
7465         sort_casing_rules, output_casing_rules): New functions.
7466         (main): Accept to more arguments: SpecialCasing.txt and
7467         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
7468         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
7469         Output mapping for casefolding.
7470
7471         * lib/unicase.h: Include stdbool.h, uninorm.h.
7472         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
7473         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
7474         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
7475         arguments.
7476         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
7477         resultp arguments.
7478         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
7479         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
7480         resultp arguments.
7481         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
7482         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
7483         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
7484         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
7485         declarations.
7486         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
7487
7488 2009-03-08  Bruno Haible  <bruno@clisp.org>
7489
7490         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
7491         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
7492         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
7493         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
7494
7495 2009-03-07  Bruno Haible  <bruno@clisp.org>
7496
7497         Adjust u*_normcmp, u*_normcoll API.
7498         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
7499         u16_normcoll, u32_normcoll): Change failure conventions.
7500         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
7501         errno and return -1.
7502         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
7503
7504 2009-03-07  Bruno Haible  <bruno@clisp.org>
7505
7506         Tests for module 'uninorm/u32-normcoll'.
7507         * modules/uninorm/u32-normcoll-tests: New file.
7508         * tests/uninorm/test-u32-normcoll.c: New file.
7509
7510         Tests for module 'uninorm/u16-normcoll'.
7511         * modules/uninorm/u16-normcoll-tests: New file.
7512         * tests/uninorm/test-u16-normcoll.c: New file.
7513
7514         Tests for module 'uninorm/u8-normcoll'.
7515         * modules/uninorm/u8-normcoll-tests: New file.
7516         * tests/uninorm/test-u8-normcoll.c: New file.
7517
7518 2009-03-07  Bruno Haible  <bruno@clisp.org>
7519
7520         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
7521         tests/uninorm/test-u32-normcmp.c.
7522         * tests/uninorm/test-u32-normcmp.c: Include it.
7523         (test_nonascii): New function, extracted from main. Add some more
7524         tests.
7525         (main): Invoke test_ascii and test_nonascii.
7526         * modules/uninorm/u32-normcmp-tests (Files): Add
7527         tests/uninorm/test-u32-normcmp.h.
7528         (Depends-on): Remove uninorm/u32-normcmp.
7529
7530         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
7531         tests/uninorm/test-u16-normcmp.c.
7532         * tests/uninorm/test-u16-normcmp.c: Include it.
7533         (test_nonascii): New function, extracted from main. Add some more
7534         tests.
7535         (main): Invoke test_ascii and test_nonascii.
7536         * modules/uninorm/u16-normcmp-tests (Files): Add
7537         tests/uninorm/test-u16-normcmp.h.
7538         (Depends-on): Remove uninorm/u16-normcmp.
7539
7540         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
7541         tests/uninorm/test-u8-normcmp.c.
7542         * tests/uninorm/test-u8-normcmp.c: Include it.
7543         (test_nonascii): New function, extracted from main. Add some more
7544         tests.
7545         (main): Invoke test_ascii and test_nonascii.
7546         * modules/uninorm/u8-normcmp-tests (Files): Add
7547         tests/uninorm/test-u8-normcmp.h.
7548         (Depends-on): Remove uninorm/u8-normcmp.
7549
7550 2009-03-07  Bruno Haible  <bruno@clisp.org>
7551
7552         New module 'uninorm/u32-normcoll'.
7553         * lib/uninorm/u32-normcoll.c: New file.
7554         * modules/uninorm/u32-normcoll: New file.
7555
7556         New module 'uninorm/u16-normcoll'.
7557         * lib/uninorm/u16-normcoll.c: New file.
7558         * modules/uninorm/u16-normcoll: New file.
7559
7560         New module 'uninorm/u8-normcoll'.
7561         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
7562         declarations.
7563         * lib/uninorm/u8-normcoll.c: New file.
7564         * lib/uninorm/u-normcoll.h: New file.
7565         * modules/uninorm/u8-normcoll: New file.
7566
7567         New module 'uninorm/u32-normxfrm'.
7568         * lib/uninorm/u32-normxfrm.c: New file.
7569         * modules/uninorm/u32-normxfrm: New file.
7570
7571         New module 'uninorm/u16-normxfrm'.
7572         * lib/uninorm/u16-normxfrm.c: New file.
7573         * modules/uninorm/u16-normxfrm: New file.
7574
7575         New module 'uninorm/u8-normxfrm'.
7576         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
7577         declarations.
7578         * lib/uninorm/u8-normxfrm.c: New file.
7579         * lib/uninorm/u-normxfrm.h: New file.
7580         * modules/uninorm/u8-normxfrm: New file.
7581
7582 2009-03-07  Bruno Haible  <bruno@clisp.org>
7583
7584         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
7585         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
7586         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
7587
7588 2009-03-07  Bruno Haible  <bruno@clisp.org>
7589
7590         New module 'memxfrm'.
7591         * lib/memxfrm.h: New file.
7592         * lib/memxfrm.c: New file.
7593         * modules/memxfrm: New file.
7594
7595 2009-03-07  Bruno Haible  <bruno@clisp.org>
7596
7597         New module 'memcmp2'.
7598         * lib/memcmp2.h: New file.
7599         * lib/memcmp2.c: New file.
7600         * modules/memcmp2: New file.
7601
7602 2009-03-07  Bruno Haible  <bruno@clisp.org>
7603
7604         Tests for module 'uninorm/decomposing-form'.
7605         * modules/uninorm/decomposing-form-tests: New file.
7606         * tests/uninorm/test-decomposing-form.c: New file.
7607
7608         New module 'uninorm/decomposing-form'.
7609         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
7610         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
7611         Add 'decomposing_variant' field.
7612         * lib/uninorm/decomposing-form.c: New file.
7613         * lib/uninorm/nfc.c (uninorm_nfc): Update.
7614         * lib/uninorm/nfd.c (uninorm_nfd): Update.
7615         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
7616         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
7617         * modules/uninorm/decomposing-form: New file.
7618         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
7619         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
7620
7621 2009-03-07  Bruno Haible  <bruno@clisp.org>
7622
7623         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
7624         strings.
7625
7626 2009-03-06  Bruno Haible  <bruno@clisp.org>
7627
7628         Tests for module 'uninorm/u32-normcmp'.
7629         * tests/uninorm/test-u32-normcmp.c: New file.
7630         * modules/uninorm/u32-normcmp-tests: New file.
7631
7632         Tests for module 'uninorm/u16-normcmp'.
7633         * tests/uninorm/test-u16-normcmp.c: New file.
7634         * modules/uninorm/u16-normcmp-tests: New file.
7635
7636         Tests for module 'uninorm/u8-normcmp'.
7637         * tests/uninorm/test-u8-normcmp.c: New file.
7638         * modules/uninorm/u8-normcmp-tests: New file.
7639
7640         New module 'uninorm/u32-normcmp'.
7641         * lib/uninorm/u32-normcmp.c: New file.
7642         * modules/uninorm/u32-normcmp: New file.
7643
7644         New module 'uninorm/u16-normcmp'.
7645         * lib/uninorm/u16-normcmp.c: New file.
7646         * modules/uninorm/u16-normcmp: New file.
7647
7648         New module 'uninorm/u8-normcmp'.
7649         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
7650         declarations.
7651         * lib/uninorm/u8-normcmp.c: New file.
7652         * lib/uninorm/u-normcmp.h: New file.
7653         * modules/uninorm/u8-normcmp: New file.
7654
7655 2009-03-06  Bruno Haible  <bruno@clisp.org>
7656
7657         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
7658         Reported by Eric Blake.
7659
7660 2009-03-06  Eric Blake  <ebb9@byu.net>
7661             Bruno Haible  <bruno@clisp.org>
7662
7663         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
7664         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
7665         condition.
7666         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
7667         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
7668         condition.
7669         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
7670
7671 2009-03-06  Eric Blake  <ebb9@byu.net>
7672
7673         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
7674         to avoid compiler warnings.
7675         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
7676
7677 2009-03-05  Bruno Haible  <bruno@clisp.org>
7678
7679         * tests/test-ftell.c (main): Disable test beyond end of file on
7680         FreeMiNT.
7681         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
7682
7683 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
7684
7685         * lib/filevercmp.c: Move hidden files up in ordering.
7686         * tests/test-filevercmp.c: Add tests for hidden files.
7687
7688 2009-03-04  Bruno Haible  <bruno@clisp.org>
7689
7690         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
7691         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
7692         AM_CFLAGS.
7693         Reported by Simon Josefsson.
7694
7695 2009-03-03  Bruno Haible  <bruno@clisp.org>
7696
7697         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
7698         Reported by Simon Josefsson.
7699
7700         * doc/ld-version-script.texi: Update node reference.
7701
7702 2009-03-03  Bruno Haible  <bruno@clisp.org>
7703
7704         * modules/visibility (License): Change to 'unlimited'.
7705         Suggested by Simon Josefsson.
7706
7707 2009-03-03  Jim Meyering  <meyering@redhat.com>
7708
7709         unlinkdir: cannot_unlink_dir may modify process state
7710         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
7711         it's neither thread-safe nor appropriate for use in a library.
7712
7713 2009-03-03  Eric Blake  <ebb9@byu.net>
7714
7715         test-closein: silence test under Darwin
7716         * tests/test-closein.sh: Ignore stderr from cat, since we don't
7717         care if it dies from EPIPE or EBADF.
7718
7719 2009-03-03  Bruno Haible  <bruno@clisp.org>
7720
7721         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
7722         earlier.
7723         * doc/visibility.texi: Fix @node and @section.
7724
7725 2009-03-03  Simon Josefsson  <simon@josefsson.org>
7726
7727         * doc/gnulib.texi: Link to sections for ld version script and
7728         visibility.
7729         * doc/visibility.texi: Add @node and @section.
7730         * modules/ld-version-script: New module.
7731         * m4/ld-version-script.m4: New file.
7732         * doc/ld-version-script.texi: New file.
7733
7734 2009-03-02  David Lutterkort  <lutter@redhat.com>
7735
7736         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
7737         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7738
7739 2009-03-02  Bruno Haible  <bruno@clisp.org>
7740
7741         * doc/visibility.texi: Mention libtool's -export-symbols option.
7742
7743 2009-03-02  Jim Meyering  <meyering@redhat.com>
7744
7745         announce-gen: new option: --no-print-checksums
7746         * build-aux/announce-gen (usage): Describe it.
7747         (print_checksums): Print a newline here, not in the [*] footnote.
7748         (main): Honor it.
7749
7750 2009-03-01  Bruno Haible  <bruno@clisp.org>
7751
7752         Use socklen_t in the native Windows replacements prototypes.
7753         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
7754         instead of 'int'.
7755         * lib/getsockopt.c (rpl_getsockopt): Likewise.
7756         * lib/setsockopt.c (rpl_setsockopt): Likewise.
7757         * modules/getsockopt (Depends-on): Add socklen.
7758         * modules/setsockopt (Depends-on): Add socklen.
7759
7760 2009-03-01  Bruno Haible  <bruno@clisp.org>
7761
7762         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
7763         least 4.2.
7764
7765 2009-03-01  Eric Blake  <ebb9@byu.net>
7766             Bruno Haible  <bruno@clisp.org>
7767
7768         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
7769         error messages.
7770         * lib/wait-process.c (wait_subprocess): Omit error message about
7771         deadly signal sent to the child of termsigp != NULL.
7772
7773 2009-03-01  Eric Blake  <ebb9@byu.net>
7774
7775         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
7776
7777 2009-03-01  Bruno Haible  <bruno@clisp.org>
7778
7779         Avoid a gcc warning.
7780         * tests/test-sched.c (b): Make global.
7781         Reported by Eric Blake.
7782
7783 2009-01-19  Martin Lambers  <marlam@marlam.de>
7784
7785         Provide POSIX semantics for socket timeout options on W32.
7786         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
7787         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
7788         * modules/setsockopt: Depend on sys_time module for struct timeval.
7789         * modules/getsockopt: Depend on sys_time module for struct timeval.
7790
7791 2009-03-01  Simon Josefsson  <simon@josefsson.org>
7792
7793         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
7794         __USE_GNU, for consistency with netdb.in.h.
7795         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
7796
7797 2009-03-01  Bruno Haible  <bruno@clisp.org>
7798
7799         More support for FreeMiNT.
7800         * lib/fseeko.c (rpl_fseeko): Complete last commit.
7801         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
7802
7803 2009-03-01  Bruno Haible  <bruno@clisp.org>
7804
7805         More support for FreeMiNT.
7806         * lib/fpurge.c (fpurge): Correct last commit.
7807         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
7808
7809 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7810
7811         Fix unportable awk script in vc-list-files.
7812         * build-aux/vc-list-files: In the replacement awk script, use
7813         substr with a second argument of 1, not zero.
7814         Report by Simon Josefsson.
7815
7816 2009-02-28  Bruno Haible  <bruno@clisp.org>
7817
7818         More support for FreeMiNT.
7819         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
7820         to FreeMiNT today.
7821         * lib/fwriting.c (fwriting): Likewise.
7822         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
7823
7824 2009-02-28  Bruno Haible  <bruno@clisp.org>
7825
7826         * tests/test-freadseek.c (main): Disable test beyond end of file on
7827         FreeMiNT.
7828         * tests/test-ftello.c (main): Likewise.
7829         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
7830
7831 2009-02-28  Bruno Haible  <bruno@clisp.org>
7832
7833         Add tentative support for FreeMiNT.
7834         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
7835         * lib/fpurge.c (fpurge): Likewise.
7836         * lib/freadable.c (freadable): Likewise.
7837         * lib/freading.c (freading): Likewise.
7838         * lib/freadptr.c (freadptr): Likewise.
7839         * lib/freadseek.c (freadptrinc): Likewise.
7840         * lib/fseeko.c (rpl_fseeko): Likewise.
7841         * lib/fseterr.c (fseterr): Likewise.
7842         * lib/fwritable.c (fwritable): Likewise.
7843         * lib/fwriting.c (fwriting): Likewise.
7844         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
7845         Hourihane.
7846         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
7847
7848 2009-02-28  Bruno Haible  <bruno@clisp.org>
7849
7850         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
7851         SIGCHLD.
7852         Reported by Jim Meyering.
7853
7854 2009-02-28  Bruno Haible  <bruno@clisp.org>
7855
7856         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
7857         Mention the results of these tests on various platforms.
7858         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
7859         order.
7860         * doc/posix-functions/printf.texi: Likewise.
7861         * doc/posix-functions/snprintf.texi: Likewise.
7862         * doc/posix-functions/sprintf.texi: Likewise.
7863         * doc/posix-functions/vfprintf.texi: Likewise.
7864         * doc/posix-functions/vprintf.texi: Likewise.
7865         * doc/posix-functions/vsnprintf.texi: Likewise.
7866         * doc/posix-functions/vsprintf.texi: Likewise.
7867         * doc/glibc-functions/obstack_printf.texi: Likewise.
7868         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
7869
7870 2009-02-28  Bruno Haible  <bruno@clisp.org>
7871
7872         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
7873         Reported by Loïc Minier <lool@dooz.org>.
7874
7875 2009-02-27  Bruno Haible  <bruno@clisp.org>
7876
7877         * gnulib-tool (func_import): Make the sed expression used to create the
7878         sed script for updating the .gitignore file POSIX compliant.
7879         Reported by Eric Blake.
7880
7881 2009-02-27  Bruno Haible  <bruno@clisp.org>
7882
7883         * gnulib-tool (sed): Don't alias as "sed --posix".
7884         Reported by Eric Blake.
7885
7886 2009-02-27  Bruno Haible  <bruno@clisp.org>
7887
7888         Avoid test link errors.
7889         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
7890         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
7891         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
7892         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
7893         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7894
7895 2009-02-27  Bruno Haible  <bruno@clisp.org>
7896
7897         Avoid spurious "(cached)" in configure output.
7898         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
7899         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
7900         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
7901         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
7902         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
7903         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
7904         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
7905         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
7906         Reported by Eric Blake.
7907
7908 2009-02-27  Eric Blake  <ebb9@byu.net>
7909
7910         printf: fix regression in previous patch
7911         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
7912
7913 2009-02-27  Bruno Haible  <bruno@clisp.org>
7914
7915         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
7916         value.
7917         * lib/stdint.in.h: Likewise.
7918         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
7919
7920 2009-02-27  Eric Blake  <ebb9@byu.net>
7921
7922         doc: mention more functions added in cygwin 1.7.0
7923         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
7924         addition.
7925         * doc/posix-functions/open_wmemstream.texi: Likewise.
7926         * doc/posix-functions/wcsnlen.texi: Likewise.
7927         * doc/posix-functions/wcsnrtombs.texi: Likewise.
7928         * doc/posix-functions/wcstod.texi: Likewise.
7929         * doc/posix-functions/wcstof.texi: Likewise.
7930         * doc/posix-functions/wcstoimax.texi: Likewise.
7931         * doc/posix-functions/wcstok.texi: Likewise.
7932         * doc/posix-functions/wcstoumax.texi: Likewise.
7933
7934         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
7935         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
7936         * doc/posix-functions/fprintf.texi: Update.
7937         * doc/posix-functions/printf.texi: Update.
7938         * doc/posix-functions/snprintf.texi: Update.
7939         * doc/posix-functions/sprintf.texi: Update.
7940         * doc/posix-functions/vfprintf.texi: Update.
7941         * doc/posix-functions/vprintf.texi: Update.
7942         * doc/posix-functions/vsnprintf.texi: Update.
7943         * doc/posix-functions/vsprintf.texi: Update.
7944         * doc/glibc-functions/obstack_printf.texi: Update.
7945         * doc/glibc-functions/obstack_vprintf.texi: Update.
7946
7947 2009-02-26  Eric Blake  <ebb9@byu.net>
7948
7949         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
7950         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
7951         compilation bug by using runtime conversion.
7952         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
7953         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
7954         * modules/ceill-tests (Files): Use nan.h.
7955         * modules/floorl-tests (Files): Likewise.
7956         * modules/frexpl-tests (Files): Likewise.
7957         * modules/isnanl-tests (Files): Likewise.
7958         * modules/ldexpl-tests (Files): Likewise.
7959         * modules/roundl-tests (Files): Likewise.
7960         * modules/truncl-tests (Files): Likewise.
7961         * tests/test-ceill.c (main): Use a working NaN.
7962         * tests/test-floorl.c (main): Likewise.
7963         * tests/test-frexpl.c (main): Likewise.
7964         * tests/test-isnan.c (test_long_double): Likewise.
7965         * tests/test-isnanl.h (main): Likewise.
7966         * tests/test-ldexpl.h (main): Likewise.
7967         * tests/test-roundl.h (main): Likewise.
7968         * tests/test-truncl.h (main): Likewise.
7969         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
7970
7971 2009-02-26  Eric Blake  <ebb9@byu.net>
7972             Bruno Haible  <bruno@clisp.org>
7973
7974         Work around a *printf bug with %ls on Solaris.
7975         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
7976         precision is specified, sprintf stops converting the wide string
7977         argument when the number of bytes that have been produced by this
7978         conversion equals or exceeds the precision.
7979         * doc/posix-functions/fprintf.texi: Update.
7980         * doc/posix-functions/printf.texi: Update.
7981         * doc/posix-functions/snprintf.texi: Update.
7982         * doc/posix-functions/sprintf.texi: Update.
7983         * doc/posix-functions/vfprintf.texi: Update.
7984         * doc/posix-functions/vprintf.texi: Update.
7985         * doc/posix-functions/vsnprintf.texi: Update.
7986         * doc/posix-functions/vsprintf.texi: Update.
7987         * doc/glibc-functions/obstack_printf.texi: Update.
7988         * doc/glibc-functions/obstack_vprintf.texi: Update.
7989
7990 2009-02-26  Eric Blake  <ebb9@byu.net>
7991
7992         stdlib: favor compiler check of random.h
7993         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
7994         to avoid an ObjC random.h installed by Swarm.
7995
7996 2009-02-26  Bruno Haible  <bruno@clisp.org>
7997
7998         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
7999         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
8000         Reported by Gary V. Vaughan <gary@gnu.org>.
8001
8002 2009-02-26  Bruno Haible  <bruno@clisp.org>
8003
8004         Fix *printf behaviour regarding the %ls directive.
8005         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
8006         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
8007         NEED_PRINTF_DIRECTIVE_LS.
8008         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
8009         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8010         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8011         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
8012         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
8013         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
8014         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
8015         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8016         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8017         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8018         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8019         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
8020         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8021         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8022         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8023         * doc/posix-functions/fprintf.texi: Update.
8024         * doc/posix-functions/printf.texi: Update.
8025         * doc/posix-functions/snprintf.texi: Update.
8026         * doc/posix-functions/sprintf.texi: Update.
8027         * doc/posix-functions/vfprintf.texi: Update.
8028         * doc/posix-functions/vprintf.texi: Update.
8029         * doc/posix-functions/vsnprintf.texi: Update.
8030         * doc/posix-functions/vsprintf.texi: Update.
8031         * doc/glibc-functions/obstack_printf.texi: Update.
8032         * doc/glibc-functions/obstack_vprintf.texi: Update.
8033         Reported by Eric Blake.
8034
8035 2009-02-25  Bruno Haible  <bruno@clisp.org>
8036
8037         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
8038         with known value.
8039         Reported by Gary V. Vaughan <gary@gnu.org>.
8040
8041 2009-02-25  Bruno Haible  <bruno@clisp.org>
8042
8043         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
8044         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
8045         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
8046         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
8047         Reported by Gary V. Vaughan <gary@gnu.org>.
8048
8049 2009-02-25  Bruno Haible  <bruno@clisp.org>
8050
8051         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
8052         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
8053         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
8054         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
8055         Reported by Gary V. Vaughan <gary@gnu.org>.
8056
8057 2009-02-25  Eric Blake  <ebb9@byu.net>
8058
8059         tests: skip fseek/ftell tests if ungetc is broken
8060         * m4/ungetc.m4: New file.
8061         * modules/fseek-tests: Split test, so ungetc dependency is
8062         separate from rest of test.
8063         * modules/fseeko-tests: Likewise.
8064         * modules/ftell-tests: Likewise.
8065         * modules/ftello-tests: Likewise.
8066         * tests/test-fseek.c (main): Isolate ungetc dependency.
8067         * tests/test-fseeko.c (main): Likewise.
8068         * tests/test-ftell.c (main): Likewise.
8069         * tests/test-ftello.c (main): Likewise.
8070         * tests/test-fseek2.sh: New file.
8071         * tests/test-fseeko2.sh: Likewise.
8072         * tests/test-ftell2.sh: Likewise.
8073         * tests/test-ftello2.sh: Likewise.
8074
8075 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
8076
8077         test-getaddrinfo: fix usage of skip return code 77
8078         * tests/test-gettaddrinfo.c: Return skip code 77 only
8079         for first occurance of skip (4x77 is not 77)
8080
8081 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
8082
8083         strtod: avoid C99 decl-after-statement
8084         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
8085
8086 2009-02-24  Eric Blake  <ebb9@byu.net>
8087
8088         strtod: detect HP-UX 11.31 bug
8089         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
8090         Reported by Gary V. Vaughan.
8091
8092 2009-02-23  Bruno Haible  <bruno@clisp.org>
8093
8094         Fix invalid read past end of memory block.
8095         * lib/vasnprintf.c (DCHAR_SET): Define.
8096         (local_wcslen): Define only when needed.
8097         (local_strnlen, local_wcsnlen): New functions.
8098         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
8099         directives that involve a conversion ourselves.
8100         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
8101         wcsnlen, mbrtowc, wcrtomb.
8102         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
8103         * tests/test-vasprintf-posix.c (test_function): Likewise.
8104         * tests/test-snprintf-posix.h (test_function): Likewise.
8105         * tests/test-sprintf-posix.h (test_function): Likewise.
8106         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8107
8108 2009-02-22  Bruno Haible  <bruno@clisp.org>
8109
8110         Implement new clarified decomposition of Hangul syllables.
8111         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
8112         of type LTV, return only a pairwise decomposition.
8113         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
8114         Likewise.
8115         * tests/uninorm/test-decomposition.c (main): Updated expected result.
8116         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
8117         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
8118
8119 2009-02-22  Bruno Haible  <bruno@clisp.org>
8120
8121         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
8122         zero-length results and shrink excess allocated memory.
8123         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
8124         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
8125         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
8126         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
8127         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
8128         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
8129         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
8130         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
8131         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
8132         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
8133         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
8134         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
8135
8136 2009-02-21  Bruno Haible  <bruno@clisp.org>
8137
8138         * doc/gnulib.texi: Include safe-alloc.texi earlier.
8139         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
8140         spaces after a period. Put a space between a macro name and its
8141         argument list. Trivial rewordings.
8142         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
8143         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
8144         (main): Return 0 explicitly.
8145
8146 2009-02-21  Bruno Haible  <bruno@clisp.org>
8147
8148         Tests for module 'uninorm/filter'.
8149         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
8150         * modules/uninorm/filter-tests: New file.
8151
8152         New module 'uninorm/filter'.
8153         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
8154         uninorm_filter_flush, uninorm_filter_free): New declarations.
8155         * lib/uninorm/uninorm-filter.c: New file.
8156         * modules/uninorm/filter: New file.
8157
8158 2009-02-21  Bruno Haible  <bruno@clisp.org>
8159
8160         Tests for module 'uninorm/nfkc'.
8161         * tests/uninorm/test-nfkc.c: New file.
8162         * tests/uninorm/test-u8-nfkc.c: New file.
8163         * tests/uninorm/test-u16-nfkc.c: New file.
8164         * tests/uninorm/test-u32-nfkc.c: New file.
8165         * tests/uninorm/test-u32-nfkc-big.sh: New file.
8166         * tests/uninorm/test-u32-nfkc-big.c: New file.
8167         * modules/uninorm/nfkc-tests: New file.
8168
8169         New module 'uninorm/nfkc'.
8170         * lib/uninorm/nfkc.c: New file.
8171         * modules/uninorm/nfkc: New file.
8172
8173         Tests for module 'uninorm/nfkd'.
8174         * tests/uninorm/test-nfkd.c: New file.
8175         * tests/uninorm/test-u8-nfkd.c: New file.
8176         * tests/uninorm/test-u16-nfkd.c: New file.
8177         * tests/uninorm/test-u32-nfkd.c: New file.
8178         * tests/uninorm/test-u32-nfkd-big.sh: New file.
8179         * tests/uninorm/test-u32-nfkd-big.c: New file.
8180         * modules/uninorm/nfkd-tests: New file.
8181
8182         New module 'uninorm/nfkd'.
8183         * lib/uninorm/nfkd.c: New file.
8184         * modules/uninorm/nfkd: New file.
8185
8186         Tests for module 'uninorm/nfc'.
8187         * tests/uninorm/test-nfc.c: New file.
8188         * tests/uninorm/test-u8-nfc.c: New file.
8189         * tests/uninorm/test-u16-nfc.c: New file.
8190         * tests/uninorm/test-u32-nfc.c: New file.
8191         * tests/uninorm/test-u32-nfc-big.sh: New file.
8192         * tests/uninorm/test-u32-nfc-big.c: New file.
8193         * modules/uninorm/nfc-tests: New file.
8194
8195         New module 'uninorm/nfc'.
8196         * lib/uninorm/nfc.c: New file.
8197         * modules/uninorm/nfc: New file.
8198
8199         Tests for module 'uninorm/nfd'.
8200         * tests/uninorm/test-nfd.c: New file.
8201         * tests/uninorm/test-u8-nfd.c: New file.
8202         * tests/uninorm/test-u16-nfd.c: New file.
8203         * tests/uninorm/test-u32-nfd.c: New file.
8204         * tests/uninorm/test-u32-nfd-big.sh: New file.
8205         * tests/uninorm/test-u32-nfd-big.c: New file.
8206         * tests/uninorm/test-u32-normalize-big.h: New file.
8207         * tests/uninorm/test-u32-normalize-big.c: New file.
8208         * tests/uninorm/NormalizationTest.txt: New file, created from
8209         Unicode 5.1.0 NormalizationTest.txt.
8210         * modules/uninorm/nfd-tests: New file.
8211
8212         New module 'uninorm/nfd'.
8213         * lib/uninorm/nfd.c: New file.
8214         * modules/uninorm/nfd: New file.
8215
8216         New module 'uninorm/u32-normalize'.
8217         * lib/uninorm/u32-normalize.c: New file.
8218         * modules/uninorm/u32-normalize: New file.
8219
8220         New module 'uninorm/u16-normalize'.
8221         * lib/uninorm/u16-normalize.c: New file.
8222         * modules/uninorm/u16-normalize: New file.
8223
8224         New module 'uninorm/u8-normalize'.
8225         * lib/uninorm/u8-normalize.c: New file.
8226         * lib/uninorm/normalize-internal.h: New file.
8227         * lib/uninorm/u-normalize-internal.h: New file.
8228         * modules/uninorm/u8-normalize: New file.
8229
8230         New module 'uninorm/decompose-internal'.
8231         * lib/uninorm/decompose-internal.c: New file.
8232         * modules/uninorm/decompose-internal: New file.
8233
8234         Tests for module 'uninorm/composition'.
8235         * tests/uninorm/test-composition.c: New file.
8236         * modules/uninorm/composition-tests: New file.
8237
8238         New module 'uninorm/composition'.
8239         * lib/uninorm/composition.c: New file.
8240         * lib/uninorm/composition-table.gperf: New file, generated by
8241         gen-uni-tables.
8242         * modules/uninorm/composition: New file.
8243
8244         Tests for module 'uninorm/compat-decomposition'.
8245         * tests/uninorm/test-compat-decomposition.c: New file.
8246         * modules/uninorm/compat-decomposition-tests: New file.
8247
8248         New module 'uninorm/compat-decomposition'.
8249         * lib/uninorm/decompose-internal.h: New file.
8250         * lib/uninorm/compat-decomposition.c: New file.
8251         * modules/uninorm/compat-decomposition: New file.
8252
8253         Tests for module 'uninorm/canonical-decomposition'.
8254         * tests/uninorm/test-canonical-decomposition.c: New file.
8255         * modules/uninorm/canonical-decomposition-tests: New file.
8256
8257         New module 'uninorm/canonical-decomposition'.
8258         * lib/uninorm/canonical-decomposition.c: New file.
8259         * modules/uninorm/canonical-decomposition: New file.
8260
8261         Tests for module 'uninorm/decomposition'.
8262         * tests/uninorm/test-decomposition.c: New file.
8263         * modules/uninorm/decomposition-tests: New file.
8264
8265         New module 'uninorm/decomposition'.
8266         * lib/uninorm/decomposition.c: New file.
8267         * modules/uninorm/decomposition: New file.
8268
8269         New module 'uninorm/decomposition-table'.
8270         * lib/uninorm/decomposition-table.h: New file.
8271         * lib/uninorm/decomposition-table.c: New file.
8272         * lib/uninorm/decomposition-table1.h: New file, generated by
8273         gen-uni-tables.
8274         * lib/uninorm/decomposition-table2.h: New file, generated by
8275         gen-uni-tables.
8276         * modules/uninorm/decomposition-table: New file.
8277
8278         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
8279         (UC_DECOMP_*): New enumeration items.
8280         (get_decomposition): New function.
8281         (struct decomp_table): New type.
8282         (output_decomposition, output_decomposition_tables): New functions.
8283         (unicode_composition_exclusions): New variable.
8284         (fill_composition_exclusions, debug_output_composition_tables): New
8285         functions.
8286         (main): Accept one more argument. Invoke fill_composition_exclusions.
8287         Output decomposition and composition tables.
8288
8289         New module 'uninorm/base'.
8290         * lib/uninorm.h: New file.
8291         * lib/unictype.h: Update comment.
8292         * modules/uninorm/base: New file.
8293
8294 2009-02-21  David Lutterkort  <lutter@redhat.com>
8295
8296         Tests for module 'safe-alloc'.
8297         * tests/test-safe-alloc.c: New file.
8298         * modules/safe-alloc-tests: New file.
8299
8300         New module 'safe-alloc'.
8301         * lib/safe-alloc.h: New file.
8302         * lib/safe-alloc.c: New file.
8303         * m4/safe-alloc.m4: New file.
8304         * modules/safe-alloc: New file.
8305         * doc/safe-alloc.texi: New file.
8306         * doc/gnulib.texi: Include it.
8307         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
8308         safe-alloc.
8309
8310 2009-02-18  Bruno Haible  <bruno@clisp.org>
8311
8312         Fix link error on non-glibc systems.
8313         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
8314         variable.
8315         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8316
8317 2009-02-18  Jim Meyering  <meyering@redhat.com>
8318
8319         fts: avoid used-uninitialized error due to recent change
8320         * lib/fts.c (fts_read): Guard uses of the new member,
8321         parent->fts_n_dirs_remaining, since it's not relevant for
8322         the parent of a directory specified on the command-line.
8323
8324 2009-02-17  James Youngman  <jay@gnu.org>
8325             Bruno Haible  <bruno@clisp.org>
8326
8327         * m4/include_next.m4: Reformulate comment.
8328
8329 2009-02-16  Jim Meyering  <meyering@redhat.com>
8330
8331         fts: add #if guards so that the fts_lgpl module still builds
8332         * lib/fts.c: Guard just-added hash-table-using parts with
8333         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
8334         Reported by Simon Josefsson.
8335
8336 2009-02-15  Bruno Haible  <bruno@clisp.org>
8337
8338         * modules/array-mergesort-tests: New file.
8339         * tests/test-array-mergesort.c: New file.
8340
8341         New module 'array-mergesort'.
8342         * modules/array-mergesort: New file.
8343         * lib/array-mergesort.h: New file.
8344
8345 2009-02-15  Bruno Haible  <bruno@clisp.org>
8346
8347         Fix 2009-02-07 commit.
8348         * lib/gen-uni-tables.c (output_predicate, output_category,
8349         output_combclass, output_bidi_category, output_decimal_digit,
8350         output_digit, output_numeric, output_mirror, output_scripts,
8351         output_ident_category, output_simple_mapping): Fix format directives.
8352         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
8353
8354 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
8355
8356         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
8357         fixes are available from IBM.
8358
8359 2009-02-13  Jim Meyering  <meyering@redhat.com>
8360
8361         fts: arrange not to stat non-directories in more cases
8362         This makes GNU find (when it doesn't need to stat each file)
8363         *much* more efficient at traversing reiserfs file systems.
8364         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
8365         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
8366         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
8367         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
8368         (leaf_optimization_applies): New function.
8369         (LCO_hash, LCO_compare): New helper functions.
8370         (link_count_optimize_ok): New function.
8371         (fts_stat): Initialize new member (if dir).
8372         (fts_read): Decrement parent's fts_n_dirs_remaining count if
8373         we've just stat'ed a directory.  Skip the stat call when possible.
8374         ---
8375         Note this AFS-related exchange:
8376         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
8377         and note find's pioctl call in find/fstype.c.
8378         But that is necessary only if you want to enable the
8379         optimization for AFS, and for now, I don't.
8380
8381         fts: move a function definition "up" (no semantic change)
8382         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
8383         "up" to precede upcoming use of a related function.
8384
8385 2009-02-11  Jim Meyering  <meyering@redhat.com>
8386
8387         fts: correct internal computation of nlinks (optimization-related)
8388         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
8389         whether the current entry is a directory, so don't test it.
8390
8391 2009-02-10  Bruno Haible  <bruno@clisp.org>
8392
8393         Tests for module 'uniwbrk/ulc-wordbreaks'.
8394         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
8395         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
8396         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
8397
8398         Tests for module 'uniwbrk/u32-wordbreaks'.
8399         * modules/uniwbrk/u32-wordbreaks-tests: New file.
8400         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
8401
8402         Tests for module 'uniwbrk/u16-wordbreaks'.
8403         * modules/uniwbrk/u16-wordbreaks-tests: New file.
8404         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
8405
8406         Tests for module 'uniwbrk/u8-wordbreaks'.
8407         * modules/uniwbrk/u8-wordbreaks-tests: New file.
8408         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
8409
8410 2009-02-10  Bruno Haible  <bruno@clisp.org>
8411
8412         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
8413         property.
8414         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
8415         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
8416         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
8417
8418 2009-02-10  Simon Josefsson  <simon@josefsson.org>
8419
8420         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
8421         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
8422
8423 2009-02-10  Bruno Haible  <bruno@clisp.org>
8424
8425         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
8426         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
8427         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
8428         * lib/unilbrk/u8-possible-linebreaks.c: Update.
8429         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
8430         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
8431
8432 2009-02-09  Simon Josefsson  <simon@josefsson.org>
8433
8434         * lib/sockets.h (gl_fd_to_handle): New function.
8435
8436         * tests/test-sockets.c: Call gl_fd_to_handle.
8437
8438 2009-02-09  Bruno Haible  <bruno@clisp.org>
8439
8440         * doc/havelib.texi: Document the conventions on bi-arch systems.
8441
8442 2009-02-08  Bruno Haible  <bruno@clisp.org>
8443
8444         Document the AC_LIB_LINKFLAGS macro.
8445         * doc/havelib.texi: New file, mostly written on 2005-05-24.
8446         * doc/gnulib.texi: Include it.
8447
8448 2009-02-08  Bruno Haible  <bruno@clisp.org>
8449
8450         Fix wrong order of sections, compared to TOC.
8451         * doc/gnulib.texi: Include relocatable-maint.texi after the
8452         "Regular expressions" node, not before.
8453
8454 2009-02-08  Bruno Haible  <bruno@clisp.org>
8455
8456         Tests for module 'unicase/totitle'.
8457         * modules/unicase/totitle-tests: New file.
8458
8459         Tests for module 'unicase/tolower'.
8460         * modules/unicase/tolower-tests: New file.
8461
8462         Tests for module 'unicase/toupper'.
8463         * modules/unicase/toupper-tests: New file.
8464         * tests/unicase/test-mapping-part1.h: New file.
8465         * tests/unicase/test-mapping-part2.h: New file.
8466
8467         New module 'unicase/totitle'.
8468         * modules/unicase/totitle: New file.
8469         * lib/unicase/totitle.c: New file.
8470
8471         New module 'unicase/tolower'.
8472         * modules/unicase/tolower: New file.
8473         * lib/unicase/tolower.c: New file.
8474
8475         New module 'unicase/toupper'.
8476         * modules/unicase/toupper: New file.
8477         * lib/unicase/toupper.c: New file.
8478         * lib/unicase/simple-mapping.h: New file.
8479
8480         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
8481         (mapping_table): New structure.
8482         (output_simple_mapping): New function.
8483         (main): Invoke output_simple_mapping_test and output_simple_mapping.
8484         * modules/gen-uni-tables (Description): Update.
8485         * lib/unicase/toupper.h: New file, automatically generated by
8486         gen-uni-tables.
8487         * lib/unicase/tolower.h: New file, automatically generated by
8488         gen-uni-tables.
8489         * lib/unicase/totitle.h: New file, automatically generated by
8490         gen-uni-tables.
8491         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
8492         gen-uni-tables.
8493         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
8494         gen-uni-tables.
8495         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
8496         gen-uni-tables.
8497
8498         New module 'unicase/base'.
8499         * modules/unicase/base: New file.
8500         * lib/unicase.h: New file.
8501
8502 2009-02-08  Bruno Haible  <bruno@clisp.org>
8503
8504         New module 'uniwbrk/ulc-wordbreaks'.
8505         * modules/uniwbrk/ulc-wordbreaks: New file.
8506         * lib/uniwbrk/ulc-wordbreaks.c: New file.
8507
8508         New module 'uniwbrk/u32-wordbreaks'.
8509         * modules/uniwbrk/u32-wordbreaks: New file.
8510         * lib/uniwbrk/u32-wordbreaks.c: New file.
8511
8512         New module 'uniwbrk/u16-wordbreaks'.
8513         * modules/uniwbrk/u16-wordbreaks: New file.
8514         * lib/uniwbrk/u16-wordbreaks.c: New file.
8515
8516         New module 'uniwbrk/u8-wordbreaks'.
8517         * modules/uniwbrk/u8-wordbreaks: New file.
8518         * lib/uniwbrk/u8-wordbreaks.c: New file.
8519         * lib/uniwbrk/u-wordbreaks.h: New file.
8520
8521         New module 'uniwbrk/table'.
8522         * modules/uniwbrk/table: New file.
8523         * lib/uniwbrk/wbrktable.h: New file.
8524         * lib/uniwbrk/wbrktable.c: New file.
8525
8526         New module 'uniwbrk/wordbreak-property'.
8527         * modules/uniwbrk/wordbreak-property: New file.
8528         * lib/uniwbrk/wordbreak-property.c: New file.
8529
8530         * lib/gen-uni-tables.c (WBP_*): New enum items.
8531         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
8532         (unicode_org_wbp): New variable.
8533         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
8534         New functions.
8535         (wbp_table): New structure.
8536         (output_wbp, output_wbrk_tables): New functions.
8537         (main): Accept additional argument. Invoke fill_org_wbp,
8538         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
8539         output_wbrk_tables.
8540         * modules/gen-uni-tables (Description): Update.
8541         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
8542         gen-uni-tables.
8543
8544         New module 'uniwbrk/base'.
8545         * modules/uniwbrk/base: New file.
8546         * lib/uniwbrk.h: New file.
8547
8548 2009-02-08  Bruno Haible  <bruno@clisp.org>
8549
8550         Update to Unicode 5.1.0.
8551         * lib/gen-uni-tables.c (is_property_alphabetic): Include
8552         U+2185..U+2188.
8553         (is_property_default_ignorable_code_point): Don't include characters
8554         of category Cc or Cs and not-a-characters.
8555         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
8556         U+0D79, U+109E, U+109F, U+A60C.
8557         * lib/unictype/bidi_of.h: Regenerated.
8558         * lib/unictype/blocks.h: Regenerated.
8559         * lib/unictype/categ_C.h: Regenerated.
8560         * lib/unictype/categ_Cf.h: Regenerated.
8561         * lib/unictype/categ_Cn.h: Regenerated.
8562         * lib/unictype/categ_L.h: Regenerated.
8563         * lib/unictype/categ_Ll.h: Regenerated.
8564         * lib/unictype/categ_Lm.h: Regenerated.
8565         * lib/unictype/categ_Lo.h: Regenerated.
8566         * lib/unictype/categ_Lu.h: Regenerated.
8567         * lib/unictype/categ_M.h: Regenerated.
8568         * lib/unictype/categ_Mc.h: Regenerated.
8569         * lib/unictype/categ_Me.h: Regenerated.
8570         * lib/unictype/categ_Mn.h: Regenerated.
8571         * lib/unictype/categ_N.h: Regenerated.
8572         * lib/unictype/categ_Nd.h: Regenerated.
8573         * lib/unictype/categ_Nl.h: Regenerated.
8574         * lib/unictype/categ_No.h: Regenerated.
8575         * lib/unictype/categ_P.h: Regenerated.
8576         * lib/unictype/categ_Pd.h: Regenerated.
8577         * lib/unictype/categ_Pe.h: Regenerated.
8578         * lib/unictype/categ_Pf.h: Regenerated.
8579         * lib/unictype/categ_Pi.h: Regenerated.
8580         * lib/unictype/categ_Po.h: Regenerated.
8581         * lib/unictype/categ_Ps.h: Regenerated.
8582         * lib/unictype/categ_S.h: Regenerated.
8583         * lib/unictype/categ_Sk.h: Regenerated.
8584         * lib/unictype/categ_Sm.h: Regenerated.
8585         * lib/unictype/categ_So.h: Regenerated.
8586         * lib/unictype/categ_of.h: Regenerated.
8587         * lib/unictype/combining.h: Regenerated.
8588         * lib/unictype/ctype_alnum.h: Regenerated.
8589         * lib/unictype/ctype_alpha.h: Regenerated.
8590         * lib/unictype/ctype_graph.h: Regenerated.
8591         * lib/unictype/ctype_lower.h: Regenerated.
8592         * lib/unictype/ctype_print.h: Regenerated.
8593         * lib/unictype/ctype_punct.h: Regenerated.
8594         * lib/unictype/ctype_upper.h: Regenerated.
8595         * lib/unictype/decdigit.h: Regenerated.
8596         * lib/unictype/digit.h: Regenerated.
8597         * lib/unictype/mirror.h: Regenerated.
8598         * lib/unictype/numeric.h: Regenerated.
8599         * lib/unictype/pr_alphabetic.h: Regenerated.
8600         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
8601         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
8602         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
8603         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
8604         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
8605         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
8606         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
8607         * lib/unictype/pr_combining.h: Regenerated.
8608         * lib/unictype/pr_dash.h: Regenerated.
8609         * lib/unictype/pr_decimal_digit.h: Regenerated.
8610         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
8611         * lib/unictype/pr_deprecated.h: Regenerated.
8612         * lib/unictype/pr_diacritic.h: Regenerated.
8613         * lib/unictype/pr_extender.h: Regenerated.
8614         * lib/unictype/pr_format_control.h: Regenerated.
8615         * lib/unictype/pr_grapheme_base.h: Regenerated.
8616         * lib/unictype/pr_grapheme_extend.h: Regenerated.
8617         * lib/unictype/pr_grapheme_link.h: Regenerated.
8618         * lib/unictype/pr_id_continue.h: Regenerated.
8619         * lib/unictype/pr_id_start.h: Regenerated.
8620         * lib/unictype/pr_ideographic.h: Regenerated.
8621         * lib/unictype/pr_ignorable_control.h: Regenerated.
8622         * lib/unictype/pr_lowercase.h: Regenerated.
8623         * lib/unictype/pr_math.h: Regenerated.
8624         * lib/unictype/pr_numeric.h: Regenerated.
8625         * lib/unictype/pr_other_alphabetic.h: Regenerated.
8626         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
8627         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
8628         * lib/unictype/pr_other_id_continue.h: Regenerated.
8629         * lib/unictype/pr_other_lowercase.h: Regenerated.
8630         * lib/unictype/pr_other_math.h: Regenerated.
8631         * lib/unictype/pr_punctuation.h: Regenerated.
8632         * lib/unictype/pr_sentence_terminal.h: Regenerated.
8633         * lib/unictype/pr_soft_dotted.h: Regenerated.
8634         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
8635         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
8636         * lib/unictype/pr_unified_ideograph.h: Regenerated.
8637         * lib/unictype/pr_uppercase.h: Regenerated.
8638         * lib/unictype/pr_xid_continue.h: Regenerated.
8639         * lib/unictype/pr_xid_start.h: Regenerated.
8640         * lib/unictype/pr_zero_width.h: Regenerated.
8641         * lib/unictype/scripts.h: Regenerated.
8642         * lib/unictype/scripts_byname.gperf: Regenerated.
8643         * lib/unictype/sy_java_ident.h: Regenerated.
8644         * lib/unilbrk/lbrkprop1.h: Regenerated.
8645         * lib/unilbrk/lbrkprop2.h: Regenerated.
8646         * tests/unictype/test-categ_C.c: Regenerated.
8647         * tests/unictype/test-categ_Cf.c: Regenerated.
8648         * tests/unictype/test-categ_Cn.c: Regenerated.
8649         * tests/unictype/test-categ_L.c: Regenerated.
8650         * tests/unictype/test-categ_Ll.c: Regenerated.
8651         * tests/unictype/test-categ_Lm.c: Regenerated.
8652         * tests/unictype/test-categ_Lo.c: Regenerated.
8653         * tests/unictype/test-categ_Lu.c: Regenerated.
8654         * tests/unictype/test-categ_M.c: Regenerated.
8655         * tests/unictype/test-categ_Mc.c: Regenerated.
8656         * tests/unictype/test-categ_Me.c: Regenerated.
8657         * tests/unictype/test-categ_Mn.c: Regenerated.
8658         * tests/unictype/test-categ_N.c: Regenerated.
8659         * tests/unictype/test-categ_Nd.c: Regenerated.
8660         * tests/unictype/test-categ_Nl.c: Regenerated.
8661         * tests/unictype/test-categ_No.c: Regenerated.
8662         * tests/unictype/test-categ_P.c: Regenerated.
8663         * tests/unictype/test-categ_Pd.c: Regenerated.
8664         * tests/unictype/test-categ_Pe.c: Regenerated.
8665         * tests/unictype/test-categ_Pf.c: Regenerated.
8666         * tests/unictype/test-categ_Pi.c: Regenerated.
8667         * tests/unictype/test-categ_Po.c: Regenerated.
8668         * tests/unictype/test-categ_Ps.c: Regenerated.
8669         * tests/unictype/test-categ_S.c: Regenerated.
8670         * tests/unictype/test-categ_Sk.c: Regenerated.
8671         * tests/unictype/test-categ_Sm.c: Regenerated.
8672         * tests/unictype/test-categ_So.c: Regenerated.
8673         * tests/unictype/test-ctype_alnum.c: Regenerated.
8674         * tests/unictype/test-ctype_alpha.c: Regenerated.
8675         * tests/unictype/test-ctype_graph.c: Regenerated.
8676         * tests/unictype/test-ctype_lower.c: Regenerated.
8677         * tests/unictype/test-ctype_print.c: Regenerated.
8678         * tests/unictype/test-ctype_punct.c: Regenerated.
8679         * tests/unictype/test-ctype_upper.c: Regenerated.
8680         * tests/unictype/test-decdigit.h: Regenerated.
8681         * tests/unictype/test-digit.h: Regenerated.
8682         * tests/unictype/test-numeric.h: Regenerated.
8683         * tests/unictype/test-pr_alphabetic.c: Regenerated.
8684         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
8685         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
8686         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
8687         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
8688         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
8689         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
8690         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
8691         * tests/unictype/test-pr_combining.c: Regenerated.
8692         * tests/unictype/test-pr_dash.c: Regenerated.
8693         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
8694         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
8695         * tests/unictype/test-pr_deprecated.c: Regenerated.
8696         * tests/unictype/test-pr_diacritic.c: Regenerated.
8697         * tests/unictype/test-pr_extender.c: Regenerated.
8698         * tests/unictype/test-pr_format_control.c: Regenerated.
8699         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
8700         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
8701         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
8702         * tests/unictype/test-pr_id_continue.c: Regenerated.
8703         * tests/unictype/test-pr_id_start.c: Regenerated.
8704         * tests/unictype/test-pr_ideographic.c: Regenerated.
8705         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
8706         * tests/unictype/test-pr_lowercase.c: Regenerated.
8707         * tests/unictype/test-pr_math.c: Regenerated.
8708         * tests/unictype/test-pr_numeric.c: Regenerated.
8709         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
8710         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
8711         Regenerated.
8712         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
8713         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
8714         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
8715         * tests/unictype/test-pr_other_math.c: Regenerated.
8716         * tests/unictype/test-pr_punctuation.c: Regenerated.
8717         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
8718         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
8719         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
8720         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
8721         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
8722         * tests/unictype/test-pr_uppercase.c: Regenerated.
8723         * tests/unictype/test-pr_xid_continue.c: Regenerated.
8724         * tests/unictype/test-pr_xid_start.c: Regenerated.
8725         * tests/unictype/test-pr_zero_width.c: Regenerated.
8726
8727         Update to Unicode 5.1.0.
8728         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
8729         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
8730         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
8731         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
8732         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
8733         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
8734         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
8735         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
8736         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
8737         (nonspacing_table_ind): Update.
8738         * tests/uniwidth/test-uc_width2.sh: Update expected result.
8739
8740         Update to Unicode 5.1.0.
8741         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
8742         code transform.
8743         * lib/uniname/uniname.c (unicode_character_name,
8744         unicode_name_character): Add the range 0x1Fxxx to the code transform.
8745         * lib/uniname/uninames.h: Regenerated.
8746         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
8747
8748 2009-02-07  Bruno Haible  <bruno@clisp.org>
8749
8750         Merge gen-ctype and gen-lbrk into a single program.
8751         * lib/gen-uni-tables.c: New file, incorporating
8752         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
8753         Add directory prefixes to the names of the generated files.
8754         * lib/unictype/gen-ctype.c: Remove file.
8755         * lib/unilbrk/gen-lbrk.c: Remove file.
8756         * modules/gen-uni-tables: New file.
8757         * modules/unictype/gen-ctype: Remove file.
8758         * modules/unilbrk/gen-lbrk: Remove file.
8759
8760 2009-02-07  Bruno Haible  <bruno@clisp.org>
8761
8762         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
8763
8764         New module 'unistr/u32-strcoll'.
8765         * modules/unistr/u32-strcoll: New file.
8766         * lib/unistr/u32-strcoll.c: New file.
8767
8768         New module 'unistr/u16-strcoll'.
8769         * modules/unistr/u16-strcoll: New file.
8770         * lib/unistr/u16-strcoll.c: New file.
8771
8772         New module 'unistr/u8-strcoll'.
8773         * modules/unistr/u8-strcoll: New file.
8774         * lib/unistr/u8-strcoll.c: New file.
8775         * lib/unistr/u-strcoll.h: New file.
8776
8777 2009-02-07  Bruno Haible  <bruno@clisp.org>
8778
8779         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
8780         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
8781         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
8782         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
8783         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
8784         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
8785
8786 2009-02-07  Bruno Haible  <bruno@clisp.org>
8787
8788         Make 64-bit clean.
8789         * lib/unictype/gen-ctype.c (output_predicate, output_category,
8790         output_combclass, output_bidi_category, output_decimal_digit,
8791         output_digit, output_numeric, output_mirror, output_scripts,
8792         output_ident_category): Use proper width specifier in format strings.
8793
8794 2009-02-07  Bruno Haible  <bruno@clisp.org>
8795
8796         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
8797         failure behaviour.
8798
8799 2009-02-07  Jim Meyering  <meyering@redhat.com>
8800
8801         regex: avoid compilation failure with upcoming gcc-4.4
8802         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
8803         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
8804         "... error: integer overflow in preprocessor expression".
8805
8806 2009-02-05  Ben Pfaff  <blp@gnu.org>
8807
8808         Fix link errors on Windows when close module is used.
8809         * modules/close: Add $(LIB_CLOSE) to Link section.
8810         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
8811         $(LIB_CLOSE) on Windows.
8812
8813 2009-02-05  Jim Meyering  <meyering@redhat.com>
8814
8815         still avoid unused-parameter warnings, but do it cleanly
8816         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
8817         (get_fs_usage): Cast to void instead.
8818         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
8819         (dev_from_mount_options, read_file_system_list): Cast to void.
8820         Prompted by Bruno Haible.
8821
8822 2009-02-04  Jim Meyering  <meyering@redhat.com>
8823
8824         fsusage.c: correct copyright year
8825         * lib/fsusage.c: Reflect year in which the change is pushed into
8826
8827         avoid misc. warnings
8828         * lib/fsusage.c (UNUSED_PARAM): Define.
8829         (get_fs_usage): Mark parameter "disk" as unused.
8830         * lib/getugroups.c (getgrent): Use "void" in prototype.
8831         * lib/mountlist.c: Mark unused parameters.
8832         (read_file_system_list): Declare a local with "const".
8833         * lib/nanosleep.c (getnow): Declare static.
8834         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
8835
8836         dirfd: set errno upon failure
8837         * lib/dirfd.c: Include <errno.h>.
8838         Set errno to ENOTSUP when returning -1.
8839         * modules/dirfd (Depends-on): Add errno.
8840         Suggested by John Kodis <kodis@comcast.net>.
8841
8842 2009-02-01  Bruno Haible  <bruno@clisp.org>
8843
8844         Don't assume sizeof (long) >= sizeof (void *).
8845         * lib/memcmp.c: Include stdint.h.
8846         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
8847         srcp2 to 'const byte *'.
8848         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
8849         types to uintptr_t.
8850         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
8851         * modules/memcmp (Depends-on): Add stdint.
8852         Reported by Ozkan Sezer <sezeroz@gmail.com>.
8853
8854 2009-01-30  Eric Blake  <ebb9@byu.net>
8855
8856         fix more require-before-expand issues
8857         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
8858         expand, AC_PROG_AWK.
8859         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
8860
8861 2009-01-28  Eric Blake  <ebb9@byu.net>
8862
8863         version-etc: use consistent URL formatting
8864         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
8865         Improve formatting.  Use fputs for string without %.
8866
8867 2009-01-28  Jim Meyering  <meyering@redhat.com>
8868
8869         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
8870         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
8871         "underquoted definition of NAME" from autoconf-2.59.
8872
8873 2009-01-28  Bruno Haible  <bruno@clisp.org>
8874
8875         * doc/gnulib.texi: Add "Obsolete modules" to index.
8876
8877 2009-01-28  Jim Meyering  <meyering@redhat.com>
8878
8879         useless-if-before-free: recognize more variants
8880         * build-aux/useless-if-before-free: Also recognize e.g.,
8881         if (NULL != p) free (p);
8882
8883 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
8884
8885         test-getaddrinfo: skip (don't fail) this test when there's no network
8886         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
8887         on the presumption that it means you lack network access.
8888
8889 2009-01-26  Jim Meyering  <meyering@redhat.com>
8890
8891         fflush: avoid warnings on modern systems
8892         * lib/fflush.c (rpl_fflush): Move declarations of locals,
8893         pos and result, into scopes where they're used.
8894
8895 2009-01-26  Eric Blake  <ebb9@byu.net>
8896
8897         Silence warning reintroduced by recent extensions patch.
8898         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
8899         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
8900         autoconf.
8901
8902         Backport improved autoconf semantics of AC_DEFUN_ONCE.
8903         * m4/00gnulib.m4: New file.
8904         * gnulib-tool (func_get_filelist): Always use it.
8905         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
8906         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
8907
8908 2009-01-25  Bruno Haible  <bruno@clisp.org>
8909
8910         Make test-quotearg work on MacOS X and AIX.
8911         * tests/test-quotearg.sh: New file.
8912         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
8913         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
8914         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
8915         include <libintl.h>.
8916         (fake_locale): Remove variable.
8917         (gettext, dgettext, dcgettext): Remove functions.
8918         (main): Instead of setting a fake locale, set a real locale. Call
8919         textdomain and bindtextdomain.
8920         * modules/quotearg-tests (Files): Add the new files.
8921         (Depends-on): Add gettext, setenv, unsetenv.
8922         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
8923         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
8924         Augment TESTS_ENVIRONMENT.
8925
8926 2009-01-25  Bruno Haible  <bruno@clisp.org>
8927
8928         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
8929         fr_FR.ISO8859-1 locale on MacOS X.
8930         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
8931         ja_JP.eucJP locale on MacOS X.
8932         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
8933         zh_CN.GB18030 locale on MacOS X.
8934
8935 2009-01-25  Bruno Haible  <bruno@clisp.org>
8936
8937         Avoid link errors on MacOS X 10.3.
8938         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
8939         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
8940
8941 2009-01-25  Bruno Haible  <bruno@clisp.org>
8942
8943         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
8944         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
8945         * modules/pipe (Files): Remove m4/posix_spawn.m4.
8946         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
8947         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
8948         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
8949         posix_spawnattr_init, posix_spawnattr_setsigmask,
8950         posix_spawnattr_setflags, posix_spawnattr_destroy.
8951
8952         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
8953         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
8954         * modules/execute (Files): Remove m4/posix_spawn.m4.
8955         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
8956         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
8957         posix_spawnattr_init, posix_spawnattr_setsigmask,
8958         posix_spawnattr_setflags, posix_spawnattr_destroy.
8959
8960 2009-01-25  Bruno Haible  <bruno@clisp.org>
8961
8962         * lib/glthread/threadlib.c: Include <stdlib.h>.
8963
8964 2009-01-25  Bruno Haible  <bruno@clisp.org>
8965
8966         * lib/glthread/threadlib.c (dummy): New declaration.
8967
8968 2009-01-25  Bruno Haible  <bruno@clisp.org>
8969
8970         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
8971         multibyte characters also for the GB18030 encoding. Don't crash when
8972         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
8973
8974 2009-01-25  Bruno Haible  <bruno@clisp.org>
8975
8976         Avoid redefining 'struct random_data' on OSF/1 5.1.
8977         * lib/stdlib.in.h: Include <random.h> if it exists.
8978         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
8979         HAVE_RANDOM_H. Include <random.h> when testing whether
8980         'struct random_data' exists.
8981         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
8982
8983 2009-01-25  Bruno Haible  <bruno@clisp.org>
8984
8985         Don't install charset.alias on MacOS X >= 10.3.
8986         * lib/localcharset.c (DARWIN7): New macro.
8987         (get_charset_aliases): Hardcode the result for Darwin7.
8988         * modules/localcharset (install-exec-local): Don't install
8989         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
8990
8991 2009-01-25  Bruno Haible  <bruno@clisp.org>
8992
8993         Don't install charset.alias on mingw and Cygwin.
8994         * modules/localcharset (install-exec-local): Don't install
8995         charset.alias on mingw and Cygwin, if the file does not yet exist.
8996         The result for these platforms is hardcoded in localcharset.c.
8997
8998 2009-01-25  Bruno Haible  <bruno@clisp.org>
8999
9000         Make it possible again to use AC_GNU_SOURCE together with gnulib.
9001         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
9002         before requiring AC_USE_SYSTEM_EXTENSIONS.
9003
9004 2009-01-25  Jim Meyering  <meyering@redhat.com>
9005
9006         c-strtod: avoid warnings
9007         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
9008         "assignment discards qualifiers from pointer target type" warnings.
9009
9010 2009-01-24  Bruno Haible  <bruno@clisp.org>
9011
9012         Add support for non-UTF-8 locales on MacOS X.
9013         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
9014         canonical encodings. For Darwin 7 and newer, don't map traditional
9015         encodings to UTF-8.
9016         Reported by Vincent Lefevre <vincent@vinc17.org>
9017         at <http://savannah.gnu.org/bugs/?25235>.
9018
9019 2009-01-24  Bruno Haible  <bruno@clisp.org>
9020
9021         * doc/gnulib.texi (Obsolete modules): New section.
9022         Reported by Mike Frysinger <vapier@gentoo.org>.
9023
9024 2009-01-24  Bruno Haible  <bruno@clisp.org>
9025
9026         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
9027         (%.dvi): New rule.
9028
9029 2009-01-24  Bruno Haible  <bruno@clisp.org>
9030
9031         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
9032         Reported by Eric Blake.
9033
9034 2009-01-24  Bruno Haible  <bruno@clisp.org>
9035
9036         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
9037         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
9038         Reported by Gary V. Vaughan <gary@gnu.org>.
9039
9040 2009-01-24  Bruno Haible  <bruno@clisp.org>
9041
9042         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
9043
9044 2009-01-23  Bruno Haible  <bruno@clisp.org>
9045
9046         Make c-strtod, c-strtold usable in libraries.
9047         * lib/c-strtod.c: Include string.h instead of xalloc.h.
9048         (C_STRTOD): Call strdup instead of xstrdup.
9049         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
9050         * modules/c-strtold (Depends-on): Likewise.
9051         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
9052         * NEWS: Mention the change.
9053         Reported by Michael Gold <mgold@ncf.ca>.
9054
9055 2009-01-23  Jim Meyering  <meyering@redhat.com>
9056
9057         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
9058         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
9059         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
9060
9061 2009-01-23  Simon Josefsson  <simon@josefsson.org>
9062
9063         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
9064         GNU CoreUtils.
9065         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
9066         * modules/version-etc (Description): Update.
9067
9068 2009-01-22  Bruno Haible  <bruno@clisp.org>
9069
9070         Cache the C locale object.
9071         * lib/c-strtod.c (c_locale_cache): New variable.
9072         (c_locale): New function.
9073         (C_STRTOD): Use it, and don't call freelocale.
9074         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
9075         Suggested by Paolo Bonzini.
9076
9077 2009-01-21  Bruno Haible  <bruno@clisp.org>
9078
9079         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
9080         conditions other than overflow.
9081
9082 2009-01-21  Bruno Haible  <bruno@clisp.org>
9083
9084         * lib/c-strtod.c: Include errno.h.
9085         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
9086         value from STRTOD_L and STRTOD.
9087
9088 2009-01-21  Bruno Haible  <bruno@clisp.org>
9089         and Jim Meyering  <meyering@redhat.com>
9090
9091         nanosleep: skip configure test (fail it) for apple universal builds
9092         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
9093         universal builds, assume that nanosleep does not work.
9094         * modules/nanosleep (Depends-on): Add multiarch.
9095
9096         mktime: skip configure test (fail it) for apple universal builds
9097         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
9098         universal builds, assume that mktime does not work.
9099         * modules/mktime (Depends-on): Add multiarch.
9100
9101 2009-01-21  Eric Blake  <ebb9@byu.net>
9102
9103         multiarch: avoid expand-before-require warning
9104         * modules/multiarch (configure.ac): Require, rather than expand,
9105         gl_MULTIARCH.
9106         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
9107         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
9108         enforce that all clients require it.  Partial reversion of
9109         2008-12-29 patch.
9110
9111         error: avoid expand-before-require warning
9112         * modules/errno (configure.ac): Require, rather than expand,
9113         gl_HEADER_ERRNO_H.
9114         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
9115         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
9116         enforce that all clients require it.
9117
9118         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
9119         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
9120         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
9121         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
9122
9123 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
9124
9125         Revert:
9126         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
9127
9128         regex: do not depend on obsolete modules.
9129         * modules/regex: Remove memcmp and memmove.
9130
9131 2009-01-20  Bruno Haible  <bruno@clisp.org>
9132
9133         Make the 'link' module link on Windows NT 4.
9134         * lib/link.c (_WIN32_WINNT): Don't define.
9135         (CreateHardLinkFuncType): New type.
9136         (CreateHardLinkFunc, initialized): New variables.
9137         (initialize): New function.
9138         (link): Invoke CreateHardLink indirectly through the function pointer.
9139
9140 2009-01-20  Bruno Haible  <bruno@clisp.org>
9141
9142         Fix compilation failure on mingw.
9143         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
9144
9145 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
9146
9147         * doc/c-strtod.texi: Mention a couple of restrictions.
9148
9149 2009-01-20  Jim Meyering  <meyering@redhat.com>
9150
9151         gettimeofday: move more declarations out of functions
9152         * lib/gettimeofday.c: Move extern declarations of tzset and
9153         gmtime out of containing functions.  Prompted by Bruno Haible.
9154
9155 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
9156
9157         regex: do not depend on obsolete modules.
9158         * modules/regex: Remove memcmp and memmove.
9159
9160 2009-01-19  Bruno Haible  <bruno@clisp.org>
9161
9162         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
9163         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
9164         gl_BIGENDIAN, not AC_C_BIGENDIAN.
9165         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
9166         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
9167
9168 2009-01-19  Bruno Haible  <bruno@clisp.org>
9169
9170         * tests/test-link.c: Include <errno.h>.
9171         (main): Exit with code 77 when a hard link cannot be created due to
9172         the file system.
9173         * tests/test-link.sh: Skip test when a hard link cannot be created due
9174         to the file system.
9175         Suggested by Eric Blake.
9176
9177 2009-01-19  Martin Lambers  <marlam@marlam.de>
9178
9179         * modules/link-tests: New file.
9180         * tests/test-link.sh: New file.
9181         * tests/test-link.c: New file.
9182
9183 2009-01-19  Eric Blake  <ebb9@byu.net>
9184
9185         doc: mention another function added in cygwin 1.7.0
9186         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
9187         Another new function in cygwin 1.7.
9188
9189 2009-01-19  Bruno Haible  <bruno@clisp.org>
9190
9191         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
9192         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
9193         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
9194         gl_BIGENDIAN, not AC_C_BIGENDIAN.
9195         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
9196         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
9197         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
9198         * m4/md4.m4 (gl_MD4): Likewise.
9199         * m4/md5.m4 (gl_MD5): Likewise.
9200         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
9201         * m4/sha1.m4 (gl_SHA1): Likewise.
9202         * m4/sha256.m4 (gl_SHA256): Likewise.
9203         * m4/sha512.m4 (gl_SHA512): Likewise.
9204
9205 2009-01-19  Bruno Haible  <bruno@clisp.org>
9206
9207         * modules/uniname/uniname-tests (Depends-on): Add progname.
9208         * tests/uniname/test-uninames.c: Include progname.h.
9209         (main): Call set_program_name.
9210
9211         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
9212         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
9213         (main): Call set_program_name.
9214
9215         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
9216         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
9217         (main): Call set_program_name.
9218
9219         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
9220         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
9221         (main): Call set_program_name.
9222
9223         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
9224         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
9225         (main): Call set_program_name.
9226
9227         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
9228         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
9229         (main): Call set_program_name.
9230
9231         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
9232         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
9233         (main): Call set_program_name.
9234
9235         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
9236         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
9237         (main): Call set_program_name.
9238
9239         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
9240         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
9241         (main): Call set_program_name.
9242
9243 2009-01-19  Eric Blake  <ebb9@byu.net>
9244
9245         test-unistd: test previous patch
9246         * tests/test-unistd.c: Test *_FILENO macros.
9247
9248         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
9249         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
9250         Guarantee a definition.
9251         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
9252         * modules/unistd-safer (Depends-on): Add dependency on unistd.
9253         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
9254         * lib/dup-safer.c (STDERR_FILENO): Likewise.
9255         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
9256         Likewise.
9257         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
9258         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
9259         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
9260         Likewise.
9261         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
9262         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
9263         (STDERR_FILENO): Likewise.
9264         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
9265         (STDERR_FILENO): Likewise.
9266         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
9267         (STDERR_FILENO): Likewise.
9268         Reported by Elbert Pol.
9269
9270 2009-01-19  Eric Blake  <ebb9@byu.net>
9271
9272         doc: mention more functions added in cygwin 1.7.0
9273         * doc/posix-functions/abort.texi (abort): Update wording related
9274         to cygwin.
9275         * doc/posix-functions/daylight.texi (daylight): Likewise.
9276         * doc/posix-functions/optarg.texi (optarg): Likewise.
9277         * doc/posix-functions/optarg.texi (opterr): Likewise.
9278         * doc/posix-functions/optarg.texi (optind): Likewise.
9279         * doc/posix-functions/optarg.texi (optopt): Likewise.
9280         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
9281         worked in 1.5.x, and was withdrawn in 1.7.
9282         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
9283         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
9284         cygwin versions.
9285         * doc/posix-functions/perror.texi (perror): Likewise.
9286         * doc/posix-functions/printf.texi (printf): Likewise.
9287         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
9288         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
9289         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
9290         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
9291         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
9292         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
9293         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
9294         Likewise.
9295         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
9296         Likewise.
9297         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
9298         this function.
9299         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
9300         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
9301         Likewise.
9302         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
9303         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
9304         * doc/posix-functions/confstr.texi (confstr): Likewise.
9305         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
9306         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
9307         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
9308         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
9309         * doc/posix-functions/fputws.texi (fputws): Likewise.
9310         * doc/posix-functions/fwide.texi (fwide): Likewise.
9311         * doc/posix-functions/getwc.texi (getwc): Likewise.
9312         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
9313         * doc/posix-functions/putwc.texi (putwc): Likewise.
9314         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
9315         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
9316         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
9317         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
9318         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
9319         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
9320         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
9321         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
9322         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
9323         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
9324         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
9325
9326 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
9327
9328         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
9329         * lib/ioctl.c: Include <sys/ioctl.h>.
9330
9331 2009-01-19  Simon Josefsson  <simon@josefsson.org>
9332
9333         * modules/getdate-tests (Depends-on): Add progname.
9334         * tests/test-getdate.c: Use progname module, to avoid link errors
9335         on non-glibc systems.
9336
9337 2009-01-18  Simon Josefsson  <simon@josefsson.org>
9338
9339         * modules/filenamecat-tests (Depends-on): Add progname.
9340         * modules/fstrcmp-tests (Depends-on): Likewise.
9341
9342         * tests/test-filenamecat.c: Use progname module, to avoid link
9343         errors on non-glibc systems.
9344         * tests/test-fstrcmp.c: Likewise.
9345
9346 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
9347
9348         gettimeofday: avoid warning: nested extern declaration of 'localtime'
9349         * lib/gettimeofday.c: Move extern declaration out of function.
9350
9351 2009-01-18  Bruno Haible  <bruno@clisp.org>
9352
9353         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
9354         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
9355         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
9356
9357 2009-01-18  Bruno Haible  <bruno@clisp.org>
9358
9359         * lib/strftime.c (MEMPCPY): Remove unused macro.
9360         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
9361
9362 2009-01-18  Martin Lambers  <marlam@marlam.de>
9363
9364         New module 'link'.
9365         * lib/unistd.in.h (link): New declaration.
9366         * lib/link.c: New file.
9367         * m4/link.m4: New file.
9368         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
9369         HAVE_LINK.
9370         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
9371         * modules/link: New file.
9372         * doc/posix-functions/link.texi: Mention the new module.
9373
9374 2009-01-18  Bruno Haible  <bruno@clisp.org>
9375
9376         * tests/test-avltree_list.c (main): Call set_program_name.
9377         * tests/test-avltree_oset.c (main): Likewise.
9378         * tests/test-obstack-printf.c: Include progname.h.
9379         (main): Call set_program_name.
9380         * tests/test-quotearg.c: Include progname.h.
9381         (main): Call set_program_name.
9382         * tests/test-xmemdup0.c: Include progname.h.
9383         (main): Call set_program_name.
9384
9385 2009-01-18  Bruno Haible  <bruno@clisp.org>
9386
9387         New module 'alphasort'.
9388         * lib/dirent.in.h (alphasort): New declaration.
9389         * lib/alphasort.c: New file, from glibc with modifications.
9390         * m4/alphasort.m4: New file.
9391         * modules/alphasort: New file.
9392         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
9393         HAVE_ALPHASORT.
9394         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
9395         HAVE_ALPHASORT.
9396         * doc/posix-functions/alphasort.texi: Mention the new module and the
9397         portability problems.
9398
9399 2009-01-18  Bruno Haible  <bruno@clisp.org>
9400
9401         New module 'scandir'.
9402         * lib/dirent.in.h (scandir): New declaration.
9403         * lib/scandir.c: New file, from glibc with modifications.
9404         * m4/scandir.m4: New file.
9405         * modules/scandir: New file.
9406         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
9407         HAVE_SCANDIR.
9408         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
9409         HAVE_SCANDIR.
9410         * doc/posix-functions/scandir.texi: Mention the new module and the
9411         portability problems.
9412
9413 2009-01-17  Bruno Haible  <bruno@clisp.org>
9414
9415         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
9416         Update documentation.
9417         (func_remove_suffix): Escape all dots in the suffix. Update
9418         documentation.
9419         (func_filter_filelist): Update documentation.
9420         Reported by Ralf Wildenhues.
9421
9422 2009-01-17  Bruno Haible  <bruno@clisp.org>
9423
9424         * modules/dprintf-posix-tests: New file.
9425         * tests/test-dprintf-posix.sh: New file.
9426         * tests/test-dprintf-posix.c: New file.
9427
9428         New modules 'dprintf', 'dprintf-posix'.
9429         * lib/stdio.in.h (dprintf): New declaration.
9430         * lib/dprintf.c: New file.
9431         * m4/dprintf.m4: New file.
9432         * m4/dprintf-posix.m4: New file.
9433         * modules/dprintf: New file.
9434         * modules/dprintf-posix: New file.
9435         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
9436         HAVE_DPRINTF, REPLACE_DPRINTF.
9437         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
9438         HAVE_DPRINTF, REPLACE_DPRINTF.
9439         * doc/posix-functions/dprintf.texi: Mention the new modules.
9440
9441 2009-01-17  Bruno Haible  <bruno@clisp.org>
9442
9443         * modules/vdprintf-posix-tests: New file.
9444         * tests/test-vdprintf-posix.sh: New file.
9445         * tests/test-vdprintf-posix.c: New file.
9446
9447         New modules 'vdprintf', 'vdprintf-posix'.
9448         * lib/stdio.in.h (vdprintf): New declaration.
9449         * lib/vdprintf.c: New file.
9450         * m4/vdprintf.m4: New file.
9451         * m4/vdprintf-posix.m4: New file.
9452         * modules/vdprintf: New file.
9453         * modules/vdprintf-posix: New file.
9454         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
9455         HAVE_VDPRINTF, REPLACE_VDPRINTF.
9456         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
9457         HAVE_VDPRINTF, REPLACE_VDPRINTF.
9458         * doc/posix-functions/vdprintf.texi: Mention the new modules.
9459
9460 2009-01-17  Bruno Haible  <bruno@clisp.org>
9461
9462         Fix replacement of fopen on mingw.
9463         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
9464         mingw.
9465
9466 2009-01-17  Bruno Haible  <bruno@clisp.org>
9467
9468         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
9469         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
9470
9471 2009-01-17  Bruno Haible  <bruno@clisp.org>
9472
9473         Avoid test-fflush2.sh failure on mingw.
9474         * tests/test-fflush2.c: Include binary-io.h.
9475         (main): Put standard input into binary mode.
9476         * modules/fflush-tests (Depends-on): Add binary-io.
9477
9478 2009-01-17  Bruno Haible  <bruno@clisp.org>
9479
9480         * lib/wchar.in.h: In another particular situation, include only the
9481         system's <wchar.h> file.
9482         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
9483         Reported by Albert Chin-A-Young <china@thewrittenword.com>
9484         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
9485
9486 2009-01-17  Bruno Haible  <bruno@clisp.org>
9487
9488         Support for stripping executables in --enable-relocatable.
9489         * build-aux/install-reloc: Expect one more argument, or an environment
9490         variable RELOC_STRIP_PROG. If set, strip the destination program and
9491         its wrapper.
9492         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
9493         RELOC_STRIP_PROG.
9494         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
9495         to set RELOCATABLE_STRIP.
9496         * NEWS: Mention the new Makefile requirement.
9497
9498 2009-01-17  Bruno Haible  <bruno@clisp.org>
9499
9500         * build-aux/install-reloc: Remove debugging information left over by
9501         C compiler on MacOS X.
9502
9503 2009-01-17  Bruno Haible  <bruno@clisp.org>
9504
9505         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
9506         * lib/progreloc.c (find_executable): Fix type of pointer passed to
9507         _NSGetExecutablePath.
9508
9509 2009-01-16  Jim Meyering  <meyering@redhat.com>
9510
9511         strerror: avoid warnings about discarding "const"
9512         * lib/strerror.c (rpl_strerror): Instead of returning a const
9513         string from each and every "case", use a variable, and add a single
9514         cast after the switch.
9515
9516 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
9517
9518         * lib/arpa_inet.in.h: Add extern "C" block for C++.
9519
9520 2009-01-16  Bruno Haible  <bruno@clisp.org>
9521
9522         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
9523         array initializer syntax that also works in C++ mode.
9524         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9525
9526 2009-01-16  Jim Meyering  <meyering@redhat.com>
9527
9528         poll: suppress a warning
9529         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
9530         to ignore "...unsigned expression < 0 is always false" warnings.
9531
9532 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
9533
9534         poll: remove declarations of unused variables
9535         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
9536         sockbuf and optlen.
9537
9538 2009-01-15  Bruno Haible  <bruno@clisp.org>
9539
9540         Make fflush-after-ungetc POSIX compliant on BSD systems.
9541         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
9542         (clear_ungetc_buffer): Implement also for other systems.
9543         (rpl_fflush): On glibc systems, invoke
9544         clear_ungetc_buffer_preserving_position. Otherwise, invoke
9545         clear_ungetc_buffer after fetching the stream's position, not before.
9546
9547 2009-01-15  Bruno Haible  <bruno@clisp.org>
9548
9549         Make fflush-after-ungetc POSIX compliant on glibc systems.
9550         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
9551         after ungetc.
9552         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
9553         (rpl_fflush): On glibc systems, simply call the system's fflush
9554         function after clearing the ungetc buffer.
9555         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
9556         Instead, lseek only to the end of file, then use the system's fseeko
9557         for the rest. On glibc systems, reset the EOF indicator bit.
9558
9559 2009-01-15  Jim Meyering  <meyering@redhat.com>
9560
9561         openmp.m4: revert quote-adding change, for portability to older autoconf
9562         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
9563         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
9564         Simon Josefsson noticed the problem when using autoconf-2.61.
9565
9566 2009-01-15  Bruno Haible  <bruno@clisp.org>
9567
9568         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
9569         * tests/test-fflush2.c (ASSERT): Always fail.
9570         (main): Add two tests for fflush() after ungetc(), taking into account
9571         the Austin Group's clarification.
9572         Suggested by Eric Blake.
9573
9574 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
9575
9576         mktime.m4: remove K&R-style function prototypes
9577         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
9578         for the Sun C++ compiler.
9579
9580 2009-01-14  Bruno Haible  <bruno@clisp.org>
9581
9582         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
9583         while including <wchar.h>.
9584         * lib/wchar.in.h: In two particular situations on HP-UX, include only
9585         the system's <wchar.h> file.
9586         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9587
9588 2009-01-14  Bruno Haible  <bruno@clisp.org>
9589
9590         * m4/csharp.m4: Don't mention gettext on the serial number line.
9591         * m4/csharpexec.m4: Likewise.
9592         * m4/eaccess.m4: Likewise.
9593         * m4/javaexec.m4: Likewise.
9594         * m4/sig_atomic_t.m4: Likewise.
9595         * m4/tmpdir.m4: Likewise.
9596         * m4/intldir.m4: Bump gettext version.
9597         * m4/lib-ld.m4: Likewise.
9598
9599 2009-01-14  Bruno Haible  <bruno@clisp.org>
9600
9601         * lib/progname.c (set_program_name): Add more comments.
9602         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9603
9604 2009-01-14  Simon Josefsson  <simon@josefsson.org>
9605
9606         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
9607         were sys/stat.h does not define it.
9608
9609 2009-01-14  Jim Meyering  <meyering@redhat.com>
9610
9611         many *.m4 files: improve m4 quoting
9612         99% of this change was performed by running the following commands:
9613         git ls-files | grep '\.m4$' | xargs perl -pi \
9614           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
9615           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
9616           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
9617           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
9618         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
9619         The remainder were to add Copyright dates, increment serial numbers,
9620         undo some changes in comments, exclude m4/intl.m4, and add quotes
9621         around the "1" in ",1" where the unusual spacing prohibited the
9622         above regexps from doing the job.  For more details, see
9623         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
9624         * m4/acl.m4: Modified.
9625         * m4/afs.m4: Likewise.
9626         * m4/alloca.m4: Likewise.
9627         * m4/argp.m4: Likewise.
9628         * m4/argz.m4: Likewise.
9629         * m4/atexit.m4: Likewise.
9630         * m4/bison-i18n.m4: Likewise.
9631         * m4/bison.m4: Likewise.
9632         * m4/byteswap.m4: Likewise.
9633         * m4/c-stack.m4: Likewise.
9634         * m4/c-strtod.m4: Likewise.
9635         * m4/calloc.m4: Likewise.
9636         * m4/canonicalize-lgpl.m4: Likewise.
9637         * m4/chown.m4: Likewise.
9638         * m4/clock_time.m4: Likewise.
9639         * m4/codeset.m4: Likewise.
9640         * m4/copy-file.m4: Likewise.
9641         * m4/csharp.m4: Likewise.
9642         * m4/csharpcomp.m4: Likewise.
9643         * m4/csharpexec.m4: Likewise.
9644         * m4/d-ino.m4: Likewise.
9645         * m4/d-type.m4: Likewise.
9646         * m4/dirfd.m4: Likewise.
9647         * m4/double-slash-root.m4: Likewise.
9648         * m4/eaccess.m4: Likewise.
9649         * m4/eealloc.m4: Likewise.
9650         * m4/environ.m4: Likewise.
9651         * m4/errno_h.m4: Likewise.
9652         * m4/euidaccess.m4: Likewise.
9653         * m4/execute.m4: Likewise.
9654         * m4/fatal-signal.m4: Likewise.
9655         * m4/fchdir.m4: Likewise.
9656         * m4/fcntl_h.m4: Likewise.
9657         * m4/fileblocks.m4: Likewise.
9658         * m4/filenamecat.m4: Likewise.
9659         * m4/findprog.m4: Likewise.
9660         * m4/flexmember.m4: Likewise.
9661         * m4/fnmatch.m4: Likewise.
9662         * m4/fopen.m4: Likewise.
9663         * m4/fpending.m4: Likewise.
9664         * m4/fprintf-posix.m4: Likewise.
9665         * m4/free.m4: Likewise.
9666         * m4/frexp.m4: Likewise.
9667         * m4/frexpl.m4: Likewise.
9668         * m4/fsusage.m4: Likewise.
9669         * m4/ftruncate.m4: Likewise.
9670         * m4/gc-camellia.m4: Likewise.
9671         * m4/gc-random.m4: Likewise.
9672         * m4/gc.m4: Likewise.
9673         * m4/getaddrinfo.m4: Likewise.
9674         * m4/getcwd-abort-bug.m4: Likewise.
9675         * m4/getcwd-path-max.m4: Likewise.
9676         * m4/getdate.m4: Likewise.
9677         * m4/getdomainname.m4: Likewise.
9678         * m4/getgroups.m4: Likewise.
9679         * m4/gethostname.m4: Likewise.
9680         * m4/gethrxtime.m4: Likewise.
9681         * m4/getline.m4: Likewise.
9682         * m4/getloadavg.m4: Likewise.
9683         * m4/getndelim2.m4: Likewise.
9684         * m4/getpass.m4: Likewise.
9685         * m4/gettext.m4: Likewise.
9686         * m4/gettime.m4: Likewise.
9687         * m4/gettimeofday.m4: Likewise.
9688         * m4/gnulib-common.m4: Likewise.
9689         * m4/group-member.m4: Likewise.
9690         * m4/host-os.m4: Likewise.
9691         * m4/iconv.m4: Likewise.
9692         * m4/iconv_open.m4: Likewise.
9693         * m4/inet_ntop.m4: Likewise.
9694         * m4/inet_pton.m4: Likewise.
9695         * m4/inline.m4: Likewise.
9696         * m4/intldir.m4: Likewise.
9697         * m4/intlmacosx.m4: Likewise.
9698         * m4/intmax.m4: Likewise.
9699         * m4/intmax_t.m4: Likewise.
9700         * m4/inttypes.m4: Likewise.
9701         * m4/inttypes_h.m4: Likewise.
9702         * m4/inttypes-pri.m4: Likewise.
9703         * m4/isapipe.m4: Likewise.
9704         * m4/isnand.m4: Likewise.
9705         * m4/isnanf.m4: Likewise.
9706         * m4/isnanl.m4: Likewise.
9707         * m4/javacomp.m4: Likewise.
9708         * m4/javaexec.m4: Likewise.
9709         * m4/jm-winsz1.m4: Likewise.
9710         * m4/jm-winsz2.m4: Likewise.
9711         * m4/lchown.m4: Likewise.
9712         * m4/lcmessage.m4: Likewise.
9713         * m4/ldexpl.m4: Likewise.
9714         * m4/lib-ld.m4: Likewise.
9715         * m4/lib-link.m4: Likewise.
9716         * m4/libsigsegv.m4: Likewise.
9717         * m4/link-follow.m4: Likewise.
9718         * m4/localcharset.m4: Likewise.
9719         * m4/locale-fr.m4: Likewise.
9720         * m4/locale-ja.m4: Likewise.
9721         * m4/locale-tr.m4: Likewise.
9722         * m4/locale-zh.m4: Likewise.
9723         * m4/lock.m4: Likewise.
9724         * m4/longlong.m4: Likewise.
9725         * m4/ls-mntd-fs.m4: Likewise.
9726         * m4/lstat.m4: Likewise.
9727         * m4/malloc.m4: Likewise.
9728         * m4/mathl.m4: Likewise.
9729         * m4/mbrtowc.m4: Likewise.
9730         * m4/mbstate_t.m4: Likewise.
9731         * m4/mbswidth.m4: Likewise.
9732         * m4/memchr.m4: Likewise.
9733         * m4/memcmp.m4: Likewise.
9734         * m4/memcpy.m4: Likewise.
9735         * m4/memmem.m4: Likewise.
9736         * m4/memmove.m4: Likewise.
9737         * m4/mempcpy.m4: Likewise.
9738         * m4/memrchr.m4: Likewise.
9739         * m4/memset.m4: Likewise.
9740         * m4/minmax.m4: Likewise.
9741         * m4/mkdir-slash.m4: Likewise.
9742         * m4/mkdtemp.m4: Likewise.
9743         * m4/mktime.m4: Likewise.
9744         * m4/mmap-anon.m4: Likewise.
9745         * m4/mountlist.m4: Likewise.
9746         * m4/nanosleep.m4: Likewise.
9747         * m4/nls.m4: Likewise.
9748         * m4/nocrash.m4: Likewise.
9749         * m4/open.m4: Likewise.
9750         * m4/openat.m4: Likewise.
9751         * m4/openmp.m4: Likewise.
9752         * m4/pathmax.m4: Likewise.
9753         * m4/perl.m4: Likewise.
9754         * m4/physmem.m4: Likewise.
9755         * m4/pipe.m4: Likewise.
9756         * m4/po.m4: Likewise.
9757         * m4/poll.m4: Likewise.
9758         * m4/posixtm.m4: Likewise.
9759         * m4/posixver.m4: Likewise.
9760         * m4/printf-frexp.m4: Likewise.
9761         * m4/printf-frexpl.m4: Likewise.
9762         * m4/printf-posix.m4: Likewise.
9763         * m4/printf-posix-rpl.m4: Likewise.
9764         * m4/printf.m4: Likewise.
9765         * m4/progtest.m4: Likewise.
9766         * m4/putenv.m4: Likewise.
9767         * m4/readline.m4: Likewise.
9768         * m4/readlink.m4: Likewise.
9769         * m4/readutmp.m4: Likewise.
9770         * m4/realloc.m4: Likewise.
9771         * m4/regex.m4: Likewise.
9772         * m4/relocatable.m4: Likewise.
9773         * m4/relocatable-lib.m4: Likewise.
9774         * m4/rename-dest-slash.m4: Likewise.
9775         * m4/rename.m4: Likewise.
9776         * m4/rmdir-errno.m4: Likewise.
9777         * m4/rmdir.m4: Likewise.
9778         * m4/roundf.m4: Likewise.
9779         * m4/roundl.m4: Likewise.
9780         * m4/rpmatch.m4: Likewise.
9781         * m4/save-cwd.m4: Likewise.
9782         * m4/selinux-selinux-h.m4: Likewise.
9783         * m4/setenv.m4: Likewise.
9784         * m4/settime.m4: Likewise.
9785         * m4/sig2str.m4: Likewise.
9786         * m4/sig_atomic_t.m4: Likewise.
9787         * m4/signalblocking.m4: Likewise.
9788         * m4/signbit.m4: Likewise.
9789         * m4/sigpipe.m4: Likewise.
9790         * m4/sockets.m4: Likewise.
9791         * m4/sockpfaf.m4: Likewise.
9792         * m4/st_dm_mode.m4: Likewise.
9793         * m4/stat-time.m4: Likewise.
9794         * m4/stdbool.m4: Likewise.
9795         * m4/stdint.m4: Likewise.
9796         * m4/stdint_h.m4: Likewise.
9797         * m4/stpcpy.m4: Likewise.
9798         * m4/stpncpy.m4: Likewise.
9799         * m4/strcase.m4: Likewise.
9800         * m4/strchrnul.m4: Likewise.
9801         * m4/strcspn.m4: Likewise.
9802         * m4/strdup.m4: Likewise.
9803         * m4/strftime.m4: Likewise.
9804         * m4/strndup.m4: Likewise.
9805         * m4/strnlen.m4: Likewise.
9806         * m4/strpbrk.m4: Likewise.
9807         * m4/strptime.m4: Likewise.
9808         * m4/strsep.m4: Likewise.
9809         * m4/strtod.m4: Likewise.
9810         * m4/strtoimax.m4: Likewise.
9811         * m4/strtok_r.m4: Likewise.
9812         * m4/strtol.m4: Likewise.
9813         * m4/strtoll.m4: Likewise.
9814         * m4/strtoul.m4: Likewise.
9815         * m4/strtoull.m4: Likewise.
9816         * m4/strtoumax.m4: Likewise.
9817         * m4/strverscmp.m4: Likewise.
9818         * m4/threadlib.m4: Likewise.
9819         * m4/timegm.m4: Likewise.
9820         * m4/tm_gmtoff.m4: Likewise.
9821         * m4/tmpdir.m4: Likewise.
9822         * m4/tmpfile.m4: Likewise.
9823         * m4/tzset.m4: Likewise.
9824         * m4/uintmax_t.m4: Likewise.
9825         * m4/unlinkdir.m4: Likewise.
9826         * m4/unlocked-io.m4: Likewise.
9827         * m4/uptime.m4: Likewise.
9828         * m4/userspec.m4: Likewise.
9829         * m4/utimbuf.m4: Likewise.
9830         * m4/utime.m4: Likewise.
9831         * m4/utimes-null.m4: Likewise.
9832         * m4/utimes.m4: Likewise.
9833         * m4/vararrays.m4: Likewise.
9834         * m4/vasnprintf.m4: Likewise.
9835         * m4/vfprintf-posix.m4: Likewise.
9836         * m4/vprintf-posix.m4: Likewise.
9837         * m4/wait-process.m4: Likewise.
9838         * m4/wchar_t.m4: Likewise.
9839         * m4/wint_t.m4: Likewise.
9840         * m4/write-any-file.m4: Likewise.
9841         * m4/yield.m4: Likewise.
9842
9843 2009-01-13  Bruno Haible  <bruno@clisp.org>
9844
9845         Avoid test-copy-file.sh failures when ACL support insufficient.
9846         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
9847         TESTS_ENVIRONMENT.
9848         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
9849         Reported by Jim Meyering.
9850
9851 2009-01-13  Bruno Haible  <bruno@clisp.org>
9852
9853         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
9854         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
9855         * modules/unistdio/u8-printf-parse (Files): Likewise.
9856         * modules/unistdio/u32-printf-parse (Files): Likewise.
9857         * modules/unistdio/ulc-printf-parse (Files): Likewise.
9858
9859 2009-01-13  Simon Josefsson  <simon@josefsson.org>
9860
9861         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
9862         and m4/inttypes_h.m4 too.
9863
9864 2009-01-12  Eric Blake  <ebb9@byu.net>
9865
9866         tests: IRIX 6.2 cc can't compile -0.0 into .data
9867         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
9868         rather than at compile-time.
9869         * tests/test-floorl.c (minus_zero): Likewise.
9870         * tests/test-frexpl.c (minus_zero): Likewise.
9871         * tests/test-isnan.c (minus_zerol): Likewise.
9872         * tests/test-isnanl.h (minus_zero): Likewise.
9873         * tests/test-ldexpl.c (minus_zero): Likewise.
9874         * tests/test-roundl.c (minus_zero): Likewise.
9875         * tests/test-signbit.c (minus_zerol): Likewise.
9876         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
9877         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
9878         * tests/test-truncl.c (minus_zero): Likewise.
9879         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
9880         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
9881         Reported by Tom G. Christensen and Nelson H. F. Beebe.
9882
9883 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
9884
9885         regex: fix glibc bug 9697
9886         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
9887         handling.
9888
9889 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
9890
9891         regex: fix glibc bug 697
9892         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
9893         being NULL also if there are no backreferences.
9894
9895 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
9896
9897         regex: merge glibc changes
9898         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
9899         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
9900         re_string_skip_chars, re_string_reconstruct): Likewise.
9901         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
9902
9903 2009-01-07  Jim Meyering  <meyering@redhat.com>
9904
9905         poll: filter through cppi
9906         * lib/poll.c: Indent cpp directives to reflect nesting.
9907
9908 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
9909
9910         poll: don't return uninitialized
9911         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
9912
9913 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
9914
9915         avoid compile failure on AIX 6.1
9916         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
9917         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
9918
9919 2009-01-04  Jim Meyering  <meyering@redhat.com>
9920
9921         remove duplicate inclusion of <stdio.h>
9922         * tests/test-fprintf-posix.c: Likewise.
9923         * tests/test-printf-posix.c: Likewise.
9924         * tests/test-snprintf-posix.c: Likewise.
9925         * tests/test-sprintf-posix.c: Likewise.
9926         * tests/test-vasprintf-posix.c: Likewise.
9927         * tests/test-vfprintf-posix.c: Likewise.
9928         * tests/test-vprintf-posix.c: Likewise.
9929         * tests/test-vsnprintf-posix.c: Likewise.
9930         * tests/test-vsprintf-posix.c: Likewise.
9931
9932 2009-01-03  Jim Meyering  <meyering@redhat.com>
9933
9934         gnulib-tool: fix sed-based filtering
9935         * gnulib-tool (func_filter_filelist): Remove extra backslash
9936         in sed_fff_filter definition.
9937
9938 2009-01-02  Jim Meyering  <meyering@redhat.com>
9939
9940         strftime: avoid compilation failure on Solaris 2.6
9941         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
9942         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
9943         Don't #define mbrlen or mbsinit, since now they're guaranteed to
9944         be available.  Reported by Tom G. Christensen.  Details in
9945         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
9946
9947 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9948             Bruno Haible  <bruno@clisp.org>
9949
9950         Speed up gnulib-tool by doing more string processing through shell
9951         built-ins.
9952         * gnulib-tool (fast_func_append): New variable.
9953         (func_remove_prefix, func_remove_suffix): New functions.
9954         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
9955         (func_filter_filelist): New function.
9956         (func_get_dependencies): Use func_remove_suffix instead of sed.
9957         (func_get_automake_snippet): Use func_filter_filelist instead of a
9958         subshell and sed invocation.
9959
9960 2009-01-01  Bruno Haible  <bruno@clisp.org>
9961
9962         Fix a security bug.
9963         * gnulib-tool (func_import, import, update): Don't allow the characters
9964         '"', '$', '`', '\' in macro arguments that become part of commands that
9965         are evaluated.
9966
9967 2009-01-01  Bruno Haible  <bruno@clisp.org>
9968
9969         * gnulib-tool (func_reset_sigpipe): Add more comments.
9970
9971 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9972
9973         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
9974         func_emit_tests_Makefile_am, func_import): Abort loops early if we
9975         already know the answer.
9976
9977 2009-01-01  Jim Meyering  <meyering@redhat.com>
9978
9979         * lib/version-etc.c (version_etc_va): Update copyright year.
9980
9981 2008-12-30  Bruno Haible  <bruno@clisp.org>
9982
9983         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
9984         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
9985         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
9986
9987 2008-12-29  Eric Blake  <ebb9@byu.net>
9988
9989         multiarch: avoid autoconf AC_REQUIRE bug
9990         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
9991         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
9992         2.63 and older.
9993         Reported by Bruno Haible, and analyzed in
9994         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
9995
9996 2008-12-29  Bruno Haible  <bruno@clisp.org>
9997
9998         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
9999         files in subdirectories correctly.
10000         Reported by Ralf Wildenhues.
10001
10002 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10003
10004         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
10005         rather than 'join FILE -', for Solaris join.
10006
10007 2008-12-29  Bruno Haible  <bruno@clisp.org>
10008
10009         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
10010         quoting.
10011         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
10012         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
10013         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
10014         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
10015         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
10016         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
10017         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
10018         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
10019         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
10020         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
10021         * m4/nls.m4 (AM_NLS): Likewise.
10022         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
10023         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
10024         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
10025         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
10026         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
10027         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
10028         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
10029         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
10030         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
10031         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
10032         * m4/xsize.m4 (gl_XSIZE): Likewise.
10033         Suggested by Jim Meyering.
10034
10035 2008-11-17  Bruce Korb  <bkorb@gnu.org>
10036
10037         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
10038         * lib/parse-duration.c: use a switch instead of cascading if's.
10039
10040 2008-12-29  Eric Blake  <ebb9@byu.net>
10041
10042         wchar.h: supply WEOF on Irix 5.3
10043         * lib/wchar.in.h (wint_t): Also supply WEOF.
10044         * lib/wctype.in.h (wint_t): Likewise.
10045         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
10046         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
10047         Reported by Tom G. Christensen.
10048
10049 2008-12-26  Bruno Haible  <bruno@clisp.org>
10050
10051         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
10052         i486, i586, i686.
10053
10054 2008-12-26  Bruno Haible  <bruno@clisp.org>
10055
10056         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
10057
10058 2008-12-26  Bruno Haible  <bruno@clisp.org>
10059
10060         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
10061         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
10062         not __STDC_CONSTANT_MACROS.
10063         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
10064
10065 2008-12-25  Bruno Haible  <bruno@clisp.org>
10066
10067         Add support for universal builds to vasnprintf.
10068         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
10069         universal builds, guess no.
10070         * modules/vasnprintf-posix (Depends-on): Add multiarch.
10071         * modules/vasprintf-posix (Depends-on): Likewise.
10072         * modules/fprintf-posix (Depends-on): Likewise.
10073         * modules/vfprintf-posix (Depends-on): Likewise.
10074         * modules/snprintf-posix (Depends-on): Likewise.
10075         * modules/vsnprintf-posix (Depends-on): Likewise.
10076         * modules/sprintf-posix (Depends-on): Likewise.
10077         * modules/vsprintf-posix (Depends-on): Likewise.
10078         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10079         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10080         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10081         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10082         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10083         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10084         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10085
10086         Add support for universal builds to <inttypes.h>.
10087         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
10088         _SCNu64_PREFIX): In Apple
10089         universal builds, define directly, using _LP64.
10090         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
10091         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
10092         * modules/inttypes (Depends-on): Add multiarch.
10093         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
10094
10095         Add support for universal builds to <stdint.h>.
10096         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
10097         universal builds, define directly, using _LP64.
10098         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
10099         Apple universal builds, don't test for the size and suffix of ptrdiff_t
10100         and size_t.
10101         * modules/stdint (Depends-on): Add multiarch.
10102         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
10103
10104         New module 'multiarch'.
10105         * modules/multiarch: New file.
10106         * m4/multiarch.m4: New file.
10107
10108 2008-12-25  Bruno Haible  <bruno@clisp.org>
10109
10110         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
10111
10112 2008-12-25  Bruno Haible  <bruno@clisp.org>
10113
10114         * modules/btowc (License): Relicense under LGPLv2+.
10115         * modules/mbsinit (License): Likewise.
10116         * modules/mbrtowc (License): Likewise.
10117         * modules/wcrtomb (License): Likewise.
10118         * modules/streq (License): Likewise.
10119         Reported by David Lutterkort <lutter@redhat.com>.
10120
10121 2008-12-23  Bruno Haible  <bruno@clisp.org>
10122
10123         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
10124
10125 2008-12-23  Bruno Haible  <bruno@clisp.org>
10126
10127         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
10128         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
10129         GETADDRINFO_LIB, not in LIBS.
10130         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
10131         * modules/canon-host (Link): Likewise.
10132         * NEWS: Mention the change.
10133         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
10134         GETADDRINFO_LIB.
10135
10136 2008-12-22  Bruno Haible  <bruno@clisp.org>
10137
10138         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
10139         * doc/posix-functions/iswalpha_l.texi: Likewise.
10140         * doc/posix-functions/iswblank_l.texi: Likewise.
10141         * doc/posix-functions/iswcntrl_l.texi: Likewise.
10142         * doc/posix-functions/iswctype_l.texi: Likewise.
10143         * doc/posix-functions/iswdigit_l.texi: Likewise.
10144         * doc/posix-functions/iswgraph_l.texi: Likewise.
10145         * doc/posix-functions/iswlower_l.texi: Likewise.
10146         * doc/posix-functions/iswprint_l.texi: Likewise.
10147         * doc/posix-functions/iswpunct_l.texi: Likewise.
10148         * doc/posix-functions/iswspace_l.texi: Likewise.
10149         * doc/posix-functions/iswupper_l.texi: Likewise.
10150         * doc/posix-functions/iswxdigit_l.texi: Likewise.
10151         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
10152         * doc/posix-functions/open_wmemstream.texi: Likewise.
10153         * doc/posix-functions/swscanf.texi: Likewise.
10154         * doc/posix-functions/towctrans_l.texi: Likewise.
10155         * doc/posix-functions/towlower.texi: Likewise.
10156         * doc/posix-functions/towlower_l.texi: Likewise.
10157         * doc/posix-functions/towupper.texi: Likewise.
10158         * doc/posix-functions/towupper_l.texi: Likewise.
10159         * doc/posix-functions/vfwprintf.texi: Likewise.
10160         * doc/posix-functions/vfwscanf.texi: Likewise.
10161         * doc/posix-functions/vswscanf.texi: Likewise.
10162         * doc/posix-functions/vwprintf.texi: Likewise.
10163         * doc/posix-functions/vwscanf.texi: Likewise.
10164         * doc/posix-functions/wcpcpy.texi: Likewise.
10165         * doc/posix-functions/wcpncpy.texi: Likewise.
10166         * doc/posix-functions/wcscasecmp.texi: Likewise.
10167         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
10168         * doc/posix-functions/wcscoll_l.texi: Likewise.
10169         * doc/posix-functions/wcsdup.texi: Likewise.
10170         * doc/posix-functions/wcsncasecmp.texi: Likewise.
10171         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
10172         * doc/posix-functions/wcsnlen.texi: Likewise.
10173         * doc/posix-functions/wcsnrtombs.texi: Likewise.
10174         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
10175         * doc/posix-functions/wctrans_l.texi: Likewise.
10176         * doc/posix-functions/wctype_l.texi: Likewise.
10177         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
10178         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
10179         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
10180         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
10181         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
10182         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
10183         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
10184         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
10185         * doc/glibc-functions/wcschrnul.texi: Likewise.
10186         * doc/glibc-functions/wcsftime_l.texi: Likewise.
10187         * doc/glibc-functions/wcstod_l.texi: Likewise.
10188         * doc/glibc-functions/wcstof_l.texi: Likewise.
10189         * doc/glibc-functions/wcstol_l.texi: Likewise.
10190         * doc/glibc-functions/wcstold_l.texi: Likewise.
10191         * doc/glibc-functions/wcstoll_l.texi: Likewise.
10192         * doc/glibc-functions/wcstoq.texi: Likewise.
10193         * doc/glibc-functions/wcstoul_l.texi: Likewise.
10194         * doc/glibc-functions/wcstoull_l.texi: Likewise.
10195         * doc/glibc-functions/wcstouq.texi: Likewise.
10196         * doc/glibc-functions/wmempcpy.texi: Likewise.
10197
10198 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
10199             Eric Blake  <ebb9@byu.net>
10200             Paolo Bonzini  <bonzini@gnu.org>
10201             Bruno Haible  <bruno@clisp.org>
10202
10203         Make c-stack work on Haiku.
10204         * lib/c-stack.c (SA_ONSTACK): Define fallback.
10205         (c_stack_action): Use SA_ONSTACK flag.
10206
10207 2008-12-22  Bruno Haible  <bruno@clisp.org>
10208
10209         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
10210
10211 2008-12-22  Bruno Haible  <bruno@clisp.org>
10212
10213         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
10214         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
10215         being overridden.
10216         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
10217         New macros.
10218         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
10219         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
10220         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
10221         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
10222
10223 2008-12-22  Bruno Haible  <bruno@clisp.org>
10224
10225         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
10226         from test code.
10227
10228 2008-12-22  Eric Blake  <ebb9@byu.net>
10229
10230         Avoid gcc warnings on cygwin.
10231         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
10232         Avoid unused variable.
10233         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
10234         Likewise.
10235
10236 2008-12-22  Bruno Haible  <bruno@clisp.org>
10237
10238         Remove HAVE_MBRTOWC conditionals.
10239         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
10240         (mbscasecmp): Assume mbrtowc function.
10241         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
10242         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
10243         * lib/mbschr.c: Include mbuiter.h unconditionally.
10244         (mbschr): Assume mbrtowc function.
10245         * lib/mbscspn.c: Include mbuiter.h unconditionally.
10246         (mbscspn): Assume mbrtowc function.
10247         * lib/mbslen.c: Include mbuiter.h unconditionally.
10248         (mbslen): Assume mbrtowc function.
10249         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
10250         (mbsncasecmp): Assume mbrtowc function.
10251         * lib/mbsnlen.c: Include mbiter.h unconditionally.
10252         (mbsnlen): Assume mbrtowc function.
10253         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
10254         (mbspbrk): Assume mbrtowc function.
10255         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
10256         (mbspcasecmp): Assume mbrtowc function.
10257         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
10258         (mbsrchr): Assume mbrtowc function.
10259         * lib/mbssep.c: Include mbuiter.h unconditionally.
10260         (mbssep): Assume mbrtowc function.
10261         * lib/mbsspn.c: Include mbuiter.h unconditionally.
10262         (mbsspn): Assume mbrtowc function.
10263         * lib/mbsstr.c: Include mbuiter.h unconditionally.
10264         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
10265         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
10266         (mbstok_r): Assume mbrtowc function.
10267         * lib/propername.c: Include mbuiter.h unconditionally.
10268         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
10269         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
10270         (trim2): Assume mbrtowc function.
10271         * lib/mbswidth.c (mbsinit): Remove fallback definition.
10272         (mbsnwidth): Assume mbrtowc function.
10273         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
10274         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
10275         fallback definitions.
10276         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
10277
10278 2008-12-22  Bruno Haible  <bruno@clisp.org>
10279
10280         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
10281
10282 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
10283
10284         * modules/regex: Request emulations for the mb*/wc* functions we need.
10285         * m4/regex.m4: Don't look for those functions here.
10286         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
10287
10288 2008-12-22  Bruno Haible  <bruno@clisp.org>
10289
10290         * modules/fnmatch (Depends-on): Remove duplicated dependency.
10291
10292 2008-12-21  Bruno Haible  <bruno@clisp.org>
10293
10294         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
10295         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
10296         (Include): Remove conditionalization.
10297         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
10298         (Include): Remove conditionalization.
10299         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
10300         (Include): Remove conditionalization.
10301         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
10302         * m4/mbfile.m4 (gl_MBFILE): Likewise.
10303         * NEWS: Mention the change.
10304         Reported by Alan Hourihane <alanh@fairlite.co.uk>
10305         via Sergey Poznyakoff <gray@gnu.org.ua>.
10306
10307 2008-12-21  Bruno Haible  <bruno@clisp.org>
10308
10309         * MODULES.html.sh (Extended multibyte and wide character utilities
10310         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
10311         wcrtomb, wcsrtombs.
10312         (Support for systems lacking POSIX:2008): Add accept, bind, close,
10313         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
10314         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
10315         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
10316
10317 2008-12-21  Bruno Haible  <bruno@clisp.org>
10318
10319         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
10320
10321 2008-12-21  Bruno Haible  <bruno@clisp.org>
10322
10323         * modules/wcsnrtombs-tests: New file.
10324         * tests/test-wcsnrtombs1.sh: New file.
10325         * tests/test-wcsnrtombs2.sh: New file.
10326         * tests/test-wcsnrtombs3.sh: New file.
10327         * tests/test-wcsnrtombs4.sh: New file.
10328         * tests/test-wcsnrtombs.c: New file.
10329
10330         New module 'wcsnrtombs'.
10331         * lib/wchar.in.h (wcsnrtombs): New declaration.
10332         * lib/wcsnrtombs.c: New file.
10333         * lib/wcsrtombs-state.c: New file.
10334         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
10335         (internal_state): Remove variable.
10336         * m4/wcsnrtombs.m4: New file.
10337         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
10338         compilation units.
10339         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
10340         HAVE_WCSNRTOMBS.
10341         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
10342         HAVE_WCSNRTOMBS.
10343         * modules/wcsnrtombs: New file.
10344         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
10345         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
10346
10347 2008-12-21  Bruno Haible  <bruno@clisp.org>
10348
10349         * modules/wcsrtombs-tests: New file.
10350         * tests/test-wcsrtombs1.sh: New file.
10351         * tests/test-wcsrtombs2.sh: New file.
10352         * tests/test-wcsrtombs3.sh: New file.
10353         * tests/test-wcsrtombs4.sh: New file.
10354         * tests/test-wcsrtombs.c: New file.
10355
10356         New module 'wcsrtombs'.
10357         * lib/wchar.in.h (wcsrtombs): New declaration.
10358         * lib/wcsrtombs.c: New file.
10359         * m4/wcsrtombs.m4: New file.
10360         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
10361         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
10362         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
10363         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
10364         * modules/wcsrtombs: New file.
10365         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
10366         bugs.
10367
10368 2008-12-21  Bruno Haible  <bruno@clisp.org>
10369
10370         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
10371         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
10372         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
10373         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
10374         if not correct.
10375         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
10376         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
10377         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
10378         m4/locale-zh.m4, m4/codeset.m4.
10379         * doc/posix-functions/wcrtomb.texi: Document the bug.
10380
10381 2008-12-21  Bruno Haible  <bruno@clisp.org>
10382
10383         Work around a btowc() bug on IRIX 6.5.
10384         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
10385         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
10386         REPLACE_WTOBC if not.
10387         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
10388         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
10389         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
10390
10391 2008-12-21  Bruno Haible  <bruno@clisp.org>
10392
10393         * modules/wcrtomb-tests: New file.
10394         * tests/test-wcrtomb.sh: New file.
10395         * tests/test-wcrtomb.c: New file.
10396
10397         New module 'wcrtomb'.
10398         * lib/wchar.in.h (wcrtomb): New declaration.
10399         * lib/wcrtomb.c: New file.
10400         * m4/wcrtomb.m4: New file.
10401         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
10402         HAVE_WCRTOMB.
10403         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
10404         HAVE_WCRTOMB.
10405         * modules/wcrtomb: New file.
10406         * doc/posix-functions/wcrtomb.texi: Mention the new module.
10407
10408 2008-12-21  Bruno Haible  <bruno@clisp.org>
10409
10410         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
10411         * modules/mbsrtowcs (Files): Likewise.
10412         * modules/wctob (Files): Likewise.
10413         * modules/c-strcase-tests (Files): Likewise.
10414         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
10415         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
10416         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
10417         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
10418         * modules/vasnprintf-posix-tests (Files): Likewise.
10419
10420 2008-12-21  William Pursell  <bill.pursell@gmail.com>
10421
10422         gitlog-to-changelog: pass all command-line arguments to git-log
10423         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
10424         it is sometimes convenient to filter the commits in various ways.
10425         gitlog-to-changelog only allows --since to specify a start date,
10426         but git-log itself supports many other filtering mechanisms.
10427         At the moment, I want to filter by branch name.  Rather than
10428         adding a --branch option to gitlog-to-changelog, it seems more
10429         flexible to simply pass all options directly to git-log and let
10430         git do the work.  Notice that this effectively makes --since a
10431         redundant option for gitlog-to-changelog, but removing it would
10432         require current usage to change since calls would then require
10433         an additional '--'.
10434
10435 2008-12-21  Bruno Haible  <bruno@clisp.org>
10436
10437         * modules/mbsnrtowcs-tests: New file.
10438         * tests/test-mbsnrtowcs1.sh: New file.
10439         * tests/test-mbsnrtowcs2.sh: New file.
10440         * tests/test-mbsnrtowcs3.sh: New file.
10441         * tests/test-mbsnrtowcs4.sh: New file.
10442         * tests/test-mbsnrtowcs.c: New file.
10443
10444         New module 'mbsnrtowcs'.
10445         * lib/wchar.in.h (mbsnrtowcs): New declaration.
10446         * lib/mbsnrtowcs.c: New file.
10447         * lib/mbsrtowcs-state.c: New file.
10448         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
10449         (internal_state): Remove variable.
10450         * m4/mbsnrtowcs.m4: New file.
10451         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
10452         compilation units.
10453         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
10454         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
10455         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
10456         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
10457         * modules/mbsnrtowcs: New file.
10458         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
10459         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
10460         portability problem.
10461
10462 2008-12-21  Bruno Haible  <bruno@clisp.org>
10463
10464         Work around mbsrtowcs bug.
10465         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
10466         (gl_FUNC_MBSRTOWCS): Invoke it.
10467         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
10468         m4/locale-zh.m4.
10469         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
10470
10471 2008-12-21  Bruno Haible  <bruno@clisp.org>
10472
10473         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
10474
10475 2008-12-21  Bruno Haible  <bruno@clisp.org>
10476
10477         Update doc for AIX.
10478         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
10479         16-bit wchar_t type.
10480         * doc/posix-functions/btowc.texi: Likewise.
10481         * doc/posix-functions/fgetwc.texi: Likewise.
10482         * doc/posix-functions/fgetws.texi: Likewise.
10483         * doc/posix-functions/fputwc.texi: Likewise.
10484         * doc/posix-functions/fputws.texi: Likewise.
10485         * doc/posix-functions/fwide.texi: Likewise.
10486         * doc/posix-functions/fwprintf.texi: Likewise.
10487         * doc/posix-functions/fwscanf.texi: Likewise.
10488         * doc/posix-functions/getwchar.texi: Likewise.
10489         * doc/posix-functions/getwc.texi: Likewise.
10490         * doc/posix-functions/iswalnum.texi: Likewise.
10491         * doc/posix-functions/iswalpha.texi: Likewise.
10492         * doc/posix-functions/iswblank.texi: Likewise.
10493         * doc/posix-functions/iswcntrl.texi: Likewise.
10494         * doc/posix-functions/iswctype.texi: Likewise.
10495         * doc/posix-functions/iswdigit.texi: Likewise.
10496         * doc/posix-functions/iswgraph.texi: Likewise.
10497         * doc/posix-functions/iswlower.texi: Likewise.
10498         * doc/posix-functions/iswprint.texi: Likewise.
10499         * doc/posix-functions/iswpunct.texi: Likewise.
10500         * doc/posix-functions/iswspace.texi: Likewise.
10501         * doc/posix-functions/iswupper.texi: Likewise.
10502         * doc/posix-functions/iswxdigit.texi: Likewise.
10503         * doc/posix-functions/mbrtowc.texi: Likewise.
10504         * doc/posix-functions/mbsrtowcs.texi: Likewise.
10505         * doc/posix-functions/mbstowcs.texi: Likewise.
10506         * doc/posix-functions/mbtowc.texi: Likewise.
10507         * doc/posix-functions/putwchar.texi: Likewise.
10508         * doc/posix-functions/putwc.texi: Likewise.
10509         * doc/posix-functions/swprintf.texi: Likewise.
10510         * doc/posix-functions/tolower.texi: Likewise.
10511         * doc/posix-functions/toupper.texi: Likewise.
10512         * doc/posix-functions/towctrans.texi: Likewise.
10513         * doc/posix-functions/ungetwc.texi: Likewise.
10514         * doc/posix-functions/vswprintf.texi: Likewise.
10515         * doc/posix-functions/wcrtomb.texi: Likewise.
10516         * doc/posix-functions/wcscat.texi: Likewise.
10517         * doc/posix-functions/wcschr.texi: Likewise.
10518         * doc/posix-functions/wcscmp.texi: Likewise.
10519         * doc/posix-functions/wcscoll.texi: Likewise.
10520         * doc/posix-functions/wcscpy.texi: Likewise.
10521         * doc/posix-functions/wcscspn.texi: Likewise.
10522         * doc/posix-functions/wcsftime.texi: Likewise.
10523         * doc/posix-functions/wcslen.texi: Likewise.
10524         * doc/posix-functions/wcsncat.texi: Likewise.
10525         * doc/posix-functions/wcsncmp.texi: Likewise.
10526         * doc/posix-functions/wcsncpy.texi: Likewise.
10527         * doc/posix-functions/wcspbrk.texi: Likewise.
10528         * doc/posix-functions/wcsrchr.texi: Likewise.
10529         * doc/posix-functions/wcsrtombs.texi: Likewise.
10530         * doc/posix-functions/wcsspn.texi: Likewise.
10531         * doc/posix-functions/wcsstr.texi: Likewise.
10532         * doc/posix-functions/wcstod.texi: Likewise.
10533         * doc/posix-functions/wcstof.texi: Likewise.
10534         * doc/posix-functions/wcstoimax.texi: Likewise.
10535         * doc/posix-functions/wcstok.texi: Likewise.
10536         * doc/posix-functions/wcstold.texi: Likewise.
10537         * doc/posix-functions/wcstoll.texi: Likewise.
10538         * doc/posix-functions/wcstol.texi: Likewise.
10539         * doc/posix-functions/wcstombs.texi: Likewise.
10540         * doc/posix-functions/wcstoull.texi: Likewise.
10541         * doc/posix-functions/wcstoul.texi: Likewise.
10542         * doc/posix-functions/wcstoumax.texi: Likewise.
10543         * doc/posix-functions/wcswidth.texi: Likewise.
10544         * doc/posix-functions/wcsxfrm.texi: Likewise.
10545         * doc/posix-functions/wctob.texi: Likewise.
10546         * doc/posix-functions/wctomb.texi: Likewise.
10547         * doc/posix-functions/wctrans.texi: Likewise.
10548         * doc/posix-functions/wctype.texi: Likewise.
10549         * doc/posix-functions/wcwidth.texi: Likewise.
10550         * doc/posix-functions/wmemchr.texi: Likewise.
10551         * doc/posix-functions/wmemcmp.texi: Likewise.
10552         * doc/posix-functions/wmemcpy.texi: Likewise.
10553         * doc/posix-functions/wmemmove.texi: Likewise.
10554         * doc/posix-functions/wmemset.texi: Likewise.
10555         * doc/posix-functions/wprintf.texi: Likewise.
10556         * doc/posix-functions/wscanf.texi: Likewise.
10557
10558 2008-12-21  Bruno Haible  <bruno@clisp.org>
10559
10560         Update doc for HP-UX 11.11.
10561         * doc/posix-functions/btowc.texi: Clarify that the function is missing
10562         in HP-UX version 11.00, not in all versions of HP-UX 11.
10563         * doc/posix-functions/fwide.texi: Likewise.
10564         * doc/posix-functions/fwprintf.texi: Likewise.
10565         * doc/posix-functions/fwscanf.texi: Likewise.
10566         * doc/posix-functions/inet_ntop.texi: Likewise.
10567         * doc/posix-functions/inet_pton.texi: Likewise.
10568         * doc/posix-functions/mbrlen.texi: Likewise.
10569         * doc/posix-functions/mbrtowc.texi: Likewise.
10570         * doc/posix-functions/mbsinit.texi: Likewise.
10571         * doc/posix-functions/mbsrtowcs.texi: Likewise.
10572         * doc/posix-functions/swprintf.texi: Likewise.
10573         * doc/posix-functions/swscanf.texi: Likewise.
10574         * doc/posix-functions/towctrans.texi: Likewise.
10575         * doc/posix-functions/vfwprintf.texi: Likewise.
10576         * doc/posix-functions/vswprintf.texi: Likewise.
10577         * doc/posix-functions/vwprintf.texi: Likewise.
10578         * doc/posix-functions/wcrtomb.texi: Likewise.
10579         * doc/posix-functions/wcsrtombs.texi: Likewise.
10580         * doc/posix-functions/wcsstr.texi: Likewise.
10581         * doc/posix-functions/wctob.texi: Likewise.
10582         * doc/posix-functions/wctrans.texi: Likewise.
10583         * doc/posix-functions/wmemchr.texi: Likewise.
10584         * doc/posix-functions/wmemcmp.texi: Likewise.
10585         * doc/posix-functions/wmemcpy.texi: Likewise.
10586         * doc/posix-functions/wmemmove.texi: Likewise.
10587         * doc/posix-functions/wmemset.texi: Likewise.
10588         * doc/posix-functions/wprintf.texi: Likewise.
10589         * doc/posix-functions/wscanf.texi: Likewise.
10590
10591 2008-12-21  Bruno Haible  <bruno@clisp.org>
10592
10593         Work around a portability problem.
10594         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
10595         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
10596
10597 2008-12-20  Bruno Haible  <bruno@clisp.org>
10598
10599         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
10600         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
10601         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
10602         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
10603         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
10604
10605         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
10606         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
10607         set.
10608         (GNULIB_defined_mbstate_t): New macro.
10609         (mbsinit): Redefine if REPLACE_MBSINIT is set.
10610         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
10611         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
10612         reuses the system's mbrtowc function but works around the bugs.
10613         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
10614         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
10615         macros.
10616         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
10617         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
10618         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
10619         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
10620         REPLACE_MBSINIT if mbsinit needs to be overridden.
10621         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
10622         REPLACE_MBSINIT, REPLACE_MBRTOWC.
10623         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
10624         REPLACE_MBSINIT, REPLACE_MBRTOWC.
10625         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
10626         m4/locale-zh.m4.
10627         (Depends): Add mbsinit.
10628         * modules/mbsinit (Depends): Add mbrtowc.
10629         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
10630
10631 2008-12-20  Bruno Haible  <bruno@clisp.org>
10632
10633         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
10634         so that there are no conversion errors on AIX.
10635         * tests/test-mbsrtowcs.c (main): LIkewise.
10636
10637 2008-12-20  Bruno Haible  <bruno@clisp.org>
10638
10639         Work around wctob bug on Solaris <= 9.
10640         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
10641         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
10642         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
10643         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
10644         * modules/wctob (Files): Add m4/locale-fr.m4.
10645         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
10646
10647 2008-12-20  Bruno Haible  <bruno@clisp.org>
10648
10649         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
10650         /dev/null.
10651         * tests/test-select-in.sh: Likewise.
10652         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10653
10654 2008-12-20  Bruno Haible  <bruno@clisp.org>
10655
10656         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
10657         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
10658         Cygwin 1.5.x.
10659
10660 2008-12-20  Bruno Haible  <bruno@clisp.org>
10661
10662         Ensure mbstate_t is defined on HP-UX 11.11.
10663         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
10664         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
10665         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
10666         AC_USE_SYSTEM_EXTENSIONS.
10667         * modules/fnmatch (Depends-on): Add extensions.
10668         * modules/mbrlen (Depends-on): Likewise.
10669         * modules/mbrtowc (Depends-on): Likewise.
10670         * modules/mbsinit (Depends-on): Likewise.
10671         * modules/mbsrtowcs (Depends-on): Likewise.
10672         * modules/mbswidth (Depends-on): Likewise.
10673         * modules/quotearg (Depends-on): Likewise.
10674         * modules/strftime (Depends-on): Likewise.
10675
10676 2008-12-20  Bruno Haible  <bruno@clisp.org>
10677
10678         Ensure wctob is declared on IRIX 6.5.
10679         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
10680         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
10681         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
10682         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
10683         of HAVE_WCTOB.
10684         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
10685         HAVE_WCTOB.
10686         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
10687
10688 2008-12-19  Bruno Haible  <bruno@clisp.org>
10689
10690         * modules/mbsrtowcs-tests: New file.
10691         * tests/test-mbsrtowcs1.sh: New file.
10692         * tests/test-mbsrtowcs2.sh: New file.
10693         * tests/test-mbsrtowcs3.sh: New file.
10694         * tests/test-mbsrtowcs4.sh: New file.
10695         * tests/test-mbsrtowcs.c: New file.
10696
10697         New module 'mbsrtowcs'.
10698         * lib/wchar.in.h (mbsrtowcs): New declaration.
10699         * lib/mbsrtowcs.c: New file.
10700         * m4/mbsrtowcs.m4: New file.
10701         * modules/mbsrtowcs: New file.
10702         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
10703         HAVE_MBSRTOWCS.
10704         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
10705         HAVE_MBSRTOWCS.
10706         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
10707
10708 2008-12-19  Bruno Haible  <bruno@clisp.org>
10709
10710         New module 'mbrlen'.
10711         * lib/wchar.in.h (mbrlen): New declaration.
10712         * lib/mbrlen.c: New file.
10713         * m4/mbrlen.m4: New file.
10714         * modules/mbrlen: New file.
10715         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
10716         HAVE_MBRLEN.
10717         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
10718         HAVE_MBRLEN.
10719         * doc/posix-functions/mbrlen.texi: Document the new module.
10720
10721 2008-12-19  Bruno Haible  <bruno@clisp.org>
10722
10723         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
10724         * modules/mbrtowc (Depends-on): Add verify.
10725         Suggested by Paul Eggert.
10726
10727 2008-12-18  Bruno Haible  <bruno@clisp.org>
10728
10729         * modules/mbsinit-tests: New file.
10730         * tests/test-mbsinit.sh: New file.
10731         * tests/test-mbsinit.c: New file.
10732
10733 2008-12-18  Bruno Haible  <bruno@clisp.org>
10734
10735         * modules/mbrtowc-tests: New file.
10736         * tests/test-mbrtowc1.sh: New file.
10737         * tests/test-mbrtowc2.sh: New file.
10738         * tests/test-mbrtowc3.sh: New file.
10739         * tests/test-mbrtowc4.sh: New file.
10740         * tests/test-mbrtowc.c: New file.
10741
10742         New module 'mbrtowc'.
10743         * lib/wchar.in.h (mbstate_t): Override when the system does not have
10744         mbsinit and mbrtowc.
10745         (mbrtowc): New declaration.
10746         * lib/mbrtowc.c: New file.
10747         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
10748         * modules/mbrtowc: New file.
10749         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
10750         HAVE_MBRTOWC.
10751         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
10752         HAVE_MBRTOWC.
10753         * doc/posix-functions/mbrtowc.texi: Document the new module.
10754
10755 2008-12-18  Bruno Haible  <bruno@clisp.org>
10756
10757         New module 'wctob'.
10758         * lib/wchar.in.h (wctob): New declaration.
10759         * lib/wctob.c: New file.
10760         * m4/wctob.m4: New file.
10761         * modules/wctob: New file.
10762         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
10763         HAVE_WCTOB.
10764         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
10765         * doc/posix-functions/wctob.texi: Document the new module.
10766
10767 2008-12-18  Bruno Haible  <bruno@clisp.org>
10768
10769         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
10770         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
10771
10772 2008-12-18  Simon Josefsson  <simon@josefsson.org>
10773
10774         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
10775         G. Christensen" <tgc@jupiterrise.com>.
10776
10777         * lib/flock.c: Need to include errno.h.  Reported by "Tom
10778         G. Christensen" <tgc@jupiterrise.com>.
10779
10780         * lib/flock.c: Need to include string.h.  Reported by "Tom
10781         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
10782         <ebb9@byu.net>.
10783
10784 2008-12-18  Bruno Haible  <bruno@clisp.org>
10785
10786         * m4/locale-ja.m4: New file, from GNU gettext.
10787
10788 2008-12-17  Bruno Haible  <bruno@clisp.org>
10789
10790         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
10791         Suggested by Eric Blake.
10792
10793 2008-12-17  Bruno Haible  <bruno@clisp.org>
10794
10795         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
10796
10797 2008-12-17  Bruno Haible  <bruno@clisp.org>
10798
10799         * lib/mbsinit.c: Include verify.h. Verify an assumption.
10800         * modules/mbsinit (Depends-on): Add verify.
10801         Suggested by Paul Eggert.
10802
10803 2008-12-17  Bruno Haible  <bruno@clisp.org>
10804
10805         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
10806         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
10807         gl_FUNC_MBRTOWC.
10808         * m4/mbiter.m4 (gl_MBITER): LIkewise.
10809         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
10810         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
10811         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
10812         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
10813         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
10814         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
10815         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
10816         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
10817         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
10818         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
10819         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
10820         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
10821         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
10822         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
10823         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10824         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
10825         * modules/trim (configure.ac): Likewise.
10826
10827 2008-12-17  Bruno Haible  <bruno@clisp.org>
10828
10829         * modules/btowc-tests: New file.
10830         * tests/test-btowc1.sh: New file.
10831         * tests/test-btowc2.sh: New file.
10832         * tests/test-btowc.c: New file.
10833
10834         New module 'btowc'.
10835         * lib/wchar.in.h (btowc): New declaration.
10836         * lib/btowc.c: New file.
10837         * m4/btowc.m4: New file.
10838         * modules/btowc: New file.
10839         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
10840         HAVE_BTOWC.
10841         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
10842         * doc/posix-functions/btowc.texi: Document the new module.
10843
10844 2008-12-17  Bruno Haible  <bruno@clisp.org>
10845
10846         New module 'mbsinit'.
10847         * lib/wchar.in.h (mbsinit): New declaration.
10848         * lib/mbsinit.c: New file.
10849         * m4/mbsinit.m4: New file.
10850         * modules/mbsinit: New file.
10851         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
10852         HAVE_MBSINIT.
10853         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
10854         HAVE_MBSINIT.
10855         * doc/posix-functions/mbsinit.texi: Document the new module.
10856
10857 2008-12-16  Bruno Haible  <bruno@clisp.org>
10858
10859         * lib/unistd.in.h: Add comment.
10860         * tests/test-environ.c: Don't include <stdlib.h>.
10861
10862 2008-12-16  Bruno Haible  <bruno@clisp.org>
10863
10864         * lib/parse-duration.h (parse_duration): Document return value
10865         convention.
10866         * lib/parse-duration.c: Include specification header first. Add
10867         comments.
10868         (_): Remove macro.
10869         (parse_year_month_day, parse_hour_minute_second): Move side effects
10870         outside of strchr call.
10871         (parse_non_iso8601): Move side effects outside of isspace call.
10872         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
10873         call.
10874
10875 2008-12-16  Bruno Haible  <bruno@clisp.org>
10876
10877         * tests/test-parse-duration.sh: Produce no output when the test
10878         succeeds.
10879
10880 2008-12-16  Bruno Haible  <bruno@clisp.org>
10881
10882         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
10883         expressions.
10884
10885 2008-12-15  Bruno Haible  <bruno@clisp.org>
10886
10887         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
10888         * doc/glibc-functions/flistxattr.texi: Likewise.
10889         * doc/glibc-functions/fopencookie.texi: Likewise.
10890         * doc/glibc-functions/fremovexattr.texi: Likewise.
10891         * doc/glibc-functions/fsetxattr.texi: Likewise.
10892         * doc/glibc-functions/getxattr.texi: Likewise.
10893         * doc/glibc-functions/lgetxattr.texi: Likewise.
10894         * doc/glibc-functions/listxattr.texi: Likewise.
10895         * doc/glibc-functions/llistxattr.texi: Likewise.
10896         * doc/glibc-functions/lremovexattr.texi: Likewise.
10897         * doc/glibc-functions/lsetxattr.texi: Likewise.
10898         * doc/glibc-functions/removexattr.texi: Likewise.
10899         * doc/glibc-functions/setxattr.texi: Likewise.
10900         * doc/posix-functions/open_memstream.texi: Likewise.
10901
10902 2008-12-15  Eric Blake  <ebb9@byu.net>
10903
10904         Update doc for cygwin 1.7.
10905         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
10906         functions.
10907         * doc/posix-functions/fchmodat.texi: Likewise.
10908         * doc/posix-functions/fchownat.texi: Likewise.
10909         * doc/posix-functions/fdopendir.texi: Likewise.
10910         * doc/posix-functions/fmemopen.texi: Likewise.
10911         * doc/posix-functions/freeaddrinfo.texi: Likewise.
10912         * doc/posix-functions/fstatat.texi: Likewise.
10913         * doc/posix-functions/futimens.texi: Likewise.
10914         * doc/posix-functions/gai_strerror.texi: Likewise.
10915         * doc/posix-functions/getaddrinfo.texi: Likewise.
10916         * doc/posix-functions/getnameinfo.texi: Likewise.
10917         * doc/posix-functions/if_freenameindex.texi: Likewise.
10918         * doc/posix-functions/if_indextoname.texi: Likewise.
10919         * doc/posix-functions/if_nameindex.texi: Likewise.
10920         * doc/posix-functions/if_nametoindex.texi: Likewise.
10921         * doc/posix-functions/insque.texi: Likewise.
10922         * doc/posix-functions/linkat.texi: Likewise.
10923         * doc/posix-functions/llrint.texi: Likewise.
10924         * doc/posix-functions/llrintf.texi: Likewise.
10925         * doc/posix-functions/llrintl.texi: Likewise.
10926         * doc/posix-functions/lockf.texi: Likewise.
10927         * doc/posix-functions/lrintl.texi: Likewise.
10928         * doc/posix-functions/mkdirat.texi: Likewise.
10929         * doc/posix-functions/mkfifoat.texi: Likewise.
10930         * doc/posix-functions/mknodat.texi: Likewise.
10931         * doc/posix-functions/mq_close.texi: Likewise.
10932         * doc/posix-functions/mq_getattr.texi: Likewise.
10933         * doc/posix-functions/mq_notify.texi: Likewise.
10934         * doc/posix-functions/mq_open.texi: Likewise.
10935         * doc/posix-functions/mq_receive.texi: Likewise.
10936         * doc/posix-functions/mq_send.texi: Likewise.
10937         * doc/posix-functions/mq_setattr.texi: Likewise.
10938         * doc/posix-functions/mq_timedreceive.texi: Likewise.
10939         * doc/posix-functions/mq_timedsend.texi: Likewise.
10940         * doc/posix-functions/mq_unlink.texi: Likewise.
10941         * doc/posix-functions/open_memstream.texi: Likewise.
10942         * doc/posix-functions/openat.texi: Likewise.
10943         * doc/posix-functions/posix_fadvise.texi: Likewise.
10944         * doc/posix-functions/posix_fallocate.texi: Likewise.
10945         * doc/posix-functions/posix_madvise.texi: Likewise.
10946         * doc/posix-functions/posix_memalign.texi: Likewise.
10947         * doc/posix-functions/posix_openpt.texi: Likewise.
10948         * doc/posix-functions/readlinkat.texi: Likewise.
10949         * doc/posix-functions/remque.texi: Likewise.
10950         * doc/posix-functions/renameat.texi: Likewise.
10951         * doc/posix-functions/rintl.texi: Likewise.
10952         * doc/posix-functions/sem_unlink.texi: Likewise.
10953         * doc/posix-functions/shm_open.texi: Likewise.
10954         * doc/posix-functions/shm_unlink.texi: Likewise.
10955         * doc/posix-functions/signgam.texi: Likewise.
10956         * doc/posix-functions/sigset.texi: Likewise.
10957         * doc/posix-functions/stpcpy.texi: Likewise.
10958         * doc/posix-functions/stpncpy.texi: Likewise.
10959         * doc/posix-functions/strerror.texi: Likewise.
10960         * doc/posix-functions/strtod.texi: Likewise.
10961         * doc/posix-functions/symlinkat.texi: Likewise.
10962         * doc/posix-functions/unlinkat.texi: Likewise.
10963         * doc/posix-functions/utimensat.texi: Likewise.
10964         * doc/glibc-functions/bindresvport.texi: Likewise.
10965         * doc/glibc-functions/dn_expand.texi: Likewise.
10966         * doc/glibc-functions/exp10.texi: Likewise.
10967         * doc/glibc-functions/exp10f.texi: Likewise.
10968         * doc/glibc-functions/fgetxattr.texi: Likewise.
10969         * doc/glibc-functions/flistxattr.texi: Likewise.
10970         * doc/glibc-functions/fopencookie.texi: Likewise.
10971         * doc/glibc-functions/freeifaddrs.texi: Likewise.
10972         * doc/glibc-functions/fremovexattr.texi: Likewise.
10973         * doc/glibc-functions/fsetxattr.texi: Likewise.
10974         * doc/glibc-functions/getifaddrs.texi: Likewise.
10975         * doc/glibc-functions/getxattr.texi: Likewise.
10976         * doc/glibc-functions/lgetxattr.texi: Likewise.
10977         * doc/glibc-functions/listxattr.texi: Likewise.
10978         * doc/glibc-functions/llistxattr.texi: Likewise.
10979         * doc/glibc-functions/lremovexattr.texi: Likewise.
10980         * doc/glibc-functions/lsetxattr.texi: Likewise.
10981         * doc/glibc-functions/pow10.texi: Likewise.
10982         * doc/glibc-functions/pow10f.texi: Likewise.
10983         * doc/glibc-functions/rcmd_af.texi: Likewise.
10984         * doc/glibc-functions/removexattr.texi: Likewise.
10985         * doc/glibc-functions/res_init.texi: Likewise.
10986         * doc/glibc-functions/res_mkquery.texi: Likewise.
10987         * doc/glibc-functions/res_query.texi: Likewise.
10988         * doc/glibc-functions/res_querydomain.texi: Likewise.
10989         * doc/glibc-functions/res_send.texi: Likewise.
10990         * doc/glibc-functions/rresvport_af.texi: Likewise.
10991         * doc/glibc-functions/setxattr.texi: Likewise.
10992         * doc/glibc-functions/strcasestr.texi: Likewise.
10993
10994 2008-12-15  Bruno Haible  <bruno@clisp.org>
10995
10996         Fix compilation error on OSF/1 4.0.
10997         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
10998         <sys/time.h>, simply delegate to the system header.
10999         Reported by Daniel Richard G. <oss@teragram.com>.
11000
11001 2008-12-15  Bruno Haible  <bruno@clisp.org>
11002
11003         * doc/posix-functions/openat.texi: Mention the 'openat' module.
11004         * doc/posix-functions/fchmodat.texi: Likewise.
11005         * doc/posix-functions/fchownat.texi: Likewise.
11006         * doc/posix-functions/fdopendir.texi: Likewise.
11007         * doc/posix-functions/fstatat.texi: Likewise.
11008         * doc/posix-functions/mkdirat.texi: Likewise.
11009         * doc/posix-functions/unlinkat.texi: Likewise.
11010
11011 2008-12-14  Bruno Haible  <bruno@clisp.org>
11012
11013         Update doc for POSIX:2008.
11014         * doc/posix-functions/faccessat.texi: New file.
11015         * doc/posix-functions/fchmodat.texi: New file.
11016         * doc/posix-functions/fchownat.texi: New file.
11017         * doc/posix-functions/fdopendir.texi: New file.
11018         * doc/posix-functions/fstatat.texi: New file.
11019         * doc/posix-functions/futimens.texi: New file.
11020         * doc/posix-functions/linkat.texi: New file.
11021         * doc/posix-functions/mkdirat.texi: New file.
11022         * doc/posix-functions/mkfifoat.texi: New file.
11023         * doc/posix-functions/mknodat.texi: New file.
11024         * doc/posix-functions/open_wmemstream.texi: New file.
11025         * doc/posix-functions/openat.texi: New file.
11026         * doc/posix-functions/psiginfo.texi: New file.
11027         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
11028         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
11029         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
11030         * doc/posix-functions/readlinkat.texi: New file.
11031         * doc/posix-functions/renameat.texi: New file.
11032         * doc/posix-functions/strerror_l.texi: New file.
11033         * doc/posix-functions/symlinkat.texi: New file.
11034         * doc/posix-functions/unlinkat.texi: New file.
11035         * doc/posix-functions/utimensat.texi: New file.
11036         * doc/gnulib.texi (Function Substitutes): Add these subsections.
11037
11038 2008-12-14  Bruno Haible  <bruno@clisp.org>
11039
11040         Update doc for POSIX:2008.
11041         * doc/posix-functions/alphasort.texi: Renamed from
11042         doc/glibc-functions/alphasort.texi.
11043         * doc/posix-functions/dirfd.texi: Renamed from
11044         doc/glibc-functions/dirfd.texi.
11045         * doc/posix-functions/dprintf.texi: Renamed from
11046         doc/glibc-functions/dprintf.texi.
11047         * doc/posix-functions/duplocale.texi: Renamed from
11048         doc/glibc-functions/duplocale.texi.
11049         * doc/posix-functions/fexecve.texi: Renamed from
11050         doc/glibc-functions/fexecve.texi.
11051         * doc/posix-functions/fmemopen.texi: Renamed from
11052         doc/glibc-functions/fmemopen.texi.
11053         * doc/posix-functions/freelocale.texi: Renamed from
11054         doc/glibc-functions/freelocale.texi.
11055         * doc/posix-functions/getdate_err.texi: Renamed from
11056         doc/glibc-functions/getdate_err.texi.
11057         * doc/posix-functions/isalnum_l.texi: Renamed from
11058         doc/glibc-functions/isalnum_l.texi.
11059         * doc/posix-functions/isalpha_l.texi: Renamed from
11060         doc/glibc-functions/isalpha_l.texi.
11061         * doc/posix-functions/isblank_l.texi: Renamed from
11062         doc/glibc-functions/isblank_l.texi.
11063         * doc/posix-functions/iscntrl_l.texi: Renamed from
11064         doc/glibc-functions/iscntrl_l.texi.
11065         * doc/posix-functions/isdigit_l.texi: Renamed from
11066         doc/glibc-functions/isdigit_l.texi.
11067         * doc/posix-functions/isgraph_l.texi: Renamed from
11068         doc/glibc-functions/isgraph_l.texi.
11069         * doc/posix-functions/islower_l.texi: Renamed from
11070         doc/glibc-functions/islower_l.texi.
11071         * doc/posix-functions/isprint_l.texi: Renamed from
11072         doc/glibc-functions/isprint_l.texi.
11073         * doc/posix-functions/ispunct_l.texi: Renamed from
11074         doc/glibc-functions/ispunct_l.texi.
11075         * doc/posix-functions/isspace_l.texi: Renamed from
11076         doc/glibc-functions/isspace_l.texi.
11077         * doc/posix-functions/isupper_l.texi: Renamed from
11078         doc/glibc-functions/isupper_l.texi.
11079         * doc/posix-functions/iswalnum_l.texi: Renamed from
11080         doc/glibc-functions/iswalnum_l.texi.
11081         * doc/posix-functions/iswalpha_l.texi: Renamed from
11082         doc/glibc-functions/iswalpha_l.texi.
11083         * doc/posix-functions/iswblank_l.texi: Renamed from
11084         doc/glibc-functions/iswblank_l.texi.
11085         * doc/posix-functions/iswcntrl_l.texi: Renamed from
11086         doc/glibc-functions/iswcntrl_l.texi.
11087         * doc/posix-functions/iswctype_l.texi: Renamed from
11088         doc/glibc-functions/iswctype_l.texi.
11089         * doc/posix-functions/iswdigit_l.texi: Renamed from
11090         doc/glibc-functions/iswdigit_l.texi.
11091         * doc/posix-functions/iswgraph_l.texi: Renamed from
11092         doc/glibc-functions/iswgraph_l.texi.
11093         * doc/posix-functions/iswlower_l.texi: Renamed from
11094         doc/glibc-functions/iswlower_l.texi.
11095         * doc/posix-functions/iswprint_l.texi: Renamed from
11096         doc/glibc-functions/iswprint_l.texi.
11097         * doc/posix-functions/iswpunct_l.texi: Renamed from
11098         doc/glibc-functions/iswpunct_l.texi.
11099         * doc/posix-functions/iswspace_l.texi: Renamed from
11100         doc/glibc-functions/iswspace_l.texi.
11101         * doc/posix-functions/iswupper_l.texi: Renamed from
11102         doc/glibc-functions/iswupper_l.texi.
11103         * doc/posix-functions/iswxdigit_l.texi: Renamed from
11104         doc/glibc-functions/iswxdigit_l.texi.
11105         * doc/posix-functions/isxdigit_l.texi: Renamed from
11106         doc/glibc-functions/isxdigit_l.texi.
11107         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
11108         doc/glibc-functions/mbsnrtowcs.texi.
11109         * doc/posix-functions/mkdtemp.texi: Renamed from
11110         doc/glibc-functions/mkdtemp.texi.
11111         * doc/posix-functions/newlocale.texi: Renamed from
11112         doc/glibc-functions/newlocale.texi.
11113         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
11114         doc/glibc-functions/nl_langinfo_l.texi.
11115         * doc/posix-functions/open_memstream.texi: Renamed from
11116         doc/glibc-functions/open_memstream.texi.
11117         * doc/posix-functions/opterr.texi: Renamed from
11118         doc/glibc-functions/opterr.texi.
11119         * doc/posix-functions/optind.texi: Renamed from
11120         doc/glibc-functions/optind.texi.
11121         * doc/posix-functions/optopt.texi: Renamed from
11122         doc/glibc-functions/optopt.texi.
11123         * doc/posix-functions/psignal.texi: Renamed from
11124         doc/glibc-functions/psignal.texi.
11125         * doc/posix-functions/scandir.texi: Renamed from
11126         doc/glibc-functions/scandir.texi.
11127         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
11128         doc/glibc-functions/sched_get_priority_min.texi.
11129         * doc/posix-functions/signgam.texi: Renamed from
11130         doc/glibc-functions/signgam.texi.
11131         * doc/posix-functions/stpcpy.texi: Renamed from
11132         doc/glibc-functions/stpcpy.texi.
11133         * doc/posix-functions/stpncpy.texi: Renamed from
11134         doc/glibc-functions/stpncpy.texi.
11135         * doc/posix-functions/strcasecmp_l.texi: Renamed from
11136         doc/glibc-functions/strcasecmp_l.texi.
11137         * doc/posix-functions/strcoll_l.texi: Renamed from
11138         doc/glibc-functions/strcoll_l.texi.
11139         * doc/posix-functions/strfmon_l.texi: Renamed from
11140         doc/glibc-functions/strfmon_l.texi.
11141         * doc/posix-functions/strftime_l.texi: Renamed from
11142         doc/glibc-functions/strftime_l.texi.
11143         * doc/posix-functions/strncasecmp_l.texi: Renamed from
11144         doc/glibc-functions/strncasecmp_l.texi.
11145         * doc/posix-functions/strndup.texi: Renamed from
11146         doc/glibc-functions/strndup.texi.
11147         * doc/posix-functions/strnlen.texi: Renamed from
11148         doc/glibc-functions/strnlen.texi.
11149         * doc/posix-functions/strsignal.texi: Renamed from
11150         doc/glibc-functions/strsignal.texi.
11151         * doc/posix-functions/strxfrm_l.texi: Renamed from
11152         doc/glibc-functions/strxfrm_l.texi.
11153         * doc/posix-functions/timer_gettime.texi: Renamed from
11154         doc/glibc-functions/timer_gettime.texi.
11155         * doc/posix-functions/tolower_l.texi: Renamed from
11156         doc/glibc-functions/tolower_l.texi.
11157         * doc/posix-functions/toupper_l.texi: Renamed from
11158         doc/glibc-functions/toupper_l.texi.
11159         * doc/posix-functions/towctrans_l.texi: Renamed from
11160         doc/glibc-functions/towctrans_l.texi.
11161         * doc/posix-functions/towlower_l.texi: Renamed from
11162         doc/glibc-functions/towlower_l.texi.
11163         * doc/posix-functions/towupper_l.texi: Renamed from
11164         doc/glibc-functions/towupper_l.texi.
11165         * doc/posix-functions/uselocale.texi: Renamed from
11166         doc/glibc-functions/uselocale.texi.
11167         * doc/posix-functions/vdprintf.texi: Renamed from
11168         doc/glibc-functions/vdprintf.texi.
11169         * doc/posix-functions/wcpcpy.texi:
11170         Renamed from doc/glibc-functions/wcpcpy.texi.
11171         * doc/posix-functions/wcpncpy.texi: Renamed from
11172         doc/glibc-functions/wcpncpy.texi.
11173         * doc/posix-functions/wcscasecmp.texi: Renamed from
11174         doc/glibc-functions/wcscasecmp.texi.
11175         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
11176         doc/glibc-functions/wcscasecmp_l.texi.
11177         * doc/posix-functions/wcscoll_l.texi: Renamed from
11178         doc/glibc-functions/wcscoll_l.texi.
11179         * doc/posix-functions/wcsdup.texi: Renamed from
11180         doc/glibc-functions/wcsdup.texi.
11181         * doc/posix-functions/wcsncasecmp.texi: Renamed from
11182         doc/glibc-functions/wcsncasecmp.texi.
11183         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
11184         doc/glibc-functions/wcsncasecmp_l.texi.
11185         * doc/posix-functions/wcsnlen.texi: Renamed from
11186         doc/glibc-functions/wcsnlen.texi.
11187         * doc/posix-functions/wcsnrtombs.texi: Renamed from
11188         doc/glibc-functions/wcsnrtombs.texi.
11189         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
11190         doc/glibc-functions/wcsxfrm_l.texi.
11191         * doc/posix-functions/wctrans_l.texi: Renamed from
11192         doc/glibc-functions/wctrans_l.texi.
11193         * doc/posix-functions/wctype_l.texi: Renamed from
11194         doc/glibc-functions/wctype_l.texi.
11195         * doc/gnulib.texi (Function Substitutes): Add these subsections.
11196         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
11197         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
11198         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
11199         these subsections.
11200         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
11201         Remove sections.
11202
11203 2008-12-14  Bruno Haible  <bruno@clisp.org>
11204
11205         Update doc for POSIX:2008.
11206         * doc/posix-functions/*.texi: Update URL of POSIX specification.
11207
11208 2008-12-14  Bruno Haible  <bruno@clisp.org>
11209
11210         Update doc for POSIX:2008.
11211         * doc/pastposix-functions/bcmp.texi: Renamed from
11212         doc/posix-functions/bcmp.texi.
11213         * doc/pastposix-functions/bcopy.texi: Renamed from
11214         doc/posix-functions/bcopy.texi.
11215         * doc/pastposix-functions/bsd_signal.texi: Renamed from
11216         doc/posix-functions/bsd_signal.texi.
11217         * doc/pastposix-functions/bzero.texi: Renamed from
11218         doc/posix-functions/bzero.texi.
11219         * doc/pastposix-functions/ecvt.texi: Renamed from
11220         doc/posix-functions/ecvt.texi.
11221         * doc/pastposix-functions/fcvt.texi: Renamed from
11222         doc/posix-functions/fcvt.texi.
11223         * doc/pastposix-functions/ftime.texi: Renamed from
11224         doc/posix-functions/ftime.texi.
11225         * doc/pastposix-functions/gcvt.texi: Renamed from
11226         doc/posix-functions/gcvt.texi.
11227         * doc/pastposix-functions/getcontext.texi: Renamed from
11228         doc/posix-functions/getcontext.texi.
11229         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
11230         doc/posix-functions/gethostbyaddr.texi.
11231         * doc/pastposix-functions/gethostbyname.texi: Renamed from
11232         doc/posix-functions/gethostbyname.texi.
11233         * doc/pastposix-functions/getwd.texi: Renamed from
11234         doc/posix-functions/getwd.texi.
11235         * doc/pastposix-functions/h_errno.texi: Renamed from
11236         doc/posix-functions/h_errno.texi.
11237         * doc/pastposix-functions/index.texi: Renamed from
11238         doc/posix-functions/index.texi.
11239         * doc/pastposix-functions/makecontext.texi: Renamed from
11240         doc/posix-functions/makecontext.texi.
11241         * doc/pastposix-functions/mktemp.texi: Renamed from
11242         doc/posix-functions/mktemp.texi.
11243         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
11244         doc/posix-functions/pthread_attr_getstackaddr.texi.
11245         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
11246         doc/posix-functions/pthread_attr_setstackaddr.texi.
11247         * doc/pastposix-functions/rindex.texi: Renamed from
11248         doc/posix-functions/rindex.texi.
11249         * doc/pastposix-functions/scalb.texi: Renamed from
11250         doc/posix-functions/scalb.texi.
11251         * doc/pastposix-functions/setcontext.texi: Renamed from
11252         doc/posix-functions/setcontext.texi.
11253         * doc/pastposix-functions/swapcontext.texi: Renamed from
11254         doc/posix-functions/swapcontext.texi.
11255         * doc/pastposix-functions/ualarm.texi: Renamed from
11256         doc/posix-functions/ualarm.texi.
11257         * doc/pastposix-functions/usleep.texi: Renamed from
11258         doc/posix-functions/usleep.texi.
11259         * doc/pastposix-functions/vfork.texi: Renamed from
11260         doc/posix-functions/vfork.texi.
11261         * doc/pastposix-functions/wcswcs.texi: Renamed from
11262         doc/posix-functions/wcswcs.texi.
11263         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
11264         (Function Substitutes): Update.
11265
11266 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11267
11268         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
11269         m4/strerror.m4.
11270
11271 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11272             Bruno Haible  <bruno@clisp.org>
11273
11274         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
11275
11276 2008-12-13  Bruno Haible  <bruno@clisp.org>
11277
11278         * modules/strtoull (Depends-on): Remove unistd.
11279
11280 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11281
11282         * modules/strtoull (Depends-on): Add stdlib.
11283
11284 2008-12-11  Simon Josefsson  <simon@josefsson.org>
11285
11286         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
11287
11288 2008-12-10  Jim Meyering  <meyering@redhat.com>
11289
11290         gl_ASSERT: don't say assertions are disabled when they're not
11291         * m4/assert.m4 (gl_ASSERT): Do not make configure report
11292         "checking whether to enable assertions... no", when they are in
11293         fact enabled.  This is solely a bug in the output of configure.
11294         In spite of saying "no", NDEBUG was not defined in that case.
11295         Also, as noted by Eric Blake, leave assertions enabled upon
11296         --enable-assert=INVALID.
11297
11298 2008-12-10  Bruno Haible  <bruno@clisp.org>
11299
11300         Change MODULES.html to refer to POSIX:2008 where possible.
11301         * MODULES.html.sh (POSIX2008_URL): New variable.
11302         (posix_headers): Remove sys/timeb, ucontext.
11303         (posix2001_headers): New variable.
11304         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
11305         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
11306         index, makecontext, mktemp, pthread_attr_getstackaddr,
11307         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
11308         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
11309         (posix2001_functions): New variable.
11310         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
11311         otherwise.
11312
11313 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11314
11315         add missing include to parse-duration.c
11316         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
11317         * modules/parse-duration (Depends-on): Add xalloc.
11318
11319         fix sed script reading maint.mk
11320         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
11321         (syntax-check-rules): Use it.
11322
11323 2008-12-09  Bruno Haible  <bruno@clisp.org>
11324
11325         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
11326         MacOS X 10.4/PowerPC.
11327         Reported by Simon Josefsson.
11328
11329 2008-12-08  Jim Meyering  <meyering@redhat.com>
11330
11331         work around mingw's lack of some S_IF definitions
11332         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
11333         Reported by Simon Josefsson.
11334
11335 2008-12-08  Bruno Haible  <bruno@clisp.org>
11336
11337         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
11338         applied to variables. Needed on MacOS X 10.4/PowerPC.
11339         Reported by Simon Josefsson.
11340
11341 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
11342         and Eric Blake  <ebb9@byu.net>
11343
11344         assert: honor --enable-assert
11345         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
11346         order to honor --enable-assert, rather than treating it as a
11347         synonym for --disable-assert.
11348
11349 2008-12-08  Jim Meyering  <meyering@redhat.com>
11350
11351         * lib/posixtm.c: Remove now-useless declaration of mktime.
11352
11353         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
11354
11355 2008-12-07  Bruno Haible  <bruno@clisp.org>
11356
11357         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
11358         test_once): Mark functions as static.
11359         * tests/test-tls.c (test_tls): Likewise.
11360
11361 2008-12-07  Bruno Haible  <bruno@clisp.org>
11362
11363         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
11364         iconv_register_autodetect.
11365
11366 2008-12-07  Jim Meyering  <meyering@redhat.com>
11367
11368         posixtm.c: avoid a warning
11369         * lib/posixtm.c (posixtime): Don't initialize tm0.
11370         It's no longer needed to placate gcc4's -Wuninitialized,
11371         and the attempt to placate would elicit a new warning.
11372
11373         unicodeio.c: mark unused parameters
11374         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
11375         (fallback_failure_callback): Likewise.
11376
11377 2008-12-07  Bruno Haible  <bruno@clisp.org>
11378
11379         * gnulib-tool (func_create_testdir): When building the tests
11380         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
11381         Reported by Simon Josefsson.
11382
11383 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11384
11385         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
11386
11387 2008-12-06  Bruno Haible  <bruno@clisp.org>
11388
11389         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
11390         Suggested by Eric Blake.
11391
11392 2008-12-06  Bruno Haible  <bruno@clisp.org>
11393
11394         Fix a c-stack test failure on MacOS X.
11395         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
11396         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
11397         handler for SIGBUS as well.
11398         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
11399         install a signal handler for SIGBUS as well.
11400         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
11401
11402 2008-12-06  Bruno Haible  <bruno@clisp.org>
11403
11404         Advocacy documentation.
11405         * doc/gnulib-intro.texi (Benefits): New section.
11406         * doc/gnulib.texi: Update.
11407
11408 2008-12-06  Bruno Haible  <bruno@clisp.org>
11409
11410         Document the 'manywarnings' module.
11411         * doc/manywarnings.texi: New file.
11412         * doc/gnulib.texi: Include it.
11413
11414 2008-12-05  Eric Blake  <ebb9@byu.net>
11415
11416         tests: silence some gcc warnings
11417         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
11418         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
11419         type mismatches.
11420
11421 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11422             Bruno Haible  <bruno@clisp.org>
11423
11424         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
11425
11426 2008-11-29  Jim Meyering  <meyering@redhat.com>
11427
11428         unicodeio.c: mark unused parameters
11429         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
11430         (fallback_failure_callback): Likewise.
11431
11432         fts: fix a thinko
11433         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
11434         (set_stat_type): Return S_IF*-valued "type" directly.
11435         Prompted by James Youngman's spotting a related bug.
11436         Confirmed by further testing through find.
11437
11438         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
11439         * lib/fts.c (D_TYPE): Define.
11440         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
11441         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
11442         (s_ifmt_shift_bits): New function.
11443         (set_stat_type): New function.
11444         (fts_build): When not calling fts_stat, call set_stat_type
11445         to propagate dirent.d_type info to fts_read caller.
11446         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
11447         fts_statp->st_mode type information may be valid.
11448
11449 2008-11-28  Simon Josefsson  <simon@josefsson.org>
11450
11451         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
11452         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
11453         <sds@gnu.org>.
11454
11455 2008-11-20  Bruno Haible  <bruno@clisp.org>
11456
11457         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
11458         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
11459         INCLUDE_NEXT.
11460         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
11461         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
11462         * modules/math (Makefile.am): Substitute
11463         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
11464         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11465
11466 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
11467             Bruno Haible  <bruno@clisp.org>
11468
11469         * lib/stdint.in.h: Define all type macros so that their expansion is
11470         a single typedef'ed token. Fixes a compilation failure in Boost which
11471         does "using ::int8_t;".
11472
11473 2008-11-18  Simon Josefsson  <simon@josefsson.org>
11474
11475         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
11476         gl_MANYWARN_ALL_GCC.
11477         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
11478         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
11479         * modules/manywarnings: New file.
11480         * MODULES.html.sh: Mention manywarnings module.
11481
11482 2008-11-18  Bruno Haible  <bruno@clisp.org>
11483
11484         * doc/gnulib-tool.texi (Unit tests): New section.
11485
11486 2008-11-18  Simon Josefsson  <simon@josefsson.org>
11487
11488         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
11489         paths like 'lib/po/foo.po'.
11490
11491 2008-11-17  Simon Josefsson  <simon@josefsson.org>
11492
11493         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
11494         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
11495
11496 2008-11-17  Simon Josefsson  <simon@josefsson.org>
11497
11498         * m4/warnings.m4: Use CPPFLAGS to really check whether the
11499         parameter works.
11500
11501 2008-11-17  Simon Josefsson  <simon@josefsson.org>
11502
11503         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
11504
11505 2008-11-17  Bruce Korb  <bkorb@gnu.org>
11506
11507         * modules/parse-duration-tests: New file.
11508         * tests/test-parse-duration.sh: New file.
11509         * tests/test-parse-duration.c: New file.
11510
11511         New module 'parse-duration'.
11512         * lib/parse-duration.h: New file.
11513         * lib/parse-duration.c: New file.
11514         * modules/parse-duration: New file.
11515
11516 2008-11-17  Bruno Haible  <bruno@clisp.org>
11517
11518         * tests/test-select-out.sh: Comment out the first pipe test.
11519         Reported by Simon Josefsson.
11520
11521 2008-11-17  Bruno Haible  <bruno@clisp.org>
11522
11523         * modules/getaddrinfo (Depends-on): Add servent, hostent.
11524         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
11525         gl_HOSTENT.
11526
11527 2008-11-17  Bruno Haible  <bruno@clisp.org>
11528
11529         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
11530         -lnetwork and -lnet. Needed for Haiku and BeOS.
11531
11532 2008-11-16  Bruno Haible  <bruno@clisp.org>
11533
11534         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
11535
11536 2008-11-16  Bruno Haible  <bruno@clisp.org>
11537
11538         Avoid test failure on Haiku.
11539         * tests/test-fsync.c: Include <errno.h>.
11540         (main): Don't require that fsync (0) fails.
11541
11542 2008-11-15  Bruno Haible  <bruno@clisp.org>
11543
11544         New module 'hostent'.
11545         * modules/hostent: New file.
11546         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
11547
11548 2008-11-15  Bruno Haible  <bruno@clisp.org>
11549
11550         New module 'servent'.
11551         * modules/servent: New file.
11552         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
11553
11554 2008-11-15  Bruno Haible  <bruno@clisp.org>
11555
11556         Avoid generating same test program with two different rules.
11557         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
11558         test-frexp to test-frexp-nolibm.
11559         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
11560         test-frexpl to test-frexpl-nolibm.
11561
11562 2008-11-15  Bruno Haible  <bruno@clisp.org>
11563
11564         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
11565         $(FREXPL_LIBM).
11566
11567 2008-11-15  Bruno Haible  <bruno@clisp.org>
11568
11569         * lib/netdb.in.h: Activate the definitions also when the system's
11570         <netdb.h> has 'struct addrinfo'.
11571         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
11572         EAI_OVERFLOW or AI_NUMERICSERV.
11573         * doc/posix-headers/netdb.texi: Document the problem.
11574
11575 2008-11-15  Bruno Haible  <bruno@clisp.org>
11576
11577         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
11578
11579         Make the 'sched' module work on platforms where <sched.h> exists but
11580         is incomplete (such as Haiku).
11581         * lib/sched.in.h; Include the system's <sched.h> if it exists.
11582         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
11583         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
11584         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
11585         HAVE_STRUCT_SCHED_PARAM.
11586         * modules/sched (Depends-on): Add include_next.
11587         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
11588         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
11589         * doc/posix-headers/sched.texi: Document the issue.
11590
11591 2008-11-13  Jim Meyering  <meyering@redhat.com>
11592
11593         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
11594         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
11595         test would fail due to the difference in the Report bugs to ...
11596         line.  The expected address is empty, "<>", while the actual
11597         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
11598
11599 2008-11-12  Bruno Haible  <bruno@clisp.org>
11600
11601         lstat: don't compile lstat.c on systems lacking lstat
11602         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
11603         which don't have lstat; this is handled by lib/sys_stat.in.h already.
11604         Reported by Daniel P. Berrange via Jim Meyering.
11605
11606 2008-11-12  Jim Meyering  <meyering@redhat.com>
11607
11608         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
11609
11610 2008-11-12  Simon Josefsson  <simon@josefsson.org>
11611
11612         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
11613         instead.
11614
11615 2008-11-12  Bruno Haible  <bruno@clisp.org>
11616
11617         * lib/unicodeio.c: Include unistr.h.
11618         (utf8_wctomb): Remove function.
11619         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
11620
11621 2008-11-12  Simon Josefsson  <simon@josefsson.org>
11622
11623         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
11624         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
11625         <bruno@clisp.org>.
11626         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
11627
11628 2008-11-12  Simon Josefsson  <simon@josefsson.org>
11629
11630         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
11631         * doc/gnulib.texi: Add section for warnings.
11632
11633 2008-11-11  Bruno Haible  <bruno@clisp.org>
11634
11635         * lib/sockets.h: Add a comment.
11636
11637 2008-11-11  Karl Berry  <karl@gnu.org>
11638
11639         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
11640
11641 2008-11-11  Eric Blake  <ebb9@byu.net>
11642
11643         fdl.texi: avoid git symlinks
11644         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
11645
11646 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
11647
11648         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
11649
11650 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
11651
11652         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
11653         (gl_WARN_ADD): Substitute $2 if literal.
11654
11655 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
11656
11657         * m4/warning.m4: Remove.
11658
11659 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
11660
11661         * m4/warnings.m4: Almost complete rewrite. :-)
11662
11663 2008-11-10  Simon Josefsson  <simon@josefsson.org>
11664
11665         * modules/warnings: New module.
11666         * m4/warnings.m4: New file.
11667         * MODULES.html.sh: Mention warnings module.
11668         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
11669         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11670
11671 2008-11-10  Eric Blake  <ebb9@byu.net>
11672
11673         fdl.texi: make a symlink to the latest version
11674         * doc/standards.texi: Revert today's earlier change.
11675         * doc/fdl-1.2.texi: Rename from old fdl.texi...
11676         * doc/fdl.texi: ...and replace this with a symlink to the newer
11677         fdl-1.3.texi.
11678
11679 2008-11-10  Bruno Haible  <bruno@clisp.org>
11680
11681         * tests/test-select-fd.c (main): Accept the result file name as fourth
11682         argument.
11683         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
11684         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
11685
11686 2008-11-10  Bruno Haible  <bruno@clisp.org>
11687
11688         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
11689         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
11690         as autoconf-substituted macros.
11691         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
11692         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
11693         gl_NETDB_H_DEFAULTS. Set these variables.
11694         * modules/netdb (Makefile.am): Substitute these variables.
11695
11696 2008-11-10  Eric Blake  <ebb9@byu.net>
11697
11698         standards.texi: include correct file for FDL 1.3
11699         * doc/standards.texi (GNU Free Documentation License): Change
11700         include file to pull in FDL 1.3, not 1.2.
11701
11702         fdl.texi: revert accidental change to license
11703         * doc/fdl.texi: This is FDL 1.2, not 1.3.
11704
11705 2008-11-10  Bruno Haible  <bruno@clisp.org>
11706
11707         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
11708         cross-compiling guesses also when the native compile gives no result.
11709
11710 2008-11-10  Bruno Haible  <bruno@clisp.org>
11711
11712         * lib/spawni.c (__spawni): Force variable into the stack.
11713
11714 2008-11-10  Bruno Haible  <bruno@clisp.org>
11715
11716         Add support for Haiku.
11717         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
11718         glibc and BeOS, but also on Haiku.
11719         * lib/fpurge.c (fpurge): Likewise.
11720         * lib/freadable.c (freadable): Likewise.
11721         * lib/freadahead.c (freadahead): Likewise.
11722         * lib/freading.c (freading): Likewise.
11723         * lib/freadptr.c (freadptr): Likewise.
11724         * lib/freadseek.c (freadptrinc): Likewise.
11725         * lib/fseeko.c (rpl_fseeko): Likewise.
11726         * lib/fseterr.c (fseterr): Likewise.
11727         * lib/fwritable.c (fwritable): Likewise.
11728         * lib/fwriting.c (fwriting): Likewise.
11729         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
11730
11731 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
11732
11733         * lib/config.charset: Treat Haiku like BeOS.
11734
11735 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
11736
11737         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
11738         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
11739
11740 2008-11-08  Bruno Haible  <bruno@clisp.org>
11741
11742         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
11743         AC_CACHE_CHECK.
11744
11745 2008-11-08  Bruno Haible  <bruno@clisp.org>
11746
11747         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
11748
11749 2008-11-08  Bruno Haible  <bruno@clisp.org>
11750
11751         * tests/test-select-fd.c: New file.
11752         * tests/test-select-in.sh: New file.
11753         * tests/test-select-out.sh: New file.
11754         * tests/test-select-stdin.c: New file.
11755         * modules/select-tests (Files): Add the new files.
11756         (Depends-on): Add gettimeofday.
11757         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
11758         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
11759         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
11760
11761 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
11762             Bruno Haible  <bruno@clisp.org>
11763
11764         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
11765
11766 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
11767
11768         * build-aux/pmccabe2html: Added support for C++ source files.
11769
11770 2008-11-05  Ben Pfaff  <blp@gnu.org>
11771
11772         Fix lib/close.c build on Windows.
11773         * modules/close (Files): Add lib/w32sock.h.
11774
11775 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
11776
11777         Accept Bison's NEWS format.
11778         * build-aux/announce-gen (print_news_deltas): Tweak
11779         $re_prefix.
11780
11781 2008-11-04  Bruno Haible  <bruno@clisp.org>
11782
11783         * modules/random_r (Maintainer): Add glibc.
11784
11785 2008-11-04  Simon Josefsson  <simon@josefsson.org>
11786
11787         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
11788         by karl@freefriends.org (Karl Berry).
11789         * doc/alloca.texi: Likewise.
11790         * doc/c-ctype.texi: Likewise.
11791         * doc/c-strcase.texi: Likewise.
11792         * doc/c-strcaseeq.texi: Likewise.
11793         * doc/c-strcasestr.texi: Likewise.
11794         * doc/c-strstr.texi: Likewise.
11795         * doc/c-strtod.texi: Likewise.
11796         * doc/c-strtold.texi: Likewise.
11797         * doc/ctime.texi: Likewise.
11798         * doc/error.texi: Likewise.
11799         * doc/fdl.texi: Likewise.
11800         * doc/gcd.texi: Likewise.
11801         * doc/getdate.texi: Likewise.
11802         * doc/gnulib-intro.texi: Likewise.
11803         * doc/gnulib-tool.texi: Likewise.
11804         * doc/gnulib.texi: Likewise.
11805         * doc/inet_ntoa.texi: Likewise.
11806         * doc/maintain.texi: Likewise.
11807         * doc/make-stds.texi: Likewise.
11808         * doc/quote.texi: Likewise.
11809         * doc/regexprops-generic.texi: Likewise.
11810         * doc/standards.texi: Likewise.
11811         * doc/verify.texi: Likewise.
11812         * doc/visibility.texi: Likewise.
11813         * doc/gnulib.texi (GNU Free Documentation License): Include
11814         fdl-1.3.texi instead of fdl.texi.
11815
11816 2008-11-04  Simon Josefsson  <simon@josefsson.org>
11817
11818         * doc/fdl-1.3.texi: New file, from
11819         <http://www.gnu.org/licenses/fdl-1.3.texi>.
11820         * modules/fdl-1.3: Add.
11821         * MODULES.html.sh: Add fdl-1.3.
11822
11823 2008-11-03  Bruno Haible  <bruno@clisp.org>
11824
11825         Make determination of absolute name of header file work with AIX xlc.
11826         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
11827         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
11828         preprocessing.
11829         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11830         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
11831
11832 2008-11-03  Simon Josefsson  <simon@josefsson.org>
11833
11834         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
11835         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
11836         <ludo@gnu.org>.
11837
11838 2008-11-02  Bruno Haible  <bruno@clisp.org>
11839
11840         Mark 'strpbrk' obsolete.
11841         * modules/strpbrk (Status, Notice): New sections.
11842         * modules/strtok_r (Depends-on): Add strpbrk.
11843
11844 2008-11-02  Bruno Haible  <bruno@clisp.org>
11845
11846         Mark 'strdup' obsolete.
11847         * modules/strdup (Status, Notice): New sections.
11848         * modules/findprog (Depends-on): Add strdup.
11849         * modules/getaddrinfo (Depends-on): Likewise.
11850         * modules/localename (Depends-on): Likewise.
11851         * modules/relocatable-lib (Depends-on): Likewise.
11852         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
11853         * modules/relocatable-prog (Depends-on): Likewise.
11854         * modules/trim (Depends-on): Likewise.
11855         * modules/unictype/gen-ctype (Depends-on): Likewise.
11856         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
11857
11858 2008-11-02  Bruno Haible  <bruno@clisp.org>
11859
11860         Mark 'strcspn' obsolete.
11861         * modules/strcspn (Status, Notice): New sections.
11862
11863 2008-11-02  Bruno Haible  <bruno@clisp.org>
11864
11865         Mark 'rmdir' obsolete.
11866         * modules/rmdir (Status, Notice): New sections.
11867         * modules/clean-temp (Depends-on): Add rmdir.
11868         * modules/openat (Depends-on): Likewise.
11869
11870 2008-11-02  Bruno Haible  <bruno@clisp.org>
11871
11872         Mark 'raise' obsolete.
11873         * modules/raise (Status, Notice): New sections.
11874         (Include): Specify <signal.h>.
11875         * modules/stdio (Depends-on): Add raise.
11876         * modules/write (Depends-on): Likewise.
11877
11878 2008-11-02  Bruno Haible  <bruno@clisp.org>
11879
11880         Mark 'memset' obsolete.
11881         * modules/memset (Status, Notice): New sections.
11882
11883 2008-11-02  Bruno Haible  <bruno@clisp.org>
11884
11885         Mark 'memmove' obsolete.
11886         * modules/memmove (Status, Notice): New sections.
11887         * modules/argp (Depends-on): Add memmove.
11888         * modules/argz (Depends-on): Likewise.
11889         * modules/canonicalize (Depends-on): Likewise.
11890         * modules/canonicalize-lgpl (Depends-on): Likewise.
11891         * modules/fts (Depends-on): Likewise.
11892         * modules/getcwd (Depends-on): Likewise.
11893         * modules/human (Depends-on): Likewise.
11894         * modules/regex (Depends-on): Likewise.
11895         * modules/striconveh (Depends-on): Likewise.
11896         * modules/trim (Depends-on): Likewise.
11897         * modules/unistr/u8-move (Depends-on): Likewise.
11898         * modules/unistr/u16-move (Depends-on): Likewise.
11899         * modules/unistr/u32-move (Depends-on): Likewise.
11900
11901 2008-11-02  Bruno Haible  <bruno@clisp.org>
11902
11903         Mark 'memcpy' obsolete.
11904         * modules/memcpy (Status, Notice): New sections.
11905
11906 2008-11-02  Bruno Haible  <bruno@clisp.org>
11907
11908         Mark 'memcmp' obsolete.
11909         * modules/memcmp (Status, Notice): New sections.
11910         * modules/argmatch (Depends-on): Add memchr.
11911         * modules/backupfile (Depends-on): Likewise.
11912         * modules/c-strcasestr (Depends-on): Likewise.
11913         * modules/crypto/des (Depends-on): Likewise.
11914         * modules/csharpcomp (Depends-on): Likewise.
11915         * modules/fnmatch (Depends-on): Likewise.
11916         * modules/git-merge-changelog (Depends-on): Likewise.
11917         * modules/isnand (Depends-on): Likewise.
11918         * modules/isnand-nolibm (Depends-on): Likewise.
11919         * modules/isnanf (Depends-on): Likewise.
11920         * modules/isnanf-nolibm (Depends-on): Likewise.
11921         * modules/isnanl (Depends-on): Likewise.
11922         * modules/isnanl-nolibm (Depends-on): Likewise.
11923         * modules/mbchar (Depends-on): Likewise.
11924         * modules/memcoll (Depends-on): Likewise.
11925         * modules/quotearg (Depends-on): Likewise.
11926         * modules/regex (Depends-on): Likewise.
11927         * modules/relocatable-prog (Depends-on): Likewise.
11928         * modules/same (Depends-on): Likewise.
11929         * modules/signbit (Depends-on): Likewise.
11930         * modules/strcasestr-simple (Depends-on): Likewise.
11931         * modules/unictype/gen-ctype (Depends-on): Likewise.
11932         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
11933         * modules/uniname/uniname (Depends-on): Likewise.
11934         * modules/unistr/u8-cmp (Depends-on): Likewise.
11935
11936 2008-11-02  Bruno Haible  <bruno@clisp.org>
11937
11938         Mark 'memchr' obsolete.
11939         * modules/memchr (Status, Notice): New sections.
11940         * modules/argp (Depends-on): Add memchr.
11941         * modules/base64 (Depends-on): Likewise.
11942         * modules/c-strcasestr (Depends-on): Likewise.
11943         * modules/chdir-long (Depends-on): Likewise.
11944         * modules/fnmatch (Depends-on): Likewise.
11945         * modules/getsubopt (Depends-on): Likewise.
11946         * modules/git-merge-changelog (Depends-on): Likewise.
11947         * modules/glob (Depends-on): Likewise.
11948         * modules/strcasestr-simple (Depends-on): Likewise.
11949         * modules/strnlen (Depends-on): Likewise.
11950
11951 2008-11-02  Bruno Haible  <bruno@clisp.org>
11952
11953         Mark 'atexit' obsolete.
11954         * modules/atexit (Status, Notice): New sections.
11955         * modules/chdir-long (Depends-on): Add atexit.
11956         * modules/wait-process (Depends-on): Likewise.
11957
11958 2008-11-02  Bruno Haible  <bruno@clisp.org>
11959
11960         * gnulib-tool: New option --with-obsolete.
11961         (func_usage): Document it.
11962         (func_modules_transitive_closure): Drop obsolete dependencies if
11963         incobsolete is not true.
11964         (func_import): Read and save the incobsolete variable to the cache.
11965
11966 2008-11-02  Bruno Haible  <bruno@clisp.org>
11967
11968         * modules/TEMPLATE-EXTENDED: New field 'Status'.
11969         * gnulib-tool: New option --extract-status.
11970         (func_usage): Document it.
11971         (sed_extract_prog): Recognize it.
11972         (func_get_status): New function.
11973
11974 2008-10-30  Simon Josefsson  <simon@josefsson.org>
11975
11976         * modules/sockets (License): Change from LGPL to LGPLv2+.
11977
11978 2008-10-28  Simon Josefsson  <simon@josefsson.org>
11979
11980         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
11981
11982 2008-10-28  Simon Josefsson  <simon@josefsson.org>
11983
11984         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11985         Mention times and sys_times.
11986         * modules/sys_times, modules/sys_times-tests: New modules.
11987         * modules/times, modules/times-tests: Likewise
11988         * m4/sys_times_h.m4: New file.
11989         * lib/sys_times.in.h: Likewise
11990         * lib/times.c: Likewise.
11991         * tests/test-sys_times.c: Likewise.
11992         * tests/test-times.c: Likewise.
11993         * doc/posix-headers/sys_times.texi: Update.
11994         * doc/posix-functions/times.texi: Update.
11995
11996 2008-10-28  Jim Meyering  <meyering@redhat.com>
11997
11998         * modules/tempname (Depends-on): Add lstat.
11999
12000         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
12001
12002 2008-10-28  Simon Josefsson  <simon@josefsson.org>
12003
12004         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
12005         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
12006         using idiom used elsewhere in gnulib.
12007
12008 2008-10-27  Jim Meyering  <meyering@redhat.com>
12009
12010         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
12011
12012 2008-10-27  Simon Josefsson  <simon@josefsson.org>
12013
12014         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
12015         TESTS_ENVIRONMENT, for shell scripts that needs to call built
12016         programs.
12017         * tests/test-argp-2.sh: Use $EXEEXT when needed.
12018
12019 2008-10-27  Simon Josefsson  <simon@josefsson.org>
12020
12021         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
12022
12023 2008-10-27  Bruno Haible  <bruno@clisp.org>
12024
12025         * tests/test-lstat.c: Include <stdio.h>.
12026
12027 2008-10-27  Simon Josefsson  <simon@josefsson.org>
12028
12029         * modules/lstat-tests: New module.
12030         * tests/test-lstat.c: New file.
12031
12032 2008-10-26  Jim Meyering  <meyering@redhat.com>
12033
12034         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
12035
12036 2008-10-26  Simon Josefsson  <simon@josefsson.org>
12037             Bruno Haible  <bruno@clisp.org>
12038
12039         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
12040         * modules/configmake (Include): Add a note that the include must come
12041         after all system headers.
12042         * lib/javaversion.c: Include configmake.h after all other includes.
12043
12044 2008-10-26  Bruno Haible  <bruno@clisp.org>
12045
12046         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
12047         HAVE_STRUCT_RANDOM_DATA to 1.
12048         (gl_STDLIB_H): Simplify.
12049
12050 2008-10-26  Simon Josefsson  <simon@josefsson.org>
12051
12052         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
12053         substitute HAVE_STRUCT_RANDOM_DATA.
12054         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
12055         random_data.
12056         * modules/stdlib (Makefile.am): Substitute
12057         HAVE_STRUCT_RANDOM_DATA.
12058
12059 2008-10-26  Simon Josefsson  <simon@josefsson.org>
12060
12061         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
12062         * doc/gnulib-intro.texi (Copyright): Likewise.
12063
12064 2008-10-26  Simon Josefsson  <simon@josefsson.org>
12065
12066         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
12067         findings.
12068
12069 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
12070             Bruno Haible  <bruno@clisp.org>
12071
12072         * lib/unistd.in.h: Include <winsock2.h>.
12073         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
12074         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
12075         Provide dummy declarations.
12076         (gethostname): Override.
12077         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
12078         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
12079         gl_PREREQ_SYS_H_WINSOCK2.
12080         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
12081         * doc/posix-functions/gethostname.texi: More details.
12082
12083 2008-10-25  Bruno Haible  <bruno@clisp.org>
12084
12085         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
12086         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
12087         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
12088
12089         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
12090         here ...
12091         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
12092         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
12093         gl_UNISTD_H_DEFAULTS.
12094
12095 2008-10-25  Eric Blake  <ebb9@byu.net>
12096
12097         signbit: avoid spurious compiler failure
12098         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
12099         declarations inside function.
12100
12101 2008-10-24  Simon Josefsson  <simon@josefsson.org>
12102             Bruno Haible  <bruno@clisp.org>
12103
12104         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
12105         * modules/random_r (Depends-on): Add stdint.
12106
12107 2008-10-24  Bruno Haible  <bruno@clisp.org>
12108
12109         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
12110         Eggert.
12111         * modules/strerror (License): Likewise.
12112
12113 2008-10-24  Jim Meyering  <meyering@redhat.com>
12114
12115         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
12116         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
12117
12118 2008-10-24  Eric Blake  <ebb9@byu.net>
12119
12120         getgroups: fix compilation when getgroups is available
12121         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
12122         but with <config.h> override of getgroups disabled.
12123
12124 2008-10-24  Simon Josefsson  <simon@josefsson.org>
12125
12126         * doc/gnulib.texi (Header files): Add note about C++ problems.
12127         Explained by Bruno Haible <bruno@clisp.org>.
12128
12129 2008-10-23  Bruno Haible  <bruno@clisp.org>
12130
12131         Define a dummy SA_NODEFER macro on Interix.
12132         * lib/signal.in.h (SA_NODEFER): Define fallback.
12133         Reported by Aleksey Cheusov <cheusov@tut.by> via
12134         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
12135
12136 2008-10-23  Bruno Haible  <bruno@clisp.org>
12137
12138         * modules/freadahead (License): Change to LGPLv2+.
12139         Suggested by Simon Josefsson.
12140
12141 2008-10-23  Jim Meyering  <meyering@redhat.com>
12142
12143         random_r: new module
12144         * modules/random_r: New file.
12145         * m4/random_r.m4: New file.
12146         * lib/random_r.c: New file, from glibc.
12147         * modules/random_r-tests: New file.
12148         * tests/test-random_r.c: New file.
12149         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
12150          Declare.
12151         (RAND_MAX): Define.
12152         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
12153         * modules/stdlib: Substitute them, too.
12154         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
12155         * doc/glibc-functions/initstate_r.texi: Mention the new module.
12156         * doc/glibc-functions/random_r.texi: Likewise.
12157         * doc/glibc-functions/setstate_r.texi: Likewise.
12158         * doc/glibc-functions/srandom_r.texi: Likewise.
12159         * config/srclist.txt: Mention it.
12160
12161 2008-10-23  David Lutterkort  <lutter@redhat.com>
12162
12163         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
12164         link requirement
12165
12166 2008-10-23  Jim Meyering  <meyering@redhat.com>
12167
12168         selinux-h: mark parameters of stub functions as intentionally unused
12169         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
12170         * lib/se-context.in.h: Likewise.
12171
12172 2008-10-22  Simon Josefsson  <simon@josefsson.org>
12173
12174         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
12175
12176 2008-10-22  Simon Josefsson  <simon@josefsson.org>
12177
12178         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
12179
12180 2008-10-22  Eric Blake  <ebb9@byu.net>
12181
12182         glthread/thread: avoid compiler warning
12183         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
12184         Add unreachable abort to silence compiler.
12185
12186 2008-10-22  Eric Blake  <ebb9@byu.net>
12187
12188         netdb: also supply struct addrinfo for cygwin 1.5.x
12189         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
12190         older cygwin.
12191         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
12192         cygwin.
12193         * doc/posix-headers/netdb.texi (netdb.h): Document this.
12194
12195 2008-10-22  Bruno Haible  <bruno@clisp.org>
12196
12197         * users.txt: Update entry about pspp.
12198
12199 2008-10-21  Bruno Haible  <bruno@clisp.org>
12200
12201         Simplification.
12202         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
12203         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
12204
12205         Simplification.
12206         * lib/ioctl.c (ioctl): Don't undefine.
12207         * lib/socket.c (socket): Don't undefine.
12208
12209         Remove unused module indicator macros.
12210         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
12211         GNULIB_$1 as a C macro.
12212
12213         * doc/posix-functions/close.texi: Undo last change.
12214         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
12215         Windows platforms.
12216
12217 2008-10-21  Bruno Haible  <bruno@clisp.org>
12218
12219         Add gethostname() declaration to <unistd.h>.
12220         * lib/unistd.in.h (gethostname): New declaration.
12221         * lib/gethostname.c: Include <unistd.h>.
12222         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
12223         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
12224         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
12225         and HAVE_GETHOSTNAME.
12226         * modules/gethostname (Depends-on): Add unistd.
12227         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12228         (Include): Specify <unistd.h>.
12229         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
12230         HAVE_GETHOSTNAME.
12231         * tests/test-gethostname.c: Include <unistd.h> first.
12232
12233 2008-10-21  Bruno Haible  <bruno@clisp.org>
12234
12235         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
12236         * modules/select-tests (Depends-on): Likewise.
12237         Reported by Simon Josefsson.
12238
12239 2008-10-21  Simon Josefsson  <simon@josefsson.org>
12240
12241         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
12242         * lib/accept.c: New file, based on winsock.c.
12243         * lib/bind.c: New file, based on winsock.c.
12244         * lib/connect.c: New file, based on winsock.c.
12245         * lib/getpeername.c: New file, based on winsock.c.
12246         * lib/getsockname.c: New file, based on winsock.c.
12247         * lib/getsockopt.c: New file, based on winsock.c.
12248         * lib/ioctl.c: New file, based on winsock.c.
12249         * lib/listen.c: New file, based on winsock.c.
12250         * lib/recv.c: New file, based on winsock.c.
12251         * lib/recvfrom.c: New file, based on winsock.c.
12252         * lib/send.c: New file, based on winsock.c.
12253         * lib/sendto.c: New file, based on winsock.c.
12254         * lib/setsockopt.c: New file, based on winsock.c.
12255         * lib/shutdown.c: New file, based on winsock.c.
12256         * lib/socket.c: New file, based on winsock.c.
12257         * lib/w32sock.h: New file, based on winsock.c.
12258         * lib/winsock.c: Remove file.
12259         * modules/accept: Likewise.
12260         * modules/bind: Likewise.
12261         * modules/connect: Likewise.
12262         * modules/getpeername: Likewise.
12263         * modules/getsockname: Likewise.
12264         * modules/getsockopt: Likewise.
12265         * modules/ioctl: Likewise.
12266         * modules/listen: Likewise.
12267         * modules/recv: Likewise.
12268         * modules/recvfrom: Likewise.
12269         * modules/send: Likewise.
12270         * modules/sendto: Likewise.
12271         * modules/setsockopt: Likewise.
12272         * modules/shutdown: Likewise.
12273         * modules/socket: Use socket.c instead of winsock.c.
12274         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
12275         * doc/posix-functions/accept.texi: Doc fix.
12276         * doc/posix-functions/bind.texi: Doc fix.
12277         * doc/posix-functions/close.texi: Doc fix.
12278         * doc/posix-functions/connect.texi: Doc fix.
12279         * doc/posix-functions/getpeername.texi: Doc fix.
12280         * doc/posix-functions/getsockname.texi: Doc fix.
12281         * doc/posix-functions/getsockopt.texi: Doc fix.
12282         * doc/posix-functions/ioctl.texi: Doc fix.
12283         * doc/posix-functions/listen.texi: Doc fix.
12284         * doc/posix-functions/recv.texi: Doc fix.
12285         * doc/posix-functions/recvfrom.texi: Doc fix.
12286         * doc/posix-functions/send.texi: Doc fix.
12287         * doc/posix-functions/sendto.texi: Doc fix.
12288         * doc/posix-functions/setsockopt.texi: Doc fix.
12289         * doc/posix-functions/shutdown.texi: Doc fix.
12290         * doc/posix-functions/socket.texi: Doc fix.
12291
12292 2008-10-20  Bruno Haible  <bruno@clisp.org>
12293
12294         Take into account the role of SIGABRT_COMPAT on Windows 2008.
12295         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
12296         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
12297         as an alias for SIGABRT.
12298         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
12299         (sigaction): Map it to SIGABRT.
12300         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
12301
12302 2008-10-20  Bruno Haible  <bruno@clisp.org>
12303
12304         * lib/fts.c: Don't include lstat.h.
12305         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
12306
12307         Move the lstat() declaration to <sys/stat.h>.
12308         * lib/lstat.h: Remove file.
12309         * lib/sys_stat.in.h: Add special invocation convention.
12310         (lstat): New declaration.
12311         * lib/lstat.c (orig_lstat): New function.
12312         (rpl_lstat): Use orig_lstat instead of lstat.
12313         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
12314         AC_C_INLINE. Set REPLACE_LSTAT.
12315         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
12316         and REPLACE_LSTAT.
12317         * modules/lstat (Files): Remove lib/lstat.h.
12318         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
12319         (Include): Specify <sys/stat.h> instead of lstat.h.
12320         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
12321         REPLACE_LSTAT.
12322         * NEWS: Mention the change.
12323
12324 2008-10-20  Bruno Haible  <bruno@clisp.org>
12325
12326         * modules/posix_spawn-tests: New file.
12327         * tests/test-posix_spawn3.c: New file.
12328
12329 2008-10-20  Bruno Haible  <bruno@clisp.org>
12330
12331         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
12332         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
12333         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
12334         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
12335         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
12336
12337 2008-10-20  Bruno Haible  <bruno@clisp.org>
12338
12339         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
12340         of posix_spawn on AIX 5.3.
12341
12342 2008-10-20  Bruno Haible  <bruno@clisp.org>
12343
12344         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
12345
12346 2008-10-20  Bruno Haible  <bruno@clisp.org>
12347
12348         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
12349         of AC_LANG_PROGRAM.
12350
12351 2008-10-20  Simon Josefsson  <simon@josefsson.org>
12352
12353         * lib/netdb.in.h: Don't define GNU specific constants until they
12354         are supported or needed.  Reported by Bruno Haible
12355         <bruno@clisp.org>.
12356
12357 2008-10-20  Simon Josefsson  <simon@josefsson.org>
12358
12359         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
12360
12361 2008-10-20  Simon Josefsson  <simon@josefsson.org>
12362
12363         * lib/getaddrinfo.h: Remove file.
12364         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
12365         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
12366         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
12367         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
12368         * modules/netdb: Substitute GNULIB_GETADDRINFO.
12369         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
12370         * tests/test-getaddrinfo.c: Likewise.
12371         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
12372         * NEWS: Mention change.
12373
12374 2008-10-19  Bruno Haible  <bruno@clisp.org>
12375
12376         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
12377
12378 2008-10-19  Bruno Haible  <bruno@clisp.org>
12379
12380         * lib/wait-process.c: Include simply <sys/wait.h>.
12381         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
12382         WIFSTOPPED): Remove fallback definitions.
12383         * modules/wait-process (Depends-on): Add sys_wait.
12384
12385         New module 'sys_wait'.
12386         * modules/sys_wait: New file.
12387         * lib/sys_wait.in.h: New file, partially copied from
12388         lib/wait-process.c.
12389         * m4/sys_wait_h.m4: New file.
12390         * doc/posix-headers/sys_wait.texi: Mention the new module.
12391
12392 2008-10-19  Bruno Haible  <bruno@clisp.org>
12393
12394         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
12395
12396 2008-10-19  Bruno Haible  <bruno@clisp.org>
12397
12398         Assume that waitpid() fills an 'int' status, not a 'union wait'.
12399         * lib/wait-process.c (WAIT_T): Remove type.
12400         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
12401         (wait_subprocess): Update.
12402
12403 2008-10-19  Bruno Haible  <bruno@clisp.org>
12404
12405         New module 'atoll'.
12406         * modules/atoll: New file.
12407         * lib/stdlib.in.h (atoll): New declaration.
12408         * lib/atoll.c: New file, from glibc with modifications.
12409         * m4/atoll.m4: New file.
12410         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
12411         HAVE_ATOLL.
12412         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
12413         * doc/posix-functions/atoll.texi: Mention the new module.
12414
12415 2008-10-19  Bruno Haible  <bruno@clisp.org>
12416
12417         Add strtoull() declaration to <stdlib.h>.
12418         * lib/stdlib.in.h (strtoull): New declaration.
12419         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
12420         Set HAVE_STRTOULL.
12421         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
12422         HAVE_STRTOULL.
12423         * modules/strtoull (Depends-on): Add stdlib.
12424         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12425         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
12426         HAVE_STRTOULL.
12427
12428 2008-10-19  Bruno Haible  <bruno@clisp.org>
12429
12430         Add strtoll() declaration to <stdlib.h>.
12431         * lib/stdlib.in.h (strtoll): New declaration.
12432         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
12433         Set HAVE_STRTOLL.
12434         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
12435         HAVE_STRTOLL.
12436         * modules/strtoll (Depends-on): Add stdlib.
12437         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12438         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
12439
12440 2008-10-19  Bruno Haible  <bruno@clisp.org>
12441
12442         * modules/bcopy (Depends-on): Add strings.
12443         (Include): Specify <strings.h>.
12444
12445 2008-10-19  Bruno Haible  <bruno@clisp.org>
12446
12447         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
12448
12449 2008-10-19  Bruno Haible  <bruno@clisp.org>
12450
12451         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
12452         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
12453         mingw.
12454
12455 2008-10-19  Bruno Haible  <bruno@clisp.org>
12456
12457         * lib/atanl.c: Don't include isnanl.h.
12458         * lib/cosl.c: Likewise.
12459         * lib/ldexpl.c: Likewise.
12460         * lib/logl.c: Likewise.
12461         * lib/sinl.c: Likewise.
12462         * lib/sqrtl.c: Likewise.
12463         * lib/tanl.c: Likewise.
12464
12465         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
12466         * lib/isnanf.h: Remove file.
12467         * lib/isnand.h: Remove file.
12468         * lib/isnanl.h: Remove file.
12469         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
12470         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
12471         macros.
12472         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
12473         HAVE_ISNANF, don't define it as a C macro.
12474         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
12475         HAVE_ISNAND, don't define it as a C macro.
12476         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
12477         HAVE_ISNANL, don't define it as a C macro.
12478         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
12479         HAVE_ISNAN[FDL].
12480         * modules/isnanf (Files): Remove lib/isnanf.h.
12481         (Depends-on): Add math.
12482         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
12483         (Include): Specify <math.h> instead of isnanf.h.
12484         * modules/isnand (Files): Remove lib/isnand.h.
12485         (Depends-on): Add math.
12486         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
12487         (Include): Specify <math.h> instead of isnand.h.
12488         * modules/isnanl (Files): Remove lib/isnanl.h.
12489         (Depends-on): Add math.
12490         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
12491         (Include): Specify <math.h> instead of isnanl.h.
12492         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
12493         HAVE_ISNAN[FDL].
12494         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
12495         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
12496         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
12497         * NEWS: Mention the change.
12498
12499 2008-10-18  Bruno Haible  <bruno@clisp.org>
12500
12501         Add getusershell(), setusershell(), endusershell() declarations to
12502         <unistd.h>.
12503         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
12504         declarations.
12505         * lib/getusershell.c: Include unistd.h.
12506         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
12507         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
12508         HAVE_GETUSERSHELL.
12509         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
12510         and HAVE_GETUSERSHELL.
12511         * modules/getusershell (Depends-on): Add unistd, extensions.
12512         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12513         (Include): Specify <unistd.h>.
12514         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
12515         HAVE_GETUSERSHELL.
12516
12517 2008-10-18  Bruno Haible  <bruno@clisp.org>
12518
12519         Add a getloadavg() declaration to <stdlib.h>.
12520         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
12521         getloadavg declaration.
12522         (getloadavg): New declaration.
12523         * lib/getloadavg.c: Include <stdlib.h> first.
12524         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
12525         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
12526         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
12527         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
12528         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
12529         * modules/getloadavg (Depends-on): Add stdlib, extensions.
12530         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12531         (Include): Specify <stdlib.h>.
12532         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
12533         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
12534
12535 2008-10-18  Bruno Haible  <bruno@clisp.org>
12536
12537         * lib/dirchownmod.c: Don't include lchmod.h.
12538
12539         Move the lchmod() declaration to <sys/stat.h>.
12540         * lib/lchmod.h: Remove file.
12541         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
12542         (lchmod): New declaration, moved here from lib/lchown.h.
12543         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
12544         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
12545         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
12546         and HAVE_LCHMOD.
12547         * modules/lchmod (Files): Remove lib/lchmod.h.
12548         (Depends-on): Add sys_stat, extensions.
12549         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
12550         (Include): Specify <sys/stat.h> instead of lchmod.h.
12551         * modules/sys_stat (Depends-on): Add link-warning.
12552         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
12553         definition of GL_LINK_WARNING.
12554         * NEWS: Mention the change.
12555
12556 2008-10-18  Bruno Haible  <bruno@clisp.org>
12557
12558         * lib/fchdir.c: Don't include dirfd.h.
12559         * lib/fts.c: Likewise.
12560         * lib/getcwd.c: Likewise.
12561         * lib/glob.c: Likewise.
12562
12563         Move the dirfd() declaration to <dirent.h>.
12564         * lib/dirfd.h: Remove file.
12565         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
12566         (dirfd): New declaration.
12567         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
12568         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
12569         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
12570         HAVE_DECL_DIRFD.
12571         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
12572         HAVE_DECL_DIRFD.
12573         * modules/dirfd (Files): Remove lib/dirfd.h.
12574         (Depends-on): Add dirent, extensions.
12575         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
12576         (Include): Specify <dirent.h> instead of dirfd.h.
12577         * modules/dirent (Depends-on): Add link-warning.
12578         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
12579         definition of GL_LINK_WARNING.
12580         * NEWS: Mention the change.
12581
12582 2008-10-18  Bruno Haible  <bruno@clisp.org>
12583
12584         Move the euidaccess() declaration to <unistd.h>.
12585         * lib/euidaccess.h: Remove file.
12586         * lib/unistd.in.h (euidaccess): New declaration.
12587         * lib/euidaccess.c: Don't include euidaccess.h.
12588         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
12589         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
12590         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
12591         and HAVE_EUIDACCESS.
12592         * modules/euidaccess (Files): Remove lib/euidaccess.h.
12593         (Depends-on): Add unistd.
12594         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12595         (Include): Specify <unistd.h> instead of euidaccess.h.
12596         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
12597         HAVE_EUIDACCESS.
12598         * NEWS: Mention the change.
12599
12600 2008-10-18  Bruno Haible  <bruno@clisp.org>
12601
12602         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
12603
12604         Move the getdomainname() declaration to <unistd.h>.
12605         * lib/getdomainname.h: Remove file.
12606         * lib/unistd.in.h (getdomainname): New declaration.
12607         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
12608         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
12609         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
12610         HAVE_GETDOMAINNAME.
12611         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12612         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
12613         * modules/getdomainname (Files): Remove lib/getdomainname.h.
12614         (Depends-on): Add unistd, extensions.
12615         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12616         (Includes): Specify <unistd.h> instead of getdomainname.h.
12617         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
12618         HAVE_GETDOMAINNAME.
12619         * NEWS: Mention the change.
12620
12621 2008-10-18  Bruno Haible  <bruno@clisp.org>
12622
12623         * modules/dirent: New file.
12624         * m4/dirent_h.m4: New file.
12625         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
12626         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
12627         * modules/fchdir (Files): Remove lib/dirent.in.h.
12628         (Depends-on): Add dirent.
12629         (Makefile.am): Move rules to modules/dirent.
12630         * doc/posix-headers/dirent.texi: Mention the new module.
12631
12632 2008-10-18  Bruno Haible  <bruno@clisp.org>
12633
12634         Avoid -Wunused-parameter warnings in public gnulib header files.
12635         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
12636         macro.
12637         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
12638
12639 2008-10-18  Bruno Haible  <bruno@clisp.org>
12640
12641         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
12642         * doc/glibc-functions/error.texi: Mention the module 'error'.
12643         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
12644         * doc/glibc-functions/getdomainname.texi: Mention the module
12645         'getdomainname'.
12646         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
12647         * doc/glibc-functions/getpagesize.texi: Mention the module
12648         'getpagesize'.
12649         * doc/glibc-functions/getusershell.texi: Mention the module
12650         'getusershell'.
12651         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
12652         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
12653         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
12654         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
12655         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
12656         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
12657         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
12658         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
12659         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
12660         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
12661         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
12662         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
12663         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
12664         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
12665
12666 2008-10-17  Bruno Haible  <bruno@clisp.org>
12667
12668         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
12669         HP-UX and IRIX, use -0.0L.
12670         * tests/test-ceill.c (minus_zero): Likewise.
12671         * tests/test-floorl.c (minus_zero): Likewise.
12672         * tests/test-frexpl.c (minus_zero): Likewise.
12673         * tests/test-isnan.c (minus_zerol): Likewise.
12674         * tests/test-isnanl.h (minus_zero): Likewise.
12675         * tests/test-ldexpl.c (minus_zero): Likewise.
12676         * tests/test-roundl.c (minus_zero): Likewise.
12677         * tests/test-signbit.c (minus_zerol): Likewise.
12678         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
12679         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
12680         * tests/test-truncl.c (minus_zero): Likewise.
12681         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
12682         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
12683         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
12684         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
12685
12686 2008-10-17  Bruno Haible  <bruno@clisp.org>
12687
12688         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
12689         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
12690         that it gets activated only for gcc >= 3.0.
12691         * lib/dirent.in.h: Likewise.
12692         * lib/errno.in.h: Likewise.
12693         * lib/fcntl.in.h: Likewise.
12694         * lib/float.in.h: Likewise.
12695         * lib/iconv.in.h: Likewise.
12696         * lib/inttypes.in.h: Likewise.
12697         * lib/locale.in.h: Likewise.
12698         * lib/math.in.h: Likewise.
12699         * lib/netdb.in.h: Likewise.
12700         * lib/netinet_in.in.h: Likewise.
12701         * lib/search.in.h: Likewise.
12702         * lib/signal.in.h: Likewise.
12703         * lib/spawn.in.h: Likewise.
12704         * lib/stdarg.in.h: Likewise.
12705         * lib/stdint.in.h: Likewise.
12706         * lib/stdio.in.h: Likewise.
12707         * lib/stdlib.in.h: Likewise.
12708         * lib/string.in.h: Likewise.
12709         * lib/strings.in.h: Likewise.
12710         * lib/sys_file.in.h: Likewise.
12711         * lib/sys_ioctl.in.h: Likewise.
12712         * lib/sys_select.in.h: Likewise.
12713         * lib/sys_socket.in.h: Likewise.
12714         * lib/sys_stat.in.h: Likewise.
12715         * lib/sys_time.in.h: Likewise.
12716         * lib/sysexits.in.h: Likewise.
12717         * lib/time.in.h: Likewise.
12718         * lib/unistd.in.h: Likewise.
12719         * lib/wchar.in.h: Likewise.
12720         * lib/wctype.in.h: Likewise.
12721         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12722
12723 2008-10-17  Jim Meyering  <meyering@redhat.com>
12724
12725         ignore-value: don't depend on inline module
12726         * modules/ignore-value (Depends-on): Remove 'inline'.
12727         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
12728         Suggestion from Bruno Haible.
12729
12730 2008-10-17  Bruno Haible  <bruno@clisp.org>
12731
12732         New implementation of condition variables for Win32.
12733         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
12734         (gl_linked_waitqueue_t): New type.
12735         (gl_cond_t): Use it.
12736         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
12737         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
12738         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
12739         (glthread_cond_init_func, glthread_cond_wait_func,
12740         glthread_cond_timedwait_func, glthread_cond_signal_func,
12741         glthread_cond_broadcast_func, glthread_cond_destroy_func):
12742         Reimplemented on the basis of gl_linked_waitqueue_t.
12743         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
12744         gl_waitqueue_t.
12745         (gl_rwlock_t): Update.
12746         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
12747
12748 2008-10-17  Simon Josefsson  <simon@josefsson.org>
12749
12750         * modules/recvfrom (Depends-on): Add dependency on getpeername.
12751         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12752
12753 2008-10-17  Jim Meyering  <meyering@redhat.com>
12754
12755         ignore-value: new module
12756         * modules/ignore-value: New file.
12757         * lib/ignore-value.h: New file.
12758         * MODULES.html.sh (Compiler warning management): New section,
12759         just for this module.  More to come.
12760
12761 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
12762
12763         open-safer.c: avoid 'signed and unsigned in conditional...' warning
12764         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
12765         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
12766
12767 2008-10-16  Jim Meyering  <meyering@redhat.com>
12768
12769         openat-die.c: avoid 'no previous prototype' warning
12770         * lib/openat-die.c: Include "openat.h".
12771         Reported by Reuben Thomas <rrt@sc3d.org>.
12772
12773 2008-10-16  Simon Josefsson  <simon@josefsson.org>
12774
12775         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
12776         * lib/netdb.in.h: Fix typo.
12777         Reported by Bruno Haible  <bruno@clisp.org>
12778
12779         * lib/netdb.in.h: Include sys/socket.h for platforms without
12780         netdb.h, to get structures like hostent on MinGW.
12781         * modules/netdb (Depends-on): Add sys_socket.
12782
12783 2008-10-15  Simon Josefsson  <simon@josefsson.org>
12784
12785         * modules/netdb, modules/netdb-tests: New file.
12786         * m4/netdb_h.m4: New file.
12787         * lib/netdb.in.h: Add, currently just an empty file pending
12788         definitions.
12789         * tests/test-netdb.c: New file.
12790         * doc/posix-headers/netdb.texi: Mention that we replace it if
12791         needed.
12792         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12793         netdb.
12794
12795 2008-10-15  Simon Josefsson  <simon@josefsson.org>
12796
12797         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
12798         with code.
12799
12800 2008-10-13  Bruno Haible  <bruno@clisp.org>
12801
12802         * lib/glthread/cond.c (glthread_cond_wait_func,
12803         glthread_cond_timedwait_func): Add a comment.
12804
12805 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12806
12807         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
12808         * tests/test-select.c: Likewise,
12809
12810 2008-10-13  Bruno Haible  <bruno@clisp.org>
12811
12812         * lib/glthread/cond.c (glthread_cond_wait_func,
12813         glthread_cond_timedwait_func): Fix variable name.
12814         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12815
12816 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
12817
12818         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
12819         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
12820         struct sockaddr.sa_len.
12821         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
12822
12823 2008-10-13  Simon Josefsson  <simon@josefsson.org>
12824
12825         * build-aux/pmccabe2html: Add css and css_url parameters.
12826
12827 2008-10-12  Bruno Haible  <bruno@clisp.org>
12828
12829         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
12830         calling aclx_get.
12831         Reported by Rainer Tammer <tammer@tammer.net>.
12832
12833 2008-10-12  Bruno Haible  <bruno@clisp.org>
12834
12835         Use msvcrt aware primitives for creation/termination of Win32 threads.
12836         * lib/glthread/thread.c: Include <process.h>.
12837         (glthread_create_func): Use _beginthreadex instead of CreateThread.
12838         (wrapper_func): Update signature.
12839         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
12840
12841 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12842             Bruno Haible  <bruno@clisp.org>
12843
12844         Provide a Win32 implementation of the 'cond' module.
12845         * lib/glthread/cond.h [USE_WIN32]: New implementation.
12846         * lib/glthread/cond.c (glthread_cond_init_func,
12847         glthread_cond_wait_func, glthread_cond_timedwait_func,
12848         glthread_cond_signal_func, glthread_cond_broadcast_func,
12849         glthread_cond_destroy_func) [USE_WIN32]: New functions.
12850         * modules/cond (Dependencies): Add gettimeofday.
12851
12852 2008-10-11  Bruno Haible  <bruno@clisp.org>
12853
12854         Make sleep work on older versions of mingw.
12855         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
12856         only whether it exists.
12857         * doc/posix-functions/sleep.texi: Mention the problem with older
12858         versions of mingw.
12859
12860 2008-10-11  Bruno Haible  <bruno@clisp.org>
12861
12862         New module 'shutdown'.
12863         * modules/shutdown: New file.
12864         * lib/sys_socket.in.h (shutdown): New declaration.
12865         * lib/winsock.c (shutdown): New function.
12866         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
12867         GNULIB_SHUTDOWN.
12868         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
12869         * doc/posix-functions/shutdown.texi: Document the new module.
12870
12871 2008-10-11  Jim Meyering  <meyering@redhat.com>
12872
12873         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
12874
12875 2008-10-11  Bruno Haible  <bruno@clisp.org>
12876
12877         New module 'fclose'.
12878         * modules/fclose: New file.
12879         * lib/stdio.in.h (fclose): New declaration.
12880         * lib/fclose.c: New file.
12881         * m4/fclose.m4: New file.
12882         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
12883         REPLACE_FCLOSE.
12884         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
12885         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
12886         REPLACE_FCLOSE.
12887         * modules/close (Depends-on): fclose.
12888         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
12889
12890 2008-10-11  Bruno Haible  <bruno@clisp.org>
12891
12892         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
12893         set errno and don't call _close.
12894
12895 2008-10-10  Bruno Haible  <bruno@clisp.org>
12896
12897         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
12898         ACL, not afterwards. Fixes test failure on Cygwin.
12899
12900 2008-10-09  Ben Pfaff  <blp@gnu.org>
12901
12902         * build-aux/announce-gen: Fix gnulib version related part of usage
12903         message.  Die with a useful error message if no tarballs are
12904         found.
12905
12906 2008-10-10  Jim Meyering  <meyering@redhat.com>
12907
12908         bootstrap: use git's --depth=N option only if it's supported
12909         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
12910         recognize the --depth option.  Reported by Pádraig Brady.
12911
12912 2008-10-09  Bruno Haible  <bruno@clisp.org>
12913
12914         New module 'ioctl'.
12915         * modules/ioctl: New file.
12916         * lib/sys_socket.in.h (ioctl): Remove declaration.
12917         * lib/winsock.c: Include <sys/ioctl.h>.
12918         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
12919         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
12920         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
12921         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
12922         * doc/posix-functions/ioctl.texi: Mention the new module.
12923
12924 2008-10-09  Bruno Haible  <bruno@clisp.org>
12925
12926         New module 'sys_ioctl'.
12927         * lib/sys_ioctl.in.h: New file.
12928         * m4/sys_ioctl_h.m4: New file.
12929         * modules/sys_ioctl: New file.
12930         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
12931
12932 2008-10-09  Bruno Haible  <bruno@clisp.org>
12933
12934         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
12935         * lib/winsock.c: Include <stdarg.h>.
12936         (rpl_ioctl): Change to second argument 'int' and then varargs.
12937
12938 2008-10-09  Bruno Haible  <bruno@clisp.org>
12939
12940         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
12941         when the sys_socket module is present and the system has <winsock2.h>.
12942
12943 2008-10-09  Bruno Haible  <bruno@clisp.org>
12944
12945         * doc/posix-functions/close.texi: Mention module 'close' instead of
12946         module 'sys_socket'.
12947
12948 2008-10-09  Bruno Haible  <bruno@clisp.org>
12949
12950         * doc/glibc-headers/sys_ioctl.texi: New file.
12951         * doc/gnulib.texi: Include it.
12952
12953 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
12954             Bruno Haible  <bruno@clisp.org>
12955
12956         Combine the two replacements of 'close'.
12957         * lib/sys_socket.in.h (close): Define to a reminder to include
12958         <unistd.h>.
12959         (_gl_close_fd_maybe_socket): New declaration.
12960         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
12961         * lib/winsock.c (close): Remove undefinition.
12962         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
12963         needed for the gnulib module 'close'.
12964         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
12965         define to an error symbol or to a warning, if suitable.
12966         * lib/close.c: Include <sys/socket.h>.
12967         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
12968         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
12969         UNISTD_H_HAVE_WINSOCK2_H.
12970         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
12971         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12972         UNISTD_H_HAVE_WINSOCK2_H.
12973         * modules/sys_socket (Files): Add m4/unistd_h.m4.
12974         (configure.ac): Set a module indicator.
12975         (Makefile.am): Substitute GNULIB_CLOSE.
12976         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
12977         * modules/poll-tests (Depends-on): Add close.
12978         * modules/select-tests (Depends-on): Likewise.
12979
12980 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
12981             Bruno Haible  <bruno@clisp.org>
12982
12983         New module 'close'.
12984         * modules/close: New file.
12985         * lib/unistd.in.h (close): Move declaration out of the
12986         FCHDIR_REPLACEMENT scope.
12987         (_gl_unregister_fd): New declaration.
12988         * lib/close.c: New file.
12989         * lib/fchdir.c (rpl_close): Remove function.
12990         * m4/close.m4: New file.
12991         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
12992         close.
12993         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
12994         REPLACE_CLOSE.
12995         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
12996         REPLACE_CLOSE.
12997         * modules/fchdir (Depends-on): Add close.
12998
12999 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
13000             Bruno Haible  <bruno@clisp.org>
13001
13002         * lib/fcntl.in.h (open): Simplify conditionals.
13003         (_gl_register_fd): New declaration.
13004         * lib/fchdir.c (rpl_open): Remove function.
13005         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
13006         also.
13007         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
13008         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
13009         open.
13010
13011 2008-10-09  Jim Meyering  <meyering@redhat.com>
13012
13013         GNUmakefile: use the more name-space-friendly "_version"
13014         * top/GNUmakefile (_dummy): Update.
13015         (_version): Rename from "version".
13016
13017 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
13018             Bruno Haible  <bruno@clisp.org>
13019
13020         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
13021         rpl_close.
13022         (_gl_register_fd): New function, extracted from rpl_open.
13023         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
13024         (rpl_open, rpl_opendir): Use _gl_register_fd.
13025
13026 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
13027
13028         Fix organization of 'open' replacement.
13029         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
13030         (gl_FUNC_OPEN): Use it.
13031         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
13032
13033 2008-10-08  Bruno Haible  <bruno@clisp.org>
13034
13035         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
13036
13037 2008-10-08  Simon Josefsson  <simon@josefsson.org>
13038
13039         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
13040         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
13041         listen).
13042
13043 2008-10-08  Eric Blake  <ebb9@byu.net>
13044
13045         GNUmakefile: add 'make version' target
13046         * top/GNUmakefile (_curr-ver): Split version update rules...
13047         (version): ...into a target.
13048
13049 2008-10-07  Bruno Haible  <bruno@clisp.org>
13050
13051         Use a more portable replacement expression for -0.0L.
13052         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
13053         instead of -0.0L. Fix m4 quotation.
13054
13055         * tests/test-signbit.c: Include <float.h>.
13056         (minus_zero): New variable.
13057         (test_signbitl): Use minus_zero instead of -zero.
13058         * modules/signbit-tests (Depends-on): Add float.
13059
13060         * tests/test-ceill.c: Include <float.h>.
13061         (zero): Remove variable.
13062         (minus_zero): New variable.
13063         (main): Use minus_zero instead of -zero.
13064         * modules/ceill-tests (Depends-on): Add float.
13065
13066         * tests/test-floorl.c: Include <float.h>.
13067         (zero): Remove variable.
13068         (minus_zero): New variable.
13069         (main): Use minus_zero instead of -zero.
13070         * modules/floorl-tests (Depends-on): Add float.
13071
13072         * tests/test-roundl.c: Include <float.h>.
13073         (zero): Remove variable.
13074         (minus_zero): New variable.
13075         (main): Use minus_zero instead of -zero.
13076         * modules/roundl-tests (Depends-on): Add float.
13077
13078         * tests/test-truncl.c: Include <float.h>.
13079         (zero): Remove variable.
13080         (minus_zero): New variable.
13081         (main): Use minus_zero instead of -zero.
13082         * modules/truncl-tests (Depends-on): Add float.
13083
13084         * tests/test-frexpl.c (zero): Remove variable.
13085         (minus_zero): New variable.
13086         (main): Use minus_zero instead of -zero.
13087         * modules/frexpl-tests (Depends-on): Add float.
13088
13089         * tests/test-isnan.c (zerol): Remove variable.
13090         (minus_zerol): New variable.
13091         (test_long_double): Use minus_zerol instead of -zerol.
13092         * modules/isnan-tests (Depends-on): Add float.
13093
13094         * tests/test-isnanl.h (zero): Remove variable.
13095         (minus_zero): New variable.
13096         (main): Use minus_zero instead of -zero.
13097         * modules/isnanl-nolibm-tests (Depends-on): Add float.
13098         * modules/isnanl-tests (Depends-on): Add float.
13099
13100         * tests/test-ldexpl.c (zero): Remove variable.
13101         (minus_zero): New variable.
13102         (main): Use minus_zero instead of -zero.
13103         * modules/ldexpl-tests (Depends-on): Add float.
13104
13105         * tests/test-snprintf-posix.h (zerol): Remove variable.
13106         (minus_zerol): New variable.
13107         (test_function): Use minus_zerol instead of -zerol.
13108         * modules/snprintf-posix-tests (Depends-on): Add float.
13109         * modules/vsnprintf-posix-tests (Depends-on): Add float.
13110
13111         * tests/test-sprintf-posix.h (zerol): Remove variable.
13112         (minus_zerol): New variable.
13113         (test_function): Use minus_zerol instead of -zerol.
13114         * modules/sprintf-posix-tests (Depends-on): Add float.
13115         * modules/vsprintf-posix-tests (Depends-on): Add float.
13116
13117         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
13118         (minus_zerol): New variable.
13119         (test_function): Use minus_zerol instead of -zerol.
13120         * modules/vasnprintf-posix-tests (Depends-on): Add float.
13121
13122         * tests/test-vasprintf-posix.c (zerol): Remove variable.
13123         (minus_zerol): New variable.
13124         (test_function): Use minus_zerol instead of -zerol.
13125         * modules/vasprintf-posix-tests (Depends-on): Add float.
13126
13127 2008-10-07  Simon Josefsson  <simon@josefsson.org>
13128
13129         * MODULES.html.sh (Support for building documentation): Mention
13130         pmccabe2html.  Sort entries.
13131
13132         Add pmccabe2html module, from gnupdf.
13133         * build-aux/pmccabe.css: New file.
13134         * build-aux/pmccabe2html: New file.
13135         * m4/pmccabe2html.m4: New file.
13136         * modules/pmccabe2html: New file.
13137
13138 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
13139
13140         flock: new module
13141         * MODULES.html.sh: Add to list of modules.
13142         * lib/flock.c: flock implementation for Windows and Unix systems
13143         which have fcntl.
13144         * doc/glibc-functions/flock.texi: Update documentation.
13145         * lib/sys_file.in.h: <sys/file.h> header file.
13146         * m4/flock.m4: M4 macros.
13147         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
13148         * modules/flock: flock module.
13149         * modules/flock-tests: flock tests module.
13150         * modules/sys_file: sys/file.h module.
13151         * tests/test-flock.c: test suite for flock.
13152
13153 2008-10-06  Jim Meyering  <meyering@redhat.com>
13154
13155         bootstrap: check for LT_INIT more portably still ;-)
13156         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
13157         Spotted by Bruno Haible.
13158
13159 2008-10-06  Eric Blake  <ebb9@byu.net>
13160
13161         test-signbit: avoid tripping Irix cc bug on -0.0L
13162         * tests/test-signbit.c (minus_zerol): Delete, and replace with
13163         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
13164         entire testsuite consistent and avoids an Irix 6.2 bug.
13165
13166 2008-10-05  Bruno Haible  <bruno@clisp.org>
13167             Jim Meyering  <jim@meyering.net>
13168
13169         Add an option for ignoring EPIPE during close_stdout.
13170         * lib/closeout.h: Include <stdbool.h>.
13171         (close_stdout_set_ignore_EPIPE): New declaration.
13172         * lib/closeout.c: Include <stdbool.h>.
13173         (ignore_EPIPE): New variable.
13174         (close_stdout_set_ignore_EPIPE): New function.
13175         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
13176         * lib/close-stream.c (close_stream): Mention the possible EPIPE
13177         failure.
13178         * modules/closeout (Depends-on): Add stdbool.
13179
13180 2008-10-05  Bruno Haible  <bruno@clisp.org>
13181
13182         * modules/accept: New file.
13183         * modules/bind: New file.
13184         * modules/connect: New file.
13185         * modules/getpeername: New file.
13186         * modules/getsockname: New file.
13187         * modules/getsockopt: New file.
13188         * modules/listen: New file.
13189         * modules/recv: New file.
13190         * modules/recvfrom: New file.
13191         * modules/send: New file.
13192         * modules/sendto: New file.
13193         * modules/setsockopt: New file.
13194         * modules/socket: New file.
13195         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
13196         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
13197         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
13198         the particular module is requested. Add a link warning when the
13199         particular module is not requested.
13200         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
13201         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
13202         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
13203         the particular module is requested.
13204         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
13205         gl_SYS_SOCKET_H_DEFAULTS): New macros.
13206         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
13207         * modules/sys_socket (Depends-on): Add link-warning.
13208         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
13209         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
13210         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
13211         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
13212         GL_LINK_WARNING.
13213         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
13214         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
13215         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
13216         * doc/posix-functions/getpeername.texi: Mention the new module
13217         'getpeername'.
13218         * doc/posix-functions/getsockname.texi: Mention the new module
13219         'getsockname'.
13220         * doc/posix-functions/getsockopt.texi: Mention the new module
13221         'getsockopt'.
13222         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
13223         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
13224         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
13225         * doc/posix-functions/send.texi: Mention the new module 'send'.
13226         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
13227         * doc/posix-functions/setsockopt.texi: Mention the new module
13228         'setsockopt'.
13229         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
13230         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
13231         listen, connect, accept.
13232         * modules/select-tests (Depends-on): Likewise.
13233
13234 2008-10-05  Bruno Haible  <bruno@clisp.org>
13235
13236         * lib/winsock.c (strerror): Remove unused #undef.
13237         (rpl_close): Remove unused local variable.
13238
13239         * modules/sys_socket (Depends-on); Add errno.
13240
13241 2008-10-05  Bruno Haible  <bruno@clisp.org>
13242
13243         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
13244         (select): Add a link warning when the 'select' module is not used.
13245         * modules/sys_select (Depends-on): Add link-warning.
13246         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
13247         Suggested by Paolo Bonzini.
13248
13249 2008-10-05  Jim Meyering  <meyering@redhat.com>
13250
13251         bootstrap: check for LT_INIT more portably
13252         * build-aux/bootstrap: Avoid using grep -E, since it's not
13253         portable enough.  Suggestion from Bruno Haible.
13254
13255 2008-10-05  Bruno Haible  <bruno@clisp.org>
13256
13257         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
13258         as being fixed by gnulib.
13259
13260 2008-10-05  Bruno Haible  <bruno@clisp.org>
13261
13262         * modules/select-tests: New file, mostly copied from
13263         modules/sys_select-tests.
13264         * tests/test-select.c: New file, mostly copied from
13265         tests/test-sys_select.c.
13266         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
13267         * modules/sys_select-tests (Depends-on): Remove all dependencies.
13268         (Makefile.am): Remove test_sys_select_LDADD.
13269
13270         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
13271         to an undefined symbol, for an error message.
13272         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
13273         (gl_SYS_SELECT_H_DEFAULTS): New macro.
13274         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
13275         winsock-select.c here.
13276         * modules/sys_select (Files): Remove lib/winsock-select.c.
13277         (Depends-on): Remove alloca.
13278         (Makefile.am): Substitute GNULIB_SELECT.
13279         * modules/select: New file.
13280         * doc/posix-functions/select.texi: Update.
13281
13282 2008-10-05  Bruno Haible  <bruno@clisp.org>
13283
13284         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
13285         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
13286         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
13287         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
13288         getdtablesize.
13289         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
13290         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
13291
13292 2008-10-05  Bruno Haible  <bruno@clisp.org>
13293
13294         * modules/getdtablesize-tests: New file.
13295         * tests/test-getdtablesize.c: New file.
13296
13297         New module 'getdtablesize'.
13298         * lib/unistd.in.h (getdtablesize): New declaration.
13299         * lib/getdtablesize.c: New file.
13300         * m4/getdtablesize.m4: New file.
13301         * modules/getdtablesize: New file.
13302         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13303         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
13304         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
13305         HAVE_GETDTABLESIZE.
13306         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
13307
13308 2008-10-05  Bruno Haible  <bruno@clisp.org>
13309
13310         * modules/sched (Makefile.am): Fix typo.
13311         Reported by Simon Josefsson.
13312
13313 2008-10-05  Jim Meyering  <meyering@redhat.com>
13314
13315         bootstrap: check for LT_INIT, too
13316         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
13317         are deprecated.  Suggestion from Ralf Wildenhues.
13318
13319 2008-10-05  Bruno Haible  <bruno@clisp.org>
13320
13321         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
13322         overriding them by ours.
13323         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
13324
13325 2008-10-05  Jim Meyering  <meyering@redhat.com>
13326
13327         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
13328         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
13329         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
13330
13331 2008-10-04  Bruno Haible  <bruno@clisp.org>
13332
13333         * modules/dup2 (License): Change to LGPLv2+.
13334         * modules/sleep (License): Likewise.
13335         * modules/perror (License): Likewise.
13336         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
13337         Blake.
13338         * modules/signal (License): Likewise.
13339         * modules/sigprocmask (License): Likewise.
13340         * modules/raise (License): Change to LGPLv2+, with approval by Jim
13341         Meyering.
13342
13343 2008-10-04  Bruno Haible  <bruno@clisp.org>
13344
13345         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
13346         Reported by Rainer Tammer <tammer@tammer.net>.
13347
13348 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
13349             Bruno Haible  <bruno@clisp.org>
13350
13351         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
13352         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
13353         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
13354
13355 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
13356
13357         filevercmp: new module
13358         * lib/filevercmp.h: New function filevercmp comparing version strings.
13359         * lib/filevercmp.c: Implementation of filevercmp function.
13360         * modules/filevercmp: Module metadata.
13361         * tests/test-filevercmp.c: Unit test for new module.
13362         * modules/filevercmp-tests: Unit test metadata.
13363         * MODULES.html.sh: Add filevercmp module.
13364
13365 2008-10-03  Bruno Haible  <bruno@clisp.org>
13366
13367         * lib/c-ctype.h: Add comment.
13368         Reported by Jim Meyering.
13369
13370 2008-10-02  Bruno Haible  <bruno@clisp.org>
13371
13372         * modules/posix_spawn-internal (Depends-on): Add 'open'.
13373
13374 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
13375
13376         * build-aux/bootstrap: Allow renaming bootstrap, and change the
13377         name of bootstrap.conf accordingly.
13378
13379 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
13380
13381         * build-aux/bootstrap: Install git-merge-changelog configuration
13382         items into .gitconfig if needed.
13383
13384 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
13385
13386         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
13387         git repository, and initialize/update it accordingly.
13388
13389 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
13390
13391         * modules/fsync-tests: New file.
13392         * tests/test-fsync.c: New file.
13393
13394         New module 'fsync'.
13395         * lib/fsync.c: New file.
13396         * m4/fsync.m4: New file.
13397         * modules/fsync: New file.
13398         * lib/unistd.in.h (fsync): New declaration.
13399         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
13400         GNULIB_FSYNC and HAVE_FSYNC.
13401         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
13402         * MODULES.html.sh (posix_functions): Add fsync.
13403         * doc/posix-functions/fsync.texi: Mention the new module.
13404
13405 2008-10-02  Jim Meyering  <meyering@redhat.com>
13406
13407         fts.c: sync with similar code from coreutils' remove.c
13408         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
13409         Guard also with "#if defined __linux__", since for now at least,
13410         this code is Linux-kernel-specific.
13411
13412 2008-10-02  Jim Meyering  <meyering@redhat.com>
13413
13414         fts: bug fixes
13415         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
13416         Include <sys/vfs.h>, not <sys/statfs.h>.
13417
13418         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
13419         Include <sys/vfs.h>, not <sys/statfs.h>.
13420
13421 2008-10-01  Bruno Haible  <bruno@clisp.org>
13422
13423         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
13424         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
13425         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
13426         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
13427         * doc/posix-functions/posix_spawnp.texi: Likewise.
13428         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
13429         whether posix_spawn actually works.
13430         * m4/pipe.m4 (gl_PIPE): Likewise.
13431         * modules/execute (Files): Add m4/posix_spawn.m4.
13432         * modules/pipe (Files): Add m4/posix_spawn.m4.
13433         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
13434
13435 2008-10-01  Jim Meyering  <meyering@redhat.com>
13436
13437         remove trailing spaces
13438         * NEWS: Likewise.
13439         * lib/poll.c (poll): Likewise.
13440         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
13441         * lib/winsock.c (rpl_close): Likewise.
13442         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
13443         * modules/yield: Likewise.
13444         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
13445         * tests/test-sys_select.c (connect_to_socket): Likewise.
13446
13447         fts.c: adjust a new interface to be more generally useful
13448         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
13449         (fts_build): Adjust caller.
13450
13451 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13452
13453         * modules/cond-tests: New file.
13454         * tests/test-cond.c: New file.
13455
13456 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13457             Bruno Haible  <bruno@clisp.org>
13458
13459         * modules/cond (Dependencies): Add errno, time.
13460         * lib/glthread/cond.h: Include <time.h>.
13461         (gl_cond_define, gl_cond_define_initialized): Use the same definition
13462         across platforms.
13463
13464 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13465             Bruno Haible  <bruno@clisp.org>
13466
13467         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
13468
13469 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13470             Bruno Haible  <bruno@clisp.org>
13471
13472         * modules/tls-tests (Depends-on): Add thread, yield.
13473         (configure.ac): Remove all checks.
13474         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
13475         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
13476         gl_thread_self): Remove definitions. Include glthread/thread.h and
13477         glthread/yield.h instead.
13478         (test_tls): Pass an additional NULL argument to gl_thread_join.
13479
13480 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13481             Bruno Haible  <bruno@clisp.org>
13482
13483         * modules/lock-tests (Depends-on): Add thread, yield.
13484         (configure.ac): Remove all checks.
13485         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
13486         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
13487         gl_thread_self): Remove definitions. Include glthread/thread.h and
13488         glthread/yield.h instead.
13489         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
13490         additional NULL argument to gl_thread_join.
13491
13492 2008-09-30  Bruno Haible  <bruno@clisp.org>
13493
13494         Fix the Win32 implementation of the 'thread' module.
13495         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
13496         pointer type.
13497         (gl_thread_self): Invoke gl_thread_self_func.
13498         (gl_thread_self_func): New declaration.
13499         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
13500         (do_init_self_key, init_self_key): New functions.
13501         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
13502         Remove some fields.
13503         (running_threads, running_lock): Remove variables.
13504         (get_current_thread_handle): New function.
13505         (gl_thread_self_func, wrapper_func, glthread_create_func,
13506         glthread_join_func, gl_thread_exit_func): Largely rewritten and
13507         simplified.
13508
13509 2008-09-30  Bruno Haible  <bruno@clisp.org>
13510
13511         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
13512         files.
13513
13514 2008-09-30  Jim Meyering  <meyering@redhat.com>
13515
13516         fts.m4: correct the test for statfs.f_type
13517         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
13518         when checking for statfs.f_type.
13519
13520 2008-09-15  Simon Josefsson  <simon@josefsson.org>
13521
13522         tests: avoid some compiler warnings
13523         * tests/test-memchr.c (main): Pass NULL indirectly.
13524         * tests/test-getdate.c (main): Remove unused variable 'ret'.
13525
13526 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
13527
13528         getdate.y: disallow countable dayshifts like "4 yesterday ago"
13529         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
13530         exactly specified dayshifts.
13531         (dayshift): New rule.
13532         (rel): Add dayshift.
13533         (relative_time_table) [tomorrow, yesterday, today, now]:
13534         Use tDAY_SHIFT in place of tDAY_UNIT.
13535         * tests/test-getdate.c: Add tests for now-disallowed countable
13536         dayshifts, e.g., "4 yesterday ago".
13537
13538 2008-09-29  Bruno Haible  <bruno@clisp.org>
13539
13540         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
13541         * tests/test-posix_spawn1.in.sh: Renamed from
13542         tests/test-posix_spawn.in.sh.
13543         * tests/test-posix_spawn2.c: New file.
13544         * tests/test-posix_spawn2.in.sh: New file.
13545         * modules/posix_spawnp-tests (Files): Update.
13546         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
13547
13548 2008-09-29  Bruno Haible  <bruno@clisp.org>
13549
13550         Propagate effects of putenv/setenv/unsetenv to child processes.
13551         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
13552         * lib/pipe.c (create_pipe): Likewise.
13553
13554 2008-09-29  Bruno Haible  <bruno@clisp.org>
13555
13556         Enable use of shell scripts as executables in mingw.
13557         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
13558         run the program as a shell script.
13559         * lib/pipe.c (create_pipe): Likewise.
13560         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
13561         resulting array.
13562
13563 2008-09-29  Eric Blake  <ebb9@byu.net>
13564
13565         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
13566
13567 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
13568
13569         * doc/posix-functions/accept.texi: Update mingw problems.
13570         * doc/posix-functions/bind.texi: Update mingw problems.
13571         * doc/posix-functions/close.texi: Update mingw problems.
13572         * doc/posix-functions/connect.texi: Update mingw problems.
13573         * doc/posix-functions/getpeername.texi: Update mingw problems.
13574         * doc/posix-functions/getsockname.texi: Update mingw problems.
13575         * doc/posix-functions/getsockopt.texi: Update mingw problems.
13576         * doc/posix-functions/ioctl.texi: Update mingw problems.
13577         * doc/posix-functions/listen.texi: Update mingw problems.
13578         * doc/posix-functions/recv.texi: Update mingw problems.
13579         * doc/posix-functions/recvfrom.texi: Update mingw problems.
13580         * doc/posix-functions/select.texi: Update mingw problems.
13581         * doc/posix-functions/send.texi: Update mingw problems.
13582         * doc/posix-functions/sendto.texi: Update mingw problems.
13583         * doc/posix-functions/setsockopt.texi: Update mingw problems.
13584         * doc/posix-functions/socket.texi: Update mingw problems.
13585
13586 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
13587             Bruno Haible  <bruno@clisp.org>
13588
13589         * lib/sys_select.in.h: Include sys/time.h.
13590         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
13591         * modules/sys_select: Depend on sys_time.
13592         * tests/test-sys_select.c: Test that sys/select.h defines struct
13593         timeval fully.
13594
13595 2008-09-29  Bruno Haible  <bruno@clisp.org>
13596
13597         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
13598         * lib/sys_select.in.h: Likewise.
13599
13600 2008-09-29  Bruno Haible  <bruno@clisp.org>
13601
13602         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
13603
13604 2008-09-29  Bruno Haible  <bruno@clisp.org>
13605
13606         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
13607         Set LIBSOCKET instead of augmenting LIBS.
13608         * modules/sockets (Link): New section.
13609         * modules/sockets-tests (test_sockets_LDADD): New variable.
13610         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
13611         * modules/poll-tests (test_poll_LDADD): New variable.
13612         * NEWS: Document the change.
13613
13614 2008-09-29  Bruno Haible  <bruno@clisp.org>
13615
13616         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
13617         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
13618         ARPA_INET_H directly.
13619         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
13620
13621 2008-09-28  Bruno Haible  <bruno@clisp.org>
13622
13623         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
13624         from gl_HEADER_SYS_SOCKET.
13625         (gl_HEADER_SYS_SOCKET): Invoke it.
13626         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
13627
13628 2008-09-28  Bruno Haible  <bruno@clisp.org>
13629
13630         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
13631         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
13632         Needed on OSF/1 4.0.
13633
13634 2008-09-28  Bruno Haible  <bruno@clisp.org>
13635
13636         Override open more carefully.
13637         * lib/open.c (orig_open): New function.
13638         (rpl_open): Use orig_open instead of open.
13639         * lib/fcntl.in.h: Add special invocation convention.
13640         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
13641         (gl_FUNC_OPEN): Invoke it.
13642
13643         Override freopen more carefully.
13644         * lib/freopen.c (orig_freopen): New function.
13645         (rpl_freopen): Use orig_freopen instead of freopen.
13646         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
13647         (gl_FUNC_FREOPEN): Invoke it.
13648
13649         Override fopen more carefully.
13650         * lib/fopen.c (orig_fopen): New function.
13651         (rpl_fopen): Use orig_fopen instead of fopen.
13652         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
13653         (gl_FUNC_FOPEN): Invoke it.
13654         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
13655
13656 2008-09-28  Bruno Haible  <bruno@clisp.org>
13657
13658         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
13659         SIGPIPE.
13660
13661 2008-09-28  Bruno Haible  <bruno@clisp.org>
13662
13663         * tests/test-sigaction.c (handler, main): Disable the check whether
13664         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
13665         glibc systems with LinuxThreads.
13666
13667 2008-09-28  Bruno Haible  <bruno@clisp.org>
13668
13669         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
13670
13671         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
13672         with AIX xlc.
13673         * lib/fcntl.in.h (open): Likewise.
13674         Reported by Rainer Tammer <tammer@tammer.net>.
13675
13676 2008-09-28  Bruno Haible  <bruno@clisp.org>
13677
13678         * modules/posix_spawnp-tests: New file.
13679         * tests/test-posix_spawn.c: New file.
13680         * tests/test-posix_spawn.in.sh: New file.
13681
13682         New module 'posix_spawnp'.
13683         * modules/posix_spawnp: New file.
13684         * lib/spawnp.c: New file, from GNU libc with modifications.
13685         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
13686
13687         New module 'posix_spawn'.
13688         * modules/posix_spawn: New file.
13689         * lib/spawn.c: New file, from GNU libc with modifications.
13690         * doc/posix-functions/posix_spawn.texi: Mention the new module.
13691
13692         New module 'posix_spawnattr_destroy'.
13693         * modules/posix_spawnattr_destroy: New file.
13694         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
13695         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
13696         module.
13697
13698         New module 'posix_spawnattr_setsigmask'.
13699         * modules/posix_spawnattr_setsigmask: New file.
13700         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
13701         modifications.
13702         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
13703         new module.
13704
13705         New module 'posix_spawnattr_getsigmask'.
13706         * modules/posix_spawnattr_getsigmask: New file.
13707         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
13708         modifications.
13709         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
13710         new module.
13711
13712         New module 'posix_spawnattr_setsigdefault'.
13713         * modules/posix_spawnattr_setsigdefault: New file.
13714         * lib/spawnattr_setdefault.c: New file, from GNU libc with
13715         modifications.
13716         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
13717         new module.
13718
13719         New module 'posix_spawnattr_getsigdefault'.
13720         * modules/posix_spawnattr_getsigdefault: New file.
13721         * lib/spawnattr_getdefault.c: New file, from GNU libc with
13722         modifications.
13723         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
13724         new module.
13725
13726         New module 'posix_spawnattr_setschedpolicy'.
13727         * modules/posix_spawnattr_setschedpolicy: New file.
13728         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
13729         modifications.
13730         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
13731         new module.
13732
13733         New module 'posix_spawnattr_getschedpolicy'.
13734         * modules/posix_spawnattr_getschedpolicy: New file.
13735         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
13736         modifications.
13737         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
13738         new module.
13739
13740         New module 'posix_spawnattr_setschedparam'.
13741         * modules/posix_spawnattr_setschedparam: New file.
13742         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
13743         modifications.
13744         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
13745         new module.
13746
13747         New module 'posix_spawnattr_getschedparam'.
13748         * modules/posix_spawnattr_getschedparam: New file.
13749         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
13750         modifications.
13751         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
13752         new module.
13753
13754         New module 'posix_spawnattr_setpgroup'.
13755         * modules/posix_spawnattr_setpgroup: New file.
13756         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
13757         modifications.
13758         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
13759         module.
13760
13761         New module 'posix_spawnattr_getpgroup'.
13762         * modules/posix_spawnattr_getpgroup: New file.
13763         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
13764         modifications.
13765         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
13766         module.
13767
13768         New module 'posix_spawnattr_setflags'.
13769         * modules/posix_spawnattr_setflags: New file.
13770         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
13771         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
13772         module.
13773
13774         New module 'posix_spawnattr_getflags'.
13775         * modules/posix_spawnattr_getflags: New file.
13776         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
13777         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
13778         module.
13779
13780         New module 'posix_spawnattr_init'.
13781         * modules/posix_spawnattr_init: New file.
13782         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
13783         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
13784         module.
13785
13786         New module 'posix_spawn_file_actions_destroy'.
13787         * modules/posix_spawn_file_actions_destroy: New file.
13788         * lib/spawn_faction_destroy.c: New file, from GNU libc with
13789         modifications.
13790         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
13791         the new module.
13792
13793         New module 'posix_spawn_file_actions_addopen'.
13794         * modules/posix_spawn_file_actions_addopen: New file.
13795         * lib/spawn_faction_addopen.c: New file, from GNU libc with
13796         modifications.
13797         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
13798         the new module.
13799
13800         New module 'posix_spawn_file_actions_adddup2'.
13801         * modules/posix_spawn_file_actions_adddup2: New file.
13802         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
13803         modifications.
13804         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
13805         the new module.
13806
13807         New module 'posix_spawn_file_actions_addclose'.
13808         * modules/posix_spawn_file_actions_addclose: New file.
13809         * lib/spawn_faction_addclose.c: New file, from GNU libc with
13810         modifications.
13811         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
13812         the new module.
13813
13814         New module 'posix_spawn_file_actions_init'.
13815         * modules/posix_spawn_file_actions_init: New file.
13816         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
13817         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
13818         new module.
13819
13820         New module 'posix_spawn-internal'.
13821         * modules/posix_spawn-internal: New file.
13822         * lib/spawn_int.h: New file, from GNU libc with modifications.
13823         * lib/spawni.c: New file, from GNU libc with modifications.
13824         * m4/posix_spawn.m4: New file.
13825
13826         New module 'spawn'.
13827         * modules/spawn: New file.
13828         * lib/spawn.in.h: New file, from GNU libc with modifications.
13829         * m4/spawn_h.m4: New file.
13830         * doc/posix-headers/spawn.texi: Mention the new module.
13831
13832 2008-09-28  Bruno Haible  <bruno@clisp.org>
13833
13834         * modules/sched-tests: New file.
13835         * tests/test-sched.c: New file.
13836
13837         New module 'sched'.
13838         * modules/sched: New file.
13839         * lib/sched.in.h: New file.
13840         * m4/sched_h.m4: New file.
13841         * doc/posix-headers/sched.texi: Mention the new module.
13842
13843 2008-09-27  Eric Blake  <ebb9@byu.net>
13844
13845         Fix previous patch, and tweak references to $0.
13846         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
13847         (func_version, func_gnulib_dir): Don't call this program
13848         gnulib-tool.
13849         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
13850         with using $0 in function.
13851         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
13852         (func_fatal_error): Reuse the name the user invoked us with.
13853
13854 2008-09-27  Bruno Haible  <bruno@clisp.org>
13855
13856         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
13857         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
13858         (gl_ICONV_H): Not here.
13859         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
13860         instead of assigning ICONV_H directly.
13861
13862         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
13863         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
13864         WCHAR_H directly.
13865
13866 2008-09-27  Bruno Haible  <bruno@clisp.org>
13867
13868         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
13869         * modules/arpa_inet (Depends-on): Add link-warning.
13870         (Makefile.am): Insert the definition of GL_LINK-WARNING.
13871         * modules/unistd (Makefile.am): Likewise.
13872
13873 2008-09-26  Bruno Haible  <bruno@clisp.org>
13874
13875         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
13876         variables.
13877         (func_version): Essentially copied from gnulib-tool.
13878         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
13879         func_readlink): Copied from gnulib-tool.
13880
13881 2008-09-26  Bruno Haible  <bruno@clisp.org>
13882
13883         * gnulib-tool (func_version): Change directory to $gnulib_dir before
13884         invoking git-version-gen.
13885
13886 2008-09-26  Bruno Haible  <bruno@clisp.org>
13887
13888         * posix-modules: Update to directory names changed on 2008-01-19.
13889         Remove commas in output before splitting into words. No more need to
13890         avoid 'ftruncate' since 2007-02-19.
13891
13892 2008-09-26  Bruno Haible  <bruno@clisp.org>
13893
13894         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
13895
13896 2008-09-26  Bruno Haible  <bruno@clisp.org>
13897
13898         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
13899         * modules/fwriteerror (Depends-on): Add errno.
13900
13901 2008-09-26  Bruno Haible  <bruno@clisp.org>
13902
13903         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
13904         * tests/test-vc-list-files-cvs.sh: Likewise.
13905
13906 2008-09-26  Bruno Haible  <bruno@clisp.org>
13907
13908         * doc/posix-headers/sys_resource.texi: Reorder items.
13909
13910 2008-09-26  Jim Meyering  <meyering@redhat.com>
13911
13912         fts: tweak inode comparison function
13913         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
13914         inode numbers, as documented.
13915
13916         fts: sort dirent entries on inode number before traversing
13917         This avoids a quadratic, seek-related performance penalty when
13918         operating on a directory containing many entries (measurable at 10k;
13919         3.5 hours at 2 million entries with a cold cache) on certain types
13920         of file systems, including ext3 and ext4, but not tmpfs.
13921         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
13922         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
13923         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
13924         (fs_handles_readdir_ordered_dirents_efficiently): New function.
13925         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
13926         (fts_build): Set the stat.st_ino member from D_INO.
13927         If it is likely to be useful, sort dirent entries on inode number.
13928
13929         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
13930         and the struct statfs.f_type member.
13931         * modules/fts (Depends-on): Add d-ino.
13932
13933 2008-09-26  Bruno Haible  <bruno@clisp.org>
13934
13935         * modules/sigpipe-die (Depends-on): Add sigpipe.
13936
13937         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
13938         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
13939         and GNULIB_STDIO_H_SIGPIPE are set.
13940         * lib/stdio-write.c: New file.
13941         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
13942         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
13943         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
13944         REPLACE_STDIO_WRITE_FUNCS.
13945         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
13946         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
13947         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
13948         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
13949         * modules/stdio (Files): Add lib/stdio-write.c.
13950         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
13951         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
13952         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
13953         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
13954         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
13955         REPLACE_FPRINTF_POSIX.
13956         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
13957         REPLACE_PRINTF_POSIX.
13958         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
13959         REPLACE_VFPRINTF_POSIX.
13960         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
13961         REPLACE_VPRINTF_POSIX.
13962         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
13963         SIGPIPE issue.
13964         * doc/posix-functions/fputc.texi: Likewise.
13965         * doc/posix-functions/fputs.texi: Likewise.
13966         * doc/posix-functions/fwrite.texi: Likewise.
13967         * doc/posix-functions/printf.texi: Likewise.
13968         * doc/posix-functions/putc.texi: Likewise.
13969         * doc/posix-functions/putchar.texi: Likewise.
13970         * doc/posix-functions/puts.texi: Likewise.
13971         * doc/posix-functions/vfprintf.texi: Likewise.
13972         * doc/posix-functions/vprintf.texi: Likewise.
13973
13974         * modules/safe-write (Depends-on): Add write.
13975
13976         * modules/sigpipe-tests: New file.
13977         * tests/test-sigpipe.c: New file.
13978         * tests/test-sigpipe.sh: New file.
13979
13980         * modules/write: New file.
13981         * lib/unistd.in.h: Include <sys/types.h>.
13982         (write): New declaration.
13983         * lib/write.c: New file.
13984         * m4/write.m4: New file.
13985         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13986         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
13987         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
13988         GNULIB_WRITE, REPLACE_WRITE.
13989         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
13990         and the SIGPIPE issue.
13991
13992         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
13993         (raise): New declaration.
13994         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
13995         (ext_signal): New function.
13996         (rpl_raise): New function.
13997         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
13998         GNULIB_SIGNAL_H_SIGPIPE.
13999         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
14000         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
14001
14002         * modules/sigpipe: New file.
14003         * m4/sigpipe.m4: New file.
14004
14005 2008-09-25  Derek Price  <derek@ximbiot.com>
14006             Bruno Haible  <bruno@clisp.org>
14007
14008         * gnulib-tool (func_import): Report all license incompatibilities, not
14009         just the first one.
14010
14011 2008-09-25  Bruno Haible  <bruno@clisp.org>
14012
14013         * gnulib-tool (func_import): When computing the edits, consider not
14014         only the Makefile.ams that exist but also those that will be generated.
14015
14016 2008-09-25  Simon Josefsson  <simon@josefsson.org>
14017
14018         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
14019         fixes gnulib-tool --test warning about duplicate dependency.
14020
14021 2008-09-25  Bruno Haible  <bruno@clisp.org>
14022
14023         * gnulib-tool: Don't ask the user to perform edits in the generated
14024         Makefile.ams.
14025         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
14026         apply to the Makefile.am being generated.
14027         (func_emit_tests_Makefile_am): Execute edits that apply to the
14028         Makefile.am being generated.
14029         (func_import): Setup list of Makefile.am edits before emitting the
14030         Makefile.ams, not at the end.
14031         (func_create_testdir): Update.
14032         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14033
14034 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14035
14036         * gnulib-tool (func_import): Store the --tests-base option in the
14037         comment in gnulib-cache.m4.
14038
14039 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
14040
14041         * NEWS: Document increased portability that sys_select now provides.
14042
14043         * lib/sys_select.in.h: Install select wrapper.
14044         * lib/sys_socket.in.h: Use more descriptive name when there is no
14045         select wrapper.
14046         * lib/winsock-select.c: New.
14047         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
14048         Require gl_HEADER_SYS_SOCKET.
14049         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
14050         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
14051         * tests/test-sys_select.c: Add functional tests.
14052
14053 2008-09-24  Eric Blake  <ebb9@byu.net>
14054
14055         open, fopen: close fd leak in last patch
14056         * lib/open.c (rpl_open): Close fd before returning error.
14057         * lib/fopen.c (rpl_fopen): Close fd before returning error.
14058         * doc/posix-functions/open.texi (open): Document that Irix also
14059         has the bug.
14060         * doc/posix-functions/fopen.texi (fopen): Likewise.
14061         Reported by Paolo Bonzini.
14062
14063 2008-09-24  Bruno Haible  <bruno@clisp.org>
14064
14065         Ensure that a filename ending in a slash cannot be used to access a
14066         non-directory.
14067         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
14068         to check whether it's really a directory.
14069         * lib/fopen.c: Include fcntl.h, unistd.h.
14070         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
14071         and fdopen().
14072         * modules/fopen (Depends-on): Add unistd.
14073         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
14074         * tests/test-fopen.c (main): Likewise.
14075         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
14076         * doc/posix-functions/fopen.texi: Likewise.
14077         Reported by Eric Blake.
14078
14079 2008-09-23  Eric Blake  <ebb9@byu.net>
14080
14081         c-stack: avoid compiler optimizations when provoking overflow
14082         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
14083         recursion harder to optimize, to ensure a stack overflow occurs.
14084         * tests/test-c-stack.c (recurse): Likewise.
14085         Borrowed from libsigsegv.
14086
14087         c-stack: work around Irix sigaltstack bug
14088         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
14089         whether sigaltstack uses wrong end of stack_t (copied in part from
14090         libsigsegv).
14091         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
14092         Irix bug, without requiring an over-allocation.
14093         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
14094         bug.
14095
14096         fopen: document mingw bug on directories
14097         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
14098         not allowing a stream visiting a directory, even though reading
14099         from such a stream is not portable.
14100
14101 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
14102
14103         * lib/poll.c: Rewrite.
14104         * modules/poll: Depend on alloca.
14105
14106 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
14107
14108         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
14109         instead define prototypes for a full set of wrappers.  Ensure
14110         that Cygwin does not use the compatibility code, which is only
14111         for MinGW.
14112         * lib/winsock.c: New.
14113         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
14114         * modules/sys_socket: Add lib/winsock.c.
14115
14116         * modules/poll-tests: Add errno and perror.
14117         * tests/test-poll.c: Use ioctl, not ioctlsocket.
14118
14119 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
14120
14121         * tests/test-poll.c: Downgrade minimum needed Winsock version.
14122
14123 2008-09-23  Bruno Haible  <bruno@clisp.org>
14124
14125         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
14126         * doc/glibc-functions/*: Likewise.
14127
14128 2008-09-23  Simon Josefsson  <simon@josefsson.org>
14129
14130         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
14131         success.
14132
14133 2008-09-22  Eric Blake  <ebb9@byu.net>
14134             Bruno Haible  <bruno@clisp.org>
14135
14136         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
14137         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
14138         supply %A but mishandle pseudo-NaN.
14139         Reported by Simon Josefsson.
14140
14141 2008-09-21  Bruno Haible  <bruno@clisp.org>
14142
14143         * tests/test-lock.c (main): Tweak skip message.
14144         * tests/test-tls.c (main): Likewise.
14145
14146 2008-09-21  Bruno Haible  <bruno@clisp.org>
14147
14148         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
14149         whether 'struct sigaction' has sa_sigaction here...
14150         (gl_PREREQ_SIG_HANDLER_H): ... not here.
14151         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
14152
14153 2008-09-21  Bruno Haible  <bruno@clisp.org>
14154
14155         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
14156         section.
14157         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
14158         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
14159         the new section.
14160         (Support for obsolete systems lacking POSIX:2001): New section.
14161         (String handling <string.h>): Move strdup to the new section.
14162         Suggested by Simon Josefsson and Paolo Bonzini.
14163
14164 2008-09-21  Bruno Haible  <bruno@clisp.org>
14165
14166         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
14167         exponents in %e and %g results on 'long double'. Needed for mingw's
14168         improved *printf functions.
14169         * tests/test-vasprintf-posix.c (test_function): Likewise.
14170         * tests/test-snprintf-posix.h (test_function): Likewise.
14171         * tests/test-sprintf-posix.h (test_function): Likewise.
14172         Reported by Eric Blake.
14173
14174 2008-09-21  Bruno Haible  <bruno@clisp.org>
14175
14176         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
14177         * tests/test-sprintf-posix.h (test_function): Likewise.
14178
14179 2008-09-21  Bruno Haible  <bruno@clisp.org>
14180
14181         * modules/getpass (Depends-on): Add strdup-posix.
14182
14183         New module 'strdup-posix'.
14184         * modules/strdup-posix: New file.
14185         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
14186         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
14187         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
14188         REPLACE_STRDUP.
14189         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
14190         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
14191         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14192         strdup-posix.
14193
14194         * modules/strdup (Depends-on): Remove malloc-posix.
14195
14196 2008-09-20  Bruno Haible  <bruno@clisp.org>
14197
14198         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
14199         Wildenhues.
14200
14201 2008-09-20  Bruno Haible  <bruno@clisp.org>
14202
14203         Ensure that wint_t gets defined on IRIX 5.3.
14204         * lib/wchar.in.h (wint_t): Define if not defined by the system.
14205         * lib/wctype.in.h (wint_t): Likewise.
14206         (__wctype_wint_t): Remove type.
14207         (isw*): Use wint_t instead of __wctype_wint_t.
14208         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
14209         * modules/wchar (Files): Add m4/wint_t.m4.
14210         (Makefile.am): Substitute HAVE_WINT_T.
14211         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
14212         * tests/test-wctype.c: Check that wint_t is defined.
14213         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
14214         * doc/posix-headers/wctype.texi: Likewise.
14215         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14216
14217 2008-09-18  Bruno Haible  <bruno@clisp.org>
14218
14219         * gnulib-tool (func_exit): Update comment.
14220
14221 2008-09-18  Simon Josefsson  <simon@josefsson.org>
14222
14223         * modules/getaddrinfo (Depends-on): Remove strdup, this module
14224         assumes strdup exists and does not depend on strdup to return
14225         ENOMEM on out of memory conditions.
14226
14227 2008-09-18  Bruno Haible  <bruno@clisp.org>
14228
14229         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
14230         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
14231         digits for the exponent.
14232
14233 2008-09-18  Jim Meyering  <meyering@redhat.com>
14234             Bruno Haible  <bruno@clisp.org>
14235
14236         * lib/vasnprintf.c (decimal_point_char): Define also if
14237         NEED_PRINTF_INFINITE_LONG_DOUBLE.
14238
14239 2008-09-16  Bruno Haible  <bruno@clisp.org>
14240         and Eric Blake  <ebb9@byu.net>
14241
14242         vasnprintf: support Irix 5.3
14243         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
14244         that mishandle long double infinity.
14245         Reported by Tom G. Christensen.
14246
14247 2008-09-16  Bruno Haible  <bruno@clisp.org>
14248
14249         * doc/glibc-functions/scandir.texi: Mention the function is missing on
14250         Solaris 9.
14251         * doc/glibc-functions/alphasort.texi: Likewise.
14252         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
14253
14254 2008-09-16  Jim Meyering  <meyering@redhat.com>
14255
14256         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
14257         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
14258         a umask modification leak out of a subshell.  Otherwise, the
14259         opensolaris /bin/sh would be accepted and thus cause unwarranted
14260         failures in the coreutils test suite.
14261
14262 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
14263
14264         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
14265         to succeed.
14266
14267 2008-09-16  Jim Meyering  <meyering@redhat.com>
14268
14269         avoid spurious test failure when library is built without ACL support
14270         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
14271         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
14272         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
14273         * tests/test-copy-acl.sh: Likewise.
14274
14275 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14276
14277         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
14278         based on character occurrence counts.
14279
14280 2008-09-15  Eric Blake  <ebb9@byu.net>
14281
14282         tests: avoid some compiler warnings
14283         * tests/test-memchr.c (main): Pass NULL indirectly.
14284         * tests/test-closein.c (main): Avoid unused variable.
14285
14286 2008-09-15  Bruno Haible  <bruno@clisp.org>
14287
14288         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
14289         are missing on OpenBSD 4.0 individually.
14290         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14291
14292 2008-09-15  Bruno Haible  <bruno@clisp.org>
14293
14294         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
14295         * doc/posix-functions/strerror.texi: Mention also Cygwin.
14296         * doc/posix-functions/perror.texi: Likewise.
14297         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
14298         is missing.
14299         Reported by Eric Blake.
14300
14301         * lib/errno.in.h: Use replacement values >= 2000.
14302         Reported by Eric Blake.
14303
14304 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14305
14306         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
14307         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
14308         limit.
14309         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
14310         compareseq was aborted.
14311
14312 2008-09-14  Bruno Haible  <bruno@clisp.org>
14313
14314         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
14315         yvec_edit_count.
14316         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
14317         (fstrcmp_bounded): Simplify result computation accordingly.
14318
14319 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14320
14321         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
14322         (fstrcmp): Define in terms of fstrcmp_bounded.
14323         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
14324         lower_bound argument.
14325         Return quickly if the result is certainly < lower_bound.
14326         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
14327
14328 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14329
14330         * lib/diffseq.h (EARLY_ABORT): New macro.
14331         (compareseq): Change return type to bool. Return true when EARLY_ABORT
14332         evaluates to true.
14333
14334 2008-09-14  Bruno Haible  <bruno@clisp.org>
14335
14336         * modules/perror-tests: New file.
14337         * tests/test-perror.sh: New file.
14338         * tests/test-perror.c: New file.
14339
14340         New module 'perror'.
14341         * lib/stdio.in.h (perror): New declaration.
14342         * lib/perror.c: New file.
14343         * m4/perror.m4: New file.
14344         * modules/perror: New file.
14345         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
14346         * doc/posix-functions/perror.texi: Mention the perror module.
14347         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
14348         REPLACE_PERROR.
14349         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
14350         REPLACE_PERROR.
14351
14352 2008-09-14  Bruno Haible  <bruno@clisp.org>
14353
14354         * modules/stdio (Makefile.am): Reorder to match the order in
14355         lib/stdio.in.h.
14356         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14357
14358 2008-09-13  Bruno Haible  <bruno@clisp.org>
14359
14360         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
14361
14362 2008-09-13  Bruno Haible  <bruno@clisp.org>
14363
14364         Extend strerror to cover the added errno values.
14365         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
14366         (rpl_strerror): Provide error messages for the added errno values and
14367         for the WSA* values.
14368         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
14369         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
14370         strerror.
14371         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
14372         * modules/strerror (Depends-on): Add errno.
14373         * doc/posix-functions/strerror.texi: Document the change.
14374         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
14375         and EOVERFLOW.
14376
14377 2008-09-13  Bruno Haible  <bruno@clisp.org>
14378
14379         * modules/EOVERFLOW: Remove file.
14380         * m4/eoverflow.m4: Remove file.
14381         * modules/EOVERFLOW-tests: Remove file.
14382         * tests/test-EOVERFLOW.c: Remove file.
14383         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
14384         * modules/ftell (Depends-on): Likewise.
14385         * modules/getdelim (Depends-on): Likewise.
14386         * modules/getugroups (Depends-on): Likewise.
14387         * modules/poll (Depends-on): Likewise.
14388         * modules/snprintf (Depends-on): Likewise.
14389         * modules/sprintf-posix (Depends-on): Likewise.
14390         * modules/vasnprintf (Depends-on): Likewise.
14391         * modules/vasprintf (Depends-on): Likewise.
14392         * modules/vfprintf-posix (Depends-on): Likewise.
14393         * modules/vsnprintf (Depends-on): Likewise.
14394         * modules/vsprintf-posix (Depends-on): Likewise.
14395         * modules/xvasprintf (Depends-on): Likewise.
14396         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14397         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
14398         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
14399         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
14400         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14401         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
14402         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
14403         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
14404         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14405         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
14406         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
14407         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
14408         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14409         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
14410         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
14411         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
14412         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14413         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
14414         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
14415         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
14416         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14417         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
14418         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
14419         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
14420         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
14421         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14422         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
14423         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
14424         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
14425         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
14426         * MODULES.html.sh: Remove EOVERFLOW.
14427         * NEWS: Mention the change.
14428
14429 2008-09-13  Bruno Haible  <bruno@clisp.org>
14430
14431         * modules/errno-tests: New file.
14432         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
14433
14434         * lib/errno.in.h: New file.
14435         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
14436         * modules/errno: New file.
14437         * doc/posix-headers/errno.texi: Update documentation.
14438         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
14439
14440 2008-09-13  Bruno Haible  <bruno@clisp.org>
14441
14442         * tests/test-poll.c: Use #if for native Windows, rather than testing
14443         __MSVCRT__.
14444
14445 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14446             Bruno Haible  <bruno@clisp.org>
14447
14448         * lib/glob.c: Don't include <pwd.h> on native Windows.
14449         (WINDOWS32): New macro.
14450         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
14451
14452 2008-09-13  Bruno Haible  <bruno@clisp.org>
14453
14454         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
14455         (ETIMEDOUT): Remove macro.
14456         (glthread_cond_timedwait_multithreaded): New declaration.
14457         (glthread_cond_timedwait): Use it.
14458         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
14459         (glthread_cond_timedwait_multithreaded): New function.
14460
14461 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
14462
14463         * modules/poll-tests: Do not check for io.h.
14464         * tests/test-poll.c: Check for __MSVCRT__ instead.
14465
14466 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
14467
14468         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
14469         * modules/poll-tests: Add inet_pton, stdbool, sockets.
14470         * tests/test-poll.c: Use them.  Use _pipe on Windows.
14471
14472 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
14473
14474         * modules/poll-tests: New.
14475         * tests/test-poll.c: New.
14476
14477 2008-09-12  Eric Blake  <ebb9@byu.net>
14478
14479         frexp: test for NetBSD failure on -0.0
14480         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
14481         not all, bugs from NetBSD 3.0 have been fixed.
14482         * doc/posix-functions/frexp.texi (frexp): Document bug.
14483         Reported by Thomas Klausner.
14484
14485         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
14486         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
14487         literal -0.0.
14488         Reported by Jonathan C. Patschke <jp@centtech.com>.
14489
14490 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14491
14492         * lib/glthread/cond.h: Use dummy implementation also if
14493         USE_WIN32_THREADS.
14494
14495 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14496
14497         * modules/fnmatch-posix (License): Change to LGPLv2+.
14498         * modules/fnmatch-gnu (License): Likewise.
14499
14500 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14501
14502         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
14503
14504 2008-09-11  Jim Meyering  <meyering@redhat.com>
14505
14506         * users.txt: Add gtk-vnc.
14507
14508 2008-09-08  Simon Josefsson  <simon@josefsson.org>
14509
14510         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
14511         rotate amounts.
14512
14513         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
14514         required for 16-bit and 8-bit rotates.
14515         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
14516         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
14517         UINT8_MAX instead of hard-coded constants.
14518         Suggested by Paul Eggert.
14519
14520 2008-09-07  Bruno Haible  <bruno@clisp.org>
14521
14522         * tests/test-striconveh.c (main): Check behaviour when converting from
14523         UTF-7.
14524
14525         Make striconveh work better with stateful encodings.
14526         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
14527         that iconv does not increment the inptr when returning -1/EINVAL.
14528
14529 2008-09-07  Bruno Haible  <bruno@clisp.org>
14530
14531         * build-aux/config.rpath: Update according to libtool-2.2.6.
14532         * build-aux/config.libpath: Likewise.
14533
14534 2008-09-06  Bruno Haible  <bruno@clisp.org>
14535
14536         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
14537         * lib/freadptr.c (freadptr): Likewise.
14538         * lib/freadseek.c (freadptrinc): Likewise.
14539         Reported by Simon Josefsson.
14540
14541 2008-09-06  Bruno Haible  <bruno@clisp.org>
14542
14543         * modules/freadptr (License): Change to LGPLv2+.
14544         * modules/freadseek (License): Likewise.
14545         Suggested by Eric Blake.
14546
14547         * modules/memchr2 (License): Change to LGPLv2+.
14548         Approved by Eric Blake.
14549
14550 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14551             Bruno Haible  <bruno@clisp.org>
14552
14553         Make gnulib-tool work with native 'sed' on AIX.
14554         * gnulib-tool (sed_noop): New variable.
14555         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
14556         func_add_or_update, func_create_testdir): Use it to initialize sed
14557         script variables.
14558         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14559
14560 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
14561             Bruno Haible  <bruno@clisp.org>
14562
14563         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
14564         also works after #include directives.
14565
14566 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
14567
14568         getdate.y: reject an out-of-range timezone value
14569         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
14570         the range [-24...+24].  When specified with only one or two digits,
14571         * tests/test-getdate.c: Tests for the fix.
14572         * doc/getdate.texi: Document this change.
14573
14574 2008-09-03  Bruno Haible  <bruno@clisp.org>
14575
14576         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
14577
14578 2008-09-02  Simon Josefsson  <simon@josefsson.org>
14579
14580         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
14581         <bruce.korb@gmail.com> with ideas from Ben Pfaff
14582         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
14583         Blake <ebb9@byu.net>.
14584
14585         * tests/test-bitrotate.c: Add more test vectors.
14586
14587 2008-09-02  Eric Blake  <ebb9@byu.net>
14588
14589         vasnprintf-posix: handle large precision via %.*d
14590         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
14591         when handling it ourselves.
14592         * tests/test-vasnprintf-posix.c (test_function): Add test.
14593         * tests/test-snprintf-posix.h (test_function): Likewise.
14594         * tests/test-sprintf-posix.h (test_function): Likewise.
14595         * tests/test-vasprintf-posix.c (test_function): Likewise.
14596         Reported by Alain Guibert.
14597
14598 2008-09-01  Eric Blake  <ebb9@byu.net>
14599
14600         c-stack: make configure-time check more robust
14601         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
14602         successful sigaction call.
14603         Reported by Tom G. Christensen.
14604
14605 2008-09-01  Bruno Haible  <bruno@clisp.org>
14606
14607         New module 'findprog-lgpl'.
14608         * modules/findprog-lgpl: New file.
14609         * lib/findprog-lgpl.c: New file.
14610         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
14611         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
14612         to decide whether to use strdup or xstrdup, concatenated_filename or
14613         xconcatenated_filename.
14614
14615 2008-09-01  Bruno Haible  <bruno@clisp.org>
14616
14617         Split module 'concat-filename' into 'concat-filename' (LGPL) and
14618         'xconcat-filename' (GPL).
14619         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
14620         (License): Change to LGPLv2+.
14621         * modules/xconcat-filename: New file.
14622         * lib/concat-filename.h (concatenated_filename): Change specification.
14623         (xconcatenated_filename): New declaration.
14624         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
14625         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
14626         memory situations.
14627         * lib/xconcat-filename.c: New file.
14628         * NEWS: Mention the change.
14629         * lib/findprog.c: Include concat-filename.h, not filename.h.
14630         (find_in_path): Use xconcatenated_filename instead of
14631         concatenated_filename.
14632         * lib/javacomp.c: Include concat-filename.h, not filename.h.
14633         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
14634         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
14635         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
14636         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
14637         instead of concatenated_filename.
14638         * lib/javaexec.c: Include concat-filename.h, not filename.h.
14639         (execute_java_class): Use xconcatenated_filename instead of
14640         concatenated_filename.
14641         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
14642         * modules/javacomp (Depends-on): Likewise.
14643         * modules/javaexec (Depends-on): Likewise.
14644
14645 2008-09-01  Bruno Haible  <bruno@clisp.org>
14646
14647         Split module 'filename' into 'filename' and 'concat-filename'.
14648         * modules/filename: Keep only lib/filename.h.
14649         (License): Change to LGPLv2+.
14650         * modules/concat-filename: New file, extracted from modules/filename.
14651         * lib/filename.h (concatenated_filename): Remove declaration.
14652         * lib/concat-filename.h: New file, extracted from lib/filename.h.
14653         * lib/concat-filename.c: Include concat-filename.h.
14654         * NEWS: Mention the change.
14655
14656 2008-09-01  Simon Josefsson  <simon@josefsson.org>
14657
14658         * lib/bitrotate.h (rotl8, rotr8): Add.
14659
14660         * modules/bitrotate (configure.ac): Need
14661         AC_REQUIRE([AC_C_INLINE]).
14662         (Description): Mention stdint.h.  Reported by Bruno Haible
14663         <bruno@clisp.org>.
14664
14665         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
14666         Paolo Bonzini <bonzini@gnu.org>.
14667
14668 2008-08-31  Bruno Haible  <bruno@clisp.org>
14669
14670         Assume Solaris specific bi-arch conventions on Solaris systems.
14671         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
14672         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
14673         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
14674         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
14675         like acl_libdirstem.
14676         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
14677         acl_libdirstem.
14678         * NEWS: Mention the change.
14679         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
14680
14681 2008-08-31  Jim Meyering  <meyering@redhat.com>
14682
14683         * lib/strftime.h: Add comments describing the two added arguments.
14684
14685         remove duplicate #include directives
14686         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
14687         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
14688
14689 2008-08-31  Bruno Haible  <bruno@clisp.org>
14690
14691         New module 'sigpipe-die'.
14692         * modules/sigpipe-die: New file.
14693         * lib/sigpipe-die.h: New file.
14694         * lib/sigpipe-die.c: New file.
14695         * MODULES.html.sh (Signal handling): Add sigpipe-die.
14696
14697 2008-08-31  Bruno Haible  <bruno@clisp.org>
14698
14699         Don't override previously installed signal handlers.
14700         * lib/fatal-signal.c (saved_sigactions): New variable.
14701         (uninstall_handlers): Reset the signal to the saved handler, not
14702         to SIG_DFL (except when ignored).
14703         (install_handlers): Save the previous handlers.
14704
14705 2008-08-30  Bruno Haible  <bruno@clisp.org>
14706
14707         * gnulib-tool (func_reset_sigpipe): New function.
14708         (func_get_automake_snippet, func_modules_transitive_closure,
14709         func_import): Invoke it before a join command that reads from stdin,
14710         to avoid "echo: write error: Broken pipe" error messages on stderr.
14711         Reported by Sam Steingold <sds@gnu.org>.
14712
14713 2008-08-30  Bruno Haible  <bruno@clisp.org>
14714
14715         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
14716         Code copied from m4/open.m4.
14717         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
14718         access and the filename ends in a slash. Code copied from lib/open.c.
14719         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
14720         * tests/test-fopen.c (main): Check against bug with trailing slash.
14721
14722 2008-08-29  Bruno Haible  <bruno@clisp.org>
14723
14724         Avoid some "gcc -pedantic" warnings.
14725         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
14726         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
14727         * lib/dirent.in.h: Likewise.
14728         * lib/fcntl.in.h: Likewise.
14729         * lib/float.in.h: Likewise.
14730         * lib/iconv.in.h: Likewise.
14731         * lib/inttypes.in.h: Likewise.
14732         * lib/locale.in.h: Likewise.
14733         * lib/math.in.h: Likewise.
14734         * lib/netinet_in.in.h: Likewise.
14735         * lib/search.in.h: Likewise.
14736         * lib/signal.in.h: Likewise.
14737         * lib/stdarg.in.h: Likewise.
14738         * lib/stdint.in.h: Likewise.
14739         * lib/stdio.in.h: Likewise.
14740         * lib/stdlib.in.h: Likewise.
14741         * lib/string.in.h: Likewise.
14742         * lib/strings.in.h: Likewise.
14743         * lib/sys_select.in.h: Likewise.
14744         * lib/sys_socket.in.h: Likewise.
14745         * lib/sys_stat.in.h: Likewise.
14746         * lib/sys_time.in.h: Likewise.
14747         * lib/sysexits.in.h: Likewise.
14748         * lib/time.in.h: Likewise.
14749         * lib/unistd.in.h: Likewise.
14750         * lib/wchar.in.h: Likewise.
14751         * lib/wctype.in.h: Likewise.
14752         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
14753         * modules/fchdir (Makefile.am): Likewise.
14754         * modules/fcntl (Makefile.am): Likewise.
14755         * modules/float (Makefile.am): Likewise.
14756         * modules/iconv_open (Makefile.am): Likewise.
14757         * modules/inttypes (Makefile.am): Likewise.
14758         * modules/locale (Makefile.am): Likewise.
14759         * modules/math (Makefile.am): Likewise.
14760         * modules/netinet_in (Makefile.am): Likewise.
14761         * modules/search (Makefile.am): Likewise.
14762         * modules/signal (Makefile.am): Likewise.
14763         * modules/stdarg (Makefile.am): Likewise.
14764         * modules/stdint (Makefile.am): Likewise.
14765         * modules/stdio (Makefile.am): Likewise.
14766         * modules/stdlib (Makefile.am): Likewise.
14767         * modules/string (Makefile.am): Likewise.
14768         * modules/strings (Makefile.am): Likewise.
14769         * modules/sys_select (Makefile.am): Likewise.
14770         * modules/sys_socket (Makefile.am): Likewise.
14771         * modules/sys_stat (Makefile.am): Likewise.
14772         * modules/sys_time (Makefile.am): Likewise.
14773         * modules/sysexits (Makefile.am): Likewise.
14774         * modules/time (Makefile.am): Likewise.
14775         * modules/unistd (Makefile.am): Likewise.
14776         * modules/wchar (Makefile.am): Likewise.
14777         * modules/wctype (Makefile.am): Likewise.
14778         Reported by Reuben Thomas <rrt@sc3d.org>.
14779
14780 2008-08-29  Bruno Haible  <bruno@clisp.org>
14781
14782         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
14783         any more.
14784
14785 2008-08-29  Simon Josefsson  <simon@josefsson.org>
14786
14787         * MODULES.html.sh (Misc): Add bitrotate.
14788
14789         * modules/bitrotate: New file.
14790
14791         * lib/bitrotate.h: New file.
14792
14793         * modules/bitrotate-tests: New file.
14794
14795         * tests/test-bitrotate.c: New file.
14796
14797         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
14798         on the bitrotate module.
14799
14800         * lib/arctwo.c: Use new bitrotate module.
14801
14802 2008-08-29  Jim Meyering  <meyering@redhat.com>
14803
14804         bootstrap: merge changes from coreutils
14805         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
14806         of copied files.  Remove a kludge, now that this is fixed.
14807         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
14808         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
14809         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
14810
14811 2008-08-29  Bruno Haible  <bruno@clisp.org>
14812
14813         * MODULES.html.sh: Remove --cvs-urls option.
14814
14815 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
14816
14817         maint.mk: adjust to file name change
14818         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
14819
14820 2008-08-28  Jim Meyering  <meyering@redhat.com>
14821
14822         * modules/getndelim2 (License): Relicense to LGPLv2+.
14823         Approved by Richard Stallman for the version of 1995, and by
14824         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
14825
14826 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
14827
14828         * lib/getdelim.c (flockfile, funlockfile): Make all of them
14829         dummy if one is not available.  Do not touch them if
14830         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
14831         (getc_maybe_unlocked): New.
14832         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
14833
14834 2008-08-26  Eric Blake  <ebb9@byu.net>
14835
14836         doc/INSTALL: resync from autoconf
14837         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
14838         (INSTALL_PRELUDE): Delete; this is done more efficiently by
14839         moving...
14840         * install.texi [!autoconf]: ...here.  Resync from autoconf.
14841         * INSTALL: Regenerate.
14842         * INSTALL.ISO: New file.
14843         * INSTALL.UTF-8: Likewise.
14844
14845 2008-08-26  Jim Meyering  <meyering@redhat.com>
14846
14847         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
14848         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
14849         these definitions conditional, so that they may be overridden, too.
14850
14851 2008-08-26  Bruno Haible  <bruno@clisp.org>
14852
14853         Generate INSTALL file variants with prettier quotes.
14854         * doc/Makefile (INSTALL_PRELUDE): New macro.
14855         (INSTALL): Use it.
14856         (INSTALL.ISO, INSTALL.UTF-8): New rules.
14857
14858 2008-08-26  Bruno Haible  <bruno@clisp.org>
14859
14860         Run makeinfo in an English locale.
14861         * doc/Makefile (MAKEINFO): New variable.
14862
14863 2008-08-26  Bruno Haible  <bruno@clisp.org>
14864
14865         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
14866         Suggested by Eric Blake.
14867
14868 2008-08-25  Bruno Haible  <bruno@clisp.org>
14869
14870         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
14871
14872 2008-08-25  Eric Blake  <ebb9@byu.net>
14873
14874         c-stack: test that stack overflow can be caught
14875         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
14876         that platform allows handling stack overflow; at least OS/2 EMX
14877         has sigaltstack, but crashes before transferring control to
14878         handler on stack overflow.
14879         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
14880         check for HAVE_STACK_OVERFLOW_HANDLING.
14881         Reported by Elbert Pol.
14882
14883 2008-08-25  Bruno Haible  <bruno@clisp.org>
14884
14885         * doc/posix-functions/strftime.texi: Fix description of strftime
14886         module.
14887
14888 2008-08-24  Bruno Haible  <bruno@clisp.org>
14889
14890         * tests/uniwidth/test-uc_width2.c: New file.
14891         * tests/uniwidth/test-uc_width2.sh: New file.
14892         * modules/uniwidth/width-tests (Files): Add the new files.
14893         (TESTS): Add uniwidth/test-uc_width2.sh.
14894         (TESTS_ENVIRONMENT): New variable.
14895         (check_PROGRAMS): Add test-uc_width2.
14896         (test_uc_width2_SOURCES): New variable.
14897
14898         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
14899         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
14900         not 0x00AB.
14901         Reported by Alexander V. Lukyanov <lav@netis.ru>.
14902
14903 2008-08-22  Eric Blake  <ebb9@byu.net>
14904
14905         test-lock, test-tls: mention why a test is skipped
14906         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
14907         skipped.
14908         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
14909
14910         count-one-bits: relax license
14911         * modules/count-one-bits (License): Relicense to LGPLv2+.
14912         Suggested by Ludovic Courtès, approved by Ben Pfaff.
14913
14914 2008-08-22  Andreas Schwab  <schwab@suse.de>
14915
14916         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
14917         Remove spurious space in assignment.
14918
14919 2008-08-21  Simon Josefsson  <simon@josefsson.org>
14920
14921         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
14922         Paul Eggert <eggert@CS.UCLA.EDU>.
14923
14924 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
14925
14926         * modules/gettext: Add m4/threadlib.m4.
14927
14928 2008-08-19  Eric Blake  <ebb9@byu.net>
14929
14930         test-c-stack: fix compilation failure on FreeBSD 5.0
14931         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
14932         headers before <sys/resource.h>.
14933         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
14934         the bug.
14935         Reported by Nelson H. F. Beebe.
14936
14937         strverscmp: migrate from "strverscmp.h" to <string.h>
14938         * modules/string (Makefile.am): Add new hooks.
14939         * modules/strverscmp (Files): Remove strverscmp.h.
14940         (Depends-on): Add string.
14941         (configure.ac): Add indicator.
14942         (Include): Mention new header.
14943         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
14944         defaults.
14945         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
14946         results.
14947         * lib/strverscmp.h: Delete.
14948         * lib/string.in.h (strverscmp): Provide declaration, when needed.
14949         * tests/test-strverscmp.c (includes): Adjust client.
14950         * lib/check-version.c (includes): Likewise.
14951         * NEWS: Document the change.
14952
14953         strverscmp: add unit test
14954         * modules/strverscmp-tests: New file.
14955         * tests/test-strverscmp.c: Likewise.
14956
14957 2008-08-19  Simon Josefsson  <simon@josefsson.org>
14958
14959         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
14960         regarding Windows crypto stuff, from Mono.
14961
14962 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
14963
14964         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
14965         if present, for intel RND.  Return error on failures.
14966
14967 2008-08-18  Ben Pfaff  <blp@gnu.org>
14968
14969         gitlog-to-changelog: give better diagnostic for failed pipe-open
14970         * build-aux/gitlog-to-changelog: Improve error message: suggest
14971         that the version of Git may be too old.
14972
14973 2008-08-18  Simon Josefsson  <simon@josefsson.org>
14974
14975         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
14976         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
14977
14978 2008-08-18  Bruno Haible  <bruno@clisp.org>
14979
14980         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
14981         pthread_in_use().
14982
14983 2008-08-18  Bruno Haible  <bruno@clisp.org>
14984
14985         * lib/glthread/threadlib.c: Include <pthread.h>.
14986
14987 2008-08-18  Bruno Haible  <bruno@clisp.org>
14988
14989         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
14990         glthread_recursive_lock_* macros.
14991         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
14992         Fix syntax error.
14993
14994 2008-08-18  Bruno Haible  <bruno@clisp.org>
14995
14996         * lib/glthread/thread.c: Avoid forcing a context switch right after
14997         thread creation.
14998
14999 2008-08-17  Bruno Haible  <bruno@clisp.org>
15000
15001         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
15002         * lib/glthread/thread.h: Provide Win32 specific implementation.
15003         * modules/thread (Files): Add lib/glthread/thread.c.
15004         (Depends-on): Add lock.
15005         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
15006
15007 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15008
15009         New module 'yield'.
15010         * modules/yield: New file.
15011         * lib/glthread/yield.h: New file.
15012         * m4/yield.m4: New file.
15013         * MODULES.html.sh (Multithreading): Add yield.
15014
15015 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15016
15017         New module 'thread'.
15018         * modules/thread: New file.
15019         * lib/glthread/thread.h: New file.
15020         * m4/thread.m4: New file.
15021         * MODULES.html.sh (Multithreading): Add thread.
15022
15023 2008-08-17  Bruno Haible  <bruno@clisp.org>
15024
15025         * lib/glthread/lock.h: Include <stdlib.h> always.
15026         * lib/glthread/tls.h: Likewise.
15027         * lib/glthread/cond.h: Likewise.
15028
15029 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15030
15031         New module 'cond'.
15032         * modules/cond: New file.
15033         * lib/glthread/cond.h: New file.
15034         * lib/glthread/cond.c: New file.
15035         * m4/cond.m4: New file.
15036         * MODULES.html.sh (Multithreading): Add cond.
15037
15038 2008-08-16  Eric Blake  <ebb9@byu.net>
15039
15040         c-stack: fix regression on Irix 5.3 from 2008-06-21
15041         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
15042         sa_sigaction...
15043         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
15044         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
15045         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
15046         * modules/signal (Makefile.am): Use the value.
15047         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
15048         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
15049         * doc/posix-headers/signal.texi (signal.h): Document this
15050         portability issue.
15051         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
15052         Reported by Tom G. Christensen.
15053
15054 2008-08-17  Bruno Haible  <bruno@clisp.org>
15055
15056         New module 'threadlib'.
15057         * modules/threadlib: New file.
15058         * lib/glthread/threadlib.c: New file, extracted from
15059         lib/glthread/lock.c.
15060         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
15061         functions.
15062         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
15063         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
15064         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
15065         macros.
15066         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
15067         (gl_DISABLE_THREADS): Remove macro.
15068         * modules/lock (Files): Remove build-aux/config.rpath.
15069         (Depends-on): Remove havelib. Add threadlib.
15070         (configure.ac-early): Remove section.
15071         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
15072         * modules/tls (Depends-on): Remove lock. Add threadlib.
15073         (Link): New section, copied from threadlib.
15074         * MODULES.html.sh (Multithreading): Add threadlib.
15075
15076 2008-08-14  Bruno Haible  <bruno@clisp.org>
15077
15078         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
15079         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
15080         glthread_rwlock_unlock, glthread_rwlock_destroy,
15081         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
15082         glthread_recursive_lock_destroy): Define as macros always.
15083         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
15084         glthread_lock_lock.
15085         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
15086         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
15087         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
15088         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
15089         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
15090         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
15091         (glthread_recursive_lock_lock_func): Renamed from
15092         glthread_recursive_lock_lock.
15093         (glthread_recursive_lock_unlock_func): Renamed from
15094         glthread_recursive_lock_unlock.
15095         (glthread_recursive_lock_destroy_func): Renamed from
15096         glthread_recursive_lock_destroy.
15097
15098 2008-08-14  Bruno Haible  <bruno@clisp.org>
15099
15100         * lib/glthread/lock.h: Renamed from lib/lock.h.
15101         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
15102         * lib/glthread/tls.h: Renamed from lib/tls.h.
15103         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
15104         * lib/fstrcmp.c: Update includes.
15105         * lib/strsignal.c: Update includes.
15106         * modules/lock (Files, Makefile.am): Update.
15107         (Include): Change to "glthread/lock.h".
15108         * modules/tls (Files, Makefile.am): Update.
15109         (Include): Change to "glthread/tls.h".
15110         * tests/test-lock.c: Update includes.
15111         * tests/test-tls.c: Update includes.
15112         * NEWS: Mention the renamed header files.
15113
15114 2008-08-11  Jim Meyering  <meyering@redhat.com>
15115
15116         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
15117
15118 2008-08-11  Eric Blake  <ebb9@byu.net>
15119
15120         test-c-stack: avoid C99-ism
15121         * tests/test-c-stack.c (main): Fix whitespace, move declaration
15122         before statement.
15123         Reported by Alain Guibert.
15124
15125 2008-08-10  Jim Meyering  <meyering@redhat.com>
15126
15127         ensure that return value of uinttostr et al are not ignored
15128         * lib/inttostr.h (__GNUC_PREREQ): Define.
15129         (__attribute_warn_unused_result__): Define.
15130         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
15131
15132 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
15133
15134         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
15135         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
15136
15137 2008-08-07  Jim Meyering  <meyering@redhat.com>
15138
15139         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
15140
15141         * modules/mkstemp (License): Relicense under LGPLv2+.
15142         * modules/tempname (License): Likewise.
15143
15144 2008-08-06  Bruno Haible  <bruno@clisp.org>
15145
15146         * lib/poll.c (poll): Further micro-optimization.
15147
15148 2008-08-06  Jim Meyering  <meyering@redhat.com>
15149
15150         inet_pton.c: use locale-independent tolower
15151         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
15152         (inet_pton6): Use c_tolower rather than tolower.
15153         * modules/inet_pton (Depends-on): Add c-ctype.
15154
15155 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
15156
15157         * lib/poll.c (poll): Avoid division when timeout is 0, cache
15158         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
15159
15160 2008-08-06  Jim Meyering  <meyering@redhat.com>
15161
15162         * modules/inet_pton (License): Relicense under LGPLv2+.
15163
15164 2008-08-03  Bruno Haible  <bruno@clisp.org>
15165
15166         Additional non-aborting API for lock and tls.
15167         * lib/lock.h: Include <errno.h>.
15168         (glthread_lock_init): New macro/function.
15169         (gl_lock_init): Define as wrapper around glthread_lock_init.
15170         (glthread_lock_lock): New macro/function.
15171         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
15172         (glthread_lock_unlock): New macro/function.
15173         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
15174         (glthread_lock_destroy): New macro/function.
15175         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
15176         (glthread_rwlock_init): New macro/function.
15177         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
15178         (glthread_rwlock_rdlock): New macro/function.
15179         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
15180         (glthread_rwlock_wrlock): New macro/function.
15181         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
15182         (glthread_rwlock_unlock): New macro/function.
15183         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
15184         (glthread_rwlock_destroy): New macro/function.
15185         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
15186         (glthread_recursive_lock_init): New macro/function.
15187         (gl_recursive_lock_init): Define as wrapper around
15188         glthread_recursive_lock_init.
15189         (glthread_recursive_lock_lock): New macro/function.
15190         (gl_recursive_lock_lock): Define as wrapper around
15191         glthread_recursive_lock_lock.
15192         (glthread_recursive_lock_unlock): New macro/function.
15193         (gl_recursive_lock_unlock): Define as wrapper around
15194         glthread_recursive_lock_unlock.
15195         (glthread_recursive_lock_destroy): New macro/function.
15196         (gl_recursive_lock_destroy): Define as wrapper around
15197         glthread_recursive_lock_destroy.
15198         (glthread_once): New macro/function.
15199         (gl_once): Define as wrapper around glthread_once.
15200         Update function declarations.
15201         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
15202         glthread_rwlock_init. Return error code.
15203         (glthread_rwlock_rdlock_multithreaded): Renamed from
15204         glthread_rwlock_rdlock. Return error code.
15205         (glthread_rwlock_wrlock_multithreaded): Renamed from
15206         glthread_rwlock_wrlock. Return error code.
15207         (glthread_rwlock_unlock_multithreaded): Renamed from
15208         glthread_rwlock_unlock. Return error code.
15209         (glthread_rwlock_destroy_multithreaded): Renamed from
15210         glthread_rwlock_destroy. Return error code.
15211         (glthread_recursive_lock_init_multithreaded): Renamed from
15212         glthread_recursive_lock_init. Return error code.
15213         (glthread_recursive_lock_lock_multithreaded): Renamed from
15214         glthread_recursive_lock_lock. Return error code.
15215         (glthread_recursive_lock_unlock_multithreaded): Renamed from
15216         glthread_recursive_lock_unlock. Return error code.
15217         (glthread_recursive_lock_destroy_multithreaded): Renamed from
15218         glthread_recursive_lock_destroy. Return error code.
15219         (glthread_once_call): Make static.
15220         (glthread_once_multithreaded): Renamed from glthread_once.
15221         * lib/tls.h: Include <errno.h>.
15222         (glthread_tls_key_init): New macro/function.
15223         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
15224         (glthread_tls_set): New macro/function.
15225         (gl_tls_set): Define as wrapper around glthread_tls_set.
15226         (glthread_tls_key_destroy): New macro/function.
15227         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
15228         Update function declarations.
15229         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
15230         glthread_tls_get.
15231         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
15232
15233 2008-08-04  Eric Blake  <ebb9@byu.net>
15234
15235         gnumakefile: use space, not TAB, outside of targets
15236         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
15237
15238 2008-08-02  Jim Meyering  <meyering@redhat.com>
15239
15240         getdate.y: avoid locale-dependent date parsing failure
15241         In Turkish locales, getdate would fail to recognize keywords
15242         containing a lowercase "i".  The solution is not to rely on
15243         locale-sensitive case-conversion.
15244         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
15245         (lookup_word): Use c_toupper in place of toupper.
15246         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
15247         Reported by Vefa Bicakci <bicave@superonline.com> in
15248         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
15249         * modules/getdate (Depends-on): Add c-ctype.
15250
15251 2008-08-02  Bruno Haible  <bruno@clisp.org>
15252
15253         * gnulib-tool (func_import): When updating or creating a .gitignore
15254         file, prepend each added line with a slash, and ignore leading slashes
15255         from the existing lines.
15256         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
15257
15258 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15259
15260         Portability fix for GNU make 3.79.1.
15261         * top/GNUmakefile: Avoid 'else COND', which older GNU make
15262         versions do not understand.
15263
15264 2008-08-01  Bruno Haible  <bruno@clisp.org>
15265
15266         Work around bug of HP-UX 10.20 cc with -0.0 literal.
15267         * tests/test-isnanf.h (zero): New variable.
15268         (main): Avoid literal -0.0f.
15269         * tests/test-isnand.h (zero): New variable.
15270         (main): Avoid literal -0.0.
15271         * tests/test-isnanl.h (zero): New variable.
15272         (main): Avoid literal -0.0L.
15273         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
15274         (test_float, test_double, test_long_double): Avoid literals -0.0f,
15275         -0.0, -0.0L.
15276         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
15277         (test_signbitd): Avoid literal -0.0.
15278         (test_signbitl): Avoid literal -0.0L.
15279         * tests/test-ceilf1.c (zero): New variable.
15280         (main): Avoid literal -0.0f.
15281         * tests/test-ceill.c (zero): New variable.
15282         (main): Avoid literal -0.0L.
15283         * tests/test-floorf1.c (zero): New variable.
15284         (main): Avoid literal -0.0f.
15285         * tests/test-floorl.c (zero): New variable.
15286         (main): Avoid literal -0.0L.
15287         * tests/test-roundf1.c (zero): New variable.
15288         (main): Avoid literal -0.0f.
15289         * tests/test-round1.c (zero): New variable.
15290         (main): Avoid literal -0.0.
15291         * tests/test-roundl.c (zero): New variable.
15292         (main): Avoid literal -0.0L.
15293         * tests/test-truncf1.c (zero): New variable.
15294         (main): Avoid literal -0.0f.
15295         * tests/test-trunc1.c (zero): New variable.
15296         (main): Avoid literal -0.0.
15297         * tests/test-truncl.c (zero): New variable.
15298         (main): Avoid literal -0.0L.
15299         * tests/test-frexp.c (zero): New variable.
15300         (main): Avoid literal -0.0.
15301         * tests/test-frexpl.c (zero): New variable.
15302         (main): Avoid literal -0.0L.
15303         * tests/test-ldexpl.c (zero): New variable.
15304         (main): Avoid literal -0.0L.
15305         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
15306         (zerod, zerol): New variables.
15307         (test_function): Avoid literals -0.0, -0.0L.
15308         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
15309         (zerod, zerol): New variables.
15310         (test_function): Avoid literals -0.0, -0.0L.
15311         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
15312         (zerod, zerol): New variables.
15313         (test_function): Avoid literals -0.0, -0.0L.
15314         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
15315         (zerod, zerol): New variables.
15316         (test_function): Avoid literals -0.0, -0.0L.
15317         * tests/test-strtod.c (zero): New variable.
15318         (main): Avoid literal -0.0.
15319         Reported by Jonathan C. Patschke <jp@centtech.com>.
15320
15321 2008-07-31  Jim Meyering  <meyering@redhat.com>
15322
15323         sha256.h: correct definition of SHA224_DIGEST_SIZE
15324         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
15325         Reported by Paulie Pena IV <paulie4@gmail.com>.
15326         Define as 224 / 8, rather than as a literal.
15327         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
15328         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
15329         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
15330
15331 2008-07-31  Bruno Haible  <bruno@clisp.org>
15332
15333         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
15334         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
15335         Reported by Jonathan Patschke <jp@centtech.com>.
15336
15337 2008-07-31  Bruno Haible  <bruno@clisp.org>
15338
15339         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
15340         Reported by Paolo Bonzini <bonzini@gnu.org>.
15341
15342 2008-07-30  Eric Blake  <ebb9@byu.net>
15343
15344         test-strtod: allow compilation without -lm
15345         * tests/test-strtod.c (main): Avoid link dependence on fabs.
15346         Reported by Dennis Clarke <blastwave@gmail.com>.
15347
15348 2008-07-28  Jim Meyering  <meyering@redhat.com>
15349
15350         bootstrap: work also when there are no .po files in po/
15351         * build-aux/bootstrap (update_po_files): Complete the change
15352         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
15353
15354 2008-07-27  Jim Meyering  <meyering@redhat.com>
15355
15356         * users.txt: Add zile.
15357
15358 2008-07-26  Ben Pfaff  <blp@gnu.org>
15359
15360         Add missing dependencies on new m4/exponent[fdl].m4 files.
15361         * modules/isnanf-nolibm: Add m4/exponentf.m4.
15362         * modules/isnand-nolibm: Add m4/exponentd.m4.
15363         * modules/isnanl-nolibm: Add m4/exponentl.m4.
15364         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
15365         m4/isnan[fdl].m4, because the macros actually used moved.
15366         Reported by Jim Meyering.
15367
15368 2008-07-14  Ben Pfaff  <blp@gnu.org>
15369
15370         Add isinf module.
15371         * lib/isinf.c: New file.
15372         * lib/math.in.h: Define isinf macro if we have decided to replace
15373         it.
15374         * m4/isinf.m4: New file.
15375         * m4/math_h.m4: Initialize and substitute variables for isinf
15376         module.
15377         * modules/isinf: New file.
15378         * modules/isinf-tests: New file.
15379         * modules/math: Add substitutions for new module.
15380         * tests/test-isinf.c: New file.
15381         * doc/posix-functions/isinf.texi: Mention new module.
15382         * MODULES.html.sh: Mention new module.
15383
15384 2008-07-14  Ben Pfaff  <blp@gnu.org>
15385
15386         Factor out some macros for use by additional modules.
15387         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
15388         exponentf.m4.
15389         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
15390         exponentd.m4.
15391         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
15392         file exponentl.m4.
15393         * m4/exponentf.m4: New file.
15394         * m4/exponentd.m4: New file.
15395         * m4/exponentl.m4: New file.
15396         * modules/isnanf: Use new file m4/exponentf.m4.
15397         * modules/isnand: Use new file m4/exponentd.m4.
15398         * modules/isnanl: Use new file m4/exponentl.m4.
15399
15400 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
15401
15402         mktime.c: normalize tp->tm_isdst value to -1/0/1.
15403         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
15404         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
15405         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
15406
15407         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
15408         readlink on platforms without PATH_MAX.
15409
15410 2008-07-21  Eric Blake  <ebb9@byu.net>
15411
15412         Warn, not fail, on stale version.
15413         * top/GNUmakefile (_curr-ver): Tone down previous patch.
15414
15415         Don't allow installation with stale devel version number.
15416         * top/GNUmakefile (_is-install-target): New macro.
15417         (_curr-ver): Forbid installation with stale version number.
15418
15419 2008-07-20  Bruno Haible  <bruno@clisp.org>
15420
15421         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
15422         TESTS_ENVIRONMENT.
15423         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
15424
15425 2008-07-20  Bruno Haible  <bruno@clisp.org>
15426
15427         * lib/c-stack.h (c_stack_action): Add documentation.
15428         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
15429
15430 2008-07-20  Bruno Haible  <bruno@clisp.org>
15431
15432         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
15433         * modules/readlink (License): Likewise.
15434
15435 2008-07-17  Eric Blake  <ebb9@byu.net>
15436
15437         * modules/c-stack (Link): Fix typo.
15438
15439         Make c-stack use libsigsegv, when available.
15440         * modules/c-stack (Depends-on): Add libsigsegv.
15441         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
15442         needed.
15443         * lib/c-stack.c (SIGSTKSZ): Define fallback.
15444         (segv_handler, overflow_handler, c_stack_action)
15445         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
15446         implementation when libsigsegv is available, but only when using
15447         the library is necessary.
15448         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
15449         comment, explaining why XSI check fails on Linux.
15450         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
15451         * tests/test-c-stack2.sh: Tweak skip message.
15452         * NEWS: Document new link-time requirements.
15453
15454 2008-07-16  Eric Blake  <ebb9@byu.net>
15455
15456         c-stack: Expose false positives when not using libsigsegv.
15457         * modules/c-stack-tests (Files): Expand test.
15458         * tests/test-c-stack.c (main): Add means to conditionally trigger
15459         non-overflow SIGSEGV.
15460         * tests/test-c-stack2.sh: New file.
15461
15462 2008-07-14  Bruno Haible  <bruno@clisp.org>
15463
15464         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
15465         Reported by Eric Blake.
15466
15467 2008-07-14  Sam Steingold  <sds@gnu.org>
15468             Bruno Haible  <bruno@clisp.org>
15469
15470         New module libsigsegv.
15471         * modules/libsigsegv: New file.
15472         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
15473         modifications.
15474         * MODULES.html.sh (Signal handling): New section.
15475
15476 2008-07-14  Bruno Haible  <bruno@clisp.org>
15477
15478         * modules/unictype/ctype-* (Description): Add the word "function".
15479         Improves the resulting doc in MODULES.html.
15480
15481 2008-07-12  Ben Pfaff  <blp@gnu.org>
15482
15483         Add longlong module.
15484         * modules/longlong: New file.
15485
15486 2008-07-12  Bruno Haible  <bruno@clisp.org>
15487
15488         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
15489         to empty.
15490
15491 2008-07-10  Ben Pfaff  <blp@gnu.org>
15492
15493         Add isnan module.
15494         * doc/posix-functions/isnan.texi: Mention new module.
15495         * lib/math.in.h: Define isnan macro if we have decided to replace
15496         it.
15497         * m4/isnan.m4: New file.
15498         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
15499         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
15500         also.
15501         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
15502         redundancy.
15503         * m4/math_h.m4: Initialize and substitute variables for isnan
15504         module.
15505         * modules/isnan: New file.
15506         * modules/isnan-tests: New file.
15507         * modules/math: Add substitutions for new module.
15508         * tests/test-isnan.c: New file.
15509         * MODULES.html.sh: Mention new module.
15510
15511 2008-07-10  Ben Pfaff  <blp@gnu.org>
15512
15513         Add isnanf module.
15514         * lib/isnanf.m4: New file.
15515         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
15516         (gl_HAVE_ISNANF_IN_LIBM): New macro.
15517         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
15518         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
15519         * modules/isnanf: New file.
15520         * modules/isnanf-tests: New file.
15521         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
15522         files.
15523         * tests/test-isnanf-nolibm.c: factored most of its contents into
15524         new file tests/test-isnanf.h.
15525         * tests/test-isnanf.h: New file.
15526         * tests/test-isnanf.c: New file.
15527         * MODULES.html.sh: Mention new module.
15528         * doc/glibc-functions/isnanf.texi: Mention new module.
15529
15530 2008-07-10  Ben Pfaff  <blp@gnu.org>
15531
15532         Add isnand module.
15533         * lib/isnand.h: New file.
15534         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
15535         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
15536         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
15537         functionality also.
15538         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
15539         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
15540         (gl_HAVE_ISNAND_IN_LIBM): New macro.
15541         * modules/isnand: New file.
15542         * modules/isnand-tests: New file.
15543         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
15544         files.
15545         * tests/test-isnand-nolibm.c: factored most of its contents into
15546         new file tests/test-isnand.h.
15547         * tests/test-isnand.h: New file.
15548         * tests/test-isnand.c: New file.
15549         * MODULES.html.sh: Mention new module.
15550
15551 2008-07-10  Ben Pfaff  <blp@gnu.org>
15552
15553         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
15554         * lib/isnand.h: Rename lib/isnand-nolibm.h.
15555         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
15556         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
15557         * modules/isnanf-nolibm: Update references to renamed files.
15558         * modules/isnand-nolibm: Likewise.
15559         * modules/isnanf-nolibm-tests: Likewise.
15560         * modules/isnand-nolibm-tests: Likewise.
15561         * lib/frexp.c: Likewise.
15562         * lib/isfinite.c: Likewise.
15563         * lib/signbitd.c: Likewise.
15564         * lib/signbitf.c: Likewise.
15565         * lib/vasnprintf.c: Likewise.
15566         * tests/test-ceilf1.c: Likewise.
15567         * tests/test-ceilf2.c: Likewise.
15568         * tests/test-floorf1.c: Likewise.
15569         * tests/test-floorf2.c: Likewise.
15570         * tests/test-frexp.c: Likewise.
15571         * tests/test-round1.c: Likewise.
15572         * tests/test-round2.c: Likewise.
15573         * tests/test-roundf1.c: Likewise.
15574         * tests/test-strtod.c: Likewise.
15575         * tests/test-trunc1.c: Likewise.
15576         * tests/test-trunc2.c: Likewise.
15577         * tests/test-truncf1.c: Likewise.
15578         * tests/test-truncf2.c: Likewise.
15579         * NEWS: Mention the renamed header files.
15580
15581 2008-07-11  Jim Meyering  <meyering@redhat.com>
15582
15583         vc-list-files: make the last-resort awk code more portable
15584         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
15585         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
15586         does not support it.
15587
15588 2008-07-10  Eric Blake  <ebb9@byu.net>
15589
15590         Work with tar's bootstrap.
15591         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
15592         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
15593         an m4 comment.
15594
15595 2008-07-09  Jim Meyering  <meyering@redhat.com>
15596
15597         posix-shell.m4: fix typo that made this test malfunction
15598         * m4/posix-shell.m4: Remove capitalization in variable name.
15599
15600 2008-07-08  Bruno Haible  <bruno@clisp.org>
15601
15602         * m4/onceonly.m4: Update comments.
15603         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15604
15605 2008-07-04  Jim Meyering  <meyering@redhat.com>
15606
15607         * users.txt: Add vc-dwim.
15608         (bison, coreutils): Use the gitweb URL.
15609
15610 2008-07-03  Jim Meyering  <meyering@redhat.com>
15611
15612         * users.txt: Add libffcall.  From Sam Steingold.
15613
15614 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
15615
15616         getdate.y: do not ignore TZ with relative day, month or year offset
15617         * lib/getdate.y (get_date): Move the tz-handling block to follow the
15618         relative-date-handling, since otherwise, the latter would clobber the
15619         sole output (an updated Start value) of the tz-handling block.
15620         * tests/test-getdate.c: Tests for the fix
15621
15622 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15623
15624         Recognize 'foo_LIBRARIES += libgnu.a'.
15625         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
15626         makefile snippet has already specified an installation location,
15627         also using '+='.
15628
15629 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
15630
15631         getdate.y: factor out common actions
15632         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
15633         Use them in place of open-coded actions.
15634
15635 2008-07-01  Simon Josefsson  <simon@josefsson.org>
15636
15637         Add self-test for getdate module.
15638         * modules/getdate-tests: New file.
15639         * tests/test-getdate.c: New file.
15640
15641 2008-06-29  Bruno Haible  <bruno@clisp.org>
15642
15643         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
15644         .gitignore.
15645         Reported by Sylvain Beucler <beuc@beuc.net>.
15646
15647 2008-06-29  Bruno Haible  <bruno@clisp.org>
15648
15649         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
15650         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
15651
15652 2008-06-29  Bruno Haible  <bruno@clisp.org>
15653
15654         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
15655         EXTRA_DIST.
15656         Reported by Sylvain Beucler <beuc@beuc.net>.
15657
15658 2008-06-26  Jim Meyering  <meyering@redhat.com>
15659
15660         make several modules depend on the "open" module
15661         This provides slightly increased consistency when opening-for-write
15662         the name of a non-directory spelled with a trailing slash.
15663         * modules/chdir-safer: Likewise.
15664         * modules/chown: Likewise.
15665         * modules/clean-temp: Likewise.
15666         * modules/copy-file: Likewise.
15667         * modules/fchdir: Likewise.
15668         * modules/fcntl-safer: Likewise.
15669         * modules/pipe: Likewise.
15670         * modules/utime: Likewise.
15671         Prompted by Eric Blake and Bruno Haible.
15672
15673 2008-06-24  Andreas Schwab  <schwab@suse.de>
15674
15675         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
15676         literals can be used as initializers for global variables.
15677
15678 2008-06-23  Eric Blake  <ebb9@byu.net>
15679
15680         Make gnulib-cache.m4 easier to diff.
15681         * gnulib-tool (func_import): Allow newlines when reading cached
15682         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
15683
15684 2008-06-23  Bruno Haible  <bruno@clisp.org>
15685
15686         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
15687         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
15688         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
15689         m4/signalblocking.m4.
15690         (gl_PREREQ_SIGACTION): Don't invoke it.
15691         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
15692         gl_PREREQ_SIG_HANDLER_H.
15693         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
15694         Don't check for sigaction here.
15695
15696 2008-06-23  Bruno Haible  <bruno@clisp.org>
15697
15698         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
15699         (install_handlers): Don't set the SA_RESETHAND flag.
15700
15701 2008-06-23  Bruno Haible  <bruno@clisp.org>
15702
15703         * m4/sigaction.m4: Comment fixes.
15704         * lib/signal.in.h: Likewise.
15705
15706 2008-06-23  Eric Blake  <ebb9@byu.net>
15707
15708         Fix typo.
15709         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
15710
15711         Avoid SA_ namespace.
15712         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
15713         Reported by Ralf Wildenhues.
15714
15715         Avoid test failure due to SA_RESTORER.
15716         * tests/test-sigaction.c (SA_MASK): New macro.
15717         (main): Avoid failing due to extension flags being set.
15718         Reported by Jim Meyering.
15719
15720         Revert use of sig-handler.h in sigprocmask.c.
15721         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
15722         it requires the existence of struct sigaction.
15723         * lib/sigprocmask.c (handler_t): Restore typedef.
15724         (rpl_signal, old_handlers): Use local type.
15725
15726 2008-06-22  Bruno Haible  <bruno@clisp.org>
15727
15728         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
15729         conditionally.
15730         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15731
15732 2008-06-22  Bruno Haible  <bruno@clisp.org>
15733
15734         * doc/posix-functions/siginterrupt.texi: Move note.
15735
15736         * lib/signal.in.h (SA_RESTART): New macro.
15737         * lib/sigaction.c: Update comment.
15738
15739         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
15740
15741         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
15742         (gl_PREREQ_SIGPROCMASK): Invoke it.
15743         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
15744
15745         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
15746
15747         * lib/sigprocmask.c: Update a comment.
15748
15749 2008-06-21  Eric Blake  <ebb9@byu.net>
15750
15751         Use sigaction module rather than signal().
15752         * modules/c-stack (Depends-on): Add sigaction.
15753         * modules/fatal-signal (Depends-on): Likewise.
15754         * modules/nanosleep (Depends-on): Likewise.
15755         * modules/sigprocmask (Files): Add sig-handler.h.
15756         * modules/sigaction (Files): Likewise.
15757         * lib/sig-handler.h (get_handler): New file, suggested by Paul
15758         Eggert.
15759         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
15760         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
15761         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
15762         (init_fatal_signals): Likewise.
15763         * lib/nanosleep.c (rpl_nanosleep): Likewise.
15764         (siginterrupt): Delete fallback.
15765         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
15766         instead.
15767         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
15768         siginterrupt.
15769
15770         New module sigaction, for mingw.
15771         * modules/sigaction: New module...
15772         * modules/sigaction-tests: ...and its test.
15773         * m4/sigaction.m4: New file.
15774         * lib/sigaction.c: Likewise.
15775         * tests/test-sigaction.c: Likewise.
15776         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
15777         * modules/signal (Makefile.am): Likewise.
15778         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
15779         needed.
15780         * doc/posix-headers/signal.texi (signal.h): Mention provided
15781         types.
15782         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
15783         that sigaction is preferable.
15784         * doc/posix-functions/sigaction.texi (sigaction): Mention new
15785         module.
15786         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15787         sigaction.
15788
15789         Improve robustness of sigprocmask by overriding signal.
15790         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
15791         is in use.
15792         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
15793         (SIGKILL, SIGSTOP): Provide fallbacks.
15794         (rpl_signal): Implement.
15795         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
15796         signal can be called inside handlers.
15797
15798         Fix nanosleep module on mingw.
15799         * modules/nanosleep (Depends-on): Add sys_select.
15800         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
15801
15802         Fix licensing of sigprocmask.
15803         * modules/raise (License): Relicense as LGPL.
15804
15805 2008-06-21  Bruno Haible  <bruno@clisp.org>
15806
15807         * lib/propername.c (proper_name_utf8): Don't use the transliterated
15808         result if it contains question marks.
15809         Reported by Michael Geng <linux@michaelgeng.de>.
15810
15811 2008-06-19  Bruno Haible  <bruno@clisp.org>
15812
15813         Fix CVS-ism.
15814         * doc/gnulib.texi: Include updated-stamp.texi.
15815         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
15816         (updated-stamp.texi): New rule.
15817         (gnulib.info): Depend on it.
15818         * doc/.gitignore: Add updated-stamp.texi.
15819         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
15820
15821 2008-06-19  Bruno Haible  <bruno@clisp.org>
15822
15823         * doc/Makefile (gnulib.info): Update and simplify dependencies.
15824         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
15825
15826 2008-06-19  Eric Blake  <ebb9@byu.net>
15827
15828         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
15829         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
15830         Reported by Stepan Kasal.
15831
15832 2008-06-18  Bruno Haible  <bruno@clisp.org>
15833
15834         * lib/fatal-signal.c (init_fatal_signals): Add comment.
15835         Reported by Eric Blake.
15836
15837 2008-06-18  Eric Blake  <ebb9@byu.net>
15838
15839         Work around cygwin 1.5.25 strsignal bug.
15840         * tests/test-strsignal.c: Allow for const char *.
15841         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
15842
15843 2008-06-18  Simon Josefsson  <simon@josefsson.org>
15844
15845         * users.txt: Update URL to article and add author/date
15846         information.
15847
15848 2008-06-17  Bruno Haible  <bruno@clisp.org>
15849
15850         New macro gl_DISABLE_THREADS.
15851         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
15852         if the user did not pass --enable-threads or --disable-threads option.
15853         (gl_DISABLE_THREADS): New macro.
15854         Reported by Eric Blake <ebb9@byu.net>.
15855
15856 2008-06-17  Bruno Haible  <bruno@clisp.org>
15857
15858         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
15859         when the macro ignores it.
15860         Based on a patch by Eric Blake <ebb9@byu.net>.
15861
15862 2008-06-17  Bruno Haible  <bruno@clisp.org>
15863
15864         * modules/tls (License): Change to LGPLv2+.
15865         Reported by Eric Blake.
15866
15867 2008-06-17  Eric Blake  <ebb9@byu.net>
15868
15869         Simplify c-stack prerequisites.
15870         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
15871         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
15872         no longer requires <ucontext.h> to exist.  Optimize setrlimit
15873         check.
15874         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
15875         <sys/resource.h>.
15876
15877         Move c-stack test into testsuite.
15878         * modules/c-stack-tests: New file.
15879         * lib/c-stack.c [DEBUG]: Move test program...
15880         * tests/test-c-stack.c: ...into this new file.  Skip rather than
15881         fail test if sigaltstack is lacking.
15882         * tests/test-c-stack.sh: New driver file.
15883
15884 2008-06-16  Eric Blake  <ebb9@byu.net>
15885
15886         Use raise module consistently.
15887         * modules/fatal-signal (Depends-on): Add raise.
15888         * modules/sigprocmask (Depends-on): Likewise.
15889         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
15890         * lib/sigprocmask.c (sigprocmask): Likewise.
15891         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
15892         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
15893
15894         Fix compliance bug in sigpending.
15895         * lib/sigprocmask.c (sigpending): Return pending array via
15896         parameter, not return value.
15897
15898 2008-06-14  Eric Blake  <ebb9@byu.net>
15899
15900         Improve obstack-printf test code.
15901         * tests/test-obstack-printf.c (test_function): Fix comment, and
15902         simplify usage of obstack_* in macros.  Add a test for coverage.
15903         Reported by Bruno Haible.
15904
15905 2008-06-14  Bruno Haible  <bruno@clisp.org>
15906
15907         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
15908         array size as a constant, not as a const variable.
15909         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
15910         AC_USE_SYSTEM_EXTENSIONS.
15911         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15912         Test whether the obstack_printf function actually exists.
15913         * modules/obstack-printf (Depends-on): Add extensions.
15914         (Include): Remove obstack.h.
15915         * modules/obstack-printf-posix (Depends-on): Add extensions.
15916         (Include): Remove obstack.h.
15917
15918 2008-06-13  Eric Blake  <ebb9@byu.net>
15919
15920         Add obstack-printf and obstack-printf-posix modules.
15921         * modules/obstack-printf: New file.
15922         * modules/obstack-printf-posix: Likewise.
15923         * MODULES.html.sh (Misc): Mention them.
15924         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
15925         Likewise.
15926         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
15927         Likewise.
15928         * modules/stdio (Makefile.am): Accomodate new modules.
15929         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
15930         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
15931         Declare.
15932         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
15933         functions.
15934         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
15935         (gl_REPLACE_OBSTACK_PRINTF): New macros
15936         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
15937         * tests/test-obstack-printf.c: New file.
15938         * modules/obstack-printf-tests: Likewise.
15939         * modules/obstack-printf-posix-tests: Likewise.
15940
15941 2008-06-11  Bruno Haible  <bruno@clisp.org>
15942
15943         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
15944         * lib/open.c: Include errno.h.
15945         (open): Fail when attempting to write to a file that has a trailing
15946         slash.
15947         * tests/test-open.c (main): Test against trailing slash bug.
15948         * doc/posix-functions/open.texi: Mention the trailing slash bug.
15949
15950 2008-06-10  Bruno Haible  <bruno@clisp.org>
15951
15952         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
15953         for $? to work inside the trap command, with various /bin/sh-s.
15954         * tests/test-vc-list-files-cvs.sh: Likewise.
15955
15956 2008-06-10  Bruno Haible  <bruno@clisp.org>
15957
15958         * lib/acl-internal.h: Don't include gettext.h here.
15959         * lib/set-mode-acl.c: Include gettext.h here.
15960         * lib/copy-acl.c: Likewise.
15961
15962 2008-06-10  Bruno Haible  <bruno@clisp.org>
15963
15964         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
15965         * lib/wait-process.c (wait_subprocess): Likewise.
15966         * lib/execute.h (execute): Add termsigp argument.
15967         * lib/execute.c (execute): Likewise.
15968         * lib/csharpcomp.c (compile_csharp_using_pnet,
15969         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
15970         * lib/csharpexec.c (execute_csharp_using_pnet,
15971         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
15972         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
15973         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
15974         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
15975         is_jikes_present): Update.
15976         * lib/javaexec.c (execute_java_class): Update.
15977         * lib/javaversion.c (execute_and_read_line): Update.
15978         * NEWS: Document the changes.
15979         Reported by Eric Blake.
15980
15981 2008-06-10  Eric Blake  <ebb9@byu.net>
15982
15983         Add missing include.
15984         * tests/test-strstr.c (includes): Add <signal.h>.
15985         * tests/test-strcasestr.c (includes): Likewise.
15986         * tests/test-memmem.c (includes): Likewise.
15987
15988 2008-06-10  Bruno Haible  <bruno@clisp.org>
15989
15990         * lib/wait-process.c (wait_subprocess): Add an assertion.
15991
15992 2008-06-10  Bruno Haible  <bruno@clisp.org>
15993
15994         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
15995
15996 2008-06-10  Bruno Haible  <bruno@clisp.org>
15997
15998         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
15999         using alarm().
16000         * tests/test-strcasestr.c (main): Likewise.
16001         * tests/test-strstr.c (main): Likewise.
16002
16003 2008-06-09  Bruno Haible  <bruno@clisp.org>
16004
16005         Work around the Solaris 10 ACE ACLs ABI change.
16006         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
16007         declare if ACL_NO_TRIVIAL is present.
16008         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
16009         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
16010         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
16011         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
16012         define if ACL_NO_TRIVIAL is present.
16013         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
16014         and use the current ABI.
16015         (file_has_acl): Use same #if condition as elsewhere.
16016         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
16017         in use, and use the current ABI.
16018         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
16019         Reported by Jim Meyering.
16020
16021 2008-06-09  Eric Blake  <ebb9@byu.net>
16022
16023         Work around environments that (stupidly) ignore SIGALRM.
16024         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
16025         before using alarm().
16026         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
16027         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
16028         Reported by Ian Beckwith <ianb@erislabs.net>.
16029
16030         Produce autobuild blurb earlier in log.
16031         * modules/autobuild (configure.ac-early): Move AB_INIT here.
16032
16033 2008-06-09  Jim Meyering  <meyering@redhat.com>
16034         and Ondřej Vašík  <ovasik@redhat.com>
16035
16036         utimens.c: correct kernel bug work-around
16037         Ondřej Vašík found that the invalid return value of 280 indicates
16038         failure, not success, and the kernel bug we're trying to work
16039         around affects not just the utimensat call, but also the fallback
16040         futimens call.
16041         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
16042         not success.
16043         [HAVE_FUTIMENS]: Use the same work-around, here.
16044
16045 2008-06-09  Jim Meyering  <meyering@redhat.com>
16046
16047         add more guards around definition of ACE_-related code
16048         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
16049         ALLOW and ACE_OWNER are also defined.
16050
16051 2008-06-08  Bruno Haible  <bruno@clisp.org>
16052
16053         * lib/acl-internal.h: Add me as co-author.
16054         * lib/file-has-acl.c: Likewise.
16055         * lib/set-mode-acl.c: Likewise.
16056         * lib/copy-acl.c: Likewise.
16057
16058 2008-06-08  Bruno Haible  <bruno@clisp.org>
16059
16060         Add support for AIX ACLs.
16061         * lib/acl-internal.h (acl_nontrivial): New declaration.
16062         * lib/file-has-acl.c (acl_nontrivial): New function.
16063         (file_has_acl): Add implementation using AIX 4 ACL API.
16064         * lib/set-mode-acl.c (qset_acl): Likewise.
16065         * lib/copy-acl.c (qcopy_acl): Likewise.
16066
16067 2008-06-08  Bruno Haible  <bruno@clisp.org>
16068
16069         Add support for HP-UX ACLs.
16070         * lib/acl-internal.h (acl_nontrivial): New declaration.
16071         * lib/file-has-acl.c (acl_nontrivial): New function.
16072         (file_has_acl): Add implementation using HP-UX 11 ACL API.
16073         * lib/set-mode-acl.c (qset_acl): Likewise.
16074         * lib/copy-acl.c (qcopy_acl): Likewise.
16075
16076 2008-06-08  Bruno Haible  <bruno@clisp.org>
16077
16078         Add support for Cygwin ACLs.
16079         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
16080         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
16081         the chmod_or_fchmod call.
16082         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
16083
16084 2008-06-08  Bruno Haible  <bruno@clisp.org>
16085
16086         Fix bug with setuid modes in Solaris 10+ code.
16087         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
16088         succeeded, when the mode contains some special bits.
16089
16090 2008-06-08  Bruno Haible  <bruno@clisp.org>
16091
16092         Add support for Solaris 7..10 ACLs.
16093         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
16094         declarations.
16095         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
16096         functions.
16097         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
16098         * lib/set-mode-acl.c (qset_acl): Likewise.
16099         * lib/copy-acl.c (qcopy_acl): Likewise.
16100
16101 2008-06-08  Bruno Haible  <bruno@clisp.org>
16102
16103         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
16104         declaration.
16105         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
16106         (acl_access_nontrivial): Remove MacOS X case.
16107         (file_has_acl): Use acl_extended_nontrivial.
16108         * lib/copy-acl.c (qcopy_acl): Likewise.
16109
16110 2008-06-08  Bruno Haible  <bruno@clisp.org>
16111
16112         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
16113
16114 2008-06-08  Jim Meyering  <meyering@redhat.com>
16115
16116         * modules/acl (Maintainer): Add Bruno Haible.
16117
16118 2008-06-07  Bruno Haible  <bruno@clisp.org>
16119
16120         Improve support for Tru64 ACLs.
16121         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
16122         ACL on OSF/1.
16123
16124 2008-06-07  Bruno Haible  <bruno@clisp.org>
16125
16126         Add support for MacOS X ACLs.
16127         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
16128         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
16129         * lib/set-mode-acl.c (qset_acl): Likewise.
16130         * lib/copy-acl.c (qcopy_acl): Likewise.
16131
16132 2008-06-07  Bruno Haible  <bruno@clisp.org>
16133
16134         Fix memory leak introduced on 2008-05-22.
16135         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
16136         use.
16137
16138 2008-06-07  Bruno Haible  <bruno@clisp.org>
16139
16140         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
16141         to construct an empty ACL.
16142
16143 2008-06-07  Bruno Haible  <bruno@clisp.org>
16144
16145         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
16146         precisely.
16147         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
16148
16149 2008-06-07  Bruno Haible  <bruno@clisp.org>
16150
16151         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
16152         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
16153
16154 2008-06-07  Bruno Haible  <bruno@clisp.org>
16155
16156         * doc/posix-functions/_setjmp.texi: Explain the use of this function
16157         regardless of POSIX.
16158         * doc/posix-functions/_longjmp.texi: Likewise.
16159         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
16160         SystemV platform in this case.
16161
16162 2008-06-06  Eric Blake  <ebb9@byu.net>
16163
16164         Document abort() bugs.
16165         * doc/posix-functions/abort.texi (abort): Mention anomalies.
16166
16167         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
16168         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
16169         sigsetjmp.
16170         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
16171         siglongjmp, but only as a macro.
16172         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
16173         is obsolete.
16174         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
16175
16176         Tweak documentation to cover cygwin argz bugs.
16177         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
16178         argz bug fix; no code change needed since no cygwin releases
16179         occurred between the last fix and the bug being tested.
16180         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
16181         module and recently fixed cygwin bugs.
16182         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
16183         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
16184         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
16185         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
16186         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
16187         Likewise.
16188         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
16189         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
16190         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
16191         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
16192         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
16193         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
16194         Likewise.
16195
16196         Avoid gcc warning on cygwin.
16197         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
16198         !ACL_NO_TRIVIAL]: Avoid unused variable.
16199
16200 2008-06-05  Eric Blake  <ebb9@byu.net>
16201
16202         Be tolerant of UNKNOWN version in gnulib-tool test dir.
16203         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
16204         git-version-gen fails to come up with a version.
16205         Reported by Simon Josefsson.
16206
16207 2008-06-05  Jim Meyering  <meyering@redhat.com>
16208             Paul Eggert  <eggert@cs.ucla.edu>
16209
16210         utimens.c: work around a probable Linux kernel bug
16211         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
16212         appears to be a kernel bug that causes utimensat to return 280
16213         instead of 0, indicating success.
16214
16215 2008-06-04  Bruno Haible  <bruno@clisp.org>
16216
16217         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
16218         2008-06-01 commit.
16219
16220 2008-06-04  Bruno Haible  <bruno@clisp.org>
16221
16222         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
16223         * lib/file-has-acl.c (acl_access_nontrivial): New function.
16224         (file_has_acl): Use it. Save errno afterwards.
16225         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
16226
16227 2008-06-03  Bruno Haible  <bruno@clisp.org>
16228
16229         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
16230         draft code. Simplify #ifs.
16231         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
16232         Put Solaris code after POSIX-draft code. Fix comments regarding
16233         Solaris 10, HP-UX. Mention Cygwin.
16234         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
16235
16236 2008-06-03  Eric Blake  <ebb9@byu.net>
16237
16238         Provide fallback for older kernels.
16239         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
16240         Provide runtime fallback if kernel lacks support.
16241         Reported by Mike Frysinger.
16242
16243 2008-06-02  Bruno Haible  <bruno@clisp.org>
16244
16245         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
16246         it exists.
16247
16248 2008-06-02  Bruno Haible  <bruno@clisp.org>
16249
16250         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
16251         * lib/copy-acl.c (qcopy_acl): Update comment.
16252
16253 2008-06-02  Bruno Haible  <bruno@clisp.org>
16254
16255         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
16256         like ACL APIs.
16257
16258 2008-06-02  Bruno Haible  <bruno@clisp.org>
16259
16260         * tests/test-file-has-acl.sh: Use different code for Cygwin.
16261         * tests/test-set-mode-acl.sh: Likewise.
16262         * tests/test-copy-acl.sh: Likewise.
16263         * tests/test-copy-file.sh: Likewise.
16264
16265 2008-06-02  Bruno Haible  <bruno@clisp.org>
16266
16267         * tests/test-file-has-acl.sh: Remove unused code.
16268
16269 2008-06-01  Bruno Haible  <bruno@clisp.org>
16270
16271         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
16272         (copy_acl): Just a wrapper around qcopy_acl that emits the error
16273         messages.
16274         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
16275
16276 2008-06-01  Bruno Haible  <bruno@clisp.org>
16277
16278         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
16279         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
16280         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
16281         APIs.
16282         * modules/acl-tests (configure.ac): Remove tests now contained in
16283         m4/acl.m4.
16284
16285 2008-06-02  Jim Meyering  <meyering@redhat.com>
16286
16287         announce-gen: use a better key-server host name
16288         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
16289         it may be more consistently reliable.  Suggested by Werner Koch
16290         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
16291
16292 2008-06-01  Bruno Haible  <bruno@clisp.org>
16293
16294         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
16295         Reported by Voroskoi Andras <voroskoi@gmail.com>.
16296
16297 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
16298
16299         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
16300
16301 2008-06-01  Bruno Haible  <bruno@clisp.org>
16302
16303         New ACL tests.
16304         * tests/test-file-has-acl.sh: New file.
16305         * tests/test-file-has-acl.c: New file.
16306         * tests/test-set-mode-acl.sh: New file.
16307         * tests/test-set-mode-acl.c: New file.
16308         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
16309         * tests/test-copy-acl.c: New file.
16310         * modules/acl-tests: New file, based on modules/copy-file-tests.
16311         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
16312         (Depends-on): Add acl-tests.
16313         (configure.ac): Remove checks.
16314         (Makefile.am): Don't create test-sameacls program here any more.
16315
16316 2008-06-01  Bruno Haible  <bruno@clisp.org>
16317
16318         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
16319         * tests/test-sameacls.c: Include progname.h.
16320         (main): Invoke set_program_name. Portability fixes for MacOS X,
16321         Solaris, HP-UX.
16322
16323 2008-06-01  Bruno Haible  <bruno@clisp.org>
16324
16325         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
16326         function.
16327         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
16328
16329 2008-06-01  Bruno Haible  <bruno@clisp.org>
16330
16331         * modules/rpmatch (Depends-on): Add strdup.
16332
16333 2008-06-01  Bruno Haible  <bruno@clisp.org>
16334
16335         * lib/pipe.c: Include unistd-safer.h.
16336         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
16337         * modules/pipe (Depends-on): Add unistd-safer.
16338
16339 2008-05-30  Simon Josefsson  <simon@josefsson.org>
16340
16341         * modules/autobuild (configure.ac): Call AB_INIT.
16342
16343 2008-05-30  Simon Josefsson  <simon@josefsson.org>
16344
16345         * tests/test-getaddrinfo.c: Don't print debug messages by default.
16346         Suggested by Bruno Haible <bruno@clisp.org>.
16347
16348 2008-05-30  Simon Josefsson  <simon@josefsson.org>
16349
16350         * tests/test-base64.c: Cast size_t to unsigned long when invoking
16351         printf.  Use %lu instead of %d.  Reported by Bruno Haible
16352         <bruno@clisp.org>.
16353
16354 2008-05-29  Eric Blake  <ebb9@byu.net>
16355
16356         Prefer new POSIX 200x interfaces over futimesat.
16357         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
16358         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
16359         when available.
16360         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
16361
16362 2008-05-28  Bruno Haible  <bruno@clisp.org>
16363
16364         * modules/stpcpy (License): Change to LGPLv2+.
16365         Requested by David Lutterkort <dlutter@redhat.com>.
16366
16367 2008-05-27  Bruno Haible  <bruno@clisp.org>
16368
16369         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
16370         current mingw.
16371         Reported by Jose E. Marchesi <jemarch@gnu.org>.
16372
16373 2008-05-27  Bruno Haible  <bruno@clisp.org>
16374
16375         * modules/iconv_open (Link): New section, from module 'iconv'.
16376         * modules/striconv (Link): Likewise.
16377         * modules/striconveh (Link): Likewise.
16378         * modules/xstriconv (Link): Likewise.
16379         * modules/unicodeio (Link): Likewise.
16380         * modules/propername (Link): Likewise.
16381         Reported by Jim Meyering.
16382
16383 2008-05-26  Jim Meyering  <meyering@redhat.com>
16384
16385         sha256: do not artificially restrict buffer length to be < 2^32
16386         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
16387         uint32_t to size_t.
16388         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
16389         to match.
16390
16391         avoid unaligned access errors, e.g., on sparc
16392         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
16393         direct access through a possibly-unaligned uint64* pointer.
16394         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
16395         direct access through a possibly-unaligned uint32* pointer.
16396         Prompted by this patch from Tom "spot" Callaway:
16397         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
16398
16399         sha512.c: fix typo in comment
16400         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
16401
16402 2008-05-25  Bruno Haible  <bruno@clisp.org>
16403
16404         * lib/set-mode-acl.c: Renamed from lib/acl.c.
16405         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
16406         (Makefile.am): Update lib_SOURCES.
16407
16408 2008-05-25  Bruno Haible  <bruno@clisp.org>
16409
16410         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
16411
16412 2008-05-25  Jim Meyering  <meyering@redhat.com>
16413
16414         useless-if-before-free: freed expr may have white-space differences
16415         * build-aux/useless-if-before-free: Recognize cases in which the
16416         freed expression differs from the tested one in embedded white
16417         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
16418         $1 was used, so we can't make any regexp shy.  Improved tests now
16419         detect this.
16420
16421         useless-if-before-free: accept white space in the expression.
16422         * build-aux/useless-if-before-free: For now, any white space
16423         in the expression must be identical in the free argument.
16424
16425         useless-if-before-free: efficiency tweak
16426         * build-aux/useless-if-before-free: Make the expression-matching
16427         regexp "shy".
16428         Make the *outer* regexp shy, not the expr-matching one.
16429
16430         update code-in-comment to accept cast of free arg
16431         * build-aux/useless-if-before-free: Update regexp.
16432
16433 2008-05-25  Bruno Haible  <bruno@clisp.org>
16434
16435         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
16436         * modules/copy-file-tests (Files, Makefile.am): Update.
16437         * tests/test-copy-file.c (func_test_copy): Update.
16438
16439 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
16440
16441         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
16442
16443 2008-05-23  Bruno Haible  <bruno@clisp.org>
16444
16445         Improve support for ACLs on OSF/1.
16446         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
16447         Remove fallback for unknown flavors of ACLs.
16448
16449 2008-05-22  Bruno Haible  <bruno@clisp.org>
16450
16451         Add support for ACLs on OSF/1.
16452         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
16453         replacements.
16454         (acl_free_text): New macro fallback.
16455         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
16456         acl_free.
16457         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
16458         acl_free_text function. Require AC_C_INLINE.
16459
16460 2008-05-22  Bruno Haible  <bruno@clisp.org>
16461
16462         Make copy_acl work on MacOS X 10.5.
16463         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
16464         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
16465         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
16466         If MODE_INSIDE_ACL, don't assume that every system has the same text
16467         representation for ACLs as FreeBSD.
16468         * lib/copy-acl.c (copy_acl): Add support for platforms with
16469         !MODE_INSIDE_ACL.
16470         * lib/file-has-acl.c (file_has_acl): Likewise.
16471         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
16472         FreeBSD, MacOS X, or IRIX, respectively.
16473
16474 2008-05-22  Bruno Haible  <bruno@clisp.org>
16475
16476         * lib/acl.h: Don't include <sys/acl.h>.
16477         (GETACLCNT): Move fallback to lib/acl-internal.h.
16478         * lib/acl-internal.h: Include <sys/acl.h> here.
16479         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
16480
16481 2008-05-22  Bruno Haible  <bruno@clisp.org>
16482
16483         Split off copy_acl function to separate file.
16484         * lib/copy-acl.c: New file, extracted from lib/acl.c.
16485         * lib/acl.c (copy_acl): Moved function to separate file.
16486         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
16487         * modules/acl (Files): Add lib/copy-acl.c.
16488         (Makefiles.am): Augment lib_SOURCES.
16489
16490 2008-05-22  Bruno Haible  <bruno@clisp.org>
16491
16492         * modules/copy-file-tests: New file.
16493         * tests/test-copy-file.sh: New file.
16494         * tests/test-copy-file.c: New file.
16495         * tests/test-copy-file-sameacls.c: New file.
16496
16497 2008-05-22  Eric Blake  <ebb9@byu.net>
16498
16499         Avoid gcc warning.
16500         * tests/test-memcmp.c (main): Pass NULL indirectly.
16501
16502 2008-05-21  Bruno Haible  <bruno@clisp.org>
16503
16504         Add reference doc about ACLs.
16505         * doc/acl-resources.txt: New file.
16506         * doc/acl-cygwin.txt: New file.
16507
16508 2008-05-21  Bruno Haible  <bruno@clisp.org>
16509
16510         Avoid one more warning from gcc.
16511         * lib/vasnprintf.c (IF_LINT): Update comments.
16512         (VASNPRINTF): Use it also for the 'prefix' array initializer.
16513
16514 2008-05-21  Jim Meyering  <meyering@redhat.com>
16515
16516         avoid a warning from gcc
16517         * lib/vasnprintf.c (IF_LINT): Define.
16518         (scale10_round_decimal_long_double):
16519         Use it to avoid a "may be used uninitialized" warning.
16520         (scale10_round_decimal_double): Likewise.
16521
16522 2008-05-21  Simon Josefsson  <simon@josefsson.org>
16523
16524         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
16525         declared.
16526
16527 2008-05-20  Bruno Haible  <bruno@clisp.org>
16528
16529         * tests/test-memcmp.c (main): Test also the sign of the result. Test
16530         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
16531
16532 2008-05-20  Simon Josefsson  <simon@josefsson.org>
16533
16534         * modules/memcmp-tests: New file.
16535         * tests/test-memcmp.c: New file.
16536
16537 2008-05-19  Bruno Haible  <bruno@clisp.org>
16538
16539         * modules/propername (Notice, configure.ac): Put quoted "..." into
16540         --keyword option.
16541         * lib/propername.h: Update comments accordingly.
16542         Reported by Eric Blake.
16543
16544 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
16545
16546         * modules/getpass-gnu (Depends-on): Add fseeko.
16547
16548 2008-05-19  Simon Josefsson  <simon@josefsson.org>
16549
16550         * modules/base64-tests: New file.
16551
16552 2008-05-19  Bo Borgerson <gigabo@gmail.com>
16553
16554         * lib/base64.c (base64_decode_ctx): If a decode context structure
16555         was passed in use it to ignore newlines.  If a context structure
16556         was _not_ passed in, continue to treat newlines as garbage (this
16557         is the historical behavior).  Formerly base64_decode.
16558         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
16559         takes a decode context structure.
16560         * lib/base64.h (base64_decode): Macro for four-argument calls.
16561         (base64_decode_alloc): Likewise.
16562         * lib/base64.c (base64_decode_ctx): If a decode context structure
16563         was passed in use it to ignore newlines.  If a context structure
16564         was _not_ passed in, continue to treat newlines as garbage (this
16565         is the historical behavior).  Formerly base64_decode.
16566         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
16567         takes a decode context structure.
16568         * lib/base64.h (base64_decode): Macro for four-argument calls.
16569         (base64_decode_alloc): Likewise.
16570
16571 2008-05-19  Jim Meyering  <meyering@redhat.com>
16572
16573         avoid a warning from gcc
16574         * lib/trim.c (IF_LINT): Define.
16575         (trim2): Use it to avoid a "may be used uninitialized" warning.
16576
16577         Fix doc typo.
16578         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
16579
16580 2008-05-19  Bruno Haible  <bruno@clisp.org>
16581
16582         * doc/glibc-functions/getpass.texi: Document limits of other
16583         implementations.
16584
16585 2008-05-19  Simon Josefsson  <simon@josefsson.org>
16586             Bruno Haible <bruno@clisp.org>
16587
16588         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
16589
16590 2008-05-18  Bruno Haible  <bruno@clisp.org>
16591
16592         * modules/propername: New file, from GNU gettext.
16593         * lib/propername.h: New file, from GNU gettext.
16594         * lib/propername.c: New file, from GNU gettext.
16595         * MODULES.html.sh (Internationalization functions): Add propername.
16596
16597 2008-05-16  Jim Meyering  <meyering@redhat.com>
16598             Bruno Haible  <bruno@clisp.org>
16599
16600         Avoid some warnings from "gcc -Wshadow".
16601         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
16602
16603 2008-05-15  Eric Blake  <ebb9@byu.net>
16604
16605         Extend previous patch to cygwin 1.7.0.
16606         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
16607         fast implementation in cygwin >= 1.7.0.
16608         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
16609         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
16610
16611 2008-05-15  Bruno Haible  <bruno@clisp.org>
16612
16613         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
16614         implementation in glibc >= 2.9.
16615         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
16616         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
16617
16618 2008-05-15  Bruno Haible  <bruno@clisp.org>
16619
16620         * MODULES.html.sh (Internationalization functions): Remove linebreak.
16621         (Unicode string functions): Add unilbrk/*.
16622         Reported by Karl Berry.
16623
16624 2008-05-15  Eric Blake  <ebb9@byu.net>
16625
16626         Fix violation of <stdbool.h> replacement in regex.
16627         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
16628         * lib/regexec.c (re_search_internal): Likewise.
16629         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
16630
16631 2008-05-15  Jim Meyering  <meyering@redhat.com>
16632
16633         avoid distracting test output when git or cvs is not found
16634         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
16635         * tests/test-vc-list-files-git.sh: Likewise.
16636
16637 2008-05-15  Eric Blake  <ebb9@byu.net>
16638
16639         Glibc finally accepted the memmem speedup code, bugzilla #5514.
16640         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
16641         glibc version.
16642         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
16643         * doc/posix-functions/strstr.texi (strstr): Likewise.
16644         * lib/str-two-way.h (MAX): Sychronize with glibc.
16645
16646 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
16647
16648         * lib/regcomp.c (optimize_utf8): Add a note on why we test
16649         opr.ctx_type.
16650         (calc_first): Initialize constraint field.
16651         (duplicate_node_closure): Use it instead of special casing ANCHORS.
16652         Fix grammar.
16653         (duplicate_node): Merge constraint field for all node types.
16654         (calc_eclosure_iter): Look at constraint field for all node types.
16655         * lib/regex_internal.c (create_cd_newstate): Don't look at
16656         opr.ctx_type.
16657
16658 2008-05-14  Bruno Haible  <bruno@clisp.org>
16659
16660         Help GCC to do better code generation.
16661         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
16662         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
16663         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
16664         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
16665         Declare with attribute 'malloc' if supported.
16666
16667 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
16668
16669         use "echo STR|wc -c" rather than unportable "expr length STR"
16670         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
16671         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
16672
16673 2008-05-14  Jim Meyering  <meyering@redhat.com>
16674
16675         use dd ibs=$n count=1 ... rather than less-portable head -c$n
16676         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
16677         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
16678         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
16679         via Collin Lasse.
16680
16681 2008-05-14  Eric Blake  <ebb9@byu.net>
16682
16683         Avoid quadratic growth in gl_LIBSOURCES.
16684         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
16685         Suggested by Bruno Haible.
16686
16687         Test xmemdup0.
16688         * modules/xmemdup0-tests: New file.
16689         * tests/test-xmemdup0.c: Likewise.
16690
16691 2008-05-13  Eric Blake  <ebb9@byu.net>
16692
16693         Split xmemdup0 into its own module.
16694         * modules/xmemdup0: New file.
16695         * lib/xmemdup0.h: Likewise.
16696         * lib/xmemdup0.c: Likewise.
16697         * MODULES.html.sh (Memory management functions): Add xmemdup0.
16698         * lib/xalloc.h (xmemdup0): Remove.
16699         * lib/xmalloc.c (xmemdup0): Likewise.
16700
16701 2008-05-13  Eric Blake  <ebb9@byu.net>
16702             Bruno Haible  <bruno@clisp.org>
16703
16704         Reduce number of forks required during autoconf.
16705         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
16706         and gl_LIBSOURCES_DIR.
16707         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
16708         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
16709         m4_syscmd per file.
16710         <m4_foreach_w>: Move...
16711         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
16712
16713 2008-05-13  Eric Blake  <ebb9@byu.net>
16714
16715         * gnulib-tool: Fix various comment typos.
16716
16717 2008-05-12  Bruno Haible  <bruno@clisp.org>
16718
16719         Tailor the linebreaking algorithm.
16720         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
16721
16722 2008-05-12  Bruno Haible  <bruno@clisp.org>
16723
16724         Update to Unicode 5.0.0.
16725         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
16726         LBP_JV, LBP_JT. Redistribute values.
16727         (unilbrk_table): Change size.
16728         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
16729         Unicode TR#14 rev. 22.
16730         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
16731         LBP_JV, LBP_JT. Redistribute values.
16732         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
16733         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
16734         Update.
16735         * lib/unilbrk/lbrkprop1.h: Regenerated.
16736         * lib/unilbrk/lbrkprop2.h: Regenerated.
16737         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
16738         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
16739         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
16740         Likewise.
16741         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
16742         Likewise.
16743         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
16744         result.
16745         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
16746         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
16747         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
16748         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
16749         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
16750         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
16751
16752 2008-05-11  Bruno Haible  <bruno@clisp.org>
16753
16754         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
16755
16756 2008-05-11  Bruno Haible  <bruno@clisp.org>
16757
16758         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
16759         * modules/unilbrk/gen-lbrk: New file.
16760
16761 2008-05-11  Bruno Haible  <bruno@clisp.org>
16762
16763         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
16764         * m4/sha512.m4 (gl_SHA512): Likewise.
16765
16766 2008-05-11  Jim Meyering  <meyering@redhat.com>
16767
16768         New modules: crypto/sha256, crypto/sha512 (from coreutils)
16769         * modules/crypto/sha256: New file.
16770         * modules/crypto/sha512: Likewise.
16771         * lib/sha256.c: Likewise.
16772         * lib/sha256.h: Likewise.
16773         * lib/sha512.c: Likewise.
16774         * lib/sha512.h: Likewise.
16775         * lib/u64.h: Likewise.
16776         * m4/sha256.m4: Likewise.
16777         * m4/sha512.m4: Likewise.
16778         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
16779
16780 2008-05-10  Bruno Haible  <bruno@clisp.org>
16781
16782         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
16783         (Input/Output <stdio.h>): Add xprintf.
16784         (Signal handling <signal.h>): Add strsignal.
16785         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
16786         (Core language properties): Add func.
16787         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
16788         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
16789         strings.
16790         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
16791         (Input/output): New section.
16792         (File system functions): Add openat-die, stat-macros.
16793         (Networking functions): Add sockets.
16794         (Unicode string functions): Add unictype/*.
16795         (Support for building libraries and executables): Add gperf.
16796         (Support for building documentation): Add agpl-3.0.
16797         (Misc): Add nocrash.
16798
16799 2008-05-10  Bruno Haible  <bruno@clisp.org>
16800
16801         * modules/unictype/gen-ctype: New file.
16802
16803 2008-05-10  Jim Meyering  <meyering@redhat.com>
16804
16805         Make chdir-safer.c more efficient on a system with no symlinks.
16806         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
16807         also if ELOOP is zero.  Suggested by Bruno Haible.
16808
16809         Make chdir-safer.c slightly safer.
16810         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
16811         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
16812
16813         Avoid compile failure on systems without ELOOP (like mingw).
16814         * lib/chdir-safer.c (ELOOP): Define if not already defined.
16815         Reported by Bruno Haible.
16816
16817 2008-05-10  Bruno Haible  <bruno@clisp.org>
16818
16819         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
16820         (is_utf8_encoding): Use a case-insensitive comparison.
16821         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
16822         streq.
16823
16824 2008-05-10  Bruno Haible  <bruno@clisp.org>
16825
16826         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
16827         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
16828         * lib/unilbrk/ulc-common.h (iconv_string_length,
16829         iconv_string_keeping_offsets): Remove declarations.
16830         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
16831         Don't include <iconv.h>, streq.h, xsize.h.
16832         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
16833         conversion.
16834         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
16835         <iconv.h>, streq.h, xsize.h.
16836         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
16837         conversion.
16838         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
16839         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
16840         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
16841         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
16842
16843 2008-05-10  Bruno Haible  <bruno@clisp.org>
16844
16845         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
16846         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
16847
16848         * modules/unilbrk/u32-width-linebreaks-tests: New file.
16849         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
16850
16851         * modules/unilbrk/u16-width-linebreaks-tests: New file.
16852         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
16853
16854         * modules/unilbrk/u8-width-linebreaks-tests: New file.
16855         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
16856
16857         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
16858         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
16859
16860         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
16861         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
16862
16863         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
16864         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
16865
16866         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
16867         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
16868
16869 2008-05-10  Bruno Haible  <bruno@clisp.org>
16870
16871         Split up 'linebreak' module.
16872         * lib/unilbrk.h: New file, based on lib/linebreak.h.
16873         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
16874         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
16875         modifications.
16876         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
16877         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
16878         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
16879         lib/linebreak.c.
16880         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
16881         lib/linebreak.c.
16882         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
16883         lib/linebreak.c.
16884         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
16885         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
16886         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
16887         lib/linebreak.c.
16888         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
16889         lib/linebreak.c.
16890         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
16891         lib/linebreak.c.
16892         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
16893         lib/linebreak.c.
16894         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
16895         lib/linebreak.c.
16896         * modules/unilbrk/base: New file.
16897         * modules/unilbrk/tables: New file.
16898         * modules/unilbrk/u8-possible-linebreaks: New file.
16899         * modules/unilbrk/u16-possible-linebreaks: New file.
16900         * modules/unilbrk/u32-possible-linebreaks: New file.
16901         * modules/unilbrk/ulc-common: New file.
16902         * modules/unilbrk/ulc-possible-linebreaks: New file.
16903         * modules/unilbrk/u8-width-linebreaks: New file.
16904         * modules/unilbrk/u16-width-linebreaks: New file.
16905         * modules/unilbrk/u32-width-linebreaks: New file.
16906         * modules/unilbrk/ulc-width-linebreaks: New file.
16907         * lib/linebreak.h: Remove file.
16908         * lib/linebreak.c: Remove file.
16909         * m4/linebreak.m4: Remove file.
16910         * modules/linebreak: Remove file.
16911         * NEWS: Mention the changes.
16912
16913 2008-05-09  Eric Blake  <ebb9@byu.net>
16914
16915         Add xmemdup0.
16916         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
16917         implementation.
16918         * lib/xmalloc.c (xmemdup0): New C implementation.
16919
16920 2008-05-08  Bruno Haible  <bruno@clisp.org>
16921
16922         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
16923
16924 2008-05-07  Eric Blake  <ebb9@byu.net>
16925
16926         Support cross-compilation of <wctype.h>.
16927         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
16928         AC_CACHE_CHECK.
16929
16930 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
16931
16932         * build-aux/vc-list-files: Add support for bzr.
16933
16934 2008-05-03  Jim Meyering  <meyering@redhat.com>
16935
16936         avoid failed assertion with tight malloc
16937         * tests/test-getndelim2.c: Correct an off-by-one assertion.
16938
16939 2008-05-03  Simon Josefsson  <simon@josefsson.org>
16940
16941         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
16942         are needed from arpa/inet.h.
16943         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
16944         Reported by Bruno Haible.
16945
16946 2008-05-02  Jim Meyering  <meyering@redhat.com>
16947
16948         avoid compilation error on FreeBSD 6
16949         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
16950
16951 2008-05-01  Jim Meyering  <meyering@redhat.com>
16952
16953         useless-if-before-free: correct --help's exit status description
16954         * build-aux/useless-if-before-free (usage): Like grep, exit 0
16955         for one or more matches, etc.  Reported by Bruno Haible.
16956
16957         vc-list-files: make the stand-alone gnulib test work
16958         * modules/vc-list-files-tests (configure.ac):
16959         Define and AC_SUBST abs_aux_dir.
16960         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
16961         $(abs_top_srcdir) to each script and having each of them
16962         duplicate the work of setting PATH, set PATH here, using
16963         the new variable, abs_aux_dir instead.
16964         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
16965         * tests/test-vc-list-files-git.sh: Likewise.
16966         Reported by Bruno Haible.
16967
16968 2008-05-01  Bruno Haible  <bruno@clisp.org>
16969
16970         * lib/getndelim2.c (getndelim2): Fix newsize computation during
16971         reallocation. Rename 'done' to 'found_delimiter'.
16972
16973 2008-05-01  Jim Meyering  <meyering@redhat.com>
16974
16975         vc-list-files: accommodate /bin/sh like the one from Solaris 10
16976         * build-aux/vc-list-files: Use `...`, not $(...).
16977
16978 2008-04-30  Jim Meyering  <meyering@redhat.com>
16979
16980         add tests for vc-list-files
16981         * modules/vc-list-files-tests: New module.
16982         * tests/test-vc-list-files-cvs.sh: New file.
16983         * tests/test-vc-list-files-git.sh: New file.
16984
16985         avoid a warning from gcc
16986         * lib/getndelim2.c (IF_LINT): Define.
16987         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
16988
16989         vc-list-files: work properly with build-aux/cvsu, too
16990         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
16991         to all cvs-based clauses.
16992
16993         vc-list-files: work properly in the CVS+awk case, too
16994         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
16995
16996         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
16997         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
16998         take more than one file argument, so .  Add quotes, just in case $dir
16999         ever contains a shell meta-character.  Prompted by Soren Hansen in
17000         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
17001
17002 2008-04-29  Eric Blake  <ebb9@byu.net>
17003
17004         Optimize getndelim2 to use block operations when possible.
17005         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
17006         freadseek, and memchr2.
17007         * lib/getndelim2.c (getndelim2): Use them for block reads.
17008
17009 2008-04-29  Bruno Haible  <bruno@clisp.org>
17010
17011         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
17012         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
17013         * modules/inet_ntop (Depends-on): Add extensions.
17014         * modules/inet_pton (Depends-on): Likewise.
17015         Reported by Simon Josefsson.
17016
17017 2008-04-29  Jim Meyering  <meyering@redhat.com>
17018
17019         When the is more than one match in a block, match all of them.
17020         * build-aux/useless-if-before-free: Iterate through each block
17021         until there are no more matches.
17022
17023         Fix broken useless-if-before-free script.
17024         * build-aux/useless-if-before-free: Fix typo: missing "?" after
17025         the expression to match cast of argument to free-like function.
17026
17027 2008-04-29  Eric Blake  <ebb9@byu.net>
17028
17029         Use new header.
17030         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
17031
17032 2008-04-29  Jim Meyering  <meyering@redhat.com>
17033
17034         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
17035         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
17036         by gnulib to exist and to declare e.g., inet_ntop.
17037         Don't include "inet_ntop.h", now removed.
17038
17039         * m4/arpa_inet_h.m4: Remove trailing blanks.
17040
17041 2008-04-29  Eric Blake  <ebb9@byu.net>
17042
17043         Silence valgrind on safe reads beyond potential array bounds.
17044         * lib/rawmemchr.valgrind: New file.
17045         * lib/strchrnul.valgrind: Likewise.
17046         * modules/rawmemchr (Files): Distribute new file.
17047         * modules/strchrnul (Files): Likewise.
17048         Suggested by Bruno Haible.
17049
17050 2008-04-29  Bruno Haible  <bruno@clisp.org>
17051
17052         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
17053         (inet_ntop, inet_pton): Change portability warning's wording.
17054         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
17055         Invoke gl_CHECK_NEXT_HEADERS.
17056         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
17057         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
17058         set ARPA_INET_H.
17059         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
17060         * modules/arpa_inet (Description): No longer only for systems that
17061         lack it.
17062         (Depends-on): Add include_next.
17063         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
17064         HAVE_ARPA_INET_H.
17065
17066 2008-04-29  Jim Meyering  <meyering@redhat.com>
17067
17068         * modules/mkdir (License): Re-license as LGPLv2+.
17069
17070 2008-04-29  Bruno Haible  <bruno@clisp.org>
17071
17072         * modules/rawmemchr (Maintainer): Set to Eric.
17073         * modules/strchrnul (Maintainer): Likewise.
17074
17075 2008-04-29  Simon Josefsson  <simon@josefsson.org>
17076
17077         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
17078         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
17079
17080         * modules/arpa_inet (arpa/inet.h): Use them.
17081
17082 2008-04-28  Eric Blake  <ebb9@byu.net>
17083
17084         Test getndelim2.
17085         * modules/getndelim2-tests: New file.
17086         * tests/test-getndelim2.c: Likewise.
17087         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
17088         stream.
17089         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
17090
17091         * MODULES.html.sh: Document new module.
17092
17093 2008-04-20  Bruno Haible  <bruno@clisp.org>
17094
17095         * lib/c-stack.c (die): Use raise.
17096         * modules/c-stack (Depends-on): Add raise.
17097
17098 2008-04-28  Bruno Haible  <bruno@clisp.org>
17099
17100         Expect rpmatch to be declared.
17101         * lib/yesno.c (rpmatch): Remove declaration.
17102
17103         Declare rpmatch.
17104         * lib/stdlib.in.h (rpmatch): New declaration.
17105         * lib/rpmatch.c: Include <stdlib.h> first.
17106         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
17107         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
17108         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
17109         HAVE_RPMATCH.
17110         * modules/rpmatch (Depends-on): Add stdlib, extensions.
17111         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17112         (Include): Set to <stdlib.h>.
17113         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
17114         HAVE_RPMATCH.
17115         * NEWS: Document the change.
17116
17117 2008-04-28  Bruno Haible  <bruno@clisp.org>
17118
17119         Change rpmatch to use nl_langinfo when appropriate.
17120         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
17121         (N_): New macro.
17122         (localized_pattern): New function/macro.
17123         (try): Remove match, nomatch arguments. Copy the pattern into safe
17124         memory before caching it.
17125         (rpmatch): Use localized_pattern. Add translator comments.
17126         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
17127         Suggested by Eric Blake.
17128         * modules/rpmatch (Depends-on): Add stdbool.
17129
17130 2008-04-28  Eric Blake  <ebb9@byu.net>
17131
17132         Add rawmemchr module, matching glibc.
17133         * modules/string (Makefile.am): New indicator.
17134         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
17135         * lib/string.in.h (rawmemchr): Declare when appropriate.
17136         * modules/rawmemchr: New file.
17137         * m4/rawmemchr.m4: Likewise.
17138         * lib/rawmemchr.c: Likewise.
17139         * modules/rawmemchr-tests: Likewise.
17140         * tests/test-rawmemchr.c: Likewise.
17141         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
17142         module.
17143         * modules/strchrnul (Depends-on): Add rawmemchr.
17144         * lib/strchrnul.c (strchrnul): Optimize a corner case.
17145
17146         Whitespace cleanup.
17147         * tests/test-strchrnul.c: Reindent.
17148         * lib/strchrnul.c: Likewise.
17149
17150         Optimize and test strchrnul.
17151         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
17152         * modules/strchrnul-tests: New file.
17153         * tests/test-strchrnul.c: Likewise.
17154
17155         Remove intprops dependency.
17156         * modules/memchr (Depends-on): Remove intprops.
17157         * modules/memrchr (Depends-on): Likewise.
17158         * modules/memchr2 (Depends-on): Likewise.
17159         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
17160         * lib/memrchr.c (__memrchr): Likewise.
17161         * lib/memrchr2.c (memchr2): Likewise.
17162         Reported by Simon Josefsson.
17163
17164 2008-04-28  Simon Josefsson  <simon@josefsson.org>
17165
17166         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
17167         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17168
17169 2008-04-28  Simon Josefsson  <simon@josefsson.org>
17170
17171         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
17172
17173         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
17174
17175         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
17176
17177         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
17178         declarations.
17179         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
17180
17181         * m4/inet_pton.m4: Don't check for header files.
17182
17183         * m4/inet_ntop.m4: Don't check for header files.
17184
17185 2008-04-28  Simon Josefsson  <simon@josefsson.org>
17186
17187         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
17188         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
17189         trigger for cygwin).
17190         Reported by Bruno Haible  <bruno@clisp.org>.
17191
17192 2008-04-28  Bruno Haible  <bruno@clisp.org>
17193
17194         * doc/posix-functions/strdup.texi: Mention mingw problem.
17195
17196 2008-04-27  Bruno Haible  <bruno@clisp.org>
17197
17198         * modules/stat-time-tests (Depends-on): Add sleep.
17199         * tests/test-stat-time.c (force_unlink): New function.
17200         (cleanup): Use it.
17201         (test_mtime): Remove the ctime related tests.
17202         (test_ctime): New function, containing the ctime related tests.
17203         (main): Call test_ctime, except on native Windows platforms.
17204
17205 2008-04-27  Bruno Haible  <bruno@clisp.org>
17206
17207         * lib/rpmatch.c (rpmatch): Add some comments.
17208         Reported by James Youngman <jay@gnu.org>.
17209
17210 2008-04-27  Bruno Haible  <bruno@clisp.org>
17211
17212         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
17213         quiet NaNs.
17214
17215 2008-04-27  Bruno Haible  <bruno@clisp.org>
17216
17217         Make test-yesno.sh work on mingw.
17218         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
17219         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
17220         (main): Set stdin to binary mode.
17221         * modules/yesno-tests (Depends-on): Add binary-io.
17222
17223 2008-04-27  Bruno Haible  <bruno@clisp.org>
17224
17225         Fix 'isfinite' on x86, x86_64, ia64 platforms.
17226         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
17227         argument that lie outside the IEEE 854 domain.
17228         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
17229         (gl_ISFINITE): Use it.
17230         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
17231
17232 2008-04-27  Bruno Haible  <bruno@clisp.org>
17233
17234         Allow local renaming in config.h.
17235         * lib/memrchr.c (memrchr): Don't undefine outside libc.
17236
17237 2008-04-27  Bruno Haible  <bruno@clisp.org>
17238
17239         * lib/memchr.c (__memchr): Change type of 'i'.
17240         * lib/memchr2.c (memchr2): Likewise.
17241
17242 2008-04-26  Eric Blake  <ebb9@byu.net>
17243         and Bruno Haible  <bruno@clisp.org>
17244
17245         Optimize and test memrchr.
17246         * modules/memrchr (Depends-on): Add intprops.
17247         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
17248         * modules/memrchr-tests: New file.
17249         * tests/test-memrchr.c: New file.
17250
17251 2008-04-26  Bruno Haible  <bruno@clisp.org>
17252
17253         Add tentative support for DragonFly BSD.
17254         * lib/stdio-impl.h: Add macros for DragonFly BSD.
17255         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
17256         fp.
17257         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
17258         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
17259         * lib/fpurge.c (fpurge): Likewise.
17260         * lib/freadable.c (freaadable): Likewise.
17261         * lib/freadahead.c (freadahead): Likewise.
17262         * lib/freading.c (freading): Likewise.
17263         * lib/freadptr.c (freadptr): Likewise.
17264         * lib/freadseek.c (freadptrinc): Likewise.
17265         * lib/fseeko.c (fseeko): Likewise.
17266         * lib/fseterr.c (fseterr): Likewise.
17267         * lib/fwritable.c (fwritable): Likewise.
17268         * lib/fwriting.c (fwriting): Likewise.
17269
17270 2008-04-26  Bruno Haible  <bruno@clisp.org>
17271
17272         * lib/stdio-impl.h: New file.
17273         * lib/fbufmode.c: Include stdio-impl.h.
17274         (fbufmode): Use fp_, remove redundant #defines.
17275         * lib/fflush.c: Include stdio-impl.h.
17276         (clear_ungetc_buffer): Remove redundant #defines.
17277         * lib/fpurge.c: Include stdio-impl.h.
17278         (fpurge): Remove redundant #defines.
17279         * lib/freadable.c: Include stdio-impl.h.
17280         (freadable): Remove redundant #defines.
17281         * lib/freadahead.c: Include stdio-impl.h.
17282         (freadahead): Remove redundant #defines.
17283         * lib/freading.c: Include stdio-impl.h.
17284         (freading): Remove redundant #defines.
17285         * lib/freadptr.c: Include stdio-impl.h.
17286         (freadptr): Remove redundant #defines.
17287         * lib/freadseek.c: Include stdio-impl.h.
17288         (freadptrinc): Remove redundant #defines.
17289         * lib/fseeko.c: Include stdio-impl.h.
17290         (rpl_fseeko): Remove redundant #defines.
17291         * lib/fseterr.c: Include stdio-impl.h.
17292         (fseterr): Remove redundant #defines.
17293         * lib/fwritable.c: Include stdio-impl.h.
17294         (fwritable: Remove redundant #defines.
17295         * lib/fwriting.c: Include stdio-impl.h.
17296         (fwriting): Remove redundant #defines.
17297         * modules/fbufmode (Files): Add lib/stdio-impl.h.
17298         * modules/fflush (Files): Likewise.
17299         * modules/fpurge (Files): Likewise.
17300         * modules/freadable (Files): Likewise.
17301         * modules/freadahead (Files): Likewise.
17302         * modules/freading (Files): Likewise.
17303         * modules/freadptr (Files): Likewise.
17304         * modules/freadseek (Files): Likewise.
17305         * modules/fseeko (Files): Likewise.
17306         * modules/fseterr (Files): Likewise.
17307         * modules/fwritable (Files): Likewise.
17308         * modules/fwriting (Files): Likewise.
17309
17310 2008-04-26  Bruno Haible  <bruno@clisp.org>
17311
17312         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
17313         restore_seek_optimization, update_fpos_cache): New functions, extracted
17314         from rpl_fflush.
17315         (rpl_fflush): Use them.
17316         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
17317         (gl_REPLACE_FFLUSH): Use it.
17318
17319 2008-04-26  Bruno Haible  <bruno@clisp.org>
17320
17321         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
17322         on Solaris.
17323         * tests/test-xstrtoimax.sh: Likewise.
17324         * tests/test-xstrtoumax.sh: Likewise.
17325         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17326
17327 2008-04-26  Bruno Haible  <bruno@clisp.org>
17328
17329         * modules/memchr-tests: New file.
17330         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
17331
17332 2008-04-26  Eric Blake  <ebb9@byu.net>
17333             Bruno Haible  <bruno@clisp.org>
17334
17335         * lib/memchr.c: Include intprops.h.
17336         (__memchr): Optimize parallel detection of matching bytes. Rename local
17337         variables. Add explanatory comments.
17338
17339 2008-04-26  Bruno Haible  <bruno@clisp.org>
17340
17341         Fix module 'memchr', broken since 2000-10-28.
17342         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
17343
17344 2008-04-26  Bruno Haible  <bruno@clisp.org>
17345
17346         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
17347         comments.
17348
17349 2008-04-25  Eric Blake  <ebb9@byu.net>
17350
17351         Use native fstatat on cygwin 1.7.0.
17352         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
17353         first.
17354
17355 2008-04-23  Eric Blake  <ebb9@byu.net>
17356
17357         Improve memchr2 performance.
17358         * lib/memchr2.c (memchr2): Further optimize parallel detection of
17359         NUL bytes.
17360         * modules/memchr2 (Depends-on): Use intprops.h.
17361
17362 2008-04-23  Simon Josefsson  <simon@josefsson.org>
17363
17364         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
17365         an inline function instead of a CPP macro.  Patch by Ben Pfaff
17366         <blp@cs.stanford.edu>.
17367
17368 2008-04-23  Simon Josefsson  <simon@josefsson.org>
17369
17370         * lib/arpa_inet.in.h: New file.
17371
17372         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
17373         (Makefile.am): Sed in substitute header file.
17374
17375         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
17376         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
17377
17378         * modules/inet_ntop (configure.ac): Use
17379         gl_ARPA_INET_MODULE_INDICATOR.
17380
17381         * modules/inet_pton (configure.ac): Use
17382         gl_ARPA_INET_MODULE_INDICATOR.
17383
17384 2008-04-22  Jim Meyering  <meyering@redhat.com>
17385
17386         * modules/verify (License): Re-license as LGPLv2+.
17387
17388 2008-04-22  Simon Josefsson  <simon@josefsson.org>
17389
17390         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
17391         parameter to void* as per POSIX standard (MinGW uses char*).
17392
17393 2008-04-21  Bruno Haible  <bruno@clisp.org>
17394
17395         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
17396         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
17397         Define to replacements if REPLACE_ISWCNTRL is 1.
17398         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
17399         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
17400         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
17401         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
17402         what it fixes.
17403         * doc/posix-functions/iswalpha.texi: Likewise.
17404         * doc/posix-functions/iswblank.texi: Likewise.
17405         * doc/posix-functions/iswcntrl.texi: Likewise.
17406         * doc/posix-functions/iswdigit.texi: Likewise.
17407         * doc/posix-functions/iswgraph.texi: Likewise.
17408         * doc/posix-functions/iswlower.texi: Likewise.
17409         * doc/posix-functions/iswprint.texi: Likewise.
17410         * doc/posix-functions/iswpunct.texi: Likewise.
17411         * doc/posix-functions/iswspace.texi: Likewise.
17412         * doc/posix-functions/iswupper.texi: Likewise.
17413         * doc/posix-functions/iswxdigit.texi: Likewise.
17414         Reported by Alain Guibert.
17415
17416 2008-04-21  Bruno Haible  <bruno@clisp.org>
17417
17418         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
17419         Patch by Alain Guibert.
17420
17421 2008-04-21  Bruno Haible  <bruno@clisp.org>
17422
17423         Fix test failures on mingw.
17424         * tests/test-xstrtol.c (print_no_progname): New function.
17425         (main): Install it in error_print_progname hook.
17426         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
17427         * tests/test-xstrtoimax.sh: Likewise.
17428         * tests/test-xstrtoumax.sh: Likewise.
17429
17430 2008-04-21  Bruno Haible  <bruno@clisp.org>
17431
17432         Fix test failure on mingw.
17433         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
17434
17435 2008-04-21  Bruno Haible  <bruno@clisp.org>
17436
17437         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
17438         Actually assign a value.
17439
17440 2008-04-20  Bruno Haible  <bruno@clisp.org>
17441
17442         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
17443         take 2.
17444         * lib/canonicalize.c (canonicalize_file_name): Elide if the
17445         'canonicalize-lgpl' module is also used.
17446         * lib/canonicalize-lgpl.c: Undo last change.
17447         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
17448
17449 2008-04-20  Bruno Haible  <bruno@clisp.org>
17450
17451         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
17452         config.h. Provide _mkdir based fallback for mingw.
17453         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
17454         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
17455         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
17456         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
17457         rather than defining mkdir in config.h.
17458         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
17459         (gl_SYS_STAT_H_DEFAULTS): New macro.
17460         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
17461         HAVE_IO_H any more.
17462         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
17463         HAVE_DECL_MKDIR and HAVE_IO_H.
17464
17465 2008-04-20  Bruno Haible  <bruno@clisp.org>
17466
17467         * lib/isapipe.c: Port to native Windows platforms.
17468
17469 2008-04-20  Bruno Haible  <bruno@clisp.org>
17470
17471         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
17472
17473 2008-04-21  Eric Blake  <ebb9@byu.net>
17474
17475         Work around preprocessors that don't handle UINTMAX_MAX.
17476         * lib/memchr2.c (memchr2): Avoid embedded #if.
17477         Reported by Alain Guibert, fix suggested by Bruno Haible.
17478
17479 2008-04-21  Simon Josefsson  <simon@josefsson.org>
17480
17481         * doc/posix-functions/strftime.texi (strftime): Explain better
17482         Windows incompatibility.  Suggested by Micah Cowan
17483         <micah@cowan.name>.
17484
17485 2008-04-20  Bruno Haible  <bruno@clisp.org>
17486
17487         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
17488         unistr/u8-mblen.
17489
17490 2008-04-20  Bruno Haible  <bruno@clisp.org>
17491
17492         Fix test failure on platforms with non-GNU iconv.
17493         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
17494         (U_TO_U8): Use it, rather than u16_to_u8.
17495         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
17496         units at the end of the input string.
17497         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
17498
17499 2008-04-20  Bruno Haible  <bruno@clisp.org>
17500
17501         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
17502         when the resulting length is 0.
17503         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
17504
17505 2008-04-20  Bruno Haible  <bruno@clisp.org>
17506
17507         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
17508         works.
17509         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
17510
17511 2008-04-20  Bruno Haible  <bruno@clisp.org>
17512
17513         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
17514         * modules/tsearch-tests (configure.ac): Test for initstate function.
17515
17516 2008-04-20  Bruno Haible  <bruno@clisp.org>
17517
17518         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
17519         for nlink_t if missing.
17520         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
17521
17522 2008-04-19  Bruno Haible  <bruno@clisp.org>
17523
17524         Work around snprintf bug on Linux libc5.
17525         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
17526         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
17527         gl_SNPRINTF_SIZE1.
17528         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17529         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
17530         that test failed.
17531         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
17532         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
17533         * modules/snprintf (Files): Add m4/printf.m4.
17534         * modules/vsnprintf (Files): Likewise.
17535         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
17536         * doc/posix-functions/vsnprintf.texi: Likewise.
17537
17538 2008-04-19  Bruno Haible  <bruno@clisp.org>
17539
17540         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
17541         from 0.0058 to less than 10^-7.
17542
17543 2008-04-19  Bruno Haible  <bruno@clisp.org>
17544
17545         Fix rounding when a precision is given.
17546         * lib/vasnprintf.c (is_borderline): New function.
17547         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
17548         9...9x.
17549         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
17550         %e, %g.
17551         * tests/test-vasprintf-posix.c (test_function): Likewise.
17552         * tests/test-snprintf-posix.h (test_function): Likewise.
17553         * tests/test-sprintf-posix.h (test_function): Likewise.
17554         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
17555         * tests/test-printf-posix.h (test_function): Likewise.
17556         * tests/test-printf-posix.output: Update.
17557         Reported by John Darrington <john@darrington.wattle.id.au> via
17558         Ben Pfaff <blp@cs.stanford.edu>.
17559
17560 2008-04-18  Simon Josefsson  <simon@josefsson.org>
17561
17562         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
17563         Suggested by Bruno Haible <bruno@clisp.org>.
17564
17565 2008-04-17  Bruno Haible  <bruno@clisp.org>
17566
17567         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
17568         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
17569         implementation.
17570         Patch by Bruce Merry <bmerry@gmail.com>.
17571
17572 2008-04-17  Simon Josefsson  <simon@josefsson.org>
17573
17574         * doc/posix-functions/strftime.texi (strftime): Mention that %e
17575         doesn't work under Windows.
17576
17577 2008-04-16  Bruno Haible  <bruno@clisp.org>
17578
17579         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
17580         New macros.
17581         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
17582         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
17583         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
17584         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
17585         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
17586         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
17587         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
17588         macros.
17589         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
17590         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
17591         Northern Sotho, Uighur.
17592
17593 2008-04-16  Bruno Haible  <bruno@clisp.org>
17594
17595         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
17596         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
17597         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
17598         Reported by Daniel Bergström <daniel@octocode.com>.
17599
17600 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
17601             Bruno Haible  <bruno@clisp.org>
17602
17603         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
17604         function.
17605         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
17606         New functions, mostly extracted from gl_locale_name_default.
17607         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
17608
17609 2008-04-16  Eric Blake  <ebb9@byu.net>
17610
17611         Adjust strtod detection to catch glibc 2.7 bug.
17612         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
17613         Reported by John Gatewood Ham.
17614
17615 2008-04-16  Bruno Haible  <bruno@clisp.org>
17616
17617         Add tentative support for Linux libc5.
17618         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
17619         * lib/fpurge.c (fpurge): Likewise.
17620         * lib/freadable.c (freadable): Likewise.
17621         * lib/freadahead.c (freadahead): Likewise.
17622         * lib/freading.c (freading): Likewise.
17623         * lib/freadptr.c (freadptr): Likewise.
17624         * lib/freadseek.c (freadptrinc): Likewise.
17625         * lib/fseeko.c (rpl_fseeko): Likewise.
17626         * lib/fseterr.c (fseterr): Likewise.
17627         * lib/fwritable.c (fwritable): Likewise.
17628         * lib/fwriting.c (fwriting): Likewise.
17629         Reported by Alain Guibert <alguibert+bts@free.fr>.
17630
17631 2008-04-15  Bruno Haible  <bruno@clisp.org>
17632
17633         * modules/mathl (configure.ac): Define module indicator.
17634
17635 2008-04-15  Bruno Haible  <bruno@clisp.org>
17636
17637         * lib/logl.c (logl): Remove unused variables.
17638
17639 2008-04-15  Bruno Haible  <bruno@clisp.org>
17640
17641         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
17642         fails.
17643
17644 2008-04-15  Bruno Haible  <bruno@clisp.org>
17645
17646         * lib/trim.c (trim2): Fix argument of isspace() macro.
17647
17648 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
17649
17650         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
17651         to 0.
17652         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
17653
17654 2008-04-14  Bruno Haible  <bruno@clisp.org>
17655
17656         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
17657         AC_LANG_PROGRAM argument.
17658         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
17659         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
17660         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
17661         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
17662         * m4/math_h.m4 (gl_MATH_H): Likewise.
17663         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
17664         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17665         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
17666         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
17667         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
17668         * m4/regex.m4 (gl_REGEX): Likewise.
17669         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
17670         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
17671         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17672         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
17673         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17674         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
17675         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
17676         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
17677
17678 2008-04-14  Jim Meyering  <meyering@redhat.com>
17679
17680         test-strtod: fix typos: s/abs/fabs/
17681         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
17682
17683 2008-04-13  Bruno Haible  <bruno@clisp.org>
17684
17685         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
17686         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
17687         module is also used and while not building the reloc-wrapper.
17688
17689 2008-04-13  Bruno Haible  <bruno@clisp.org>
17690
17691         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
17692
17693 2008-04-13  Bruno Haible  <bruno@clisp.org>
17694
17695         Fix AIX compilation failure introduced on 2008-04-02.
17696         * tests/test-frexp.c (exp): Undefine before redefining.
17697         * tests/test-frexpl.c (exp): Likewise.
17698
17699 2008-04-13  Bruno Haible  <bruno@clisp.org>
17700
17701         Work around a HP-UX stdio bug.
17702         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
17703         * tests/test-ftello.c (main): Likewise.
17704         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
17705         * doc/posix-functions/ftello.texi: Likewise.
17706
17707 2008-04-13  Bruno Haible  <bruno@clisp.org>
17708
17709         Make test-signbit pass on HP-UX/hppa.
17710         * tests/test-signbit.c (minus_zerol): New variable.
17711         (test_signbitl): Use it.
17712
17713 2008-04-13  Bruno Haible  <bruno@clisp.org>
17714
17715         Make truncl work on OSF/1 4.0.
17716         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
17717         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
17718         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
17719         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
17720         HAVE_DECL_TRUNCL.
17721         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
17722         HAVE_DECL_TRUNCL.
17723         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
17724
17725 2008-04-13  Bruno Haible  <bruno@clisp.org>
17726
17727         * lib/unictype.h: Remove trailing comma from enumeration definitions.
17728
17729 2008-04-13  Bruno Haible  <bruno@clisp.org>
17730
17731         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
17732         expression, so as to avoid HP-UX 11 cc compiler bug.
17733
17734 2008-04-13  Bruno Haible  <bruno@clisp.org>
17735
17736         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
17737
17738 2008-04-13  Bruno Haible  <bruno@clisp.org>
17739
17740         * lib/git-merge-changelog.c: Remove empty declaration outside of
17741         functions.
17742
17743 2008-04-13  Bruno Haible  <bruno@clisp.org>
17744
17745         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
17746
17747 2008-04-13  Bruno Haible  <bruno@clisp.org>
17748
17749         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
17750         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
17751         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
17752         also if it exists but lacks definitions of the SHUT_* macros.
17753         * modules/sys_socket (Description): Update.
17754         Reported by Elbert Pol <e.pol@chello.nl>.
17755
17756 2008-04-13  Bruno Haible  <bruno@clisp.org>
17757
17758         * lib/localcharset.c (OS2): Don't redefine if already defined.
17759         Reported by Elbert Pol <e.pol@chello.nl>.
17760
17761 2008-04-13  Bruno Haible  <bruno@clisp.org>
17762
17763         * lib/binary-io.h [__EMX__]: Include <io.h>.
17764         Reported by Elbert Pol <e.pol@chello.nl>.
17765
17766 2008-04-12  Bruno Haible  <bruno@clisp.org>
17767
17768         * lib/fpucw.h: Enable the definitions also for x86_64.
17769         Needed for NetBSD/x86_64.
17770         Reported by Thomas Klausner <tk@giga.or.at>.
17771
17772 2008-04-12  Bruno Haible  <bruno@clisp.org>
17773
17774         * tests/test-strtod.c: Include isnand.h.
17775         (main): Use isnand instead of isnan.
17776         Reported by Jim Meyering.
17777
17778 2008-04-12  Bruno Haible  <bruno@clisp.org>
17779
17780         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
17781         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
17782
17783 2008-04-12  Jim Meyering  <meyering@redhat.com>
17784
17785         * m4/math_h.m4 (gl_MATH_H): Fix typos.
17786
17787 2008-04-12  Bruno Haible  <bruno@clisp.org>
17788
17789         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
17790         Reported by Elbert Pol <e.pol@chello.nl>.
17791
17792 2008-04-12  Eric Blake  <ebb9@byu.net>
17793
17794         Work around Solaris 10 math.h bug.
17795         * m4/math_h.m4 (gl_MATH_H): Check for bug.
17796         (gl_MATH_H_DEFAULTS): Set up default.
17797         * modules/math (Makefile.am): Replace new indicators.
17798         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
17799         * tests/test-math.c (main): Test this.
17800         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
17801         * doc/posix-headers/math.texi (math.h): Mention bug.
17802         Reported by Nelson H. F. Beebe and Jim Meyering.
17803
17804 2008-04-11  Bruno Haible  <bruno@clisp.org>
17805
17806         Adapt to future versions of Apple GCC.
17807         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
17808         Reported by Peter O'Gorman <peter@pogma.com>.
17809
17810 2008-04-11  Bruno Haible  <bruno@clisp.org>
17811
17812         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
17813
17814 2008-04-11  Bruno Haible  <bruno@clisp.org>
17815
17816         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
17817
17818         * modules/getaddrinfo-tests (Makefile.am): Define
17819         test_getaddrinfo_LDADD.
17820
17821 2008-04-11  Bruno Haible  <bruno@clisp.org>
17822
17823         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
17824         (init): Fix syntax error.
17825         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
17826         is declared.
17827
17828 2008-04-11  Bruno Haible  <bruno@clisp.org>
17829
17830         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
17831         * modules/glob (Depends-on): Add stdbool.
17832
17833 2008-04-11  Bruno Haible  <bruno@clisp.org>
17834
17835         * lib/trim.c: Include <string.h>.
17836
17837 2008-04-11  Eric Blake  <ebb9@byu.net>
17838
17839         Avoid compile failure on OS/2.
17840         * lib/regex_internal.h (internal_function): Disable optimization
17841         on OS/2 (__EMX__), where it caused compiler error.
17842         Reported by Elbert Pol.
17843
17844 2008-04-11  Bruno Haible  <bruno@clisp.org>
17845
17846         Flush the standard error stream before aborting. Needed on mingw.
17847         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
17848         * tests/test-array_list.c (ASSERT): Likewise.
17849         * tests/test-array_oset.c (ASSERT): Likewise.
17850         * tests/test-avltree_list.c (ASSERT): Likewise.
17851         * tests/test-avltree_oset.c (ASSERT): Likewise.
17852         * tests/test-avltreehash_list.c (ASSERT): Likewise.
17853         * tests/test-binary-io.c (ASSERT): Likewise.
17854         * tests/test-byteswap.c (ASSERT): Likewise.
17855         * tests/test-c-ctype.c (ASSERT): Likewise.
17856         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
17857         * tests/test-c-strcasestr.c (ASSERT): Likewise.
17858         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
17859         * tests/test-c-strstr.c (ASSERT): Likewise.
17860         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
17861         * tests/test-canonicalize.c (ASSERT): Likewise.
17862         * tests/test-carray_list.c (ASSERT): Likewise.
17863         * tests/test-ceilf1.c (ASSERT): Likewise.
17864         * tests/test-ceilf2.c (ASSERT): Likewise.
17865         * tests/test-ceill.c (ASSERT): Likewise.
17866         * tests/test-count-one-bits.c (ASSERT): Likewise.
17867         * tests/test-fbufmode.c (ASSERT): Likewise.
17868         * tests/test-fflush2.c (ASSERT): Likewise.
17869         * tests/test-floorf1.c (ASSERT): Likewise.
17870         * tests/test-floorf2.c (ASSERT): Likewise.
17871         * tests/test-floorl.c (ASSERT): Likewise.
17872         * tests/test-fopen.c (ASSERT): Likewise.
17873         * tests/test-fpending.c (ASSERT): Likewise.
17874         * tests/test-fprintf-posix.c (ASSERT): Likewise.
17875         * tests/test-fpurge.c (ASSERT): Likewise.
17876         * tests/test-freadable.c (ASSERT): Likewise.
17877         * tests/test-freadahead.c (ASSERT): Likewise.
17878         * tests/test-freading.c (ASSERT): Likewise.
17879         * tests/test-freadptr.c (ASSERT): Likewise.
17880         * tests/test-freadptr2.c (ASSERT): Likewise.
17881         * tests/test-freadseek.c (ASSERT): Likewise.
17882         * tests/test-freopen.c (ASSERT): Likewise.
17883         * tests/test-frexp.c (ASSERT): Likewise.
17884         * tests/test-frexpl.c (ASSERT): Likewise.
17885         * tests/test-fseek.c (ASSERT): Likewise.
17886         * tests/test-fseeko.c (ASSERT): Likewise.
17887         * tests/test-fstrcmp.c (ASSERT): Likewise.
17888         * tests/test-ftell.c (ASSERT): Likewise.
17889         * tests/test-ftello.c (ASSERT): Likewise.
17890         * tests/test-func.c (ASSERT): Likewise.
17891         * tests/test-fwritable.c (ASSERT): Likewise.
17892         * tests/test-fwriting.c (ASSERT): Likewise.
17893         * tests/test-getdelim.c (ASSERT): Likewise.
17894         * tests/test-getline.c (ASSERT): Likewise.
17895         * tests/test-i-ring.c (ASSERT): Likewise.
17896         * tests/test-iconv-utf.c (ASSERT): Likewise.
17897         * tests/test-iconv.c (ASSERT): Likewise.
17898         * tests/test-isfinite.c (ASSERT): Likewise.
17899         * tests/test-isnand.c (ASSERT): Likewise.
17900         * tests/test-isnanf.c (ASSERT): Likewise.
17901         * tests/test-isnanl.h (ASSERT): Likewise.
17902         * tests/test-ldexpl.c (ASSERT): Likewise.
17903         * tests/test-linked_list.c (ASSERT): Likewise.
17904         * tests/test-linkedhash_list.c (ASSERT): Likewise.
17905         * tests/test-localename.c (ASSERT): Likewise.
17906         * tests/test-lseek.c (ASSERT): Likewise.
17907         * tests/test-mbscasecmp.c (ASSERT): Likewise.
17908         * tests/test-mbscasestr1.c (ASSERT): Likewise.
17909         * tests/test-mbscasestr2.c (ASSERT): Likewise.
17910         * tests/test-mbscasestr3.c (ASSERT): Likewise.
17911         * tests/test-mbscasestr4.c (ASSERT): Likewise.
17912         * tests/test-mbschr.c (ASSERT): Likewise.
17913         * tests/test-mbscspn.c (ASSERT): Likewise.
17914         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
17915         * tests/test-mbspbrk.c (ASSERT): Likewise.
17916         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
17917         * tests/test-mbsrchr.c (ASSERT): Likewise.
17918         * tests/test-mbsspn.c (ASSERT): Likewise.
17919         * tests/test-mbsstr1.c (ASSERT): Likewise.
17920         * tests/test-mbsstr2.c (ASSERT): Likewise.
17921         * tests/test-mbsstr3.c (ASSERT): Likewise.
17922         * tests/test-memchr2.c (ASSERT): Likewise.
17923         * tests/test-memmem.c (ASSERT): Likewise.
17924         * tests/test-open.c (ASSERT): Likewise.
17925         * tests/test-printf-frexp.c (ASSERT): Likewise.
17926         * tests/test-printf-frexpl.c (ASSERT): Likewise.
17927         * tests/test-printf-posix.c (ASSERT): Likewise.
17928         * tests/test-quotearg.c (ASSERT): Likewise.
17929         * tests/test-rbtree_list.c (ASSERT): Likewise.
17930         * tests/test-rbtree_oset.c (ASSERT): Likewise.
17931         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
17932         * tests/test-round1.c (ASSERT): Likewise.
17933         * tests/test-roundf1.c (ASSERT): Likewise.
17934         * tests/test-roundl.c (ASSERT): Likewise.
17935         * tests/test-signbit.c (ASSERT): Likewise.
17936         * tests/test-sleep.c (ASSERT): Likewise.
17937         * tests/test-snprintf-posix.c (ASSERT): Likewise.
17938         * tests/test-snprintf.c (ASSERT): Likewise.
17939         * tests/test-sprintf-posix.c (ASSERT): Likewise.
17940         * tests/test-stat-time.c (ASSERT): Likewise.
17941         * tests/test-strcasestr.c (ASSERT): Likewise.
17942         * tests/test-strerror.c (ASSERT): Likewise.
17943         * tests/test-striconv.c (ASSERT): Likewise.
17944         * tests/test-striconveh.c (ASSERT): Likewise.
17945         * tests/test-striconveha.c (ASSERT): Likewise.
17946         * tests/test-strsignal.c (ASSERT): Likewise.
17947         * tests/test-strstr.c (ASSERT): Likewise.
17948         * tests/test-strtod.c (ASSERT): Likewise.
17949         * tests/test-trunc1.c (ASSERT): Likewise.
17950         * tests/test-trunc2.c (ASSERT): Likewise.
17951         * tests/test-truncf1.c (ASSERT): Likewise.
17952         * tests/test-truncf2.c (ASSERT): Likewise.
17953         * tests/test-truncl.c (ASSERT): Likewise.
17954         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
17955         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
17956         * tests/test-vasnprintf.c (ASSERT): Likewise.
17957         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
17958         * tests/test-vasprintf.c (ASSERT): Likewise.
17959         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
17960         * tests/test-vprintf-posix.c (ASSERT): Likewise.
17961         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
17962         * tests/test-vsnprintf.c (ASSERT): Likewise.
17963         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
17964         * tests/test-wcwidth.c (ASSERT): Likewise.
17965         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
17966         * tests/test-xprintf-posix.c (ASSERT): Likewise.
17967         * tests/test-xvasprintf.c (ASSERT): Likewise.
17968         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
17969         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
17970         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
17971         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
17972         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
17973         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
17974         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
17975         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
17976         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
17977         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
17978         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
17979         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
17980         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
17981         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
17982         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
17983         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
17984         * tests/unictype/test-block_list.c (ASSERT): Likewise.
17985         * tests/unictype/test-block_of.c (ASSERT): Likewise.
17986         * tests/unictype/test-block_test.c (ASSERT): Likewise.
17987         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
17988         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
17989         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
17990         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
17991         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
17992         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
17993         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
17994         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
17995         * tests/unictype/test-combining.c (ASSERT): Likewise.
17996         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
17997         * tests/unictype/test-digit.c (ASSERT): Likewise.
17998         * tests/unictype/test-mirror.c (ASSERT): Likewise.
17999         * tests/unictype/test-numeric.c (ASSERT): Likewise.
18000         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
18001         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
18002         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
18003         * tests/unictype/test-scripts.c (ASSERT): Likewise.
18004         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
18005         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
18006         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
18007         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
18008         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
18009         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
18010         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
18011         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
18012         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
18013         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
18014         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
18015         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
18016         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
18017         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
18018         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
18019         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
18020         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
18021         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
18022         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
18023         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
18024         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
18025         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
18026         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
18027         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
18028         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
18029         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
18030         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
18031         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
18032         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
18033         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
18034         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
18035         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
18036         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
18037         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
18038         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
18039         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
18040         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
18041         Reported by Eric Blake.
18042
18043 2008-04-11  Bruno Haible  <bruno@clisp.org>
18044
18045         * lib/wchar.in.h: Tweak comment.
18046
18047 2008-04-11  Bruno Haible  <bruno@clisp.org>
18048
18049         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
18050         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
18051         gl_COMMON.
18052         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
18053
18054 2008-04-11  Bruno Haible  <bruno@clisp.org>
18055
18056         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
18057
18058 2008-04-11  Simon Josefsson  <simon@josefsson.org>
18059
18060         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
18061         of attempting to use non-existing /dev/*random.  Based on patch
18062         from Adam Strzelecki <ono@java.pl> in
18063         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
18064
18065 2008-04-08  Bruno Haible  <bruno@clisp.org>
18066
18067         Add tentative support for emx+gcc.
18068         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
18069         * lib/fpurge.c (fpurge): Likewise.
18070         * lib/freadable.c (freadable): Likewise.
18071         * lib/freadahead.c (freadahead): Likewise.
18072         * lib/freading.c (freading): Likewise.
18073         * lib/freadptr.c (freadptr): Likewise.
18074         * lib/freadseek.c (freadptrinc): Likewise.
18075         * lib/fseeko.c (rpl_fseeko): Likewise.
18076         * lib/fseterr.c (fseterr): Likewise.
18077         * lib/fwritable.c (fwritable): Likewise.
18078         * lib/fwriting.c (fwriting): Likewise.
18079         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
18080
18081 2008-04-09  Eric Blake  <ebb9@byu.net>
18082
18083         Avoid some autoconf warnings.
18084         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
18085         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
18086         * m4/afs.m4 (gl_AFS): Likewise.
18087         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
18088         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
18089         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
18090         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
18091         (gl_INTEGER_TYPE_SUFFIX): Likewise.
18092         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
18093         (AC_CHECK_DECLS_ONCE): Likewise.
18094         Rename file...
18095         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
18096         gnulib-tool requires autoconf 2.59 or better.
18097         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
18098
18099 2008-04-08  Eric Blake  <ebb9@byu.net>
18100
18101         Use 'git describe --match' if present (added in git 1.5.5).
18102         * build-aux/git-version-gen: Limit result to tags that match 'v*'
18103         if possible.
18104
18105 2008-04-08  Bruno Haible  <bruno@clisp.org>
18106
18107         Add tentative support for OpenServer.
18108         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
18109         _ptr, _cnt.
18110         * lib/fpurge.c (fpurge): Likewise.
18111         * lib/freadable.c (freadable): Likewise.
18112         * lib/freadahead.c (freadahead): Likewise.
18113         * lib/freading.c (freading): Likewise.
18114         * lib/freadptr.c (freadptr): Likewise.
18115         * lib/freadseek.c (freadptrinc): Likewise.
18116         * lib/fseeko.c (rpl_fseeko): Likewise.
18117         * lib/fseterr.c (fseterr): Likewise.
18118         * lib/fwritable.c (fwritable): Likewise.
18119         * lib/fwriting.c (fwriting): Likewise.
18120         Reported by Roger Cornelius <rac@tenzing.org> and
18121         Brian K. White <brian@aljex.com>.
18122
18123 2008-04-06  Jim Meyering  <meyering@redhat.com>
18124
18125         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
18126
18127 2008-04-06  Bruno Haible  <bruno@clisp.org>
18128
18129         Avoid possible error with non-ASCII bytes in UTF-8 locales.
18130         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
18131         * tests/test-printf-posix.sh: Likewise.
18132         * tests/test-vfprintf-posix.sh: Likewise.
18133         * tests/test-vprintf-posix.sh: Likewise.
18134         * tests/test-xprintf-posix.sh: Likewise.
18135
18136 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18137
18138         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
18139         hide error from 'ls', needed on OS/2.
18140         Report by Elbert Pol <elbert.pol@gmail.com>.
18141
18142 2008-04-04  Eric Blake  <ebb9@byu.net>
18143
18144         Make test-fseeko.c failures meaningful.
18145         * tests/test-fseeko.c: Print line number on failure.
18146         * tests/test-fseek.c: Likewise.
18147         Reported by Nelson H. F. Beebe.
18148
18149         Improve strtod bug detection check.
18150         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
18151         required for Solaris 10.
18152         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
18153
18154 2008-04-04  Bruno Haible  <bruno@clisp.org>
18155
18156         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
18157         by m4/setenv.m4.
18158
18159 2008-04-03  Eric Blake  <ebb9@byu.net>
18160
18161         Ensure sane .version contents.
18162         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
18163         version string.
18164         * build-aux/git-version-gen: Improve documentation.
18165
18166         Make GNU make output nicer.
18167         * top/GNUmakefile [!_have-Makefile]: Add dependency on
18168         MAKECMDGOALS to enforce message for all command line targets.  Set
18169         srcdir for use in maint.mk.
18170
18171         Another maintainer tweak.
18172         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
18173         a target that regenerates version.
18174
18175 2008-04-03  Jim Meyering  <meyering@redhat.com>
18176
18177         vc-list-files: don't cause coreutils "make po-check" failure
18178         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
18179
18180 2008-04-03  Eric Blake  <ebb9@byu.net>
18181
18182         Allow VPATH usage of vc-list-files.
18183         * build-aux/vc-list-files (scriptversion): Add timestamp.
18184         (options): Add --help, --version, -C.
18185         (CVS): Support installed cvsu.
18186
18187 2008-04-02  Bruno Haible  <bruno@clisp.org>
18188
18189         Avoid some "statement with no effect" warnings from gcc.
18190         * tests/test-wctype.c (main): Explicitly ignore unused values.
18191         Reported by Jim Meyering.
18192
18193 2008-04-02  Jim Meyering  <meyering@redhat.com>
18194
18195         Avoid some warnings from "gcc -Wshadow".
18196         * tests/test-frexp.c (exp): Define to a different identifier.
18197         * tests/test-frexpl.c (exp): Likewise.
18198
18199 2008-04-03  Jim Meyering  <meyering@redhat.com>
18200
18201         bootstrap: remove dangling *.[ch] symlinks from lib
18202         * build-aux/bootstrap [dangling symlink removal]: Move find's
18203         -depth option to precede all others, to avoid a warning.
18204         Remove *.[ch] files too, and from "$source_base" (usually lib/).
18205
18206 2008-04-02  Bruno Haible  <bruno@clisp.org>
18207
18208         Avoid some warnings from "gcc -Wshadow".
18209         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
18210         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
18211         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
18212         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
18213         Reported by Jim Meyering.
18214
18215 2008-04-01  Bruno Haible  <bruno@clisp.org>
18216
18217         Fix test to work on IRIX 6.5 with cc.
18218         * tests/test-math.c (numeric_equal): New function.
18219         (main): Use it.
18220
18221 2008-04-01  Bruno Haible  <bruno@clisp.org>
18222
18223         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
18224
18225 2008-04-01  Bruno Haible  <bruno@clisp.org>
18226
18227         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
18228         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
18229         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
18230         (Depends-on): Remove math.
18231
18232         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
18233         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
18234         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
18235         (Depends-on): Remove math.
18236
18237         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
18238         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
18239         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
18240         (Depends-on): Remove math.
18241         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
18242         (Depends-on): Remove math.
18243
18244         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
18245         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
18246         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
18247         (Depends-on): Remove math.
18248         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
18249         (Depends-on): Remove math.
18250
18251         * tests/test-round1.c: Include nan.h.
18252         (main): Use NaNd instead of NAN.
18253         * modules/round-tests (Files): Add tests/nan.h.
18254
18255         * tests/test-trunc1.c: Include nan.h.
18256         (main): Use NaNd instead of NAN.
18257         * modules/trunc-tests (Files): Add tests/nan.h.
18258
18259         * tests/test-roundf1.c: Include nan.h.
18260         (main): Use NaNf instead of NAN.
18261         * modules/roundf-tests (Files): Add tests/nan.h.
18262
18263         * tests/test-truncf1.c: Include nan.h.
18264         (main): Use NaNf instead of NAN.
18265         * modules/truncf-tests (Files): Add tests/nan.h.
18266
18267         * tests/test-ceilf1.c: Include nan.h.
18268         (main): Use NaNf instead of NAN.
18269         * modules/ceilf-tests (Files): Add tests/nan.h.
18270
18271         * tests/test-floorf1.c: Include nan.h.
18272         (main): Use NaNf instead of NAN.
18273         * modules/floorf-tests (Files): Add tests/nan.h.
18274
18275         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
18276         (main): Use NaNf instead of NAN.
18277         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
18278
18279         * tests/test-isnand.c: Include nan.h instead of <math.h>.
18280         (main): Use NaNd instead of NAN.
18281         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
18282
18283         * tests/test-frexp.c: Include nan.h.
18284         (main): Use NaNd instead of NAN.
18285         * modules/frexp-tests (Files): Add tests/nan.h.
18286
18287         * lib/isnan.c: Don't include <math.h>.
18288         (FUNC): Don't use NAN macro.
18289         * modules/isnand-nolibm (Depends-on): Remove math.
18290         * modules/isnanf-nolibm (Depends-on): Remove math.
18291         * modules/isnanl (Depends-on): Remove math.
18292         * modules/isnanl-nolibm (Depends-on): Remove math.
18293
18294         * tests/nan.h: New file.
18295
18296 2008-04-01  Eric Blake  <ebb9@byu.net>
18297
18298         Fix typos.
18299         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
18300         values to be the right type.
18301
18302         For now, cater to gnulib strtod inaccuracies.
18303         * tests/test-strtod.c (main): Allow 1-ulp error on expected
18304         fractional results.  While not as nice from a QoI perspective, it
18305         is a quicker patch than correctly implementing decimal to binary
18306         rounding.
18307
18308 2008-03-31  Eric Blake  <ebb9@byu.net>
18309
18310         Guarantee a definition of NAN.
18311         * lib/math.in.h (NAN): Define if missing.
18312         * tests/test-math.c (main): Test it.
18313         * doc/posix-headers/math.texi (math.h): Document this.
18314         * lib/isnan.c (rpl_isnand): Use it.
18315         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
18316         * tests/test-floorf1.c (NaN): Likewise.
18317         * tests/test-frexp.c (NaN): Likewise.
18318         * tests/test-isnand.c (NaN): Likewise.
18319         * tests/test-isnanf.c (NaN): Likewise.
18320         * tests/test-round1.c (NaN): Likewise.
18321         * tests/test-roundf1.c (NaN): Likewise.
18322         * tests/test-snprintf-posix.h (NaN): Likewise.
18323         * tests/test-sprintf-posix.h (NaN): Likewise.
18324         * tests/test-trunc1.c (NaN): Likewise.
18325         * tests/test-truncf1.c (NaN): Likewise.
18326         * tests/test-vasnprintf-posix.c (NaN): Likewise.
18327         * tests/test-vasprintf-posix.c (NaN): Likewise.
18328         * modules/isnand-nolibm (Depends-on): Add math.
18329         * modules/isnanf-nolibm (Depends-on): Likewise.
18330         * modules/isnanl (Depends-on): Likewise.
18331         * modules/isnanl-nolibm (Depends-on): Likewise.
18332         * modules/snprintf-posix-tests (Depends-on): Likewise.
18333         * modules/sprintf-posix-tests (Depends-on): Likewise.
18334         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
18335         * modules/vsprintf-posix-tests (Depends-on): Likewise.
18336         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
18337         * modules/vasprintf-posix-tests (Depends-on): Likewise.
18338
18339 2008-03-31  Bruno Haible  <bruno@clisp.org>
18340
18341         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
18342         * doc/posix-functions/strtod.texi: Likewise.
18343
18344 2008-03-31  Bruno Haible  <bruno@clisp.org>
18345
18346         * tests/test-strtod.c (main): Don't use C99 syntax.
18347
18348 2008-03-31  Bruno Haible  <bruno@clisp.org>
18349
18350         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
18351         Reported by Eric Blake.
18352
18353 2008-03-31  Jim Meyering  <meyering@redhat.com>
18354
18355         Don't compare actual signbit return values.
18356         * tests/test-strtod.c (main): Rather, compare only their
18357         zero/non-zero nature.
18358
18359 2008-03-31  Eric Blake  <ebb9@byu.net>
18360
18361         More strtod documentation.
18362         * doc/posix-functions/strtod.texi (strtod): Interpret more test
18363         failures as distinct bugs.
18364
18365 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
18366
18367         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
18368         Problem reported by Erik Benada in
18369         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
18370
18371 2008-03-30  Bruno Haible  <bruno@clisp.org>
18372
18373         * tests/test-strtod.c: Add comments about which assertion fails on which
18374         platform.
18375         * doc/posix-functions/strtod.texi: Add info about many more platforms.
18376
18377 2008-03-30  Eric Blake  <ebb9@byu.net>
18378
18379         Test signbit behavior on zeros.
18380         * tests/test-signbit.c (test_signbitf): Add tests for zero.
18381         (test_signbitd, test_signbitl): Likewise.
18382
18383         More strtod touchups.
18384         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
18385         sign of negative underflow, for now.  Use .5, not .1.
18386         * doc/posix-functions/strtod.texi (strtod): Mention these
18387         limitations.
18388         Reported by Jim Meyering.
18389
18390 2008-03-30  Bruno Haible  <bruno@clisp.org>
18391
18392         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
18393         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
18394
18395 2008-03-30  Bruno Haible  <bruno@clisp.org>
18396
18397         Avoid failure when attempting to return empty iconv results on some
18398         platforms.
18399         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
18400         allocation, don't report ENOMEM when the resulting string is empty.
18401
18402 2008-03-30  Bruno Haible  <bruno@clisp.org>
18403
18404         Fix buffer overrun.
18405         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
18406         Don't consider the width for tmp_length. Check count against tmp_length
18407         before doing the padding. Ensure enough allocation during padding.
18408
18409 2008-03-30  Eric Blake  <ebb9@byu.net>
18410
18411         strtod touchups.
18412         * lib/strtod.c (strtod): Avoid compiler warnings.
18413         Reported by Jim Meyering.
18414
18415 2008-03-30  Bruno Haible  <bruno@clisp.org>
18416
18417         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
18418         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
18419         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
18420         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
18421         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
18422         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
18423         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
18424         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
18425
18426         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
18427         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
18428         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
18429         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
18430         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
18431         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
18432         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
18433         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
18434
18435         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
18436         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
18437         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
18438         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
18439         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
18440         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
18441         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
18442         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
18443
18444         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
18445         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
18446
18447         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
18448         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
18449
18450         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
18451         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
18452
18453         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
18454         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
18455         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
18456
18457         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
18458         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
18459         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
18460
18461         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
18462         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
18463         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
18464
18465         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
18466         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
18467         * modules/vasprintf (Depends-on): Add EOVERFLOW.
18468
18469         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
18470         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
18471         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
18472         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
18473         (Depends-on): Add EOVERFLOW.
18474         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
18475         (Depends-on): Add EOVERFLOW.
18476         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
18477         (Depends-on): Add EOVERFLOW.
18478         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
18479         (Depends-on): Add EOVERFLOW.
18480         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
18481         (Depends-on): Add EOVERFLOW.
18482         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
18483         (Depends-on): Add EOVERFLOW.
18484         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
18485         (Depends-on): Add EOVERFLOW.
18486         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
18487         (Depends-on): Add EOVERFLOW.
18488
18489         * lib/sprintf.c (EOVERFLOW): Remove fallback.
18490         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
18491         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
18492
18493         * lib/snprintf.c (EOVERFLOW): Remove fallback.
18494         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
18495         * modules/snprintf (Depends-on): Add EOVERFLOW.
18496
18497         * lib/poll.c (EOVERFLOW): Remove fallback.
18498         * modules/poll (Depends-on): Add EOVERFLOW.
18499
18500         * lib/getugroups.c (EOVERFLOW): Remove fallback.
18501         * modules/getugroups (Depends-on): Add EOVERFLOW.
18502
18503         * lib/getdelim.c (EOVERFLOW): Remove fallback.
18504         * modules/getdelim (Depends-on): Add EOVERFLOW.
18505
18506         * lib/ftell.c (EOVERFLOW): Remove fallback.
18507         * modules/ftell (Depends-on): Add EOVERFLOW.
18508
18509         * lib/fprintf.c (EOVERFLOW): Remove fallback.
18510         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
18511         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
18512
18513         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
18514
18515         * modules/EOVERFLOW-tests: New file.
18516         * tests/test-EOVERFLOW.c: New file.
18517
18518         * modules/EOVERFLOW: New file.
18519         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
18520
18521 2008-03-30  Bruno Haible  <bruno@clisp.org>
18522
18523         Fix bug introduced on 2007-06-10.
18524         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
18525         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
18526
18527 2008-03-30  Bruno Haible  <bruno@clisp.org>
18528
18529         Improve freadseek's efficiency after ungetc.
18530         * lib/freadseek.c: Include freadahead.h.
18531         (freadptrinc): New function, extracted from freadseek.
18532         (freadseek): Use it in a loop. Use freadahead to determine the number
18533         of loop iterations.
18534         * modules/freadseek (Depends-on): Add freadahead.
18535         (configure.ac): Require AC_C_INLINE.
18536
18537 2008-03-30  Bruno Haible  <bruno@clisp.org>
18538
18539         * lib/freadseek.c (freadseek): Don't ignore the return value of
18540         freadptr.
18541
18542 2008-03-29  Eric Blake  <ebb9@byu.net>
18543
18544         Add hex float support.
18545         * modules/strtod (Depends-on): Add c-ctype.
18546         (Link): Mention POW_LIB.
18547         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
18548         whitespace between 'e' and exponent.
18549         * tests/test-strtod.c (main): Enable hex float tests.
18550         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
18551         now provides.
18552
18553         Document various strtod bugs, with some fixes.
18554         * doc/posix-functions/strtod.texi (strtod): Document bugs with
18555         "-0x", "inf", "nan", and hex constants.
18556         * doc/posix-functions/atof.texi (atof): Likewise.
18557         * modules/stdlib (Makefile.am): Support strtod.
18558         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
18559         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
18560         detect additional strtod bugs.
18561         * lib/stdlib.in.h (rpl_strtod): Add declarations.
18562         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
18563         bool where appropriate.  Parse 'inf' and 'nan'.
18564         * tests/test-strtod.c: New file.
18565         * modules/strtod (Depends-on): Add stdbool, stdlib.
18566         (configure.ac): Turn on module indicator.
18567         * modules/strtod-tests: New module.
18568
18569 2008-03-29  Eric Blake  <ebb9@byu.net>
18570
18571         Fix ftell on mingw.
18572         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
18573         * modules/ftell-tests (Depends-on): Add binary-io.
18574         * modules/ftello-tests (Depends-on): Likewise.
18575         * tests/test-ftell.c (main): Enhance test to cover behavior after
18576         ungetc.  Enforce binary mode.
18577         * tests/test-ftello.c (main): Likewise.
18578
18579         Pass test-freadseek on cygwin.
18580         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
18581         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
18582         ungetc buffer.
18583
18584         * tests/test-fflush2.c (main): Fix typo.
18585
18586 2008-03-29  Bruno Haible  <bruno@clisp.org>
18587
18588         * tests/test-fflush2.c (main): Temporarily disable the contents of
18589         this test.
18590         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
18591         Reported by Eric Blake.
18592
18593 2008-03-28  Simon Josefsson  <simon@josefsson.org>
18594
18595         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
18596         (GC_SHA224_DIGEST_SIZE): Add.
18597
18598         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
18599         (gc_hash_digest_length): Likewise.
18600         (gc_hash_buffer): Likewise.
18601
18602 2008-03-25  Bruno Haible  <bruno@clisp.org>
18603
18604         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
18605         detail which gettext release to use.
18606         Reported by Simon Josefsson.
18607
18608 2008-03-26  Jim Meyering  <meyering@redhat.com>
18609
18610         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
18611         * modules/gnumakefile (clean-GNUmakefile): Also, use
18612         test ... && ... || : syntax rather than if-then ... fi.
18613
18614         gnumakefile: Don't double-quote-expand $(VPATH) value.
18615         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
18616
18617 2008-03-24  Eric Blake  <ebb9@byu.net>
18618
18619         Alter GNUmakefile to install into top directory.
18620         * modules/maintainer-makefile: Split, and add dependency...
18621         * modules/gnumakefile: to this new module.
18622         * build-aux/GNUmakefile: Move...
18623         * top/GNUmakefile: ...here.
18624         * build-aux/maint.mk: Move...
18625         * top/maint.mk: ...here.
18626         * MODULES.html.sh (Support for maintaining...): Document new
18627         module.
18628
18629 2008-03-23  Bruno Haible  <bruno@clisp.org>
18630
18631         * gnulib-tool: New options --vc-files, --no-vc-files.
18632         (func_usage): Document them.
18633         (vc_files): New variable.
18634         (func_import): Consider vc_files.
18635         (func_create_testdir): Set vc_files to empty.
18636         Suggested by Jim Meyering and Karl Berry.
18637
18638 2008-03-23  Bruno Haible  <bruno@clisp.org>
18639
18640         Fix regex compilation error on HP-UX 11.
18641         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
18642         * modules/regex (Files): Add m4/mbstate_t.m4.
18643         Reported by Ton Voon <ton.voon@altinity.com>.
18644
18645 2008-03-23  Bruno Haible  <bruno@clisp.org>
18646
18647         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
18648
18649 2008-03-23  Eric Blake  <ebb9@byu.net>
18650             Bruno Haible  <bruno@clisp.org>
18651
18652         Install files from top/ in the destination directory.
18653         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
18654         augmentation also for the files from top/.
18655         (func_import, func_create_testdir): Rewrite file names:
18656         top/filename -> filename.
18657
18658 2008-03-23  Bruno Haible  <bruno@clisp.org>
18659
18660         Tweak "gnulib --version" output.
18661         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
18662
18663 2008-03-23  Bruno Haible  <bruno@clisp.org>
18664
18665         Tweak "gnulib --version" output.
18666         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
18667         rather than contents of ChangeLog, when possible.
18668
18669 2008-03-21  Eric Blake  <ebb9@byu.net>
18670
18671         More --version tweaks.
18672         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
18673         date of last ChangeLog entry.
18674
18675 2008-03-21  Jim Meyering  <meyering@redhat.com>
18676
18677         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
18678
18679 2008-03-20  Eric Blake  <ebb9@byu.net>
18680
18681         VPATH fix.
18682         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
18683
18684 2008-03-20  Simon Josefsson  <simon@josefsson.org>
18685
18686         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
18687         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
18688
18689 2008-03-20  Eric Blake  <ebb9@byu.net>
18690
18691         Sync GNUmakefile with coreutils.
18692         * build-aux/GNUmakefile (have-Makefile): Rename...
18693         (_have-Makefile): ...to this, for namespace consideration.
18694         (GNUmakefile.cfg): Include, if present.
18695         (_autoreconf): Define a default.
18696         (_is-dist-target): New rule for rebuilds to pick up intra-release
18697         version.
18698         (maint-cfg.mk): Rename...
18699         (cfg.mk): ...to this.
18700
18701 2008-03-18  Jim Meyering  <meyering@redhat.com>
18702
18703         New script and module: mktempd
18704         * MODULES.html.sh (maint+release support): Add mktempd.
18705         * build-aux/mktempd: New file.
18706         * modules/mktempd: New file.
18707
18708 2008-03-15  Jim Meyering  <meyering@redhat.com>
18709
18710         Undo last change.
18711         * lib/sha1.c, lib/md5.c: 63 != ~63.
18712         Reported by Andreas Schwab.
18713
18714         sha1.c, md5.c: Hoist a redundant expression.
18715         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
18716         "ctx->buflen" only once, before calling *_process_block.
18717         * lib/md5.c (md5_process_bytes): Likewise.
18718
18719 2008-03-14  Eric Blake  <ebb9@byu.net>
18720
18721         Bump copyright year in files generated by gnulib-tool.
18722         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
18723         gnulib-tool, rather than hard-coding it.
18724
18725         Fix 'gnulib-tool --version' output to work with git.
18726         * gnulib-tool (func_gnulib_dir): New function, extracted from...
18727         (startup): ...here.
18728         (func_version): Use it to invoke git-version-gen, rather than
18729         relying on CVS keyword expansion.  Modernize wording.
18730         (cvsdatestamp, last_checkin_date, version): Kill unused
18731         variables.
18732
18733 2008-03-12  Jim Meyering  <meyering@redhat.com>
18734
18735         Recognize optional cast of the argument to free.
18736         * build-aux/useless-if-before-free: Update regexps.
18737
18738         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
18739
18740 2008-03-11  Bruno Haible  <bruno@clisp.org>
18741
18742         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
18743         by a single package.
18744         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
18745         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
18746         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
18747         Reported by Sam Steingold <sds@gnu.org>.
18748
18749 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18750
18751         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
18752         repositories.
18753
18754 2008-03-11  Bruno Haible  <bruno@clisp.org>
18755
18756         Avoid conflicts between local macro definitions.
18757         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
18758         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
18759
18760 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
18761             Bruno Haible  <bruno@clisp.org>
18762
18763         Make va_copy work with some version of xlc on AIX 5.1.
18764         * lib/stdarg.in.h: New file.
18765         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
18766         On AIX, use a <stdarg.h> file substitute.
18767         * modules/stdarg (Files): Add lib/stdarg.in.h.
18768         (Depends-on): Add include_next.
18769         (Makefile.am): Build a stdarg.h substitute if requested.
18770         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
18771
18772 2008-03-10  Bruno Haible  <bruno@clisp.org>
18773
18774         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
18775         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
18776         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
18777
18778 2008-03-10  Bruno Haible  <bruno@clisp.org>
18779
18780         * modules/stdlib (Depends-on): Add include_next, remove
18781         absolute-header.
18782
18783 2008-03-09  Bruno Haible  <bruno@clisp.org>
18784
18785         * lib/freadahead.h (freadahead): Document more precisely.
18786         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
18787         the sum of both buffer sizes.
18788         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
18789         * NEWS: Document the change.
18790
18791 2008-03-09  Bruno Haible  <bruno@clisp.org>
18792
18793         Extend freadptr to return also the buffer size.
18794         * lib/freadptr.h (freadptr): Add sizep argument.
18795         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
18796         (freadptr): Add sizep argument. Determine buffer size like freadahead
18797         does.
18798         * tests/test-freadptr.c: Don't include freadahead.h.
18799         (main): Adapt for new calling convention of freadptr.
18800         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
18801         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
18802         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
18803         tests/test-freadptr2.sh.
18804         (Depends): Remove freadahead.
18805         (TESTS): Add test-freadptr2.sh.
18806         (check_PROGRAMS): Add test-freadptr2.
18807
18808 2008-03-09  Bruno Haible  <bruno@clisp.org>
18809
18810         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
18811         Report and solution by Simon Josefsson.
18812
18813 2008-03-06  Bruno Haible  <bruno@clisp.org>
18814
18815         Make fflush after ungetc work on BSD platforms.
18816         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
18817         * tests/test-fflush2.c: New file.
18818         * tests/test-fflush2.sh: New file.
18819         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
18820         tests/test-fflush2.c.
18821         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
18822         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
18823
18824 2008-03-06  Eric Blake  <ebb9@byu.net>
18825
18826         Likewise for ftello.
18827         * modules/ftello (Dependencies): Add extensions.
18828         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
18829
18830 2008-03-06  Bruno Haible  <bruno@clisp.org>
18831
18832         * modules/fseeko (Dependencies): Add extensions.
18833         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
18834         Needed on glibc systems.
18835
18836 2008-03-06  Bruno Haible  <bruno@clisp.org>
18837
18838         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
18839         email address.
18840         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
18841
18842 2008-03-06  Bruno Haible  <bruno@clisp.org>
18843
18844         * users.txt: Add libgnupdf.
18845
18846 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
18847
18848         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
18849         (Header File Substitutes, Function Substitutes,
18850         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
18851         (Build robot for gnulib): Fix typo.
18852
18853 2008-03-06  Bruno Haible  <bruno@clisp.org>
18854
18855         * doc/gnulib-tool.texi (VCS Issues): Small updates.
18856         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
18857
18858 2008-03-06  Bruno Haible  <bruno@clisp.org>
18859
18860         * doc/func.texi: New file, extracted from doc/gnulib.texi.
18861         * doc/gnulib.texi: Include it.
18862
18863 2008-03-06  Simon Josefsson  <simon@josefsson.org>
18864
18865         * modules/func (License): Change license to unlimited; there was
18866         no LGPL parts in the module anyway.
18867
18868 2008-03-06  Simon Josefsson  <simon@josefsson.org>
18869
18870         * modules/__func__: Renamed to modules/func.
18871         * modules/__func__-tests: Renamed to modules/func-tests.
18872         * tests/test-__func__.c: Renamed to tests/test-func.c.
18873         * m4/__func__.m4: Renamed to m4/func.m4.
18874         * doc/gnulib.texi (__func__): Section renamed to func.
18875         Suggested by Eric Blake <ebb9@byu.net>.
18876
18877 2008-03-06  Simon Josefsson  <simon@josefsson.org>
18878
18879         * doc/gnulib.texi (__func__): Use C99 terminology when talking
18880         about __func__.  Make example self-contained.  Suggested by Eric
18881         Blake <ebb9@byu.net>.
18882
18883         * tests/test-__func__.c (main): Avoid extraneous () around __func.
18884         Suggested by Eric Blake <ebb9@byu.net>.
18885
18886 2008-03-06  Simon Josefsson  <simon@josefsson.org>
18887
18888         * modules/__func__: New file.
18889         * modules/__func__-tests: New file.
18890         * tests/test-__func__.c: New file.
18891         * m4/__func__.m4: New file.
18892         * doc/gnulib.texi (__func__): Document __func__ module.
18893
18894 2008-03-05  Simon Josefsson  <simon@josefsson.org>
18895
18896         * modules/byteswap (License): Re-license as LGPLv2+.
18897
18898 2008-03-05  Simon Josefsson  <simon@josefsson.org>
18899
18900         * doc/Makefile: Add pdf target.
18901
18902 2008-03-05  Simon Josefsson  <simon@josefsson.org>
18903
18904         * modules/inline (License): Use 'unlimited', since there are only
18905         *.m4 files in this module.
18906
18907 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
18908             Bruno Haible  <bruno@clisp.org>
18909
18910         Add support for HP C 7.1 on OpenVMS 8.3.
18911         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
18912
18913 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
18914
18915         Update VMS specifics.
18916         * lib/getopt.c [VMS]: Remove include of unixlib.h.
18917
18918 2008-03-02  Jim Meyering  <meyering@redhat.com>
18919
18920         Remove the last dependency on the "free" module.
18921         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
18922         Reported by Bob Proulx.
18923
18924         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
18925
18926         Remove useless "if" tests before free.  Deprecate "free" module.
18927         * doc/posix-functions/free.texi: Mention that this
18928         module is no longer useful.
18929         * modules/free (Notice): Say this module is obsolete.
18930         * modules/readutmp (Depends-on): Remove free.
18931         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
18932         * lib/putenv.c (putenv): Likewise.
18933         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
18934         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
18935         * tests/test-c-strcasestr.c (main): Likewise.
18936         * tests/test-c-strstr.c (main): Likewise.
18937         * tests/test-mbscasestr1.c (main): Likewise.
18938         * tests/test-mbscasestr2.c (main): Likewise.
18939         * tests/test-mbsstr1.c (main): Likewise.
18940         * tests/test-mbsstr2.c (main): Likewise.
18941         * tests/test-memmem.c (main): Likewise.
18942         * tests/test-strcasestr.c (main): Likewise.
18943         * tests/test-striconv.c (main): Likewise.
18944         * tests/test-striconveh.c (main): Likewise.
18945         * tests/test-striconveha.c (main): Likewise.
18946         * tests/test-strstr.c (main): Likewise.
18947
18948         * build-aux/git-version-gen: Adjust a comment and the Usage string.
18949
18950         bootstrap: sync from coreutils again
18951         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
18952
18953 2008-03-01  Jim Meyering  <meyering@redhat.com>
18954
18955         bootstrap: sync from coreutils
18956         * build-aux/bootstrap (update_po_files): Copy a .po file into place
18957         also when the target doesn't exist.
18958
18959 2008-03-01  Eric Blake  <ebb9@byu.net>
18960
18961         Fix bugs in last patch.
18962         * lib/memchr2.c (memchr2): Fix typo.
18963         * tests/test-memchr2.c: Test previous bug, and don't use GNU
18964         extension.
18965         Reported by Bruce Korb.
18966
18967         New module 'memchr2'.
18968         * modules/memchr2: New file.
18969         * modules/memchr2-tests: Likewise.
18970         * lib/memchr2.h: Likewise.
18971         * lib/memchr2.c: Likewise, based on memchr.c.
18972         * tests/test-memchr2.c: New test.
18973         * MODULES.html.sh (String handling): Add memchr2.
18974
18975 2008-02-29  Bruno Haible  <bruno@clisp.org>
18976
18977         * modules/freadseek-tests: New file.
18978         * tests/test-freadseek.sh: New file.
18979         * tests/test-freadseek.c: New file.
18980
18981         New module 'freadseek'.
18982         * modules/freadseek: New file.
18983         * lib/freadseek.h: New file.
18984         * lib/freadseek.c: New file.
18985         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
18986
18987 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
18988
18989         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
18990         wydawca.
18991
18992         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
18993         program_invocation_name and program_invocation_short_name are
18994         present.
18995
18996 2008-02-28  Bruno Haible  <bruno@clisp.org>
18997
18998         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
18999         * tests/test-freadptr.sh: Also test non-seekable stdin.
19000
19001 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
19002
19003         * build-aux/bootstrap (source_base, m4_base)
19004         (doc_base, tests_base): New variables.
19005         (gnulib_tool_options): Do not hardcode base directories, use
19006         the above variables instead.
19007
19008 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
19009
19010         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
19011
19012 2008-02-28  Bruno Haible  <bruno@clisp.org>
19013
19014         * modules/freadptr-tests: New file.
19015         * tests/test-freadptr.sh: New file.
19016         * tests/test-freadptr.c: New file.
19017
19018         New module 'freadptr'.
19019         * modules/freadptr: New file.
19020         * lib/freadptr.h: New file.
19021         * lib/freadptr.c: New file.
19022         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
19023
19024 2008-02-26  Karl Berry  <karl@freefriends.org>
19025
19026         Sync from Libtool:
19027         * libltdl/argz.c (argz_add, argz_count): New functions.
19028         * libltdl/argz.in.h: Declare them.
19029         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
19030
19031 2008-02-22  Bruno Haible  <bruno@clisp.org>
19032
19033         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
19034         is a pointer type.  Needed for HP-UX 10.
19035         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
19036         * doc/posix-functions/gmtime_r.texi: Likewise.
19037         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
19038
19039 2008-02-24  Bruno Haible  <bruno@clisp.org>
19040
19041         * modules/environ-tests: New file.
19042         * tests/test-environ.c: New file.
19043
19044         New module 'environ'.
19045         * modules/environ: New file.
19046         * lib/unistd.in.h (environ): New declaration.
19047         * m4/environ.m4: New file.
19048         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
19049         after use.
19050         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
19051         HAVE_DECL_ENVIRON.
19052         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
19053         HAVE_DECL_ENVIRON.
19054         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
19055         wrong claim that 'environ' is missing on some systems.
19056         * modules/execute (Depends-on): Add environ.
19057         * lib/execute.c (environ): Remove fallback declaration.
19058         * modules/pipe (Depends-on): Add environ.
19059         * lib/pipe.c (environ): Remove fallback declaration.
19060         * modules/setenv (Depends-on): Add environ.
19061         * lib/setenv.c (environ): Remove fallback declaration.
19062         * modules/unsetenv (Depends-on): Add environ.
19063         * lib/unsetenv.c (environ): Remove fallback declaration.
19064         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
19065         m4/environ.m4.
19066         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
19067         (gl_PREREQ_UNSETENV): Likewise.
19068
19069 2008-02-24  Bruno Haible  <bruno@clisp.org>
19070
19071         * doc/posix-functions/environ.texi: Document the MacOS X problem.
19072
19073 2008-02-20  Bob Proulx  <bob@proulx.com>
19074
19075         Enable use of older two part flavor 'git describe'.
19076         * build-aux/git-version-gen: If using the older two part flavor of
19077         git version then recreate the third part now present in the
19078         newer three part flavor of git describe.
19079
19080 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
19081
19082         * lib/fts.c (fts_build): Typo correction to comment.
19083
19084 2008-02-17  Bruno Haible  <bruno@clisp.org>
19085
19086         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
19087         generating no-op conflicts.
19088
19089 2008-02-17  Bruno Haible  <bruno@clisp.org>
19090
19091         Speed up by 10%.
19092         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
19093         result_entries, rather than an index-based loop.
19094
19095 2008-02-17  Bruno Haible  <bruno@clisp.org>
19096
19097         Speed up by 25%.
19098         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
19099         'hashcode_cached'.
19100         (entry_create): New function.
19101         (entry_hashcode): Use the cached hashcode if possible.
19102         (read_changelog_file, try_split_merged_entry): Use entry_create.
19103
19104 2008-02-17  Bruno Haible  <bruno@clisp.org>
19105
19106         Speed up from O(n^2) to O(n) for long ChangeLog files.
19107         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
19108         (read_changelog_file): Change implementation of entries_reversed list
19109         to rbtreehash.
19110         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
19111
19112 2008-02-17  Bruno Haible  <bruno@clisp.org>
19113
19114         New option --split-merged-entry.
19115         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
19116         (find_paragraph_end, try_split_merged_entry): New functions.
19117         (long_options): Add option --split-merged-entry.
19118         (usage): Document option --split-merged-entry.
19119         (main): Implement option --split-merged-entry.
19120         Reported by Eric Blake.
19121
19122 2008-02-17  Bruno Haible  <bruno@clisp.org>
19123
19124         * lib/git-merge-changelog.c: Include c-strstr.h.
19125         (main): Support the "git pull --rebase" situation.
19126         * modules/git-merge-changelog (Depends-on): Add c-strstr.
19127         Reported by Eric Blake.
19128
19129 2008-02-16  Eric Blake  <ebb9@byu.net>
19130
19131         Avoid doubling \ in common case of "c-maybe" quoting style.
19132         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
19133         eliding outer quotes.
19134         * lib/quotearg.h: Document this.
19135         * tests/test-quotearg.c (result_strings, inputs, results_g)
19136         (flag_results, locale_results): Test it by adding a new string to
19137         each test group.
19138         (compare_strings): Test new string.
19139
19140 2008-02-13  Eric Blake  <ebb9@byu.net>
19141
19142         Avoid trigraph quoting in default output.
19143         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
19144         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
19145         unless explicitly requested.
19146         * tests/test-quotearg.c (flag_results, main): Add additional tests.
19147
19148 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
19149
19150         Don't rely on signed integer overflowing to negative value.
19151         * lib/getugroups.c (getugroups): Include <limits.h>.
19152         Instead, compare against INT_MAX, and increment only if the test passes.
19153
19154 2008-02-13  Jim Meyering  <meyering@redhat.com>
19155         and Eric Blake  <ebb9@byu.net>
19156
19157         Avoid shadowing warning and compile errors on Linux.
19158         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
19159         forwarding macros on Linux.
19160         (dcgettext): Define a stub, for Linux.
19161         (results_g, main): Avoid warnings.
19162
19163 2008-02-12  Eric Blake  <ebb9@byu.net>
19164
19165         Silence warning in last patch.
19166         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
19167
19168         Quotearg part 4: add tests, fix c-maybe colon quoting.
19169         * lib/quotearg.h: Improve documentation.
19170         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
19171         escapes when adding outer quotes.  When quoting trigraphs, use
19172         valid C notation.  When quoting NUL, omit extra characters if next
19173         character is not digit.  Alter prototype.
19174         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
19175         callers.
19176         * modules/quotearg-tests: New module.
19177         * tests/test-quotearg.c: New test.
19178
19179 2008-02-07  Eric Blake  <ebb9@byu.net>
19180
19181         Quotearg part 3: add flag to control outer quote elision.
19182         * lib/quotearg.h (c_maybe_quoting_style): New style.
19183         (enum quoting_flags): Better documentation of flags.
19184         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
19185         c-maybe style.
19186         (quotearg_buffer_restyled): Handle new flag to elide outer
19187         quotes.
19188
19189         Quotearg part 2: add flag that can control NUL elision.
19190         * lib/quotearg.h (set_quoting_flags): New prototype.
19191         * lib/quotearg.c (struct quoting_options): Add flag field.
19192         (set_quoting_flags): New function.
19193         (quotearg_buffer_restyled): Add flags parameter.
19194         (quotearg_alloc_mem): Set the flag if length cannot be returned.
19195         (quotearg_n_options): Set the flag, since length cannot be
19196         returned.
19197         (quoting_options_from_style): Default flags correctly.
19198
19199         Quotearg part 1: more wrappers, restore quotearg_char state.
19200         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
19201         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
19202         (quotearg_colon_mem): New wrappers.
19203         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
19204         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
19205         functions.
19206         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
19207         (quotearg_colon_mem): New functions.
19208
19209 2008-02-11  Bruno Haible  <bruno@clisp.org>
19210
19211         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
19212         library in the current directory: it does not work with parallel make.
19213         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19214
19215 2008-02-11  Bruno Haible  <bruno@clisp.org>
19216
19217         * .gitattributes: New file.
19218
19219 2008-02-11  Jim Meyering  <meyering@redhat.com>
19220
19221         useless-if-before-free: Fix reversed exit values.
19222         * build-aux/useless-if-before-free: Use correct values
19223         for EXIT_MATCH and EXIT_NO_MATCH.
19224
19225         * build-aux/useless-if-before-free: Close stdout carefully.
19226
19227 2008-02-10  Bruno Haible  <bruno@clisp.org>
19228
19229         New module 'git-merge-changelog'.
19230         * modules/git-merge-changelog: New file.
19231         * lib/git-merge-changelog.c: New file.
19232
19233 2008-02-10  Jim Meyering  <meyering@redhat.com>
19234
19235         useless-if-before-free: New option: --list (-l).
19236
19237         useless-if-before-free: Don't exit immediately upon open failure.
19238         * build-aux/useless-if-before-free: Exit 2 for errors.
19239         Upon failure to open a file, don't exit immediately.
19240         Rather, just warn and continue with any remaining files.
19241
19242 2008-02-10  Bruno Haible  <bruno@clisp.org>
19243
19244         New abstract list operation 'node_set_value'.
19245         * lib/gl_list.h (gl_list_node_set_value): New function.
19246         (struct gl_list_implementation): New field node_set_value.
19247         * lib/gl_list.c (gl_list_node_set_value): New function.
19248         * lib/gl_array_list.c (gl_array_node_set_value): New function.
19249         (gl_array_list_implementation): Update.
19250         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
19251         (gl_carray_list_implementation): Update.
19252         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
19253         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19254         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19255         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
19256         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19257         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19258         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19259         Update.
19260         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
19261         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
19262         (gl_sublist_list_implementation): Update.
19263
19264 2008-02-10  Bruno Haible  <bruno@clisp.org>
19265
19266         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
19267         Needed when ELEMENT is #defined to 'some_type *'.
19268
19269 2008-02-10  Jim Meyering  <meyering@redhat.com>
19270
19271         New script and module: useless-if-before-free
19272         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
19273         * build-aux/useless-if-before-free: New file.
19274         * modules/useless-if-before-free: New file.
19275
19276         * build-aux/gitlog-to-changelog: Use committer date, not author date.
19277
19278         xstrtol_error: Fix typo.
19279         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
19280         s/exit_failure/exit_status/.
19281
19282 2008-02-09  Jim Meyering  <meyering@redhat.com>
19283
19284         New script and module: gitlog-to-changelog
19285         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
19286         * modules/gitlog-to-changelog: New file.
19287         * build-aux/gitlog-to-changelog: New file.
19288
19289 2008-02-08  Jim Meyering  <meyering@redhat.com>
19290
19291         Avoid two "parameter unused" warnings.
19292         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
19293         Mark "st" as used.
19294
19295         Use "git COMMAND", not "git-COMMAND".
19296         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
19297         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
19298         * build-aux/git-version-gen: Use "git status", not "git-status".
19299
19300 2008-02-07  Bruno Haible  <bruno@clisp.org>
19301
19302         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
19303         Avoids a crash on Windows Vista.
19304         Reported by Adam Strzelecki <ono@java.pl> via
19305         Simon Josefsson <simon@josefsson.org>.
19306
19307 2008-02-06  Bruno Haible  <bruno@clisp.org>
19308
19309         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
19310         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
19311         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
19312         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
19313         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
19314         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19315         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
19316         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
19317         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19318         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19319         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19320         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19321         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19322         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19323         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19324         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
19325         left-adjust flag.
19326         * tests/test-snprintf-posix.h (test_function): Likewise.
19327         * tests/test-sprintf-posix.h (test_function): Likewise.
19328         * tests/test-vasprintf-posix.c (test_function): Likewise.
19329         * doc/posix-functions/fprintf.texi: Update.
19330         * doc/posix-functions/printf.texi: Update.
19331         * doc/posix-functions/snprintf.texi: Update.
19332         * doc/posix-functions/sprintf.texi: Update.
19333         * doc/posix-functions/vfprintf.texi: Update.
19334         * doc/posix-functions/vprintf.texi: Update.
19335         * doc/posix-functions/vsnprintf.texi: Update.
19336         * doc/posix-functions/vsprintf.texi: Update.
19337         Reported by Peter Fales <psfales@alcatel-lucent.com>.
19338
19339 2008-02-06  Bruno Haible  <bruno@clisp.org>
19340
19341         Fix bug introduced on 2008-01-26.
19342         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
19343
19344 2008-02-06  Bruno Haible  <bruno@clisp.org>
19345
19346         Fix bug introduced on 2007-06-10.
19347         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
19348         !NEED_PRINTF_FLAG_ZERO.
19349
19350 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
19351
19352         getloadavg: use libperfstat on AIX5
19353         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
19354
19355 2008-02-03  Bruno Haible  <bruno@clisp.org>
19356
19357         * lib/diffseq.h: Add comments about required #includes.
19358         Reported by Michael Biggs <gnulib@doubleplum.net>.
19359
19360 2008-02-01  Bruno Haible  <bruno@clisp.org>
19361
19362         * users.txt: Add gnuit.
19363
19364 2008-01-31  Bruno Haible  <bruno@clisp.org>
19365
19366         * lib/md4.c (set_uint32): Mark as inline.
19367         * lib/md5.c (set_uint32): Likewise.
19368         * lib/sha1.c (set_uint32): Likewise.
19369         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
19370         * m4/md5.m4 (gl_MD5): Likewise.
19371         * m4/sha1.m4 (gl_SHA1): Likewise.
19372
19373 2008-01-31  Jim Meyering  <meyering@redhat.com>
19374
19375         Use "sizeof VAR", rather than a literal "4".
19376         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
19377         * lib/md4.c (md4_read_ctx): Likewise.
19378         * lib/sha1.c (sha1_read_ctx): Likewise.
19379
19380 2008-01-31  Simon Josefsson  <simon@josefsson.org>
19381
19382         * tests/test-sha1.c: New file, based on test-md5.c.
19383
19384         * modules/crypto/sha1-tests: New file.
19385
19386 2008-01-31  Simon Josefsson  <simon@josefsson.org>
19387
19388         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
19389
19390 2008-01-31  Jim Meyering  <meyering@redhat.com>
19391
19392         Prefer "sizeof v" over the equivalent "4".
19393         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
19394         * lib/md5.c (set_uint32): Likewise.
19395         * lib/sha1.c (set_uint32): Likewise.
19396
19397 2008-01-31  Simon Josefsson  <simon@josefsson.org>
19398
19399         * lib/sha1.c (set_uint32): Mark function as static.
19400
19401 2008-01-31  Simon Josefsson  <simon@josefsson.org>
19402
19403         md2: clarify comments to say that alignment is not required.
19404         * lib/md2.h: Remove warning about alignment in comment.
19405         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
19406         never been required.
19407
19408 2008-01-31  Simon Josefsson  <simon@josefsson.org>
19409
19410         md4: adapt alignment constraint fix from sha1.
19411         * lib/md4.c (set_uint32): New function, from sha1.c
19412         (md4_read_ctx): Use it.
19413         (md4_finish_ctx): Doc fix.
19414         * lib/md4.h: Doc fix.
19415
19416 2008-01-31  Simon Josefsson  <simon@josefsson.org>
19417
19418         md5: adapt alignment constraint fix from sha1.
19419         * lib/md5.c (set_uint32): New function, from sha1.c
19420         (md5_read_ctx): Use it.
19421         (md5_finish_ctx): Doc fix.
19422         * lib/md5.h: Doc fix.
19423
19424 2008-01-30  Peter Palfrader  <weasel@debian.org>
19425
19426         sha1: remove the result buffer alignment constraint
19427         * lib/sha1.c (set_uint32): New function.
19428         (sha1_read_ctx): Rewrite to remove the result buffer alignment
19429         constraint.
19430         (sha1_finish_ctx): Remove comment warning about alignment constraint.
19431         * lib/sha1.h: Likewise.
19432
19433 2008-01-30  Andreas Schwab  <schwab@suse.de>
19434             Bruno Haible  <bruno@clisp.org>
19435
19436         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
19437         correct definition of LDBL_MIN_EXP.
19438
19439 2008-01-30  Karl Berry  <karl@gnu.org>
19440
19441         * config/srclist-update: try to preserve x bit on updates.
19442         * config/srclistvars.sh: update for karl.
19443
19444 2008-01-29  Jim Meyering  <meyering@redhat.com>
19445
19446         vasnprintf.c: Avoid warning about unused label
19447         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
19448         "overflow" label definition and associated code with the
19449         same cpp condition that guards the sole use of that label.
19450
19451 2008-01-26  Bruno Haible  <bruno@clisp.org>
19452
19453         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
19454         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
19455         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
19456         * lib/isnanl-nolibm.h (isnanl): Likewise.
19457         Reported by Paul Eggert <eggert@cs.ucla.edu>.
19458
19459 2008-01-26  Bruno Haible  <bruno@clisp.org>
19460
19461         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
19462         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
19463
19464 2008-01-26  Bruno Haible  <bruno@clisp.org>
19465
19466         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
19467         GCC >= 4.0 built-in.
19468         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
19469
19470 2008-01-26  Bruno Haible  <bruno@clisp.org>
19471
19472         Rename isnan, applicable to 'double' only, to isnand.
19473         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
19474         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
19475         (configure.ac): Update.
19476         (Include): Replace "isnan.h" with "isnand.h".
19477         * m4/isnand.m4: Renamed from m4/isnan.m4.
19478         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
19479         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
19480         instead of isnan.c.
19481         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
19482         instead of HAVE_ISNAN_IN_LIBC.
19483         (isnand): Renamed from isnan.
19484         * lib/isnand.c: New file.
19485         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
19486         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
19487         (Makefile.am): Update.
19488         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
19489         Include isnand.h instead of isnan.h.
19490         (main): Test isnand instead of isnan.
19491         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
19492         isnan-nolibm.
19493         * modules/frexp (Depends-on): Likewise.
19494         * modules/frexp-tests (Depends-on): Likewise.
19495         * modules/frexp-nolibm (Depends-on): Likewise.
19496         * modules/frexp-nolibm-tests (Depends-on): Likewise.
19497         * modules/isfinite (Depends-on): Likewise.
19498         * modules/round-tests (Depends-on): Likewise.
19499         * modules/signbit (Depends-on): Likewise.
19500         * modules/signbit-tests (Depends-on): Likewise.
19501         * modules/snprintf-posix (Depends-on): Likewise.
19502         * modules/sprintf-posix (Depends-on): Likewise.
19503         * modules/trunc-tests (Depends-on): Likewise.
19504         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19505         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19506         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19507         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19508         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19509         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19510         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19511         * modules/vasnprintf-posix (Depends-on): Likewise.
19512         * modules/vasprintf-posix (Depends-on): Likewise.
19513         * modules/vfprintf-posix (Depends-on): Likewise.
19514         * modules/vsnprintf-posix (Depends-on): Likewise.
19515         * modules/vsprintf-posix (Depends-on): Likewise.
19516         * lib/frexp.c: Include isnand.h instead of isnan.h.
19517         (ISNAN): Set to isnand instead of isnan.
19518         * lib/isfinite.c: Include isnand.h instead of isnan.h.
19519         (gl_isfinited): Use isnand instead of isnan.
19520         * lib/signbitd.c: Include isnand.h instead of isnan.h.
19521         (gl_signbitd): Use isnand instead of isnan.
19522         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
19523         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
19524         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
19525         (main): Use isnand instead of isnan.
19526         * tests/test-round1.c: Include isnand.h.
19527         (main): Use isnand instead of isnan.
19528         * tests/test-round2.c: Include isnand.h instead of isnan.h.
19529         (ISNAN): Set to isnand instead of isnan.
19530         * tests/test-trunc1.c: Include isnand.h.
19531         (main): Use isnand instead of isnan.
19532         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
19533         (equal): Use isnand instead of isnan.
19534         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
19535         isnand-nolibm.
19536         * NEWS: Mention the change.
19537
19538 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
19539             Bruno Haible  <bruno@clisp.org>
19540
19541         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
19542         the GCC builtins for signbits are present and set
19543         REPLACE_SIGNBIT_USING_GCC if so.
19544         * lib/math.in.h (signbit): Define using GCC builtins if
19545         REPLACE_SIGNBIT_USING_GCC is set.
19546         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
19547         REPLACE_SIGNBIT_USING_GCC.
19548         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
19549
19550 2008-01-25  Jim Meyering  <meyering@redhat.com>
19551
19552         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
19553         * lib/poll.c: Include <config.h>, not "config.h".
19554         * tests/test-getaddrinfo.c: Likewise.
19555
19556 2008-01-25  Simon Josefsson  <simon@josefsson.org>
19557
19558         * modules/sockets-tests: New file.
19559
19560 2008-01-24  Simon Josefsson  <simon@josefsson.org>
19561
19562         * modules/sockets: New module, can be used to call WSA_Startup and
19563         WSA_Cleanup when needed.
19564
19565         * lib/sockets.h, lib/sockets.c: New files.
19566
19567         * m4/sockets.m4: New file.
19568
19569         * tests/test-sockets.c: New file.
19570
19571 2008-01-19  Bruno Haible  <bruno@clisp.org>
19572
19573         * doc/posix-headers: Renamed from doc/headers.
19574         * doc/posix-functions: Renamed from doc/functions.
19575         * doc/gnulib.texi: Update.
19576
19577 2008-01-19  Bruno Haible  <bruno@clisp.org>
19578
19579         * doc/glibc-functions/strcasestr.texi: Include contents of
19580         doc/functions/strcasestr.texi, fixing the list of platforms.
19581         * doc/functions/strcasestr.texi: Remove file.
19582
19583 2008-01-19  Bruno Haible  <bruno@clisp.org>
19584
19585         * doc/glibc-functions/memmem.texi: Include contents of
19586         doc/functions/memmem.texi.
19587         * doc/functions/memmem.texi: Remove file.
19588
19589 2008-01-18  Bruno Haible  <bruno@clisp.org>
19590
19591         * doc/glibc-functions/*.texi: New files.
19592         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
19593         to use the new files.
19594
19595 2008-01-17  Bruno Haible  <bruno@clisp.org>
19596
19597         * tests/test-gethostname.c (main): Fix printf statement.
19598
19599 2008-01-17  Simon Josefsson  <simon@josefsson.org>
19600
19601         * modules/gethostname-tests: New file.
19602
19603         * tests/test-gethostname.c: New file.
19604
19605 2008-01-17  Simon Josefsson  <simon@josefsson.org>
19606
19607         * lib/gethostname.c: Include string.h unconditionally, strncpy is
19608         used by the UNAME case.  Reported by Bruno Haible
19609         <bruno@clisp.org>.
19610
19611 2008-01-17  Eric Blake  <ebb9@byu.net>
19612
19613         Convert c-strcasestr to be more efficient.
19614         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
19615         (Depends-on): Add c-strcase, remove malloca, strnlen.
19616         * tests/test-c-strcasestr.c (main): Enhance test.
19617         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
19618
19619 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
19620
19621         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
19622         Use it in creating po/Makevars.
19623
19624 2008-01-15  Simon Josefsson  <simon@josefsson.org>
19625
19626         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
19627         Applications that requires it should initialize libgcrypt
19628         manually.
19629
19630 2008-01-16  Simon Josefsson  <simon@josefsson.org>
19631
19632         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
19633
19634 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
19635
19636         Fix problem with getdate on mingw32 reported by Simon Josefsson
19637         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
19638         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
19639         tzname", when deciding whether to declare tzname.
19640         * lib/strftime.c (tzname): Likewise.
19641
19642 2008-01-15  Bruno Haible  <bruno@clisp.org>
19643
19644         Work around a MacOS X 10.5 bug in frexpl().
19645         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
19646         * doc/functions/frexpl.texi: Document the bug.
19647         Reported by Elias Pipping <pipping@gentoo.org>.
19648
19649 2008-01-14  Eric Blake  <ebb9@byu.net>
19650
19651         Touch up previous patch.
19652         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
19653         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
19654
19655         Convert strcasestr module to use Two-Way algorithm.
19656         * modules/strcasestr-simple: New module, based on the old
19657         strcasestr, but with Two-Way rather than KMP.
19658         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
19659         * lib/string.in.h (rpl_strcasestr): Declare.
19660         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
19661         performance.
19662         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
19663         * modules/string (Makefile.am): Support strcasestr.
19664         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
19665         * modules/strcasestr-tests (Depends-on): Check for alarm.
19666         * tests/test-strcasestr.c: Augment test.
19667         * lib/str-two-way.h: Clean up stray macro.
19668         * NEWS: Document new module.
19669         * MODULES.html.sh (string handling): Likewise.
19670         * doc/functions/strcasestr.texi: New file.
19671         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
19672         here, since it is not a POSIX function.
19673
19674 2008-01-14  Colin Watson  <cjwatson@debian.org>
19675             Bruno Haible  <bruno@clisp.org>
19676
19677         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
19678         works fine; if not, set REPLACE_STRSIGNAL.
19679         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
19680         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19681         REPLACE_STRSIGNAL.
19682         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
19683         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
19684         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
19685
19686 2008-01-14  Bruno Haible  <bruno@clisp.org>
19687
19688         * modules/strsignal (Include): Change to <string.h>.
19689
19690 2008-01-14  Colin Watson  <cjwatson@debian.org>
19691
19692         * modules/argp (Notice): Add a notice recommending to change
19693         XGETTEXT_OPTIONS.
19694         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
19695
19696 2008-01-13  Colin Watson  <cjwatson@debian.org>
19697
19698         * modules/strsignal-tests: New file.
19699         * tests/test-strsignal.c: New file.
19700
19701         * lib/strsignal.c: New file, from glibc with modifications.
19702         * lib/siglist.h: New file, from glibc with modifications.
19703         * lib/string.in.h (strsignal): New declaration.
19704         * m4/strsignal.m4: New file.
19705         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19706         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
19707         * modules/strsignal: New file.
19708         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
19709         HAVE_DECL_STRSIGNAL.
19710
19711 2008-01-13  Bruno Haible  <bruno@clisp.org>
19712
19713         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
19714         locale encoding is not ASCII. Needed for OpenBSD 4.0.
19715         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
19716         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19717
19718 2008-01-13  Bruno Haible  <bruno@clisp.org>
19719
19720         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
19721         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
19722         * lib/argp.h (__attribute__): Likewise.
19723         * lib/c-stack.c (__attribute__): Likewise.
19724         * lib/error.h (__attribute__): Likewise.
19725         * lib/fts.c (__attribute__): Likewise.
19726         * lib/openat.h (__attribute__): Likewise.
19727         * lib/stdio.in.h (__attribute__): Likewise.
19728         * lib/string.in.h (__attribute__): Likewise.
19729         * lib/utimens.c (__attribute__): Likewise.
19730         * lib/vasnprintf.h (__attribute__): Likewise.
19731         * lib/xalloc.h (__attribute__): Likewise.
19732         * lib/xprintf.h (__attribute__): Likewise.
19733         * lib/xstrtol.h (__attribute__): Likewise.
19734         * lib/xvasprintf.h (__attribute__): Likewise.
19735
19736 2008-01-12  Bruno Haible  <bruno@clisp.org>
19737
19738         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
19739         * doc/glibc-headers/a.out.texi: New file.
19740         * doc/glibc-headers/aliases.texi: New file.
19741         * doc/glibc-headers/alloca.texi: New file.
19742         * doc/glibc-headers/ar.texi: New file.
19743         * doc/glibc-headers/argp.texi: New file.
19744         * doc/glibc-headers/argz.texi: New file.
19745         * doc/glibc-headers/byteswap.texi: New file.
19746         * doc/glibc-headers/crypt.texi: New file.
19747         * doc/glibc-headers/endian.texi: New file.
19748         * doc/glibc-headers/envz.texi: New file.
19749         * doc/glibc-headers/err.texi: New file.
19750         * doc/glibc-headers/error.texi: New file.
19751         * doc/glibc-headers/execinfo.texi: New file.
19752         * doc/glibc-headers/fpu_control.texi: New file.
19753         * doc/glibc-headers/fstab.texi: New file.
19754         * doc/glibc-headers/fts.texi: New file.
19755         * doc/glibc-headers/getopt.texi: New file.
19756         * doc/glibc-headers/ieee754.texi: New file.
19757         * doc/glibc-headers/ifaddrs.texi: New file.
19758         * doc/glibc-headers/libintl.texi: New file.
19759         * doc/glibc-headers/mcheck.texi: New file.
19760         * doc/glibc-headers/mntent.texi: New file.
19761         * doc/glibc-headers/obstack.texi: New file.
19762         * doc/glibc-headers/paths.texi: New file.
19763         * doc/glibc-headers/printf.texi: New file.
19764         * doc/glibc-headers/pty.texi: New file.
19765         * doc/glibc-headers/resolv.texi: New file.
19766         * doc/glibc-headers/shadow.texi: New file.
19767         * doc/glibc-headers/sysexits.texi: New file.
19768         * doc/glibc-headers/ttyent.texi: New file.
19769
19770 2008-01-12  Jim Meyering  <meyering@redhat.com>
19771
19772         announce-gen: emit Gnulib's git-based version string.
19773         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
19774         New option --gnulib-version=V, where V is expected to be
19775         the output of running git describe in the gnulib directory.
19776         (get_tool_versions): Request feedback on xdelta.  I suspect it's
19777         not useful, and plan to stop publishing an xdelta file with each
19778         coreutils release.
19779
19780         * build-aux/announce-gen: Also check for lzma-compressed files.
19781
19782 2008-01-11  Bruno Haible  <bruno@clisp.org>
19783
19784         * tests/test-memmem.c (main): Increase maximum allowed time.
19785         * tests/test-strstr.c (main): Likewise.
19786
19787 2008-01-11  Bruno Haible  <bruno@clisp.org>
19788
19789         * doc/functions/memmem.texi: Add more precisions about platforms.
19790         * doc/functions/strstr.texi: Likewise.
19791
19792 2008-01-10  Eric Blake  <ebb9@byu.net>
19793
19794         * m4/strstr.m4: Delete cruft from copy-n-paste.
19795         Reported by Bruno Haible.
19796
19797 2008-01-10  Bruno Haible  <bruno@clisp.org>
19798
19799         Make c-strstr rely on strstr.
19800         * lib/c-strstr.c: Don't include str-kmp.h.
19801         (c_strstr): Define in terms of strstr.
19802         * modules/c-strstr (Files): Remove lib/str-kmp.h.
19803         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
19804
19805 2008-01-10  Bruno Haible  <bruno@clisp.org>
19806
19807         * doc/gnulib.texi (String Functions in C Locale): New section.
19808         * doc/c-ctype.texi: New file.
19809         * doc/c-strcase.texi: New file.
19810         * doc/c-strcaseeq.texi: New file.
19811         * doc/c-strcasestr.texi: New file.
19812         * doc/c-strstr.texi: New file.
19813         * doc/c-strtod.texi: New file.
19814         * doc/c-strtold.texi: New file.
19815
19816 2008-01-10  Eric Blake  <ebb9@byu.net>
19817
19818         * lib/relocatable.h: Fix a comment.
19819
19820 2008-01-10  Eric Blake  <ebb9@byu.net>
19821
19822         Share two-way algorithm.
19823         * lib/str-two-way.h: New file, merged from...
19824         * lib/memmem.c: ...here...
19825         * lib/strstr.c: ...and here.
19826         * modules/memmem (Files): Use it.
19827         * modules/strstr (Files): Likewise.
19828
19829         Avoid quadratic strstr implementations.
19830         * lib/strstr.c: New file.
19831         * m4/strstr.m4: Likewise.
19832         * modules/strstr: Likewise.
19833         * modules/strstr-tests: Likewise.
19834         * tests/test-strstr.c: Likewise.
19835         * lib/string.in.h (rpl_strstr): Declare.
19836         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
19837         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
19838         * modules/string (Makefile.am): Likewise.
19839         * MODULES.html.sh (string handling): Mention new module.
19840         * doc/functions/strstr.texi (strstr): Document the bug.
19841
19842 2008-01-10  Bruno Haible  <bruno@clisp.org>
19843
19844         * lib/relocatable.h (relocate): State whether result is freshly
19845         allocated or not.
19846         * lib/relocatable.c (relocate): Return a freshly allocated string
19847         instead of a pointer to a privately held string.
19848         Reported by Sylvain Beucler <beuc@gnu.org>.
19849
19850 2008-01-10  Colin Watson  <cjwatson@debian.org>
19851
19852         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
19853         s/S_ISNLK/S_ISLNK/.
19854
19855 2008-01-09  Bruno Haible  <bruno@clisp.org>
19856
19857         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
19858         and other files.
19859         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
19860         if it's only a guess.
19861         * modules/memmem: Simplify by depending on memmem-simple.
19862
19863 2008-01-09  Bruno Haible  <bruno@clisp.org>
19864
19865         Work around OpenBSD 4.0 tdelete() bug.
19866         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
19867         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
19868         macros and don't redefine the enum values.
19869         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
19870         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
19871         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
19872
19873 2008-01-09  Bruno Haible  <bruno@clisp.org>
19874
19875         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
19876         (main): Don't perform the tests if setlocale did not install a UTF-8
19877         locale. Needed on OpenBSD 4.0.
19878         * modules/wcwidth-tests (Depends-on): Add localcharset.
19879
19880 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
19881
19882         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
19883         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
19884         * NEWS: announce this.
19885         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
19886
19887 2008-01-09  Simon Josefsson  <simon@josefsson.org>
19888         and Eric Blake  <ebb9@byu.net>
19889
19890         Add memmem-simple module.
19891         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
19892         (gl_FUNC_MEMMEM): Separate performance from presence checks.
19893         * modules/memmem-simple: New file.
19894         * modules/memmem (Description): Tweak.
19895         * MODULES.html.sh (string handling): Mention new module.
19896         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
19897         addressed by memmem-simple.
19898         * NEWS: Document the difference.
19899
19900 2008-01-09  Eric Blake  <ebb9@byu.net>
19901
19902         Give gcc some memmem optimization hints.
19903         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
19904         (strcasestr): Declare as pure.
19905         * modules/memmem (Maintainer): Claim my implementation.
19906
19907 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19908
19909         Support AIX 6.1 and higher.
19910         * build-aux/config.libpath: Likewise.
19911         * build-aux/config.rpath: Likewise.
19912
19913 2008-01-08  Jim Meyering  <meyering@redhat.com>
19914             Bruno Haible  <bruno@clisp.org>
19915
19916         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
19917         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
19918         Reported by Peter Fales in
19919         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
19920
19921 2008-01-08  Bruno Haible  <bruno@clisp.org>
19922
19923         * modules/unictype/category-of (Depends-on): Add
19924         unictype/category-none.
19925         * modules/unictype/category-and-tests (Depends-on): Add
19926         unictype/category-{L,N,Lu,Nd}.
19927         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
19928         * modules/unictype/category-or-tests (Depends-on): Add
19929         unictype/category-{L,N}.
19930         * modules/unictype/category-name-tests (Depends-on): Add
19931         unictype/category-{Z,Nl}.
19932         Reported by Simon Josefsson.
19933
19934 2008-01-08  Bruno Haible  <bruno@clisp.org>
19935
19936         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
19937         convention better.
19938         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
19939         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
19940         Reported by Peter Miller <millerp@canb.auug.org.au>.
19941
19942 2008-01-08  Eric Blake  <ebb9@byu.net>
19943
19944         Rewrite memmem to guarantee linear complexity without malloc.
19945         * lib/memmem.c (memmem): Use Two-Way rather than
19946         Knuth-Morris-Pratt, to allow O(1) space usage.
19947         (critical_factorization, two_way_short_needle)
19948         (two_way_long_needle): New functions.
19949         (knuth_morris_pratt): Delete.
19950         * modules/memmem (Depends-on): No longer need malloca or stdbool.
19951         Add stdint.
19952         * tests/test-memmem.c (main): Add tests for periodic needle and
19953         sublinear performance.
19954         * doc/functions/memmem.texi (memmem): Document other deficiencies
19955         in cygwin and older glibc.
19956
19957 2008-01-08  Bruno Haible  <bruno@clisp.org>
19958
19959         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
19960         augmentation.
19961
19962 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
19963
19964         Add a configure time option: --disable-acl.
19965         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
19966         AC_ARG_ENABLE(acl).
19967
19968 2008-01-06  Simon Josefsson  <simon@josefsson.org>
19969
19970         * tests/test-localename.c: Don't include obsolete "setenv.h".
19971
19972         * modules/localename-tests (Depends-on): Need unsetenv.
19973
19974 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19975
19976         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
19977
19978 2008-01-06  Colin Watson  <cjwatson@debian.org>
19979
19980         * users.txt: Add man-db.
19981
19982 2008-01-07  Bruno Haible  <bruno@clisp.org>
19983
19984         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
19985         previous section name.
19986
19987 2008-01-07  Bruno Haible  <bruno@clisp.org>
19988
19989         * lib/progname.c (set_program_name): Don't strip off a leading
19990         "lt-" prefix outside a .libs directory.
19991         Suggested by Paul Eggert.
19992
19993 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
19994             Bruno Haible  <bruno@clisp.org>
19995
19996         Improve memory cleanup in 'relocatable' module.
19997         * lib/relocatable.h (compute_curr_prefix): Change return type to
19998         'char *'.
19999         * lib/relocatable.c (compute_curr_prefix): Change return type to
20000         'char *'. Free curr_installdir after use.
20001         (relocate): Free curr_prefix_better after use.
20002         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
20003
20004 2008-01-01  Bruno Haible  <bruno@clisp.org>
20005
20006         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
20007         failure on older glibc systems.
20008         Reported by Peter Fales <psfales@alcatel-lucent.com>.
20009
20010 2008-01-05  Eric Blake  <ebb9@byu.net>
20011
20012         Avoid quadratic system memmem.
20013         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
20014         Reported by Ralf Wildenhues.
20015
20016         Fix memmem test for mingw.
20017         * modules/memmem-tests (configure.ac): Check for alarm.
20018         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
20019         it.
20020         * doc/functions/memmem.texi: New file.
20021         * doc/gnulib.texi (Function Substitutes): Add memmem.
20022         Reported by Bruno Haible.
20023
20024 2008-01-04  Bruno Haible  <bruno@clisp.org>
20025
20026         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
20027         Require gl_HEADER_STRINGS_H_DEFAULTS, not
20028         gl_HEADER_STRING_H_DEFAULTS.
20029
20030 2008-01-04  Eric Blake  <ebb9@byu.net>
20031
20032         Shorten duration of memmem test.
20033         * tests/test-memmem.c (main): Use alarm to declare failure if test
20034         is taking too long.
20035         Reported by Ralf Wildenhues.
20036
20037 2007-12-21  Simon Josefsson  <simon@josefsson.org>
20038
20039         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
20040         string, needed by strerror.
20041
20042 2008-01-03  Colin Watson  <cjwatson@debian.org>
20043             Bruno Haible  <bruno@clisp.org>
20044
20045         * doc/gnulib-tool.texi (Localization): New section.
20046
20047 2008-01-02  Bruno Haible  <bruno@clisp.org>
20048
20049         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
20050         variables to 'unsigned char *' type.
20051         Reported by Paul Eggert.
20052
20053 2008-01-02  Jim Meyering  <jim@meyering.net>
20054
20055         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
20056
20057 2007-12-31  Jim Meyering  <jim@meyering.net>
20058
20059         Avoid use of private FTS type name.
20060         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
20061
20062 2007-12-30  Karl Berry  <karl@gnu.org>
20063
20064         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
20065         work around defect in Texinfo and/or the standalone Info browser.
20066
20067 2007-12-30  Bruno Haible  <bruno@clisp.org>
20068
20069         Unify 5 copies of the KMP code.
20070         * lib/str-kmp.h: New file.
20071         * lib/c-strcasestr.c: Include str-kmp.h.
20072         (knuth_morris_pratt): Remove function.
20073         (c_strcasestr): Update.
20074         * lib/c-strstr.c: Include str-kmp.h.
20075         (knuth_morris_pratt): Remove function.
20076         (c_strcasestr): Update.
20077         * lib/mbscasestr.c: Include str-kmp.h.
20078         (knuth_morris_pratt_unibyte): Remove function.
20079         * lib/mbsstr.c: Include str-kmp.h.
20080         (knuth_morris_pratt_unibyte): Remove function.
20081         * lib/strcasestr.c: Include str-kmp.h.
20082         (knuth_morris_pratt): Remove function.
20083         (strcasestr): Update.
20084         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
20085         * modules/c-strstr (Files): Likewise.
20086         * modules/mbscasestr (Files): Likewise.
20087         * modules/mbsstr (Files): Likewise.
20088         * modules/strcasestr (Files): Likewise.
20089         Suggested by Paul Eggert.
20090
20091 2007-12-30  Bruno Haible  <bruno@clisp.org>
20092
20093         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
20094         defined.
20095
20096 2007-12-30  Bruno Haible  <bruno@clisp.org>
20097
20098         * lib/xmalloca.h: Include xalloc.h.
20099         (xnmalloca): New macro.
20100
20101 2007-12-30  Bruno Haible  <bruno@clisp.org>
20102
20103         * lib/malloca.h (nmalloca): New macro.
20104         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
20105         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
20106         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
20107         knuth_morris_pratt_multibyte): Likewise.
20108         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
20109         knuth_morris_pratt_multibyte): Likewise.
20110         * lib/memmem.c (knuth_morris_pratt): Likewise.
20111         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
20112
20113 2007-12-25  Bruno Haible  <bruno@clisp.org>
20114
20115         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
20116         * lib/glob.c: Don't include openat.h.
20117         (link_exists2_p): Add back the code that deals with the
20118         !GLOB_ALTDIRFUNC case.
20119         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
20120         let it do the filename concatenation.
20121         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
20122         * modules/glob (Depends-on): Remove openat.
20123
20124 2007-12-31  Bruno Haible  <bruno@clisp.org>
20125
20126         * modules/dirfd (License): Change to LGPLv2+.
20127         Approved by Jim Meyering.
20128
20129 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
20130
20131         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
20132         when multiplying M by sizeof (size_t).
20133
20134 2007-12-10  Martin Lambers  <marlam@marlam.de>
20135
20136         Override getpagesize on mingw.
20137         * lib/getpagesize.c: New file.
20138         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
20139         * modules/getpagesize (Files): Add lib/getpagesize.c.
20140         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
20141         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20142         REPLACE_GETPAGESIZE.
20143         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
20144
20145 2007-12-25  Bruno Haible  <bruno@clisp.org>
20146
20147         * modules/localcharset (Notice): New field.
20148         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
20149         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
20150
20151 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
20152             Bruno Haible  <bruno@clisp.org>
20153
20154         Avoid using the syntax symbol() in formatted documentation.
20155         * MODULES.html.sh (func_module): When replacing symbol() with a
20156         hyperlink, remove the parentheses. Show an error if some remain.
20157         Recognize and render the '...' syntax.
20158         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
20159         Rework. Add paragraph about GCC's inlining.
20160         * doc/alloca.texi: Likewise.
20161         * doc/error.texi: Remove parentheses from symbol reference.
20162         * doc/gnulib-intro.texi: Likewise.
20163         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
20164         * modules/fnmatch (Description): Reword to say "the ... function".
20165         * modules/full-read (Description): Likewise.
20166         * modules/full-write (Description): Likewise.
20167         * modules/safe-read (Description): Likewise.
20168         * modules/safe-write (Description): Likewise.
20169         * modules/strchrnul (Description): Likewise.
20170         * modules/trim (Description): Likewise.
20171         * modules/error (Description): Remove parentheses from symbol
20172         references.
20173         * modules/verror (Description): Likewise.
20174         Reported by Karl Berry.
20175
20176 2007-12-25  Bruno Haible  <bruno@clisp.org>
20177
20178         Fixup after 2007-10-16 commit.
20179         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
20180
20181 2007-12-24  Bruno Haible  <bruno@clisp.org>
20182
20183         Make --enable-relocatable work with DESTDIR.
20184         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
20185         to compute installdir from destprog.
20186         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
20187         also set the RELOC_DESTDIR variable.
20188         Reported by Левашев Иван <octagram@bluebottle.com>.
20189
20190 2007-12-24  Bruno Haible  <bruno@clisp.org>
20191
20192         Fix link error due to xalloc_die().
20193         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
20194         of xreadlink.
20195         * lib/relocwrapper.c: Update comments.
20196         * build-aux/install-reloc: Remove xreadlink.c from file list.
20197         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
20198         xreadlink.c.
20199         Reported by Левашев Иван <octagram@bluebottle.com>.
20200
20201 2007-12-24  Bruno Haible  <bruno@clisp.org>
20202
20203         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
20204         * lib/setenv.h: Remove file.
20205         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
20206         lib/setenv.h.
20207         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
20208         (Depends-on): Add stdlib.
20209         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
20210         gl_FUNC_UNSETENV.
20211         (Include): Replace setenv.h with <stdlib.h>.
20212         * modules/unsetenv: New file.
20213         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
20214         * lib/unsetenv.c: Include <stdlib.h> first.
20215         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
20216         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
20217         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
20218         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
20219         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
20220         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
20221         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
20222         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
20223         * doc/functions/unsetenv.texi: Update.
20224         * modules/xsetenv (Depends-on): Add unsetenv.
20225         * modules/getdate (Depends-on): Likewise.
20226         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
20227         * lib/xsetenv.c: Don't include setenv.h.
20228         * lib/getdate.y: Likewise.
20229         * lib/relocwrapper.c: Likewise.
20230         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
20231         (Depends-on): Add stdlib.
20232         * NEWS: Mention the changes.
20233         Reported by Левашев Иван <octagram@bluebottle.com>.
20234
20235 2007-12-23  Bruno Haible  <bruno@clisp.org>
20236
20237         * lib/memmem.c (memmem): Use lowercase variable names. Tab
20238         indentation.
20239
20240 2007-12-23  Bruno Haible  <bruno@clisp.org>
20241
20242         * lib/c-strcasestr.c: Add more comments.
20243         * lib/c-strstr.c: Likewise.
20244         * lib/mbscasestr.c: Likewise.
20245         * lib/mbsstr.c: Likewise.
20246         * lib/strcasestr.c: Likewise.
20247         * lib/memmem.c: Likewise.
20248
20249 2007-12-23  Bruno Haible  <bruno@clisp.org>
20250
20251         * tests/test-memmem.c: Include <string.h> first.
20252
20253 2007-12-22  Bruno Haible  <bruno@clisp.org>
20254
20255         * gnulib-tool (func_create_testdir): Change $auxdir while generating
20256         the contents of $testsbase.
20257         Reported by Ralf Wildenhues.
20258
20259 2007-12-22  Bruno Haible  <bruno@clisp.org>
20260
20261         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
20262         two variables local_ldadd_before, local_ldadd_last.
20263
20264 2007-12-20  Eric Blake  <ebb9@byu.net>
20265
20266         Work around circular library issue when cross-compiling.
20267         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
20268         that progname.o does not need to pull in rpl_memcmp.
20269
20270 2007-12-19  Eric Blake  <ebb9@byu.net>
20271
20272         Fix memmem to avoid O(n^2) worst-case complexity.
20273         * lib/memmem.c (knuth_morris_pratt): New function.
20274         (memmem): Use it if first few naive iterations fail.
20275         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
20276         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
20277         * modules/memchr (License): Likewise.
20278         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
20279         malloca.
20280         * tests/test-memmem.c: Rewrite, borrowing ideas from
20281         test-mbsstr1.c; the old version wouldn't even compile!
20282         * modules/memmem-tests: New file.
20283         * lib/string.in.h (rpl_memmem): Add declaration.
20284         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
20285         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
20286         REPLACE_MEMMEM.
20287
20288 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
20289
20290         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
20291         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
20292         before any system include files, and undef after them all.  This
20293         should fix a problem on VMS reported by John E. Malmberg in
20294         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
20295
20296 2007-12-17  Eric Blake  <ebb9@byu.net>
20297
20298         Revert addition of verify, for BSD/OS.
20299         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
20300         can't handle large files, for the sake of obsolete platforms.
20301         * modules/fseeko (Depends-on): Remove verify.
20302         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
20303         * doc/functions/ftello.texi (ftello): Likewise.
20304         * doc/functions/fgetpos.texi (fgetpos): Likewise.
20305         Reported by Larry Jones.
20306
20307 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
20308
20309         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
20310         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
20311
20312 2007-12-17  Jim Meyering  <meyering@redhat.com>
20313
20314         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
20315         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
20316         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
20317         * modules/getcwd (Depends-on): Add openat.
20318         Reported by Petr Salinger.
20319
20320 2007-12-17  Bruno Haible  <bruno@clisp.org>
20321
20322         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
20323         avoid a segmentation fault of the configure test on x86_64 systems.
20324
20325 2007-12-15  Jim Meyering  <meyering@redhat.com>
20326
20327         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
20328
20329 2007-12-13  Eric Blake  <ebb9@byu.net>
20330
20331         Another fseek test.
20332         * tests/test-fseek.c (main): Also test ungetc handling.
20333         * tests/test-fseeko.c (main): Likewise.
20334         * modules/fseeko (Depends-on): Add verify.
20335         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
20336         large.
20337         Reported by Larry Jones.
20338
20339         Fix fseeko on mingw.
20340         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
20341         seek.
20342
20343         Beef up fseek tests.
20344         * tests/test-fseek.c (main): Also test eof handling.
20345         * tests/test-fseeko.c (main): Likewise.
20346         Reported by Larry Jones.
20347
20348 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
20349
20350         Fix fseeko on BSD-based platforms.
20351         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
20352         successful seek.
20353
20354 2007-12-12  Eric Blake  <ebb9@byu.net>
20355
20356         Allow circular dependency of separate libtests.a
20357         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
20358         when use_libtests.
20359
20360 2007-12-11  Eric Blake  <ebb9@byu.net>
20361
20362         Fix bug with -0.0L in previous patch.
20363         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
20364         * tests/test-isnan.c (main): Also test on zeroes.
20365         * tests/test-isnanf.c (main): Likewise.
20366         * tests/test-isnanl.h (main): Likewise.
20367
20368         Detect pseudo-denormals on x86 even when cross-compiling.
20369         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
20370         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
20371         invalid bit patterns that happen to satisfy ==.
20372
20373         Avoid link failures with separate libtests.a.
20374         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
20375         last, to satisfy circular dependencies.
20376
20377 2007-12-11  Eric Blake  <ebb9@byu.net>
20378         and Bruno Haible  <bruno@clisp.org>
20379
20380         Fix OpenBSD 4.0 <float.h> handling of long double.
20381         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
20382         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
20383         * doc/headers/float.texi (float.h): Document OpenBSD bug.
20384
20385 2007-12-11  Jim Meyering  <meyering@redhat.com>
20386
20387         * users.txt: Add libvirt.
20388
20389         Support versions of autoconf prior to 2.59c.
20390         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
20391         if it is not already defined.
20392
20393 2007-12-09  Bruno Haible  <bruno@clisp.org>
20394
20395         Let 'gnulib-tool --import' collect sources needed for the tests in
20396         tests/ rather than in lib/.
20397         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
20398         argument. If true, add rules to generate libtests.a, and put libtests.a
20399         into $(LDADD). Consider source files in subdirectories and set
20400         uses_subdirs.
20401         (func_emit_initmacro_start, func_emit_initmacro_end,
20402         func_emit_initmacro_done): Pass all arguments explicitly.
20403         (func_import): Determine two module lists main_modules,
20404         testsrelated_modules. Determine use_libtests. Determine two variables
20405         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
20406         instead of just sed_transform_lib_file. Determine two variables
20407         main_files and testsrelated_files. Compute 'files' as the union of
20408         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
20409         func_add_or_update. In the generated gnulib-comp.m4, collect the
20410         object files for tests/ in different variables than those for lib/.
20411         Substitute LIBTESTS_LIBDEPS.
20412         (func_create_testdir): Combine the uses_subdirs results from
20413         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
20414
20415 2007-12-09  Bruno Haible  <bruno@clisp.org>
20416
20417         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
20418         the build-aux directory.
20419
20420 2007-12-09  Bruno Haible  <bruno@clisp.org>
20421
20422         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
20423         introduced on 2006-09-09.
20424
20425 2007-12-07  Jim Meyering  <meyering@redhat.com>
20426
20427         Let these macros work also with autoconf-2.59.
20428         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
20429         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
20430         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
20431
20432 2007-12-06  Jim Meyering  <meyering@redhat.com>
20433
20434         Avoid a configure-time syntax error in gl_FUNC_ACL.
20435         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
20436         function in each branch, before testing the cache variable.
20437
20438 2007-12-04  Eric Blake  <ebb9@byu.net>
20439
20440         Make scripts executable.
20441         * build-aux/config.guess: Add execute permissions.
20442         * build-aux/config.sub: Likewise.
20443         * build-aux/gendocs.sh: Likewise.
20444
20445         Fix frexp on mingw.
20446         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
20447         cross-compiling.
20448         * doc/functions/frexp.texi (frexp): Document the bug.
20449
20450         Make cygwin fseeko check more reliable.
20451         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
20452         version numbers, rather than unrelated feature check.
20453         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
20454         * doc/functions/ftello.texi (ftello): Likewise.
20455         Reported by Bruno Haible.
20456
20457         * m4/strerror.m4: Bump version number.
20458
20459 2007-12-03  Bruno Haible  <bruno@clisp.org>
20460
20461         * doc/functions/mprotect.texi: Mention the mingw problem.
20462
20463 2007-12-03  Eric Blake  <ebb9@byu.net>
20464
20465         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
20466         REPLACE_STRERROR is initialized before this macro.
20467
20468 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
20469
20470         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
20471         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
20472         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
20473         put -lsec in even for programs other than 'ls'.  This fixes a problem
20474         for gettext reported by Bruno Haible in
20475         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
20476         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
20477         Add support for Solaris 10.  This isn't efficient, but should get the
20478         job done for now.
20479
20480 2007-12-03  James Youngman  <jay@gnu.org>
20481
20482         * doc/regexprops-generic.texi: change "an close-group" to "a
20483         close-group" and "illegal" to "not allowed".
20484
20485 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20486
20487         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
20488         pr_byname.h. Needed for the rare case when the maintainer has done
20489         "make maintainer-clean" in the source directory and then attempts a
20490         build outside the source directory.
20491         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
20492         scripts_byname.h.
20493
20494 2007-12-02  Martin Lambers <marlam@marlam.de>
20495             Bruno Haible  <bruno@clisp.org>
20496
20497         * lib/getpagesize.h: Remove file.
20498         * lib/unistd.in.h: Include declaration of getpagesize here.
20499         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
20500         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
20501         HAVE_SYS_PARAM_H.
20502         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
20503         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
20504         * modules/getpagesize (Files): Remove lib/getpagesize.h.
20505         (Depends-on): Add unistd.
20506         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20507         (Include): Use <unistd.h> instead of getpagesize.h.
20508         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
20509         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
20510         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
20511         gl_GETPAGESIZE invocation, already handled by module dependency.
20512         * lib/pagealign_alloc.c: Don't include getpagesize.h.
20513
20514 2007-12-02  Bruno Haible  <bruno@clisp.org>
20515
20516         * modules/strings-tests: New file.
20517         * tests/test-strings.c: New file.
20518
20519         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
20520         * lib/strings.in.h: New file.
20521         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
20522         * m4/strings_h.m4: New file.
20523         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
20524         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
20525         * modules/strings: New file.
20526         * modules/string (Makefile.am): Update.
20527         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
20528         Reported by Karl Berry.
20529
20530 2007-12-01  Eric Blake  <ebb9@byu.net>
20531
20532         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
20533         accomodate fix in cygwin 1.5.25.
20534
20535 2007-12-01  Jim Meyering  <meyering@redhat.com>
20536
20537         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
20538         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
20539         that would inhibit utf8-optimization of a regexp containing line-
20540         or buffer-anchors, e.g., `^', `$'.
20541
20542 2007-11-30  Bruno Haible  <bruno@clisp.org>
20543
20544         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
20545         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
20546         glthread_recursive_lock_init.
20547         * lib/lock.c (glthread_recursive_lock_init)
20548         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
20549         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20550
20551 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
20552
20553         New function qset_acl, like set_acl but with syscall semantics.
20554         * lib/acl.h (qset_acl): New decl.
20555         * lib/acl.c (qset_acl): New function.
20556         (set_acl): Use new function.  Use more-consistent diagnostics.
20557
20558 2007-11-28  Jim Meyering  <meyering@redhat.com>
20559
20560         * modules/physmem (License): Change from GPL to LGPLv2+.
20561
20562 2007-11-26  Bruno Haible  <bruno@clisp.org>
20563
20564         * lib/vasnprintf.c (decode_long_double): Don't abort if the
20565         'long double' type has excess precision.
20566         Reported by Jim Meyering in
20567         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
20568
20569 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20570
20571         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
20572         Sync from <http://gnu.org/licenses>.
20573         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
20574         with license text from same location.
20575         * doc/maintain.texi, doc/standards.texi:  Sync from
20576         <http://savannah.gnu.org/projects/gnustandards>.
20577
20578 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
20579         and Jim Meyering  <meyering@redhat.com>
20580
20581         Adjust getdate' grammar to accept a slightly more regular language.
20582         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
20583         Before, the former was rejected.
20584         * lib/getdate.y (digits_to_date_time): New function, factored
20585         out of ...
20586         (number): ...here.  Just call digits_to_date_time.
20587         (hybrid): New non-terminal to handle an <unsigned number,
20588         signed relative offset> sequence consistently.
20589
20590 2007-11-18  Jim Meyering  <meyering@redhat.com>
20591
20592         Pull my changes from coreutils:
20593         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
20594         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
20595         use of $gnulib_tool_option_extras, so that it's separated from the
20596         preceding argument.
20597
20598         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
20599         * build-aux/bootstrap (cp_mark_as_generated): Create any required
20600         parent destination directories before copying a file into place.
20601
20602 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
20603
20604         bootstrap: work also with 4-argument variant of AC_INIT
20605         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
20606
20607 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20608
20609         Port test-getaddrinfo to Solaris.
20610         Problem reported by Bruno Haible in
20611         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
20612         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
20613         explanation of setting 'hints'.
20614         Don't reject an implementation merely because it returns EAI_SERVICE.
20615         (EAI_SERVICE): Define to 0 if not defined.
20616
20617 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
20618
20619         The license of gnu-make and posix-shell is now "GPLed build tool".
20620         * modules/gnu-make (License): Likewise.
20621         * modules/posix-shell (License): Likewise.
20622
20623         New module posix-shell, for determining a POSIX shell
20624         or perhaps something that is close enough to a POSIX shell.
20625         * m4/posix-shell.m4: New file.
20626         * modules/posix-shell: New file.
20627
20628         * MODULES.html.sh: Mention new module.
20629
20630         New module gnu-make, for determining whether we're using GNU Make.
20631         * m4/gnu-make.m4: New file.
20632         * modules/gnu-make: New file.
20633         * MODULES.html.sh: Mention new module.
20634
20635 2007-11-14  Jim Meyering  <meyering@redhat.com>
20636
20637         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
20638         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
20639         use this macro to create a function _definition_.
20640         Remove useless "#undef ARGMATCH_DIE".
20641
20642 2007-11-14  Bruno Haible  <bruno@clisp.org>
20643
20644         * lib/config.charset: Update for OpenBSD 4.1.
20645         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
20646
20647 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
20648
20649         Document 64-bit #if problems in stdint.texi.
20650         * doc/headers/stdint.texi (stdint.h): Mention problems with
20651         64-bit-#if, and how to work around them.
20652
20653         Don't insist on 'long long int' support in the preprocessor.  It
20654         breaks too many things.  For example, PRIdMAX still uses a 'long
20655         long int' format with the latest Sun compiler, even though
20656         HAVE_LONG_LONG_INT isn't defined due to that compiler's
20657         preprocessor problem.  This causes the latest coreutils to dump
20658         core on Solaris 10 sparc with the Sun C compiler.
20659         Instead, fix the 2007-10-16 problem in a different way, by evaluating
20660         the troublesome expressions at configure-time, not at #if-time.
20661         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
20662         preprocessor.
20663         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
20664         compile-time C checks, done at 'configure'-time.
20665         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
20666         * modules/inttypes (Makefile): Substitute the new symbols that
20667         gl_INTTYPES_H now generates.
20668         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
20669
20670 2007-11-12  Bruno Haible  <bruno@clisp.org>
20671
20672         Tests for Unicode character classification functions.
20673
20674         * modules/unictype/bidicategory-byname-tests: New file.
20675         * modules/unictype/bidicategory-name-tests: New file.
20676         * modules/unictype/bidicategory-of-tests: New file.
20677         * modules/unictype/bidicategory-test-tests: New file.
20678         * modules/unictype/block-list-tests: New file.
20679         * modules/unictype/block-of-tests: New file.
20680         * modules/unictype/block-test-tests: New file.
20681         * modules/unictype/category-C-tests: New file.
20682         * modules/unictype/category-Cc-tests: New file.
20683         * modules/unictype/category-Cf-tests: New file.
20684         * modules/unictype/category-Cn-tests: New file.
20685         * modules/unictype/category-Co-tests: New file.
20686         * modules/unictype/category-Cs-tests: New file.
20687         * modules/unictype/category-L-tests: New file.
20688         * modules/unictype/category-Ll-tests: New file.
20689         * modules/unictype/category-Lm-tests: New file.
20690         * modules/unictype/category-Lo-tests: New file.
20691         * modules/unictype/category-Lt-tests: New file.
20692         * modules/unictype/category-Lu-tests: New file.
20693         * modules/unictype/category-M-tests: New file.
20694         * modules/unictype/category-Mc-tests: New file.
20695         * modules/unictype/category-Me-tests: New file.
20696         * modules/unictype/category-Mn-tests: New file.
20697         * modules/unictype/category-N-tests: New file.
20698         * modules/unictype/category-Nd-tests: New file.
20699         * modules/unictype/category-Nl-tests: New file.
20700         * modules/unictype/category-No-tests: New file.
20701         * modules/unictype/category-P-tests: New file.
20702         * modules/unictype/category-Pc-tests: New file.
20703         * modules/unictype/category-Pd-tests: New file.
20704         * modules/unictype/category-Pe-tests: New file.
20705         * modules/unictype/category-Pf-tests: New file.
20706         * modules/unictype/category-Pi-tests: New file.
20707         * modules/unictype/category-Po-tests: New file.
20708         * modules/unictype/category-Ps-tests: New file.
20709         * modules/unictype/category-S-tests: New file.
20710         * modules/unictype/category-Sc-tests: New file.
20711         * modules/unictype/category-Sk-tests: New file.
20712         * modules/unictype/category-Sm-tests: New file.
20713         * modules/unictype/category-So-tests: New file.
20714         * modules/unictype/category-Z-tests: New file.
20715         * modules/unictype/category-Zl-tests: New file.
20716         * modules/unictype/category-Zp-tests: New file.
20717         * modules/unictype/category-Zs-tests: New file.
20718         * modules/unictype/category-and-not-tests: New file.
20719         * modules/unictype/category-and-tests: New file.
20720         * modules/unictype/category-byname-tests: New file.
20721         * modules/unictype/category-name-tests: New file.
20722         * modules/unictype/category-none-tests: New file.
20723         * modules/unictype/category-of-tests: New file.
20724         * modules/unictype/category-or-tests: New file.
20725         * modules/unictype/category-test-withtable-tests: New file.
20726         * modules/unictype/combining-class-tests: New file.
20727         * modules/unictype/ctype-alnum-tests: New file.
20728         * modules/unictype/ctype-alpha-tests: New file.
20729         * modules/unictype/ctype-blank-tests: New file.
20730         * modules/unictype/ctype-cntrl-tests: New file.
20731         * modules/unictype/ctype-digit-tests: New file.
20732         * modules/unictype/ctype-graph-tests: New file.
20733         * modules/unictype/ctype-lower-tests: New file.
20734         * modules/unictype/ctype-print-tests: New file.
20735         * modules/unictype/ctype-punct-tests: New file.
20736         * modules/unictype/ctype-space-tests: New file.
20737         * modules/unictype/ctype-upper-tests: New file.
20738         * modules/unictype/ctype-xdigit-tests: New file.
20739         * modules/unictype/decimal-digit-tests: New file.
20740         * modules/unictype/digit-tests: New file.
20741         * modules/unictype/mirror-tests: New file.
20742         * modules/unictype/numeric-tests: New file.
20743         * modules/unictype/property-alphabetic-tests: New file.
20744         * modules/unictype/property-ascii-hex-digit-tests: New file.
20745         * modules/unictype/property-bidi-arabic-digit-tests: New file.
20746         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
20747         * modules/unictype/property-bidi-block-separator-tests: New file.
20748         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
20749         * modules/unictype/property-bidi-common-separator-tests: New file.
20750         * modules/unictype/property-bidi-control-tests: New file.
20751         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
20752         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
20753         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
20754         * modules/unictype/property-bidi-european-digit-tests: New file.
20755         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
20756         * modules/unictype/property-bidi-left-to-right-tests: New file.
20757         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
20758         * modules/unictype/property-bidi-other-neutral-tests: New file.
20759         * modules/unictype/property-bidi-pdf-tests: New file.
20760         * modules/unictype/property-bidi-segment-separator-tests: New file.
20761         * modules/unictype/property-bidi-whitespace-tests: New file.
20762         * modules/unictype/property-byname-tests: New file.
20763         * modules/unictype/property-combining-tests: New file.
20764         * modules/unictype/property-composite-tests: New file.
20765         * modules/unictype/property-currency-symbol-tests: New file.
20766         * modules/unictype/property-dash-tests: New file.
20767         * modules/unictype/property-decimal-digit-tests: New file.
20768         * modules/unictype/property-default-ignorable-code-point-tests: New file.
20769         * modules/unictype/property-deprecated-tests: New file.
20770         * modules/unictype/property-diacritic-tests: New file.
20771         * modules/unictype/property-extender-tests: New file.
20772         * modules/unictype/property-format-control-tests: New file.
20773         * modules/unictype/property-grapheme-base-tests: New file.
20774         * modules/unictype/property-grapheme-extend-tests: New file.
20775         * modules/unictype/property-grapheme-link-tests: New file.
20776         * modules/unictype/property-hex-digit-tests: New file.
20777         * modules/unictype/property-hyphen-tests: New file.
20778         * modules/unictype/property-id-continue-tests: New file.
20779         * modules/unictype/property-id-start-tests: New file.
20780         * modules/unictype/property-ideographic-tests: New file.
20781         * modules/unictype/property-ids-binary-operator-tests: New file.
20782         * modules/unictype/property-ids-trinary-operator-tests: New file.
20783         * modules/unictype/property-ignorable-control-tests: New file.
20784         * modules/unictype/property-iso-control-tests: New file.
20785         * modules/unictype/property-join-control-tests: New file.
20786         * modules/unictype/property-left-of-pair-tests: New file.
20787         * modules/unictype/property-line-separator-tests: New file.
20788         * modules/unictype/property-logical-order-exception-tests: New file.
20789         * modules/unictype/property-lowercase-tests: New file.
20790         * modules/unictype/property-math-tests: New file.
20791         * modules/unictype/property-non-break-tests: New file.
20792         * modules/unictype/property-not-a-character-tests: New file.
20793         * modules/unictype/property-numeric-tests: New file.
20794         * modules/unictype/property-other-alphabetic-tests: New file.
20795         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
20796         * modules/unictype/property-other-grapheme-extend-tests: New file.
20797         * modules/unictype/property-other-id-continue-tests: New file.
20798         * modules/unictype/property-other-id-start-tests: New file.
20799         * modules/unictype/property-other-lowercase-tests: New file.
20800         * modules/unictype/property-other-math-tests: New file.
20801         * modules/unictype/property-other-uppercase-tests: New file.
20802         * modules/unictype/property-paired-punctuation-tests: New file.
20803         * modules/unictype/property-paragraph-separator-tests: New file.
20804         * modules/unictype/property-pattern-syntax-tests: New file.
20805         * modules/unictype/property-pattern-white-space-tests: New file.
20806         * modules/unictype/property-private-use-tests: New file.
20807         * modules/unictype/property-punctuation-tests: New file.
20808         * modules/unictype/property-quotation-mark-tests: New file.
20809         * modules/unictype/property-radical-tests: New file.
20810         * modules/unictype/property-sentence-terminal-tests: New file.
20811         * modules/unictype/property-soft-dotted-tests: New file.
20812         * modules/unictype/property-space-tests: New file.
20813         * modules/unictype/property-terminal-punctuation-tests: New file.
20814         * modules/unictype/property-test-tests: New file.
20815         * modules/unictype/property-titlecase-tests: New file.
20816         * modules/unictype/property-unassigned-code-value-tests: New file.
20817         * modules/unictype/property-unified-ideograph-tests: New file.
20818         * modules/unictype/property-uppercase-tests: New file.
20819         * modules/unictype/property-variation-selector-tests: New file.
20820         * modules/unictype/property-white-space-tests: New file.
20821         * modules/unictype/property-xid-continue-tests: New file.
20822         * modules/unictype/property-xid-start-tests: New file.
20823         * modules/unictype/property-zero-width-tests: New file.
20824         * modules/unictype/scripts-tests: New file.
20825         * modules/unictype/syntax-c-ident-tests: New file.
20826         * modules/unictype/syntax-c-whitespace-tests: New file.
20827         * modules/unictype/syntax-java-ident-tests: New file.
20828         * modules/unictype/syntax-java-whitespace-tests: New file.
20829         * tests/unictype/test-bidi_byname.c: New file.
20830         * tests/unictype/test-bidi_name.c: New file.
20831         * tests/unictype/test-bidi_of.c: New file.
20832         * tests/unictype/test-bidi_test.c: New file.
20833         * tests/unictype/test-block_list.c: New file.
20834         * tests/unictype/test-block_of.c: New file.
20835         * tests/unictype/test-block_test.c: New file.
20836         * tests/unictype/test-categ_and.c: New file.
20837         * tests/unictype/test-categ_and_not.c: New file.
20838         * tests/unictype/test-categ_byname.c: New file.
20839         * tests/unictype/test-categ_name.c: New file.
20840         * tests/unictype/test-categ_none.c: New file.
20841         * tests/unictype/test-categ_of.c: New file.
20842         * tests/unictype/test-categ_or.c: New file.
20843         * tests/unictype/test-categ_test_withtable.c: New file.
20844         * tests/unictype/test-combining.c: New file.
20845         * tests/unictype/test-decdigit.c: New file.
20846         * tests/unictype/test-digit.c: New file.
20847         * tests/unictype/test-mirror.c: New file.
20848         * tests/unictype/test-numeric.c: New file.
20849         * tests/unictype/test-pr_byname.c: New file.
20850         * tests/unictype/test-pr_test.c: New file.
20851         * tests/unictype/test-predicate-part1.h: New file.
20852         * tests/unictype/test-predicate-part2.h: New file.
20853         * tests/unictype/test-scripts.c: New file.
20854         * tests/unictype/test-sy_c_ident.c: New file.
20855         * tests/unictype/test-sy_java_ident.c: New file.
20856
20857         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
20858         for Unicode 5.0.0.
20859         * tests/unictype/test-categ_Cc.c: Likewise.
20860         * tests/unictype/test-categ_Cf.c: Likewise.
20861         * tests/unictype/test-categ_Cn.c: Likewise.
20862         * tests/unictype/test-categ_Co.c: Likewise.
20863         * tests/unictype/test-categ_Cs.c: Likewise.
20864         * tests/unictype/test-categ_L.c: Likewise.
20865         * tests/unictype/test-categ_Ll.c: Likewise.
20866         * tests/unictype/test-categ_Lm.c: Likewise.
20867         * tests/unictype/test-categ_Lo.c: Likewise.
20868         * tests/unictype/test-categ_Lt.c: Likewise.
20869         * tests/unictype/test-categ_Lu.c: Likewise.
20870         * tests/unictype/test-categ_M.c: Likewise.
20871         * tests/unictype/test-categ_Mc.c: Likewise.
20872         * tests/unictype/test-categ_Me.c: Likewise.
20873         * tests/unictype/test-categ_Mn.c: Likewise.
20874         * tests/unictype/test-categ_N.c: Likewise.
20875         * tests/unictype/test-categ_Nd.c: Likewise.
20876         * tests/unictype/test-categ_Nl.c: Likewise.
20877         * tests/unictype/test-categ_No.c: Likewise.
20878         * tests/unictype/test-categ_P.c: Likewise.
20879         * tests/unictype/test-categ_Pc.c: Likewise.
20880         * tests/unictype/test-categ_Pd.c: Likewise.
20881         * tests/unictype/test-categ_Pe.c: Likewise.
20882         * tests/unictype/test-categ_Pf.c: Likewise.
20883         * tests/unictype/test-categ_Pi.c: Likewise.
20884         * tests/unictype/test-categ_Po.c: Likewise.
20885         * tests/unictype/test-categ_Ps.c: Likewise.
20886         * tests/unictype/test-categ_S.c: Likewise.
20887         * tests/unictype/test-categ_Sc.c: Likewise.
20888         * tests/unictype/test-categ_Sk.c: Likewise.
20889         * tests/unictype/test-categ_Sm.c: Likewise.
20890         * tests/unictype/test-categ_So.c: Likewise.
20891         * tests/unictype/test-categ_Z.c: Likewise.
20892         * tests/unictype/test-categ_Zl.c: Likewise.
20893         * tests/unictype/test-categ_Zp.c: Likewise.
20894         * tests/unictype/test-categ_Zs.c: Likewise.
20895         * tests/unictype/test-ctype_alnum.c: Likewise.
20896         * tests/unictype/test-ctype_alpha.c: Likewise.
20897         * tests/unictype/test-ctype_blank.c: Likewise.
20898         * tests/unictype/test-ctype_cntrl.c: Likewise.
20899         * tests/unictype/test-ctype_digit.c: Likewise.
20900         * tests/unictype/test-ctype_graph.c: Likewise.
20901         * tests/unictype/test-ctype_lower.c: Likewise.
20902         * tests/unictype/test-ctype_print.c: Likewise.
20903         * tests/unictype/test-ctype_punct.c: Likewise.
20904         * tests/unictype/test-ctype_space.c: Likewise.
20905         * tests/unictype/test-ctype_upper.c: Likewise.
20906         * tests/unictype/test-ctype_xdigit.c: Likewise.
20907         * tests/unictype/test-decdigit.h: Likewise.
20908         * tests/unictype/test-digit.h: Likewise.
20909         * tests/unictype/test-numeric.h: Likewise.
20910         * tests/unictype/test-pr_alphabetic.c: Likewise.
20911         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
20912         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
20913         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
20914         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
20915         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
20916         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
20917         * tests/unictype/test-pr_bidi_control.c: Likewise.
20918         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
20919         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
20920         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
20921         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
20922         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
20923         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
20924         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
20925         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
20926         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
20927         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
20928         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
20929         * tests/unictype/test-pr_combining.c: Likewise.
20930         * tests/unictype/test-pr_composite.c: Likewise.
20931         * tests/unictype/test-pr_currency_symbol.c: Likewise.
20932         * tests/unictype/test-pr_dash.c: Likewise.
20933         * tests/unictype/test-pr_decimal_digit.c: Likewise.
20934         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
20935         * tests/unictype/test-pr_deprecated.c: Likewise.
20936         * tests/unictype/test-pr_diacritic.c: Likewise.
20937         * tests/unictype/test-pr_extender.c: Likewise.
20938         * tests/unictype/test-pr_format_control.c: Likewise.
20939         * tests/unictype/test-pr_grapheme_base.c: Likewise.
20940         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
20941         * tests/unictype/test-pr_grapheme_link.c: Likewise.
20942         * tests/unictype/test-pr_hex_digit.c: Likewise.
20943         * tests/unictype/test-pr_hyphen.c: Likewise.
20944         * tests/unictype/test-pr_id_continue.c: Likewise.
20945         * tests/unictype/test-pr_id_start.c: Likewise.
20946         * tests/unictype/test-pr_ideographic.c: Likewise.
20947         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
20948         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
20949         * tests/unictype/test-pr_ignorable_control.c: Likewise.
20950         * tests/unictype/test-pr_iso_control.c: Likewise.
20951         * tests/unictype/test-pr_join_control.c: Likewise.
20952         * tests/unictype/test-pr_left_of_pair.c: Likewise.
20953         * tests/unictype/test-pr_line_separator.c: Likewise.
20954         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
20955         * tests/unictype/test-pr_lowercase.c: Likewise.
20956         * tests/unictype/test-pr_math.c: Likewise.
20957         * tests/unictype/test-pr_non_break.c: Likewise.
20958         * tests/unictype/test-pr_not_a_character.c: Likewise.
20959         * tests/unictype/test-pr_numeric.c: Likewise.
20960         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
20961         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
20962         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
20963         * tests/unictype/test-pr_other_id_continue.c: Likewise.
20964         * tests/unictype/test-pr_other_id_start.c: Likewise.
20965         * tests/unictype/test-pr_other_lowercase.c: Likewise.
20966         * tests/unictype/test-pr_other_math.c: Likewise.
20967         * tests/unictype/test-pr_other_uppercase.c: Likewise.
20968         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
20969         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
20970         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
20971         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
20972         * tests/unictype/test-pr_private_use.c: Likewise.
20973         * tests/unictype/test-pr_punctuation.c: Likewise.
20974         * tests/unictype/test-pr_quotation_mark.c: Likewise.
20975         * tests/unictype/test-pr_radical.c: Likewise.
20976         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
20977         * tests/unictype/test-pr_soft_dotted.c: Likewise.
20978         * tests/unictype/test-pr_space.c: Likewise.
20979         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
20980         * tests/unictype/test-pr_titlecase.c: Likewise.
20981         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
20982         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
20983         * tests/unictype/test-pr_uppercase.c: Likewise.
20984         * tests/unictype/test-pr_variation_selector.c: Likewise.
20985         * tests/unictype/test-pr_white_space.c: Likewise.
20986         * tests/unictype/test-pr_xid_continue.c: Likewise.
20987         * tests/unictype/test-pr_xid_start.c: Likewise.
20988         * tests/unictype/test-pr_zero_width.c: Likewise.
20989         * tests/unictype/test-sy_c_whitespace.c: Likewise.
20990         * tests/unictype/test-sy_java_whitespace.c: Likewise.
20991
20992 2007-11-12  Bruno Haible  <bruno@clisp.org>
20993
20994         Unicode character classification functions.
20995         * lib/unictype.h: New file.
20996         * modules/unictype/base: New file.
20997         * modules/unictype/category-L: New file.
20998         * modules/unictype/category-Lu: New file.
20999         * modules/unictype/category-Ll: New file.
21000         * modules/unictype/category-Lt: New file.
21001         * modules/unictype/category-Lm: New file.
21002         * modules/unictype/category-Lo: New file.
21003         * modules/unictype/category-M: New file.
21004         * modules/unictype/category-Mn: New file.
21005         * modules/unictype/category-Mc: New file.
21006         * modules/unictype/category-Me: New file.
21007         * modules/unictype/category-N: New file.
21008         * modules/unictype/category-Nd: New file.
21009         * modules/unictype/category-Nl: New file.
21010         * modules/unictype/category-No: New file.
21011         * modules/unictype/category-P: New file.
21012         * modules/unictype/category-Pc: New file.
21013         * modules/unictype/category-Pd: New file.
21014         * modules/unictype/category-Ps: New file.
21015         * modules/unictype/category-Pe: New file.
21016         * modules/unictype/category-Pi: New file.
21017         * modules/unictype/category-Pf: New file.
21018         * modules/unictype/category-Po: New file.
21019         * modules/unictype/category-S: New file.
21020         * modules/unictype/category-Sm: New file.
21021         * modules/unictype/category-Sc: New file.
21022         * modules/unictype/category-Sk: New file.
21023         * modules/unictype/category-So: New file.
21024         * modules/unictype/category-Z: New file.
21025         * modules/unictype/category-Zs: New file.
21026         * modules/unictype/category-Zl: New file.
21027         * modules/unictype/category-Zp: New file.
21028         * modules/unictype/category-C: New file.
21029         * modules/unictype/category-Cc: New file.
21030         * modules/unictype/category-Cf: New file.
21031         * modules/unictype/category-Cs: New file.
21032         * modules/unictype/category-Co: New file.
21033         * modules/unictype/category-Cn: New file.
21034         * modules/unictype/category-or: New file.
21035         * modules/unictype/category-of: New file.
21036         * modules/unictype/category-test: New file.
21037         * modules/unictype/category-test-withtable: New file.
21038         * modules/unictype/category-byname: New file.
21039         * modules/unictype/category-none: New file.
21040         * modules/unictype/category-and: New file.
21041         * modules/unictype/category-and-not: New file.
21042         * modules/unictype/category-name: New file.
21043         * modules/unictype/combining-class: New file.
21044         * modules/unictype/category-all: New file.
21045         * modules/unictype/bidicategory-all: New file.
21046         * modules/unictype/bidicategory-byname: New file.
21047         * modules/unictype/bidicategory-name: New file.
21048         * modules/unictype/bidicategory-of: New file.
21049         * modules/unictype/bidicategory-test: New file.
21050         * modules/unictype/decimal-digit: New file.
21051         * modules/unictype/digit: New file.
21052         * modules/unictype/numeric: New file.
21053         * modules/unictype/mirror: New file.
21054         * modules/unictype/property-white-space: New file.
21055         * modules/unictype/property-alphabetic: New file.
21056         * modules/unictype/property-other-alphabetic: New file.
21057         * modules/unictype/property-not-a-character: New file.
21058         * modules/unictype/property-default-ignorable-code-point: New file.
21059         * modules/unictype/property-other-default-ignorable-code-point: New
21060         file.
21061         * modules/unictype/property-deprecated: New file.
21062         * modules/unictype/property-logical-order-exception: New file.
21063         * modules/unictype/property-variation-selector: New file.
21064         * modules/unictype/property-private-use: New file.
21065         * modules/unictype/property-unassigned-code-value: New file.
21066         * modules/unictype/property-uppercase: New file.
21067         * modules/unictype/property-other-uppercase: New file.
21068         * modules/unictype/property-lowercase: New file.
21069         * modules/unictype/property-other-lowercase: New file.
21070         * modules/unictype/property-titlecase: New file.
21071         * modules/unictype/property-soft-dotted: New file.
21072         * modules/unictype/property-id-start: New file.
21073         * modules/unictype/property-other-id-start: New file.
21074         * modules/unictype/property-id-continue: New file.
21075         * modules/unictype/property-other-id-continue: New file.
21076         * modules/unictype/property-xid-start: New file.
21077         * modules/unictype/property-xid-continue: New file.
21078         * modules/unictype/property-pattern-white-space: New file.
21079         * modules/unictype/property-pattern-syntax: New file.
21080         * modules/unictype/property-join-control: New file.
21081         * modules/unictype/property-grapheme-base: New file.
21082         * modules/unictype/property-grapheme-extend: New file.
21083         * modules/unictype/property-other-grapheme-extend: New file.
21084         * modules/unictype/property-grapheme-link: New file.
21085         * modules/unictype/property-bidi-control: New file.
21086         * modules/unictype/property-bidi-left-to-right: New file.
21087         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
21088         * modules/unictype/property-bidi-arabic-right-to-left: New file.
21089         * modules/unictype/property-bidi-european-digit: New file.
21090         * modules/unictype/property-bidi-eur-num-separator: New file.
21091         * modules/unictype/property-bidi-eur-num-terminator: New file.
21092         * modules/unictype/property-bidi-arabic-digit: New file.
21093         * modules/unictype/property-bidi-common-separator: New file.
21094         * modules/unictype/property-bidi-block-separator: New file.
21095         * modules/unictype/property-bidi-segment-separator: New file.
21096         * modules/unictype/property-bidi-whitespace: New file.
21097         * modules/unictype/property-bidi-non-spacing-mark: New file.
21098         * modules/unictype/property-bidi-boundary-neutral: New file.
21099         * modules/unictype/property-bidi-pdf: New file.
21100         * modules/unictype/property-bidi-embedding-or-override: New file.
21101         * modules/unictype/property-bidi-other-neutral: New file.
21102         * modules/unictype/property-hex-digit: New file.
21103         * modules/unictype/property-ascii-hex-digit: New file.
21104         * modules/unictype/property-ideographic: New file.
21105         * modules/unictype/property-unified-ideograph: New file.
21106         * modules/unictype/property-radical: New file.
21107         * modules/unictype/property-ids-binary-operator: New file.
21108         * modules/unictype/property-ids-trinary-operator: New file.
21109         * modules/unictype/property-zero-width: New file.
21110         * modules/unictype/property-space: New file.
21111         * modules/unictype/property-non-break: New file.
21112         * modules/unictype/property-iso-control: New file.
21113         * modules/unictype/property-format-control: New file.
21114         * modules/unictype/property-dash: New file.
21115         * modules/unictype/property-hyphen: New file.
21116         * modules/unictype/property-punctuation: New file.
21117         * modules/unictype/property-line-separator: New file.
21118         * modules/unictype/property-paragraph-separator: New file.
21119         * modules/unictype/property-quotation-mark: New file.
21120         * modules/unictype/property-sentence-terminal: New file.
21121         * modules/unictype/property-terminal-punctuation: New file.
21122         * modules/unictype/property-currency-symbol: New file.
21123         * modules/unictype/property-math: New file.
21124         * modules/unictype/property-other-math: New file.
21125         * modules/unictype/property-paired-punctuation: New file.
21126         * modules/unictype/property-left-of-pair: New file.
21127         * modules/unictype/property-combining: New file.
21128         * modules/unictype/property-composite: New file.
21129         * modules/unictype/property-decimal-digit: New file.
21130         * modules/unictype/property-numeric: New file.
21131         * modules/unictype/property-diacritic: New file.
21132         * modules/unictype/property-extender: New file.
21133         * modules/unictype/property-ignorable-control: New file.
21134         * modules/unictype/property-test: New file.
21135         * modules/unictype/property-byname: New file.
21136         * modules/unictype/property-all: New file.
21137         * modules/unictype/scripts: New file.
21138         * modules/unictype/scripts-all: New file.
21139         * modules/unictype/block-of: New file.
21140         * modules/unictype/block-test: New file.
21141         * modules/unictype/block-list: New file.
21142         * modules/unictype/block-all: New file.
21143         * modules/unictype/syntax-c-whitespace: New file.
21144         * modules/unictype/syntax-java-whitespace: New file.
21145         * modules/unictype/syntax-c-ident: New file.
21146         * modules/unictype/syntax-java-ident: New file.
21147         * modules/unictype/ctype-alnum: New file.
21148         * modules/unictype/ctype-alpha: New file.
21149         * modules/unictype/ctype-cntrl: New file.
21150         * modules/unictype/ctype-digit: New file.
21151         * modules/unictype/ctype-graph: New file.
21152         * modules/unictype/ctype-lower: New file.
21153         * modules/unictype/ctype-print: New file.
21154         * modules/unictype/ctype-punct: New file.
21155         * modules/unictype/ctype-space: New file.
21156         * modules/unictype/ctype-upper: New file.
21157         * modules/unictype/ctype-xdigit: New file.
21158         * modules/unictype/ctype-blank: New file.
21159         * lib/unictype/bidi_byname.c: New file.
21160         * lib/unictype/bidi_name.c: New file.
21161         * lib/unictype/bidi_of.c: New file.
21162         * lib/unictype/bidi_test.c: New file.
21163         * lib/unictype/bitmap.h: New file.
21164         * lib/unictype/block_test.c: New file.
21165         * lib/unictype/blocks.c: New file.
21166         * lib/unictype/categ_C.c: New file.
21167         * lib/unictype/categ_Cc.c: New file.
21168         * lib/unictype/categ_Cf.c: New file.
21169         * lib/unictype/categ_Cn.c: New file.
21170         * lib/unictype/categ_Co.c: New file.
21171         * lib/unictype/categ_Cs.c: New file.
21172         * lib/unictype/categ_L.c: New file.
21173         * lib/unictype/categ_Ll.c: New file.
21174         * lib/unictype/categ_Lm.c: New file.
21175         * lib/unictype/categ_Lo.c: New file.
21176         * lib/unictype/categ_Lt.c: New file.
21177         * lib/unictype/categ_Lu.c: New file.
21178         * lib/unictype/categ_M.c: New file.
21179         * lib/unictype/categ_Mc.c: New file.
21180         * lib/unictype/categ_Me.c: New file.
21181         * lib/unictype/categ_Mn.c: New file.
21182         * lib/unictype/categ_N.c: New file.
21183         * lib/unictype/categ_Nd.c: New file.
21184         * lib/unictype/categ_Nl.c: New file.
21185         * lib/unictype/categ_No.c: New file.
21186         * lib/unictype/categ_P.c: New file.
21187         * lib/unictype/categ_Pc.c: New file.
21188         * lib/unictype/categ_Pd.c: New file.
21189         * lib/unictype/categ_Pe.c: New file.
21190         * lib/unictype/categ_Pf.c: New file.
21191         * lib/unictype/categ_Pi.c: New file.
21192         * lib/unictype/categ_Po.c: New file.
21193         * lib/unictype/categ_Ps.c: New file.
21194         * lib/unictype/categ_S.c: New file.
21195         * lib/unictype/categ_Sc.c: New file.
21196         * lib/unictype/categ_Sk.c: New file.
21197         * lib/unictype/categ_Sm.c: New file.
21198         * lib/unictype/categ_So.c: New file.
21199         * lib/unictype/categ_Z.c: New file.
21200         * lib/unictype/categ_Zl.c: New file.
21201         * lib/unictype/categ_Zp.c: New file.
21202         * lib/unictype/categ_Zs.c: New file.
21203         * lib/unictype/categ_and.c: New file.
21204         * lib/unictype/categ_and_not.c: New file.
21205         * lib/unictype/categ_byname.c: New file.
21206         * lib/unictype/categ_name.c: New file.
21207         * lib/unictype/categ_none.c: New file.
21208         * lib/unictype/categ_of.c: New file.
21209         * lib/unictype/categ_or.c: New file.
21210         * lib/unictype/categ_test.c: New file.
21211         * lib/unictype/combining.c: New file.
21212         * lib/unictype/ctype_alnum.c: New file.
21213         * lib/unictype/ctype_alpha.c: New file.
21214         * lib/unictype/ctype_blank.c: New file.
21215         * lib/unictype/ctype_cntrl.c: New file.
21216         * lib/unictype/ctype_digit.c: New file.
21217         * lib/unictype/ctype_graph.c: New file.
21218         * lib/unictype/ctype_lower.c: New file.
21219         * lib/unictype/ctype_print.c: New file.
21220         * lib/unictype/ctype_punct.c: New file.
21221         * lib/unictype/ctype_space.c: New file.
21222         * lib/unictype/ctype_upper.c: New file.
21223         * lib/unictype/ctype_xdigit.c: New file.
21224         * lib/unictype/decdigit.c: New file.
21225         * lib/unictype/digit.c: New file.
21226         * lib/unictype/identsyntaxmap.h: New file.
21227         * lib/unictype/mirror.c: New file.
21228         * lib/unictype/numeric.c: New file.
21229         * lib/unictype/pr_alphabetic.c: New file.
21230         * lib/unictype/pr_ascii_hex_digit.c: New file.
21231         * lib/unictype/pr_bidi_arabic_digit.c: New file.
21232         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
21233         * lib/unictype/pr_bidi_block_separator.c: New file.
21234         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
21235         * lib/unictype/pr_bidi_common_separator.c: New file.
21236         * lib/unictype/pr_bidi_control.c: New file.
21237         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
21238         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
21239         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
21240         * lib/unictype/pr_bidi_european_digit.c: New file.
21241         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
21242         * lib/unictype/pr_bidi_left_to_right.c: New file.
21243         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
21244         * lib/unictype/pr_bidi_other_neutral.c: New file.
21245         * lib/unictype/pr_bidi_pdf.c: New file.
21246         * lib/unictype/pr_bidi_segment_separator.c: New file.
21247         * lib/unictype/pr_bidi_whitespace.c: New file.
21248         * lib/unictype/pr_byname.c: New file.
21249         * lib/unictype/pr_byname.gperf: New file.
21250         * lib/unictype/pr_combining.c: New file.
21251         * lib/unictype/pr_composite.c: New file.
21252         * lib/unictype/pr_currency_symbol.c: New file.
21253         * lib/unictype/pr_dash.c: New file.
21254         * lib/unictype/pr_decimal_digit.c: New file.
21255         * lib/unictype/pr_default_ignorable_code_point.c: New file.
21256         * lib/unictype/pr_deprecated.c: New file.
21257         * lib/unictype/pr_diacritic.c: New file.
21258         * lib/unictype/pr_extender.c: New file.
21259         * lib/unictype/pr_format_control.c: New file.
21260         * lib/unictype/pr_grapheme_base.c: New file.
21261         * lib/unictype/pr_grapheme_extend.c: New file.
21262         * lib/unictype/pr_grapheme_link.c: New file.
21263         * lib/unictype/pr_hex_digit.c: New file.
21264         * lib/unictype/pr_hyphen.c: New file.
21265         * lib/unictype/pr_id_continue.c: New file.
21266         * lib/unictype/pr_id_start.c: New file.
21267         * lib/unictype/pr_ideographic.c: New file.
21268         * lib/unictype/pr_ids_binary_operator.c: New file.
21269         * lib/unictype/pr_ids_trinary_operator.c: New file.
21270         * lib/unictype/pr_ignorable_control.c: New file.
21271         * lib/unictype/pr_iso_control.c: New file.
21272         * lib/unictype/pr_join_control.c: New file.
21273         * lib/unictype/pr_left_of_pair.c: New file.
21274         * lib/unictype/pr_line_separator.c: New file.
21275         * lib/unictype/pr_logical_order_exception.c: New file.
21276         * lib/unictype/pr_lowercase.c: New file.
21277         * lib/unictype/pr_math.c: New file.
21278         * lib/unictype/pr_non_break.c: New file.
21279         * lib/unictype/pr_not_a_character.c: New file.
21280         * lib/unictype/pr_numeric.c: New file.
21281         * lib/unictype/pr_other_alphabetic.c: New file.
21282         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
21283         * lib/unictype/pr_other_grapheme_extend.c: New file.
21284         * lib/unictype/pr_other_id_continue.c: New file.
21285         * lib/unictype/pr_other_id_start.c: New file.
21286         * lib/unictype/pr_other_lowercase.c: New file.
21287         * lib/unictype/pr_other_math.c: New file.
21288         * lib/unictype/pr_other_uppercase.c: New file.
21289         * lib/unictype/pr_paired_punctuation.c: New file.
21290         * lib/unictype/pr_paragraph_separator.c: New file.
21291         * lib/unictype/pr_pattern_syntax.c: New file.
21292         * lib/unictype/pr_pattern_white_space.c: New file.
21293         * lib/unictype/pr_private_use.c: New file.
21294         * lib/unictype/pr_punctuation.c: New file.
21295         * lib/unictype/pr_quotation_mark.c: New file.
21296         * lib/unictype/pr_radical.c: New file.
21297         * lib/unictype/pr_sentence_terminal.c: New file.
21298         * lib/unictype/pr_soft_dotted.c: New file.
21299         * lib/unictype/pr_space.c: New file.
21300         * lib/unictype/pr_terminal_punctuation.c: New file.
21301         * lib/unictype/pr_test.c: New file.
21302         * lib/unictype/pr_titlecase.c: New file.
21303         * lib/unictype/pr_unassigned_code_value.c: New file.
21304         * lib/unictype/pr_unified_ideograph.c: New file.
21305         * lib/unictype/pr_uppercase.c: New file.
21306         * lib/unictype/pr_variation_selector.c: New file.
21307         * lib/unictype/pr_white_space.c: New file.
21308         * lib/unictype/pr_xid_continue.c: New file.
21309         * lib/unictype/pr_xid_start.c: New file.
21310         * lib/unictype/pr_zero_width.c: New file.
21311         * lib/unictype/scripts.c: New file.
21312         * lib/unictype/sy_c_ident.c: New file.
21313         * lib/unictype/sy_c_whitespace.c: New file.
21314         * lib/unictype/sy_java_ident.c: New file.
21315         * lib/unictype/sy_java_whitespace.c: New file.
21316
21317         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
21318         Unicode 5.0.0.
21319         * lib/unictype/blocks.h: Likewise.
21320         * lib/unictype/categ_C.h: Likewise.
21321         * lib/unictype/categ_Cc.h: Likewise.
21322         * lib/unictype/categ_Cf.h: Likewise.
21323         * lib/unictype/categ_Cn.h: Likewise.
21324         * lib/unictype/categ_Co.h: Likewise.
21325         * lib/unictype/categ_Cs.h: Likewise.
21326         * lib/unictype/categ_L.h: Likewise.
21327         * lib/unictype/categ_Ll.h: Likewise.
21328         * lib/unictype/categ_Lm.h: Likewise.
21329         * lib/unictype/categ_Lo.h: Likewise.
21330         * lib/unictype/categ_Lt.h: Likewise.
21331         * lib/unictype/categ_Lu.h: Likewise.
21332         * lib/unictype/categ_M.h: Likewise.
21333         * lib/unictype/categ_Mc.h: Likewise.
21334         * lib/unictype/categ_Me.h: Likewise.
21335         * lib/unictype/categ_Mn.h: Likewise.
21336         * lib/unictype/categ_N.h: Likewise.
21337         * lib/unictype/categ_Nd.h: Likewise.
21338         * lib/unictype/categ_Nl.h: Likewise.
21339         * lib/unictype/categ_No.h: Likewise.
21340         * lib/unictype/categ_P.h: Likewise.
21341         * lib/unictype/categ_Pc.h: Likewise.
21342         * lib/unictype/categ_Pd.h: Likewise.
21343         * lib/unictype/categ_Pe.h: Likewise.
21344         * lib/unictype/categ_Pf.h: Likewise.
21345         * lib/unictype/categ_Pi.h: Likewise.
21346         * lib/unictype/categ_Po.h: Likewise.
21347         * lib/unictype/categ_Ps.h: Likewise.
21348         * lib/unictype/categ_S.h: Likewise.
21349         * lib/unictype/categ_Sc.h: Likewise.
21350         * lib/unictype/categ_Sk.h: Likewise.
21351         * lib/unictype/categ_Sm.h: Likewise.
21352         * lib/unictype/categ_So.h: Likewise.
21353         * lib/unictype/categ_Z.h: Likewise.
21354         * lib/unictype/categ_Zl.h: Likewise.
21355         * lib/unictype/categ_Zp.h: Likewise.
21356         * lib/unictype/categ_Zs.h: Likewise.
21357         * lib/unictype/categ_of.h: Likewise.
21358         * lib/unictype/combining.h: Likewise.
21359         * lib/unictype/ctype_alnum.h: Likewise.
21360         * lib/unictype/ctype_alpha.h: Likewise.
21361         * lib/unictype/ctype_blank.h: Likewise.
21362         * lib/unictype/ctype_cntrl.h: Likewise.
21363         * lib/unictype/ctype_digit.h: Likewise.
21364         * lib/unictype/ctype_graph.h: Likewise.
21365         * lib/unictype/ctype_lower.h: Likewise.
21366         * lib/unictype/ctype_print.h: Likewise.
21367         * lib/unictype/ctype_punct.h: Likewise.
21368         * lib/unictype/ctype_space.h: Likewise.
21369         * lib/unictype/ctype_upper.h: Likewise.
21370         * lib/unictype/ctype_xdigit.h: Likewise.
21371         * lib/unictype/decdigit.h: Likewise.
21372         * lib/unictype/digit.h: Likewise.
21373         * lib/unictype/mirror.h: Likewise.
21374         * lib/unictype/numeric.h: Likewise.
21375         * lib/unictype/pr_alphabetic.h: Likewise.
21376         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
21377         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
21378         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
21379         * lib/unictype/pr_bidi_block_separator.h: Likewise.
21380         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
21381         * lib/unictype/pr_bidi_common_separator.h: Likewise.
21382         * lib/unictype/pr_bidi_control.h: Likewise.
21383         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
21384         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
21385         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
21386         * lib/unictype/pr_bidi_european_digit.h: Likewise.
21387         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
21388         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
21389         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
21390         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
21391         * lib/unictype/pr_bidi_pdf.h: Likewise.
21392         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
21393         * lib/unictype/pr_bidi_whitespace.h: Likewise.
21394         * lib/unictype/pr_combining.h: Likewise.
21395         * lib/unictype/pr_composite.h: Likewise.
21396         * lib/unictype/pr_currency_symbol.h: Likewise.
21397         * lib/unictype/pr_dash.h: Likewise.
21398         * lib/unictype/pr_decimal_digit.h: Likewise.
21399         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
21400         * lib/unictype/pr_deprecated.h: Likewise.
21401         * lib/unictype/pr_diacritic.h: Likewise.
21402         * lib/unictype/pr_extender.h: Likewise.
21403         * lib/unictype/pr_format_control.h: Likewise.
21404         * lib/unictype/pr_grapheme_base.h: Likewise.
21405         * lib/unictype/pr_grapheme_extend.h: Likewise.
21406         * lib/unictype/pr_grapheme_link.h: Likewise.
21407         * lib/unictype/pr_hex_digit.h: Likewise.
21408         * lib/unictype/pr_hyphen.h: Likewise.
21409         * lib/unictype/pr_id_continue.h: Likewise.
21410         * lib/unictype/pr_id_start.h: Likewise.
21411         * lib/unictype/pr_ideographic.h: Likewise.
21412         * lib/unictype/pr_ids_binary_operator.h: Likewise.
21413         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
21414         * lib/unictype/pr_ignorable_control.h: Likewise.
21415         * lib/unictype/pr_iso_control.h: Likewise.
21416         * lib/unictype/pr_join_control.h: Likewise.
21417         * lib/unictype/pr_left_of_pair.h: Likewise.
21418         * lib/unictype/pr_line_separator.h: Likewise.
21419         * lib/unictype/pr_logical_order_exception.h: Likewise.
21420         * lib/unictype/pr_lowercase.h: Likewise.
21421         * lib/unictype/pr_math.h: Likewise.
21422         * lib/unictype/pr_non_break.h: Likewise.
21423         * lib/unictype/pr_not_a_character.h: Likewise.
21424         * lib/unictype/pr_numeric.h: Likewise.
21425         * lib/unictype/pr_other_alphabetic.h: Likewise.
21426         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
21427         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
21428         * lib/unictype/pr_other_id_continue.h: Likewise.
21429         * lib/unictype/pr_other_id_start.h: Likewise.
21430         * lib/unictype/pr_other_lowercase.h: Likewise.
21431         * lib/unictype/pr_other_math.h: Likewise.
21432         * lib/unictype/pr_other_uppercase.h: Likewise.
21433         * lib/unictype/pr_paired_punctuation.h: Likewise.
21434         * lib/unictype/pr_paragraph_separator.h: Likewise.
21435         * lib/unictype/pr_pattern_syntax.h: Likewise.
21436         * lib/unictype/pr_pattern_white_space.h: Likewise.
21437         * lib/unictype/pr_private_use.h: Likewise.
21438         * lib/unictype/pr_punctuation.h: Likewise.
21439         * lib/unictype/pr_quotation_mark.h: Likewise.
21440         * lib/unictype/pr_radical.h: Likewise.
21441         * lib/unictype/pr_sentence_terminal.h: Likewise.
21442         * lib/unictype/pr_soft_dotted.h: Likewise.
21443         * lib/unictype/pr_space.h: Likewise.
21444         * lib/unictype/pr_terminal_punctuation.h: Likewise.
21445         * lib/unictype/pr_titlecase.h: Likewise.
21446         * lib/unictype/pr_unassigned_code_value.h: Likewise.
21447         * lib/unictype/pr_unified_ideograph.h: Likewise.
21448         * lib/unictype/pr_uppercase.h: Likewise.
21449         * lib/unictype/pr_variation_selector.h: Likewise.
21450         * lib/unictype/pr_white_space.h: Likewise.
21451         * lib/unictype/pr_xid_continue.h: Likewise.
21452         * lib/unictype/pr_xid_start.h: Likewise.
21453         * lib/unictype/pr_zero_width.h: Likewise.
21454         * lib/unictype/scripts.h: Likewise.
21455         * lib/unictype/scripts_byname.gperf: Likewise.
21456         * lib/unictype/sy_c_ident.h: Likewise.
21457         * lib/unictype/sy_c_whitespace.h: Likewise.
21458         * lib/unictype/sy_java_ident.h: Likewise.
21459         * lib/unictype/sy_java_whitespace.h: Likewise.
21460
21461         * lib/unictype/Makefile: New file.
21462         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
21463         glibc.
21464         * lib/unictype/3level.h: New file, copied from glibc.
21465         * lib/unictype/3levelbit.h: New file.
21466
21467 2007-11-11  Bruno Haible  <bruno@clisp.org>
21468
21469         * modules/gperf: New file.
21470         * modules/iconv_open (Depends-on): Add it.
21471         (Makefile.am): Remove the GPERF definition.
21472
21473 2007-11-11  Bruno Haible  <bruno@clisp.org>
21474
21475         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
21476         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
21477
21478 2007-11-11  Bruno Haible  <bruno@clisp.org>
21479
21480         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
21481         (usage): Remove function.
21482
21483 2007-11-11  Bruno Haible  <bruno@clisp.org>
21484
21485         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
21486         gl_FUNC_CEILF_LIBS.
21487         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
21488         gl_FUNC_CEIL_LIBS.
21489         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
21490         gl_FUNC_CEILL_LIBS.
21491         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
21492         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
21493         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
21494
21495 2007-11-11  Bruno Haible  <bruno@clisp.org>
21496
21497         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
21498         roundf were declared but do not exist on functions.
21499         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
21500         roundl were declared but do not exist on functions.
21501         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
21502         HAVE_FLOORL_AND_CEILL, respectively.
21503         Needed for Sun C on Solaris 10.
21504
21505 2007-11-11  Bruno Haible  <bruno@clisp.org>
21506
21507         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
21508         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
21509         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
21510         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
21511         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
21512         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
21513         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
21514         HAVE_DECL_ROUNDF.
21515         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
21516         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
21517         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
21518         of HAVE_DECL_ROUND*.
21519         * modules/math (Makefile.am): Update.
21520
21521 2007-11-10  Bruno Haible  <bruno@clisp.org>
21522
21523         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
21524         ptrdiff_t as m4/intl.m4.
21525
21526 2007-11-10  Jim Meyering  <meyering@redhat.com>
21527
21528         Avoid link failure for the argmatch test.
21529         * tests/test-argmatch.c (usage): Define function to avoid a link
21530         failure: argmatch_die requires a usage function.
21531
21532 2007-11-09  Bruno Haible  <bruno@clisp.org>
21533
21534         * doc/functions/snprintf.texi: Mention BeOS deficiency.
21535         * doc/functions/vsnprintf.texi: Likewise.
21536         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
21537         with a size argument < 2.
21538
21539 2007-11-09  Bruno Haible  <bruno@clisp.org>
21540
21541         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
21542         buffer. Fixes an inefficiency introduced on 2007-11-03.
21543
21544 2007-11-09  Bruno Haible  <bruno@clisp.org>
21545
21546         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
21547         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
21548
21549 2007-11-08  Jim Meyering  <meyering@redhat.com>
21550
21551         Change cache variable name prefix "jm_" to "gl_" everywhere.
21552         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
21553         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
21554         * m4/uptime.m4: s/gl_/jm_/
21555
21556 2007-11-07  Bruno Haible  <bruno@clisp.org>
21557
21558         Update to GNU gettext 0.17.
21559         * m4/intl.m4: Update to GNU gettext 0.17.
21560         * m4/po.m4: Likewise.
21561         * modules/gettext (Files): Remove m4/ulonglong.m4.
21562         (configure.ac): Require gettext infrastructure from version 0.17.
21563
21564 2007-11-06  Bruno Haible  <bruno@clisp.org>
21565
21566         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
21567         symbolic values are not defined in a public header.
21568         * lib/freadable.c (freadable) [QNX]: Likewise.
21569         * lib/freadahead.c (freadahead) [QNX]: Likewise.
21570         * lib/freading.c (freading) [QNX]: Likewise.
21571         * lib/fseterr.c (fseterr) [QNX]: Likewise.
21572         * lib/fwritable.c (fwritable) [QNX]: Likewise.
21573         * lib/fwriting.c (fwriting) [QNX]: Likewise.
21574         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
21575         Reported by Alain Magloire.
21576
21577         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
21578
21579 2007-11-05  Bruno Haible  <bruno@clisp.org>
21580
21581         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
21582         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
21583         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
21584         Reported by Eric Blake.
21585
21586 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21587             Bruno Haible  <bruno@clisp.org>
21588
21589         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
21590         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
21591         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
21592         (malloc): Undefine also before including <stdlib.h>.
21593         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
21594         Needed on OSF/1 4.0.
21595
21596 2007-11-05  Jim Meyering  <meyering@redhat.com>
21597
21598         git-version-gen: sync from coreutils.
21599         * build-aux/git-version-gen: Add comments.
21600         Change the first '-' to '.' in the snapshot version string,
21601         e.g., 6.9-377-08144 -> 6.9.377-08144
21602         Remove first parameter.
21603         Don't declare a version "-dirty" merely because a time
21604         stamp has changed.
21605
21606 2007-11-04  Bruno Haible  <bruno@clisp.org>
21607
21608         * lib/lock.h: Protect all macro definitions containing an 'if'
21609         statement through a "do { ... } while (0)".
21610         * lib/tls.h: Likewise.
21611
21612 2007-11-04  Bruno Haible  <bruno@clisp.org>
21613
21614         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
21615
21616 2007-11-04  Bruno Haible  <bruno@clisp.org>
21617
21618         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
21619         * modules/fprintf-posix (Depends-on): Add nocrash.
21620         * modules/snprintf-posix (Depends-on): Likewise.
21621         * modules/sprintf-posix (Depends-on): Likewise.
21622         * modules/vasnprintf-posix (Depends-on): Likewise.
21623         * modules/vasprintf-posix (Depends-on): Likewise.
21624         * modules/vfprintf-posix (Depends-on): Likewise.
21625         * modules/vsnprintf-posix (Depends-on): Likewise.
21626         * modules/vsprintf-posix (Depends-on): Likewise.
21627         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
21628         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
21629         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
21630         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
21631         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
21632         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
21633         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
21634
21635 2007-11-04  Bruno Haible  <bruno@clisp.org>
21636
21637         * modules/nocrash: New file.
21638         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
21639         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
21640
21641 2007-11-04  Bruno Haible  <bruno@clisp.org>
21642
21643         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
21644         precision handling.
21645         * tests/test-vasprintf-posix.c (test_function): Likewise.
21646         * tests/test-snprintf-posix.h (test_function): Likewise.
21647         * tests/test-sprintf-posix.h (test_function): Likewise.
21648
21649         Fix *printf behaviour for large precisions on mingw and BeOS.
21650         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
21651         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
21652         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
21653         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
21654         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21655         gl_PRINTF_PRECISION and test its result. Invoke
21656         gl_PREREQ_VASNPRINTF_PRECISION.
21657         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21658         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21659         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21660         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21661         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21662         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21663         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21664         * doc/functions/fprintf.texi: Update.
21665         * doc/functions/printf.texi: Update.
21666         * doc/functions/snprintf.texi: Update.
21667         * doc/functions/sprintf.texi: Update.
21668         * doc/functions/vfprintf.texi: Update.
21669         * doc/functions/vprintf.texi: Update.
21670         * doc/functions/vsnprintf.texi: Update.
21671         * doc/functions/vsprintf.texi: Update.
21672
21673 2007-11-04  Bruno Haible  <bruno@clisp.org>
21674
21675         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
21676
21677 2007-11-04  Bruno Haible  <bruno@clisp.org>
21678
21679         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
21680         Reported by Sylvain Beucler <beuc@gnu.org>.
21681
21682 2007-11-03  Bruno Haible  <bruno@clisp.org>
21683
21684         * tests/test-fprintf-posix2.sh: New file.
21685         * tests/test-fprintf-posix2.c: New file.
21686         * modules/fprintf-posix-tests (Files): Add them.
21687         (TESTS): Add test-fprintf-posix2.sh.
21688         (configure.ac): Check for getrlimit and setrlimit.
21689         (check_PROGRAMS): Add test-fprintf-posix2.
21690
21691         * tests/test-printf-posix2.sh: New file.
21692         * tests/test-printf-posix2.c: New file.
21693         * modules/printf-posix-tests (Files): Add them.
21694         (TESTS): Add test-printf-posix2.sh.
21695         (configure.ac): Check for getrlimit and setrlimit.
21696         (check_PROGRAMS): Add test-printf-posix2.
21697
21698         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
21699         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
21700         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
21701         (decode_double): New function, copied from decode_long_double.
21702         (scale10_round_decimal_decoded): New function, extracted from
21703         scale10_round_decimal_long_double.
21704         (scale10_round_decimal_long_double): Use it.
21705         (scale10_round_decimal_double): New function.
21706         (floorlog10): New function.
21707         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
21708         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
21709         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
21710         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21711         gl_PRINTF_ENOMEM and test its result. Invoke
21712         gl_PREREQ_VASNPRINTF_ENOMEM.
21713         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21714         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21715         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21716         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21717         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21718         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21719         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21720         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
21721         * modules/snprintf-posix (Depends-on): Likewise.
21722         * modules/sprintf-posix (Depends-on): Likewise.
21723         * modules/vasnprintf-posix (Depends-on): Likewise.
21724         * modules/vasprintf-posix (Depends-on): Likewise.
21725         * modules/vfprintf-posix (Depends-on): Likewise.
21726         * modules/vsnprintf-posix (Depends-on): Likewise.
21727         * modules/vsprintf-posix (Depends-on): Likewise.
21728         * doc/functions/fprintf.texi: Update.
21729         * doc/functions/printf.texi: Update.
21730         * doc/functions/snprintf.texi: Update.
21731         * doc/functions/sprintf.texi: Update.
21732         * doc/functions/vfprintf.texi: Update.
21733         * doc/functions/vprintf.texi: Update.
21734         * doc/functions/vsnprintf.texi: Update.
21735         * doc/functions/vsprintf.texi: Update.
21736
21737 2007-11-03  Bruno Haible  <bruno@clisp.org>
21738
21739         * modules/frexp-nolibm-tests: New file.
21740
21741         * modules/frexp-nolibm: New file.
21742         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
21743
21744 2007-11-03  Bruno Haible  <bruno@clisp.org>
21745
21746         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
21747         value is C99 compliant.
21748         Needed for OSF/1 5.1.
21749
21750 2007-11-03  Bruno Haible  <bruno@clisp.org>
21751
21752         Fix out-of-memory handling of vasnprintf.
21753         * lib/printf-parse.c: Include <errno.h>.
21754         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
21755         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
21756         is already set.
21757
21758 2007-11-02  Eric Blake  <ebb9@byu.net>
21759
21760         Fix tests on cygwin.
21761         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
21762
21763 2007-11-01  Bruno Haible  <bruno@clisp.org>
21764
21765         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
21766         warning.
21767         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
21768         needed for POSIX compatibility.
21769
21770 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21771
21772         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
21773         for compatibility with GNU.
21774
21775 2007-11-01  Bruno Haible  <bruno@clisp.org>
21776
21777         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
21778         (putenv): Renamed from rpl_putenv. Change argument type from
21779         'const char *' to 'char *'.
21780         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
21781         of defining putenv in config.h, just set REPLACE_PUTENV.
21782         * modules/putenv (Depends-on): Add stdlib.
21783         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21784         (Include): Use <stdlib.h>.
21785         * lib/stdlib.in.h (putenv): New declaration.
21786         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
21787         REPLACE_PUTENV.
21788         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
21789         REPLACE_PUTENV.
21790         Needed for MacOS X 10.5.0.
21791         Reported by Peter O'Gorman <peter@pogma.com>.
21792
21793 2007-11-01  Jim Meyering  <meyering@redhat.com>
21794
21795         Treat an empty date string exactly like "0".
21796         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
21797         if the remaining date string (to be parsed) is empty, use "0".
21798         Reported by Mischa Molhoek and discussed in this thread:
21799         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
21800
21801 2007-10-31  Bruno Haible  <bruno@clisp.org>
21802
21803         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
21804         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
21805         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
21806         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
21807         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
21808         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
21809
21810 2007-10-31  Bruno Haible  <bruno@clisp.org>
21811
21812         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
21813         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
21814         (AC_TYPE_LONG_LONG_INT): Use it.
21815         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
21816         it as well.
21817         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
21818         to m4/longlong.m4.
21819         * modules/stdint (Files): Remove m4/ulonglong.m4.
21820         * modules/strtoull (Files): Use m4/longlong.m4 instead of
21821         m4/ulonglong.m4.
21822         * modules/strtoumax (Files): Likewise.
21823
21824 2007-10-30  Bruno Haible  <bruno@clisp.org>
21825
21826         * modules/xvasprintf-posix: New file.
21827         Suggested by Eric Blake.
21828
21829 2007-10-30  Bruno Haible  <bruno@clisp.org>
21830
21831         * modules/xprintf-posix-tests: New file.
21832         * tests/test-xprintf-posix.sh: New file.
21833         * tests/test-xprintf-posix.c: New file.
21834         * tests/test-xfprintf-posix.c: New file.
21835
21836         * modules/xprintf-posix: New file.
21837
21838 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21839
21840         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
21841         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
21842         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
21843
21844 2007-10-29  Bruno Haible  <bruno@clisp.org>
21845
21846         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
21847         contain the special marker '_cv_'.
21848         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
21849         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
21850         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
21851         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
21852         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
21853         Reported by Ralf Wildenhues.
21854
21855 2007-10-29  Bruno Haible  <bruno@clisp.org>
21856
21857         * gnulib-tool (func_import): When --lgpl is not specified, set
21858         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
21859         GPLv3.
21860         Reported by Simon Josefsson.
21861
21862 2007-10-28  Bruno Haible  <bruno@clisp.org>
21863
21864         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
21865         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
21866         HAVE_DECL_ISFINITE.
21867         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
21868         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
21869         HAVE_DECL_ISFINITE.
21870
21871 2007-10-28  Bruno Haible  <bruno@clisp.org>
21872
21873         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
21874         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
21875
21876 2007-10-28  Bruno Haible  <bruno@clisp.org>
21877
21878         Fix link errors with Sun C 5.0 on Solaris 10.
21879         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
21880         function is declared but not present in the compiler's libm.
21881         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
21882         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
21883         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
21884         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
21885         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
21886         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
21887         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
21888         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
21889         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
21890         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
21891         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
21892         HAVE_DECL_FLOORL.
21893
21894 2007-10-28  Bruno Haible  <bruno@clisp.org>
21895
21896         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
21897         gl_FUNC_FLOORL. Cache the result.
21898         (gl_FUNC_FLOORL): Use it.
21899         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
21900         gl_FUNC_CEILL. Cache the result.
21901         (gl_FUNC_CEILL): Use it.
21902
21903         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
21904         gl_FUNC_FLOOR. Cache the result.
21905         (gl_FUNC_FLOOR): Use it.
21906         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
21907         gl_FUNC_CEIL. Cache the result.
21908         (gl_FUNC_CEIL): Use it.
21909
21910         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
21911         gl_FUNC_FLOORF. Cache the result.
21912         (gl_FUNC_FLOORF): Use it.
21913         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
21914         gl_FUNC_CEILF. Cache the result.
21915         (gl_FUNC_CEILF): Use it.
21916
21917 2007-10-28  Bruno Haible  <bruno@clisp.org>
21918
21919         * gnulib-tool: Allow specifying the LGPL version number through
21920         --lgpl=2 or --lgpl=3.
21921         (func_usage): Document --lgpl with argument.
21922         Handle --lgpl=... arguments.
21923         (func_import): Recognize also gl_LGPL calls with an argument. When
21924         --lgpl=2 is used and the module's license is just LGPL, report an
21925         error. Set sed_transform_lib_file according to the lgpl variable. In
21926         the generated files, use --lgpl or gl_LGPL invocations with argument,
21927         if necessary.
21928         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
21929         an LGPv2+ license.
21930         * doc/gnulib-tool.texi (Modified imports): Update explanation of
21931         gl_LGPL macro.
21932
21933 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21934             Bruno Haible  <bruno@clisp.org>
21935
21936         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
21937         (u16_uctomb_aux): Likewise.
21938         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
21939         !HAVE_INLINE.
21940         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
21941
21942 2007-10-28  Bruno Haible  <bruno@clisp.org>
21943
21944         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
21945         Invoke AM_GETTEXT_OPTION if it exists.
21946         * modules/vasprintf: Likewise.
21947         * modules/verror: Likewise.
21948         * modules/xprintf: Likewise.
21949         * modules/xvasprintf: Likewise.
21950
21951 2007-10-27  Ben Pfaff  <blp@gnu.org>
21952
21953         * lib/math.in.h: Define isfinite macro and prototypes for
21954         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
21955         implementations.
21956         * m4/math_h.m4: New substitutions for isfinite module.
21957         * lib/isfinite.c: New file.
21958         * m4/isfinite.m4: New file.
21959         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
21960         * modules/isfinite: New file.
21961         * modules/isfinite-tests: New file.
21962         * tests/tests-isfinite.c: New file.
21963         * doc/functions/isfinite.texi: Mention isfinite module.
21964         * MODULES.html.sh: Mention new module.
21965
21966 2007-10-27  Ben Pfaff  <blp@gnu.org>
21967
21968         Ralf Wildenhues reported that Tru64 4.0D declares the round
21969         functions but does not have definitions.
21970         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
21971         cannot be found in any library, set the output variable to
21972         "missing" instead of "".
21973         * m4/round.m4: Also use our substitute if we cannot find round in
21974         any library, even if it is declared.
21975         * m4/roundf.m4: Likewise for roundf.
21976         * m4/roundl.m4: Likewise for roundl.
21977         * lib/math.in.h: Undefine roundf, round, roundl before defining
21978         their replacements, to allow for hypothetical systems where these
21979         may be defined as macros but not available in libraries.
21980
21981 2007-10-27  Bruno Haible  <bruno@clisp.org>
21982
21983         * doc/gnulib.texi: Invoke @firstparagraphindent.
21984         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
21985         changes in gnulib.
21986         (Source changes): New section.
21987
21988 2007-10-26  Bruno Haible  <bruno@clisp.org>
21989
21990         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
21991         borrowed from autoconf.
21992
21993 2007-10-26  Bruno Haible  <bruno@clisp.org>
21994
21995         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
21996         strerror returned the empty string. Needed on HP-UX 11.00.
21997
21998 2007-10-24  Micah Cowan  <micah@cowan.name>
21999
22000         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
22001         * build-aux/bootstrap: Remove support for now-unnecessary option,
22002         --cvs-user, and envvars CVS_USER, CVS_RSH.
22003
22004 2007-10-24  Jim Meyering  <meyering@redhat.com>
22005
22006         Avoid diagnostics from sha1sum when there is no cached checksum.
22007         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
22008         if the po.s1 file hasn't been created yet.
22009
22010         * build-aux/bootstrap: Sync from coreutils:
22011         2007-10-24  Jim Meyering  <meyering@redhat.com>
22012         Get gnulib from the git repository, not from an obsolete cvs one.
22013         * build-aux/bootstrap: Suggestion from Micah Cowan.
22014         2007-10-04  Jim Meyering  <jim@meyering.net>
22015         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
22016         (update_po_files): Work also when there are no .po files in po/.
22017
22018 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22019
22020         * README: Append ".git" to git and cg examples.
22021         Problem reported by Benoit Sigoure.
22022
22023 2007-10-23  Micah Cowan  <micah@cowan.name>
22024
22025         * users.txt: Add wget.
22026
22027 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22028
22029         Fix linking of some unistdio tests on FreeBSD.
22030         * modules/unistdio/u16-vsnprintf-tests
22031         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
22032         * modules/unistdio/u16-vsprintf-tests
22033         (test_u16_vsnprintf1_LDADD): Likewise.
22034         * modules/unistdio/u32-vsnprintf-tests
22035         (test_u32_vsnprintf1_LDADD): Likewise.
22036         * modules/unistdio/u32-vsprintf-tests
22037         (test_u32_vsprintf1_LDADD): Likewise.
22038         * modules/unistdio/u8-vsnprintf-tests
22039         (test_u8_vsnprintf1_LDADD): Likewise.
22040         * modules/unistdio/u8-vsprintf-tests
22041         (test_u8_vsprintf1_LDADD): Likewise.
22042         * modules/unistdio/ulc-vsnprintf-tests
22043         (test_ulc_vsnprintf1_LDADD): Likewise.
22044         * modules/unistdio/ulc-vsprintf-tests
22045         (test_ulc_vsprintf1_LDADD): Likewise.
22046
22047         Fix linking of some uniconv tests on FreeBSD.
22048         * modules/uniconv/u16-conv-from-enc-tests
22049         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
22050         * modules/uniconv/u16-conv-to-enc-tests
22051         (test_u16_conv_to_enc_LDADD): Likewise.
22052         * modules/uniconv/u16-strconv-from-enc-tests
22053         (test_u16_strconv_from_enc_LDADD): Likewise.
22054         * modules/uniconv/u16-strconv-to-enc-tests
22055         (test_u16_strconv_to_enc_LDADD): Likewise.
22056         * modules/uniconv/u32-conv-from-enc-tests
22057         (test_u32_conv_from_enc_LDADD): Likewise.
22058         * modules/uniconv/u32-conv-to-enc-tests
22059         (test_u32_conv_to_enc_LDADD): Likewise.
22060         * modules/uniconv/u32-strconv-from-enc-tests
22061         (test_u32_strconv_from_enc_LDADD): Likewise.
22062         * modules/uniconv/u32-strconv-to-enc-tests
22063         (test_u32_strconv_to_enc_LDADD): Likewise.
22064         * modules/uniconv/u8-conv-from-enc-tests
22065         (test_u8_conv_from_enc_LDADD): Likewise.
22066         * modules/uniconv/u8-conv-to-enc-tests
22067         (test_u8_conv_to_enc_LDADD): Likewise.
22068         * modules/uniconv/u8-strconv-from-enc-tests
22069         (test_u8_strconv_from_enc_LDADD): Likewise.
22070         * modules/uniconv/u8-strconv-to-enc-tests
22071         (test_u8_strconv_to_enc_LDADD): Likewise.
22072
22073 2007-10-22  Bruno Haible  <bruno@clisp.org>
22074
22075         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
22076         size.
22077
22078 2007-10-22  Eric Blake  <ebb9@byu.net>
22079
22080         Tweak x*printf documentation.
22081         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
22082         variable name and comments.
22083         Suggested by Bruno Haible.
22084
22085 2007-10-22  Bruno Haible  <bruno@clisp.org>
22086
22087         * lib/acl.c (copy_acl): Fix file name in comment.
22088
22089 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22090
22091         Fix Tru64 problem with stdbool.h.
22092         * lib/stdbool.in.h (false, true):
22093         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
22094         Don't declare as an enum in this situation; it runs afoul of Tru64.
22095         Problem reported by Steven M. Schweda in
22096         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
22097
22098 2007-10-22  Eric Blake  <ebb9@byu.net>
22099
22100         Also wrap vf?printf.
22101         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
22102         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
22103         (xvprintf, xvfprintf): New functions.
22104
22105 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22106
22107         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
22108         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
22109
22110         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
22111         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
22112
22113 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22114
22115         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
22116         by Bruno Haible.
22117
22118 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22119
22120         * lib/getloadavg.c
22121         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
22122         Undef `sys' after including sys/table.h, for Tru64 4.0D.
22123
22124         * tests/test-i-ring.c: Work for C89.
22125
22126 2007-10-22  Bruno Haible  <bruno@clisp.org>
22127
22128         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
22129         -1u, in preprocessor expression, so that we don't test for the bug
22130         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
22131         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
22132
22133 2007-10-22  Eric Blake  <ebb9@byu.net>
22134
22135         * tests/test-yesno.sh: Silence stderr during test.
22136
22137 2007-10-22  Simon Josefsson  <simon@josefsson.org>
22138
22139         * modules/crypto/gc-camellia: New file.
22140
22141         * m4/gc-camellia.m4: New file.
22142
22143         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
22144
22145         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
22146
22147 2007-10-22  Simon Josefsson  <simon@josefsson.org>
22148
22149         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
22150         --help to stdout.  Reported by sms@antinode.org (Steven
22151         M. Schweda).
22152
22153 2007-10-22  Simon Josefsson  <simon@josefsson.org>
22154
22155         * users.txt: Fix link to libksba.
22156
22157 2007-10-21  Ben Pfaff  <blp@gnu.org>
22158
22159         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
22160         round.c roundf implementation that depends on floorf and ceilf to
22161         be tested unconditionally.
22162
22163 2007-10-21  Ben Pfaff  <blp@gnu.org>
22164
22165         * m4/check-libm-func.m4: Removed.
22166         * m4/check-math-lib.m4: New file.
22167         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
22168         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
22169         definition and lack of AC_LIBOBJ([roundf]).
22170         * m4/roundl.m4: Ditto, and similarly for roundl.
22171         * modules/round: Reference new m4 file.
22172         * modules/roundf: Ditto.
22173         * modules/roundl: Ditto.
22174         * tests/test-round2.c (main): Use ROUND instead of round.
22175         Bug report from Bruno Haible.
22176
22177 2007-10-21  Bruno Haible  <bruno@clisp.org>
22178
22179         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
22180         context.
22181
22182 2007-10-21  Bruno Haible  <bruno@clisp.org>
22183
22184         * tests/test-wcwidth.c (main): Allow negative result for some control
22185         characters.
22186
22187         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
22188         Needed on OSF/1 5.1.
22189
22190 2007-10-21  Bruno Haible  <bruno@clisp.org>
22191
22192         * tests/test-floorf1.c: Include isnanf.h.
22193         (main): Use isnanf() instead of isnan().
22194         * tests/test-ceilf1.c: Include isnanf.h.
22195         (main): Use isnanf() instead of isnan().
22196         * tests/test-truncf1.c: Include isnanf.h.
22197         (main): Use isnanf() instead of isnan().
22198         * tests/test-roundf1.c: Include isnanf.h.
22199         (main): Use isnanf() instead of isnan().
22200
22201 2007-10-21  Eric Blake  <ebb9@byu.net>
22202
22203         * users.txt: Update URL for m4.
22204
22205 2007-10-21  Bruno Haible  <bruno@clisp.org>
22206
22207         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
22208
22209 2007-10-21  Bruno Haible  <bruno@clisp.org>
22210
22211         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
22212         Git's management files if the CVS files are not present.
22213
22214 2007-10-20  Bruno Haible  <bruno@clisp.org>
22215
22216         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
22217         gcc-3.4.x.
22218
22219 2007-10-20  Ben Pfaff  <blp@gnu.org>
22220
22221         * lib/math.in.h: Declare round, roundf, roundl if we are providing
22222         implementations.
22223         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
22224         * lib/round.c: New file.
22225         * lib/roundf.c: New file.
22226         * lib/roundl.c: New file.
22227         * m4/round.m4: New file.
22228         * m4/roundf.m4: New file.
22229         * m4/roundl.m4: New file.
22230         * m4/check-libm-func-m4: New file.
22231         * modules/math: Replace round, roundf, roundl related @VARS@ in
22232         math.in.h.
22233         * modules/round: New file.
22234         * modules/round-tests: New file.
22235         * modules/roundf: New file.
22236         * modules/roundf-tests: New file.
22237         * modules/roundl: New file.
22238         * modules/roundl-tests: New file.
22239         * tests/test-round1.c: New file.
22240         * tests/test-round2.c: New file.
22241         * tests/test-roundf1.c: New file.
22242         * tests/test-roundf2.c: New file.
22243         * tests/test-roundl.c: New file.
22244         * doc/functions/round.texi: Mention round module.
22245         * doc/functions/roundf.texi: Mention roundf module.
22246         * doc/functions/roundl.texi: Mention roundl module.
22247         * MODULES.html.sh: Mention new modules.
22248         Thanks to Bruno Haible for suggestions.
22249
22250 2007-10-20  Jim Meyering  <meyering@redhat.com>
22251
22252         * lib/xprintf.c: Include <config.h> unconditionally.
22253
22254         Change xprintf's license to GPL.
22255         * modules/xprintf (License): s/LGPL/GPL/, since this module
22256         depends on modules (exit and exitfail) which are GPL.
22257         Suggestion from Bruno Haible.
22258
22259         xprintf fixes.
22260         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
22261         Use a clearer diagnostic.
22262         Patch from Bruno Haible.
22263
22264 2007-10-20  Bruno Haible  <bruno@clisp.org>
22265
22266         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
22267         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
22268         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22269
22270 2007-10-20  Bruno Haible  <bruno@clisp.org>
22271
22272         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
22273         precision in the comparison result > x - 1 or similar.
22274         * tests/test-ceilf2.c (correct_result_p): Likewise.
22275         * tests/test-truncf2.c (correct_result_p): Likewise.
22276         * tests/test-trunc2.c (correct_result_p): Likewise.
22277         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22278
22279 2007-10-20  Bruno Haible  <bruno@clisp.org>
22280
22281         * modules/ceil: New file.
22282         * m4/ceil.m4: New file.
22283         * doc/functions/ceil.texi: Mention the 'ceil' module.
22284
22285 2007-10-20  Bruno Haible  <bruno@clisp.org>
22286
22287         * modules/floor: New file.
22288         * m4/floor.m4: New file.
22289         * doc/functions/floor.texi: Mention the 'floor' module.
22290
22291 2007-10-20  Bruno Haible  <bruno@clisp.org>
22292
22293         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
22294         of %a.
22295         * modules/floorf-tests (Depends-on): Likewise.
22296         * modules/truncf-tests (Depends-on): Likewise.
22297         * modules/trunc-tests (Depends-on): Likewise.
22298         Reported by Ben Pfaff.
22299
22300 2007-10-19  Jim Meyering  <meyering@redhat.com>
22301
22302         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
22303         Don't bother testing specific errno values.  Just test ferror.
22304
22305         New module: xprintf
22306         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
22307
22308 2007-10-19  Bruno Haible  <bruno@clisp.org>
22309
22310         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
22311         syntax.
22312         * modules/javaexec (Makefile.am): Likewise.
22313         * modules/relocatable-prog (Makefile.am): Likewise.
22314         Suggested by Jim Meyering.
22315
22316 2007-10-18  Bruno Haible  <bruno@clisp.org>
22317
22318         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
22319         Reported by Jim Meyering.
22320
22321 2007-10-18  Eric Blake  <ebb9@byu.net>
22322
22323         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
22324
22325 2007-10-18  Bruno Haible  <bruno@clisp.org>
22326
22327         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
22328         the format string into writable memory. Needed in Fortify conditions.
22329
22330 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
22331             Bruno Haible  <bruno@clisp.org>
22332
22333         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
22334         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
22335         * modules/trim (Depends-on): Add mbchar.
22336         (configure.ac): Add gl_FUNC_MBRTOWC.
22337         (Makefile.am): Augment lib_SOURCES.
22338
22339 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22340
22341         Modify glob.c to use fstatat and dirfd, to simplify it.
22342         Suggested by Eric Blake.
22343         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
22344         Don't include <stdbool.h>; not used.
22345         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
22346         (link_exists_p): Simplify implementation, since we can now assume
22347         dirfd and fstatat.
22348         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
22349
22350 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22351
22352         * gnulib-tool (func_get_dependencies): Fix sed script to
22353         match only tests.
22354
22355 2007-10-17  Bruno Haible  <bruno@clisp.org>
22356
22357         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
22358         allow locale names without encoding suffix.
22359         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
22360         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
22361
22362 2007-10-16  Bruno Haible  <bruno@clisp.org>
22363
22364         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
22365         * lib/getgroups.c (getgroups): Likewise.
22366         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
22367
22368 2007-10-16  Bruno Haible  <bruno@clisp.org>
22369
22370         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
22371         * modules/malloc-posix (License): Likewise.
22372         * modules/realloc-posix (License): Likewise.
22373         * modules/calloc-posix (License): Likewise.
22374         * modules/intprops (License): Change from GPL to LGPL, with
22375         Paul Eggert's approval.
22376
22377 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
22378
22379         Merge glibc changes into lib/glob.c.
22380
22381         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
22382         2007-10-15 04:59:03 UTC.  Here are the changes:
22383
22384         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
22385
22386         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
22387
22388         * lib/glob.c: Add some branch prediction throughout.
22389
22390         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
22391
22392         [BZ #5103]
22393         * lib/glob.c (glob): Recognize patterns starting \/.
22394
22395         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
22396
22397         [BZ #3996]
22398         * lib/glob.c (attribute_hidden): Define if not defined.
22399         (glob): Unescape dirname, filename or username when needed and not
22400         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
22401         is NULL.  Handle unescaped [ in pattern without closing ].
22402         Don't pass GLOB_CHECK down to recursive glob for directories.
22403         (__glob_pattern_type): New function.
22404         (__glob_pattern_p): Implement using __glob_pattern_type.
22405         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
22406         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
22407         Remove unreachable code.
22408
22409         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
22410
22411         * lib/glob.c (glob_in_dir): Add some comments and asserts to
22412         explain why there are no leaks.
22413
22414         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
22415
22416         [BZ #3253]
22417         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
22418         time, rather allocate increasingly bigger arrays of pointers, if
22419         possible with alloca, if too large with malloc.
22420
22421 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
22422
22423         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
22424         Problem reported by H.Merijn Brand in
22425         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
22426         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
22427         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
22428
22429 2007-10-15  Bruno Haible  <bruno@clisp.org>
22430
22431         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
22432         with explicit rpl_ prefix.
22433         * lib/fopen.c (fopen): Likewise.
22434         * lib/freopen.c (freopen): Likewise.
22435         * lib/iconv.c (iconv): Likewise.
22436         * lib/iconv_close.c (iconv_close): Likewise.
22437
22438 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22439
22440         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
22441
22442 2007-10-15  Bruno Haible  <bruno@clisp.org>
22443
22444         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
22445         <stddef.h> instead of <stdlib.h> since we only need NULL.
22446         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22447
22448 2007-10-15  Bruno Haible  <bruno@clisp.org>
22449
22450         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
22451         Replace paragraph talking about LIBOBJS.
22452         Reported by Colin Watson <cjwatson@debian.org>.
22453
22454 2007-10-15  Bruno Haible  <bruno@clisp.org>
22455
22456         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
22457         <stdlib.h> before using NULL.
22458
22459 2007-10-15  Simon Josefsson  <simon@josefsson.org>
22460
22461         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
22462         Reported by Albert Chin <china@thewrittenword.com>.
22463
22464 2007-10-14  Bruno Haible  <bruno@clisp.org>
22465
22466         * modules/iconv_open-utf-tests: New file.
22467         * tests/test-iconv-utf.c: New file.
22468
22469         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
22470         * modules/iconv_open-utf: New file.
22471         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
22472         (iconv, iconv_close): New declarations.
22473         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
22474         be defined.
22475         (iconv_open): Add special handling of conversion between UTF-8 and
22476         UTF-{16,32}{BE,LE}.
22477         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
22478         * lib/iconv_close.c: New file.
22479         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
22480         gl_FUNC_ICONV_OPEN.
22481         (gl_FUNC_ICONV_OPEN): Use it.
22482         (gl_FUNC_ICONV_OPEN_UTF): New macro.
22483         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
22484         and REPLACE_ICONV_UTF.
22485         * modules/iconv_open (Depends-on): Add c-strcase.
22486         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
22487         ICONV_CONST.
22488         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
22489
22490 2007-10-13  Albert Chin  <china@thewrittenword.com>
22491             Bruno Haible  <bruno@clisp.org>
22492
22493         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
22494         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
22495
22496 2007-10-13  Bruno Haible  <bruno@clisp.org>
22497
22498         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
22499         defined, use the ISO C99 inline semantics.
22500         * lib/argp.h (ARGP_EI): Likewise.
22501
22502 2007-10-13  Bruno Haible  <bruno@clisp.org>
22503
22504         Handle 'inline' change in gcc 4.3.0.
22505         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
22506         argp_fmtstream_write, argp_fmtstream_set_lmargin,
22507         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
22508         argp_fmtstream_point): Disable 'extern' declaration if the function
22509         definition is going to be provided inline.
22510         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
22511         semantics, not the ISO C99 inline semantics.
22512         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
22513         'extern' declaration if the function definition is going to be provided
22514         inline.
22515         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
22516         the GNU C inline semantics, not the ISO C99 inline semantics. With
22517         GCC 4.2, avoid a warning.
22518
22519 2007-10-13  Bruno Haible  <bruno@clisp.org>
22520
22521         * lib/freading.h (freading): Enable the use of __freading for
22522         glibc >= 2.7.
22523         * lib/freading.c (freading): Likewise.
22524
22525 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22526
22527         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
22528         "warning: C99 inline functions are not supported; using GNU89".
22529
22530 2007-10-12  Bruno Haible  <bruno@clisp.org>
22531
22532         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
22533         of 2.
22534         * tests/test-ceilf2.c: New file.
22535         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
22536
22537         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
22538         * modules/ceilf-tests: Update.
22539
22540 2007-10-12  Bruno Haible  <bruno@clisp.org>
22541
22542         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
22543         of 2.
22544         * tests/test-floorf2.c: New file.
22545         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
22546
22547         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
22548         * modules/floorf-tests: Update.
22549
22550 2007-10-12  Bruno Haible  <bruno@clisp.org>
22551
22552         * tests/test-trunc2.c: New file.
22553         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
22554
22555         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
22556         * modules/trunc-tests: Update.
22557
22558 2007-10-12  Bruno Haible  <bruno@clisp.org>
22559
22560         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
22561         of 2.
22562         * tests/test-truncf2.c: New file.
22563         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
22564
22565         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
22566         * modules/truncf-tests: Update.
22567
22568 2007-10-11  Eric Blake  <ebb9@byu.net>
22569
22570         Don't claim strerror is broken on Interix.
22571         * doc/functions/strerror.texi (strerror): Known broken systems are
22572         now Solaris 8, and not Interix.
22573         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
22574         Interix on cross-compile.
22575         Reported by Martin Koeppe in
22576         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
22577
22578 2007-10-11  Bruno Haible  <bruno@clisp.org>
22579
22580         * modules/i-ring-tests: New file.
22581         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
22582         instead of assert.
22583
22584 2007-10-11  Bruno Haible  <bruno@clisp.org>
22585
22586         * modules/filenamecat-tests: New file.
22587         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
22588         * lib/filenamecat.c: Remove test code.
22589
22590 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22591
22592         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
22593
22594         * lib/strerror.c: Include <string.h> always, to test interface,
22595         and to remove the need for the dummy.
22596         Include intprops.h to compute width instead of doing it ourselves
22597         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
22598         (strerror): Define it to return NULL if there's no system strerror.
22599         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
22600         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
22601         ancient pre-strerror Unix systems well any more.  Saying "unknown
22602         system error" is enough.
22603         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
22604         simpler strerror.c implementation.
22605         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
22606         Simplify the tests to reflect the simpler strerror implementation.
22607         * modules/strerror (Depends-on): Add intprops.
22608
22609 2007-10-09  Eric Blake  <ebb9@byu.net>
22610
22611         Silence test-fpending.
22612         * modules/fpending-tests (Files): Add wrapper script.
22613         * tests/test-fpending.sh: New file.
22614
22615 2007-10-09  Bruno Haible  <bruno@clisp.org>
22616
22617         * MODULES.html.sh (func_module): Don't create a hyperlink for
22618         function names like 'printf_frexp'.
22619         (Misc): Add crc, memxor.
22620         (Characteristics of floating types): New section.
22621         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
22622         isnanf-nolibm, signbit, trunc, truncf, truncl.
22623         (Enhancements for ISO C 99 functions): New subsection Input/output.
22624         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
22625         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
22626         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
22627         (Compatibility checks for POSIX:2001 functions): Add clock-time.
22628         (Enhancements for POSIX:2001 functions): Add chdir-long.
22629         (File system functions): Add areadlink, chdir-safer, read-file.
22630         Remove cycle-check.
22631         (File system as inode set): New section.
22632         (Date and time): Add gethrxtime.
22633         (Multithreading): Add openmp.
22634         (Internationalization functions): Add localename.
22635         (Unicode string functions): Add unistr/u*-mbsnlen.
22636         (Support for maintaining and releasing projects): Add git-version-gen.
22637         (Lone files): Remove directories.
22638
22639 2007-10-08  Ben Pfaff  <blp@gnu.org>
22640
22641         * lib/xmalloca.h: Fix typo in comment.
22642
22643 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
22644
22645         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
22646         when avoiding problems with integer overflow.  Use a portable test
22647         instead.
22648
22649 2007-10-08  Simon Josefsson  <simon@josefsson.org>
22650
22651         * modules/dummy (License): Change to LGPLv2+.
22652         * modules/float (License): Likewise
22653         * modules/realloc (License): Likewise
22654         * modules/stdlib (License): Likewise
22655
22656 2007-10-07  Bruno Haible  <bruno@clisp.org>
22657
22658         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
22659         * floor.c (TWO_MANT_DIG): Likewise.
22660         * ceil.c (TWO_MANT_DIG): Likewise.
22661         Reported by Ben Pfaff.
22662
22663 2007-10-07  Bruno Haible  <bruno@clisp.org>
22664
22665         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
22666         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
22667         * lib/frexp.c (FUNC): Likewise.
22668         * lib/printf-frexp.h (printf_frexp): Likewise.
22669         * lib/printf-frexpl.h (printf_frexpl): Likewise.
22670         * lib/printf-frexp.c (FUNC): Likewise.
22671         Suggested by Jim Meyering.
22672
22673 2007-10-07  Jim Meyering  <meyering@redhat.com>
22674
22675         Make xnanosleep's integer overflow test more robust.
22676         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
22677         so that gcc-4.3.0 doesn't optimize away this test for overflow.
22678
22679 2007-10-07  Bruno Haible  <bruno@clisp.org>
22680
22681         * NEWS: Mention the license change.
22682
22683         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
22684         abbreviations in the modules files.
22685
22686         Change copyright notice from GPLv2+ to GPLv3+.
22687         * README: Change copyright notice.
22688         * MODULES.html.sh: Likewise.
22689         * build-aux/bootstrap.conf: Likewise.
22690         * build-aux/config.libpath: Likewise.
22691         * build-aux/csharpcomp.sh.in: Likewise.
22692         * build-aux/csharpexec.sh.in: Likewise.
22693         * build-aux/install-reloc: Likewise.
22694         * build-aux/javacomp.sh.in: Likewise.
22695         * build-aux/javaexec.sh.in: Likewise.
22696         * build-aux/ldd.sh.in: Likewise.
22697         * build-aux/reloc-ldflags: Likewise.
22698         * build-aux/relocatable.sh.in: Likewise.
22699         * build-aux/x-to-1.in: Likewise.
22700         * check-module: Likewise.
22701         * config/srclistvars.sh: Likewise.
22702         * gnulib-tool: Likewise.
22703         * lib/acl-internal.h: Likewise.
22704         * lib/acl.c: Likewise.
22705         * lib/acl.h: Likewise.
22706         * lib/acl_entries.c: Likewise.
22707         * lib/areadlink-with-size.c: Likewise.
22708         * lib/areadlink.c: Likewise.
22709         * lib/areadlink.h: Likewise.
22710         * lib/argmatch.c: Likewise.
22711         * lib/argmatch.h: Likewise.
22712         * lib/argp-ba.c: Likewise.
22713         * lib/argp-eexst.c: Likewise.
22714         * lib/argp-fmtstream.c: Likewise.
22715         * lib/argp-fmtstream.h: Likewise.
22716         * lib/argp-fs-xinl.c: Likewise.
22717         * lib/argp-help.c: Likewise.
22718         * lib/argp-namefrob.h: Likewise.
22719         * lib/argp-parse.c: Likewise.
22720         * lib/argp-pin.c: Likewise.
22721         * lib/argp-pv.c: Likewise.
22722         * lib/argp-pvh.c: Likewise.
22723         * lib/argp-xinl.c: Likewise.
22724         * lib/argp.h: Likewise.
22725         * lib/at-func.c: Likewise.
22726         * lib/atanl.c: Likewise.
22727         * lib/backupfile.c: Likewise.
22728         * lib/backupfile.h: Likewise.
22729         * lib/basename.c: Likewise.
22730         * lib/binary-io.h: Likewise.
22731         * lib/byteswap.in.h: Likewise.
22732         * lib/c-stack.c: Likewise.
22733         * lib/c-stack.h: Likewise.
22734         * lib/c-strcasestr.c: Likewise.
22735         * lib/c-strcasestr.h: Likewise.
22736         * lib/c-strstr.c: Likewise.
22737         * lib/c-strstr.h: Likewise.
22738         * lib/c-strtod.c: Likewise.
22739         * lib/calloc.c: Likewise.
22740         * lib/canon-host.c: Likewise.
22741         * lib/canon-host.h: Likewise.
22742         * lib/canonicalize-lgpl.c: Likewise.
22743         * lib/canonicalize.c: Likewise.
22744         * lib/canonicalize.h: Likewise.
22745         * lib/ceil.c: Likewise.
22746         * lib/ceilf.c: Likewise.
22747         * lib/ceill.c: Likewise.
22748         * lib/chdir-long.c: Likewise.
22749         * lib/chdir-long.h: Likewise.
22750         * lib/chdir-safer.c: Likewise.
22751         * lib/chdir-safer.h: Likewise.
22752         * lib/chown.c: Likewise.
22753         * lib/classpath.c: Likewise.
22754         * lib/classpath.h: Likewise.
22755         * lib/clean-temp.c: Likewise.
22756         * lib/clean-temp.h: Likewise.
22757         * lib/cloexec.c: Likewise.
22758         * lib/close-stream.c: Likewise.
22759         * lib/closein.c: Likewise.
22760         * lib/closein.h: Likewise.
22761         * lib/closeout.c: Likewise.
22762         * lib/closeout.h: Likewise.
22763         * lib/concat-filename.c: Likewise.
22764         * lib/copy-file.c: Likewise.
22765         * lib/copy-file.h: Likewise.
22766         * lib/count-one-bits.h: Likewise.
22767         * lib/crc.c: Likewise.
22768         * lib/crc.h: Likewise.
22769         * lib/creat-safer.c: Likewise.
22770         * lib/csharpcomp.c: Likewise.
22771         * lib/csharpcomp.h: Likewise.
22772         * lib/csharpexec.c: Likewise.
22773         * lib/csharpexec.h: Likewise.
22774         * lib/cycle-check.c: Likewise.
22775         * lib/cycle-check.h: Likewise.
22776         * lib/diacrit.c: Likewise.
22777         * lib/diacrit.h: Likewise.
22778         * lib/diffseq.h: Likewise.
22779         * lib/dirchownmod.c: Likewise.
22780         * lib/dirent.in.h: Likewise.
22781         * lib/dirfd.c: Likewise.
22782         * lib/dirfd.h: Likewise.
22783         * lib/dirname.c: Likewise.
22784         * lib/dirname.h: Likewise.
22785         * lib/dummy.c: Likewise.
22786         * lib/dup-safer.c: Likewise.
22787         * lib/dup2.c: Likewise.
22788         * lib/eealloc.h: Likewise.
22789         * lib/error.c: Likewise.
22790         * lib/error.h: Likewise.
22791         * lib/euidaccess.c: Likewise.
22792         * lib/exclude.c: Likewise.
22793         * lib/exclude.h: Likewise.
22794         * lib/execute.c: Likewise.
22795         * lib/execute.h: Likewise.
22796         * lib/exitfail.c: Likewise.
22797         * lib/exitfail.h: Likewise.
22798         * lib/expl.c: Likewise.
22799         * lib/fatal-signal.c: Likewise.
22800         * lib/fatal-signal.h: Likewise.
22801         * lib/fbufmode.c: Likewise.
22802         * lib/fbufmode.h: Likewise.
22803         * lib/fchdir.c: Likewise.
22804         * lib/fchmodat.c: Likewise.
22805         * lib/fchownat.c: Likewise.
22806         * lib/fcntl--.h: Likewise.
22807         * lib/fcntl-safer.h: Likewise.
22808         * lib/fcntl.in.h: Likewise.
22809         * lib/fd-safer.c: Likewise.
22810         * lib/fflush.c: Likewise.
22811         * lib/file-has-acl.c: Likewise.
22812         * lib/file-set.c: Likewise.
22813         * lib/file-type.c: Likewise.
22814         * lib/file-type.h: Likewise.
22815         * lib/fileblocks.c: Likewise.
22816         * lib/filemode.c: Likewise.
22817         * lib/filemode.h: Likewise.
22818         * lib/filename.h: Likewise.
22819         * lib/filenamecat.c: Likewise.
22820         * lib/filenamecat.h: Likewise.
22821         * lib/findprog.c: Likewise.
22822         * lib/findprog.h: Likewise.
22823         * lib/float.in.h: Likewise.
22824         * lib/floor.c: Likewise.
22825         * lib/floorf.c: Likewise.
22826         * lib/floorl.c: Likewise.
22827         * lib/fopen-safer.c: Likewise.
22828         * lib/fopen.c: Likewise.
22829         * lib/fpending.c: Likewise.
22830         * lib/fpending.h: Likewise.
22831         * lib/fprintf.c: Likewise.
22832         * lib/fprintftime.h: Likewise.
22833         * lib/fpucw.h: Likewise.
22834         * lib/fpurge.c: Likewise.
22835         * lib/fpurge.h: Likewise.
22836         * lib/freadable.c: Likewise.
22837         * lib/freadable.h: Likewise.
22838         * lib/freadahead.c: Likewise.
22839         * lib/freadahead.h: Likewise.
22840         * lib/freading.c: Likewise.
22841         * lib/freading.h: Likewise.
22842         * lib/free.c: Likewise.
22843         * lib/freopen.c: Likewise.
22844         * lib/frexp.c: Likewise.
22845         * lib/frexpl.c: Likewise.
22846         * lib/fseek.c: Likewise.
22847         * lib/fseterr.c: Likewise.
22848         * lib/fseterr.h: Likewise.
22849         * lib/fstatat.c: Likewise.
22850         * lib/fstrcmp.c: Likewise.
22851         * lib/fstrcmp.h: Likewise.
22852         * lib/fsusage.c: Likewise.
22853         * lib/fsusage.h: Likewise.
22854         * lib/ftell.c: Likewise.
22855         * lib/ftello.c: Likewise.
22856         * lib/fts-cycle.c: Likewise.
22857         * lib/fts.c: Likewise.
22858         * lib/fts_.h: Likewise.
22859         * lib/full-read.c: Likewise.
22860         * lib/full-read.h: Likewise.
22861         * lib/full-write.c: Likewise.
22862         * lib/full-write.h: Likewise.
22863         * lib/fwritable.c: Likewise.
22864         * lib/fwritable.h: Likewise.
22865         * lib/fwriteerror.c: Likewise.
22866         * lib/fwriteerror.h: Likewise.
22867         * lib/fwriting.c: Likewise.
22868         * lib/fwriting.h: Likewise.
22869         * lib/gcd.c: Likewise.
22870         * lib/gcd.h: Likewise.
22871         * lib/getcwd.c: Likewise.
22872         * lib/getdate.h: Likewise.
22873         * lib/getdate.y: Likewise.
22874         * lib/getdomainname.c: Likewise.
22875         * lib/getdomainname.h: Likewise.
22876         * lib/getgroups.c: Likewise.
22877         * lib/gethostname.c: Likewise.
22878         * lib/gethrxtime.c: Likewise.
22879         * lib/gethrxtime.h: Likewise.
22880         * lib/getloadavg.c: Likewise.
22881         * lib/getndelim2.c: Likewise.
22882         * lib/getndelim2.h: Likewise.
22883         * lib/getnline.c: Likewise.
22884         * lib/getnline.h: Likewise.
22885         * lib/getopt.c: Likewise.
22886         * lib/getopt.in.h: Likewise.
22887         * lib/getopt1.c: Likewise.
22888         * lib/getopt_int.h: Likewise.
22889         * lib/getpagesize.h: Likewise.
22890         * lib/getsubopt.c: Likewise.
22891         * lib/gettime.c: Likewise.
22892         * lib/getugroups.c: Likewise.
22893         * lib/getugroups.h: Likewise.
22894         * lib/getusershell.c: Likewise.
22895         * lib/gl_anyavltree_list1.h: Likewise.
22896         * lib/gl_anyavltree_list2.h: Likewise.
22897         * lib/gl_anyhash_list1.h: Likewise.
22898         * lib/gl_anyhash_list2.h: Likewise.
22899         * lib/gl_anylinked_list1.h: Likewise.
22900         * lib/gl_anylinked_list2.h: Likewise.
22901         * lib/gl_anyrbtree_list1.h: Likewise.
22902         * lib/gl_anyrbtree_list2.h: Likewise.
22903         * lib/gl_anytree_list1.h: Likewise.
22904         * lib/gl_anytree_list2.h: Likewise.
22905         * lib/gl_anytree_oset.h: Likewise.
22906         * lib/gl_anytreehash_list1.h: Likewise.
22907         * lib/gl_anytreehash_list2.h: Likewise.
22908         * lib/gl_array_list.c: Likewise.
22909         * lib/gl_array_list.h: Likewise.
22910         * lib/gl_array_oset.c: Likewise.
22911         * lib/gl_array_oset.h: Likewise.
22912         * lib/gl_avltree_list.c: Likewise.
22913         * lib/gl_avltree_list.h: Likewise.
22914         * lib/gl_avltree_oset.c: Likewise.
22915         * lib/gl_avltree_oset.h: Likewise.
22916         * lib/gl_avltreehash_list.c: Likewise.
22917         * lib/gl_avltreehash_list.h: Likewise.
22918         * lib/gl_carray_list.c: Likewise.
22919         * lib/gl_carray_list.h: Likewise.
22920         * lib/gl_linked_list.c: Likewise.
22921         * lib/gl_linked_list.h: Likewise.
22922         * lib/gl_linkedhash_list.c: Likewise.
22923         * lib/gl_linkedhash_list.h: Likewise.
22924         * lib/gl_list.c: Likewise.
22925         * lib/gl_list.h: Likewise.
22926         * lib/gl_oset.c: Likewise.
22927         * lib/gl_oset.h: Likewise.
22928         * lib/gl_rbtree_list.c: Likewise.
22929         * lib/gl_rbtree_list.h: Likewise.
22930         * lib/gl_rbtree_oset.c: Likewise.
22931         * lib/gl_rbtree_oset.h: Likewise.
22932         * lib/gl_rbtreehash_list.c: Likewise.
22933         * lib/gl_rbtreehash_list.h: Likewise.
22934         * lib/gl_sublist.c: Likewise.
22935         * lib/gl_sublist.h: Likewise.
22936         * lib/group-member.c: Likewise.
22937         * lib/group-member.h: Likewise.
22938         * lib/hard-locale.c: Likewise.
22939         * lib/hard-locale.h: Likewise.
22940         * lib/hash-pjw.c: Likewise.
22941         * lib/hash-pjw.h: Likewise.
22942         * lib/hash-triple.c: Likewise.
22943         * lib/hash.c: Likewise.
22944         * lib/hash.h: Likewise.
22945         * lib/human.c: Likewise.
22946         * lib/human.h: Likewise.
22947         * lib/i-ring.c: Likewise.
22948         * lib/i-ring.h: Likewise.
22949         * lib/idcache.c: Likewise.
22950         * lib/imaxabs.c: Likewise.
22951         * lib/imaxdiv.c: Likewise.
22952         * lib/inet_pton.c: Likewise.
22953         * lib/inet_pton.h: Likewise.
22954         * lib/intprops.h: Likewise.
22955         * lib/inttostr.c: Likewise.
22956         * lib/inttostr.h: Likewise.
22957         * lib/inttypes.in.h: Likewise.
22958         * lib/isapipe.c: Likewise.
22959         * lib/isdir.c: Likewise.
22960         * lib/isnan.c: Likewise.
22961         * lib/isnan.h: Likewise.
22962         * lib/isnanf.c: Likewise.
22963         * lib/isnanf.h: Likewise.
22964         * lib/isnanl-nolibm.h: Likewise.
22965         * lib/isnanl.c: Likewise.
22966         * lib/isnanl.h: Likewise.
22967         * lib/javacomp.c: Likewise.
22968         * lib/javacomp.h: Likewise.
22969         * lib/javaexec.c: Likewise.
22970         * lib/javaexec.h: Likewise.
22971         * lib/javaversion.c: Likewise.
22972         * lib/javaversion.h: Likewise.
22973         * lib/javaversion.java: Likewise.
22974         * lib/lbrkprop.h: Likewise.
22975         * lib/lchmod.h: Likewise.
22976         * lib/lchown.c: Likewise.
22977         * lib/ldexpl.c: Likewise.
22978         * lib/linebreak.c: Likewise.
22979         * lib/linebreak.h: Likewise.
22980         * lib/linebuffer.c: Likewise.
22981         * lib/linebuffer.h: Likewise.
22982         * lib/locale.in.h: Likewise.
22983         * lib/logl.c: Likewise.
22984         * lib/long-options.c: Likewise.
22985         * lib/long-options.h: Likewise.
22986         * lib/lstat.c: Likewise.
22987         * lib/lstat.h: Likewise.
22988         * lib/math.in.h: Likewise.
22989         * lib/mbchar.c: Likewise.
22990         * lib/mbchar.h: Likewise.
22991         * lib/mbfile.h: Likewise.
22992         * lib/mbiter.h: Likewise.
22993         * lib/mbscasecmp.c: Likewise.
22994         * lib/mbscasestr.c: Likewise.
22995         * lib/mbschr.c: Likewise.
22996         * lib/mbscspn.c: Likewise.
22997         * lib/mbslen.c: Likewise.
22998         * lib/mbsncasecmp.c: Likewise.
22999         * lib/mbsnlen.c: Likewise.
23000         * lib/mbspbrk.c: Likewise.
23001         * lib/mbspcasecmp.c: Likewise.
23002         * lib/mbsrchr.c: Likewise.
23003         * lib/mbssep.c: Likewise.
23004         * lib/mbsspn.c: Likewise.
23005         * lib/mbsstr.c: Likewise.
23006         * lib/mbstok_r.c: Likewise.
23007         * lib/mbswidth.c: Likewise.
23008         * lib/mbswidth.h: Likewise.
23009         * lib/mbuiter.h: Likewise.
23010         * lib/memcasecmp.c: Likewise.
23011         * lib/memcasecmp.h: Likewise.
23012         * lib/memchr.c: Likewise.
23013         * lib/memcmp.c: Likewise.
23014         * lib/memcoll.c: Likewise.
23015         * lib/memcoll.h: Likewise.
23016         * lib/memcpy.c: Likewise.
23017         * lib/memrchr.c: Likewise.
23018         * lib/mkancesdirs.c: Likewise.
23019         * lib/mkdir-p.c: Likewise.
23020         * lib/mkdir-p.h: Likewise.
23021         * lib/mkdir.c: Likewise.
23022         * lib/mkdirat.c: Likewise.
23023         * lib/mkdtemp.c: Likewise.
23024         * lib/mkstemp-safer.c: Likewise.
23025         * lib/mkstemp.c: Likewise.
23026         * lib/modechange.c: Likewise.
23027         * lib/modechange.h: Likewise.
23028         * lib/mountlist.c: Likewise.
23029         * lib/mountlist.h: Likewise.
23030         * lib/mpsort.c: Likewise.
23031         * lib/nanosleep.c: Likewise.
23032         * lib/obstack.c: Likewise.
23033         * lib/obstack.h: Likewise.
23034         * lib/open-safer.c: Likewise.
23035         * lib/open.c: Likewise.
23036         * lib/openat-die.c: Likewise.
23037         * lib/openat-priv.h: Likewise.
23038         * lib/openat-proc.c: Likewise.
23039         * lib/openat.c: Likewise.
23040         * lib/openat.h: Likewise.
23041         * lib/pagealign_alloc.c: Likewise.
23042         * lib/pagealign_alloc.h: Likewise.
23043         * lib/physmem.c: Likewise.
23044         * lib/physmem.h: Likewise.
23045         * lib/pipe-safer.c: Likewise.
23046         * lib/pipe.c: Likewise.
23047         * lib/pipe.h: Likewise.
23048         * lib/posixtm.c: Likewise.
23049         * lib/posixtm.h: Likewise.
23050         * lib/posixver.c: Likewise.
23051         * lib/printf-frexp.c: Likewise.
23052         * lib/printf-frexp.h: Likewise.
23053         * lib/printf-frexpl.c: Likewise.
23054         * lib/printf-frexpl.h: Likewise.
23055         * lib/printf.c: Likewise.
23056         * lib/progname.c: Likewise.
23057         * lib/progname.h: Likewise.
23058         * lib/progreloc.c: Likewise.
23059         * lib/putenv.c: Likewise.
23060         * lib/quote.c: Likewise.
23061         * lib/quote.h: Likewise.
23062         * lib/quotearg.c: Likewise.
23063         * lib/quotearg.h: Likewise.
23064         * lib/raise.c: Likewise.
23065         * lib/readline.c: Likewise.
23066         * lib/readline.h: Likewise.
23067         * lib/readlink.c: Likewise.
23068         * lib/readtokens.c: Likewise.
23069         * lib/readtokens.h: Likewise.
23070         * lib/readtokens0.c: Likewise.
23071         * lib/readtokens0.h: Likewise.
23072         * lib/readutmp.c: Likewise.
23073         * lib/readutmp.h: Likewise.
23074         * lib/realloc.c: Likewise.
23075         * lib/relocwrapper.c: Likewise.
23076         * lib/rename-dest-slash.c: Likewise.
23077         * lib/rename.c: Likewise.
23078         * lib/rmdir.c: Likewise.
23079         * lib/rpmatch.c: Likewise.
23080         * lib/safe-read.c: Likewise.
23081         * lib/safe-read.h: Likewise.
23082         * lib/safe-write.c: Likewise.
23083         * lib/safe-write.h: Likewise.
23084         * lib/same-inode.h: Likewise.
23085         * lib/same.c: Likewise.
23086         * lib/same.h: Likewise.
23087         * lib/save-cwd.c: Likewise.
23088         * lib/save-cwd.h: Likewise.
23089         * lib/savedir.c: Likewise.
23090         * lib/savedir.h: Likewise.
23091         * lib/savewd.c: Likewise.
23092         * lib/savewd.h: Likewise.
23093         * lib/search.in.h: Likewise.
23094         * lib/setenv.c: Likewise.
23095         * lib/setenv.h: Likewise.
23096         * lib/settime.c: Likewise.
23097         * lib/sh-quote.c: Likewise.
23098         * lib/sh-quote.h: Likewise.
23099         * lib/sig2str.c: Likewise.
23100         * lib/sig2str.h: Likewise.
23101         * lib/signal.in.h: Likewise.
23102         * lib/signbitd.c: Likewise.
23103         * lib/signbitf.c: Likewise.
23104         * lib/signbitl.c: Likewise.
23105         * lib/sigprocmask.c: Likewise.
23106         * lib/sincosl.c: Likewise.
23107         * lib/sleep.c: Likewise.
23108         * lib/sprintf.c: Likewise.
23109         * lib/sqrtl.c: Likewise.
23110         * lib/stat-time.h: Likewise.
23111         * lib/stdio--.h: Likewise.
23112         * lib/stdio-safer.h: Likewise.
23113         * lib/stdlib--.h: Likewise.
23114         * lib/stdlib-safer.h: Likewise.
23115         * lib/stdlib.in.h: Likewise.
23116         * lib/stpcpy.c: Likewise.
23117         * lib/stpncpy.c: Likewise.
23118         * lib/strchrnul.c: Likewise.
23119         * lib/strcspn.c: Likewise.
23120         * lib/strerror.c: Likewise.
23121         * lib/strftime.c: Likewise.
23122         * lib/strftime.h: Likewise.
23123         * lib/striconveh.c: Likewise.
23124         * lib/striconveh.h: Likewise.
23125         * lib/striconveha.c: Likewise.
23126         * lib/striconveha.h: Likewise.
23127         * lib/stripslash.c: Likewise.
23128         * lib/strnlen1.c: Likewise.
23129         * lib/strnlen1.h: Likewise.
23130         * lib/strtod.c: Likewise.
23131         * lib/strtoimax.c: Likewise.
23132         * lib/strtok_r.c: Likewise.
23133         * lib/strtol.c: Likewise.
23134         * lib/strtoll.c: Likewise.
23135         * lib/strtoul.c: Likewise.
23136         * lib/strtoull.c: Likewise.
23137         * lib/sysexits.in.h: Likewise.
23138         * lib/tempname.c: Likewise.
23139         * lib/tempname.h: Likewise.
23140         * lib/timespec.h: Likewise.
23141         * lib/tls.c: Likewise.
23142         * lib/tls.h: Likewise.
23143         * lib/tmpdir.c: Likewise.
23144         * lib/tmpdir.h: Likewise.
23145         * lib/tmpfile-safer.c: Likewise.
23146         * lib/tmpfile.c: Likewise.
23147         * lib/trigl.c: Likewise.
23148         * lib/trigl.h: Likewise.
23149         * lib/trim.c: Likewise.
23150         * lib/trim.h: Likewise.
23151         * lib/trunc.c: Likewise.
23152         * lib/truncf.c: Likewise.
23153         * lib/truncl.c: Likewise.
23154         * lib/tsearch.c: Likewise.
23155         * lib/unicodeio.c: Likewise.
23156         * lib/unicodeio.h: Likewise.
23157         * lib/unistd--.h: Likewise.
23158         * lib/unistd-safer.h: Likewise.
23159         * lib/unistdio/ulc-fprintf.c: Likewise.
23160         * lib/unistdio/ulc-vfprintf.c: Likewise.
23161         * lib/unlinkdir.c: Likewise.
23162         * lib/unlinkdir.h: Likewise.
23163         * lib/unlocked-io.h: Likewise.
23164         * lib/unsetenv.c: Likewise.
23165         * lib/userspec.c: Likewise.
23166         * lib/utime.c: Likewise.
23167         * lib/utimecmp.c: Likewise.
23168         * lib/utimecmp.h: Likewise.
23169         * lib/utimens.c: Likewise.
23170         * lib/verify.h: Likewise.
23171         * lib/verror.c: Likewise.
23172         * lib/verror.h: Likewise.
23173         * lib/version-etc-fsf.c: Likewise.
23174         * lib/version-etc.c: Likewise.
23175         * lib/version-etc.h: Likewise.
23176         * lib/vfprintf.c: Likewise.
23177         * lib/vprintf.c: Likewise.
23178         * lib/vsprintf.c: Likewise.
23179         * lib/w32spawn.h: Likewise.
23180         * lib/wait-process.c: Likewise.
23181         * lib/wait-process.h: Likewise.
23182         * lib/wcwidth.c: Likewise.
23183         * lib/write-any-file.c: Likewise.
23184         * lib/xalloc-die.c: Likewise.
23185         * lib/xalloc.h: Likewise.
23186         * lib/xasprintf.c: Likewise.
23187         * lib/xgetcwd.c: Likewise.
23188         * lib/xgetcwd.h: Likewise.
23189         * lib/xgetdomainname.c: Likewise.
23190         * lib/xgetdomainname.h: Likewise.
23191         * lib/xgethostname.c: Likewise.
23192         * lib/xmalloc.c: Likewise.
23193         * lib/xmalloca.c: Likewise.
23194         * lib/xmalloca.h: Likewise.
23195         * lib/xmemcoll.c: Likewise.
23196         * lib/xnanosleep.c: Likewise.
23197         * lib/xreadlink.c: Likewise.
23198         * lib/xreadlink.h: Likewise.
23199         * lib/xsetenv.c: Likewise.
23200         * lib/xsetenv.h: Likewise.
23201         * lib/xstriconv.c: Likewise.
23202         * lib/xstriconv.h: Likewise.
23203         * lib/xstrndup.c: Likewise.
23204         * lib/xstrndup.h: Likewise.
23205         * lib/xstrtod.c: Likewise.
23206         * lib/xstrtod.h: Likewise.
23207         * lib/xstrtol-error.c: Likewise.
23208         * lib/xstrtol.c: Likewise.
23209         * lib/xstrtol.h: Likewise.
23210         * lib/xtime.h: Likewise.
23211         * lib/xvasprintf.c: Likewise.
23212         * lib/xvasprintf.h: Likewise.
23213         * lib/yesno.c: Likewise.
23214         * lib/yesno.h: Likewise.
23215         * posix-modules: Likewise.
23216         * tests/test-alloca-opt.c: Likewise.
23217         * tests/test-arcfour.c: Likewise.
23218         * tests/test-arctwo.c: Likewise.
23219         * tests/test-argmatch.c: Likewise.
23220         * tests/test-argp-2.sh: Likewise.
23221         * tests/test-argp.c: Likewise.
23222         * tests/test-arpa_inet.c: Likewise.
23223         * tests/test-array_list.c: Likewise.
23224         * tests/test-array_oset.c: Likewise.
23225         * tests/test-atexit.c: Likewise.
23226         * tests/test-avltree_list.c: Likewise.
23227         * tests/test-avltree_oset.c: Likewise.
23228         * tests/test-avltreehash_list.c: Likewise.
23229         * tests/test-base64.c: Likewise.
23230         * tests/test-binary-io.c: Likewise.
23231         * tests/test-byteswap.c: Likewise.
23232         * tests/test-c-ctype.c: Likewise.
23233         * tests/test-c-strcasecmp.c: Likewise.
23234         * tests/test-c-strcasestr.c: Likewise.
23235         * tests/test-c-strncasecmp.c: Likewise.
23236         * tests/test-c-strstr.c: Likewise.
23237         * tests/test-canonicalize-lgpl.c: Likewise.
23238         * tests/test-canonicalize.c: Likewise.
23239         * tests/test-carray_list.c: Likewise.
23240         * tests/test-ceilf.c: Likewise.
23241         * tests/test-ceill.c: Likewise.
23242         * tests/test-count-one-bits.c: Likewise.
23243         * tests/test-crc.c: Likewise.
23244         * tests/test-dirname.c: Likewise.
23245         * tests/test-fbufmode.c: Likewise.
23246         * tests/test-fcntl.c: Likewise.
23247         * tests/test-fflush.c: Likewise.
23248         * tests/test-floorf.c: Likewise.
23249         * tests/test-floorl.c: Likewise.
23250         * tests/test-fopen.c: Likewise.
23251         * tests/test-fprintf-posix.c: Likewise.
23252         * tests/test-fprintf-posix.h: Likewise.
23253         * tests/test-fpurge.c: Likewise.
23254         * tests/test-freadable.c: Likewise.
23255         * tests/test-freadahead.c: Likewise.
23256         * tests/test-freading.c: Likewise.
23257         * tests/test-freopen.c: Likewise.
23258         * tests/test-frexp.c: Likewise.
23259         * tests/test-frexpl.c: Likewise.
23260         * tests/test-fseek.c: Likewise.
23261         * tests/test-fseeko.c: Likewise.
23262         * tests/test-fseterr.c: Likewise.
23263         * tests/test-fstrcmp.c: Likewise.
23264         * tests/test-ftell.c: Likewise.
23265         * tests/test-ftello.c: Likewise.
23266         * tests/test-fwritable.c: Likewise.
23267         * tests/test-fwriting.c: Likewise.
23268         * tests/test-getaddrinfo.c: Likewise.
23269         * tests/test-getpass.c: Likewise.
23270         * tests/test-gettimeofday.c: Likewise.
23271         * tests/test-hmac-md5.c: Likewise.
23272         * tests/test-hmac-sha1.c: Likewise.
23273         * tests/test-iconv.c: Likewise.
23274         * tests/test-iconvme.c: Likewise.
23275         * tests/test-inttypes.c: Likewise.
23276         * tests/test-isnan.c: Likewise.
23277         * tests/test-isnanf.c: Likewise.
23278         * tests/test-isnanl-nolibm.c: Likewise.
23279         * tests/test-isnanl.c: Likewise.
23280         * tests/test-isnanl.h: Likewise.
23281         * tests/test-ldexpl.c: Likewise.
23282         * tests/test-linked_list.c: Likewise.
23283         * tests/test-linkedhash_list.c: Likewise.
23284         * tests/test-locale.c: Likewise.
23285         * tests/test-localename.c: Likewise.
23286         * tests/test-lock.c: Likewise.
23287         * tests/test-lseek.c: Likewise.
23288         * tests/test-malloca.c: Likewise.
23289         * tests/test-math.c: Likewise.
23290         * tests/test-mbscasecmp.c: Likewise.
23291         * tests/test-mbscasestr1.c: Likewise.
23292         * tests/test-mbscasestr2.c: Likewise.
23293         * tests/test-mbscasestr3.c: Likewise.
23294         * tests/test-mbscasestr4.c: Likewise.
23295         * tests/test-mbschr.c: Likewise.
23296         * tests/test-mbscspn.c: Likewise.
23297         * tests/test-mbsncasecmp.c: Likewise.
23298         * tests/test-mbspbrk.c: Likewise.
23299         * tests/test-mbspcasecmp.c: Likewise.
23300         * tests/test-mbsrchr.c: Likewise.
23301         * tests/test-mbsspn.c: Likewise.
23302         * tests/test-mbsstr1.c: Likewise.
23303         * tests/test-mbsstr2.c: Likewise.
23304         * tests/test-mbsstr3.c: Likewise.
23305         * tests/test-md5.c: Likewise.
23306         * tests/test-memmem.c: Likewise.
23307         * tests/test-netinet_in.c: Likewise.
23308         * tests/test-open.c: Likewise.
23309         * tests/test-printf-frexp.c: Likewise.
23310         * tests/test-printf-frexpl.c: Likewise.
23311         * tests/test-printf-posix.c: Likewise.
23312         * tests/test-printf-posix.h: Likewise.
23313         * tests/test-rbtree_list.c: Likewise.
23314         * tests/test-rbtree_oset.c: Likewise.
23315         * tests/test-rbtreehash_list.c: Likewise.
23316         * tests/test-read-file.c: Likewise.
23317         * tests/test-rijndael.c: Likewise.
23318         * tests/test-search.c: Likewise.
23319         * tests/test-signbit.c: Likewise.
23320         * tests/test-sleep.c: Likewise.
23321         * tests/test-snprintf-posix.c: Likewise.
23322         * tests/test-snprintf-posix.h: Likewise.
23323         * tests/test-snprintf.c: Likewise.
23324         * tests/test-sprintf-posix.c: Likewise.
23325         * tests/test-sprintf-posix.h: Likewise.
23326         * tests/test-stat-time.c: Likewise.
23327         * tests/test-stdbool.c: Likewise.
23328         * tests/test-stdint.c: Likewise.
23329         * tests/test-stdio.c: Likewise.
23330         * tests/test-stdlib.c: Likewise.
23331         * tests/test-stpncpy.c: Likewise.
23332         * tests/test-strcasestr.c: Likewise.
23333         * tests/test-striconv.c: Likewise.
23334         * tests/test-striconveh.c: Likewise.
23335         * tests/test-striconveha.c: Likewise.
23336         * tests/test-string.c: Likewise.
23337         * tests/test-sys_select.c: Likewise.
23338         * tests/test-sys_socket.c: Likewise.
23339         * tests/test-sys_stat.c: Likewise.
23340         * tests/test-sys_time.c: Likewise.
23341         * tests/test-sysexits.c: Likewise.
23342         * tests/test-time.c: Likewise.
23343         * tests/test-tls.c: Likewise.
23344         * tests/test-trunc.c: Likewise.
23345         * tests/test-truncf.c: Likewise.
23346         * tests/test-truncl.c: Likewise.
23347         * tests/test-unistd.c: Likewise.
23348         * tests/test-vasnprintf-posix.c: Likewise.
23349         * tests/test-vasnprintf-posix2.c: Likewise.
23350         * tests/test-vasnprintf.c: Likewise.
23351         * tests/test-vasprintf-posix.c: Likewise.
23352         * tests/test-vasprintf.c: Likewise.
23353         * tests/test-verify.c: Likewise.
23354         * tests/test-vfprintf-posix.c: Likewise.
23355         * tests/test-vprintf-posix.c: Likewise.
23356         * tests/test-vsnprintf-posix.c: Likewise.
23357         * tests/test-vsnprintf.c: Likewise.
23358         * tests/test-vsprintf-posix.c: Likewise.
23359         * tests/test-wchar.c: Likewise.
23360         * tests/test-wctype.c: Likewise.
23361         * tests/test-wcwidth.c: Likewise.
23362         * tests/test-xstrtol.c: Likewise.
23363         * tests/test-xvasprintf.c: Likewise.
23364         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
23365         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
23366         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
23367         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
23368         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
23369         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
23370         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
23371         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
23372         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
23373         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
23374         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
23375         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
23376         * tests/uniname/test-uninames.c: Likewise.
23377         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
23378         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
23379         * tests/unistdio/test-u16-printf1.h: Likewise.
23380         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
23381         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
23382         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
23383         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
23384         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
23385         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
23386         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
23387         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
23388         * tests/unistdio/test-u32-printf1.h: Likewise.
23389         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
23390         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
23391         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
23392         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
23393         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
23394         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
23395         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
23396         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
23397         * tests/unistdio/test-u8-printf1.h: Likewise.
23398         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
23399         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
23400         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
23401         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
23402         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
23403         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
23404         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
23405         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
23406         * tests/unistdio/test-ulc-printf1.h: Likewise.
23407         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
23408         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
23409         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
23410         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
23411         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
23412         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
23413         * tests/uniwidth/test-u16-strwidth.c: Likewise.
23414         * tests/uniwidth/test-u16-width.c: Likewise.
23415         * tests/uniwidth/test-u32-strwidth.c: Likewise.
23416         * tests/uniwidth/test-u32-width.c: Likewise.
23417         * tests/uniwidth/test-u8-strwidth.c: Likewise.
23418         * tests/uniwidth/test-u8-width.c: Likewise.
23419         * tests/uniwidth/test-uc_width.c: Likewise.
23420         * config/srclist-update: Likewise.
23421         (fixlicense): Update to GPLv3+.
23422
23423         Change copyright notice from LGPLv2.1+ to LGPLv3+.
23424         * tests/test-tsearch.c: Change copyright notice.
23425
23426         Change copyright notice from LGPLv2.0+ to LGPLv3+.
23427         * lib/c-strcaseeq.h: Change copyright notice.
23428         * lib/streq.h: Likewise.
23429         * lib/uniconv.h: Likewise.
23430         * lib/uniconv/u-conv-from-enc.h: Likewise.
23431         * lib/uniconv/u-conv-to-enc.h: Likewise.
23432         * lib/uniconv/u-strconv-from-enc.h: Likewise.
23433         * lib/uniconv/u-strconv-to-enc.h: Likewise.
23434         * lib/uniconv/u16-conv-from-enc.c: Likewise.
23435         * lib/uniconv/u16-conv-to-enc.c: Likewise.
23436         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
23437         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
23438         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
23439         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
23440         * lib/uniconv/u32-conv-from-enc.c: Likewise.
23441         * lib/uniconv/u32-conv-to-enc.c: Likewise.
23442         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
23443         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
23444         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
23445         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
23446         * lib/uniconv/u8-conv-from-enc.c: Likewise.
23447         * lib/uniconv/u8-conv-to-enc.c: Likewise.
23448         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
23449         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
23450         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
23451         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
23452         * lib/uniname.h: Likewise.
23453         * lib/uniname/uniname.c: Likewise.
23454         * lib/unistdio.h: Likewise.
23455         * lib/unistdio/u-asnprintf.h: Likewise.
23456         * lib/unistdio/u-asprintf.h: Likewise.
23457         * lib/unistdio/u-printf-args.c: Likewise.
23458         * lib/unistdio/u-printf-args.h: Likewise.
23459         * lib/unistdio/u-printf-parse.h: Likewise.
23460         * lib/unistdio/u-snprintf.h: Likewise.
23461         * lib/unistdio/u-sprintf.h: Likewise.
23462         * lib/unistdio/u-vasprintf.h: Likewise.
23463         * lib/unistdio/u-vsnprintf.h: Likewise.
23464         * lib/unistdio/u-vsprintf.h: Likewise.
23465         * lib/unistdio/u16-asnprintf.c: Likewise.
23466         * lib/unistdio/u16-asprintf.c: Likewise.
23467         * lib/unistdio/u16-printf-parse.c: Likewise.
23468         * lib/unistdio/u16-snprintf.c: Likewise.
23469         * lib/unistdio/u16-sprintf.c: Likewise.
23470         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
23471         * lib/unistdio/u16-u16-asprintf.c: Likewise.
23472         * lib/unistdio/u16-u16-snprintf.c: Likewise.
23473         * lib/unistdio/u16-u16-sprintf.c: Likewise.
23474         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
23475         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
23476         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
23477         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
23478         * lib/unistdio/u16-vasnprintf.c: Likewise.
23479         * lib/unistdio/u16-vasprintf.c: Likewise.
23480         * lib/unistdio/u16-vsnprintf.c: Likewise.
23481         * lib/unistdio/u16-vsprintf.c: Likewise.
23482         * lib/unistdio/u32-asnprintf.c: Likewise.
23483         * lib/unistdio/u32-asprintf.c: Likewise.
23484         * lib/unistdio/u32-printf-parse.c: Likewise.
23485         * lib/unistdio/u32-snprintf.c: Likewise.
23486         * lib/unistdio/u32-sprintf.c: Likewise.
23487         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
23488         * lib/unistdio/u32-u32-asprintf.c: Likewise.
23489         * lib/unistdio/u32-u32-snprintf.c: Likewise.
23490         * lib/unistdio/u32-u32-sprintf.c: Likewise.
23491         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
23492         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
23493         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
23494         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
23495         * lib/unistdio/u32-vasnprintf.c: Likewise.
23496         * lib/unistdio/u32-vasprintf.c: Likewise.
23497         * lib/unistdio/u32-vsnprintf.c: Likewise.
23498         * lib/unistdio/u32-vsprintf.c: Likewise.
23499         * lib/unistdio/u8-asnprintf.c: Likewise.
23500         * lib/unistdio/u8-asprintf.c: Likewise.
23501         * lib/unistdio/u8-printf-parse.c: Likewise.
23502         * lib/unistdio/u8-snprintf.c: Likewise.
23503         * lib/unistdio/u8-sprintf.c: Likewise.
23504         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
23505         * lib/unistdio/u8-u8-asprintf.c: Likewise.
23506         * lib/unistdio/u8-u8-snprintf.c: Likewise.
23507         * lib/unistdio/u8-u8-sprintf.c: Likewise.
23508         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
23509         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
23510         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
23511         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
23512         * lib/unistdio/u8-vasnprintf.c: Likewise.
23513         * lib/unistdio/u8-vasprintf.c: Likewise.
23514         * lib/unistdio/u8-vsnprintf.c: Likewise.
23515         * lib/unistdio/u8-vsprintf.c: Likewise.
23516         * lib/unistdio/ulc-asnprintf.c: Likewise.
23517         * lib/unistdio/ulc-asprintf.c: Likewise.
23518         * lib/unistdio/ulc-printf-parse.c: Likewise.
23519         * lib/unistdio/ulc-snprintf.c: Likewise.
23520         * lib/unistdio/ulc-sprintf.c: Likewise.
23521         * lib/unistdio/ulc-vasnprintf.c: Likewise.
23522         * lib/unistdio/ulc-vasprintf.c: Likewise.
23523         * lib/unistdio/ulc-vsnprintf.c: Likewise.
23524         * lib/unistdio/ulc-vsprintf.c: Likewise.
23525         * lib/unistr.h: Likewise.
23526         * lib/unistr/u-cpy-alloc.h: Likewise.
23527         * lib/unistr/u-cpy.h: Likewise.
23528         * lib/unistr/u-endswith.h: Likewise.
23529         * lib/unistr/u-move.h: Likewise.
23530         * lib/unistr/u-set.h: Likewise.
23531         * lib/unistr/u-startswith.h: Likewise.
23532         * lib/unistr/u-stpcpy.h: Likewise.
23533         * lib/unistr/u-stpncpy.h: Likewise.
23534         * lib/unistr/u-strcat.h: Likewise.
23535         * lib/unistr/u-strcpy.h: Likewise.
23536         * lib/unistr/u-strcspn.h: Likewise.
23537         * lib/unistr/u-strdup.h: Likewise.
23538         * lib/unistr/u-strlen.h: Likewise.
23539         * lib/unistr/u-strncat.h: Likewise.
23540         * lib/unistr/u-strncpy.h: Likewise.
23541         * lib/unistr/u-strnlen.h: Likewise.
23542         * lib/unistr/u-strpbrk.h: Likewise.
23543         * lib/unistr/u-strspn.h: Likewise.
23544         * lib/unistr/u-strstr.h: Likewise.
23545         * lib/unistr/u-strtok.h: Likewise.
23546         * lib/unistr/u16-check.c: Likewise.
23547         * lib/unistr/u16-chr.c: Likewise.
23548         * lib/unistr/u16-cmp.c: Likewise.
23549         * lib/unistr/u16-cpy-alloc.c: Likewise.
23550         * lib/unistr/u16-cpy.c: Likewise.
23551         * lib/unistr/u16-endswith.c: Likewise.
23552         * lib/unistr/u16-mblen.c: Likewise.
23553         * lib/unistr/u16-mbsnlen.c: Likewise.
23554         * lib/unistr/u16-mbtouc-aux.c: Likewise.
23555         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
23556         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
23557         * lib/unistr/u16-mbtouc.c: Likewise.
23558         * lib/unistr/u16-mbtoucr.c: Likewise.
23559         * lib/unistr/u16-move.c: Likewise.
23560         * lib/unistr/u16-next.c: Likewise.
23561         * lib/unistr/u16-prev.c: Likewise.
23562         * lib/unistr/u16-set.c: Likewise.
23563         * lib/unistr/u16-startswith.c: Likewise.
23564         * lib/unistr/u16-stpcpy.c: Likewise.
23565         * lib/unistr/u16-stpncpy.c: Likewise.
23566         * lib/unistr/u16-strcat.c: Likewise.
23567         * lib/unistr/u16-strchr.c: Likewise.
23568         * lib/unistr/u16-strcmp.c: Likewise.
23569         * lib/unistr/u16-strcpy.c: Likewise.
23570         * lib/unistr/u16-strcspn.c: Likewise.
23571         * lib/unistr/u16-strdup.c: Likewise.
23572         * lib/unistr/u16-strlen.c: Likewise.
23573         * lib/unistr/u16-strmblen.c: Likewise.
23574         * lib/unistr/u16-strmbtouc.c: Likewise.
23575         * lib/unistr/u16-strncat.c: Likewise.
23576         * lib/unistr/u16-strncmp.c: Likewise.
23577         * lib/unistr/u16-strncpy.c: Likewise.
23578         * lib/unistr/u16-strnlen.c: Likewise.
23579         * lib/unistr/u16-strpbrk.c: Likewise.
23580         * lib/unistr/u16-strrchr.c: Likewise.
23581         * lib/unistr/u16-strspn.c: Likewise.
23582         * lib/unistr/u16-strstr.c: Likewise.
23583         * lib/unistr/u16-strtok.c: Likewise.
23584         * lib/unistr/u16-to-u32.c: Likewise.
23585         * lib/unistr/u16-to-u8.c: Likewise.
23586         * lib/unistr/u16-uctomb-aux.c: Likewise.
23587         * lib/unistr/u16-uctomb.c: Likewise.
23588         * lib/unistr/u32-check.c: Likewise.
23589         * lib/unistr/u32-chr.c: Likewise.
23590         * lib/unistr/u32-cmp.c: Likewise.
23591         * lib/unistr/u32-cpy-alloc.c: Likewise.
23592         * lib/unistr/u32-cpy.c: Likewise.
23593         * lib/unistr/u32-endswith.c: Likewise.
23594         * lib/unistr/u32-mblen.c: Likewise.
23595         * lib/unistr/u32-mbsnlen.c: Likewise.
23596         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
23597         * lib/unistr/u32-mbtouc.c: Likewise.
23598         * lib/unistr/u32-mbtoucr.c: Likewise.
23599         * lib/unistr/u32-move.c: Likewise.
23600         * lib/unistr/u32-next.c: Likewise.
23601         * lib/unistr/u32-prev.c: Likewise.
23602         * lib/unistr/u32-set.c: Likewise.
23603         * lib/unistr/u32-startswith.c: Likewise.
23604         * lib/unistr/u32-stpcpy.c: Likewise.
23605         * lib/unistr/u32-stpncpy.c: Likewise.
23606         * lib/unistr/u32-strcat.c: Likewise.
23607         * lib/unistr/u32-strchr.c: Likewise.
23608         * lib/unistr/u32-strcmp.c: Likewise.
23609         * lib/unistr/u32-strcpy.c: Likewise.
23610         * lib/unistr/u32-strcspn.c: Likewise.
23611         * lib/unistr/u32-strdup.c: Likewise.
23612         * lib/unistr/u32-strlen.c: Likewise.
23613         * lib/unistr/u32-strmblen.c: Likewise.
23614         * lib/unistr/u32-strmbtouc.c: Likewise.
23615         * lib/unistr/u32-strncat.c: Likewise.
23616         * lib/unistr/u32-strncmp.c: Likewise.
23617         * lib/unistr/u32-strncpy.c: Likewise.
23618         * lib/unistr/u32-strnlen.c: Likewise.
23619         * lib/unistr/u32-strpbrk.c: Likewise.
23620         * lib/unistr/u32-strrchr.c: Likewise.
23621         * lib/unistr/u32-strspn.c: Likewise.
23622         * lib/unistr/u32-strstr.c: Likewise.
23623         * lib/unistr/u32-strtok.c: Likewise.
23624         * lib/unistr/u32-to-u16.c: Likewise.
23625         * lib/unistr/u32-to-u8.c: Likewise.
23626         * lib/unistr/u32-uctomb.c: Likewise.
23627         * lib/unistr/u8-check.c: Likewise.
23628         * lib/unistr/u8-chr.c: Likewise.
23629         * lib/unistr/u8-cmp.c: Likewise.
23630         * lib/unistr/u8-cpy-alloc.c: Likewise.
23631         * lib/unistr/u8-cpy.c: Likewise.
23632         * lib/unistr/u8-endswith.c: Likewise.
23633         * lib/unistr/u8-mblen.c: Likewise.
23634         * lib/unistr/u8-mbsnlen.c: Likewise.
23635         * lib/unistr/u8-mbtouc-aux.c: Likewise.
23636         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
23637         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
23638         * lib/unistr/u8-mbtouc.c: Likewise.
23639         * lib/unistr/u8-mbtoucr.c: Likewise.
23640         * lib/unistr/u8-move.c: Likewise.
23641         * lib/unistr/u8-next.c: Likewise.
23642         * lib/unistr/u8-prev.c: Likewise.
23643         * lib/unistr/u8-set.c: Likewise.
23644         * lib/unistr/u8-startswith.c: Likewise.
23645         * lib/unistr/u8-stpcpy.c: Likewise.
23646         * lib/unistr/u8-stpncpy.c: Likewise.
23647         * lib/unistr/u8-strcat.c: Likewise.
23648         * lib/unistr/u8-strchr.c: Likewise.
23649         * lib/unistr/u8-strcmp.c: Likewise.
23650         * lib/unistr/u8-strcpy.c: Likewise.
23651         * lib/unistr/u8-strcspn.c: Likewise.
23652         * lib/unistr/u8-strdup.c: Likewise.
23653         * lib/unistr/u8-strlen.c: Likewise.
23654         * lib/unistr/u8-strmblen.c: Likewise.
23655         * lib/unistr/u8-strmbtouc.c: Likewise.
23656         * lib/unistr/u8-strncat.c: Likewise.
23657         * lib/unistr/u8-strncmp.c: Likewise.
23658         * lib/unistr/u8-strncpy.c: Likewise.
23659         * lib/unistr/u8-strnlen.c: Likewise.
23660         * lib/unistr/u8-strpbrk.c: Likewise.
23661         * lib/unistr/u8-strrchr.c: Likewise.
23662         * lib/unistr/u8-strspn.c: Likewise.
23663         * lib/unistr/u8-strstr.c: Likewise.
23664         * lib/unistr/u8-strtok.c: Likewise.
23665         * lib/unistr/u8-to-u16.c: Likewise.
23666         * lib/unistr/u8-to-u32.c: Likewise.
23667         * lib/unistr/u8-uctomb-aux.c: Likewise.
23668         * lib/unistr/u8-uctomb.c: Likewise.
23669         * lib/unitypes.h: Likewise.
23670         * lib/uniwidth.h: Likewise.
23671         * lib/uniwidth/cjk.h: Likewise.
23672         * lib/uniwidth/u16-strwidth.c: Likewise.
23673         * lib/uniwidth/u16-width.c: Likewise.
23674         * lib/uniwidth/u32-strwidth.c: Likewise.
23675         * lib/uniwidth/u32-width.c: Likewise.
23676         * lib/uniwidth/u8-strwidth.c: Likewise.
23677         * lib/uniwidth/u8-width.c: Likewise.
23678         * lib/uniwidth/width.c: Likewise.
23679
23680 2007-10-07  Bruno Haible  <bruno@clisp.org>
23681
23682         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
23683         The file is still under LGPL (see modules/inttypes).
23684
23685 2007-10-06  Bruno Haible  <bruno@clisp.org>
23686
23687         * modules/trunc (Dependencies): Add 'extensions'.
23688         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
23689         Reported by Ben Pfaff <blp@gnu.org>.
23690
23691 2007-10-06  Bruno Haible  <bruno@clisp.org>
23692
23693         * modules/freopen-tests: New file.
23694         * tests/test-freopen.c: New file.
23695
23696         * modules/fopen-tests: New file.
23697         * tests/test-fopen.c: New file.
23698
23699         * modules/fopen: New file.
23700         * lib/fopen.c: New file.
23701         * m4/fopen.m4: New file.
23702         * modules/freopen: New file.
23703         * lib/freopen.c: New file.
23704         * m4/freopen.m4: New file.
23705         * lib/stdio.in.h (fopen, freopen): New declarations.
23706         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
23707         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
23708         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
23709         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
23710         * doc/functions/fopen.texi: Mention the 'fopen' module.
23711         * doc/functions/freopen.texi: Mention the 'freopen' module.
23712
23713 2007-10-06  Bruno Haible  <bruno@clisp.org>
23714
23715         * modules/open-tests: New file.
23716         * tests/test-open.c: New file.
23717
23718         * modules/open: New file.
23719         * lib/open.c: New file.
23720         * m4/open.m4: New file.
23721         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
23722         lib/open.c does.
23723         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
23724         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
23725         macros.
23726         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
23727         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
23728         REPLACE_OPEN.
23729         * doc/functions/open.texi: Mention the 'open' module.
23730
23731 2007-10-04  Bruno Haible  <bruno@clisp.org>
23732
23733         * modules/ceill-tests: New file.
23734         * tests/test-ceill.c: New file.
23735
23736         * modules/ceill: New file.
23737         * lib/ceill.c: Replace entire file.
23738         * m4/ceill.m4: New file.
23739         * lib/math.in.h (ceill): Replace declaration.
23740         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
23741         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
23742         * doc/functions/ceill.texi: Mention the 'ceill' module.
23743         * modules/mathl (Files): Remove lib/ceill.c.
23744         (Depends-on): Add ceill.
23745
23746 2007-10-04  Bruno Haible  <bruno@clisp.org>
23747
23748         * modules/ceilf-tests: New file.
23749         * tests/test-ceilf.c: New file.
23750
23751         * modules/ceilf: New file.
23752         * lib/ceil.c: New file.
23753         * lib/ceilf.c: New file.
23754         * m4/ceilf.m4: New file.
23755         * lib/math.in.h (ceilf): New declaration.
23756         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
23757         HAVE_DECL_CEILF.
23758         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
23759         HAVE_DECL_CEILF.
23760         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
23761
23762 2007-10-04  Bruno Haible  <bruno@clisp.org>
23763
23764         * modules/floorl-tests: New file.
23765         * tests/test-floorl.c: New file.
23766
23767         * modules/floorl: New file.
23768         * lib/floorl.c: Replace entire file.
23769         * m4/floorl.m4: New file.
23770         * lib/math.in.h (floorl): Replace declaration.
23771         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
23772         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
23773         * doc/functions/floorl.texi: Mention the 'floorl' module.
23774         * modules/mathl (Files): Remove lib/floorl.c.
23775         (Depends-on): Add floorl.
23776
23777 2007-10-04  Bruno Haible  <bruno@clisp.org>
23778
23779         * modules/floorf-tests: New file.
23780         * tests/test-floorf.c: New file.
23781
23782         * modules/floorf: New file.
23783         * lib/floor.c: New file.
23784         * lib/floorf.c: New file.
23785         * m4/floorf.m4: New file.
23786         * lib/math.in.h (floorf): New declaration.
23787         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
23788         HAVE_DECL_FLOORF.
23789         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
23790         HAVE_DECL_FLOORF.
23791         * doc/functions/floorf.texi: Mention the 'floorf' module.
23792
23793 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
23794             Bruno Haible  <bruno@clisp.org>
23795
23796         Advertise for the Git server instead of the CVS server.
23797         * doc/gnulib-intro.texi (Steady Development): Mention the Git
23798         repository instead of the CVS one.
23799         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
23800         about all VCS systems generically.
23801         * doc/gnulib.texi (Introduction): Capitalize `Git'.
23802
23803 2007-10-04  Bruno Haible  <bruno@clisp.org>
23804
23805         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
23806         means.
23807         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
23808
23809 2007-10-04  Bruno Haible  <bruno@clisp.org>
23810
23811         * modules/truncl-tests: New file.
23812         * tests/test-truncl.c: New file.
23813
23814         * modules/truncl: New file.
23815         * lib/truncl.c: New file.
23816         * m4/truncl.m4: New file.
23817         * lib/math.in.h (truncl): New declaration.
23818         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
23819         HAVE_DECL_TRUNCL.
23820         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
23821         HAVE_DECL_TRUNCL.
23822         * doc/functions/truncl.texi: Mention the 'truncl' module.
23823
23824 2007-10-04  Bruno Haible  <bruno@clisp.org>
23825
23826         * modules/truncf-tests: New file.
23827         * tests/test-truncf.c: New file.
23828
23829         * modules/truncf: New file.
23830         * lib/trunc.c: Make paramerizable through USE_* macros.
23831         * lib/truncf.c: New file.
23832         * m4/truncf.m4: New file.
23833         * lib/math.in.h (truncf): New declaration.
23834         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
23835         HAVE_DECL_TRUNCF.
23836         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
23837         HAVE_DECL_TRUNCF.
23838         * doc/functions/truncf.texi: Mention the 'truncf' module.
23839
23840 2007-10-03  Bruno Haible  <bruno@clisp.org>
23841
23842         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
23843         augmentation also for tests modules.
23844         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
23845         * modules/atexit-tests (Makefile.am): Likewise.
23846         * modules/binary-io-tests (Makefile.am): Likewise.
23847         * modules/c-strcase-tests (Makefile.am): Likewise.
23848         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
23849         * modules/canonicalize-tests (Makefile.am): Likewise.
23850         * modules/closein-tests (Makefile.am): Likewise.
23851         * modules/fprintf-posix-tests (Makefile.am): Likewise.
23852         * modules/freadahead-tests (Makefile.am): Likewise.
23853         * modules/fseek-tests (Makefile.am): Likewise.
23854         * modules/fseeko-tests (Makefile.am): Likewise.
23855         * modules/ftell-tests (Makefile.am): Likewise.
23856         * modules/ftello-tests (Makefile.am): Likewise.
23857         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
23858         * modules/isnanl-tests (Makefile.am): Likewise.
23859         * modules/lseek-tests (Makefile.am): Likewise.
23860         * modules/mbscasecmp-tests (Makefile.am): Likewise.
23861         * modules/mbscasestr-tests (Makefile.am): Likewise.
23862         * modules/mbschr-tests (Makefile.am): Likewise.
23863         * modules/mbscspn-tests (Makefile.am): Likewise.
23864         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
23865         * modules/mbspbrk-tests (Makefile.am): Likewise.
23866         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
23867         * modules/mbsrchr-tests (Makefile.am): Likewise.
23868         * modules/mbsspn-tests (Makefile.am): Likewise.
23869         * modules/mbsstr-tests (Makefile.am): Likewise.
23870         * modules/printf-posix-tests (Makefile.am): Likewise.
23871         * modules/snprintf-posix-tests (Makefile.am): Likewise.
23872         * modules/sprintf-posix-tests (Makefile.am): Likewise.
23873         * modules/tsearch-tests (Makefile.am): Likewise.
23874         * modules/uniname/uniname-tests (Makefile.am): Likewise.
23875         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
23876         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
23877         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
23878         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
23879         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
23880         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
23881         * modules/vprintf-posix-tests (Makefile.am): Likewise.
23882         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
23883         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
23884         * modules/xstrtoimax-tests (Makefile.am): Likewise.
23885         * modules/xstrtol-tests (Makefile.am): Likewise.
23886         * modules/xstrtoumax-tests (Makefile.am): Likewise.
23887         * modules/yesno-tests (Makefile.am): Likewise.
23888
23889 2007-10-03  Bruno Haible  <bruno@clisp.org>
23890
23891         * modules/trunc-tests: New file.
23892         * tests/test-trunc.c: New file.
23893
23894         * modules/trunc: New file.
23895         * lib/trunc.c: New file.
23896         * m4/trunc.m4: New file.
23897         * lib/math.in.h (trunc): New declaration.
23898         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
23899         HAVE_DECL_TRUNC.
23900         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
23901         HAVE_DECL_TRUNC.
23902         * doc/functions/trunc.texi: Mention the 'trunc' module.
23903
23904 2007-10-03  Bruno Haible  <bruno@clisp.org>
23905
23906         * tests/test-fpending.c: New file, mostly copied
23907         from coreutils/lib/t-fpending.c.
23908         * modules/fpending-tests: New file.
23909
23910 2007-10-03  Bruno Haible  <bruno@clisp.org>
23911
23912         Port the stdio extensions to QNX (untested).
23913         * lib/fseterr.c (fseterr): Add support for QNX.
23914         * lib/fbufmode.c (fbufmode): Likewise.
23915         * lib/freadable.c (freadable): Likewise.
23916         * lib/fwritable.c (fwritable): Likewise.
23917         * lib/freading.c (freading): Likewise.
23918         * lib/fwriting.c (fwriting): Likewise.
23919         * lib/freadahead.c (freadahed): Likewise.
23920         * lib/fpurge.c (fpurge): Likewise.
23921         * lib/fseeko.c (rpl_fseeko): Likewise.
23922
23923 2007-10-03  Bruno Haible  <bruno@clisp.org>
23924             Jim Meyering  <jim@meyering.net>
23925             Eric Blake  <ebb9@byu.net>
23926
23927         * doc/relocatable.texi: Use @command instead of @program.
23928
23929 2007-10-02  Jim Meyering  <jim@meyering.net>
23930
23931         Perform one more "_.h" -> ".in.h" substitution.
23932         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
23933         instead of unistd_.h here, too.
23934
23935 2007-10-01  Bruno Haible  <bruno@clisp.org>
23936
23937         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
23938         Needed for the alloca-opt module.
23939
23940 2007-09-30  Bruno Haible  <bruno@clisp.org>
23941
23942         * lib/alloca.in.h: Renamed from lib/alloca_.h.
23943         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
23944         alloca_.h.
23945         * lib/argz.in.h: Renamed from lib/argz_.h.
23946         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
23947         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
23948         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
23949         byteswap_.h.
23950         * lib/dirent.in.h: Renamed from lib/dirent_.h.
23951         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
23952         dirent_.h.
23953         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
23954         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
23955         fcntl_.h.
23956         * lib/float.in.h: Renamed from lib/float_.h.
23957         * modules/float (Files, Makefile.am): Use float.in.h instead of
23958         float_.h.
23959         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
23960         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
23961         fnmatch_.h.
23962         * lib/getopt.in.h: Renamed from lib/getopt_.h.
23963         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
23964         getopt_.h.
23965         * lib/glob.in.h: Renamed from lib/glob_.h.
23966         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
23967         * lib/iconv.in.h: Renamed from lib/iconv_.h.
23968         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
23969         iconv_.h.
23970         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
23971         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
23972         inttypes_.h.
23973         * lib/locale.in.h: Renamed from lib/locale_.h.
23974         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
23975         locale_.h.
23976         * lib/math.in.h: Renamed from lib/math_.h.
23977         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
23978         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
23979         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
23980         of netinet_in_.h. Add dependency.
23981         * lib/poll.in.h: Renamed from lib/poll_.h.
23982         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
23983         * lib/search.in.h: Renamed from lib/search_.h.
23984         * modules/search (Files, Makefile.am): Use search.in.h instead of
23985         search_.h.
23986         * lib/signal.in.h: Renamed from lib/signal_.h.
23987         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
23988         _signal.h.
23989         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
23990         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
23991         stdbool_.h.
23992         * lib/stdint.in.h: Renamed from lib/stdint_.h.
23993         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
23994         stdint_.h.
23995         * lib/stdio.in.h: Renamed from lib/stdio_.h.
23996         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
23997         stdio_.h.
23998         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
23999         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
24000         stdlib_.h.
24001         * lib/string.in.h: Renamed from lib/string_.h.
24002         * modules/string (Files, Makefile.am): Use string.in.h instead of
24003         string_.h.
24004         * doc/gnulib-tool.texi (Initial import): Update.
24005         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
24006         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
24007         of sys_select_.h. Add dependency.
24008         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
24009         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
24010         of sys_socket_.h.
24011         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
24012         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
24013         sys_stat_.h.
24014         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
24015         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
24016         sys_time_.h.
24017         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
24018         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
24019         sysexits_.h.
24020         * lib/time.in.h: Renamed from lib/time_.h.
24021         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
24022         * lib/unistd.in.h: Renamed from lib/unistd_.h.
24023         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
24024         unistd_.h.
24025         * lib/wchar.in.h: Renamed from lib/wchar_.h.
24026         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
24027         wchar_.h.
24028         * lib/wctype.in.h: Renamed from lib/wctype_.h.
24029         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
24030         wctype_.h.
24031         * build-aux/bootstrap (slurp): Update.
24032         * lib/.cppi-disable: Update.
24033
24034 2007-09-30  Bruno Haible  <bruno@clisp.org>
24035
24036         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
24037         Needed on BeOS.
24038
24039 2007-09-30  Bruno Haible  <bruno@clisp.org>
24040
24041         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
24042
24043 2007-09-29  Bruno Haible  <bruno@clisp.org>
24044
24045         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
24046
24047 2007-09-29  Bruno Haible  <bruno@clisp.org>
24048
24049         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
24050         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
24051         * build-aux/install-reloc: Compile also areadlink.c.
24052         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
24053
24054 2007-09-29  Bruno Haible  <bruno@clisp.org>
24055
24056         * gnulib-tool (func_emit_initmacro_done): Indentation.
24057
24058 2007-09-29  Bruno Haible  <bruno@clisp.org>
24059
24060         * README: Add CVS checkout update instructions.
24061         Info from Bob Proulx <bob@proulx.com>.
24062
24063 2007-09-28  Eric Blake  <ebb9@byu.net>
24064
24065         Provide move-if-change.
24066         * build-aux/move-if-change: New file, based on best practice
24067         rather than any canonical upstream location.
24068
24069 2007-09-28  Jim Meyering  <jim@meyering.net>
24070
24071         Fix canonicalize loop-detection corner case.
24072         Do not attempt to stat the symlink values stored via seen_triple.
24073         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
24074         on linux-2.6.18, (but not 2.6.22).
24075         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
24076         triple_compare.  The former compares dev,ino,filename, while the latter
24077         would actually stat dirname(filename) when dev and ino were equal.
24078         * lib/hash-triple.c: Install <string.h>.
24079         (STREQ): Define.
24080         (triple_compare_ino_str): New function.
24081         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
24082
24083 2007-09-28  Eric Blake  <ebb9@byu.net>
24084
24085         Enforce that AC_REPLACE_FUNCS files exist.
24086         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
24087         override check for typos.
24088
24089         Fix test-closein on Solaris 10.
24090         * tests/test-closein.c (main): Don't assume stdin can be inherited
24091         closed on all systems.
24092         * tests/test-closein.sh: Likewise.
24093         Reported by Piotr Tarnowski.
24094
24095 2007-09-28  Jim Meyering  <jim@meyering.net>
24096
24097         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
24098
24099 2007-09-27  Jim Meyering  <jim@meyering.net>
24100
24101         canonicalize: Avoid a false-positive cycle failure.
24102         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
24103         Sort.  Remove cycle-check.
24104         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
24105         not cycle-check.h.
24106         (seen_triple): New function.
24107         (canonicalize_filename_mode): Use it instead of cycle-check.
24108         * tests/test-canonicalize.c: Add a test for this bug.
24109         * tests/test-canonicalize.sh: Set up and run the test.
24110
24111         New module, file-set, from coreutils.
24112         * modules/file-set: Define it.
24113         * lib/file-set.c, lib/file-set.h: Implement.
24114
24115         New module, hash-triple, from coreutils.
24116         * modules/hash-triple: Define it.
24117         * lib/hash-triple.c, lib/hash-triple.h: Implement.
24118
24119 2007-09-25  Eric Blake  <ebb9@byu.net>
24120
24121         Fix strerror on Interix.
24122         * lib/string_.h (strerror): Declare replacement.
24123         * doc/functions/strerror.texi (strerror): Document the Interix
24124         shortcoming.
24125         * modules/string (Makefile.am): Support new hooks.
24126         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
24127         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
24128         gl_FUNC_STRERROR_SEPARATE.
24129         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
24130         * lib/strerror.c (rpl_strerror): Provide replacement.
24131         * modules/strerror (Depends-on): Add string.
24132         (configure.ac): Detect use of module.
24133         * tests/test-strerror.c: New file.
24134         * modules/strerror-tests: New test module.
24135         * modules/argp (Depends-on): Add strerror.
24136         * modules/error (Depends-on): Likewise.
24137         Reported by Martin Koeppe.
24138
24139 2007-09-24  Bruno Haible  <bruno@clisp.org>
24140
24141         * README: Update git instructions.
24142
24143 2007-09-24  Eric Blake  <ebb9@byu.net>
24144
24145         Revert fpending breakage from 2007-09-08.
24146         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
24147         __fpending.c.
24148
24149 2007-09-24  Jim Meyering  <jim@meyering.net>
24150
24151         filenamecat.c: Add a test.
24152         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
24153         showing how the function works when DIR is the empty string.
24154
24155 2007-09-21  Simon Josefsson  <simon@josefsson.org>
24156
24157         * tests/test-canonicalize.sh: Turn on executable bit.
24158
24159 2007-09-19  Eric Blake  <ebb9@byu.net>
24160
24161         * README: Update CVS instructions.
24162
24163 2007-09-18  Bruno Haible  <bruno@clisp.org>
24164
24165         * modules/areadlink: New file.
24166         * lib/areadlink.h (areadlink): New declaration.
24167         * lib/areadlink.c: New file, based on lib/xreadlink.c.
24168
24169 2007-09-17  Jim Meyering  <jim@meyering.net>
24170
24171         * lib/savewd.c (ESTALE) [!defined]: Define.
24172         Reported to be required on Interix by Martin Koeppe.
24173
24174 2007-09-17  Bruno Haible  <bruno@clisp.org>
24175
24176         * gnulib-tool (func_version): Use $version.
24177
24178 2007-09-16  Bruno Haible  <bruno@clisp.org>
24179
24180         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
24181         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
24182         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
24183         Reported by Greg Schafer <gschafer@zip.com.au>.
24184
24185 2007-09-15  Bruno Haible  <bruno@clisp.org>
24186
24187         * gnulib-tool (sed): Try a little harder to make bash understand the
24188         alias.
24189         Reported by Bruce Korb <bruce.korb@gmail.com>.
24190
24191 2007-09-13  Eric Blake  <ebb9@byu.net>
24192
24193         * ChangeLog: Remove conflict markers.
24194
24195 2007-09-13  Simon Josefsson  <simon@josefsson.org>
24196
24197         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
24198         Reported by Bruno Haible <bruno@clisp.org>.
24199
24200 2007-09-12  Bruno Haible  <bruno@clisp.org>
24201
24202         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
24203         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
24204         is not defined.
24205
24206 2007-09-12  Eric Blake  <ebb9@byu.net>
24207
24208         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
24209         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
24210         Autoconf definition.
24211         * modules/euidaccess (Depends-on): Add extensions, for
24212         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
24213         * modules/fnmatch (Depends-on): Likewise.
24214         * modules/getaddrinfo (Depends-on): Likewise.
24215         * modules/getdelim (Depends-on): Likewise.
24216         * modules/getline (Depends-on): Likewise.
24217         * modules/getsubopt (Depends-on): Likewise.
24218         * modules/gettext (Depends-on): Likewise.
24219         * modules/group-member (Depends-on): Likewise.
24220         * modules/mbchar (Depends-on): Likewise.
24221         * modules/memmem (Depends-on): Likewise.
24222         * modules/mempcpy (Depends-on): Likewise.
24223         * modules/memrchr (Depends-on): Likewise.
24224         * modules/pagealign_alloc (Depends-on): Likewise.
24225         * modules/readutmp (Depends-on): Likewise.
24226         * modules/stpcpy (Depends-on): Likewise.
24227         * modules/stpncpy (Depends-on): Likewise.
24228         * modules/strchrnul (Depends-on): Likewise.
24229         * modules/strndup (Depends-on): Likewise.
24230         * modules/strsep (Depends-on): Likewise.
24231         * modules/strverscmp (Depends-on): Likewise.
24232         * modules/vasprintf (Depends-on): Likewise.
24233         * modules/wcwidth (Depends-on): Likewise.
24234         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
24235         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
24236         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
24237         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
24238         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
24239         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
24240         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
24241         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
24242         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
24243         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
24244         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24245         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
24246         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
24247         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
24248         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
24249         * m4/readutmp.m4 (gl_READUTMP): Likewise.
24250         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
24251         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
24252         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
24253         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
24254         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
24255         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
24256         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
24257         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
24258         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
24259         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
24260         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
24261         so that lock.m4 can be used in gettext without extensions module.
24262
24263 2007-09-11  Bruno Haible  <bruno@clisp.org>
24264
24265         * m4/isc-posix.m4: Remove file.
24266         Suggested by Eric Blake.
24267
24268 2007-09-11  Eric Blake  <ebb9@byu.net>
24269
24270         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
24271
24272 2007-09-10  Bruno Haible  <bruno@clisp.org>
24273
24274         * posix-modules: Fix typo in error message.
24275         Reported by Matt <mkraai@beckman.com>.
24276
24277 2007-09-09  Bruno Haible  <bruno@clisp.org>
24278
24279         * doc/functions/getdelim.texi: Update list of platforms lacking the
24280         function.
24281         * doc/functions/getline.texi: Likewise.
24282
24283 2007-09-09  Jim Meyering  <jim@meyering.net>
24284
24285         * lib/hash.c (hash_initialize): Detect calloc failure.
24286         Reported by Bruno Haible.
24287
24288 2007-09-09  Bruno Haible  <bruno@clisp.org>
24289
24290         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
24291         malloc or realloc fails.
24292
24293 2007-09-09  Bruno Haible  <bruno@clisp.org>
24294
24295         * modules/getcwd (Depends-on): Add malloc-posix.
24296         * modules/glob (Depends-on): Likewise.
24297         * modules/putenv (Depends-on): Likewise.
24298         * modules/strdup (Depends-on): Likewise.
24299         * modules/getdelim (Depends-on): Add realloc-posix.
24300         * modules/read-file (Depends-on): Likewise.
24301
24302 2007-09-09  Bruno Haible  <bruno@clisp.org>
24303
24304         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
24305         (gl_FUNC_MALLOC_POSIX): Require it.
24306         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
24307         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
24308         * modules/realloc (Files): Add m4/malloc.m4.
24309         * modules/calloc (Files): Likewise.
24310
24311 2007-09-09  Bruno Haible  <bruno@clisp.org>
24312
24313         * modules/malloc-posix: New file.
24314         * modules/malloc (Depends-on): Add malloc-posix.
24315         * lib/malloc.c: Include errno.h.
24316         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
24317         and a POSIX-compatible malloc into a single function. Set ENOMEM
24318         when returning NULL.
24319         * m4/malloc.m4: New file.
24320         * doc/functions/malloc.texi: Mention the malloc-posix module.
24321         * lib/stdlib_.h (malloc): New declaration.
24322         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
24323         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
24324         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
24325         and HAVE_MALLOC_POSIX.
24326
24327 2007-09-09  Bruno Haible  <bruno@clisp.org>
24328
24329         * modules/realloc-posix: New file.
24330         * modules/realloc (Depends-on): Add realloc-posix.
24331         * lib/realloc.c: Include errno.h.
24332         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
24333         and a POSIX-compatible realloc into a single function. Set ENOMEM
24334         when returning NULL.
24335         * m4/realloc.m4: New file.
24336         * doc/functions/realloc.texi: Mention the realloc-posix module.
24337         * lib/stdlib_.h (realloc): New declaration.
24338         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
24339         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
24340         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
24341         and HAVE_REALLOC_POSIX.
24342
24343 2007-09-09  Bruno Haible  <bruno@clisp.org>
24344
24345         * modules/calloc-posix: New file.
24346         * modules/calloc (Depends-on): Add calloc-posix.
24347         * lib/calloc.c: Include errno.h.
24348         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
24349         and a POSIX-compatible calloc into a single function. Set ENOMEM
24350         when returning NULL.
24351         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
24352         * doc/functions/calloc.texi: Mention the calloc-posix module.
24353         * lib/stdlib_.h (calloc): New declaration.
24354         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
24355         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
24356         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
24357         and HAVE_CALLOC_POSIX.
24358
24359 2007-09-09  Bruno Haible  <bruno@clisp.org>
24360
24361         Allow for modules to show an arbitrary notice.
24362         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
24363         * gnulib-tool: New option --extract-notice.
24364         (func_usage): Document it.
24365         (sed_extract_prog): Update.
24366         (func_get_notice): New function.
24367         (func_modules_notice): New function.
24368         (func_import, func_create_testdir): Invoke it.
24369         Suggested by Jim Meyering.
24370
24371 2007-09-09  Bruno Haible  <bruno@clisp.org>
24372
24373         * gnulib-tool: New options --verbose, --quiet.
24374         (func_usage): Document them.
24375         (verbose): New variable.
24376         (func_execute_command): New function.
24377         (func_import): Don't show the module list and the file list if
24378         $verbose < 0.
24379         (func_create_testdir): Likewise. Use func_execute_command.
24380         (func_create_megatestdir): Use func_execute_command.
24381
24382 2007-09-08  Bruno Haible  <bruno@clisp.org>
24383
24384         * gnulib-tool (func_import): Prefer rsync over wget when available,
24385         for fetching the PO files.
24386
24387 2007-09-08  Bruno Haible  <bruno@clisp.org>
24388
24389         * posix-modules: New file. Portions copied from gnulib-tool.
24390         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
24391
24392 2007-09-08  Jim Meyering  <jim@meyering.net>
24393
24394         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
24395         * lib/fpending.h: Rename from __fpending.h.
24396         * lib/fpending.c: Rename from __fpending.c.
24397         Include "fpending.h", not "__fpending.h".
24398         * lib/__fpending.h, lib/__fpending.c: Remove files.
24399         * modules/fpending (Files): Reflect new file names.
24400         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
24401
24402 2007-09-08  Bruno Haible  <bruno@clisp.org>
24403
24404         * m4/inttypes-h.m4: Remove stub file.
24405
24406 2007-09-07  Simon Josefsson  <simon@josefsson.org>
24407
24408         * doc/headers/stdint.texi: Discuss #include_next issue.
24409
24410 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
24411
24412         * build-aux/bootstrap: Remove obsolete comment about wget --help.
24413
24414 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24415
24416         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
24417         in variable name.
24418
24419 2007-09-03  Jim Meyering  <jim@meyering.net>
24420
24421         New module: git-version-gen.
24422         * modules/git-version-gen: New file.
24423
24424         Import changes from coreutils for bootstrap script.
24425
24426         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
24427
24428         bootstrap: uses rsync to download the .po files
24429         * build-aux/bootstrap (po_download_command_format): New global.
24430         (download_po_files): Use rsync.
24431         (update_po_files): Don't remove .po files after download,
24432         so future rsync runs can take advantage of the copies.
24433
24434         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
24435
24436         Solve the unnecessary-.po-file-regeneration problem once and for all.
24437         * build-aux/bootstrap (download_po_files): New function, renamed from
24438         get_translations.  Now, downloads, but doesn't update LINGUAS.
24439         (update_po_files): New function.
24440
24441         bootstrap: Ignore more.
24442         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
24443         uniwidth to e.g., lib/.gitignore.
24444         (slurp): Handle the sys_stat_.h -> sys mapping, too.
24445
24446         * build-aux/bootstrap: New setting: vc_ignore.
24447         (insert_sorted_if_absent): Create $file if absent.
24448         Adapt to new, possibly empty, list: $vc_ignore.
24449
24450         bootstrap: generate more ignorable names
24451         * build-aux/bootstrap (slurp): When generating ignorable names,
24452         also map .sin to .sed, .gperf to .c, and .y to .c.
24453
24454 2007-09-03  Jim Meyering  <jim@meyering.net>
24455
24456         * build-aux/git-version-gen: New file, from coreutils.  For details, see
24457         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
24458
24459 2007-09-02  Bruno Haible  <bruno@clisp.org>
24460
24461         Fix mis-recognition of 'mcs' on QNX 6.
24462         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
24463         output contains the string "Mono".
24464         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
24465         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
24466
24467 2007-09-01  Bruno Haible  <bruno@clisp.org>
24468
24469         Fix collision between uniwidth/* and linebreak modules.
24470         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
24471         u32_width): Remove declarations.
24472         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
24473         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
24474         streq3, streq2, streq1, streq0): Remove functions.
24475         (STREQ): Remove macro.
24476         (is_cjk_encoding): Remove function.
24477         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
24478         (uc_width, u8_width, u16_width, u32_width): Remove functions.
24479         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
24480         * NEWS: Document the change.
24481
24482 2007-09-01  Bruno Haible  <bruno@clisp.org>
24483
24484         * lib/streq.h: Add double-inclusion guard.
24485
24486 2007-09-01  Karl Berry  <karl@gnu.org>
24487
24488         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
24489
24490 2007-08-28  Jim Meyering  <jim@meyering.net>
24491
24492         Rename mreadlink_with_size to areadlink_with_size.
24493         * NEWS: Document the change.
24494         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
24495         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
24496         * lib/mreadlink.h: Rename this to...
24497         * lib/areadlink.h: ...this.
24498         * modules/mreadlink-with-size: Rename this to...
24499         * modules/areadlink-with-size: ...this.
24500         * lib/canonicalize.c: Reflect the renaming.
24501         * modules/canonicalize: Likewise.
24502
24503 2007-08-26  Bruno Haible  <bruno@clisp.org>
24504
24505         * gnulib-tool (func_import): When deciding which files to remove,
24506         consider also dangling symbolic links.
24507         Reported by Eric Blake.
24508
24509 2007-08-26  Bruno Haible  <bruno@clisp.org>
24510
24511         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
24512
24513 2007-08-23  Simon Josefsson  <simon@josefsson.org>
24514
24515         * lib/readline.c: Don't include getline.h, the prototype is now
24516         found in stdio.h.
24517
24518 2007-08-23  Jim Meyering  <jim@meyering.net>
24519
24520         Getdelim touchup.
24521         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
24522         around the funlockfile call, since funlockfile never sets errno.
24523         Don't set errno upon failed realloc.
24524
24525 2007-08-22  Eric Blake  <ebb9@byu.net>
24526
24527         Getline touchups.
24528         * lib/getdelim.c (getdelim): Revert regression that required *n to
24529         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
24530         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
24531         getdelim, rather than whether implementation is missing.
24532         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
24533         * lib/stdio_.h (getline): Also declare if replacement is
24534         required.
24535         * doc/functions/getdelim.texi: New file.
24536         * doc/functions/getline.texi: Likewise.
24537         * doc/gnulib.texi (Function Substitutes): Add new files.
24538         Reported by Bruno Haible.
24539
24540 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
24541
24542         * users.txt: Add Guile.
24543
24544 2007-08-22  Eric Blake  <ebb9@byu.net>
24545
24546         * tests/test-getdelim.c (main): Use remove, not unlink.
24547         * tests/test-getline.c (main): Likewise.
24548
24549         Move getline and getdelim into stdio.h, per POSIX 200x.
24550         * modules/getline (Files): Remove getline.h.
24551         (Depends-on): Add stdio.
24552         (configure.ac): Add module indicator.
24553         * modules/getdelim (Files): Remove getdelim.h.
24554         (Depends-on): Add stdio.
24555         (configure.ac): Add module indicator.
24556         * modules/stdio (Makefile.am): Work with new indicators.
24557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
24558         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
24559         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
24560         * lib/getdelim.h: Delete.
24561         * lib/getline.h: Delete.
24562         * lib/stdio_.h (getdelim, getline): Declare.
24563         * modules/getdelim-tests: New module.
24564         * modules/getline-tests: Likewise.
24565         * tests/test-getdelim.c: New file.
24566         * tests/test-getline.c: Likewise.
24567         * NEWS: Document the change.
24568         * lib/getline.c: Update choice of header.
24569         * lib/csharpcomp.c: Likewise.
24570         * lib/getpass.c: Likewise.
24571         * lib/javacomp.c: Likewise.
24572         * lib/javaversion.c: Likewise.
24573         * lib/yesno.c: Likewise.
24574         * lib/getdelim.c: Likewise.
24575         (getdelim): Set errno on failure, and avoid memory leak.
24576
24577 2007-08-19  Bruno Haible  <bruno@clisp.org>
24578
24579         * modules/closein (Depends-on): Add freadahead.
24580         * lib/closein.c: Include freadahead.h.
24581         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
24582         is zero.
24583
24584 2007-08-19  Bruno Haible  <bruno@clisp.org>
24585
24586         * modules/freadahead-tests: New file.
24587         * tests/test-freadahead.sh: New file.
24588         * tests/test-freadahead.c: New file.
24589
24590         * modules/freadahead: New file.
24591         * lib/freadahead.h: New file.
24592         * lib/freadahead.c: New file.
24593         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
24594         fbufmode, fpurge, freadable, fwritable.
24595
24596 2007-08-19  Eric Blake  <ebb9@byu.net>
24597
24598         Test yesno in combination with closein.
24599         * lib/yesno.c (yesno): Document use of stdin.
24600         * modules/yesno-tests (Files): New module.
24601         * tests/test-yesno.c (main): New file.
24602         * tests/test-yesno.sh: Likewise.
24603
24604 2007-08-19  Bruno Haible  <bruno@clisp.org>
24605
24606         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
24607         * lib/fseeko.c (rpl_fseeko): Likewise.
24608         * lib/fseterr.c (fseterr): Likewise.
24609
24610 2007-08-19  Bruno Haible  <bruno@clisp.org>
24611
24612         * tests/test-lseek.c (main): Disable a test for BeOS.
24613         * doc/functions/lseek.texi: Document the BeOS bug.
24614
24615 2007-08-19  Bruno Haible  <bruno@clisp.org>
24616             Eric Blake  <ebb9@byu.net>
24617
24618         * lib/lseek.c: Include <sys/stat.h>.
24619         (rpl_lseek): Add workaround code also for Unix platforms.
24620         Needed for BeOS.
24621         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
24622         * doc/functions/lseek.texi: Document BeOS definiency.
24623
24624 2007-08-18  Bruno Haible  <bruno@clisp.org>
24625
24626         * modules/fstrcmp-tests: New file.
24627         * tests/test-fstrcmp.c: New file.
24628
24629 2007-08-18  Bruno Haible  <bruno@clisp.org>
24630
24631         * modules/fstrcmp: New file, from GNU gettext with modifications.
24632         * lib/fstrcmp.h: New file, from GNU gettext.
24633         * lib/fstrcmp.c: New file, from GNU gettext.
24634         * MODULES.html.sh (String handling): Add fstrcmp.
24635
24636 2007-08-18  Bruno Haible  <bruno@clisp.org>
24637
24638         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
24639         'bool'.
24640         (diag, compareseq): Remove const from the ctxt argument.
24641         (USE_HEURISTIC): Undefine at the end.
24642
24643 2007-08-18  Jim Meyering  <jim@meyering.net>
24644
24645         New file: lib/idcache.h
24646         * NEWS: Mention the addition.
24647         * modules/idcache (Files): Add lib/idcache.h
24648         * lib/idcache.c: Include "idcache.h".
24649         Don't include <sys/types.h>.
24650         Add a FIXME comment.
24651         Move file-scoped "static" declarations to the top.
24652         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
24653
24654 2007-08-17  Bruno Haible  <bruno@clisp.org>
24655         and Paul Eggert  <eggert@cs.ucla.edu>
24656
24657         * MODULES.html.sh: Add diffseq.
24658         * modules/diffseq: New file.
24659         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
24660         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
24661
24662 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24663
24664         Import changes from coreutils for bootstrap script.
24665
24666         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
24667
24668         * build-aux/bootstrap (slurp): Work even in environments where
24669         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
24670         current code does not slurp files whose names start with ".", and
24671         this looks like it might be a troublesome area.
24672
24673         2007-07-11  Jim Meyering  <jim@meyering.net>
24674
24675         If there's a GPL vN copyright comment, require that N == 3.
24676
24677         2007-07-08  Jim Meyering  <jim@meyering.net>
24678
24679         Run the coreutils-specific code only if tests/Makefile.am.in exists.
24680         * build-aux/bootstrap (mam_template): Move definition out of loop.
24681
24682         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
24683
24684         * build-aux/bootstrap (symlink_to_dir): Rename function from
24685         symlink_to_gnulib.  Add a directory parameter.  Update all
24686         callers.
24687         (cp_mark_as_generated): Also check for -- and link to -- files in
24688         gl/.
24689
24690         2007-07-08  Jim Meyering  <jim@meyering.net>
24691
24692         Adapt to deeper hierarchy in gnulib.
24693         * build-aux/bootstrap (symlink_to_dir): If the destination
24694         directory doesn't exist, create it. This is required at least for
24695         "lib/uniwidth/cjk.h".
24696
24697         2007-05-15  Jim Meyering  <jim@meyering.net>
24698
24699         * build-aux/bootstrap: Now that generated Makefile.am files
24700         are no longer under version control, they must be created at
24701         bootstrap time.
24702
24703 2007-08-14  Ben Pfaff  <blp@gnu.org>
24704
24705         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
24706
24707 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
24708
24709         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
24710         given the changes below.
24711         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
24712         even on hosts that have padding bits beyond the supported 64.
24713
24714 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
24715
24716         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
24717         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
24718         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
24719         depends on it.
24720         (xstrtol_error): Remove.
24721         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
24722         but with a different signature.
24723         (ATTRIBUTE_NORETURN, __attribute__): New macros.
24724         * lib/xstrtol-error.c: Include exitfail.h.
24725         (xstrtol_fatal): New function, with a different signature from the
24726         old xstrtol_error, so that the caller need not worry about passing
24727         in an exit status, or about storage management of the option argument.
24728         (xstrtol_error): Now a static function.  Redo signature to
24729         implement xstrtol_fatal.  Output the correct number of hyphens in
24730         front of the option so that the caller need not worry about
24731         storage management.
24732         (N_): New macro.
24733         (_): Remove; not used now.
24734         * modules/xstrtol: Depend on getopt.
24735         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
24736         of old STRTOL_FATAL_ERROR macro.
24737         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
24738         of test program.
24739         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
24740         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
24741
24742 2007-08-08  Eric Blake  <ebb9@byu.net>
24743
24744         * lib/xstrtol-error.c: Add missing include.
24745
24746         Move xstrtol messages into gnulib domain, when --pobase is used.
24747         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
24748         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
24749         * modules/xstrtol (Files): Distribute new file.
24750         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
24751         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
24752         * tests/test-xstrtol.c: ...into new file.
24753         * tests/test-xstrtoul.c: Also test xstrtoul.
24754         * tests/test-xstrtoimax.c: Also test xstrtoimax.
24755         * tests/test-xstrtoumax.c: Also test xstrtoumax.
24756         * tests/test-xstrtol.sh: Drive the tests.
24757         * tests/test-xstrtoimax.sh: Likewise.
24758         * tests/test-xstrtoumax.sh: Likewise.
24759         * modules/xstrtol-tests: New module.
24760         * modules/xstrtoimax-tests: Likewise.
24761         * modules/xstrtoumax-tests: Likewise.
24762
24763 2007-08-08  Jim Meyering  <jim@meyering.net>
24764
24765         New function: mfile_name_concat.
24766         * lib/filenamecat.c (mfile_name_concat): New function, just like
24767         file_name_concat, but return NULL upon failure rather than exiting
24768         with a diagnostic.
24769         * lib/filenamecat.h: Declare it.
24770
24771 2007-08-07  Bruno Haible  <bruno@clisp.org>
24772
24773         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
24774         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
24775         warning from gcc.
24776         Reported by Eric Blake.
24777
24778 2007-08-07  Simon Josefsson  <simon@josefsson.org>
24779
24780         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
24781         * modules/crypto/arcfour (License): Likewise.
24782         * modules/crypto/des-tests (License): Likewise.
24783         * modules/crypto/gc-arctwo-tests (License): Likewise.
24784         * modules/crypto/gc-des-tests (License): Likewise.
24785         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
24786         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
24787         * modules/crypto/gc-md2-tests (License): Likewise.
24788         * modules/crypto/gc-md4-tests (License): Likewise.
24789         * modules/crypto/gc-md5-tests (License): Likewise.
24790         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
24791         * modules/crypto/gc-rijndael-tests (License): Likewise.
24792         * modules/crypto/gc-sha1-tests (License): Likewise.
24793         * modules/crypto/gc-tests (License): Likewise.
24794         * modules/crypto/hmac-md5 (License): Likewise.
24795         * modules/crypto/hmac-sha1 (License): Likewise.
24796         * modules/crypto/md2-tests (License): Likewise.
24797         * modules/crypto/md4-tests (License): Likewise.
24798         * modules/crypto/md5 (License): Likewise.
24799         * modules/crypto/rijndael (License): Likewise.
24800         * modules/crypto/sha1 (License): Likewise.
24801         * modules/memxor (License): Likewise.
24802
24803 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
24804         and Bruno Haible  <bruno@clisp.org>
24805
24806         * NEWS: Describe interface changes to human, xstrtol.
24807         * lib/human.h: Include <xstrtol.h>.
24808         (human_options): Return enum strtol_error, not int.  Remove
24809         bool arg; take int * instead.
24810         * lib/human.c: Don't include "gettext.h".
24811         (_): Remove; no longer used.
24812         Don't include <xstrtol.h>, since human.h does it.
24813         (human_options): Adjust to abovementioned interface changes.
24814         Do not report error to stderr; that's now the caller's
24815         responsibility.
24816         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
24817         interface change.
24818         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
24819         Str, Argument_type_string.  All uses changed.  Put " argument"
24820         in diagnostics to make them clearer.  Change wording of suffix
24821         message for clarity.
24822         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
24823         Argument_type_string.
24824         (STRTOL_FATAL_WARN): Remove; no longer used.
24825         * modules/human (Depends-on): Remove gettext-h.
24826
24827 2007-08-06  Simon Josefsson  <simon@josefsson.org>
24828
24829         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
24830
24831 2007-07-31  Bruno Haible  <bruno@clisp.org>
24832
24833         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
24834         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
24835         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
24836
24837 2007-07-31  Bruno Haible  <bruno@clisp.org>
24838
24839         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
24840         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
24841
24842 2007-07-30  Bruno Haible  <bruno@clisp.org>
24843
24844         * modules/base64 (License): Use the synonymous term "LGPLv2+".
24845         * modules/c-ctype (License): Likewise.
24846         * modules/c-strcase (License): Likewise.
24847         * modules/check-version (License): Likewise.
24848         * modules/iconv (License): Likewise.
24849         * modules/iconv_open (License): Likewise.
24850         * modules/read-file (License): Likewise.
24851         * modules/striconv (License): Likewise.
24852         * modules/strverscmp (License): Likewise.
24853         * modules/vasprintf (License): Likewise.
24854         * modules/crypto/des (License): Likewise.
24855         * modules/crypto/gc (License): Likewise.
24856         * modules/crypto/gc-arcfour (License): Likewise.
24857         * modules/crypto/gc-arctwo (License): Likewise.
24858         * modules/crypto/gc-des (License): Likewise.
24859         * modules/crypto/gc-hmac-md5 (License): Likewise.
24860         * modules/crypto/gc-hmac-sha1 (License): Likewise.
24861         * modules/crypto/gc-md2 (License): Likewise.
24862         * modules/crypto/gc-md4 (License): Likewise.
24863         * modules/crypto/gc-md5 (License): Likewise.
24864         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
24865         * modules/crypto/gc-random (License): Likewise.
24866         * modules/crypto/gc-rijndael (License): Likewise.
24867         * modules/crypto/gc-sha1 (License): Likewise.
24868         * modules/crypto/md2 (License): Likewise.
24869         * modules/crypto/md4 (License): Likewise.
24870
24871 2007-07-30  Jim Meyering  <jim@meyering.net>
24872
24873         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
24874         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
24875         it has valid stat data.  This bug would cause du not to count the
24876         sizes of inaccessible directories.
24877         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
24878         in <http://bugzilla.redhat.com/250077>.
24879
24880 2007-07-25  Peter O'Gorman  <peter@pogma.com>
24881             Bruno Haible  <bruno@clisp.org>
24882
24883         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
24884         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
24885         #include_next, gives a diagnostic about it, but reports no error in
24886         the exit code.
24887         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
24888
24889 2007-07-24  Ben Pfaff  <blp@gnu.org>
24890
24891         Improve name: "count-one-bits" is better than "popcount".
24892         * MODULES.html.sh: Update name.
24893         * lib/popcount.h: Renamed lib/count-one-bits.h.
24894         (popcount): Renamed count_one_bits.
24895         (popcountl): Renamed count_one_bits_l.
24896         (popcountll): Renamed count_one_bits_ll.
24897         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
24898         * modules/popcount: Renamed module/count-one-bits.
24899         * modules/popcount-tests: Renamed module/count-one-bits-tests.
24900         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
24901
24902 2007-07-23  Ben Pfaff  <blp@gnu.org>
24903
24904         * lib/popcount.h (popcount32): Reduce size of constants, to allow
24905         better code generation, and add U to large constants to avoid
24906         warnings, in non-GCC case.
24907         Suggested by Bruno Haible.
24908
24909 2007-07-23  Ben Pfaff  <blp@gnu.org>
24910
24911         * lib/popcount.h: Use verify_true instead of if...abort.
24912         * modules/popcount: Depend on verify module.
24913         Suggested by Jim Meyering.
24914
24915 2007-07-23  Bruno Haible  <bruno@clisp.org>
24916
24917         * gnulib-tool (func_import): Create a .cvsignore file also when the
24918         directory is not yet in CVS but the toplevel directory is. When
24919         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
24920         Reported by Karl Berry.
24921
24922 2007-07-22  Ben Pfaff  <blp@gnu.org>
24923
24924         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
24925         case.
24926         Suggested by Eric Blake.
24927
24928 2007-07-22  Ben Pfaff  <blp@gnu.org>
24929
24930         New module: popcount.
24931         * MODULES.html.sh: Add popcount.
24932         * modules/popcount: New file.
24933         * modules/popcount-tests: New file.
24934         * tests/test-popcount.c: New file.
24935         * lib/popcount.h: New file.
24936         * m4/popcount.m4: New file.
24937
24938 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24939
24940         * build-aux/announce-gen: Update to GPLv3.
24941
24942         * build-aux/config.guess: Update from config.
24943
24944 2007-07-21  Bruno Haible  <bruno@clisp.org>
24945
24946         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
24947         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
24948
24949 2007-07-20  Jim Meyering  <jim@meyering.net>
24950
24951         * check-module: Diagnose a self-dependency.
24952
24953 2007-07-19  Bruno Haible  <bruno@clisp.org>
24954
24955         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
24956         empty.
24957         Reported by Eric Blake.
24958
24959 2007-07-18  Bruno Haible  <bruno@clisp.org>
24960
24961         * gnulib-tool: New options --po-base, --po-domain.
24962         (func_usage): Document them.
24963         (pobase, po_domain): New variables.
24964         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
24965         DEFAULT_TEXT_DOMAIN.
24966         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
24967         (func_import): Consider pobase and po_domain. Create a po/ directory.
24968         (func_create_testdir): Set pobase and po_domain to empty.
24969         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
24970         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
24971
24972 2007-07-18  Bruno Haible  <bruno@clisp.org>
24973
24974         * gnulib-tool (func_get_automake_snippet): Synthesize also an
24975         EXTRA_DIST augmentation for files in build-aux/.
24976
24977 2007-07-16  Bruno Haible  <bruno@clisp.org>
24978
24979         * modules/lseek (License): Use the synonymous term "LGPLv2+".
24980         * modules/getdelim (License): Likewise.
24981
24982 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24983
24984         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
24985         * modules/d-type (License): Likewise.
24986         * modules/extensions (License): Likewise.
24987         * modules/fnmatch (License): Likewise.
24988         * modules/fseeko (License): Likewise.
24989         * modules/getaddrinfo (License): Likewise.
24990         * modules/getline (License): Likewise.
24991         * modules/getlogin_r (License): Likewise.
24992         * modules/getpass (License): Likewise.
24993         * modules/gettimeofday (License): Likewise.
24994         * modules/glob (License): Likewise.
24995         * modules/inet_ntop (License): Likewise.
24996         * modules/malloc (License): Likewise.
24997         * modules/malloca (License): Likewise.
24998         * modules/memmem (License): Likewise.
24999         * modules/mempcpy (License): Likewise.
25000         * modules/memset (License): Likewise.
25001         * modules/minmax (License): Likewise.
25002         * modules/mktime (License): Likewise.
25003         * modules/netinet_in (License): Likewise.
25004         * modules/pathmax (License): Likewise.
25005         * modules/poll (License): Likewise.
25006         * modules/regex (License): Likewise.
25007         * modules/snprintf (License): Likewise.
25008         * modules/stdbool (License): Likewise.
25009         * modules/stdint (License): Likewise.
25010         * modules/stdio (License): Likewise.
25011         * modules/strcase (License): Likewise.
25012         * modules/strcasestr (License): Likewise.
25013         * modules/strdup (License): Likewise.
25014         * modules/string (License): Likewise.
25015         * modules/strndup (License): Likewise.
25016         * modules/strnlen (License): Likewise.
25017         * modules/strpbrk (License): Likewise.
25018         * modules/strptime (License): Likewise.
25019         * modules/strsep (License): Likewise.
25020         * modules/sys_select (License): Likewise.
25021         * modules/sys_socket (License): Likewise.
25022         * modules/sys_stat (License): Likewise.
25023         * modules/sys_time (License): Likewise.
25024         * modules/time (License): Likewise.
25025         * modules/time_r (License): Likewise.
25026         * modules/timegm (License): Likewise.
25027         * modules/unistd (License): Likewise.
25028         * modules/vsnprintf (License): Likewise.
25029         * modules/wctype (License): Likewise.
25030
25031 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25032
25033         * modules/argz (License): LGPLv2+.
25034
25035 2007-07-15  Karl Berry  <karl@gnu.org>
25036
25037         * doc/gnulib.texi: revise node structure per new fdl.texi.
25038
25039 2007-07-14  Bruno Haible  <bruno@clisp.org>
25040
25041         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
25042         the output file.
25043         * lib/uniname/uninames.h: Regenerated.
25044
25045 2007-07-14  Karl Berry  <karl@gnu.org>
25046
25047         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
25048         omitting sectioning and index commands.
25049
25050 2007-07-13  Bruno Haible  <bruno@clisp.org>
25051
25052         New gnulib-tool option --more-symlinks.
25053         * gnulib-tool (func_usage): Document --more-symlinks.
25054         (do_copyrights): New variable.
25055         Recognize option --more-symlinks.
25056         (func_import): Don't add a copyright notice transform to
25057         sed_transform_lib_file if do_copyrights is empty.
25058
25059 2007-07-13  Bruno Haible  <bruno@clisp.org>
25060
25061         * lib/vasnprintf.c (decimal_point_char): Define also if
25062         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
25063         && !NEED_PRINTF_DIRECTIVE_A.
25064         Reported by Clemens Koller <clemens.koller@anagramm.de> via
25065         Gary V. Vaughan <gary@gnu.org>.
25066
25067 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
25068
25069         * lib/inttypes_.h: Undo previous change, since it was fixed
25070         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
25071
25072 2007-07-13  Bruno Haible  <bruno@clisp.org>
25073
25074         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
25075         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
25076
25077 2007-07-13  Jim Meyering  <jim@meyering.net>
25078
25079         df: Don't fail for Tru64's "file-on-file mount".
25080         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
25081         so we fall through and use statfs instead.  Details here:
25082         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
25083         Reported by Albert Chin.
25084
25085 2007-07-13  Bruno Haible  <bruno@clisp.org>
25086
25087         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
25088         * modules/configmake (License): Likewise.
25089         * modules/gettext (License): Likewise.
25090         * modules/gettext-h (License): Likewise.
25091         * modules/include_next (License): Likewise.
25092         * modules/link-warning (License): Likewise.
25093         * modules/localcharset (License): Likewise.
25094         * modules/localename (License): Likewise.
25095         * modules/lock (License): Likewise.
25096         * modules/relocatable-lib-lgpl (License): Likewise.
25097         * modules/size_max (License): Likewise.
25098         * modules/vasnprintf (License): Likewise.
25099         * modules/wchar (License): Likewise.
25100         * modules/xsize (License): Likewise.
25101
25102 2007-07-13  Bruno Haible  <bruno@clisp.org>
25103
25104         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
25105         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
25106
25107 2007-07-12  Bruno Haible  <bruno@clisp.org>
25108
25109         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
25110         in the modules files.
25111
25112 2007-07-11  Karl Berry  <karl@gnu.org>
25113
25114         * MODULES.html.sh (func_module): use
25115          sed -e '\|^'"${includefile}"'$|d'
25116          instead of /.../d, to avoid errors on $includefile's containing /.
25117
25118 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25119
25120         * gnulib-tool (func_import): Avoid duplication of --avoid
25121         statements
25122         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
25123         names to `_' in variable names.
25124
25125 2007-07-10  Eric Blake  <ebb9@byu.net>
25126
25127         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
25128         * NEWS: Document this change.
25129
25130 2007-07-08  Bruno Haible  <bruno@clisp.org>
25131
25132         Update to Unicode 5.0.
25133         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
25134         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
25135         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
25136         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
25137         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
25138         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
25139         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
25140         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
25141         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
25142         U+10A3F, U+1D242..U+1D244.
25143         (nonspacing_table_ind): Update.
25144         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
25145         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
25146
25147 2007-07-08  Bruno Haible  <bruno@clisp.org>
25148
25149         Update to Unicode 5.0.
25150         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
25151         code transform. Extend the name index field of unicode_name_to_code and
25152         unicode_code_to_name from 16 to 24 bits.
25153         * lib/uniname/uniname.c (unicode_character_name,
25154         unicode_name_character): Add the range 0x12xxx to the code transform.
25155         * lib/uniname/uninames.h: Regenerated.
25156         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
25157
25158 2007-07-07  Bruno Haible  <bruno@clisp.org>
25159
25160         * modules/wcwidth-tests: New file.
25161         * tests/test-wcwidth.c: New file.
25162
25163         Work around MacOS X wcwidth() bug.
25164         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
25165         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
25166         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
25167         original wcwidth in non-UTF-8 locales.
25168         * modules/wcwidth (Depends-on): Add localcharset, streq,
25169         uniwidth/width.
25170         * doc/functions/wcwidth.texi: Update.
25171
25172 2007-07-07  Bruno Haible  <bruno@clisp.org>
25173
25174         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
25175         (wcwidth): New declaration.
25176         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
25177         macros.
25178         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
25179         here. Prepare for creating <wchar.h> unconditionally.
25180         * modules/wchar (Depends-on): Add link-warning.
25181         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
25182         REPLACE_WCWIDTH, and GL_LINK_WARNING.
25183         * lib/wcwidth.h: Remove file.
25184         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
25185         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
25186         * modules/wcwidth (Files): Remove lib/wcwidth.h.
25187         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
25188         (Include): Replace wcwidth.h with <wchar.h>.
25189         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
25190         * lib/mbchar.h: Don't include wcwidth.h.
25191         * lib/mbswidth.c: Likewise.
25192         * NEWS: Mention the change.
25193
25194 2007-07-07  Bruno Haible  <bruno@clisp.org>
25195
25196         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
25197         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
25198         definition with an external declaration.
25199         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
25200         defined as a function. Remove AC_C_INLINE requirement.
25201         * modules/wcwidth (Files): Add lib/wcwidth.c.
25202         (Makefile.am): Remove redundant statement.
25203
25204 2007-07-07  Bruno Haible  <bruno@clisp.org>
25205
25206         * MODULES.html.sh (Unicode string functions): Add the new modules.
25207
25208         * tests/uniwidth/test-u32-strwidth.c: New file.
25209         * modules/uniwidth/u32-strwidth-tests: New file.
25210
25211         * lib/uniwidth/u32-strwidth.c: New file.
25212         * modules/uniwidth/u32-strwidth: New file.
25213
25214         * tests/uniwidth/test-u16-strwidth.c: New file.
25215         * modules/uniwidth/u16-strwidth-tests: New file.
25216
25217         * lib/uniwidth/u16-strwidth.c: New file.
25218         * modules/uniwidth/u16-strwidth: New file.
25219
25220         * tests/uniwidth/test-u8-strwidth.c: New file.
25221         * modules/uniwidth/u8-strwidth-tests: New file.
25222
25223         * lib/uniwidth/u8-strwidth.c: New file.
25224         * modules/uniwidth/u8-strwidth: New file.
25225
25226         * tests/uniwidth/test-u32-width.c: New file.
25227         * modules/uniwidth/u32-width-tests: New file.
25228
25229         * lib/uniwidth/u32-width.c: New file.
25230         * modules/uniwidth/u32-width: New file.
25231
25232         * tests/uniwidth/test-u16-width.c: New file.
25233         * modules/uniwidth/u16-width-tests: New file.
25234
25235         * lib/uniwidth/u16-width.c: New file.
25236         * modules/uniwidth/u16-width: New file.
25237
25238         * tests/uniwidth/test-u8-width.c: New file.
25239         * modules/uniwidth/u8-width-tests: New file.
25240
25241         * lib/uniwidth/u8-width.c: New file.
25242         * modules/uniwidth/u8-width: New file.
25243
25244         * tests/uniwidth/test-uc_width.c: New file.
25245         * modules/uniwidth/width-tests: New file.
25246
25247         * lib/uniwidth/width.c: New file, from GNU libiconv.
25248         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
25249         * modules/uniwidth/width: New file.
25250
25251         * lib/uniwidth.h: New file, from GNU libiconv.
25252         * modules/uniwidth/base: New file.
25253
25254 2007-07-07  Bruno Haible  <bruno@clisp.org>
25255
25256         * lib/uniname.h: New file, from GNU gettext.
25257         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
25258         * lib/uniname/uninames.h: New file, from GNU gettext.
25259         * lib/uniname/uniname.c: New file, from GNU gettext.
25260         * tests/uniname/test-uninames.sh: New file.
25261         * tests/uniname/test-uninames.c: New file, from GNU gettext.
25262         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
25263         * modules/uniname/base: New file.
25264         * modules/uniname/uniname: New file.
25265         * modules/uniname/uniname-tests: New file.
25266         * MODULES.html.sh (Unicode string functions): Add the new modules.
25267
25268 2007-07-06  Bruno Haible  <bruno@clisp.org>
25269
25270         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
25271
25272 2007-07-06  Bruno Haible  <bruno@clisp.org>
25273
25274         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
25275         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
25276         includes <cygwin/sys_time.h> which includes <sys/select.h> which
25277         include <sys/time.h>.
25278         Reported by Eric Blake.
25279
25280 2007-07-06  Eric Blake  <ebb9@byu.net>
25281
25282         Fix testing canonicalize on cygwin.
25283         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
25284         Revert patch from 2007-06-19.
25285         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
25286         canonicalize module is also in use.
25287         * tests/test-canonicalize.c: New file.
25288         * tests/test-canonicalize.sh: Likewise.
25289         * modules/canonicalize-tests: Likewise.
25290
25291 2007-07-06  Jim Meyering  <jim@meyering.net>
25292
25293         * lib/getugroups.c (getugroups): Detect getgrent failure.
25294         Adjust comment to reflect reality: this function may return -1.
25295
25296 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
25297
25298         * build-aux/bootstrap (TP_URL,get_translations): Update to use
25299         the new TP address.
25300         (usage): Fix typo
25301         (gnulib_mk): New variable.
25302
25303 2007-07-05  Jim Meyering  <jim@meyering.net>
25304
25305         Don't let endgrent clobber errno, no matter how improbable.
25306         * lib/getugroups.c (getugroups): Save and restore errno around
25307         endgrent call.
25308
25309         Close the group DB even when failing with 2^31 or more members.
25310         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
25311
25312 2007-07-04  Jim Meyering  <jim@meyering.net>
25313
25314         * lib/getugroups.h: New file.
25315         * lib/getugroups.c: Include "getugroups.h".
25316         Remove uses of "register" keyword.
25317         Move local variable, "cp", down into scope where used.
25318         Give "username" parameter the "const" attribute.
25319         * modules/getugroups (Files): Add lib/getugroups.h
25320
25321 2007-07-04  Karl Berry  <karl@gnu.org>
25322
25323         * MODULES.html.sh (func_all_modules): Complete rename of
25324         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
25325
25326 2007-07-02  Bruno Haible  <bruno@clisp.org>
25327
25328         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
25329         mode, when inttypes.h comes from gnulib.
25330         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
25331
25332 2007-07-02  Simon Josefsson  <simon@josefsson.org>
25333
25334         * NEWS: Mention lgpl module name change.
25335
25336         * modules/lgpl-2.1: Renamed from lgpl.
25337
25338         * NEWS: Mention gpl module name change.
25339
25340         * modules/gpl-3.0: New file, based on gpl-2.0.
25341
25342         * modules/gpl-2.0: Renamed from gpl.
25343
25344         * modules/gpl: Fix filename, doc/gpl.texi is now found at
25345         doc/gpl-2.0.texi.
25346
25347 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
25348
25349         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
25350         #define __STDC_LIMIT_MACROS temporarily while including
25351         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
25352         Problem reported by Joel E. Denny in
25353         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
25354
25355 2007-07-01  Bruno Haible  <bruno@clisp.org>
25356
25357         * lib/unistdio.h: New file.
25358         * lib/unistdio/u-asnprintf.h: New file.
25359         * lib/unistdio/u-asprintf.h: New file.
25360         * lib/unistdio/u-printf-args.c: New file.
25361         * lib/unistdio/u-printf-args.h: New file.
25362         * lib/unistdio/u-printf-parse.h: New file.
25363         * lib/unistdio/u-snprintf.h: New file.
25364         * lib/unistdio/u-sprintf.h: New file.
25365         * lib/unistdio/u-vasprintf.h: New file.
25366         * lib/unistdio/u-vsnprintf.h: New file.
25367         * lib/unistdio/u-vsprintf.h: New file.
25368         * lib/unistdio/ulc-asnprintf.c: New file.
25369         * lib/unistdio/ulc-asprintf.c: New file.
25370         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
25371         * lib/unistdio/ulc-printf-parse.c: New file.
25372         * lib/unistdio/ulc-snprintf.c: New file.
25373         * lib/unistdio/ulc-sprintf.c: New file.
25374         * lib/unistdio/ulc-vasnprintf.c: New file.
25375         * lib/unistdio/ulc-vasprintf.c: New file.
25376         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
25377         * lib/unistdio/ulc-vsnprintf.c: New file.
25378         * lib/unistdio/ulc-vsprintf.c: New file.
25379         * lib/unistdio/u8-asnprintf.c: New file.
25380         * lib/unistdio/u8-asprintf.c: New file.
25381         * lib/unistdio/u8-printf-parse.c: New file.
25382         * lib/unistdio/u8-snprintf.c: New file.
25383         * lib/unistdio/u8-sprintf.c: New file.
25384         * lib/unistdio/u8-vasnprintf.c: New file.
25385         * lib/unistdio/u8-vasprintf.c: New file.
25386         * lib/unistdio/u8-vsnprintf.c: New file.
25387         * lib/unistdio/u8-vsprintf.c: New file.
25388         * lib/unistdio/u8-u8-asnprintf.c: New file.
25389         * lib/unistdio/u8-u8-asprintf.c: New file.
25390         * lib/unistdio/u8-u8-snprintf.c: New file.
25391         * lib/unistdio/u8-u8-sprintf.c: New file.
25392         * lib/unistdio/u8-u8-vasnprintf.c: New file.
25393         * lib/unistdio/u8-u8-vasprintf.c: New file.
25394         * lib/unistdio/u8-u8-vsnprintf.c: New file.
25395         * lib/unistdio/u8-u8-vsprintf.c: New file.
25396         * lib/unistdio/u16-asnprintf.c: New file.
25397         * lib/unistdio/u16-asprintf.c: New file.
25398         * lib/unistdio/u16-printf-parse.c: New file.
25399         * lib/unistdio/u16-snprintf.c: New file.
25400         * lib/unistdio/u16-sprintf.c: New file.
25401         * lib/unistdio/u16-vasnprintf.c: New file.
25402         * lib/unistdio/u16-vasprintf.c: New file.
25403         * lib/unistdio/u16-vsnprintf.c: New file.
25404         * lib/unistdio/u16-vsprintf.c: New file.
25405         * lib/unistdio/u16-u16-asnprintf.c: New file.
25406         * lib/unistdio/u16-u16-asprintf.c: New file.
25407         * lib/unistdio/u16-u16-snprintf.c: New file.
25408         * lib/unistdio/u16-u16-sprintf.c: New file.
25409         * lib/unistdio/u16-u16-vasnprintf.c: New file.
25410         * lib/unistdio/u16-u16-vasprintf.c: New file.
25411         * lib/unistdio/u16-u16-vsnprintf.c: New file.
25412         * lib/unistdio/u16-u16-vsprintf.c: New file.
25413         * lib/unistdio/u32-asnprintf.c: New file.
25414         * lib/unistdio/u32-asprintf.c: New file.
25415         * lib/unistdio/u32-printf-parse.c: New file.
25416         * lib/unistdio/u32-snprintf.c: New file.
25417         * lib/unistdio/u32-sprintf.c: New file.
25418         * lib/unistdio/u32-vasnprintf.c: New file.
25419         * lib/unistdio/u32-vasprintf.c: New file.
25420         * lib/unistdio/u32-vsnprintf.c: New file.
25421         * lib/unistdio/u32-vsprintf.c: New file.
25422         * lib/unistdio/u32-u32-asnprintf.c: New file.
25423         * lib/unistdio/u32-u32-asprintf.c: New file.
25424         * lib/unistdio/u32-u32-snprintf.c: New file.
25425         * lib/unistdio/u32-u32-sprintf.c: New file.
25426         * lib/unistdio/u32-u32-vasnprintf.c: New file.
25427         * lib/unistdio/u32-u32-vasprintf.c: New file.
25428         * lib/unistdio/u32-u32-vsnprintf.c: New file.
25429         * lib/unistdio/u32-u32-vsprintf.c: New file.
25430         * tests/unistdio/test-ulc-asnprintf1.c: New file.
25431         * tests/unistdio/test-ulc-asnprintf1.h: New file.
25432         * tests/unistdio/test-ulc-printf1.h: New file.
25433         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
25434         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
25435         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
25436         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
25437         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
25438         * tests/unistdio/test-ulc-vasprintf1.c: New file.
25439         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
25440         * tests/unistdio/test-ulc-vsprintf1.c: New file.
25441         * tests/unistdio/test-u8-asnprintf1.c: New file.
25442         * tests/unistdio/test-u8-asnprintf1.h: New file.
25443         * tests/unistdio/test-u8-printf1.h: New file.
25444         * tests/unistdio/test-u8-vasnprintf1.c: New file.
25445         * tests/unistdio/test-u8-vasnprintf2.c: New file.
25446         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
25447         * tests/unistdio/test-u8-vasnprintf3.c: New file.
25448         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
25449         * tests/unistdio/test-u8-vasprintf1.c: New file.
25450         * tests/unistdio/test-u8-vsnprintf1.c: New file.
25451         * tests/unistdio/test-u8-vsprintf1.c: New file.
25452         * tests/unistdio/test-u16-asnprintf1.c: New file.
25453         * tests/unistdio/test-u16-asnprintf1.h: New file.
25454         * tests/unistdio/test-u16-printf1.h: New file.
25455         * tests/unistdio/test-u16-vasnprintf1.c: New file.
25456         * tests/unistdio/test-u16-vasnprintf2.c: New file.
25457         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
25458         * tests/unistdio/test-u16-vasnprintf3.c: New file.
25459         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
25460         * tests/unistdio/test-u16-vasprintf1.c: New file.
25461         * tests/unistdio/test-u16-vsnprintf1.c: New file.
25462         * tests/unistdio/test-u16-vsprintf1.c: New file.
25463         * tests/unistdio/test-u32-asnprintf1.c: New file.
25464         * tests/unistdio/test-u32-asnprintf1.h: New file.
25465         * tests/unistdio/test-u32-printf1.h: New file.
25466         * tests/unistdio/test-u32-vasnprintf1.c: New file.
25467         * tests/unistdio/test-u32-vasnprintf2.c: New file.
25468         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
25469         * tests/unistdio/test-u32-vasnprintf3.c: New file.
25470         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
25471         * tests/unistdio/test-u32-vasprintf1.c: New file.
25472         * tests/unistdio/test-u32-vsnprintf1.c: New file.
25473         * tests/unistdio/test-u32-vsprintf1.c: New file.
25474         * modules/unistdio/base: New file.
25475         * modules/unistdio/u-printf-args: New file.
25476         * modules/unistdio/ulc-asnprintf: New file.
25477         * modules/unistdio/ulc-asprintf: New file.
25478         * modules/unistdio/ulc-fprintf: New file.
25479         * modules/unistdio/ulc-printf-parse: New file.
25480         * modules/unistdio/ulc-snprintf: New file.
25481         * modules/unistdio/ulc-sprintf: New file.
25482         * modules/unistdio/ulc-vasnprintf: New file.
25483         * modules/unistdio/ulc-vasprintf: New file.
25484         * modules/unistdio/ulc-vfprintf: New file.
25485         * modules/unistdio/ulc-vsnprintf: New file.
25486         * modules/unistdio/ulc-vsprintf: New file.
25487         * modules/unistdio/u8-asnprintf: New file.
25488         * modules/unistdio/u8-asprintf: New file.
25489         * modules/unistdio/u8-printf-parse: New file.
25490         * modules/unistdio/u8-snprintf: New file.
25491         * modules/unistdio/u8-sprintf: New file.
25492         * modules/unistdio/u8-vasnprintf: New file.
25493         * modules/unistdio/u8-vasprintf: New file.
25494         * modules/unistdio/u8-vsnprintf: New file.
25495         * modules/unistdio/u8-vsprintf: New file.
25496         * modules/unistdio/u8-u8-asnprintf: New file.
25497         * modules/unistdio/u8-u8-asprintf: New file.
25498         * modules/unistdio/u8-u8-snprintf: New file.
25499         * modules/unistdio/u8-u8-sprintf: New file.
25500         * modules/unistdio/u8-u8-vasnprintf: New file.
25501         * modules/unistdio/u8-u8-vasprintf: New file.
25502         * modules/unistdio/u8-u8-vsnprintf: New file.
25503         * modules/unistdio/u8-u8-vsprintf: New file.
25504         * modules/unistdio/u16-asnprintf: New file.
25505         * modules/unistdio/u16-asprintf: New file.
25506         * modules/unistdio/u16-printf-parse: New file.
25507         * modules/unistdio/u16-snprintf: New file.
25508         * modules/unistdio/u16-sprintf: New file.
25509         * modules/unistdio/u16-vasnprintf: New file.
25510         * modules/unistdio/u16-vasprintf: New file.
25511         * modules/unistdio/u16-vsnprintf: New file.
25512         * modules/unistdio/u16-vsprintf: New file.
25513         * modules/unistdio/u16-u16-asnprintf: New file.
25514         * modules/unistdio/u16-u16-asprintf: New file.
25515         * modules/unistdio/u16-u16-snprintf: New file.
25516         * modules/unistdio/u16-u16-sprintf: New file.
25517         * modules/unistdio/u16-u16-vasnprintf: New file.
25518         * modules/unistdio/u16-u16-vasprintf: New file.
25519         * modules/unistdio/u16-u16-vsnprintf: New file.
25520         * modules/unistdio/u16-u16-vsprintf: New file.
25521         * modules/unistdio/u32-asnprintf: New file.
25522         * modules/unistdio/u32-asprintf: New file.
25523         * modules/unistdio/u32-printf-parse: New file.
25524         * modules/unistdio/u32-snprintf: New file.
25525         * modules/unistdio/u32-sprintf: New file.
25526         * modules/unistdio/u32-vasnprintf: New file.
25527         * modules/unistdio/u32-vasprintf: New file.
25528         * modules/unistdio/u32-vsnprintf: New file.
25529         * modules/unistdio/u32-vsprintf: New file.
25530         * modules/unistdio/u32-u32-asnprintf: New file.
25531         * modules/unistdio/u32-u32-asprintf: New file.
25532         * modules/unistdio/u32-u32-snprintf: New file.
25533         * modules/unistdio/u32-u32-sprintf: New file.
25534         * modules/unistdio/u32-u32-vasnprintf: New file.
25535         * modules/unistdio/u32-u32-vasprintf: New file.
25536         * modules/unistdio/u32-u32-vsnprintf: New file.
25537         * modules/unistdio/u32-u32-vsprintf: New file.
25538         * modules/unistdio/ulc-asnprintf-tests: New file.
25539         * modules/unistdio/ulc-vasnprintf-tests: New file.
25540         * modules/unistdio/ulc-vasprintf-tests: New file.
25541         * modules/unistdio/ulc-vsnprintf-tests: New file.
25542         * modules/unistdio/ulc-vsprintf-tests: New file.
25543         * modules/unistdio/u8-asnprintf-tests: New file.
25544         * modules/unistdio/u8-vasnprintf-tests: New file.
25545         * modules/unistdio/u8-vasprintf-tests: New file.
25546         * modules/unistdio/u8-vsnprintf-tests: New file.
25547         * modules/unistdio/u8-vsprintf-tests: New file.
25548         * modules/unistdio/u16-asnprintf-tests: New file.
25549         * modules/unistdio/u16-vasnprintf-tests: New file.
25550         * modules/unistdio/u16-vasprintf-tests: New file.
25551         * modules/unistdio/u16-vsnprintf-tests: New file.
25552         * modules/unistdio/u16-vsprintf-tests: New file.
25553         * modules/unistdio/u32-asnprintf-tests: New file.
25554         * modules/unistdio/u32-vasnprintf-tests: New file.
25555         * modules/unistdio/u32-vasprintf-tests: New file.
25556         * modules/unistdio/u32-vsnprintf-tests: New file.
25557         * modules/unistdio/u32-vsprintf-tests: New file.
25558         * MODULES.html.sh (Unicode string functions): Add the new modules.
25559
25560 2007-07-01  Bruno Haible  <bruno@clisp.org>
25561
25562         * lib/sprintf.c (sprintf): Limit the available length estimation,
25563         to avoid address wraparound.
25564         * lib/vsprintf.c (vsprintf): Likewise.
25565         * modules/sprintf-posix (Dependencies): Add stdint.
25566         * modules/vsprintf-posix (Dependencies): Likewise.
25567
25568 2007-07-01  Bruno Haible  <bruno@clisp.org>
25569
25570         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
25571         Windows PATH as well. Conservative double-quoting. Comments.
25572
25573 2007-07-01  Bruno Haible  <bruno@clisp.org>
25574             Eric Blake  <ebb9@byu.net>
25575             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25576
25577         * gnulib-tool (self_abspathname): Fix algorithm to cope with
25578         empty components in $PATH, denoting '.'.
25579
25580 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25581
25582         * gnulib-tool: Fix indentation.
25583         (func_create_megatestdir): Likewise.
25584         Report by Bruno Haible.
25585
25586 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25587
25588         Sync from Automake.
25589         * build-aux/gnupload: Fix shell portability issues with for loops.
25590         Report by Karl Berry.
25591
25592 2007-06-29  Simon Josefsson  <simon@josefsson.org>
25593
25594         * build-aux/maint.mk (POURL): Use translationproject.org.
25595
25596 2007-06-27  Simon Josefsson  <simon@josefsson.org>
25597             Bruno Haible  <bruno@clisp.org>
25598
25599         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
25600         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
25601         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
25602         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
25603         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
25604
25605 2007-06-27  Bruno Haible  <bruno@clisp.org>
25606
25607         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
25608         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
25609
25610 2007-06-26  Karl Berry  <karl@gnu.org>
25611
25612         * MODULES.html.sh: remove xreadlink-with-size.
25613
25614 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
25615
25616         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
25617         method that I hope also handles the double-include problem noted
25618         by Bruno Haible in
25619         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
25620
25621 2007-06-23  Bruno Haible  <bruno@clisp.org>
25622
25623         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25624         Don't let the 'mostlyclean' target fail if the last subdirectory could
25625         not be removed.
25626         Reported by Karl Berry.
25627
25628 2007-06-23  Bruno Haible  <bruno@clisp.org>
25629
25630         * gnulib-tool (echo): Add a speedier workaround for ksh.
25631         * tests/test-echo.sh: Likewise.
25632
25633 2007-06-23  Bruno Haible  <bruno@clisp.org>
25634
25635         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
25636         * tests/test-echo.sh: Likewise.
25637
25638 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25639
25640         * gnulib-tool (IFS): Initialize early, so we don't set it to
25641         empty later.
25642         (self_abspathname): Rewrite algorithm to set it, reindent.
25643         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
25644         (func_create_megatestdir): Merge some sed scripts.
25645
25646 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
25647
25648         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
25649         exposed by Sun Studio 11 cc on Solaris 8.
25650
25651 2007-06-22  Bruno Haible  <bruno@clisp.org>
25652
25653         * gnulib-tool (echo): Ensure the echo primitive does not interpret
25654         backslashes.
25655         * tests/test-echo.sh: New file.
25656
25657 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25658
25659         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
25660         simplify `sed_replace_build_aux' scripts, they are portable but
25661         echoing them with `echo' is not.
25662         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
25663
25664 2007-06-21  Karl Berry  <karl@gnu.org>
25665
25666         * config/srclist.txt: guess we can't handle the licenses via
25667         srclist at the moment.
25668
25669 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
25670
25671         * MODULES.html.sh: Add include_next.
25672         * modules/include_next: New file.
25673
25674 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
25675
25676         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
25677         INCLUDE_NEXT.
25678         (gl_CHECK_NEXT_HEADERS): New macro.
25679         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
25680         the obsolescent gl_ABSOLUTE_HEADER.
25681         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
25682         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
25683         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
25684         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25685         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
25686         * m4/math_h.m4 (gl_MATH_H): Likewise.
25687         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25688         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
25689         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
25690         * m4/stdint.m4 (gl_STDINT_H): Likewise.
25691         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
25692         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
25693         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
25694         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25695         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25696         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
25697         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
25698         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
25699         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
25700         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
25701         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
25702         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
25703         * m4/inttypes.m4 (gl_INTTYPES_H): Define
25704         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
25705         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
25706         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
25707         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
25708         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
25709         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
25710         * lib/float_.h: Likewise.
25711         * lib/inttypes_.h: Likewise.
25712         * lib/math_.h: Likewise.
25713         * lib/search_.h: Likewise.
25714         * lib/signal_.h: Likewise.
25715         * lib/stdint_.h: Likewise.
25716         * lib/stdio_.h: Likewise.
25717         * lib/stdlib_.h: Likewise.
25718         * lib/string_.h: Likewise.
25719         * lib/sys_stat_.h: Likewise.
25720         * lib/sys_time_.h: Likewise.
25721         * lib/time_.h: Likewise.
25722         * lib/unistd_.h: Likewise.
25723         * lib/wchar_.h: Likewise.
25724         * lib/wctype_.h: Likewise.
25725         * lib/dirent_.h: Likewise.
25726         * lib/iconv_.h: Likewise.
25727         * lib/locale_.h: Likewise.
25728         * lib/netinet_in_.h: Likewise.
25729         * lib/sys_select_.h: Likewise.
25730         * lib/sys_socket_.h: Likewise.
25731         * lib/sysexits_.h: Likewise.
25732         * modules/fcntl (Depends-on): Depend on include_next, not
25733         absolute_header.
25734         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
25735         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
25736         * modules/fchdir: Likewise.
25737         * modules/float: Likewise.
25738         * modules/iconv_open: Likewise.
25739         * modules/inttypes: Likewise.
25740         * modules/locale: Likewise.
25741         * modules/math: Likewise.
25742         * modules/netinet_in: Likewise.
25743         * modules/search: Likewise.
25744         * modules/signal: Likewise.
25745         * modules/stdint: Likewise.
25746         * modules/stdio: Likewise.
25747         * modules/stdlib: Likewise.
25748         * modules/string: Likewise.
25749         * modules/sys_select: Likewise.
25750         * modules/sys_socket: Likewise.
25751         * modules/sys_stat: Likewise.
25752         * modules/sys_time: Likewise.
25753         * modules/sysexits: Likewise.
25754         * modules/time: Likewise.
25755         * modules/unistd: Likewise.
25756         * modules/wchar: Likewise.
25757         * modules/wctype: Likewise.
25758         * modules/sys_stat: Change maintainer to "all".
25759         * modules/unistd: Likewise.
25760
25761 2007-06-20  Karl Berry  <karl@gnu.org>
25762
25763         * config/srclist.txt: track www changes in license files.
25764
25765 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
25766
25767         * build-aux/bootstrap: Remove stray dot.
25768         Make sure build_aux settings are honored when linking
25769         gnulib_extra_files.
25770
25771 2007-06-19  Eric Blake  <ebb9@byu.net>
25772
25773         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
25774         Allow compilation on cygwin.
25775
25776 2007-06-19  Jim Meyering  <jim@meyering.net>
25777
25778         xreadlink-with-size: Remove module.  No longer used.
25779         Ex-callers now use xreadlink or mreadlink-with-size.
25780         * modules/xreadlink-with-size: Remove module.
25781         * lib/xreadlink-with-size.c: Remove file.
25782         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
25783         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
25784         just before the function definition *is* accurate.
25785
25786         Eliminate one way canonicalize_filename_mode could exit.
25787         * lib/canonicalize.c (canonicalize_filename_mode):
25788         Use mreadlink_with_size, not xreadlink_with_size.
25789
25790 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
25791
25792         Detect porting problems to FreeBSD/arm, which has time_t wider than
25793         long int.  Original problem reported for GNU diff by Xin Li in
25794         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
25795         * modules/getdate (Depends-on): Add intprops, verify.
25796         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
25797         is an integer type no wider than long int.
25798
25799 2007-06-18  Jim Meyering  <jim@meyering.net>
25800
25801         New module: mreadlink-with-size.
25802         * MODULES.html.sh: Add mreadlink-with-size.
25803         * modules/mreadlink-with-size: New module
25804         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
25805         not xreadlink-with-size.
25806         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
25807
25808 2007-06-16  Bruno Haible  <bruno@clisp.org>
25809
25810         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
25811         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
25812         Reported by Gary V. Vaughan <gary@gnu.org>.
25813
25814 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
25815
25816         Revamp lchown so that it lives in unistd.h where it belongs.
25817         * lib/lchown.h: Remove.
25818         * lib/dirchownmod.c: Don't include lib/lchown.h.
25819         * lib/fchownat.c: Likewise.
25820         * lib/openat.c: Likewise.
25821         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
25822         does not follow symlinks.
25823         (EOPNOTSUPP): Define if not defined.
25824         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
25825         is defined to 0.
25826         (lchown): New decl.
25827         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
25828         Do not check for lchown decl.
25829         Set REPLACE_LCHOWN.
25830         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
25831         REPLACE_LCHOWN.
25832         * modules/chown: Make it clear it follows symlinks.
25833         * modules/lchown: Make it clear it doesn't follow symlinks.
25834         (Files): Remove lib/lchown.h
25835         (Depends-on): Add unistd.
25836         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
25837         (Include): Include <unistd.h>, not "lchown.h".
25838         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
25839         REPLACE_LCHOWN.
25840
25841 2007-06-15  Jim Meyering  <jim@meyering.net>
25842
25843         Change license (GPL to LGPL) of fsusage and dependents.
25844         * modules/fsusage (License): Change to LGPL.
25845         * modules/full-read (License): Likewise.
25846         * modules/full-write (License): Likewise.
25847         * modules/safe-read (License): Likewise.
25848         * modules/safe-write (License): Likewise.
25849
25850 2007-06-14  Ben Pfaff  <blp@gnu.org>
25851
25852         Missing part of allocsa -> malloca transition.
25853         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
25854         gl_MALLOCA.
25855
25856 2007-06-12  Bruno Haible  <bruno@clisp.org>
25857
25858         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
25859         to ia64, x86_64, i386.
25860         Reported by Eric Blake.
25861
25862 2007-06-12  Bruno Haible  <bruno@clisp.org>
25863
25864         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
25865         cross-compiling to x86_64.
25866
25867 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
25868
25869         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
25870         glitch reported by Ralf Wildenhues in
25871         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
25872
25873         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
25874         Vin Shelton.
25875
25876 2007-06-11  Bruno Haible  <bruno@clisp.org>
25877
25878         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
25879         replacement string.
25880         Reported by Eric Blake.
25881
25882 2007-06-10  Bruno Haible  <bruno@clisp.org>
25883
25884         Prepare vasnprintf code for use with Unicode strings.
25885         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
25886         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
25887         TYPE_U32_STRING.
25888         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
25889         a_u32_string variants.
25890         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
25891         * lib/printf-args.c: Don't include config.h and the specification
25892         header if PRINTF_FETCHARGS is already defined.
25893         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
25894         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
25895         TYPE_U16_STRING, TYPE_U32_STRING.
25896         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
25897         u16_directive, u16_directives, u32_directive, u32_directives): New
25898         types.
25899         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
25900         New declarations.
25901         * lib/printf-parse.c: Don't include config.h and the specification
25902         header if PRINTF_PARSE is already defined. Eliminate the set of
25903         parameters for WIDE_CHAR_VERSION; the user of this file must provide
25904         them now. Include c-ctype.h.
25905         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
25906         directive and CHAR_T_ONLY_ASCII.
25907         * lib/vasnprintf.c: Don't include config.h and the specification header
25908         if VASNPRINTF is already defined.
25909         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
25910         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
25911         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
25912         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
25913         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
25914         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
25915         code accordingly.
25916         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
25917         pad_ourselves also in this case, with the 'c' and 's' directives, and
25918         with a different notion of "width".
25919         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
25920
25921 2007-06-10  Bruno Haible  <bruno@clisp.org>
25922
25923         * modules/unistr/u32-mbsnlen: New file.
25924         * lib/unistr/u32-mbsnlen.c: New file.
25925
25926         * modules/unistr/u16-mbsnlen: New file.
25927         * lib/unistr/u16-mbsnlen.c: New file.
25928
25929         * modules/unistr/u8-mbsnlen: New file.
25930         * lib/unistr/u8-mbsnlen.c: New file.
25931
25932         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
25933         declarations.
25934
25935 2007-06-10  Bruno Haible  <bruno@clisp.org>
25936
25937         * lib/string_.h (mbsnlen): New declaration.
25938         * lib/mbsnlen.c: New file.
25939         * m4/mbsnlen.m4: New file.
25940         * modules/mbsnlen: New file.
25941         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
25942         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
25943         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
25944
25945 2007-06-10  Bruno Haible  <bruno@clisp.org>
25946
25947         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
25948
25949 2007-06-10  Bruno Haible  <bruno@clisp.org>
25950
25951         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
25952         * lib/mbuiter.h: Likewise.
25953
25954 2007-06-10  Bruno Haible  <bruno@clisp.org>
25955
25956         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
25957         declaration.
25958
25959 2007-06-10  Karl Berry  <karl@gnu.org>
25960
25961         * config/srclist.txt: remove gettext entries, Bruno prefers
25962         to update individually.
25963
25964 2007-06-10  Bruno Haible  <bruno@clisp.org>
25965
25966         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
25967         'maxlen'. Ensure only length + width bytes are allocated, not
25968         length + 1 + width.
25969
25970 2007-06-09  Bruno Haible  <bruno@clisp.org>
25971
25972         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
25973         (CHAR_T): Remove macro.
25974         (VASNPRINTF): Update.
25975
25976 2007-06-09  Bruno Haible  <bruno@clisp.org>
25977
25978         * MODULES.html.sh (Unicode string functions): Add the new modules.
25979
25980         * modules/uniconv/u32-conv-to-enc: New file.
25981         * lib/uniconv/u32-conv-to-enc.c: New file.
25982         * modules/uniconv/u32-conv-to-enc-tests: New file.
25983         * tests/uniconv/test-u32-conv-to-enc.c: New file.
25984
25985         * modules/uniconv/u16-conv-to-enc: New file.
25986         * lib/uniconv/u16-conv-to-enc.c: New file.
25987         * lib/uniconv/u-conv-to-enc.h: New file.
25988         * modules/uniconv/u16-conv-to-enc-tests: New file.
25989         * tests/uniconv/test-u16-conv-to-enc.c: New file.
25990
25991         * modules/uniconv/u8-conv-to-enc: New file.
25992         * lib/uniconv/u8-conv-to-enc.c: New file.
25993         * modules/uniconv/u8-conv-to-enc-tests: New file.
25994         * tests/uniconv/test-u8-conv-to-enc.c: New file.
25995
25996         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
25997         u32_conv_to_encoding): New declarations.
25998
25999 2007-06-09  Bruno Haible  <bruno@clisp.org>
26000
26001         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
26002
26003 2007-06-09  Bruno Haible  <bruno@clisp.org>
26004
26005         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
26006         * modules/malloca: Renamed from modules/allocsa, updated.
26007         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
26008         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
26009         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
26010         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
26011         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
26012         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
26013         * modules/xmalloca: Renamed from modules/xallocsa, updated.
26014         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
26015         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
26016         * modules/c-strcasestr (Depends-on): Update.
26017         * lib/c-strcasestr.c: Update.
26018         * modules/c-strstr (Depends-on): Update.
26019         * lib/c-strstr.c: Update.
26020         * modules/canonicalize-lgpl (Depends-on): Update.
26021         * lib/canonicalize-lgpl.c: Update.
26022         * modules/clean-temp (Depends-on): Update.
26023         * lib/clean-temp.c: Update.
26024         * modules/csharpcomp (Depends-on): Update.
26025         * lib/csharpcomp.c: Update.
26026         * modules/csharpexec (Depends-on): Update.
26027         * lib/csharpexec.c: Update.
26028         * modules/javacomp (Depends-on): Update.
26029         * lib/javacomp.c: Update.
26030         * modules/javaexec (Depends-on): Update.
26031         * lib/javaexec.c: Update.
26032         * modules/mbscasestr (Depends-on): Update.
26033         * lib/mbscasestr.c: Update.
26034         * modules/mbsstr (Depends-on): Update.
26035         * lib/mbsstr.c: Update.
26036         * modules/setenv (Depends-on): Update.
26037         * lib/setenv.c: Update.
26038         * modules/strcasestr (Depends-on): Update.
26039         * lib/strcasestr.c: Update.
26040         * modules/striconveha (Depends-on): Update.
26041         * lib/striconveha.c: Update.
26042         * modules/relocatable-prog-wrapper (Files): Update.
26043         * lib/relocwrapper.c: Update.
26044         * build-aux/install-reloc: Update.
26045         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
26046
26047 2007-06-08  Bruno Haible  <bruno@clisp.org>
26048
26049         Port to uClibc.
26050         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
26051         * lib/fpurge.c (fpurge): Likewise.
26052         * lib/freading.c (freading): Likewise.
26053         * lib/fseeko.c (rpl_fseeko): Likewise.
26054         * lib/fseterr.c (fseterr): Likewise.
26055         * lib/fwriting.c (fwriting): Likewise.
26056         * tests/test-fflush.c (main): Avoid a failure on uClibc.
26057
26058 2007-06-08  Bruno Haible  <bruno@clisp.org>
26059
26060         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
26061         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
26062         * modules/gettext (Files): Add m4/intlmacosx.m4.
26063
26064 2007-06-07  Bruno Haible  <bruno@clisp.org>
26065
26066         * modules/localename-tests: New file.
26067         * tests/test-localename.c: New file.
26068
26069         New module 'localename'.
26070         * lib/localename.h: New file.
26071         * lib/localename.c: New file, from GNU gettext.
26072         * m4/localename.m4: New file.
26073         * modules/localename: New file.
26074
26075 2007-06-07  Bruno Haible  <bruno@clisp.org>
26076
26077         Work around the lack of <wchar.h> on some builds of uClibc.
26078         * doc/headers/wchar.texi: Update.
26079         * lib/wchar_.h: Include <wchar.h> only if it exists.
26080         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
26081         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
26082         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
26083         doesn't exist.
26084         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
26085         * modules/mbfile (Depends-on): Add wchar.
26086         * modules/mbiter (Depends-on): Likewise.
26087         * modules/mbuiter (Depends-on): Likewise.
26088         Reported by Simon Josefsson.
26089
26090 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
26091
26092         Work around problem reported by Steven M. Schweda in
26093         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
26094         Tru64 5.1B with the Compaq compiler environment installed declares
26095         an 'isblank' function but does not define it in the C library.
26096         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
26097         * lib/regex_internal.h (isblank): Likewise.
26098         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
26099         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
26100
26101 2007-06-05  Bruno Haible  <bruno@clisp.org>
26102
26103         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
26104         ia64.
26105         * modules/printf-safe: New file.
26106         * modules/fprintf-posix (Depends-on): Add printf-safe.
26107         * modules/printf-posix (Depends-on): Likewise.
26108         * modules/snprintf-posix (Depends-on): Likewise.
26109         * modules/sprintf-posix (Depends-on): Likewise.
26110         * modules/vasnprintf-posix (Depends-on): Likewise.
26111         * modules/vasprintf-posix (Depends-on): Likewise.
26112         * modules/vfprintf-posix (Depends-on): Likewise.
26113         * modules/vprintf-posix (Depends-on): Likewise.
26114         * modules/vsnprintf-posix (Depends-on): Likewise.
26115         * modules/vsprintf-posix (Depends-on): Likewise.
26116         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
26117         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
26118         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
26119         "no" on i386, x86_64, ia64.
26120         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
26121         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
26122         on i386, x86_64, ia64.
26123         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
26124         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
26125         on i386, x86_64, ia64.
26126         * tests/test-vasnprintf-posix.c: Include float.h.
26127         (LDBL80_WORDS): New macro.
26128         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
26129         on i386, x86_64, ia64.
26130         * tests/test-vasprintf-posix.c: Include float.h.
26131         (LDBL80_WORDS): New macro.
26132         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
26133         on i386, x86_64, ia64.
26134         * tests/test-snprintf-posix.c: Include float.h.
26135         * tests/test-sprintf-posix.c: Likewise.
26136         * tests/test-vsnprintf-posix.c: Likewise.
26137         * tests/test-vsprintf-posix.c: Likewise.
26138
26139 2007-06-05  Bruno Haible  <bruno@clisp.org>
26140
26141         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
26142         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
26143         non-IEEE numbers on i386, x86_64, ia64.
26144         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
26145         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
26146         * tests/test-isnanl.h: Include float.h.
26147         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
26148
26149 2007-06-05  Bruno Haible  <bruno@clisp.org>
26150
26151         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
26152         also the %a / %A. Handle the %a / %A code before this extra handling.
26153
26154 2007-06-05  Bruno Haible  <bruno@clisp.org>
26155
26156         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
26157         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
26158
26159 2007-06-05  Bruno Haible  <bruno@clisp.org>
26160
26161         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
26162         typo in variable name.
26163
26164 2007-06-05  Eric Blake  <ebb9@byu.net>
26165
26166         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
26167         Reported by Simon Josefsson.
26168
26169 2007-06-04  Bruno Haible  <bruno@clisp.org>
26170
26171         Avoid test failures on some PowerPC platforms.
26172         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
26173         Define differently for PowerPC.
26174         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
26175         Reported by Gary V. Vaughan <gary@gnu.org>.
26176
26177 2007-06-02  Bruno Haible  <bruno@clisp.org>
26178
26179         Fix test-stdint failure on FreeBSD/ia64.
26180         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
26181         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
26182         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
26183         * doc/headers/stdint.texi: Update.
26184
26185 2007-06-01  Bruno Haible  <bruno@clisp.org>
26186
26187         * tests/test-binary-io.c (main): Pass a third argument to open().
26188         Reported by Gary V. Vaughan <gary@gnu.org>.
26189
26190 2007-06-01  Bruno Haible  <bruno@clisp.org>
26191
26192         * doc/functions/frexpl.texi: Update for mingw.
26193
26194 2007-06-01  Bruno Haible  <bruno@clisp.org>
26195
26196         * tests/test-lseek.c (main): Disable test of errno for invalid third
26197         argument.
26198         * doc/functions/lseek.texi: Update.
26199         Reported by Gary V. Vaughan <gary@gnu.org>.
26200
26201 2007-05-28  Bruno Haible  <bruno@clisp.org>
26202
26203         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
26204
26205 2007-05-31  Eric Blake  <ebb9@byu.net>
26206
26207         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
26208         cross compiling.
26209
26210 2007-05-30  Eric Blake  <ebb9@byu.net>
26211         and Bruno Haible  <bruno@clisp.org>
26212
26213         Work around mingw test failures exposed by m4-1.4.9b.
26214         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
26215         * tests/test-unistd.c: Disable uid_t and git_t tests for the
26216         moment.
26217
26218 2007-05-30  Bruno Haible  <bruno@clisp.org>
26219
26220         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
26221         assuming that they are closed. Needed on HP-UX 11.
26222
26223 2007-05-29  Bruno Haible  <bruno@clisp.org>
26224
26225         Fix a problem with #include_next.
26226         * lib/dirent_.h: Split the double-inclusion guard.
26227         * lib/fcntl_.h: Likewise.
26228         * lib/float_.h: Likewise.
26229         * lib/iconv_.h: Likewise.
26230         * lib/inttypes_.h: Likewise.
26231         * lib/locale_.h: Likewise.
26232         * lib/math_.h: Likewise.
26233         * lib/netinet_in_.h: Likewise.
26234         * lib/search_.h: Likewise.
26235         * lib/signal_.h: Likewise.
26236         * lib/stdint_.h: Likewise.
26237         * lib/stdio_.h: Likewise.
26238         * lib/stdlib_.h: Likewise.
26239         * lib/string_.h: Likewise.
26240         * lib/sys_select_.h: Likewise.
26241         * lib/sys_socket_.h: Likewise.
26242         * lib/sys_stat_.h: Likewise.
26243         * lib/sys_time_.h: Likewise.
26244         * lib/sysexits_.h: Likewise.
26245         * lib/time_.h: Likewise.
26246         * lib/unistd_.h: Likewise.
26247         * lib/wchar_.h: Likewise.
26248         * lib/wctype_.h: Likewise.
26249
26250 2007-05-29  Bruno Haible  <bruno@clisp.org>
26251
26252         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
26253         for the moment.
26254
26255 2007-05-29  Bruno Haible  <bruno@clisp.org>
26256
26257         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
26258         invocation.
26259         Reported by Eric Blake.
26260
26261 2007-05-29  Bruno Haible  <bruno@clisp.org>
26262
26263         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
26264         compiling case.
26265
26266 2007-05-29  Eric Blake  <ebb9@byu.net>
26267             Bruno Haible  <bruno@clisp.org>
26268
26269         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
26270         cross compiles.
26271
26272 2007-05-28  Eric Blake  <ebb9@byu.net>
26273
26274         * modules/closein-tests (test_closein_LDADD): Support test on
26275         cygwin with libtool.
26276
26277 2007-05-28  Bruno Haible  <bruno@clisp.org>
26278
26279         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
26280         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
26281         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
26282         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
26283         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
26284         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
26285         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
26286         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
26287         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
26288
26289 2007-05-28  Eric Blake  <ebb9@byu.net>
26290
26291         Unconditionally include <config.h> in unit tests.
26292         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
26293         * tests/test-allocsa.c, tests/test-arcfour.c,
26294         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
26295         tests/test-array_list.c, tests/test-array_oset.c,
26296         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
26297         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
26298         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
26299         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
26300         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
26301         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
26302         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
26303         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
26304         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
26305         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
26306         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
26307         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
26308         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
26309         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
26310         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
26311         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
26312         test-md5.c, test-memmem.c, test-printf-posix.c,
26313         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
26314         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
26315         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
26316         test-strcasestr.c, test-striconv.c, test-striconveh.c,
26317         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
26318         test-vasnprintf-posix2.c, test-vasnprintf.c,
26319         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
26320         test-vfprintf-posix.c, test-vprintf-posix.c,
26321         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
26322         test-xvasprintf.c: Likewise.
26323
26324 2007-05-28  Bruno Haible  <bruno@clisp.org>
26325
26326         * gnulib-tool (func_import): Remember the --with-tests command-line
26327         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
26328         Reported by Eric Blake.
26329
26330 2007-05-28  Bruno Haible  <bruno@clisp.org>
26331
26332         * modules/ftell-tests: New file.
26333         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
26334         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
26335
26336         * lib/ftell.c: New file.
26337         * modules/ftell: New file.
26338         * m4/ftell.m4: New file.
26339         * doc/functions/ftell.texi: Update.
26340         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
26341         REPLACE_FTELL.
26342         * lib/stdio_.h (rpl_ftell): New declaration.
26343         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
26344         REPLACE_FTELL.
26345
26346 2007-05-28  Eric Blake  <ebb9@byu.net>
26347
26348         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
26349
26350 2007-05-28  Bruno Haible  <bruno@clisp.org>
26351
26352         * modules/fseek-tests: New file.
26353         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
26354         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
26355
26356         * lib/fseek.c: New file.
26357         * modules/fseek: New file.
26358         * m4/fseek.m4: New file.
26359         * doc/functions/fseek.texi: Update.
26360         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
26361         REPLACE_FSEEK.
26362         * lib/stdio_.h (rpl_fseek): New declaration.
26363         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
26364         REPLACE_FSEEK.
26365
26366 2007-05-28  Bruno Haible  <bruno@clisp.org>
26367
26368         * lib/stdio_.h (fflush): More comments.
26369
26370 2007-05-28  Bruno Haible  <bruno@clisp.org>
26371
26372         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
26373         runtime test.
26374
26375 2007-05-28  Eric Blake  <ebb9@byu.net>
26376
26377         Improve lseek module.
26378         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
26379         * lib/unistd_.h (lseek): Scale back link warning message.
26380         * tests/test-lseek.c: Beef up test.
26381         * tests/test-lseek.sh: Exercise more facets of lseek.
26382         Reported by Bruno Haible.
26383
26384 2007-05-28  Bruno Haible  <bruno@clisp.org>
26385
26386         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
26387         to define.
26388
26389 2007-05-27  Bruno Haible  <bruno@clisp.org>
26390
26391         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
26392
26393 2007-05-27  Bruno Haible  <bruno@clisp.org>
26394
26395         * modules/openmp: New file.
26396         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
26397         Noah Misch.
26398
26399 2007-05-26  Bruno Haible  <bruno@clisp.org>
26400
26401         * modules/chdir-long (Depends-on): Add fchdir.
26402         * modules/chdir-safer (Depends-on): Likewise.
26403         * modules/fts (Depends-on): Likewise.
26404         * modules/fts-lgpl (Depends-on): Likewise.
26405         * modules/openat (Depends-on): Likewise.
26406         * modules/savewd (Depends-on): Likewise.
26407
26408 2007-05-24  Eric Blake  <ebb9@byu.net>
26409
26410         Fix lseek on mingw.
26411         * modules/lseek: New module.
26412         * m4/lseek.m4: New file.
26413         * lib/lseek.c: New file.
26414         * modules/lseek-tests: New file.
26415         * tests/test-lseek.c: New file.
26416         * tests/test-lseek.sh: New file.
26417         * MODULES.html.sh: Document lseek module.
26418         * modules/fflush (Depends-on): Add lseek, fseeko.
26419         * modules/fseeko (Depends-on): Likewise.
26420         * modules/ftello (Depends-on): Likewise.
26421         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
26422         broken.
26423         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
26424         broken.
26425         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
26426         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
26427         * lib/ftello.c (rpl_ftello): Likewise.
26428         * tests/test-fseeko.c (main): Test this.
26429         * tests/test-fseeko.sh: Likewise.
26430         * tests/test-ftello.c (main): Likewise.
26431         * tests/test-ftello.sh: Likewise.
26432         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
26433         implies replacing fseek.
26434         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
26435         HAVE_FTELLO.
26436         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
26437         * modules/unistd (Makefile.am): Likewise.
26438         * lib/unistd_.h (lseek): Declare a replacement.
26439         * doc/functions/lseek.texi (lseek): Document this fix.
26440         * doc/functions/fseek.texi (fseek): Likewise.
26441         * doc/functions/ftell.texi (ftell): Likewise.
26442
26443 2007-05-24  Bruno Haible  <bruno@clisp.org>
26444
26445         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
26446         in the printed representation of a NaN.
26447         * tests/test-vasprintf-posix.c (test_function): Likewise.
26448         * tests/test-snprintf-posix.h (test_function): Likewise.
26449         * tests/test-sprintf-posix.h (test_function): Likewise.
26450         Reported by Eric Blake.
26451
26452 2007-05-23  Eric Blake  <ebb9@byu.net>
26453
26454         Fix fseeko/ftello on cygwin 1.5.24.
26455         * doc/functions/fseeko.texi (fseeko): Document the fix.
26456         * doc/functions/ftello.texi (ftello): Document the fix.
26457         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
26458         * doc/functions/stdout.text (stdout): New file.
26459         * doc/functions/stderr.text (stderr): New file.
26460         * doc/gnulib.texi (Function Substitutes): Use new files.
26461         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
26462         prior to 1.7.0.
26463         * tests/test-ftello.c (main): Likewise for ftello.
26464         * tests/test-fseeko.sh: New file.
26465         * tests/test-ftello.sh: New file.
26466         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
26467         with seekable stdin.
26468         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
26469         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
26470         (gl_REPLACE_FSEEKO): New macro.
26471         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
26472         * modules/fseeko (Files): Distribute fseeko.c.
26473         * modules/ftello (Files): Distribute ftello.c.
26474         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
26475         mode.
26476         * lib/ftello.c (rpl_ftello): New file.
26477         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
26478         fseeko, ftello.
26479         (gl_STDIN_LARGE_OFFSET): New macro.
26480         * modules/stdio (Makefile.am): Perform the replacement.
26481         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
26482
26483 2007-05-23  Bruno Haible  <bruno@clisp.org>
26484
26485         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
26486         GNULIB_POSIXCHECK is defined.
26487
26488 2007-05-21  Bruno Haible  <bruno@clisp.org>
26489
26490         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
26491         Check also the output for NaN arguments. When cross-compiling, guess
26492         no on IRIX.
26493         * lib/vasnprintf.c: Update comments.
26494         * tests/test-vasnprintf-posix.c (strisnan): New function.
26495         (test_function): Use it.
26496         * tests/test-vasprintf-posix.c (strisnan): New function.
26497         (test_function): Use it.
26498         * tests/test-snprintf-posix.h (strisnan): New function.
26499         (test_function): Use it.
26500         * tests/test-sprintf-posix.h (strisnan): New function.
26501         (test_function): Use it.
26502         Reported by Eric Blake.
26503
26504 2007-05-20  Bruno Haible  <bruno@clisp.org>
26505
26506         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
26507         numbers that fails on BeOS.
26508         * doc/functions/frexpl.texi: Update.
26509
26510 2007-05-20  Jim Meyering  <jim@meyering.net>
26511
26512         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
26513         forced upon us by glibc-2.6.
26514
26515 2007-05-20  Bruno Haible  <bruno@clisp.org>
26516
26517         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
26518         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
26519         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
26520         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
26521         NEED_PRINTF_INFINITE.
26522         (is_infinitel): New function.
26523         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
26524         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
26525         gl_PREREQ_VASNPRINTF_INFINITE.
26526         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
26527         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26528         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
26529         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
26530         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
26531         gl_PREREQ_VASNPRINTF_INFINITE.
26532         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26533         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26534         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26535         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26536         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26537         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26538         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26539         * doc/functions/fprintf.texi: Update.
26540         * doc/functions/printf.texi: Update.
26541         * doc/functions/snprintf.texi: Update.
26542         * doc/functions/sprintf.texi: Update.
26543         * doc/functions/vfprintf.texi: Update.
26544         * doc/functions/vprintf.texi: Update.
26545         * doc/functions/vsnprintf.texi: Update.
26546         * doc/functions/vsprintf.texi: Update.
26547
26548 2007-05-20  Bruno Haible  <bruno@clisp.org>
26549
26550         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
26551         was not found in libc.
26552         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
26553
26554 2007-05-20  Bruno Haible  <bruno@clisp.org>
26555
26556         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
26557         printed as "-nan" instead of "nan".
26558         * tests/test-vasprintf-posix.c (test_function): Likewise.
26559         * tests/test-snprintf-posix.h (test_function): Likewise.
26560         * tests/test-sprintf-posix.h (test_function): Likewise.
26561         Needed for HP-UX 11.
26562
26563 2007-05-20  Jim Meyering  <jim@meyering.net>
26564
26565         Fix buggy test for the fchownat-deref bug.
26566         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
26567         symlink required for the run-test.  Without it, this test would
26568         always declare that fchownat doesn't work, and client code would
26569         unnecessarily use the replacement function with fixed libc.
26570         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
26571         Reported by Greg Schafer.
26572
26573 2007-05-19  Bruno Haible  <bruno@clisp.org>
26574
26575         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
26576         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
26577         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
26578         Needed for IRIX 6.5 and Solaris 2.5.1.
26579
26580 2007-05-19  Bruno Haible  <bruno@clisp.org>
26581
26582         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
26583         (test_function): Skip tests involving -0.0 on platforms where
26584         -0.0 = 0.0.
26585         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
26586         (test_function): Skip tests involving -0.0 on platforms where
26587         -0.0 = 0.0.
26588         * tests/test-snprintf-posix.h (have_minus_zero): New function.
26589         (test_function): Skip tests involving -0.0 on platforms where
26590         -0.0 = 0.0.
26591         * tests/test-sprintf-posix.h (have_minus_zero): New function.
26592         (test_function): Skip tests involving -0.0 on platforms where
26593         -0.0 = 0.0.
26594         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
26595         tests.
26596         * tests/test-printf-posix.h (test_function): Likewise.
26597         * tests/test-printf-posix.output: Remove all -0.0 related results.
26598         Needed for IRIX 6.5.
26599
26600 2007-05-19  Bruno Haible  <bruno@clisp.org>
26601
26602         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
26603         printed as "nan0x7fffffff" instead of "nan".
26604         * tests/test-vasprintf-posix.c (test_function): Likewise.
26605         * tests/test-snprintf-posix.h (test_function): Likewise.
26606         * tests/test-sprintf-posix.h (test_function): Likewise.
26607         * tests/test-fprintf-posix.h (NaN): Remove macro.
26608         (test_function): Remove all NaN related tests.
26609         * tests/test-printf-posix.h (NaN): Remove macro.
26610         (test_function): Remove all NaN related tests.
26611         * tests/test-printf-posix.output: Remove all NaN related results.
26612         Needed for IRIX 6.5.
26613
26614 2007-05-19  Bruno Haible  <bruno@clisp.org>
26615
26616         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
26617         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
26618
26619 2007-05-19  Bruno Haible  <bruno@clisp.org>
26620
26621         * lib/float_.h: New file.
26622         * m4/float_h.m4: New file.
26623         * modules/float: New file.
26624         * modules/isnanl (Dependencies): Add float.
26625         * modules/isnanl-nolibm (Dependencies): Likewise.
26626         * modules/mathl (Dependencies): Likewise.
26627         * modules/printf-frexpl (Dependencies): Likewise.
26628         * modules/signbit (Dependencies): Likewise.
26629         * modules/vasnprintf (Dependencies): Likewise.
26630         * doc/headers/float.texi: Update.
26631
26632 2007-05-19  Jim Meyering  <jim@meyering.net>
26633
26634         * lib/utimens.c (gl_futimens): Rename from futimens,
26635         now that glibc-2.6 declares futimens.
26636         * lib/utimens.h: Likewise.
26637
26638 2007-05-19  Bruno Haible  <bruno@clisp.org>
26639
26640         Avoid test failures on mingw.
26641         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
26642         * tests/test-printf-posix.sh: Likewise.
26643         * tests/test-vfprintf-posix.sh: Likewise.
26644         * tests/test-vprintf-posix.sh: Likewise.
26645
26646 2007-05-19  Bruno Haible  <bruno@clisp.org>
26647
26648         Fix *printf result for NaN, Inf, -0.0 on mingw.
26649         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
26650         * lib/vasnprintf.c: Include math.h and isnan.h.
26651         (is_infinite_or_zero): New function.
26652         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
26653         values in the %f, %F, %e, %E, %g, %G directives.
26654         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
26655         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26656         gl_PRINTF_INFINITE and test its result. Invoke
26657         gl_PREREQ_VASNPRINTF_INFINITE.
26658         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26659         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26660         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26661         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26662         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26663         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26664         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26665         * doc/functions/fprintf.texi: Update.
26666         * doc/functions/printf.texi: Update.
26667         * doc/functions/snprintf.texi: Update.
26668         * doc/functions/sprintf.texi: Update.
26669         * doc/functions/vfprintf.texi: Update.
26670         * doc/functions/vprintf.texi: Update.
26671         * doc/functions/vsnprintf.texi: Update.
26672         * doc/functions/vsprintf.texi: Update.
26673
26674 2007-05-19  Bruno Haible  <bruno@clisp.org>
26675
26676         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
26677         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
26678         Instead of multiplying with 10^k, set extra_zeroes to k.
26679         (scale10_round_long_double): Remove function.
26680
26681 2007-05-18  Bruno Haible  <bruno@clisp.org>
26682
26683         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
26684         introduced on 2007-05-06.
26685
26686 2007-05-18  Bruno Haible  <bruno@clisp.org>
26687
26688         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
26689         %g directives.
26690         * tests/test-vasprintf-posix.c (test_function): Likewise.
26691         * tests/test-snprintf-posix.h (test_function): Likewise.
26692         * tests/test-sprintf-posix.h (test_function): Likewise.
26693
26694 2007-05-18  Bruno Haible  <bruno@clisp.org>
26695
26696         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
26697         (strmatch): New function.
26698         (test_function): Test the %f directive on numbers of various exponents.
26699         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
26700         (strmatch): New function.
26701         (test_function): Test the %f directive on numbers of various exponents.
26702         * tests/test-snprintf-posix.h (strmatch): New function.
26703         (test_function): Test the %f directive on numbers of various exponents.
26704         * tests/test-sprintf-posix.h (strmatch): New function.
26705         (test_function): Test the %f directive on numbers of various exponents.
26706         * tests/test-snprintf-posix.c (SIZEOF): New macro.
26707         * tests/test-sprintf-posix.c (SIZEOF): New macro.
26708         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
26709         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
26710
26711 2007-05-18  Bruno Haible  <bruno@clisp.org>
26712
26713         Add support for 'long double' number output.
26714         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
26715         * lib/vasnprintf.c: Include math.h and float+.h.
26716         (mp_limb_t): New type.
26717         (GMP_LIMB_BITS): New macro.
26718         (mp_twolimb_t): New type.
26719         (GMP_TWOLIMB_BITS): New macro.
26720         (mpn_t): New type.
26721         (multiply, divide, convert_to_decimal, decode_long_double,
26722         scale10_round_long_double, scale10_round_decimal_long_double,
26723         floorlog10l): New functions.
26724         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
26725         for the %f, %F, %e, %E, %g, %G directives.
26726         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
26727         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26728         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
26729         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
26730         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26731         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26732         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26733         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26734         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26735         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26736         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26737         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
26738         * modules/snprintf-posix (Depends-on): Likewise.
26739         * modules/sprintf-posix (Depends-on): Likewise.
26740         * modules/vasnprintf-posix (Depends-on): Likewise.
26741         * modules/vasprintf-posix (Depends-on): Likewise.
26742         * modules/vfprintf-posix (Depends-on): Likewise.
26743         * modules/vsnprintf-posix (Depends-on): Likewise.
26744         * modules/vsprintf-posix (Depends-on): Likewise.
26745         * modules/vasnprintf (Files): Add lib/float+.h.
26746         * doc/functions/fprintf.texi: Update.
26747         * doc/functions/printf.texi: Update.
26748         * doc/functions/snprintf.texi: Update.
26749         * doc/functions/sprintf.texi: Update.
26750         * doc/functions/vfprintf.texi: Update.
26751         * doc/functions/vprintf.texi: Update.
26752         * doc/functions/vsnprintf.texi: Update.
26753         * doc/functions/vsprintf.texi: Update.
26754
26755 2007-05-18  Bruno Haible  <bruno@clisp.org>
26756
26757         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
26758
26759 2007-05-18  Bruno Haible  <bruno@clisp.org>
26760
26761         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
26762         for printing 64-bit integers. Needed for mingw.
26763
26764 2007-05-18  Bruno Haible  <bruno@clisp.org>
26765
26766         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
26767         gl_FUNC_FREXPL_WORKS.
26768         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
26769
26770 2007-05-18  Bruno Haible  <bruno@clisp.org>
26771
26772         * modules/frexpl-nolibm-tests: New file.
26773
26774         * modules/frexpl-nolibm: New file.
26775         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
26776
26777 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
26778
26779         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
26780         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
26781         GCC 4.2, which otherwise issues a lot of warnings.
26782         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
26783         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
26784         Likewise.
26785         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
26786         * modules/iconv_open (iconv.h): Likewise.
26787         * modules/locale (locale.h): Likewise.
26788         * modules/netinet_in (netinet/in.h): Likewise.
26789         * modules/sys_select (sys_select.h): Likewise.
26790         * modules/sys_socket (sys/socket.h): Likewise.
26791         * modules/sys_stat (sys/stat.h): Likewise.
26792         * modules/sysexits (sysexits.h): Likewise.
26793         * modules/unistd (unistd.h): Likewise.
26794
26795 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26796
26797         * modules/closein-tests (Makefile.am): Distribute
26798         `test-closein.sh'.
26799
26800 2007-05-17  Bruno Haible  <bruno@clisp.org>
26801
26802         * tests/test-printf-posix.output: Renamed from
26803         tests/test-fprintf-posix.out.
26804         * modules/fprintf-posix-tests: Update.
26805         * modules/printf-posix-tests: Update.
26806         * modules/vfprintf-posix-tests: Update.
26807         * modules/vprintf-posix-tests: Update.
26808         * tests/test-fprintf-posix.sh: Update.
26809         * tests/test-printf-posix.sh: Update.
26810         * tests/test-vfprintf-posix.sh: Update.
26811         * tests/test-vprintf-posix.sh: Update.
26812         Reported by Ralf Wildenhues.
26813
26814 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
26815
26816         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
26817         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
26818         GCC 4.2, which otherwise issues a lot of warnings.
26819         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
26820         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
26821         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
26822         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
26823         it should no longer be needed.
26824         * lib/string_.h: Likewise.
26825         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
26826         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
26827         * modules/inttypes (inttypes.h): Likewise.
26828         * modules/math (math.h): Likewise.
26829         * modules/search (search.h): Likewise.
26830         * modules/signal (signal.h): Likewise.
26831         * modules/stdint (stdint.h): Likewise.
26832         * modules/stdio (stdio.h): Likewise.
26833         * modules/stdlib (stdlib.h): Likewise.
26834         * modules/string (string.h): Likewise.
26835         * modules/sys_time (sys/time.h): Likewise.
26836         * modules/time (time.h): Likewise.
26837         * modules/wchar (wchar.h): Likewise.
26838         * modules/wctype (wtype.h): Likewise.
26839
26840 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26841
26842         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
26843
26844 2007-05-13  Bruno Haible  <bruno@clisp.org>
26845
26846         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
26847         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
26848         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
26849         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
26850         (gl_PREREQ_STRTOK_R): Don't require it here.
26851
26852 2007-05-13  Bruno Haible  <bruno@clisp.org>
26853
26854         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
26855         when used in C++ mode.
26856
26857 2007-05-12  Bruno Haible  <bruno@clisp.org>
26858
26859         * lib/linebuffer.h: Tweak doc.
26860         * lib/linebuffer.c: Likewise.
26861
26862 2007-05-12  James Youngman  <jay@gnu.org>
26863
26864         * lib/linebuffer.c (readlinebuffer_delim): New function,
26865         like readlinebuffer, but use a caller-specified delimiter.
26866         (readlinebuffer): Just call readlinebuffer_delim with '\n'
26867         as the delimiter.
26868         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
26869
26870 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26871
26872         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
26873         * modules/openat (Files): Remove openat-die.c.
26874         (Depends-on): Add openat-die.
26875         * modules/openat-die: New module.
26876
26877 2007-05-06  Bruno Haible  <bruno@clisp.org>
26878
26879         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
26880         Update with info about Cygwin.
26881         * doc/functions/fprintf.texi: Update.
26882         * doc/functions/printf.texi: Update.
26883         * doc/functions/snprintf.texi: Update.
26884         * doc/functions/sprintf.texi: Update.
26885         * doc/functions/vfprintf.texi: Update.
26886         * doc/functions/vprintf.texi: Update.
26887         * doc/functions/vsnprintf.texi: Update.
26888         * doc/functions/vsprintf.texi: Update.
26889         Reported by Eric Blake.
26890
26891 2007-05-06  Bruno Haible  <bruno@clisp.org>
26892
26893         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
26894         padding ourselves for the floating-point directives.
26895         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
26896         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
26897         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26898         gl_PRINTF_FLAG_ZERO and test its result. Invoke
26899         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
26900         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26901         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
26902         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26903         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26904         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26905         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26906         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26907         * tests/test-snprintf-posix.h (test_function): Also check the width
26908         and some flags in the %f directive.
26909         * tests/test-sprintf-posix.h (test_function): Likewise.
26910         * tests/test-vasnprintf-posix.c (test_function): Likewise.
26911         * tests/test-vasprintf-posix.c (test_function): Likewise.
26912         * doc/functions/fprintf.texi: Update.
26913         * doc/functions/printf.texi: Update.
26914         * doc/functions/snprintf.texi: Update.
26915         * doc/functions/sprintf.texi: Update.
26916         * doc/functions/vfprintf.texi: Update.
26917         * doc/functions/vprintf.texi: Update.
26918         * doc/functions/vsnprintf.texi: Update.
26919         * doc/functions/vsprintf.texi: Update.
26920
26921 2007-05-06  Bruno Haible  <bruno@clisp.org>
26922
26923         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
26924         pass the ' flag character to sprintf or snprintf.
26925         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
26926         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
26927         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26928         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
26929         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
26930         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26931         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
26932         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26933         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26934         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26935         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26936         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26937         * tests/test-snprintf-posix.h (test_function): Also check the grouping
26938         flag.
26939         * tests/test-sprintf-posix.h (test_function): Likewise.
26940         * tests/test-vasnprintf-posix.c (test_function): Likewise.
26941         * tests/test-vasprintf-posix.c (test_function): Likewise.
26942         * doc/functions/fprintf.texi: Update.
26943         * doc/functions/printf.texi: Update.
26944         * doc/functions/snprintf.texi: Update.
26945         * doc/functions/sprintf.texi: Update.
26946         * doc/functions/vfprintf.texi: Update.
26947         * doc/functions/vprintf.texi: Update.
26948         * doc/functions/vsnprintf.texi: Update.
26949         * doc/functions/vsprintf.texi: Update.
26950
26951 2007-05-01  Bruno Haible  <bruno@clisp.org>
26952
26953         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
26954
26955 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
26956
26957         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
26958         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
26959
26960 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26961
26962         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
26963         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
26964         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
26965
26966 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
26967
26968         * lib/argp-help.c (struct hol_entry): New member `ord'.
26969         (HOL_ENTRY_PTRCMP): Use ord for comparison
26970         (hol_sort): Initialize ord.
26971
26972 2007-05-01  Bruno Haible  <bruno@clisp.org>
26973
26974         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
26975         Reported by Eric Blake.
26976         * doc/gnulib.texi (Function Substitutes): Update.
26977
26978 2007-05-01  Bruno Haible  <bruno@clisp.org>
26979
26980         * doc/functions.texi: Remove file, now redundant through
26981         doc/functions/*.texi.
26982
26983 2007-05-01  Bruno Haible  <bruno@clisp.org>
26984
26985         * modules/argp (Depends-on): Add sleep.
26986
26987 2007-05-01  Bruno Haible  <bruno@clisp.org>
26988
26989         * modules/sleep-tests: New file.
26990         * tests/test-sleep.c: New file.
26991
26992         * modules/sleep: New file.
26993         * lib/sleep.c: New file.
26994         * m4/sleep.m4: New file.
26995         * lib/unistd_.h (sleep): New declaration.
26996         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
26997         HAVE_SLEEP.
26998         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
26999         * doc/functions/sleep.texi: Document the sleep module.
27000
27001 2007-05-01  Bruno Haible  <bruno@clisp.org>
27002
27003         * lib/sigprocmask.h: Remove file.
27004         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
27005         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
27006         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
27007         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
27008         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
27009         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
27010         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
27011         HAVE_SIGSET_T as a shell variable.
27012         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
27013         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
27014         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
27015         (Depends-on): Add signal. Remove verify.
27016         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
27017         (Include): Mention <signal.h> instead of sigprocmask.h.
27018         * NEWS: Mention the change.
27019         * lib/fatal-signal.c: Don't include sigprocmask.h.
27020
27021 2007-05-01  Bruno Haible  <bruno@clisp.org>
27022
27023         * modules/signal: New file.
27024         * lib/signal_.h: New file.
27025         * m4/signal_h.m4: New file.
27026
27027 2007-05-01  Bruno Haible  <bruno@clisp.org>
27028
27029         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
27030         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
27031         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
27032         HAVE_WCTYPE_CTMP_BUG into wctype.h.
27033
27034 2007-05-01  Bruno Haible  <bruno@clisp.org>
27035
27036         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
27037         configure time.
27038         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
27039         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
27040         * modules/sys_stat (Makefile.am): Substitute their values into
27041         sys/stat.h.
27042
27043 2007-05-01  Bruno Haible  <bruno@clisp.org>
27044
27045         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
27046         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
27047         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
27048
27049 2007-05-01  Bruno Haible  <bruno@clisp.org>
27050
27051         * doc/header/assert.texi: Undo last change: don't mention the gnulib
27052         'assert' module here.
27053
27054 2007-05-01  Bruno Haible  <bruno@clisp.org>
27055
27056         * doc/functions/*.texi: New files.
27057         * doc/functions/google-ranking.txt: New file.
27058         * doc/gnulib.texi (Function Substitutes): New chapter.
27059         (ctime, inet_ntoa): Remove sections.
27060         * doc/ctime.texi: Remove file.
27061         * doc/inet_ntoa.texi: Remove file.
27062         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
27063         dependencies.
27064         (%.info): New rule, specifying a --reference-limit.
27065
27066 2007-05-01  Bruno Haible  <bruno@clisp.org>
27067
27068         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
27069
27070 2007-05-01  Bruno Haible  <bruno@clisp.org>
27071
27072         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
27073         the portability of 'mkdir' to mingw systems.
27074
27075 2007-05-01  Bruno Haible  <bruno@clisp.org>
27076
27077         * doc/headers/google-ranking.txt: New file.
27078
27079 2007-04-30  Eric Blake  <ebb9@byu.net>
27080
27081         Prefer fseeko to fseek.
27082         * modules/getpass (Depends-on): Add fseeko.
27083         * lib/getpass.c (getpass): Use fseeko, not fseek.
27084
27085 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
27086
27087         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
27088         assumes the sorting is stable, while most qsort implementations
27089         are not.  Use argument addresses to ensure they never compare as
27090         equal.
27091
27092         * tests/test-argp-2.sh (usage-indent test): Fix output
27093         (func_compare): Restore diff options
27094         * tests/test-argp.c: Restore #include "progname.h"
27095
27096 2007-04-29  Bruno Haible  <bruno@clisp.org>
27097
27098         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
27099         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
27100         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
27101         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27102         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
27103         (configure.ac): Define CHECK_SNPRINTF_POSIX.
27104         (TESTS, check_PROGRAMS): Add test-snprintf.
27105         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
27106         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
27107         (TESTS, check_PROGRAMS): Add test-vsnprintf.
27108         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
27109         assertions that fail on HP-UX, OSF/1, or IRIX.
27110         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
27111
27112 2007-04-29  Bruno Haible  <bruno@clisp.org>
27113
27114         * MODULES.html.sh (posix_functions): Remove 'contents'.
27115
27116 2007-04-29  Karl Berry  <karl@gnu.org>
27117
27118         * config/srclist.txt (gendocs_template_min): new entry.
27119
27120 2007-04-29  Bruno Haible  <bruno@clisp.org>
27121
27122         Work around fpurge bug on BSD systems.
27123         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
27124         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
27125         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
27126         fpurge to rpl_fpurge if the system already has this function.
27127         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
27128         the case where the system already has this function. Correct invariants
27129         on BSD systems.
27130         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
27131         BSD systems.
27132
27133 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27134
27135         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
27136         proposed by Sven Verdoolaege.
27137
27138         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
27139         options.
27140         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
27141         (usage and help tests): Update
27142
27143 2007-04-29  Bruno Haible  <bruno@clisp.org>
27144
27145         * tests/test-fflush.c (main): Use a file of size 17, not 10.
27146         Print more information in case of failure. Disable a test on BeOS.
27147
27148 2007-04-29  Bruno Haible  <bruno@clisp.org>
27149
27150         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
27151         This helps debugging on systems on which no gdb is available.
27152
27153 2007-04-29  Bruno Haible  <bruno@clisp.org>
27154
27155         * lib/freading.h: Improve comments.
27156         * lib/fwriting.h: Likewise.
27157         * tests/test-freading.c (main): Don't check freading immediately after
27158         repositioning. Needed for glibc.
27159
27160 2007-04-29  Bruno Haible  <bruno@clisp.org>
27161
27162         * lib/freading.c (freading): Trivial simplification.
27163
27164 2007-04-28  Bruno Haible  <bruno@clisp.org>
27165
27166         * tests/test-fwriting.c (main): Also test the interaction between
27167         fflush and fwriting.
27168         * modules/fwriting-tests (Depends-on): Add fflush.
27169
27170         * tests/test-freading.c (main): Also test the interaction between
27171         fflush and freading.
27172         * modules/freading-tests (Depends-on): Add fflush.
27173
27174 2007-04-28  Bruno Haible  <bruno@clisp.org>
27175
27176         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
27177         fseeko and ftello.
27178         Suggested by Eric Blake.
27179
27180 2007-04-28  Jim Meyering  <jim@meyering.net>
27181
27182         Avoid false-negative in gl_STDINT_H's C99 conformance test.
27183         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
27184         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
27185
27186 2007-04-27  Eric Blake  <ebb9@byu.net>
27187
27188         * doc/headers/assert.texi (assert.h): Document assert module use.
27189
27190 2007-04-27  Bruno Haible  <bruno@clisp.org>
27191
27192         * doc/headers/*.texi: New files.
27193         * doc/gnulib.texi (Header File Substitutes): New chapter.
27194         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
27195         dependencies.
27196         (standards.info ,standards.html, standards.dvi): Update dependencies.
27197         (mostlyclean, clean): New targets.
27198
27199 2007-04-27  Bruno Haible  <bruno@clisp.org>
27200
27201         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
27202         * modules/sysexits (Files, Makefile.am): Update.
27203
27204         * lib/sys_socket_.h: Renamed from lib/socket_.h.
27205         * modules/sys_socket (Files, Makefile.am): Update.
27206
27207         * lib/sys_stat_.h: Renamed from lib/stat_.h.
27208         * modules/sys_stat (Files, Makefile.am): Update.
27209
27210 2007-04-27  Eric Blake  <ebb9@byu.net>
27211
27212         * lib/freading.h: Improve comments.
27213         * lib/fwriting.h: Likewise.
27214         * lib/fflush.c: Likewise.
27215
27216         Fix closein for mingw.
27217         * modules/closein-tests: Add tests for closein.
27218         * tests/test-closein.c: New file.
27219         * tests/test-closein.sh: Likewise.
27220         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
27221         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
27222
27223 2007-04-27  Bruno Haible  <bruno@clisp.org>
27224
27225         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
27226         version is < 6.
27227         * lib/math_.h [__DECC]: Likewise.
27228         * lib/stdio_.h [__DECC]: Likewise.
27229         * lib/stdlib_.h [__DECC]: Likewise.
27230         * lib/string_.h [__DECC]: Likewise.
27231         * lib/time_.h [__DECC]: Likewise.
27232         * lib/wchar_.h [__DECC]: Likewise.
27233         * lib/wctype_.h [__DECC]: Likewise.
27234
27235 2007-04-27  Bruno Haible  <bruno@clisp.org>
27236
27237         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
27238
27239 2007-04-27  Bruno Haible  <bruno@clisp.org>
27240
27241         * lib/fflush.c: Add comments.
27242         * modules/fpurge-tests (Depends-on): Add fflush.
27243         * modules/freadable-tests (Depends-on): Likewise.
27244         * modules/fwritable-tests (Depends-on): Likewise.
27245
27246 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
27247
27248         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
27249         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
27250         Report by Bruno Haible <bruno@clisp.org>.
27251
27252 2007-04-26  Eric Blake  <ebb9@byu.net>
27253
27254         Fix fflush on mingw.
27255         * modules/fflush (Depends-on): Add freading.
27256         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
27257         but unread data.
27258
27259 2007-04-26  Eric Blake  <ebb9@byu.net>
27260         and Bruno Haible  <bruno@clisp.org>
27261
27262         Implement freading and fwriting.
27263         * lib/freading.c: New file.
27264         * lib/freading.h: Likewise.
27265         * m4/freading.m4: Likewise.
27266         * modules/freading: Likewise.
27267         * modules/freading-tests: Likewise.
27268         * tests/test-freading.c: Likewise.
27269         * lib/fwriting.c: New file.
27270         * lib/fwriting.h: Likewise.
27271         * m4/fwriting.m4: Likewise.
27272         * modules/fwriting: Likewise.
27273         * modules/fwriting-tests: Likewise.
27274         * tests/test-fwriting.c: Likewise.
27275         * MODULES.html.sh (File stream based Input/Output): Mention them.
27276
27277 2007-04-26  Bruno Haible  <bruno@clisp.org>
27278
27279         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
27280         'long' when we assume it.
27281         Suggested by Eric Blake.
27282
27283 2007-04-26  Bruno Haible  <bruno@clisp.org>
27284
27285         Ensure fseeko, ftello are declared on glibc systems.
27286         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
27287         * modules/fseeko (configure.ac-early): Likewise.
27288         * modules/ftello (configure.ac-early): Likewise.
27289         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
27290         AC_FUNC_FSEEKO for this.
27291         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
27292         (gl_CHECK_FSEEKO): Remove macro.
27293
27294 2007-04-26  Bruno Haible  <bruno@clisp.org>
27295
27296         * tests/test-fflush.c (main): Also check the ftell result after
27297         fflush and fseek/fseeko.
27298         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
27299         file descriptor position cache in the stream.
27300         * lib/fseeko.c (rpl_fseeko): Likewise.
27301
27302 2007-04-26  Bruno Haible  <bruno@clisp.org>
27303
27304         * modules/fflush-tests (Depends-on): Add fseeko.
27305
27306 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
27307             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27308
27309         * lib/argz_.h: ensure error_t definition is obtained in same
27310         mechanism system argz.h would have.
27311         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
27312         argz facilities are known bad.  Err on the side of caution if
27313         cross-compiling.
27314
27315 2007-04-25  Eric Blake  <ebb9@byu.net>
27316
27317         * lib/fpurge.c (includes): Use stdlib.h for free.
27318         * tests/test-fflush.c (main): Also test fflush-fseeko.
27319
27320 2007-04-25  Bruno Haible  <bruno@clisp.org>
27321
27322         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
27323         * lib/fseeko.c: New file.
27324         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
27325         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
27326         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
27327         gl_FUNC_FSEEKO.
27328         (gl_FUNC_FSEEKO): Invoke it.
27329         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
27330         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
27331         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
27332
27333 2007-04-25  Bruno Haible  <bruno@clisp.org>
27334
27335         * modules/fflush (Depends-on): Add ftello.
27336
27337 2007-04-25  Bruno Haible  <bruno@clisp.org>
27338
27339         * modules/ftello-tests: New file.
27340         * tests/test-ftello.c: New file.
27341
27342         * modules/ftello: New file.
27343         * m4/ftello.m4: New file.
27344         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
27345         HAVE_FTELLO.
27346         * lib/stdio_.h (ftello): New declaration.
27347         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
27348         HAVE_FTELLO.
27349
27350 2007-04-25  Bruno Haible  <bruno@clisp.org>
27351
27352         * modules/fseeko-tests: New file.
27353         * tests/test-fseeko.c: New file.
27354
27355         * modules/fseeko: New file.
27356         * m4/fseeko.m4: New file.
27357         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
27358         HAVE_FSEEKO.
27359         * lib/stdio_.h (fseeko): New declaration.
27360         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
27361         HAVE_FSEEKO.
27362
27363 2007-04-25  Bruno Haible  <bruno@clisp.org>
27364
27365         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
27366
27367 2007-04-25  Bruno Haible  <bruno@clisp.org>
27368
27369         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
27370         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
27371         * tests/test-unistd.c: Likewise.
27372         * tests/test-fcntl.c: Likewise.
27373
27374 2007-04-23  Eric Blake  <ebb9@byu.net>
27375
27376         * lib/fflush.c: Fix missing include.
27377         Reported by Bruno Haible.
27378
27379 2007-04-23  Bruno Haible  <bruno@clisp.org>
27380
27381         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
27382         Reported by Eric Blake.
27383
27384 2007-04-23  Bruno Haible  <bruno@clisp.org>
27385
27386         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
27387
27388 2007-04-23  Bruno Haible  <bruno@clisp.org>
27389
27390         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
27391
27392 2007-04-23  Bruno Haible  <bruno@clisp.org>
27393
27394         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
27395         Needed on HP-UX 11.
27396
27397 2007-04-16  Eric Blake  <ebb9@byu.net>
27398
27399         Make fflush rely on fpurge.
27400         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
27401         open coding all variants.
27402         * modules/fflush (Depends-on): Add fpurge and unistd.
27403         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
27404         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
27405
27406         Fix --with-tests compilation on cygwin.
27407         * modules/argmatch-tests (Makefile.am): List gnulib library first
27408         in LDADD.
27409         * modules/argp-tests (Makefile.am): Likewise.
27410         * modules/array-list-tests (Makefile.am): Likewise.
27411         * modules/array-oset-tests (Makefile.am): Likewise.
27412         * modules/avltree-list-tests (Makefile.am): Likewise.
27413         * modules/avltree-oset-tests (Makefile.am): Likewise.
27414         * modules/avltreehash-list-tests (Makefile.am): Likewise.
27415         * modules/carray-list-tests (Makefile.am): Likewise.
27416         * modules/dirname-tests (Makefile.am): Likewise.
27417         * modules/frexp-tests (Makefile.am): Likewise.
27418         * modules/isnanl-tests (Makefile.am): Likewise.
27419         * modules/linked-list-tests (Makefile.am): Likewise.
27420         * modules/linkedhash-list-tests (Makefile.am): Likewise.
27421         * modules/lock-tests (Makefile.am): Likewise.
27422         * modules/rbtree-list-tests (Makefile.am): Likewise.
27423         * modules/rbtree-oset-tests (Makefile.am): Likewise.
27424         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
27425         * modules/tls-tests (Makefile.am): Likewise.
27426         * modules/tsearch-tests (Makefile.am): Likewise.
27427         * modules/xvasprintf-tests (Makefile.am): Likewise.
27428
27429         Fix fpurge for cygwin.
27430         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
27431         value.
27432         * modules/fpurge-tests (Depends-on): Clean up trash.
27433
27434 2007-04-16  Simon Josefsson  <simon@josefsson.org>
27435
27436         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
27437
27438         * m4/autobuild.m4: Re-indent.
27439
27440 2007-04-13  Bruno Haible  <bruno@clisp.org>
27441
27442         * modules/fpurge-tests: New file.
27443         * tests/test-fpurge.c: New file.
27444
27445         * modules/fpurge: New file.
27446         * lib/fpurge.h: New file.
27447         * lib/fpurge.c: New file.
27448         * m4/fpurge.m4: New file.
27449
27450 2007-04-13  Bruno Haible  <bruno@clisp.org>
27451
27452         * modules/fbufmode-tests: New file.
27453         * tests/test-fbufmode.c: New file.
27454
27455         * modules/fbufmode: New file.
27456         * lib/fbufmode.h: New file.
27457         * lib/fbufmode.c: New file.
27458         * m4/fbufmode.m4: New file.
27459
27460 2007-04-13  Bruno Haible  <bruno@clisp.org>
27461
27462         * modules/fwritable-tests: New file.
27463         * tests/test-fwritable.c: New file.
27464
27465         * modules/fwritable: New file.
27466         * lib/fwritable.h: New file.
27467         * lib/fwritable.c: New file.
27468         * m4/fwritable.m4: New file.
27469
27470 2007-04-13  Bruno Haible  <bruno@clisp.org>
27471
27472         * modules/freadable-tests: New file.
27473         * tests/test-freadable.c: New file.
27474
27475         * modules/freadable: New file.
27476         * lib/freadable.h: New file.
27477         * lib/freadable.c: New file.
27478         * m4/freadable.m4: New file.
27479
27480 2007-04-13  Bruno Haible  <bruno@clisp.org>
27481
27482         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
27483         MOSTLYCLEANFILES.
27484
27485 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27486
27487         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
27488         gzip bootstrap.conf to avoid dragging in i18n machinery.
27489         (gnulib_tool_option): Use it.
27490
27491 2007-04-13  Bruno Haible  <bruno@clisp.org>
27492
27493         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
27494         %F directives.
27495         * tests/test-vasprintf-posix.c (test_function): Likewise.
27496         * tests/test-snprintf-posix.h (test_function): Likewise.
27497         * tests/test-sprintf-posix.h (test_function): Likewise.
27498         * tests/test-fprintf-posix.h (test_function): Likewise.
27499         * tests/test-printf-posix.h (test_function): Likewise.
27500         * tests/test-fprintf-posix.out: Likewise.
27501
27502 2007-04-13  Bruno Haible  <bruno@clisp.org>
27503
27504         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
27505         * modules/tls-tests (configure.ac): Likewise.
27506         Reported by Arto C. Nirkko <anirkko@insel.ch>.
27507
27508 2007-04-13  Bruno Haible  <bruno@clisp.org>
27509
27510         * lib/tls.c (glthread_tls_get): Fix return type.
27511         Patch by Arto C. Nirkko <anirkko@insel.ch>.
27512
27513 2007-04-12  Eric Blake  <ebb9@byu.net>
27514
27515         * modules/gettime (Depends-on): Remove gettime.
27516         Reported by Dmitry V. Levin.
27517
27518 2007-04-12  Bruno Haible  <bruno@clisp.org>
27519
27520         * modules/fflush (Include): Mention <stdio.h>.
27521         * modules/strtoimax (Include): Mention <inttypes.h>.
27522         * modules/strtoumax (Include): Likewise.
27523
27524 2007-04-12  Eric Blake  <ebb9@byu.net>
27525
27526         * .cvsignore: New file.
27527         * .gitignore: Likewise.
27528
27529 2007-04-12  Bruno Haible  <bruno@clisp.org>
27530
27531         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
27532         not before, since $(LDADD) often contains libgnu.a.
27533         * modules/striconv-tests (test_striconv_LDADD): Likewise.
27534         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
27535         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
27536         Needed on Cygwin.
27537
27538 2007-04-12  Eric Blake  <ebb9@byu.net>
27539
27540         Work around glibc's failure to flush stdin on fclose.
27541         * lib/closein.c (close_stdin): Flush stdin before closing.
27542
27543         Work around glibc's failure to reset seekable stdin on exit.
27544         * modules/closein: New module.
27545         * lib/closein.c: New file.
27546         * lib/closein.h: Likewise.
27547         * m4/closein.m4: Likewise.
27548         * MODULES.html.sh (File stream based Input/Output): Document it.
27549
27550 2007-04-12  Simon Josefsson  <simon@josefsson.org>
27551
27552         * gnulib-tool: Rename generated 'autobuild' script to
27553         'do-autobuild' in --create-megatestdir output.
27554
27555         * doc/gnulib.texi (Build robot for gnulib): Fix.
27556
27557 2007-04-12  Simon Josefsson  <simon@josefsson.org>
27558
27559         * modules/sysexits (Depends-on): Add absolute-header.
27560
27561 2007-04-12  Eric Blake  <ebb9@byu.net>
27562
27563         No need to preserve errno on success.
27564         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
27565         Reported by Bruno Haible.
27566
27567 2007-04-12  Simon Josefsson  <simon@josefsson.org>
27568
27569         * MODULES.html.sh (Support for maintaining and releasing
27570         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
27571
27572 2007-04-12  Simon Josefsson  <simon@josefsson.org>
27573
27574         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
27575
27576 2007-04-12  Simon Josefsson  <simon@josefsson.org>
27577
27578         * modules/autobuild: New module.
27579
27580         * m4/autobuild.m4: New file.
27581
27582 2007-04-11  Bruno Haible  <bruno@clisp.org>
27583
27584         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
27585         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
27586         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
27587         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
27588         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27589         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
27590         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
27591         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
27592         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
27593         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
27594         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
27595         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
27596         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
27597         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
27598         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
27599         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
27600         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
27601         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
27602         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
27603         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
27604         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
27605         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
27606         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
27607         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
27608         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
27609         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
27610         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
27611         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
27612         Reported by Eric Blake.
27613
27614 2007-04-11  Bruno Haible  <bruno@clisp.org>
27615
27616         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
27617
27618 2007-04-10  Bruno Haible  <bruno@clisp.org>
27619
27620         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
27621         for NaN and Infinity. Needed on FreeBSD 6.1.
27622         * tests/test-vasnprintf-posix.c (test_function): Undo last change
27623         regarding results for "%010a" of Infinity and NaN.
27624         * tests/test-vasprintf-posix.c (test_function): Likewise.
27625         * tests/test-snprintf-posix.h (test_function): Likewise.
27626         * tests/test-sprintf-posix.h (test_function): Likewise.
27627         * tests/test-fprintf-posix.h (test_function): Likewise.
27628         * tests/test-printf-posix.h (test_function): Likewise.
27629         * tests/test-fprintf-posix.out: Likewise.
27630
27631 2007-04-10  Bruno Haible  <bruno@clisp.org>
27632
27633         * modules/locale-tests: New file.
27634         * tests/test-locale.c: New file.
27635
27636         * modules/locale: New file.
27637         * lib/locale_.h: New file.
27638         * m4/locale_h.m4: New file.
27639
27640 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
27641             Bruno Haible  <bruno@clisp.org>
27642
27643         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
27644         be determined, test for availability of the copysignf, copysign,
27645         copysignl functions.
27646         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
27647         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
27648         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
27649
27650 2007-04-09  Eric Blake  <ebb9@byu.net>
27651
27652         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
27653         * modules/stdio (Makefile.am): Support fflush.
27654         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
27655         * modules/fflush: New file.
27656         * lib/fflush.c: Likewise.
27657         * m4/fflush.m4: Likewise.
27658         * modules/fflush-tests: New test.
27659         * tests/test-fflush.c: Likewise.
27660         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
27661
27662 2007-04-06  Bruno Haible  <bruno@clisp.org>
27663
27664         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
27665         (VASNPRINTF): Use signbit for faster determination whether to print a
27666         minus sign.
27667         * modules/vasnprintf (Files): Remove lib/float+.h.
27668         * modules/fprintf-posix (Depends-on): Add signbit.
27669         * modules/snprintf-posix (Depends-on): Likewise.
27670         * modules/sprintf-posix (Depends-on): Likewise.
27671         * modules/vasnprintf-posix (Depends-on): Likewise.
27672         * modules/vasprintf-posix (Depends-on): Likewise.
27673         * modules/vfprintf-posix (Depends-on): Likewise.
27674         * modules/vsnprintf-posix (Depends-on): Likewise.
27675         * modules/vsprintf-posix (Depends-on): Likewise.
27676
27677 2007-04-06  Bruno Haible  <bruno@clisp.org>
27678
27679         * tests/test-frexp.c (main): Test also the sign bit of zero results.
27680         * tests/test-frexpl.c (main): Likewise.
27681         * tests/test-ldexpl.c (main): Likewise.
27682         * modules/frexp-tests (Depends-on): Add signbit.
27683         * modules/frexpl-tests (Depdends-on): Likewise.
27684         * modules/ldexpl-tests (Depdends-on): Likewise.
27685
27686 2007-04-06  Bruno Haible  <bruno@clisp.org>
27687
27688         * modules/signbit-tests: New file.
27689         * tests/test-signbit.c: New file.
27690
27691         * modules/signbit: New file.
27692         * lib/signbitf.c: New file.
27693         * lib/signbitd.c: New file.
27694         * lib/signbitl.c: New file.
27695         * m4/signbit.m4: New file.
27696         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
27697         (signbit): New macro.
27698         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
27699         REPLACE_SIGNBIT.
27700         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
27701         REPLACE_FREXPL into math.h.
27702
27703 2007-04-06  Bruno Haible  <bruno@clisp.org>
27704
27705         * modules/isnanf-nolibm-tests: New file.
27706         * tests/test-isnanf.c: New file.
27707
27708         * modules/isnanf-nolibm: New file.
27709         * lib/isnanf.h: New file.
27710         * lib/isnanf.c: New file.
27711         * lib/isnan.c: Consider the USE_FLOAT macro.
27712         * m4/isnanf.m4: New file.
27713
27714 2007-04-06  Bruno Haible  <bruno@clisp.org>
27715
27716         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
27717         (Link): New section.
27718
27719         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
27720
27721 2007-04-06  Bruno Haible  <bruno@clisp.org>
27722
27723         Assume the 'long double' type.
27724         * m4/longdouble.m4: Remove file.
27725         * config/srclist.txt: Don't mention longdouble.m4.
27726         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
27727         * lib/float+.h: Likewise.
27728         * lib/frexp.c: Likewise.
27729         * lib/printf-args.h: Likewise.
27730         * lib/printf-args.c: Likewise.
27731         * lib/printf-frexp.c: Likewise.
27732         * lib/printf-parse.c: Likewise.
27733         * lib/vasnprintf.c: Likewise.
27734         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
27735         * m4/intl.m4: Likewise.
27736         * m4/isnanl.m4: Likewise.
27737         * m4/printf.m4: Likewise.
27738         * m4/printf-frexpl.m4: Likewise.
27739         * m4/vasnprintf.m4: Likewise.
27740         * modules/allocsa (Files): Remove m4/longdouble.m4.
27741         * modules/gettext (Files): Likewise.
27742         * modules/relocatable-prog-wrapper (Files): Likewise.
27743         * modules/vasnprintf (Files): Likewise.
27744         * modules/isnanl (Files): Likewise.
27745         (Include): Simplify.
27746         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
27747         (Include): Simplify.
27748         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
27749         (Include): Simplify.
27750         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
27751         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
27752         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
27753         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
27754         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
27755         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
27756         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
27757         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
27758         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
27759         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
27760         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
27761         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
27762         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
27763         * tests/test-isnanl.c: Likewise.
27764         * tests/test-snprintf-posix.h: Likewise.
27765         * tests/test-sprintf-posix.h: Likewise.
27766         * tests/test-vasnprintf-posix.c: Likewise.
27767         * tests/test-vasnprintf-posix2.c: Likewise.
27768         * tests/test-vasprintf-posix.c: Likewise.
27769
27770 2007-04-06  Bruno Haible  <bruno@clisp.org>
27771
27772         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
27773         * lib/math_.h [__DECC]: Include the overridden include file through
27774         #include_next, outside the double-inclusion guard.
27775         * lib/stdio_.h [__DECC]: Likewise.
27776         * lib/stdlib_.h [__DECC]: Likewise.
27777         * lib/string_.h [__DECC]: Likewise.
27778         * lib/time_.h [__DECC]: Likewise.
27779         * lib/wchar_.h [__DECC]: Likewise.
27780         * lib/wctype_.h [__DECC]: Likewise.
27781         * lib/inttypes_.h [__DECC]: Likewise.
27782         Reported by Albert Chin <china@thewrittenword.com> in
27783         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
27784
27785 2007-04-04  Eric Blake  <ebb9@byu.net>
27786
27787         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
27788         1.5.x.
27789
27790 2007-04-04  Bruno Haible  <bruno@clisp.org>
27791
27792         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
27793         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
27794
27795 2007-04-04  Bruno Haible  <bruno@clisp.org>
27796
27797         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
27798         results for "%010a" of Infinity and NaN.
27799         * tests/test-vasprintf-posix.c (test_function): Likewise.
27800         * tests/test-snprintf-posix.h (test_function): Likewise.
27801         * tests/test-sprintf-posix.h (test_function): Likewise.
27802         * tests/test-fprintf-posix.h (test_function): Remove these tests.
27803         * tests/test-printf-posix.h (test_function): Likewise.
27804         * tests/test-fprintf-posix.out: Update.
27805         Needed for FreeBSD 6.1.
27806
27807 2007-04-04  Bruno Haible  <bruno@clisp.org>
27808
27809         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
27810         directly used by the gnulib modules nor by gnulib-tool.
27811
27812 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
27813
27814         * DEPENDENCIES: Give overall description of version dependency
27815         desirability.  Use more-typical names for apps.
27816         Add shell, coreutils, diffutils, grep, tar, gzip.
27817
27818 2007-04-04  Simon Josefsson  <simon@josefsson.org>
27819
27820         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
27821
27822 2007-04-04  Karl Berry  <karl@gnu.org>
27823
27824         * MODULES.html.sh (func_module): missing '.
27825
27826 2007-04-03  Bruno Haible  <bruno@clisp.org>
27827
27828         * modules/argmatch-tests (Makefile.am): New variable
27829         test_argmatch_LDADD.
27830         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
27831         * modules/array-list-tests (Makefile.am): New variable
27832         test_array_list_LDADD.
27833         * modules/array-oset-tests (Makefile.am): New variable
27834         test_array_oset_LDADD.
27835         * modules/avltree-list-tests (Makefile.am): New variable
27836         test_avltree_list_LDADD.
27837         * modules/avltree-oset-tests (Makefile.am): New variable
27838         test_avltree_oset_LDADD.
27839         * modules/avltreehash-list-tests (Makefile.am): New variable
27840         test_avltreehash_list_LDADD.
27841         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
27842         test_canonicalize_lgpl_LDADD.
27843         * modules/carray-list-tests (Makefile.am): New variable
27844         test_carray_list_LDADD.
27845         * modules/dirname-tests (Makefile.am): New variable
27846         test_dirname_LDADD.
27847         * modules/linked-list-tests (Makefile.am): New variable
27848         test_linked_list_LDADD.
27849         * modules/linkedhash-list-tests (Makefile.am): New variable
27850         test_linkedhash_list_LDADD.
27851         * modules/rbtree-list-tests (Makefile.am): New variable
27852         test_rbtree_list_LDADD.
27853         * modules/rbtree-oset-tests (Makefile.am): New variable
27854         test_rbtree_oset_LDADD.
27855         * modules/rbtreehash-list-tests (Makefile.am): New variable
27856         test_rbtreehash_list_LDADD.
27857         * modules/xvasprintf-tests (Makefile.am): New variable
27858         test_xvasprintf_LDADD.
27859         Reported by Eric Blake.
27860
27861 2007-04-03  Eric Blake  <ebb9@byu.net>
27862
27863         * DEPENDENCIES: Weaken m4 requirements.
27864
27865 2007-04-03  Bruno Haible  <bruno@clisp.org>
27866
27867         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
27868         * modules/isnanl-tests (configure.ac): Likewise.
27869
27870 2007-04-03  Ben Pfaff  <blp@gnu.org>
27871
27872         * modules/iconv_open: Add $(srcdir)/ to source directory
27873         references in Makefile fragments that call gperf, to fix VPATH
27874         builds.
27875
27876 2007-04-03  Bruno Haible  <bruno@clisp.org>
27877
27878         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
27879         * lib/ldexpl.c: Undo last change.
27880
27881 2007-04-03  Bruno Haible  <bruno@clisp.org>
27882
27883         * modules/printf-frexpl (Depends-on): Undo last change.
27884         (Files): Add m4/ldexpl.m4.
27885
27886 2007-04-03  Bruno Haible  <bruno@clisp.org>
27887
27888         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
27889         * modules/isnanl (Link): New section.
27890
27891         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
27892         * modules/frexp (Link): New section.
27893
27894         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
27895         * modules/frexpl (Link): New section.
27896
27897         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
27898         * modules/ldexpl (Link): New section.
27899
27900 2007-04-03  Bruno Haible  <bruno@clisp.org>
27901
27902         * modules/TEMPLATE-EXTENDED: New file.
27903         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
27904
27905 2007-04-03  Bruno Haible  <bruno@clisp.org>
27906
27907         * DEPENDENCIES: New file.
27908         Suggested by Simon Josefsson.
27909
27910 2007-04-03  Bruno Haible  <bruno@clisp.org>
27911
27912         * doc/gnulib.texi: Escape @.
27913
27914 2007-04-03  James Youngman  <jay@gnu.org>
27915         and Paul Eggert  <eggert@cs.ucla.edu>
27916
27917         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
27918         birthtime on all systems that have birthtime, not just those which
27919         use st_birthtimensec rather than st_birthtim.  Putting zero in
27920         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
27921         that the birth time is not available for files on an NFS mount.
27922
27923 2007-04-03  Simon Josefsson  <simon@josefsson.org>
27924
27925         * modules/memxor: Move back from crypto/, suggested by Bruno.
27926         * modules/crypto/hmac-sha1: Fix memxor dependency.
27927
27928         * modules/crypto/gc: Moved from ../.
27929
27930 2007-04-02  Eric Blake  <ebb9@byu.net>
27931
27932         * lib/ldexpl.c (includes): Avoid libm.
27933
27934         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
27935
27936 2007-04-02  Bruno Haible  <bruno@clisp.org>
27937
27938         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
27939         on IRIX.
27940
27941 2007-04-02  Bruno Haible  <bruno@clisp.org>
27942
27943         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
27944         x86 or x86_64 platforms running MacOS X.
27945         Reported by Ryan Schmidt <@ryandesign.com>.
27946
27947 2007-04-02  Bruno Haible  <bruno@clisp.org>
27948
27949         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
27950         i386.
27951
27952 2007-04-01  Simon Josefsson  <simon@josefsson.org>
27953
27954         * modules/crypto/arcfour: Moved from ../.
27955         * modules/crypto/arcfour-tests: Moved from ../.
27956         * modules/crypto/arctwo: Moved from ../.
27957         * modules/crypto/arctwo-tests: Moved from ../.
27958         * modules/crypto/des: Moved from ../.
27959         * modules/crypto/des-tests: Moved from ../.
27960         * modules/crypto/gc-arcfour: Moved from ../.
27961         * modules/crypto/gc-arcfour-tests: Moved from ../.
27962         * modules/crypto/gc-arctwo: Moved from ../.
27963         * modules/crypto/gc-arctwo-tests: Moved from ../.
27964         * modules/crypto/gc-des: Moved from ../.
27965         * modules/crypto/gc-des-tests: Moved from ../.
27966         * modules/crypto/gc-hmac-md5: Moved from ../.
27967         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
27968         * modules/crypto/gc-hmac-sha1: Moved from ../.
27969         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
27970         * modules/crypto/gc-md2: Moved from ../.
27971         * modules/crypto/gc-md2-tests: Moved from ../.
27972         * modules/crypto/gc-md4: Moved from ../.
27973         * modules/crypto/gc-md4-tests: Moved from ../.
27974         * modules/crypto/gc-md5: Moved from ../.
27975         * modules/crypto/gc-md5-tests: Moved from ../.
27976         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
27977         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
27978         * modules/crypto/gc-random: Moved from ../.
27979         * modules/crypto/gc-rijndael: Moved from ../.
27980         * modules/crypto/gc-rijndael-tests: Moved from ../.
27981         * modules/crypto/gc-sha1: Moved from ../.
27982         * modules/crypto/gc-sha1-tests: Moved from ../.
27983         * modules/crypto/gc-tests: Moved from ../.
27984         * modules/crypto/hmac-md5: Moved from ../.
27985         * modules/crypto/hmac-md5-tests: Moved from ../.
27986         * modules/crypto/hmac-sha1: Moved from ../.
27987         * modules/crypto/hmac-sha1-tests: Moved from ../.
27988         * modules/crypto/md2: Moved from ../.
27989         * modules/crypto/md2-tests: Moved from ../.
27990         * modules/crypto/md4: Moved from ../.
27991         * modules/crypto/md4-tests: Moved from ../.
27992         * modules/crypto/md5: Moved from ../.
27993         * modules/crypto/md5-tests: Moved from ../.
27994         * modules/crypto/memxor: Moved from ../.
27995         * modules/crypto/rijndael: Moved from ../.
27996         * modules/crypto/rijndael-tests: Moved from ../.
27997         * modules/crypto/sha1: Moved from ../.
27998
27999 2007-03-30  James Youngman  <jay@gnu.org>
28000
28001         * tests/test-stat-time.c (prepare_test): use chmod() rather than
28002         rename() to change the ctime of a file (because ctime is unaffected
28003         by rename on jfs2 on AIX 5.1).
28004         (main): Start by doing cleanup, in case a previous run failed leaving
28005         test files behind.
28006
28007 2007-03-31  Bruno Haible  <bruno@clisp.org>
28008
28009         Support old proprietary implementations of iconv.
28010         * modules/iconv_open: New file.
28011         * lib/iconv_.h: New file.
28012         * m4/iconv_h.m4: New file.
28013         * lib/iconv_open.c: New file.
28014         * lib/iconv_open-aix.gperf: New file.
28015         * lib/iconv_open-hpux.gperf: New file.
28016         * lib/iconv_open-irix.gperf: New file.
28017         * lib/iconv_open-osf.gperf: New file.
28018         * m4/iconv_open.m4: New file.
28019         * modules/linebreak (Depends-on): Add iconv_open.
28020         * modules/striconv (Depends-on): Likewise.
28021         * modules/striconveh (Depends-on): Likewise.
28022         * modules/unicodeio (Depends-on): Likewise.
28023         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
28024         (iconv_t)(-1).
28025         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
28026         conversion if cd is (iconv_t)(-1).
28027         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
28028         is not possible.
28029
28030 2007-03-31  Bruno Haible  <bruno@clisp.org>
28031
28032         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
28033         work on Solaris either. Protect also second use of "autodetect_jp".
28034
28035 2007-03-31  Bruno Haible  <bruno@clisp.org>
28036
28037         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
28038         the function is not present.
28039
28040 2007-03-31  Bruno Haible  <bruno@clisp.org>
28041
28042         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
28043         the function is not present.
28044
28045 2007-03-31  Bruno Haible  <bruno@clisp.org>
28046
28047         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
28048         a bug in HP-UX iconv_open().
28049
28050 2007-03-31  Bruno Haible  <bruno@clisp.org>
28051
28052         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
28053         (Mathematics <math.h>): New section, add fpieee.
28054         (Input/output <stdio.h>): Add fseterr.
28055         (Mathematics <math.h>): New section, add printf-frexp.
28056         (Container data structures): Add sublist.
28057         (Core language properties): Add fpucw, inline.
28058         (Functions for greatest-width integer types <inttypes.h>): Add
28059         imaxabs, imaxdiv, inttypes.
28060         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
28061         isnanl-nolibm, ldexp.
28062         (Mathematics <math.h>): New section, add printf-frexpl.
28063         (Support for systems lacking POSIX:2001): Add fprintf-posix,
28064         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
28065         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
28066         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
28067         (Unicode string functions): Add unistr/u*-mbtoucr.
28068         (Java): Add javacomp-script, javaexec-script.
28069         (C#): Add csharpcomp-script, csharpexec-script.
28070         (Support for building libraries and executables): Add havelib,
28071         relocatable-*.
28072         (Support for maintaining and releasing projects): Renamed from
28073         'Support for maintaining and release projects'. Add announce-gen.
28074
28075 2007-03-31  Bruno Haible  <bruno@clisp.org>
28076
28077         * README: Talk primarily about git.
28078         (git and CVS): Renamed from CVS.
28079         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
28080         gnulib is available through git.
28081         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
28082
28083 2007-03-30  Bruno Haible  <bruno@clisp.org>
28084
28085         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
28086         * lib/poll_.h: Likewise.
28087         * lib/stat_.h: Likewise.
28088         * lib/sys_time_.h: Likewise.
28089         * lib/sysexit_.h: Likewise.
28090         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
28091         * lib/stdbool_.h: Likewise.
28092         * lib/byteswap_.h: Add double-inclusion guard.
28093
28094 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
28095
28096         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
28097
28098 2007-03-30  Karl Berry  <karl@gnu.org>
28099
28100         * config/srclist-update: double space after USA in the license
28101         substitution, since that's how it's usually (?) written.
28102
28103 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
28104
28105         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
28106         reported by Bruno Haible.
28107
28108 2007-03-29  Bruno Haible  <bruno@clisp.org>
28109
28110         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
28111         a bug in AIX iconv().
28112
28113 2007-03-29  Bruno Haible  <bruno@clisp.org>
28114
28115         * modules/ldexpl-tests: New file.
28116         * tests/test-ldexpl.c: New file.
28117
28118 2007-03-29  Bruno Haible  <bruno@clisp.org>
28119
28120         * lib/ldexpl.c: Include fpucw.h.
28121         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
28122         multiplication.
28123         * modules/ldexpl (Depends-on): Add fpucw.
28124
28125 2007-03-29  Bruno Haible  <bruno@clisp.org>
28126
28127         * modules/ldexpl: New file.
28128         * m4/ldexpl.m4: New file.
28129         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
28130         set.
28131         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
28132         REPLACE_LDEXPL.
28133         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
28134         REPLACE_LDEXPL.
28135         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
28136         gl_FUNC_LDEXPL_WORKS.
28137         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
28138         * modules/mathl (Files): Remove lib/ldexpl.c.
28139         (Depends-on): Add ldexpl.
28140
28141 2007-03-29  Bruno Haible  <bruno@clisp.org>
28142
28143         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
28144
28145 2007-03-29  Bruno Haible  <bruno@clisp.org>
28146
28147         * tests/test-striconveh.c (main): Don't assume that a direct conversion
28148         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
28149         and possibly also HP-UX.
28150         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
28151         work on AIX, IRIX, HP-UX, OSF/1.
28152         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
28153         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
28154         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
28155         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
28156         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
28157         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
28158
28159 2007-03-29  Bruno Haible  <bruno@clisp.org>
28160
28161         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
28162
28163 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
28164
28165         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
28166         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
28167
28168 2007-03-29  Eric Blake  <ebb9@byu.net>
28169
28170         * lib/acl-internal.h: Remove redundant include.
28171         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
28172         Cygwin when a file is locked.
28173
28174 2007-03-29  Bruno Haible  <bruno@clisp.org>
28175
28176         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
28177         file.
28178         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
28179
28180 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
28181
28182         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
28183         try to remove a parent directory if the child couldn't be removed
28184         (except for the first rmdir, which could fail because the child
28185         doesn't exist).  Problem reported by Jeff Blaine in
28186         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
28187
28188 2007-03-28  Bruno Haible  <bruno@clisp.org>
28189
28190         * lib/striconveh.c (utf8conv_carefully): New function.
28191         (mem_cd_iconveh_internal): Invoke it.
28192
28193 2007-03-28  Bruno Haible  <bruno@clisp.org>
28194
28195         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
28196         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
28197         input.
28198         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
28199         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
28200         unistr/u8-uctomb.
28201
28202 2007-03-28  Bruno Haible  <bruno@clisp.org>
28203
28204         * modules/unistr/u8-mbtoucr: New file.
28205         * lib/unistr/u8-mbtoucr.c: New file.
28206         * modules/unistr/u16-mbtoucr: New file.
28207         * lib/unistr/u16-mbtoucr.c: New file.
28208         * modules/unistr/u16-mbtoucr: New file.
28209         * lib/unistr/u16-mbtoucr.c: New file.
28210         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
28211
28212 2007-03-27  Simon Josefsson  <simon@josefsson.org>
28213             Bruno Haible  <bruno@clisp.org>
28214
28215         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
28216         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
28217         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
28218
28219         * m4/stdio_h.m4: Add stubs for vasprintf too.
28220
28221         * modules/stdio: Support vasprintf in sed command.
28222
28223         * modules/vasprintf: Depend on stdio for prototypes.  Remove
28224         vasprintf.h.  Add stdio module indicator.
28225
28226         * lib/stdio_.h: Declare asprintf and vasprintf, based on
28227         vasprintf.h.
28228
28229         * lib/vasprintf.h: File removed.
28230
28231         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
28232         * lib/vasprintf.c: Ditto.
28233         * lib/xvasprintf.c: Ditto.
28234         * tests/test-vasprintf-posix.c: Ditto.
28235         * tests/test-vasprintf.c: Ditto.
28236
28237 2007-03-27  Bruno Haible  <bruno@clisp.org>
28238
28239         Make vasnprintf multithread-safe.
28240         * lib/vasnprintf.c (decimal_point_char): New function.
28241         (VASNPRINTF): Use it.
28242         Suggested by Simon Josefsson.
28243
28244 2007-03-27  Eric Blake  <ebb9@byu.net>
28245
28246         Support sub-second birthtime on cygwin.
28247         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
28248         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
28249         (get_stat_birthtime): Also work with st_birthtim.
28250
28251 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
28252
28253         * lib/stat-time.h (USE_BIRTHTIME): Remove.
28254         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
28255         (get_stat_birthtime_ns): Do not try to use "spare" fields.
28256         (get_stat_birthtime_ns): Simplify compile-time tests.
28257         (get_stat_birthtime): Change the API to look like
28258         get_stat_mtime etc., except return a negative tv_nsec on error.
28259         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
28260         Don't check for "spare" fields.
28261         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
28262         or for struct stat.st_birthtime, as these tests aren't used.
28263         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
28264
28265 2007-03-27  Bruno Haible  <bruno@clisp.org>
28266
28267         * lib/stat-time.h: Include <sys/stat.h>.
28268
28269 2007-03-27  James Youngman  <jay@gnu.org>
28270
28271         * lib/stat-time.h (get_stat_birthtime): New function for
28272           retrieving st_birthtime as provided by UFS2 (hence *BSD).
28273         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
28274           and its variants.
28275         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
28276         * modules/stat-time-test: New file.
28277         * tests/test-stat-time.c: New test, devised by Bruno Haible.
28278
28279 2007-03-26  Bruno Haible  <bruno@clisp.org>
28280
28281         Better support of signalling NaNs.
28282         * lib/atanl.c: Include isnanl.h.
28283         (atanl): Perform test for NaN at the beginning of the function and
28284         through a call to isnanl.
28285         * lib/cosl.c: Include isnanl.h.
28286         (cosl): Perform test for NaN at the beginning of the function and
28287         through a call to isnanl.
28288         * lib/ldexpl.c: Include isnanl.h.
28289         (ldexpl): Perform test for NaN through a call to isnanl.
28290         * lib/logl.c: Include isnanl.h.
28291         (logl): Perform test for NaN at the beginning of the function and
28292         through a call to isnanl.
28293         * lib/sinl.c: Include isnanl.h.
28294         (sinl): Perform test for NaN at the beginning of the function and
28295         through a call to isnanl.
28296         * lib/sqrtl.c: Include isnanl.h.
28297         (sqrtl): Perform test for NaN at the beginning of the function and
28298         through a call to isnanl.
28299         * lib/tanl.c: Include isnanl.h.
28300         (tanl): Perform test for NaN at the beginning of the function and
28301         through a call to isnanl.
28302         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
28303         * modules/mathl (Depends-on): Add isnanl.
28304
28305 2007-03-26  Eric Blake  <ebb9@byu.net>
28306
28307         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
28308         regression in logic sense of previous patch.
28309
28310 2007-03-26  Bruno Haible  <bruno@clisp.org>
28311
28312         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
28313         unportable shell command "if ! ...".
28314         Reported by Ralf Wildenhues.
28315
28316 2007-03-25  Bruno Haible  <bruno@clisp.org>
28317
28318         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
28319         <sysexits.h> file, and only add EX_CONFIG.
28320         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
28321         absolute file name and whether it is sufficient. Substitute also
28322         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
28323         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
28324         ABSOLUTE_SYSEXITS_H into sysexits.h.
28325
28326 2007-03-25  Bruno Haible  <bruno@clisp.org>
28327
28328         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
28329         hints is NULL.
28330
28331 2007-03-25  Bruno Haible  <bruno@clisp.org>
28332
28333         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
28334         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
28335
28336 2007-03-25  Bruno Haible  <bruno@clisp.org>
28337
28338         * lib/vasnprintf.c: Include langinfo.h.
28339         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
28340         multithread-safe.
28341         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
28342         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
28343         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28344         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28345         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28346         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28347         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28348         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
28349         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28350         Reported by Simon Josefsson.
28351
28352 2007-03-25  Bruno Haible  <bruno@clisp.org>
28353
28354         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
28355         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
28356         * modules/vasnprintf (Depends-on): Add stdint.
28357
28358 2007-03-25  Bruno Haible  <bruno@clisp.org>
28359
28360         * modules/fpieee: New file.
28361         * m4/fpieee.m4: New file.
28362         * modules/isnan-nolibm (Depends-on): Add fpieee.
28363         * modules/isnanl-nolibm (Depends-on): Add fpieee.
28364         * modules/isnanl (Depends-on): Add fpieee.
28365
28366 2007-03-25  Bruno Haible  <bruno@clisp.org>
28367
28368         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
28369
28370 2007-03-25  Bruno Haible  <bruno@clisp.org>
28371
28372         Avoid test failures on IRIX 6.5.
28373         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
28374         (main): Use it.
28375         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
28376         macros.
28377         (main): Use them.
28378
28379 2007-03-25  Bruno Haible  <bruno@clisp.org>
28380
28381         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
28382         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
28383         exists but doesn't work.
28384         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
28385         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
28386         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
28387         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
28388
28389 2007-03-25  Bruno Haible  <bruno@clisp.org>
28390
28391         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
28392         returns inf. Needed on IRIX 6.5.
28393
28394 2007-03-25  Bruno Haible  <bruno@clisp.org>
28395
28396         * tests/test-frexpl.c: Include isnanl-nolibm.h.
28397         (main): Use isnanl instead of x != x idiom.
28398         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
28399
28400         * tests/test-frexp.c: Include isnan.h.
28401         (main): Use isnan instead of x != x idiom.
28402         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
28403
28404 2007-03-25  Bruno Haible  <bruno@clisp.org>
28405
28406         * tests/test-frexp.c (NaN): New function/macro.
28407         (main): Use it instead of 0.0 / 0.0.
28408         * tests/test-isnan.c (NaN): New function/macro.
28409         (main): Use it instead of 0.0 / 0.0.
28410         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
28411         (test_function): Use it instead of 0.0 / 0.0.
28412         * tests/test-vasprintf-posix.c (NaN): New function/macro.
28413         (test_function): Use it instead of 0.0 / 0.0.
28414         * tests/test-snprintf-posix.h (NaN): New function/macro.
28415         (test_function): Use it instead of 0.0 / 0.0.
28416         * tests/test-sprintf-posix.h (NaN): New function/macro.
28417         (test_function): Use it instead of 0.0 / 0.0.
28418         * tests/test-fprintf-posix.h (NaN): New function/macro.
28419         (test_function): Use it instead of 0.0 / 0.0.
28420         * tests/test-printf-posix.h (NaN): New function/macro.
28421         (test_function): Use it instead of 0.0 / 0.0.
28422
28423         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
28424
28425 2007-03-25  Bruno Haible  <bruno@clisp.org>
28426
28427         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
28428
28429 2007-03-25  Bruno Haible  <bruno@clisp.org>
28430
28431         * lib/regexec.c (merge_state_with_log): Make static.
28432
28433 2007-03-25  Bruno Haible  <bruno@clisp.org>
28434
28435         * lib/trigl.c (kernel_rem_pio2): Make static.
28436
28437 2007-03-25  Bruno Haible  <bruno@clisp.org>
28438
28439         * lib/sincosl.c (sincosl_table): Make static.
28440
28441 2007-03-25  Bruno Haible  <bruno@clisp.org>
28442
28443         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
28444         if the compiler does not support C99.
28445
28446 2007-03-25  Bruno Haible  <bruno@clisp.org>
28447
28448         * modules/time (Makefile.am): Ensure all rule action lines start with a
28449         tab.
28450
28451 2007-03-24  Bruno Haible  <bruno@clisp.org>
28452
28453         * modules/tsearch-tests: New file.
28454         * tests/test-tsearch.sh: New file.
28455         * tests/test-tsearch.c: New file, mostly copied from glibc.
28456
28457         * modules/search-tests: New file.
28458         * tests/test-search.c: New file.
28459
28460         * modules/search: New file.
28461         * lib/search_.h: New file, incorporating lib/tsearch.h.
28462         * m4/search_h.m4: New file.
28463         * lib/tsearch.h: Remove file.
28464         * lib/tsearch.c: Include search.h instead of tsearch.h.
28465         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
28466         HAVE_TSEARCH.
28467         * modules/tsearch (Files): Remove lib/tsearch.h.
28468         (Depends-on): Add search.
28469         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
28470         (Include): Change tsearch.h into search.h.
28471
28472 2007-03-24  Bruno Haible  <bruno@clisp.org>
28473
28474         * modules/fpucw: New file.
28475         * lib/fpucw.h: New file.
28476         * lib/frexp.c: Include fpucw.h.
28477         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
28478         (FUNC): Use them.
28479         * lib/printf-frexp.c: Include fpucw.h.
28480         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
28481         (FUNC): Use them.
28482         * lib/vasnprintf.c: Include fpucw.h.
28483         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
28484         'long double' calculations.
28485         * tests/test-frexpl.c: Include fpucw.h.
28486         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
28487         * tests/test-printf-frexpl.c: Include fpucw.h.
28488         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
28489         * modules/frexpl (Depends-on): Add fpucw.
28490         * modules/printf-frexpl (Depends-on): Likewise.
28491         * modules/fprintf-posix (Depends-on): Likewise.
28492         * modules/snprintf-posix (Depends-on): Likewise.
28493         * modules/sprintf-posix (Depends-on): Likewise.
28494         * modules/vasnprintf-posix (Depends-on): Likewise.
28495         * modules/vasprintf-posix (Depends-on): Likewise.
28496         * modules/vfprintf-posix (Depends-on): Likewise.
28497         * modules/vsnprintf-posix (Depends-on): Likewise.
28498         * modules/vsprintf-posix (Depends-on): Likewise.
28499         * modules/frexpl-tests (Depends-on): Likewise.
28500         * modules/printf-frexpl-tests (Depends-on): Likewise.
28501
28502 2007-03-24  Bruno Haible  <bruno@clisp.org>
28503
28504         * lib/float+.h: New file.
28505         * lib/isnan.c: Include float+.h.
28506         (SIZE): New macro.
28507         (FUNC): Compare only SIZE bytes of the value.
28508         * lib/vasnprintf.c: Include float+.h.
28509         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
28510         SIZEOF_LDBL or SIZEOF_DBL bytes.
28511         * modules/isnan-nolibm (Files): Add lib/float+.h.
28512         * modules/isnanl-nolibm (Files): Add lib/float+.h.
28513         * modules/isnanl (Files): Add lib/float+.h.
28514         * modules/vasnprintf (Files): Add lib/float+.h.
28515
28516 2007-03-24  Bruno Haible  <bruno@clisp.org>
28517
28518         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
28519         include isnanl-nolibm.h.
28520
28521 2007-03-24  Bruno Haible  <bruno@clisp.org>
28522
28523         * tests/test-read-file.c (main): Don't produce spurious output for
28524         expected situations. Make the test fail if it encountered unexpected
28525         results.
28526
28527 2007-03-24  Bruno Haible  <bruno@clisp.org>
28528
28529         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
28530         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
28531
28532 2007-03-24  Bruno Haible  <bruno@clisp.org>
28533
28534         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
28535
28536 2007-03-24  Bruno Haible  <bruno@clisp.org>
28537
28538         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
28539         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
28540
28541         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
28542         * modules/utf8-ucs4: Turn into a symbolic link to module
28543         unistr/u8-mbtouc.
28544
28545         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
28546         utf8-ucs4-unsafe.
28547         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
28548         unistr/u8-mbtouc-unsafe.
28549
28550         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
28551         * modules/utf16-ucs4: Turn into a symbolic link to module
28552         unistr/u16-mbtouc.
28553
28554         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
28555         utf16-ucs4-unsafe.
28556         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
28557         unistr/u16-mbtouc-unsafe.
28558
28559         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
28560         * modules/ucs4-utf8: Turn into a symbolic link to module
28561         unistr/u8-ubtomb.
28562
28563         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
28564         * modules/ucs4-utf16: Turn into a symbolic link to module
28565         unistr/u16-ubtomb.
28566
28567 2007-03-24  Bruno Haible  <bruno@clisp.org>
28568
28569         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
28570         Enable the function only if HAVE_INLINE.
28571         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
28572         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
28573         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
28574         Enable the function only if HAVE_INLINE.
28575         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
28576         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
28577         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
28578         Enable the function only if HAVE_INLINE.
28579         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
28580         Enable the function only if HAVE_INLINE.
28581         * modules/utf8-ucs4: Update.
28582         * modules/utf8-ucs4-unsafe: Update.
28583         * modules/utf16-ucs4: Update.
28584         * modules/utf16-ucs4-unsafe: Update.
28585         * modules/ucs4-utf8: Update.
28586         * modules/ucs4-utf16: Update.
28587
28588 2007-03-24  Bruno Haible  <bruno@clisp.org>
28589
28590         * lib/utf8-ucs4.h: Remove file.
28591         * lib/utf8-ucs4-unsafe.h: Remove file.
28592         * lib/utf16-ucs4.h: Remove file.
28593         * lib/utf16-ucs4-unsafe.h: Remove file.
28594         * lib/ucs4-utf8.h: Remove file.
28595         * lib/ucs4-utf16.h: Remove file.
28596         * lib/unistr.h: Include their previous contents.
28597         * m4/utf-ucs4.m4: Remove file.
28598         * m4/ucs4-utf.m4: Remove file.
28599         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
28600         (Depends-on): Add unistr/base.
28601         (configure.ac): Remove gl_UTF_UCS4.
28602         (Makefile.am): Update.
28603         (Include): Change to unistr.h.
28604         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
28605         (Depends-on): Add unistr/base.
28606         (configure.ac): Remove gl_UTF_UCS4.
28607         (Makefile.am): Update.
28608         (Include): Change to unistr.h.
28609         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
28610         (Depends-on): Add unistr/base.
28611         (configure.ac): Remove gl_UTF_UCS4.
28612         (Makefile.am): Update.
28613         (Include): Change to unistr.h.
28614         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
28615         (Depends-on): Add unistr/base.
28616         (configure.ac): Remove gl_UTF_UCS4.
28617         (Makefile.am): Update.
28618         (Include): Change to unistr.h.
28619         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
28620         (Depends-on): Add unistr/base.
28621         (configure.ac): Remove gl_UCS4_UTF.
28622         (Makefile.am): Update.
28623         (Include): Change to unistr.h.
28624         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
28625         (Depends-on): Add unistr/base.
28626         (configure.ac): Remove gl_UCS4_UTF.
28627         (Makefile.am): Update.
28628         (Include): Change to unistr.h.
28629         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
28630         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
28631         utf8-ucs4-unsafe.h.
28632         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
28633         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
28634         utf16-ucs4-unsafe.h.
28635         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
28636         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
28637         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
28638         * lib/unistr/u8-strchr.c: Likewise.
28639         * lib/unistr/u8-strrchr.c: Likewise.
28640         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
28641         * lib/unistr/u16-strchr.c: Likewise.
28642         * lib/unistr/u16-strrchr.c: Likewise.
28643         * lib/striconveh.c: Update.
28644         * lib/linebreak.c: Update.
28645
28646 2007-03-24  Bruno Haible  <bruno@clisp.org>
28647
28648         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
28649         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
28650
28651 2007-03-22  Bruno Haible  <bruno@clisp.org>
28652
28653         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
28654
28655 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
28656
28657         * MODULES.html.sh (File system functions): New module write-any-file.
28658         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
28659         * m4/write-any-file.m4: New files.
28660
28661 2007-03-23  Eric Blake  <ebb9@byu.net>
28662
28663         * gnulib-tool: Rearrange space-tab sequences, since some editors
28664         like to eat them.
28665
28666 2007-03-23  Eric Blake  <ebb9@byu.net>
28667
28668         * lib/version-etc.c (version_etc_va): Update license wording to
28669         be more concise.  Recommended by Richard Stallman.
28670
28671 2007-03-22  Bruno Haible  <bruno@clisp.org>
28672
28673         * lib/poll.c (MSG_PEEK): New fallback definition.
28674
28675 2007-03-22  Bruno Haible  <bruno@clisp.org>
28676
28677         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
28678         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
28679         (main): Update.
28680         Fixes a compilation error on BeOS.
28681
28682 2007-03-22  Bruno Haible  <bruno@clisp.org>
28683
28684         * modules/frexpl-tests: New file.
28685         * tests/test-frexpl.c: New file.
28686
28687         * modules/frexpl: New file.
28688         * m4/frexpl.m4: New file.
28689         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
28690         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
28691         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
28692         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
28693         (Depends-on): Add frexpl. Remove isnanl-nolibm.
28694         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
28695
28696 2007-03-22  Bruno Haible  <bruno@clisp.org>
28697
28698         * lib/frexpl.c: Share code with lib/frexp.c.
28699         * modules/mathl (Files): Add lib/frexp.c.
28700         (Depends-on): Add isnanl-nolibm.
28701
28702 2007-03-22  Bruno Haible  <bruno@clisp.org>
28703
28704         * modules/printf-frexp (Files): Add m4/frexp.m4.
28705         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
28706         only if the found frexp function actually works.
28707
28708 2007-03-22  Bruno Haible  <bruno@clisp.org>
28709
28710         * lib/frexp.c: Remove older implementation that uses divisions.
28711
28712 2007-03-21  Bruno Haible  <bruno@clisp.org>
28713
28714         * modules/frexp-tests: New file.
28715         * tests/test-frexp.c: New file.
28716
28717         * modules/frexp: New file.
28718         * lib/frexp.c: New file.
28719         * m4/frexp.m4: New file.
28720         * lib/math_.h (frexp): New declaration.
28721         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
28722         REPLACE_FREXP.
28723         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
28724
28725 2007-03-21  Bruno Haible  <bruno@clisp.org>
28726
28727         * modules/isnanl-tests: New file.
28728         * tests/test-isnanl.c: New file.
28729
28730         * modules/isnanl: New file.
28731         * lib/isnanl.h: New file.
28732         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
28733         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
28734         gl_FUNC_ISNANL_WORKS.
28735         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
28736         New macros.
28737
28738 2007-03-21  Bruno Haible  <bruno@clisp.org>
28739
28740         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
28741         lib/isnanl.h.
28742         (Include): Update.
28743         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
28744         * lib/vasnprintf.c: Update.
28745         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
28746         tests/test-isnanl.h, remove tests/test-isnanl.c.
28747         (Makefile.am): Update.
28748         * tests/test-isnanl-nolibm.c: New file.
28749         * tests/test-isnanl.h: New file.
28750         * tests/test-isnanl.c: Remove file.
28751
28752 2007-03-21  Jim Meyering  <jim@meyering.net>
28753
28754         When trying to open ".", treat ESTALE like EACCES.
28755         * lib/savewd.c (savewd_save): Resort to forking not just upon
28756         failure with EACCES, but also when errno is ESTALE.
28757
28758 2007-03-20  Bruno Haible  <bruno@clisp.org>
28759
28760         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
28761         Needed on AIX 5.1. Reported by Matthew Woehlke.
28762
28763 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
28764
28765         Suggestions by Bruno Haible:
28766         * lib/acl-internal.h: Include "gettext.h" rather than rolling
28767         our own.
28768         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
28769         * modules/acl (Depends-on): Add gettext.
28770
28771 2007-03-19  Bruno Haible  <bruno@clisp.org>
28772
28773         * modules/iconvme: Remove file.
28774         * lib/iconvme.h: Remove file.
28775         * lib/iconvme.c: Remove file.
28776         * m4/iconvme.m4: Remove file.
28777
28778 2007-03-19  Bruno Haible  <bruno@clisp.org>
28779
28780         * doc/relocatable-maint.texi: Break long shell script line.
28781         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
28782
28783 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
28784
28785         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
28786         handle file_has_acl.
28787         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
28788         * lib/acl.c: Move header inclusions and related macro defns into
28789         lib/acl-internal.h.
28790         (S_ISLNK): Remove defn, since that's now done for us.
28791         (file_has_acl): Move to lib/file-has-acl.c.
28792         Call acl_trivial if available.  This is the crucial part of the fix.
28793         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
28794         shared within the library.  Rewrite a bit, partly to make it compatible
28795         with the GNU coding style.
28796         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
28797         Remove unnecessary double-quotes.
28798         Don't test for acl_to_text; the build will catch that.
28799         Replace acl_entries if it doesn't exist and it is needed.
28800         Check for -lsec and acl_trivial (as used on Solaris 10).
28801         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
28802         lib/file-has-acl.c.
28803         (Depends-on): Add sys_stat, for S_ISLNK.
28804
28805 2007-03-19  Ben Pfaff  <blp@gnu.org>
28806
28807         * doc/gnulib.texi: Fix typos.
28808         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
28809
28810 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
28811
28812         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
28813         If size is zero here, buf must be zero.
28814
28815 2007-03-19  Simon Josefsson  <simon@josefsson.org>
28816
28817         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
28818         <bruno@clisp.org>.
28819
28820 2007-03-18  Bruno Haible  <bruno@clisp.org>
28821
28822         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
28823         Suggested by Eric Blake.
28824
28825 2007-03-18  Ben Pfaff  <blp@gnu.org>
28826
28827         * doc/relocatable.texi: Recommend using as prefix a directory
28828         that does not exist and will never be created.  Based on
28829         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
28830         and others.
28831
28832 2007-03-17  Bruno Haible  <bruno@clisp.org>
28833
28834         * lib/fchownat.c: Include lchown.h.
28835
28836 2007-03-17  Bruno Haible  <bruno@clisp.org>
28837
28838         Fix endless loop when the given allocated size was > INT_MAX.
28839         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
28840         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
28841         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
28842         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
28843         * lib/sprintf.c (sprintf): Likewise.
28844
28845 2007-03-17  Bruno Haible  <bruno@clisp.org>
28846
28847         * tests/test-argp-2.sh (func_compare): Output a context diff.
28848
28849 2007-03-17  Bruno Haible  <bruno@clisp.org>
28850
28851         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
28852         locale's decimal-point character.
28853
28854 2007-03-17  Bruno Haible  <bruno@clisp.org>
28855
28856         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
28857         before comparing it. Needed because on some platforms (e.g. x86) a
28858         'long double' occupies less bytes than sizeof (long double).
28859
28860 2007-03-17  Bruno Haible  <bruno@clisp.org>
28861
28862         * tests/test-crc.c (main): Make printf statements 64-bit clean.
28863         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
28864         * tests/test-getaddrinfo.c (simple): Likewise.
28865         * tests/test-read-file.c (main): Likewise.
28866
28867 2007-03-17  Bruno Haible  <bruno@clisp.org>
28868
28869         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
28870
28871 2007-03-17  Bruno Haible  <bruno@clisp.org>
28872
28873         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
28874         unused variable.
28875
28876 2007-03-17  Bruno Haible  <bruno@clisp.org>
28877
28878         * tests/test-c-strcasecmp.c: Include c-strcase.h.
28879         * tests/test-c-strncasecmp.c: Likewise.
28880
28881 2007-03-17  Bruno Haible  <bruno@clisp.org>
28882
28883         * modules/stdlib (Depends-on): Add unistd.
28884         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
28885         Needed for MacOS X 10.3.
28886
28887 2007-03-17  Bruno Haible  <bruno@clisp.org>
28888
28889         * lib/unistr/u-strdup.h: Include <stdlib.h>.
28890
28891 2007-03-17  Bruno Haible  <bruno@clisp.org>
28892
28893         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
28894
28895 2007-03-17  Bruno Haible  <bruno@clisp.org>
28896
28897         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
28898         to reflect files copied from gnulib (with or without modifications).
28899         Suggested by Jim Meyering.
28900
28901 2007-03-17  Eric Blake  <ebb9@byu.net>
28902
28903         * NEWS: Document stdlib change from 2007-02-18.
28904
28905 2007-03-17  Jim Meyering  <jim@meyering.net>
28906
28907         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
28908         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
28909         someone uses a name containing shell meta-characters.
28910         Reported by Alfred M. Szmidt.
28911
28912         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
28913
28914 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
28915
28916         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
28917         and copy gettext configuration files only if configure.ac contains
28918         a use of AM_GNU_GETTEXT_VERSION.
28919
28920 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
28921
28922         * build-aux/bootstrap (gnulib_name): New variable.
28923         (gnulib_tool_options): Use it.
28924
28925 2007-03-13  Simon Josefsson  <simon@josefsson.org>
28926
28927         * tests/test-des.c: Use new namespace.
28928
28929 2007-03-15  Bruno Haible  <bruno@clisp.org>
28930
28931         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
28932         Reported by James Youngman <jay@gnu.org>.
28933
28934 2007-03-15  Bruno Haible  <bruno@clisp.org>
28935
28936         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
28937         declared prototype. Needed with cc on OSF/1 5.1.
28938
28939 2007-03-15  Bruno Haible  <bruno@clisp.org>
28940
28941         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
28942         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
28943         (struct gl_list_implementation): Add dispose_fn argument to the
28944         'create_empty', 'create' methods.
28945         (struct gl_list_impl_base): Add field 'dispose_fn'.
28946         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
28947         argument.
28948         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
28949         dispose_fn argument.
28950         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
28951         dispose_fn on the dropped values.
28952         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
28953         dispose_fn argument.
28954         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
28955         dropped values.
28956         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
28957         (gl_tree_remove_node): Call dispose_fn on the dropped value.
28958         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
28959         (gl_tree_remove_node): Call dispose_fn on the dropped value.
28960         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
28961         argument.
28962         (gl_tree_list_free): Call dispose_fn on the dropped values.
28963         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
28964         the dropped values.
28965         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
28966         Add dispose_fn argument.
28967         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
28968         Call dispose_fn on the dropped values.
28969         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
28970         Add dispose_fn argument.
28971         (gl_sublist_create): Initialize the 'dispose_fn' field.
28972         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
28973         * tests/test-array_list.c (main): Update.
28974         * tests/test-carray_list.c (main): Update.
28975         * tests/test-avltree_list.c (main): Update.
28976         * tests/test-rbtree_list.c (main): Update.
28977         * tests/test-avltreehash_list.c (main): Update.
28978         * tests/test-rbtreehash_list.c (main): Update.
28979         * tests/test-linked_list.c (main): Update.
28980         * tests/test-linkedhash_list.c (main): Update.
28981         * tests/test-array_oset.c (main): Update.
28982
28983 2007-03-15  Bruno Haible  <bruno@clisp.org>
28984
28985         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
28986         (gl_oset_create_empty): Add dispose_fn argument.
28987         (struct gl_oset_implementation): Add dispose_fn argument to
28988         'create_empty' method.
28989         (struct gl_oset_impl_base): Add dispose_fn field.
28990         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
28991         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
28992         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
28993         values.
28994         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
28995         (gl_tree_oset_free): Call dispose_fn on the dropped values.
28996         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
28997         dropped value.
28998         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
28999         dropped value.
29000         * tests/test-array_oset.c (main): Update.
29001         * tests/test-avltree_oset.c (main): Update.
29002         * tests/test-rbtree_oset.c (main): Update.
29003         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
29004
29005 2007-03-13  Bruno Haible  <bruno@clisp.org>
29006
29007         * tests/test-stdbool.c (i): Update after last patch.
29008
29009 2007-03-12  Bruno Haible  <bruno@clisp.org>
29010
29011         * lib/quotearg.c: Include <wctype.h> early, before the definition of
29012         the iswprint macro. Needed on Solaris 2.5.1.
29013
29014 2007-03-12  Bruno Haible  <bruno@clisp.org>
29015
29016         * tests/test-printf-frexp.c (main): Declare x as volatile.
29017
29018 2007-03-12  Simon Josefsson  <simon@josefsson.org>
29019
29020         * doc/gnulib.texi (Build robot for gnulib): New section.
29021
29022 2007-03-12  Jim Meyering  <jim@meyering.net>
29023
29024         * build-aux/bootstrap: New file.
29025         * build-aux/bootstrap.conf: New file, from coreutils.
29026
29027 2007-03-11  Bruno Haible  <bruno@clisp.org>
29028
29029         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
29030
29031 2007-03-12  Simon Josefsson  <simon@josefsson.org>
29032
29033         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
29034         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
29035         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
29036
29037 2007-03-11  Bruno Haible  <bruno@clisp.org>
29038
29039         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
29040         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
29041
29042 2007-03-11  Bruno Haible  <bruno@clisp.org>
29043
29044         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
29045         formula. Needed for SunPRO C 5.0.
29046
29047 2007-03-11  Bruno Haible  <bruno@clisp.org>
29048
29049         * modules/long-options (Depends-on): Add getopt.
29050
29051 2007-03-11  Bruno Haible  <bruno@clisp.org>
29052
29053         * modules/modechange (Depends-on): Add stdbool.
29054
29055 2007-03-11  Bruno Haible  <bruno@clisp.org>
29056
29057         * modules/i-ring (Depends-on): Add stdbool.
29058
29059 2007-03-11  Bruno Haible  <bruno@clisp.org>
29060
29061         * modules/gc-des (Depends-on): Add stdbool.
29062
29063 2007-03-11  Bruno Haible  <bruno@clisp.org>
29064
29065         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
29066
29067 2007-03-11  Bruno Haible  <bruno@clisp.org>
29068
29069         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
29070
29071 2007-03-11  Bruno Haible  <bruno@clisp.org>
29072
29073         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
29074
29075 2007-03-11  Bruno Haible  <bruno@clisp.org>
29076
29077         * lib/vasnprintf.c (sprintf): Undefine.
29078
29079 2007-03-11  Bruno Haible  <bruno@clisp.org>
29080
29081         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
29082         initializers in SunPRO C and Compaq C compilers.
29083
29084 2007-03-11  Bruno Haible  <bruno@clisp.org>
29085
29086         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
29087         decrementing code ANSI C compliant.
29088
29089 2007-03-11  Bruno Haible  <bruno@clisp.org>
29090
29091         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
29092         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
29093
29094 2007-03-11  Bruno Haible  <bruno@clisp.org>
29095
29096         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
29097         <stdbool.h> substitute doesn't pass.
29098
29099 2007-03-11  Bruno Haible  <bruno@clisp.org>
29100
29101         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
29102
29103 2007-03-11  Bruno Haible  <bruno@clisp.org>
29104
29105         * gnulib-tool (func_create_megatestdir): Create also an autobuild
29106         script, for submission to autobuild.josefsson.org.
29107
29108 2007-03-10  Bruno Haible  <bruno@clisp.org>
29109
29110         * modules/canonicalize-lgpl-tests: New file.
29111         * tests/test-canonicalize-lgpl.sh: New file.
29112         * tests/test-canonicalize-lgpl.c: New file.
29113
29114         * modules/c-strcase-tests: New file.
29115         * tests/test-c-strcase.sh: New file.
29116         * tests/test-c-strcasecmp.c: New file.
29117         * tests/test-c-strncasecmp.c: New file.
29118
29119         * modules/atexit-tests: New file.
29120         * tests/test-atexit.sh: New file.
29121         * tests/test-atexit.c: New file.
29122
29123 2007-03-10  Bruno Haible  <bruno@clisp.org>
29124
29125         * tests/test-binary-io.sh: Use temporary filenames that are not so
29126         likely to clash with those of other tests (in a parallel make).
29127         * tests/test-binary-io.c: Likewise.
29128
29129 2007-03-10  Bruno Haible  <bruno@clisp.org>
29130
29131         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
29132         fallback; use #error instead.
29133         Suggested by Simon Josefsson.
29134
29135 2007-03-10  Bruno Haible  <bruno@clisp.org>
29136
29137         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
29138         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
29139         first and the last.
29140
29141 2007-03-10  Bruno Haible  <bruno@clisp.org>
29142
29143         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
29144
29145 2007-03-10  Bruno Haible  <bruno@clisp.org>
29146
29147         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
29148         "make distcheck".
29149         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
29150         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
29151         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
29152
29153 2007-03-10  Bruno Haible  <bruno@clisp.org>
29154
29155         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
29156         variable.
29157         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
29158         variable.
29159
29160 2007-03-09  Eric Blake  <ebb9@byu.net>
29161         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
29162
29163         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
29164         types are not being provided by gnulib.
29165         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
29166         types are supported.
29167
29168 2007-03-10  Bruno Haible  <bruno@clisp.org>
29169
29170         * lib/stdio_.h (__attribute__): New macro.
29171         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
29172         vsprintf): Specify __attribute__ __format__ for GCC.
29173         Suggested by Eric Blake.
29174
29175 2007-03-09  Bruno Haible  <bruno@clisp.org>
29176
29177         * modules/printf-posix-tests: New file.
29178         * tests/test-printf-posix.sh: New file.
29179         * tests/test-printf-posix.c: New file.
29180
29181         * modules/printf-posix: New file.
29182         * lib/printf.c: New file.
29183         * m4/printf-posix-rpl.m4: New file.
29184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
29185         REPLACE_PRINTF.
29186         * lib/stdio_.h (printf): New declaration.
29187         (format, __format__, ____printf____, ____scanf____, ____strftime____,
29188         ____strfmon____): New macros.
29189         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
29190         REPLACE_PRINTF.
29191
29192 2007-03-09  Bruno Haible  <bruno@clisp.org>
29193
29194         * tests/test-vasnprintf-posix2.sh: New file.
29195         * tests/test-vasnprintf-posix2.c: New file.
29196         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
29197         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
29198         (Makefile.am): Activate test-vasnprintf-posix2.sh.
29199
29200         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
29201         a locale dependent decimal point, rather than always '.'.
29202
29203 2007-03-09  Eric Blake  <ebb9@byu.net>
29204
29205         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
29206         spite of platforms like Tandem/NSK that define it to -1.
29207
29208 2007-03-08  Bruno Haible  <bruno@clisp.org>
29209
29210         * modules/vprintf-posix-tests: New file.
29211         * tests/test-vprintf-posix.sh: New file.
29212         * tests/test-vprintf-posix.c: New file.
29213         * tests/test-printf-posix.h: New file.
29214
29215         * modules/vprintf-posix: New file.
29216         * lib/vprintf.c: New file.
29217         * m4/vprintf-posix.m4: New file.
29218         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
29219         REPLACE_VPRINTF.
29220         * lib/stdio_.h (vprintf): New declaration.
29221         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
29222         REPLACE_VPRINTF.
29223
29224 2007-03-08  Bruno Haible  <bruno@clisp.org>
29225
29226         * modules/fprintf-posix-tests: New file.
29227         * tests/test-fprintf-posix.sh: New file.
29228         * tests/test-fprintf-posix.c: New file.
29229
29230         * modules/fprintf-posix: New file.
29231         * lib/fprintf.c: New file.
29232         * m4/fprintf-posix.m4: New file.
29233         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
29234         REPLACE_FPRINTF.
29235         * lib/stdio_.h (fprintf): New declaration.
29236         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
29237         REPLACE_FPRINTF.
29238
29239 2007-03-08  Bruno Haible  <bruno@clisp.org>
29240
29241         * modules/vfprintf-posix-tests: New file.
29242         * tests/test-vfprintf-posix.sh: New file.
29243         * tests/test-vfprintf-posix.c: New file.
29244         * tests/test-fprintf-posix.h: New file.
29245         * tests/test-fprintf-posix.out: New file.
29246
29247         * modules/vfprintf-posix: New file.
29248         * lib/vfprintf.c: New file.
29249         * m4/vfprintf-posix.m4: New file.
29250         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
29251         REPLACE_VFPRINTF.
29252         * lib/stdio_.h (vfprintf): New declaration.
29253         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
29254         REPLACE_VFPRINTF.
29255
29256 2007-03-08  Bruno Haible  <bruno@clisp.org>
29257
29258         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
29259
29260 2007-03-08  Bruno Haible  <bruno@clisp.org>
29261
29262         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
29263         instead of 'expr' invocations.
29264         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29265         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29266         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29267         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29268         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29269         Suggested by Paul Eggert.
29270
29271 2007-03-08  Bruno Haible  <bruno@clisp.org>
29272
29273         * modules/fseterr-tests: New file.
29274         * tests/test-fseterr.c: New file.
29275
29276         * modules/fseterr: New file.
29277         * lib/fseterr.h: New file.
29278         * lib/fseterr.c: New file.
29279
29280 2007-03-08  Bruno Haible  <bruno@clisp.org>
29281
29282         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
29283         * lib/getopt_.h: Likewise.
29284         * lib/mbswidth.h: Likewise.
29285         * lib/setenv.h: Likewise.
29286         * lib/vasnprintf.h: Likewise.
29287         * lib/vasprintf.h: Likewise.
29288         * lib/verror.h: Likewise.
29289         * lib/xsetenv.h: Likewise.
29290         * lib/xvasprintf.h: Likewise.
29291
29292 2007-03-08  Jim Meyering  <jim@meyering.net>
29293
29294         * users.txt: Add parted.
29295
29296         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
29297
29298 2007-03-07  Bruno Haible  <bruno@clisp.org>
29299
29300         * m4/printf.m4: Make the shell script snippets copy&pastable.
29301
29302 2007-03-02  Bruno Haible  <bruno@clisp.org>
29303
29304         * lib/netinet_in_.h: New file.
29305         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
29306         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
29307         * modules/netinet_in (Files): Add lib/netinet_in_.h.
29308         (Depends-on): Add absolute-header.
29309         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
29310         into netinet/in.h.
29311
29312 2007-03-03  Bruno Haible  <bruno@clisp.org>
29313
29314         * lib/sys_select_.h: New file.
29315         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
29316         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
29317         * modules/sys_select (Files): Add lib/sys_select_.h.
29318         (Depends-on): Add absolute-header.
29319         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
29320         into sys/select.h.
29321
29322 2007-03-02  Bruno Haible  <bruno@clisp.org>
29323
29324         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
29325         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
29326         values.
29327         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
29328         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
29329         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
29330         * modules/sys_socket (Depends-on): Add absolute-header.
29331         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
29332         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
29333         (Include): Remove requirement of inclusion of <sys/types.h>.
29334
29335 2007-03-02  Bruno Haible  <bruno@clisp.org>
29336
29337         * lib/byteswap_.h (bswap_32): Fix formula.
29338
29339 2007-03-06  Bruno Haible  <bruno@clisp.org>
29340
29341         * modules/sprintf-posix-tests: New file.
29342         * tests/test-sprintf-posix.c: New file.
29343
29344         * modules/sprintf-posix: New file.
29345         * lib/sprintf.c: New file.
29346         * m4/sprintf-posix.m4: New file.
29347         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
29348         REPLACE_SPRINTF.
29349         * lib/stdio_.h (sprintf): New declaration.
29350         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
29351         REPLACE_SPRINTF.
29352
29353 2007-03-06  Bruno Haible  <bruno@clisp.org>
29354
29355         * modules/vsprintf-posix-tests: New file.
29356         * tests/test-vsprintf-posix.c: New file.
29357         * tests/test-sprintf-posix.h: New file.
29358
29359         * modules/vsprintf-posix: New file.
29360         * lib/vsprintf.c: New file.
29361         * m4/vsprintf-posix.m4: New file.
29362         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
29363         REPLACE_VSPRINTF.
29364         * lib/stdio_.h (vsprintf): New declaration.
29365         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
29366         REPLACE_VSPRINTF.
29367
29368 2007-03-06  Bruno Haible  <bruno@clisp.org>
29369
29370         * modules/vsnprintf (Depend-on): Remove minmax.
29371
29372 2007-03-06  Bruno Haible  <bruno@clisp.org>
29373
29374         * modules/snprintf-posix-tests: New file.
29375         * tests/test-snprintf-posix.c: New file.
29376
29377         * modules/snprintf-posix: New file.
29378         * m4/snprintf-posix.m4: New file.
29379         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
29380         gl_FUNC_SNPRINTF.
29381         (gl_FUNC_SNPRINTF): Invoke it.
29382         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
29383         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
29384         is set.
29385         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
29386
29387 2007-03-06  Bruno Haible  <bruno@clisp.org>
29388
29389         * modules/vsnprintf-posix-tests: New file.
29390         * tests/test-vsnprintf-posix.c: New file.
29391         * tests/test-snprintf-posix.h: New file.
29392
29393         * modules/vsnprintf-posix: New file.
29394         * m4/vsnprintf-posix.m4: New file.
29395         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
29396         gl_FUNC_VSNPRINTF.
29397         (gl_FUNC_VSNPRINTF): Invoke it.
29398         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
29399         * lib/stdio_.h (vsnprintf): Define as a replacement if
29400         REPLACE_VSNPRINTF is set.
29401         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
29402
29403 2007-03-06  Bruno Haible  <bruno@clisp.org>
29404
29405         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
29406         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
29407
29408 2007-03-06  Bruno Haible  <bruno@clisp.org>
29409
29410         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
29411         (asinl): Declare also if HAVE_DECL_ASINL is set.
29412         (atanl): Declare also if HAVE_DECL_ATANL is set.
29413         (ceill): Declare also if HAVE_DECL_CEILL is set.
29414         (cosl): Declare also if HAVE_DECL_COSL is set.
29415         (expl): Declare also if HAVE_DECL_EXPL is set.
29416         (floorl): Declare also if HAVE_DECL_FLOORL is set.
29417         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
29418         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
29419         (logl): Declare also if HAVE_DECL_LOGL is set.
29420         (sinl): Declare also if HAVE_DECL_SINL is set.
29421         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
29422         (tanl): Declare also if HAVE_DECL_TANL is set.
29423         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
29424         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
29425         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
29426         declaration of frexpl, ldexpl.
29427         * modules/printf-frexpl (Depends-on): Add math.
29428         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
29429
29430 2007-03-05  Bruno Haible  <bruno@clisp.org>
29431
29432         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
29433         frexpl and ldexpl are declared.
29434         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
29435
29436 2007-03-05  Bruno Haible  <bruno@clisp.org>
29437
29438         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
29439         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
29440
29441 2007-03-05  Bruno Haible  <bruno@clisp.org>
29442
29443         * lib/stdio_.h: Include <stddef.h>.
29444
29445 2007-03-05  Bruno Haible  <bruno@clisp.org>
29446
29447         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
29448
29449 2007-03-05  Bruno Haible  <bruno@clisp.org>
29450
29451         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
29452         NetBSD 4, from Ralf Wildenhues.
29453
29454 2007-03-04  Bruno Haible  <bruno@clisp.org>
29455
29456         * lib/vasprintf.h: Update #if logic for the case when the functions
29457         exist but are overridden.
29458
29459 2007-03-04  Bruno Haible  <bruno@clisp.org>
29460
29461         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
29462         implementations: glibc-2.4 and MacOS X 10.3.
29463         * tests/test-vasnprintf-posix.c (test_function): Test also the case
29464         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
29465         * tests/test-vasprintf-posix.c (test_function): Likewise.
29466
29467 2007-03-04  Bruno Haible  <bruno@clisp.org>
29468
29469         * modules/vasprintf-posix-tests: New file.
29470         * tests/test-vasprintf-posix.c: New file.
29471
29472         * modules/vasprintf-posix: New file.
29473         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
29474         defined.
29475         * m4/vasprintf-posix.m4: New file.
29476         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
29477         gl_FUNC_VASPRINTF.
29478         (gl_FUNC_VASPRINTF): Invoke it.
29479         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
29480         here.
29481         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
29482
29483 2007-03-04  Bruno Haible  <bruno@clisp.org>
29484
29485         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
29486         REPLACE_GETTIMEOFDAY.
29487         * modules/sys_time (Makefile.am): Likewise.
29488         * m4/sys_time_h.m4: Likewise.
29489         * m4/gettimeofday.m4: Likewise.
29490
29491 2007-03-04  Bruno Haible  <bruno@clisp.org>
29492
29493         * modules/vasnprintf-posix-tests: New file.
29494         * tests/test-vasnprintf-posix.c: New file.
29495
29496         * modules/vasnprintf-posix: New file.
29497         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
29498         printf-frexpl.h.
29499         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
29500         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
29501         REPLACE_VASNPRINTF is defined.
29502         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
29503         gl_FUNC_VASNPRINTF.
29504         (gl_FUNC_VASNPRINTF): Invoke it.
29505         * m4/vasnprintf-posix.m4: New file.
29506         * m4/printf.m4: New file.
29507
29508 2007-03-04  Bruno Haible  <bruno@clisp.org>
29509
29510         Compile progreloc.c only if --enable-relocatable is specified.
29511         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
29512         if --enable-relocatable was specified.
29513         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
29514         lib_SOURCES.
29515
29516 2007-03-04  Jim Meyering  <jim@meyering.net>
29517
29518         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
29519         Use it consistently, rather than enumerating errno constants.
29520
29521 2007-03-04  Bruno Haible  <bruno@clisp.org>
29522
29523         * modules/xvasprintf-tests: New file.
29524         * tests/test-xvasprintf.c: New file.
29525
29526         * modules/vasprintf-tests: New file.
29527         * tests/test-vasprintf.c: New file.
29528
29529         * modules/vasnprintf-tests: New file.
29530         * tests/test-vasnprintf.c: New file.
29531
29532         * modules/vsnprintf-tests: New file.
29533         * tests/test-vsnprintf.c: New file.
29534
29535         * modules/snprintf-tests: New file.
29536         * tests/test-snprintf.c: New file.
29537
29538 2007-03-04  Bruno Haible  <bruno@clisp.org>
29539
29540         Compile relocatable.c only if --enable-relocatable is specified.
29541         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
29542         gl_RELOCATABLE_LIBRARY.
29543         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
29544         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
29545         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
29546         gl_RELOCATABLE_LIBRARY.
29547         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
29548         (Makefile.am): Remove lib_SOURCES.
29549         * modules/relocatable-lib-lgpl (configure.ac): Invoke
29550         gl_RELOCATABLE_LIBRARY.
29551         (Makefile.am): Remove lib_SOURCES.
29552         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
29553         always.
29554         * modules/relocatable-prog-wrapper (configure.ac): Invoke
29555         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
29556
29557 2007-03-04  Bruno Haible  <bruno@clisp.org>
29558
29559         * modules/argmatch-tests: New file.
29560         * tests/test-argmatch.c: New file.
29561
29562         * tests/test-allocsa.c (main): Halve the number of loop runs.
29563
29564         * modules/alloca-opt-tests: New file.
29565         * tests/test-alloca-opt.c: New file.
29566
29567 2007-03-04  Jim Meyering  <jim@meyering.net>
29568
29569         Work around difference between Linux ACLs and Solaris 10 ZFS.
29570         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
29571         for EINVAL.
29572
29573 2007-03-03  Bruno Haible  <bruno@clisp.org>
29574
29575         * modules/relocatable-prog (Depends-on): Add back progreloc's
29576         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
29577
29578 2007-03-03  Bruno Haible  <bruno@clisp.org>
29579
29580         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
29581         * modules/relocatable-lib: New file.
29582
29583 2007-03-03  Bruno Haible  <bruno@clisp.org>
29584
29585         * modules/relocatable-prog: Renamed from modules/relocatable.
29586         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
29587
29588 2007-03-03  Bruno Haible  <bruno@clisp.org>
29589
29590         * modules/relocatable-script (Files): Add doc/relocatable.texi,
29591         m4/relocatable-lib.m4.
29592         (Depends-on): Remove 'relocatable'.
29593         (configure.ac): Add gl_RELOCATABLE_NOP.
29594
29595 2007-03-03  Bruno Haible  <bruno@clisp.org>
29596
29597         * modules/relocatable-prog-wrapper: New file.
29598         * modules/relocatable (Depends-on): Add it. Remove all other
29599         dependencies except progname.
29600         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
29601
29602         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
29603         (gl_FUNC_STRERROR): Nop.
29604         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
29605
29606         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
29607         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
29608
29609         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
29610         (gl_FUNC_READLINK): Update.
29611
29612         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
29613
29614 2007-03-03  Bruno Haible  <bruno@clisp.org>
29615
29616         * lib/xreadlink.c: Include <unistd.h> unconditionally.
29617         * modules/xreadlink (Depends-on): Add unistd.
29618         * modules/xreadlink-with-size (Depends-on): Likewise.
29619
29620 2007-03-03  Bruno Haible  <bruno@clisp.org>
29621
29622         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
29623         extracted from gt_FUNC_SETENV.
29624         (gt_FUNC_SETENV): Remove macro.
29625         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
29626         remove gt_FUNC_SETENV.
29627
29628 2007-03-03  Bruno Haible  <bruno@clisp.org>
29629
29630         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
29631         ENABLE_RELOCATABLE here.
29632         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
29633
29634 2007-03-03  Bruno Haible  <bruno@clisp.org>
29635
29636         * modules/rbtreehash-list-tests (Depends-on): Add progname.
29637         * tests/test-rbtreehash_list.c: Include progname.h.
29638         (main): Call set_program_name.
29639
29640         * modules/rbtree-oset-tests (Depends-on): Add progname.
29641         * tests/test-rbtree_oset.c: Include progname.h.
29642         (main): Call set_program_name.
29643
29644         * modules/rbtree-list-tests (Depends-on): Add progname.
29645         * tests/test-rbtree_list.c: Include progname.h.
29646         (main): Call set_program_name.
29647
29648         * modules/linked-list-tests (Depends-on): Add progname.
29649         * tests/test-linked_list.c: Include progname.h.
29650         (main): Call set_program_name.
29651
29652 2007-03-03  Bruno Haible  <bruno@clisp.org>
29653
29654         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
29655         All uses of __restrict changed to _Restrict_.
29656         * lib/glob_.h (__restrict): Remove macro.
29657
29658 2007-03-02  Bruno Haible  <bruno@clisp.org>
29659
29660         * modules/gettext (configure.ac): Require gettext infrastructure
29661         from version 0.16.1.
29662
29663 2007-03-02  Bruno Haible  <bruno@clisp.org>
29664
29665         * modules/linkedhash-list-tests (Depends-on): Add progname.
29666         * tests/test-linkedhash_list.c: Include progname.h.
29667         (main): Call set_program_name.
29668
29669         * modules/carray-list-tests (Depends-on): Add progname.
29670         * tests/test-carray_list.c: Include progname.h.
29671         (main): Call set_program_name.
29672
29673         * modules/avltreehash-list-tests (Depends-on): Add progname.
29674         * tests/test-avltreehash_list.c: Include progname.h.
29675         (main): Call set_program_name.
29676
29677         * modules/avltree-oset-tests (Depends-on): Add progname.
29678         * tests/test-avltree_oset.c: Include progname.h.
29679         (main): Call set_program_name.
29680
29681         * modules/avltree-list-tests (Depends-on): Add progname.
29682         * tests/test-avltree_list.c: Include progname.h.
29683         (main): Call set_program_name.
29684
29685         * modules/array-oset-tests (Depends-on): Add progname.
29686         * tests/test-array_oset.c: Include progname.h.
29687         (main): Call set_program_name.
29688
29689         * modules/array-list-tests (Depends-on): Add progname.
29690         * tests/test-array_list.c: Include progname.h.
29691         (main): Call set_program_name.
29692
29693         * modules/argp-tests (Depends-on): Add progname.
29694         * tests/test-argp.c: Include argp.h first. Include progname.h.
29695         (main): Call set_program_name.
29696
29697 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
29698
29699         * doc/gnulib-tool.texi (Initial import): Reword description of
29700         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
29701         limited effect even if defined after the first system include.
29702
29703 2007-03-01  Bruno Haible  <bruno@clisp.org>
29704
29705         * build-aux/config.libpath: Update to libtool-1.5.22.
29706         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
29707
29708 2007-03-01  Bruno Haible  <bruno@clisp.org>
29709
29710         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
29711         foo_CFLAGS.
29712         Reported by Ralf Wildenhues.
29713
29714 2007-03-01  Bruno Haible  <bruno@clisp.org>
29715
29716         * build-aux/install-reloc: Remove object files left over by some
29717         compilers.
29718         Reported by Ralf Wildenhues.
29719
29720 2007-03-01  Bruno Haible  <bruno@clisp.org>
29721
29722         * build-aux/install-reloc: Break long lines.
29723
29724 2007-03-01  Bruno Haible  <bruno@clisp.org>
29725
29726         * doc/relocatable.texi: Document that it may not work on OpenBSD.
29727         Reported by Ralf Wildenhues.
29728
29729 2007-03-01  Bruno Haible  <bruno@clisp.org>
29730
29731         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
29732         include ordering constraints.
29733
29734 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
29735
29736         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
29737         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
29738         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
29739         as another example.
29740         * lib/time_.h: Fix misspelling.
29741         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
29742         Require gl_HEADER_TIME_H_DEFAULTS.
29743         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
29744         * m4/time_r.m4 (gl_TIME_R): Likewise.
29745         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
29746
29747 2007-03-01  Bruno Haible  <bruno@clisp.org>
29748
29749         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
29750         * m4/utimens.m4 (gl_UTIMENS): Likewise.
29751
29752 2007-03-01  Jim Meyering  <jim@meyering.net>
29753
29754         * modules/xreadlink (Maintainer): Add my name.
29755         * modules/xreadlink-with-size (Depends-on): Alphabetize.
29756
29757 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
29758             Bruno Haible  <bruno@clisp.org>
29759
29760         * build-aux/install-reloc: Compile also c-ctype.c.
29761         * build-aux/relocatable.sh.in: New file.
29762         * doc/relocatable.texi: New file.
29763         * doc/relocatable-maint.texi: New file.
29764         * doc/gnulib.texi: Include relocatable-maint.texi.
29765         * lib/progreloc.c: Include unistd.h unconditionally.
29766         * lib/relocwrapper.c: Include unistd.h unconditionally.
29767         Include c-ctype.h.
29768         (add_dotbin): Use c_tolower.
29769         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
29770         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
29771         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
29772         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
29773         to m4/relocatable-lib.m4.
29774         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
29775         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
29776         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
29777         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
29778         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
29779         * modules/relocatable: New file.
29780         * modules/relocatable-lib: New file.
29781         * modules/relocatable-script: New file.
29782
29783 2007-02-28  Bruno Haible  <bruno@clisp.org>
29784
29785         Import --enable-relocatable infrastructure.
29786         * build-aux/config.libpath: New file, from GNU gettext.
29787         * build-aux/install-reloc: New file, from GNU gettext.
29788         * build-aux/reloc-ldflags: New file, from GNU gettext.
29789         * lib/relocatable.h: New file, from GNU gettext.
29790         * lib/relocatable.c: New file, from GNU gettext.
29791         * lib/relocwrapper.c: New file, from GNU gettext.
29792         * m4/relocatable.m4: New file, from GNU gettext.
29793
29794 2007-02-28  Bruno Haible  <bruno@clisp.org>
29795
29796         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
29797
29798         * modules/xreadlink: New file, from GNU gettext with modifications.
29799         * lib/xreadlink.c: New file, from GNU gettext.
29800         * lib/xreadlink.h: Add comments.
29801         (xreadlink): New declaration.
29802
29803         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
29804         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
29805         lib/xreadlink-with-size.c.
29806         (configure.ac): Remove gl_XREADLINK invocation.
29807         (Makefile.am): Augment lib_SOURCES.
29808         * m4/xreadlink.m4: Remove file.
29809         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
29810         (xreadlink_with_size): Renamed from xreadink.
29811         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
29812         * modules/canonicalize (Depends-on): Replace xreadlink with
29813         xreadlink-with-size.
29814         * lib/canonicalize.c (canonicalize_filename_mode): Update.
29815
29816 2007-02-25  Jim Meyering  <jim@meyering.net>
29817
29818         * build-aux/announce-gen: When complaining about excess arguments,
29819         list them.
29820
29821 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
29822
29823         * README: Document signed integer overflow situation more
29824         accurately.
29825
29826 2007-02-25  Bruno Haible  <bruno@clisp.org>
29827
29828         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
29829         'a' or 'A' conversion.
29830
29831 2007-02-25  Bruno Haible  <bruno@clisp.org>
29832
29833         * modules/filename: Renamed from modules/pathname.
29834         (Files): Replace lib/pathname.h with lib/filename.h. Replace
29835         lib/concatpath.c with lib/concat-filename.c.
29836         (Makefile.am): Update.
29837         (Include): Replace pathname.h with filename.h.
29838         * lib/filename.h: Renamed from lib/pathname.h.
29839         (concatenated_filename): Renamed from concatenated_pathname.
29840         * lib/concat-filename.c: Renamed from lib/concatpath.c.
29841         (concatenated_filename): Renamed from concatenated_pathname.
29842         * lib/findprog.c: Include filename.h instead of pathname.h.
29843         (find_in_path): Update.
29844         * lib/javacomp.c: Include filename.h instead of pathname.h.
29845         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
29846         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
29847         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
29848         is_oldgcj_14_13_usable, is_javac_usable): Update.
29849         * lib/javaexec.c: Include filename.h instead of pathname.h.
29850         (execute_java_class): Update.
29851         * modules/findprog: Update.
29852         * modules/javacomp: Update.
29853         * modules/javaexec: Update.
29854         * MODULES.html.sh (File system functions): Add 'filename', remove
29855         'pathname'.
29856
29857 2007-02-25  Bruno Haible  <bruno@clisp.org>
29858
29859         * modules/printf-frexpl-tests: New file.
29860         * tests/test-printf-frexpl.c: New file.
29861
29862         * modules/printf-frexpl: New file.
29863         * lib/printf-frexpl.h: New file.
29864         * lib/printf-frexpl.c: New file.
29865         * m4/printf-frexpl.m4: New file.
29866
29867 2007-02-25  Bruno Haible  <bruno@clisp.org>
29868
29869         * modules/printf-frexp-tests: New file.
29870         * tests/test-printf-frexp.c: New file.
29871
29872         * modules/printf-frexp: New file.
29873         * lib/printf-frexp.h: New file.
29874         * lib/printf-frexp.c: New file.
29875         * m4/printf-frexp.m4: New file.
29876
29877 2007-02-25  Bruno Haible  <bruno@clisp.org>
29878
29879         Assume automake >= 1.10 for the tests.
29880         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
29881         * modules/arctwo-tests: Likewise.
29882         * modules/argp-tests: Likewise.
29883         * modules/avltree-list-tests: Likewise.
29884         * modules/avltree-oset-tests: Likewise.
29885         * modules/avltreehash-list-tests: Likewise.
29886         * modules/carray-list-tests: Likewise.
29887         * modules/crc-tests: Likewise.
29888         * modules/des-tests: Likewise.
29889         * modules/gc-arcfour-tests: Likewise.
29890         * modules/gc-arctwo-tests: Likewise.
29891         * modules/gc-des-tests: Likewise.
29892         * modules/gc-hmac-md5-tests: Likewise.
29893         * modules/gc-hmac-sha1-tests: Likewise.
29894         * modules/gc-md2-tests: Likewise.
29895         * modules/gc-md4-tests: Likewise.
29896         * modules/gc-md5-tests: Likewise.
29897         * modules/gc-pbkdf2-sha1-tests: Likewise.
29898         * modules/gc-rijndael-tests: Likewise.
29899         * modules/gc-sha1-tests: Likewise.
29900         * modules/gc-tests: Likewise.
29901         * modules/getaddrinfo-tests: Likewise.
29902         * modules/hmac-md5-tests: Likewise.
29903         * modules/hmac-sha1-tests: Likewise.
29904         * modules/linked-list-tests: Likewise.
29905         * modules/linkedhash-list-tests: Likewise.
29906         * modules/lock-tests: Likewise.
29907         * modules/md2-tests: Likewise.
29908         * modules/md4-tests: Likewise.
29909         * modules/md5-tests: Likewise.
29910         * modules/rbtree-list-tests: Likewise.
29911         * modules/rbtree-oset-tests: Likewise.
29912         * modules/rbtreehash-list-tests: Likewise.
29913         * modules/read-file-tests: Likewise.
29914         * modules/rijndael-tests: Likewise.
29915         * modules/stdint-tests: Likewise.
29916         * modules/tls-tests: Likewise.
29917
29918 2007-02-24  Bruno Haible  <bruno@clisp.org>
29919
29920         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
29921         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
29922         function; instead check whether isnan with a double argument links.
29923         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
29924         function; instead check whether isnan with a 'long double' argument
29925         links.
29926         Reported by Eric Blake <ebb9@byu.net>.
29927
29928 2007-02-24  Bruno Haible  <bruno@clisp.org>
29929
29930         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
29931         defined.
29932         * lib/isnanl.c: Remove all code. Just include isnan.c.
29933         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
29934
29935 2007-02-25  Jim Meyering  <jim@meyering.net>
29936
29937         Avoid conflicting types for 'unsetenv' on FreeBSD.
29938         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
29939         conflicting with FreeBSD's (5.0 and 6.1) function declaration
29940         in stdlib.h.
29941
29942 2007-02-24  Bruno Haible  <bruno@clisp.org>
29943
29944         * modules/isnanl-nolibm-tests: New file.
29945         * tests/test-isnanl.c: New file.
29946
29947         * modules/isnanl-nolibm: New file.
29948         * lib/isnanl.h: New file.
29949         * lib/isnanl.c: New file.
29950         * m4/isnanl.m4: New file.
29951
29952 2007-02-24  Bruno Haible  <bruno@clisp.org>
29953
29954         * modules/isnan-nolibm-tests: New file.
29955         * tests/test-isnan.c: New file.
29956
29957         * modules/isnan-nolibm: New file.
29958         * lib/isnan.h: New file.
29959         * lib/isnan.c: New file.
29960         * m4/isnan.m4: New file.
29961
29962 2007-02-24  Bruno Haible  <bruno@clisp.org>
29963
29964         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
29965         assume that an exponent fits in 20 bits.
29966
29967 2007-02-24  Jim Meyering  <jim@meyering.net>
29968
29969         * m4/regex.m4: Update the description of the configure-time option,
29970         --without-included-regex, to state accurately what the defaults are,
29971         and perhaps to give people an idea why using this option is risky.
29972
29973 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
29974
29975         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
29976         loops on small arguments.  This attempts to avoid the problem
29977         Bruno Haible reported for AIX 4.3.2 in
29978         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
29979
29980 2007-02-23  Bruno Haible  <bruno@clisp.org>
29981
29982         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
29983         Needed for help2man.
29984
29985 2007-02-23  Karl Berry  <karl@gnu.org>
29986
29987         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
29988         exists, foo.h should be cvs-ignored, not committed.
29989
29990 2007-02-23  Eric Blake  <ebb9@byu.net>
29991
29992         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
29993         * lib/stat-time.h (includes): Likewise.
29994         * lib/utimecmp.c (includes): Likewise.
29995         * lib/utimens.h (includes): Likewise.
29996         * lib/getdate.y (includes): Also include "timespec.h" for use
29997         internal to the module.
29998         * modules/utimens (Depends-on): Revert yesterday's patch.
29999         * modules/nanosleep (Depends-on): Add missing dependency.
30000
30001 2007-02-22  Bruno Haible  <bruno@clisp.org>
30002
30003         * lib/glob.c: Don't include getlogin_r.h.
30004
30005 2007-02-22  Jim Meyering  <jim@meyering.net>
30006
30007         * modules/utimens (Depends-on): Add timespec, required for
30008         utimens.h's inclusion of timespec.h.
30009
30010 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
30011
30012         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
30013         long unreadable paths in GNU/Linux.  Problem reported by Andreas
30014         Schwab in
30015         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
30016         I'll try to think of a better way to fix the Solaris problem.
30017
30018         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
30019         like glibc; on Solaris 10, it fails with errno == EINVAL.
30020         POSIX says the behavior is unspecified if the first argument is NULL,
30021         so play it safe and never pass NULL to the system getcwd.
30022
30023 2007-02-21  Jim Meyering  <jim@meyering.net>
30024
30025         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
30026         of gettimeofday.  It would conflict with the one now always
30027         provided via sys_time_.h.  Reported by Matthew Woehlke, as
30028         an IRIX 6.5 build failure.
30029
30030 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
30031
30032         Minor fixups to port to Solaris 10 with Sun C 5.8.
30033         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
30034         * modules/getcwd (Depends-on): Add dirfd.
30035         * lib/putenv.c (putenv): #undef it.
30036         (rpl_putenv): New decl.
30037         (malloc, free): Include <stdlib.h> rather than prototyping separately.
30038
30039 2007-02-20  Bruno Haible  <bruno@clisp.org>
30040
30041         * modules/stdio-tests: New file.
30042         * tests/test-stdio.c: New file.
30043
30044         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
30045         (Depends-on): Add stdio.
30046         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
30047         (Include): Use <stdio.h> instead of vsnprintf.h.
30048         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
30049         HAVE_DECL_VSNPRINTF.
30050         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
30051
30052         * modules/snprintf (Files): Remove lib/snprintf.h.
30053         (Depends-on): Add stdio.
30054         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
30055         (Include): Use <stdio.h> instead of snprintf.h.
30056         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
30057         HAVE_DECL_SNPRINTF.
30058         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
30059         * lib/getaddrinfo.c: Likewise.
30060
30061         * modules/stdio: New file.
30062         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
30063         * lib/snprintf.h: Remove file.
30064         * lib/vsnprintf.h: Remove file.
30065         * lib/.cppi-disable: Remove snprintf.h.
30066         * m4/stdio_h.m4: New file.
30067         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
30068
30069 2007-02-20  Jim Meyering  <jim@meyering.net>
30070
30071         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
30072         used by e.g., mingw.  From Bruno Haible.
30073
30074 2007-02-19  Bruno Haible  <bruno@clisp.org>
30075
30076         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
30077         warnings.
30078         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30079
30080 2007-02-19  Bruno Haible  <bruno@clisp.org>
30081
30082         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
30083         from mingw users.
30084
30085 2007-02-19  Bruno Haible  <bruno@clisp.org>
30086
30087         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
30088         warnings.
30089         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
30090
30091 2007-02-19  Jim Meyering  <jim@meyering.net>
30092
30093         Don't use FD after a successful "fdopendir (fd)".
30094         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
30095         Reset it by calling dirfd on the just-obtained DIR*.
30096
30097         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
30098         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
30099
30100 2007-02-18  Bruno Haible  <bruno@clisp.org>
30101
30102         * lib/readlink.c: Include <unistd.h>.
30103         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
30104         HAVE_READLINK.
30105         * modules/readlink (Depends-on): Add unistd.
30106         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
30107         (Include): Add <unistd.h>.
30108
30109         * lib/getlogin_r.h: Remove file.
30110         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
30111         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
30112         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
30113         HAVE_DECL_GETLOGIN_R.
30114         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
30115         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
30116         (Include): Use <unistd.h> instead of getlogin_r.h.
30117
30118         * lib/getcwd.h: Remove file.
30119         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
30120         * lib/xgetcwd.c: Likewise.
30121         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
30122         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
30123         * modules/getcwd (Files): Remove lib/getcwd.h.
30124         (Depends-on): Add unistd.
30125         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
30126         (Include): Use <unistd.h> instad of getcwd.h.
30127
30128         * lib/ftruncate.c: Include <unistd.h> first.
30129         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
30130         Set HAVE_FTRUNCATE.
30131         * modules/ftruncate (Depends-on): Add unistd.
30132         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
30133
30134         * lib/fchdir.c: Include <unistd.h> first.
30135         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
30136         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
30137         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
30138         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
30139         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
30140
30141         * lib/dup2.c: Include <unistd.h> first.
30142         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
30143         HAVE_DUP2.
30144         * modules/dup2 (Depends-on): Add unistd.
30145         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
30146
30147         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
30148         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
30149         REPLACE_CHOWN. Don't define chown as a macro here.
30150         * modules/chown (Depends-on): Add unistd.
30151         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
30152
30153         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
30154         Add definition for GL_LINK_WARNING.
30155         (chown, dup2): New declarations.
30156         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
30157         link warning.
30158         (ftruncate): New declaration.
30159         (getcwd): New declaration, taken from old getcwd.h.
30160         (getlogin_r): New declaration, taken from old getlogin_r.h.
30161         (readlink): New declaration.
30162         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
30163         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
30164         (gl_PREREQ_UNISTD): Remove macro.
30165         (gl_UNISTD_MODULE_INDICATOR): New macro.
30166         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
30167         many new variables. Don't set UNISTD_H.
30168         * modules/unistd (Description): Change.
30169         (Depends-on): Add link-warning.
30170         (configure.ac): Update.
30171         (Makefile.am): Create unistd.h always. Substitute many new variables
30172         into it.
30173
30174 2007-02-18  Bruno Haible  <bruno@clisp.org>
30175
30176         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
30177         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
30178         HAVE_GETSUBOPT.
30179         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
30180         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
30181         * lib/getsubopt.h: Remove file.
30182         * modules/getsubopt (Files): Remove lib/getsubopt.h.
30183         (Depends-on): Add stdlib.
30184         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30185         (Includes): Use <stdlib.h> instead of getsubopt.h.
30186         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
30187         Set HAVE_GETSUBOPT.
30188         * lib/getsubopt.c: Don't include getsubopt.h.
30189
30190 2007-02-18  Bruno Haible  <bruno@clisp.org>
30191
30192         * modules/fchdir (Depends-on): Add dup2.
30193
30194 2007-02-18  Bruno Haible  <bruno@clisp.org>
30195
30196         * lib/stdlib_.h: Handle glibc's special invocation convention
30197         specially.
30198
30199 2007-02-18  Bruno Haible  <bruno@clisp.org>
30200
30201         * modules/stdlib-tests: New file.
30202         * tests/test-stdlib.c: New file.
30203
30204         * modules/mkstemp (Files): Remove lib/mkstemp.h.
30205         (Depends-on): Add stdlib.
30206         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30207         (Includes): Use <stdlib.h> instead of mkstemp.h.
30208         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
30209         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
30210         * lib/mkstemp.c: Don't include mkstemp.h.
30211         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
30212         * lib/stdlib--.h: Don't include mkstemp.h.
30213
30214         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
30215         (Depends-on): Add stdlib.
30216         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30217         (Includes): Use <stdlib.h> instead of mkdtemp.h.
30218         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
30219         HAVE_MKDTEMP.
30220         * lib/mkdtemp.c: Don't include mkdtemp.h.
30221         * lib/clean-temp.c: Don't include mkdtemp.h.
30222
30223         * modules/exit (Files): Remove lib/exit.h.
30224         (Depends-on): Add stdlib.
30225         (Makefile.am): Remove lib_SOURCES.
30226         (Include): Use <stdlib.h> instead of exit.h.
30227         * lib/argmatch.c: Don't include exit.h.
30228         * lib/execute.c: Likewise.
30229         * lib/pagealign_alloc.c: Likewise.
30230         * lib/pipe.c: Likewise.
30231         * lib/wait-process.c: Likewise.
30232         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
30233         * lib/exitfail.c: Likewise.
30234         * lib/savewd.c: Likewise.
30235         * lib/xsetenv.c: Likewise.
30236
30237         * modules/stdlib: New file.
30238         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
30239         and extra comments about mkstemp().
30240         * lib/exit.h: Remove file.
30241         * lib/mkdtemp.h: Remove file.
30242         * lib/mkstemp.h: Remove file.
30243         * m4/stdlib_h.m4: New file.
30244         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
30245
30246 2007-02-18  Bruno Haible  <bruno@clisp.org>
30247
30248         * modules/math-tests: New file.
30249         * tests/test-math.c: New file.
30250
30251         * modules/math: New file.
30252         * modules/mathl (Files): Remove lib/mathl.h.
30253         (Depends-on): Add math.
30254         (Makefile.am): Don't mention mathl.h.
30255         (Include): Use <math.h> instead of mathl.h.
30256         * lib/math_.h: New file.
30257         * lib/mathl.h: Remove file.
30258         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
30259         mathl.h.
30260         * lib/asinl.c: Likewise.
30261         * lib/atanl.c: Likewise.
30262         * lib/ceill.c: Likewise.
30263         * lib/cosl.c: Likewise.
30264         * lib/expl.c: Likewise.
30265         * lib/floorl.c: Likewise.
30266         * lib/frexpl.c: Likewise.
30267         * lib/ldexpl.c: Likewise.
30268         * lib/logl.c: Likewise.
30269         * lib/sincosl.c: Likewise.
30270         * lib/sinl.c: Likewise.
30271         * lib/sqrtl.c: Likewise.
30272         * lib/tanl.c: Likewise.
30273         * lib/trigl.c: Likewise.
30274         * m4/math_h.m4: New file.
30275         * MODULES.html.sh (Mathematics): Add math.
30276
30277 2007-02-17  Bruno Haible  <bruno@clisp.org>
30278
30279         * modules/wctype-tests: New file.
30280         * tests/test-wctype.c: New file.
30281
30282         * modules/wchar-tests: New file.
30283         * tests/test-wchar.c: New file.
30284
30285         * modules/unistd-tests: New file.
30286         * tests/test-unistd.c: New file.
30287
30288         * modules/time-tests: New file.
30289         * tests/test-time.c: New file.
30290
30291         * modules/sysexits-tests: New file.
30292         * tests/test-sysexits.c: New file.
30293
30294         * modules/sys_time-tests: New file.
30295         * tests/test-sys_time.c: New file.
30296
30297         * modules/sys_stat-tests: New file.
30298         * tests/test-sys_stat.c: New file.
30299
30300         * modules/sys_socket-tests: New file.
30301         * tests/test-sys_socket.c: New file.
30302
30303         * modules/sys_select-tests: New file.
30304         * tests/test-sys_select.c: New file.
30305
30306         * modules/string-tests: New file.
30307         * tests/test-string.c: New file.
30308
30309         * modules/stdbool-tests: New file.
30310         * tests/test-stdbool.c: New file.
30311
30312         * modules/netinet_in-tests: New file.
30313         * tests/test-netinet_in.c: New file.
30314
30315         * modules/inttypes-tests: New file.
30316         * tests/test-inttypes.c: New file.
30317
30318         * modules/fcntl-tests: New file.
30319         * tests/test-fcntl.c: New file.
30320
30321         * modules/byteswap-tests: New file.
30322         * tests/test-byteswap.c: New file.
30323
30324         * modules/arpa_inet-tests: New file.
30325         * tests/test-arpa_inet.c: New file.
30326
30327 2007-02-17  Bruno Haible  <bruno@clisp.org>
30328
30329         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
30330         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
30331         if the corresponding module is not enabled. Emit link warnings if
30332         the function is used nevertheless.
30333         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
30334         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
30335         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
30336         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
30337         * modules/inttypes (Depends-on): Add link-warning.
30338         (Makefile.am): Copy the contents of build-aux/link-warning.h into
30339         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
30340         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
30341         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
30342         * modules/imaxdiv (configure.ac): Likewise.
30343         * modules/strtoimax (configure.ac): Likewise.
30344         * modules/strtoumax (configure.ac): Likewise.
30345
30346 2007-02-17  Bruno Haible  <bruno@clisp.org>
30347
30348         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
30349         gl_STRING_MODULE_INDICATOR_DEFAULTS.
30350         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
30351         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
30352
30353 2007-02-17  Bruno Haible  <bruno@clisp.org>
30354
30355         * modules/link-warning: New file.
30356         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
30357         * lib/string_.h (GL_LINK_WARNING): Remove definition.
30358         * modules/string (Depends-on): Add link-warning.
30359         (Makefile.am): Copy the contents of build-aux/link-warning.h into
30360         string.h.
30361         * MODULES.html.sh (Support for building libraries and executables): Add
30362         link-warning.
30363
30364 2007-02-17  Bruno Haible  <bruno@clisp.org>
30365
30366         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
30367         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
30368         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
30369         long lines.
30370
30371 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
30372             Bruno Haible  <bruno@clisp.org>
30373
30374         * modules/tmpfile: New file.
30375         * lib/tmpfile.c: New file.
30376         * m4/tmpfile.m4: New file.
30377         * MODULES.html.sh (func_all_modules): New section "Input/output".
30378
30379 2007-02-15  Bruno Haible  <bruno@clisp.org>
30380
30381         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
30382         (supports_delete_on_close): New function.
30383         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
30384
30385 2007-02-14  Bruno Haible  <bruno@clisp.org>
30386
30387         * modules/mbspcasecmp-tests: New file.
30388         * tests/test-mbspcasecmp.sh: New file.
30389         * tests/test-mbspcasecmp.c: New file.
30390
30391         New module mbspcasecmp.
30392         * modules/mbspcasecmp: New file.
30393         * lib/mbspcasecmp.c: New file.
30394         * lib/string_.h (strncasecmp): Change warning message.
30395         (mbspcasecmp): New declaration.
30396         * m4/mbspcasecmp.m4: New file.
30397         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30398         GNULIB_MBSPCASECMP.
30399         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
30400         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
30401
30402 2007-02-14  Bruno Haible  <bruno@clisp.org>
30403
30404         * modules/mbsncasecmp-tests: New file.
30405         * tests/test-mbsncasecmp.sh: New file.
30406         * tests/test-mbsncasecmp.c: New file.
30407
30408         New module mbsncasecmp.
30409         * modules/mbsncasecmp: New file.
30410         * lib/mbsncasecmp.c: New file.
30411         * lib/string_.h (mbsncasecmp): New declaration.
30412         * m4/mbsncasecmp.m4: New file.
30413         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30414         GNULIB_MBSNCASECMP.
30415         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
30416         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
30417
30418 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
30419
30420         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
30421         Verify that it doesn't overlap with our flags.
30422         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
30423         do not have the desired effect in multibyte locales; instead, use
30424         mbscasecmp.
30425         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
30426         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
30427         we don't require GNU fnmatch ourselves (if our users require it, they
30428         should do so explicitly).
30429
30430         Fix regex code so it doesn't rely on strcasecmp.
30431         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
30432         Otherwise, include gnulib's langinfo.h.
30433         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
30434         undesirable behavior in non-C locales.  Instead, rely on localecharset.
30435         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
30436         * modules/regex (FILES): Remove m4/codeset.m4.
30437         (Depends-on): Add localcharset.  Remove strcase.
30438
30439 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30440
30441         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
30442         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
30443
30444 2007-02-13  Bruno Haible  <bruno@clisp.org>
30445
30446         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
30447         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30448
30449 2007-02-12  Bruno Haible  <bruno@clisp.org>
30450
30451         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
30452         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
30453         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
30454         time warning rather than a link error.
30455
30456 2007-02-12  Bruno Haible  <bruno@clisp.org>
30457
30458         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
30459         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30460         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30461
30462 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
30463
30464         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
30465         args, not 2.
30466
30467 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
30468
30469         New module 'time', so that apps can include <time.h> as per
30470         POSIX and GNU instead of separate include files like time_r.h
30471         and timegm.h.  This implementation tries out a simpler approach
30472         for replacing decls in standard include files (as compared to
30473         the string module), somewhat as an experiment.
30474
30475         * config/srclist.txt: Comment out mktime.c for now.
30476         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
30477         since it doesn't apply any more.  Use generic wording instead.
30478         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
30479         'time'.
30480         * lib/time_.h, m4/time_h.m4, modules/time: New files.
30481         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
30482         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
30483         Don't include <sys/types.h>; no longer needed since we assume C89.
30484         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
30485         * lib/strftime.c: Likewise.
30486         * lib/time_r.c: Likewise.
30487         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
30488         * lib/nanosleep.c: Include <time.h> first, to check interface.
30489         * lib/strptime.c: Likewise.
30490         * lib/time_r.c: Likewise.
30491         * lib/timegm.c: Likewise.
30492         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
30493         needed.
30494         * lib/timegm.c: Don't include timegm.h; no longer needed.
30495         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
30496         time.h now handles any problems in that area.
30497         (struct timespec, nanosleep): Remove; time.h now arranges for these.
30498         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
30499         that time.h defines struct timespec.
30500         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
30501         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
30502         handles that.
30503         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
30504         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
30505         needed.  Set REPLACE_LOCALTIME.
30506         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
30507         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
30508         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
30509         nanosleep; time_h.m4 now does that.  Don't require
30510         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
30511         module handles this now.
30512         * modules/getdate (Depends-on): Remove timespec.  Add time.
30513         * modules/nanosleep (Depends-on): Likewise.
30514         * modules/stat-time (Depends-on): Likewise.
30515         * modules/nanosleep (Include): Include time.h, not timespec.h.
30516         * modules/strptime (Files): Remove lib/strptime.h.
30517         (Depends-on): Add extensions, time.
30518         (Include): Include time.h, not strptime.h.
30519         * modules/time_r (Files): Remove lib/time_r.h.
30520         (Depends-on): Add time.
30521         (Include): Include time.h, not time_r.h.
30522         * modules/timegm: Likewise.
30523         * modules/timespec (Description): Now does timespec-related decls
30524         of our own, instead of struct timespec itself.
30525         (Depends-on): Add time; remove extensions.
30526         (Maintainer): Add self.
30527         * modules/utimecmp (Depends-on): Add time; remove timespec.
30528         * modules/utimens (Depends-on): Likewise.
30529         * modules/xnanosleep (Depends-on): Likewise.
30530
30531 2007-02-11  Bruno Haible  <bruno@clisp.org>
30532
30533         * lib/c-strstr.c: Include allocsa.h.
30534         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
30535         * lib/c-strcasestr.c: Include allocsa.h.
30536         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
30537         * lib/strcasestr.c: Include allocsa.h.
30538         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
30539         * lib/mbsstr.c: Include allocsa.h.
30540         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
30541         allocsa/freesa instead of malloc/free.
30542         * lib/mbscasestr.c: Include allocsa.h.
30543         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
30544         allocsa/freesa instead of malloc/free.
30545         * modules/c-strstr (Depends-on): Add allocsa.
30546         * modules/c-strcasestr (Depends-on): Likewise.
30547         * modules/strcasestr (Depends-on): Likewise.
30548         * modules/mbsstr (Depends-on): Likewise.
30549         * modules/mbscasestr (Depends-on): Likewise.
30550
30551 2007-02-11  Bruno Haible  <bruno@clisp.org>
30552
30553         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
30554
30555         * modules/mbsspn-tests: New file.
30556         * tests/test-mbsspn.sh: New file.
30557         * tests/test-mbsspn.c: New file.
30558
30559 2007-02-11  Bruno Haible  <bruno@clisp.org>
30560
30561         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
30562
30563         * modules/mbspbrk-tests: New file.
30564         * tests/test-mbspbrk.sh: New file.
30565         * tests/test-mbspbrk.c: New file.
30566
30567 2007-02-11  Bruno Haible  <bruno@clisp.org>
30568
30569         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
30570         unneeded cast.
30571
30572         * modules/mbscspn-tests: New file.
30573         * tests/test-mbscspn.sh: New file.
30574         * tests/test-mbscspn.c: New file.
30575
30576 2007-02-11  Bruno Haible  <bruno@clisp.org>
30577
30578         * modules/mbscasecmp-tests: New file.
30579         * tests/test-mbscasecmp.sh: New file.
30580         * tests/test-mbscasecmp.c: New file.
30581
30582 2007-02-11  Bruno Haible  <bruno@clisp.org>
30583
30584         Ensure O(n) worst-case complexity of mbscasestr.
30585         * lib/mbscasestr.c: Include stdbool.h.
30586         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
30587         functions.
30588         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
30589         the bookkeeping indicates that it's worth it.
30590         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
30591
30592         * modules/mbscasestr-tests: New file.
30593         * tests/test-mbscasestr1.c: New file.
30594         * tests/test-mbscasestr2.sh: New file.
30595         * tests/test-mbscasestr2.c: New file.
30596         * tests/test-mbscasestr3.sh: New file.
30597         * tests/test-mbscasestr3.c: New file.
30598         * tests/test-mbscasestr4.sh: New file.
30599         * tests/test-mbscasestr4.c: New file.
30600         * m4/locale-tr.m4: New file.
30601
30602 2007-02-11  Bruno Haible  <bruno@clisp.org>
30603
30604         Ensure O(n) worst-case complexity of mbsstr.
30605         * lib/mbsstr.c: Include stdbool.h.
30606         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
30607         functions.
30608         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
30609         bookkeeping indicates that it's worth it.
30610         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
30611
30612         * modules/mbsstr-tests: New file.
30613         * tests/test-mbsstr1.c: New file.
30614         * tests/test-mbsstr2.sh: New file.
30615         * tests/test-mbsstr2.c: New file.
30616         * tests/test-mbsstr3.sh: New file.
30617         * tests/test-mbsstr3.c: New file.
30618         * m4/locale-fr.m4: New file.
30619
30620 2007-02-11  Bruno Haible  <bruno@clisp.org>
30621
30622         * lib/mbsrchr.c (mbsrchr): Fix bug.
30623
30624         * modules/mbsrchr-tests: New file.
30625         * tests/test-mbsrchr.sh: New file.
30626         * tests/test-mbsrchr.c: New file.
30627
30628 2007-02-11  Bruno Haible  <bruno@clisp.org>
30629
30630         * lib/mbschr.c (mbschr): Fix bug.
30631
30632         * modules/mbschr-tests: New file.
30633         * tests/test-mbschr.sh: New file.
30634         * tests/test-mbschr.c: New file.
30635         * m4/locale-zh.m4: New file.
30636
30637 2007-02-11  Bruno Haible  <bruno@clisp.org>
30638
30639         Support for copying multibyte string iterators.
30640         * lib/mbiter.h: Include <string.h>.
30641         (mbiter_multi_copy): New function.
30642         (mbi_copy): New macro.
30643         * lib/mbuiter.h: Include <string.h>.
30644         (mbuiter_multi_copy): New function.
30645         (mbui_copy): New macro.
30646
30647 2007-02-11  Bruno Haible  <bruno@clisp.org>
30648
30649         New module mbslen.
30650         * modules/mbslen: New file.
30651         * lib/mbslen.c: New file.
30652         * lib/string_.h (mbslen): New declaration.
30653         * m4/mbslen.m4: New file.
30654         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30655         GNULIB_MBSLEN.
30656         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
30657         * MODULES.html.sh (Internationalization functions): Add mbslen.
30658
30659 2007-02-11  Bruno Haible  <bruno@clisp.org>
30660
30661         Ensure O(n) worst-case complexity of strcasestr substitute.
30662         * lib/strcasestr.c: Include stdbool.h.
30663         (knuth_morris_pratt): New function.
30664         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
30665         bookkeeping indicates that it's worth it.
30666         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
30667
30668         * modules/strcasestr-tests: New file.
30669         * tests/test-strcasestr.c: New file.
30670
30671 2007-02-11  Bruno Haible  <bruno@clisp.org>
30672
30673         Ensure O(n) worst-case complexity of c_strcasestr.
30674         * lib/c-strcasestr.c: Include stdbool.h, string.h.
30675         (knuth_morris_pratt): New function.
30676         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
30677         the bookkeeping indicates that it's worth it.
30678         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
30679
30680         * modules/c-strcasestr-tests: New file.
30681         * tests/test-c-strcasestr.c: New file.
30682
30683 2007-02-11  Bruno Haible  <bruno@clisp.org>
30684
30685         Ensure O(n) worst-case complexity of c_strstr.
30686         * lib/c-strstr.c: Include stdbool.h, string.h.
30687         (knuth_morris_pratt): New function.
30688         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
30689         bookkeeping indicates that it's worth it.
30690         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
30691
30692         * lib/c-strstr.c: Complete rewrite for maintainability.
30693
30694         * modules/c-strstr-tests: New file.
30695         * tests/test-c-strstr.c: New file.
30696
30697 2007-02-11  Bruno Haible  <bruno@clisp.org>
30698
30699         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
30700         5.2.1 and earlier, whereby \055 was treated just like the range
30701         delimiter '-'.
30702         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
30703
30704 2007-02-08  Bruno Haible  <bruno@clisp.org>
30705
30706         * modules/regex (Depends-on): Add stdbool.
30707         Reported by Dalibor Topic <robilad@kaffe.org>.
30708
30709 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
30710
30711         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
30712         Prefer returning from main to exiting from it.
30713         Remove unnecessary parens after sizeof.
30714
30715 2007-02-05  Bruno Haible  <bruno@clisp.org>
30716
30717         New module mbssep.
30718         * modules/mbssep: New file.
30719         * lib/mbssep.c: New file.
30720         * lib/string_.h (strsep): Add a conditional link warning.
30721         (mbssep): New declaration.
30722         * m4/mbssep.m4: New file.
30723         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30724         GNULIB_MBSSEP.
30725         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
30726         * MODULES.html.sh (Internationalization functions): Add mbssep.
30727
30728 2007-02-05  Bruno Haible  <bruno@clisp.org>
30729
30730         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
30731         Optimize search in case of 1 delimiter.
30732
30733 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
30734
30735         * lib/acl.h: Include sys/types.h before sys/acl.h.
30736
30737 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
30738
30739         Merge upstream fix for glibc bugzilla #3957:
30740
30741         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
30742
30743         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
30744         bit for RE_HAT_LISTS_NOT_NEWLINE.
30745         (build_charclass_op): Remove bogus comment.
30746
30747 2007-02-05  Simon Josefsson  <simon@josefsson.org>
30748
30749         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
30750
30751 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
30752
30753         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
30754         * lib/memmem.c [!defined _LIBC]: Include config.h.
30755
30756 2007-02-04  Bruno Haible  <bruno@clisp.org>
30757
30758         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
30759         warning message.
30760
30761 2007-02-04  Bruno Haible  <bruno@clisp.org>
30762
30763         New module mbstok_r.
30764         * modules/mbstok_r: New file.
30765         * lib/mbstok_r.c: New file.
30766         * lib/string_.h (strtok_r): Change argument names to match the
30767         comments. Add a conditional link warning.
30768         (mbstok_r): New declaration.
30769         * m4/mbstok_r.m4: New file.
30770         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30771         GNULIB_MBSTOK_R.
30772         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
30773         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
30774
30775 2007-02-04  Bruno Haible  <bruno@clisp.org>
30776
30777         New module mbsspn.
30778         * modules/mbsspn: New file.
30779         * lib/mbsspn.c: New file.
30780         * lib/string_.h (strspn): Add a conditional link warning.
30781         (mbsspn): New declaration.
30782         * m4/mbsspn.m4: New file.
30783         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30784         GNULIB_MBSSPN.
30785         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
30786         * MODULES.html.sh (Internationalization functions): Add mbsspn.
30787
30788 2007-02-04  Bruno Haible  <bruno@clisp.org>
30789
30790         New module mbspbrk.
30791         * modules/mbspbrk: New file.
30792         * lib/mbspbrk.c: New file.
30793         * lib/string_.h (strpbrk): Add a conditional link warning.
30794         (mbspbrk): New declaration.
30795         * m4/mbspbrk.m4: New file.
30796         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30797         GNULIB_MBSPBRK.
30798         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
30799         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
30800
30801 2007-02-04  Bruno Haible  <bruno@clisp.org>
30802
30803         New module mbscspn.
30804         * modules/mbscspn: New file.
30805         * lib/mbscspn.c: New file.
30806         * lib/string_.h (strcspn): Add a conditional link warning.
30807         (mbscspn): New declaration.
30808         * m4/mbscspn.m4: New file.
30809         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30810         GNULIB_MBSCSPN.
30811         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
30812         * MODULES.html.sh (Internationalization functions): Add mbscspn.
30813
30814 2007-02-04  Bruno Haible  <bruno@clisp.org>
30815
30816         New module mbscasestr, reduced goal of strcasestr.
30817         * modules/mbscasestr: New file.
30818         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
30819         (mbscasestr): Renamed from strcasestr.
30820         * lib/strcasestr.c: Don't include mbuiter.h.
30821         (strcasestr): Remove support for multibyte locales.
30822         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
30823         Change the conditional link warning.
30824         (mbscasestr): New declaration.
30825         * m4/mbscasestr.m4: New file.
30826         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
30827         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
30828         REPLACE_STRCASESTR.
30829         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
30830         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
30831         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
30832         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
30833         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
30834         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
30835         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
30836         (Depends-on): Remove mbuiter.
30837         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
30838
30839 2007-02-04  Bruno Haible  <bruno@clisp.org>
30840
30841         Simplify handling of strncasecmp.
30842         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
30843         the conditional link warning.
30844         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
30845         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
30846         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
30847         * modules/strcase (configure.ac): Don't invoke
30848         gl_STRING_MODULE_INDICATOR.
30849         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
30850
30851 2007-02-04  Bruno Haible  <bruno@clisp.org>
30852
30853         New module mbscasecmp, reduced goal of strcasecmp.
30854         * modules/mbscasecmp: New file.
30855         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
30856         (mbscasecmp): Renamed from strcasecmp.
30857         * lib/strcasecmp.c: Don't include mbuiter.h.
30858         (strcasecmp): Remove support for multibyte locales.
30859         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
30860         Change the conditional link warning.
30861         (mbscasecmp): New declaration.
30862         * m4/mbscasecmp.m4: New file.
30863         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
30864         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
30865         REPLACE_STRCASECMP.
30866         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
30867         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30868         GNULIB_MBSCASECMP.
30869         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
30870         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
30871         * modules/strcase (Files): Remove m4/mbrtowc.m4.
30872         (Depends-on): Remove mbuiter.
30873         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
30874
30875 2007-02-04  Bruno Haible  <bruno@clisp.org>
30876
30877         New module mbsstr. Remove module strstr.
30878         * modules/mbsstr: New file.
30879         * modules/strstr: Remove file.
30880         * lib/mbsstr.c: Renamed from lib/strstr.c.
30881         (mbsstr): Renamed from strstr.
30882         * lib/string_.h (strstr): Remove declaration. Change the conditional
30883         link warning.
30884         (mbsstr): New declaration.
30885         * m4/mbsstr.m4: New file.
30886         * m4/strstr.m4: Remove file.
30887         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
30888         REPLACE_STRSTR.
30889         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
30890         Don't initialize GNULIB_STRSTR.
30891         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
30892         substitute GNULIB_STRSTR and REPLACE_STRSTR.
30893         * MODULES.html.sh (Internationalization functions): Add mbsstr.
30894         (Support for systems lacking ANSI C 89): Remove strstr.
30895
30896 2007-02-04  Bruno Haible  <bruno@clisp.org>
30897
30898         New module mbsrchr.
30899         * modules/mbsrchr: New file.
30900         * lib/mbsrchr.c: New file.
30901         * lib/string_.h (strrchr): Add a conditional link warning.
30902         (mbsrchr): New declaration.
30903         * m4/mbsrchr.m4: New file.
30904         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30905         GNULIB_MBSRCHR.
30906         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
30907         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
30908
30909 2007-02-04  Bruno Haible  <bruno@clisp.org>
30910
30911         New module mbschr.
30912         * modules/mbschr: New file.
30913         * lib/mbschr.c: New file.
30914         * lib/string_.h (strchr): Add a conditional link warning.
30915         (mbschr): New declaration.
30916         * m4/mbschr.m4: New file.
30917         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
30918         GNULIB_MBSCHR.
30919         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
30920         * MODULES.html.sh (Internationalization functions): Add mbschr.
30921
30922 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
30923
30924         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
30925
30926         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
30927
30928 2007-02-04  Bruno Haible  <bruno@clisp.org>
30929
30930         New module description section 'configure.ac-early'.
30931         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
30932         (func_get_autoconf_early_snippet): New function.
30933         (func_import, func_create_testdir): Use it. Remove special cases for
30934         modules 'extensions' and 'lock'.
30935         * modules/extensions (configure.ac-early): Require
30936         gl_USE_SYSTEM_EXTENSIONS.
30937         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
30938
30939 2007-02-04  Bruno Haible  <bruno@clisp.org>
30940
30941         Make use of gcj-4.3's -fsource and -ftarget option.
30942         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
30943         and if so try the options -fsource and -ftarget.
30944         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
30945         source_version, ftarget_option, target_version arguments.
30946         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
30947         (is_envjavac_oldgcj_14_14_usable): Renamed from
30948         is_envjavac_gcj_14_14_usable.
30949         (is_envjavac_oldgcj_14_13_usable): Renamed from
30950         is_envjavac_gcj_14_13_usable.
30951         (is_gcj_present): Update.
30952         (is_gcj_43, is_gcj43_usable): New functions.
30953         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
30954         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
30955         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
30956         try the options -fsource and -ftarget.
30957
30958 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
30959
30960         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
30961         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
30962         larger value.
30963
30964 2007-02-03  Jim Meyering  <jim@meyering.net>
30965
30966         Give tools a better chance to allocate space for very large buffers.
30967         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
30968
30969         Make pwd and readlink work also when run with an unreadable parent dir
30970         on systems with openat support.
30971         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
30972         provided getcwd function, even when we have openat support.
30973         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
30974
30975 2007-02-02  Bruno Haible  <bruno@clisp.org>
30976
30977         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
30978         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
30979         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
30980         portability problems if one of these functions is only used on specific
30981         platforms.
30982         Reported by Paul Eggert.
30983
30984 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
30985
30986         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
30987         is causing more trouble than it's curing.
30988         * lib/regex_internal.h (__mempcpy): Remove.
30989         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
30990         (and make the code a tad smaller to boot).
30991         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
30992
30993 2007-02-02  Jim Meyering  <jim@meyering.net>
30994
30995         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
30996         section, not in the Makefile.am: one.
30997
30998 2007-02-02  Eric Blake  <ebb9@byu.net>
30999
31000         * lib/strchrnul.c: Always include config.h first.
31001
31002         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
31003         gnulib strstr is not necessary here.
31004
31005 2007-02-02  Simon Josefsson  <simon@josefsson.org>
31006
31007         * m4/socklen.m4: Fix typo.
31008
31009 2007-02-02  Eric Blake  <ebb9@byu.net>
31010
31011         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
31012         * modules/netinet_in (Makefile.am): Likewise.
31013
31014 2007-02-01  Bruno Haible  <bruno@clisp.org>
31015
31016         * lib/string_.h (GL_LINK_WARNING): New macro.
31017         (strcasecmp, strstr, strcasestr): If provided by the system,
31018         conditionally define as a macro that leads to a warning instead of to
31019         an error.
31020         (strncasecmp): Conditionally define as a macro that leads to a warning.
31021
31022 2007-02-01  Karl Berry  <karl@gnu.org>
31023
31024         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
31025
31026 2007-02-01  Bruno Haible  <bruno@clisp.org>
31027
31028         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
31029         renamings.
31030
31031 2007-02-01  Eric Blake  <ebb9@byu.net>
31032
31033         * modules/regex (Depends-on): Revert dependence on mempcpy.
31034         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
31035         module's definition of mempcpy.
31036         Reported by Paul Eggert.
31037
31038 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
31039
31040         * lib/string_.h: If the gnulib module XYZ is not present, undefine
31041         the symbol XYZ before redefining it.  This fixes a problem with
31042         programs that don't use XYZ, when compiled on systems that define
31043         XYZ to something else.
31044
31045 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
31046
31047         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
31048         occurs when "mkdir -m foo" creates a setgid directory that is (1)
31049         writeable to group or other and (2) is intended to have a special
31050         mode bit that is set or cleared.  In such a case, the directory
31051         should be neither group- nor other-writeable until the special
31052         mode bits are right.
31053
31054 2007-01-31  Eric Blake  <ebb9@byu.net>
31055
31056         * modules/mountlist (Depends-on): Add strstr.
31057
31058         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
31059         bug.
31060         * modules/string (Makefile.am): Remove redundant replacement.
31061         * modules/regex (Depends-on): Add mempcpy.
31062
31063 2007-01-31  Bruno Haible  <bruno@clisp.org>
31064
31065         New module description field 'Link'.
31066         * gnulib-tool (func_usage): Document --extract-link-directive.
31067         (sed_extract_prog): Recognize 'Link' directive.
31068         (func_get_link_directive): New function.
31069         (func_import): Show summary of link directives.
31070         Handle --extract-link-directive option.
31071         * modules/acl (Link): New section.
31072         * modules/clock-time (Link): New section.
31073         * modules/euidaccess (Link): New section.
31074         * modules/gettext (Link): New section.
31075         * modules/iconv (Link): New section.
31076         * modules/lock (Link): New section.
31077         * modules/nanosleep (Link): New section.
31078         * modules/readline (Link): New section.
31079
31080 2007-01-27  Bruno Haible  <bruno@clisp.org>
31081
31082         Enforce the use of gnulib modules for unportable <string.h> functions.
31083         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
31084         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
31085         (gl_HEADER_STRING_H_BODY): Require it.
31086         * lib/string_.h: If the gnulib module XYZ is not present, redefine
31087         the symbol XYZ to one that gives a link error.
31088         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
31089         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
31090         * modules/mempcpy (configure.ac): Likewise.
31091         * modules/memrchr (configure.ac): Likewise.
31092         * modules/stpcpy (configure.ac): Likewise.
31093         * modules/stpncpy (configure.ac): Likewise.
31094         * modules/strcase (configure.ac): Likewise.
31095         * modules/strcasestr (configure.ac): Likewise.
31096         * modules/strchrnul (configure.ac): Likewise.
31097         * modules/strdup (configure.ac): Likewise.
31098         * modules/strndup (configure.ac): Likewise.
31099         * modules/strnlen (configure.ac): Likewise.
31100         * modules/strpbrk (configure.ac): Likewise.
31101         * modules/strsep (configure.ac): Likewise.
31102         * modules/strstr (configure.ac): Likewise.
31103         * modules/strtok_r (configure.ac): Likewise.
31104
31105 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
31106
31107         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
31108
31109 2007-01-30  Jim Meyering  <jim@meyering.net>
31110
31111         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
31112
31113 2007-01-29  Bruno Haible  <bruno@clisp.org>
31114
31115         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
31116         * lib/execute.c: Likewise.
31117         * lib/pipe.c: Likewise.
31118         * lib/printf-args.h: Likewise.
31119         * lib/printf-args.c: Likewise.
31120         * lib/printf-parse.c: Likewise.
31121         * lib/vasnprintf.c: Likewise.
31122
31123 2007-01-29  Eric Blake  <ebb9@byu.net>
31124
31125         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
31126         declaration.
31127
31128 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
31129
31130         * lib/strptime.h (strptime): Use 'restrict' for args where
31131         POSIX requires this.
31132         * lib/strptime.c (strptime): Likewise.
31133         Change license notice from LGPL to GPL, since gnulib-tool will
31134         change this as needed.
31135         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
31136         defined.
31137         Include "strptime.h" first, to check interface.
31138         Do not #undef _LIBC and _NL_CURRENT.
31139         Do not include <stdlib.h>; no longer needed.
31140         Include "time_r.h" and declare ptime_locale_status
31141         only if _LIBC is not defined.
31142         (__P): Remove unused macro.
31143         (match_string): Bring back glibc version, but use it only if _LIBC
31144         is defined.
31145         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
31146         Remove unnecessary assertion and abort() call.
31147         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
31148         * m4/strptime.m4: Fix serial number comment.
31149         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
31150         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
31151         (Depends-on): Add time_r.
31152
31153 2007-01-29  Bruno Haible  <bruno@clisp.org>
31154
31155         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31156         strptime.
31157         * modules/strptime (Depends-on): Add stdbool.
31158         * lib/strptime.h: Include <time.h> always. Add comments.
31159
31160 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31161
31162         * modules/strptime: New file.
31163         * lib/strptime.h: New file.
31164         * lib/strptime.c: New file.
31165         * m4/strptime.m4: New file.
31166
31167 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
31168
31169         * MODULES.html.sh: New module mpsort.
31170         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
31171
31172         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
31173         a circularity problem with HP-UX ia64 reported by Bob Proulx in
31174         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
31175         All uses changed.
31176         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
31177         All uses changed.
31178         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
31179         to _Restrict_.
31180         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
31181         the parameter matches the prototype.
31182
31183 2007-01-28  Jim Meyering  <jim@meyering.net>
31184
31185         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
31186         sys/time.h here, reverting that part of the previous patch:
31187         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
31188
31189 2007-01-28  Bruno Haible  <bruno@clisp.org>
31190
31191         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
31192         value of $(SYS_TIME_H).
31193         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
31194         remove it conditionally, too. [added by Jim Meyering]
31195         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
31196         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
31197         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
31198         GETTIMEOFDAY_REPLACEMENT to 1.
31199
31200 2007-01-28  Bruno Haible  <bruno@clisp.org>
31201
31202         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
31203         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
31204         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
31205         Set UNISTD_H instead of UNISTD_H2.
31206         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
31207
31208 2007-01-28  Bruno Haible  <bruno@clisp.org>
31209
31210         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
31211         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
31212
31213 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31214
31215         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
31216         (func_create_testdir): Ensure C locale for `grep' and `tr'
31217         character ranges.
31218         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
31219         ACLOCAL_AMFLAGS parsing state machine.
31220
31221 2007-01-27  Bruno Haible  <bruno@clisp.org>
31222
31223         * modules/unistr/base: Update.
31224
31225 2007-01-27  Bruno Haible  <bruno@clisp.org>
31226
31227         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
31228         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
31229         * modules/unistr/u32-mbtouc-unsafe: Renamed from
31230         modules/unistr/u32-mbtouc.
31231         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
31232         * lib/unistr.h: Update.
31233         * lib/linebreak.c: Update.
31234         * modules/unistr/u32-mbtouc: Renamed from
31235         modules/unistr/u32-mbtouc-safe.
31236         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
31237         * lib/unistr.h: Update.
31238         * lib/unistr/u32-to-u8.c: Update.
31239         * lib/unistr/u32-to-u16.c: Update.
31240
31241 2007-01-27  Bruno Haible  <bruno@clisp.org>
31242
31243         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
31244         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
31245         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
31246         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
31247         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
31248         * modules/unistr/u16-mbtouc-unsafe: Renamed from
31249         modules/unistr/u16-mbtouc.
31250         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
31251         * lib/unistr.h: Update.
31252         * lib/linebreak.c: Update.
31253         * modules/linebreak: Update.
31254         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
31255         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
31256         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
31257         * modules/unistr/u16-mbtouc: Renamed from
31258         modules/unistr/u16-mbtouc-safe.
31259         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
31260         * lib/unistr.h: Update.
31261         * lib/unistr/u16-to-u8.c: Update.
31262         * modules/unistr/u16-to-u8: Update.
31263         * lib/unistr/u16-to-u32.c: Update.
31264         * modules/unistr/u16-to-u32: Update.
31265
31266 2007-01-27  Bruno Haible  <bruno@clisp.org>
31267
31268         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
31269         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
31270         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
31271         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
31272         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
31273         * modules/unistr/u8-mbtouc-unsafe: Renamed from
31274         modules/unistr/u8-mbtouc.
31275         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
31276         * lib/unistr.h: Update.
31277         * lib/striconveh.c: Update.
31278         * modules/striconveh: Update.
31279         * lib/linebreak.c: Update.
31280         * modules/linebreak: Update.
31281         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
31282         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
31283         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
31284         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
31285         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
31286         * lib/unistr.h: Update.
31287         * lib/striconveh.c: Update.
31288         * modules/striconveh: Update.
31289         * lib/unistr/u8-to-u16.c: Update.
31290         * modules/unistr/u8-to-u16: Update.
31291         * lib/unistr/u8-to-u32.c: Update.
31292         * modules/unistr/u8-to-u32: Update.
31293
31294 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31295
31296         Sync from Libtool.
31297         * lib/argz.c: Do not include strings.h nor memory.h, include
31298         string.h unconditionally.  Patch by Simon Josefsson.
31299
31300 2007-01-27  Bruno Haible  <bruno@clisp.org>
31301
31302         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
31303         from gl_HEADER_STRING_H_BODY.
31304         (gl_HEADER_STRING_H_BODY): Require it.
31305         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
31306         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
31307         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
31308         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
31309         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
31310         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
31311         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
31312         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
31313         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
31314         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
31315         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
31316         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
31317         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
31318         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
31319         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
31320
31321 2007-01-27  Bruno Haible  <bruno@clisp.org>
31322
31323         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
31324         check_PROGRAMS into noinst_PROGRAMS.
31325         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
31326         check_PROGRAMS in this case.
31327         (func_import): Set for_test to false.
31328         (func_create_testdir): Set for_test to true.
31329
31330 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
31331             Bruno Haible  <bruno@clisp.org>
31332
31333         * modules/strcasestr (Files): Remove lib/strcasestr.h.
31334         (Depends-on): Add string.
31335         (Includes): Use <string.h> instead of strcasestr.h.
31336         * modules/string (Makefile.am): Also substitute the value of
31337         REPLACE_STRCASESTR.
31338         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
31339         assume strcasestr is declared in <string.h> not <strings.h>. Also
31340         set REPLACE_STRCASESTR.
31341         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
31342         REPLACE_STRCASESTR.
31343         * lib/strcasestr.h: Remove file.
31344         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
31345         * lib/string_.h (strcasestr): New declaration.
31346
31347 2007-01-27  Bruno Haible  <bruno@clisp.org>
31348
31349         * lib/string_.h: Use 'extern'.
31350
31351 2007-01-27  Jim Meyering  <jim@meyering.net>
31352
31353         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
31354         of set-but-not-used local, "q".
31355
31356         * lib/mempcpy.c: Include <config.h> before <string.h>.
31357         This fixes a compilation error on HP-UX, due to the system's
31358         "restrict"-using mempcpy prototype.
31359
31360 2007-01-26  Bruno Haible  <bruno@clisp.org>
31361
31362         Small optimization.
31363         * lib/javacomp.c: Include c-strstr.h.
31364          (is_envjavac_gcj): Use c_strstr instead of strstr.
31365         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
31366
31367 2007-01-26  Bruno Haible  <bruno@clisp.org>
31368
31369         * MODULES.html.sh (Unicode string functions): Add the new modules.
31370
31371         * modules/uniconv/u32-strconv-to-locale: New file.
31372         * lib/uniconv/u32-strconv-to-locale.c: New file.
31373
31374         * modules/uniconv/u16-strconv-to-locale: New file.
31375         * lib/uniconv/u16-strconv-to-locale.c: New file.
31376
31377         * modules/uniconv/u8-strconv-to-locale: New file.
31378         * lib/uniconv/u8-strconv-to-locale.c: New file.
31379
31380         * modules/uniconv/u32-strconv-from-locale: New file.
31381         * lib/uniconv/u32-strconv-from-locale.c: New file.
31382
31383         * modules/uniconv/u16-strconv-from-locale: New file.
31384         * lib/uniconv/u16-strconv-from-locale.c: New file.
31385
31386         * modules/uniconv/u8-strconv-from-locale: New file.
31387         * lib/uniconv/u8-strconv-from-locale.c: New file.
31388
31389         * modules/uniconv/u32-strconv-to-enc: New file.
31390         * lib/uniconv/u32-strconv-to-enc.c: New file.
31391         * modules/uniconv/u32-strconv-to-enc-tests: New file.
31392         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
31393
31394         * modules/uniconv/u16-strconv-to-enc: New file.
31395         * lib/uniconv/u16-strconv-to-enc.c: New file.
31396         * lib/uniconv/u-strconv-to-enc.h: New file.
31397         * modules/uniconv/u16-strconv-to-enc-tests: New file.
31398         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
31399
31400         * modules/uniconv/u8-strconv-to-enc: New file.
31401         * lib/uniconv/u8-strconv-to-enc.c: New file.
31402         * modules/uniconv/u8-strconv-to-enc-tests: New file.
31403         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
31404
31405         * modules/uniconv/u32-strconv-from-enc: New file.
31406         * lib/uniconv/u32-strconv-from-enc.c: New file.
31407         * modules/uniconv/u32-strconv-from-enc-tests: New file.
31408         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
31409
31410         * modules/uniconv/u16-strconv-from-enc: New file.
31411         * lib/uniconv/u16-strconv-from-enc.c: New file.
31412         * modules/uniconv/u16-strconv-from-enc-tests: New file.
31413         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
31414
31415         * modules/uniconv/u8-strconv-from-enc: New file.
31416         * lib/uniconv/u8-strconv-from-enc.c: New file.
31417         * lib/uniconv/u-strconv-from-enc.h: New file.
31418         * modules/uniconv/u8-strconv-from-enc-tests: New file.
31419         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
31420
31421         * modules/uniconv/u32-conv-from-enc: New file.
31422         * lib/uniconv/u32-conv-from-enc.c: New file.
31423         * modules/uniconv/u32-conv-from-enc-tests: New file.
31424         * tests/uniconv/test-u32-conv-from-enc.c: New file.
31425
31426         * modules/uniconv/u16-conv-from-enc: New file.
31427         * lib/uniconv/u16-conv-from-enc.c: New file.
31428         * lib/uniconv/u-conv-from-enc.h: New file.
31429         * modules/uniconv/u16-conv-from-enc-tests: New file.
31430         * tests/uniconv/test-u16-conv-from-enc.c: New file.
31431
31432         * modules/uniconv/u8-conv-from-enc: New file.
31433         * lib/uniconv/u8-conv-from-enc.c: New file.
31434         * modules/uniconv/u8-conv-from-enc-tests: New file.
31435         * tests/uniconv/test-u8-conv-from-enc.c: New file.
31436
31437         * modules/uniconv/base: New file.
31438         * lib/uniconv.h: New file.
31439
31440 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
31441
31442         * doc/gnulib-tool.texi (Initial import): Update to match current
31443         behavior with strdup module.
31444         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
31445         * lib/memmem.h: Remove; all uses removed.  This is now done
31446         by <string.h>.
31447         * lib/mempcpy.h: Likewise.
31448         * lib/memrchr.h: Likewise.
31449         * lib/stpcpy.h: Likewise.
31450         * lib/stpncpy.h: Likewise.
31451         * lib/strcase.h: Likewise.
31452         * lib/strchrnul.h: Likewise.
31453         * lib/strdup.h: Likewise.
31454         * lib/strndup.h: Likewise.
31455         * lib/strnlen.h: Likewise.
31456         * lib/strpbrk.h: Likewise.
31457         * lib/strsep.h: Likewise.
31458         * lib/strstr.h: Likewise.
31459         * lib/strtok_r.h: Likewise.
31460         * lib/string_.h: New file.
31461         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
31462         Rely on <string.h> instead.
31463         * lib/canon-host.c: Likewise.
31464         * lib/chdir-long.c: Likewise.
31465         * lib/concatpath.c: Likewise.
31466         * lib/exclude.c: Likewise.
31467         * lib/fchdir.c: Likewise.
31468         * lib/getaddrinfo.c: Likewise.
31469         * lib/getcwd.c: Likewise.
31470         * lib/getsubopt.c: Likewise.
31471         * lib/glob.c: Likewise.
31472         * lib/hard-locale.c: Likewise.
31473         * lib/iconvme.c: Likewise.
31474         * lib/javacomp.c: Likewise.
31475         * lib/mempcpy.c: Likewise.
31476         * lib/memrchr.c: Likewise.
31477         * lib/regex_internal.h: Likewise.
31478         * lib/stpncpy.c: Likewise.
31479         * lib/strcasecmp.c: Likewise.
31480         * lib/strchrnul.c: Likewise.
31481         * lib/strdup.c: Likewise.
31482         * lib/striconv.c: Likewise.
31483         * lib/striconveh.c: Likewise.
31484         * lib/striconveha.c: Likewise.
31485         * lib/strncasecmp.c: Likewise.
31486         * lib/strndup.c: Likewise.
31487         * lib/strnlen.c: Likewise.
31488         * lib/strsep.c: Likewise.
31489         * lib/strstr.c: Likewise.
31490         * lib/strtok_r.c: Likewise.
31491         * lib/userspec.c: Likewise.
31492         * lib/w32spawn.h: Likewise.
31493         * lib/xstrndup.c: Likewise.
31494         * lib/mountlist.c (strstr): Remove decl.
31495         * m4/string_h.m4: New file.
31496         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
31497         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
31498         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
31499         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
31500         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
31501         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
31502         Set REPLACE_STRCASECMP if necessary.
31503         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
31504         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
31505         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
31506         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
31507         HAVE_DECL_STRDUP if necessary.
31508         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
31509         since gl_FUNC_STRNDUP does that now.
31510         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
31511         Check for decl here...
31512         (gl_PREREQ_STRNLEN): ... not here.
31513         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
31514         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
31515         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
31516         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
31517         necessary.
31518         * modules/string: New file.
31519         * modules/memmem (Files): Remove special-purpose include file.
31520         (Depends-on): Add string.
31521         (Include): Include <string.h>, not the removed file.
31522         * modules/mempcpy: Likewise.
31523         * modules/memrchr: Likewise.
31524         * modules/stpcpy: Likewise.
31525         * modules/stpncpy: Likewise.
31526         * modules/strcase: Likewise.
31527         * modules/strchrnul: Likewise.
31528         * modules/strdup: Likewise.
31529         * modules/strndup: Likewise.
31530         * modules/strnlen: Likewise.
31531         * modules/strpbrk: Likewise.
31532         * modules/strsep: Likewise.
31533         * modules/strstr: Likewise.
31534         * modules/strtok_r: Likewise.
31535         * tests/test-dirname.c: Don't include "strdup.h", since
31536         <string.h> now suffices.
31537         * tests/test-memmem.c: Don't include "memmem.h", since
31538         <string.h> now suffices.
31539
31540 2007-01-25  Bruno Haible  <bruno@clisp.org>
31541
31542         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
31543         *resultp is 0.
31544
31545         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
31546         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
31547         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
31548         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
31549
31550         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
31551         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
31552         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
31553         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
31554         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
31555         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
31556
31557 2007-01-24  Bruno Haible  <bruno@clisp.org>
31558
31559         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
31560         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
31561         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
31562         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
31563         gl_FUNC_FTS_CORE.
31564         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
31565         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
31566         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31567         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
31568         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
31569         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
31570         gl_FUNC_FCHOWNAT.
31571         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
31572         gl_FUNC_STRFTIME.
31573         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
31574         Reported by Ralf Wildenhues.
31575
31576 2007-01-24  Bruno Haible  <bruno@clisp.org>
31577
31578         Drop AC_REQUIRE calls that are redundant with the module dependencies.
31579         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
31580         gl_GETADDRINFO.
31581         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
31582         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
31583         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
31584
31585 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
31586
31587         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
31588         Don't use 'exit'; just return from 'main'.
31589         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
31590
31591         * lib/fnmatch_.h: Readjust white space and comments to match
31592         glibc, to avoid spurious diffs.
31593
31594 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31595
31596         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
31597         2004-12-01 change by Jakub Jelinek, since this code won't compile
31598         if !LIBC.  Problem reported by Bob Proulx.
31599
31600 2007-01-23  Bruno Haible  <bruno@clisp.org>
31601
31602         * lib/striconveh.c: Include c-strcaseeq.h.
31603         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
31604         * modules/striconveh (Depends-on): Add c-strcaseeq.
31605
31606 2007-01-23  Bruno Haible  <bruno@clisp.org>
31607
31608         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
31609
31610         * modules/c-strcaseeq: New file.
31611         * lib/c-strcaseeq.h: New file.
31612
31613         * modules/streq: New file.
31614         * lib/streq.h: New file.
31615
31616 2007-01-23  Bruno Haible  <bruno@clisp.org>
31617
31618         * modules/striconveha-tests: New file.
31619         * tests/test-striconveha.c: New file.
31620
31621         * lib/striconveha.h: Include <stdbool.h>.
31622         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
31623         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
31624         (mem_iconveha_notranslit): Renamed from mem_iconveha.
31625         (mem_iconveha): New function.
31626         (str_iconveha_notranslit): Renamed from str_iconveha.
31627         (str_iconveha): New function.
31628         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
31629         c-strcase.
31630
31631 2007-01-23  Bruno Haible  <bruno@clisp.org>
31632
31633         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
31634         encodings without forgiving before trying any encoding with handler.
31635         (str_iconveha): Try all encodings without forgiving before trying any
31636         encoding with handler.
31637
31638 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31639
31640         Import the following changes from libc.
31641
31642         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
31643
31644         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
31645
31646         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
31647
31648         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
31649         normal_bracket label.
31650
31651         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
31652
31653         [BZ #361]
31654         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
31655         to normal_bracket after fetching the next character.
31656
31657 2007-01-22  Bruno Haible  <bruno@clisp.org>
31658
31659         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
31660         argument.
31661         * lib/striconveh.c (iconv_carefully_1): New function.
31662         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
31663         argument.
31664         (str_cd_iconveh): Update.
31665         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
31666         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
31667         * tests/test-striconveh.c (MAGIC): New macro.
31668         (new_offsets): New function.
31669         (main): Test call with and without offsets.
31670
31671 2007-01-22  Bruno Haible  <bruno@clisp.org>
31672
31673         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
31674         * modules/sys_select (Makefile.am): Likewise.
31675         * modules/sys_socket (Makefile.am): Likewise.
31676         * modules/sys_time (Makefile.am): Likewise.
31677
31678 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
31679
31680         * modules/gettimeofday (License): Change from GPL to LGPL, since
31681         gettimeofday is a library function.
31682
31683 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31684
31685         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
31686
31687 2007-01-21  Bruno Haible  <bruno@clisp.org>
31688
31689         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
31690
31691 2007-01-21  Bruno Haible  <bruno@clisp.org>
31692
31693         * modules/striconveha: New file.
31694         * lib/striconveha.h: New file.
31695         * lib/striconveha.c: New file.
31696         * MODULES.html.sh (Internationalization functions): Add striconveha.
31697         * lib/striconv.c (str_iconv): Optimize the case of an empty input
31698         string.
31699         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
31700
31701 2007-01-21  Bruno Haible  <bruno@clisp.org>
31702
31703         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
31704         * lib/striconveh.c (str_iconveh): Likewise.
31705
31706 2007-01-21  Bruno Haible  <bruno@clisp.org>
31707
31708         * lib/striconveh.h (mem_iconveh): New declaration.
31709         * lib/striconveh.c (mem_iconveh): New function.
31710         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
31711
31712 2007-01-21  Bruno Haible  <bruno@clisp.org>
31713
31714         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
31715
31716         * lib/striconveh.h (mem_cd_iconveh): Change specification.
31717         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
31718         original result buffer.
31719         (str_cd_iconveh): Update.
31720         * tests/test-striconveh.c (main): Update.
31721
31722         * lib/striconv.h (mem_cd_iconv): Change specification.
31723         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
31724         result buffer.
31725         (str_cd_iconv): Update.
31726         * tests/test-striconv.c (main): Update.
31727
31728 2007-01-21  Bruno Haible  <bruno@clisp.org>
31729
31730         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
31731
31732 2007-01-20  Jim Meyering  <jim@meyering.net>
31733
31734         * lib/userspec.c (parse_with_separator): If a user or group string
31735         starts with "+", skip the corresponding name-to-ID look-up, since
31736         such a look-up must fail: user and group names may not include "+".
31737
31738 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
31739
31740         * lib/poll.c: Include sys/time.h and time.h unconditionally,
31741         since we now assume the sys_time module.
31742         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
31743         check for sys/time.h; no longer needed.
31744         * modules/poll (Depends-on): Depend on sys_time.
31745
31746 2007-01-18  Bruno Haible  <bruno@clisp.org>
31747
31748         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
31749         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
31750
31751         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
31752         gettimeofday.
31753
31754         * tests/test-gettimeofday.c: Include <time.h>.
31755         (dummy): Remove variable.
31756
31757         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
31758         gl_HEADER_SYS_TIME_H.
31759         (gl_HEADER_SYS_TIME_H): New macro.
31760
31761         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
31762         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
31763         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
31764         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
31765         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
31766         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
31767         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
31768         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
31769         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
31770         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
31771         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
31772
31773         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
31774         last change; it caused a compilation error when cross-compiling to
31775         Cygwin.
31776
31777 2007-01-18  Jim Meyering  <jim@meyering.net>
31778
31779         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
31780         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
31781         than the race-prone "test -d sys || mkdir sys".
31782         (configure.ac): Use AC_PROG_MKDIR_P.
31783         * modules/sys_select: Likewise.
31784         * modules/sys_socket: Likewise.
31785         * modules/sys_time: Likewise.
31786
31787 2007-01-18  Eric Blake  <ebb9@byu.net>
31788
31789         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
31790         replace gettimeofday.
31791         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
31792         name, to avoid infinite recursion.
31793
31794 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
31795
31796         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
31797         module sys_time.
31798         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
31799         assume timespec.h defines struct timeval.
31800         * lib/settime.c: Likewise.
31801         * lib/utimens.c: Likewise.
31802         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
31803         since we now assume the gettimeofday module.
31804         * lib/tempname.c (__gen_tempname): Likewise.
31805         * lib/gettimeofday.h: Remove.
31806         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
31807         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
31808         Include <time.h>, for 'time()'.
31809         (localtime_buffer_addr): Also use this workaround if
31810         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
31811         to simplify the uses.  All uses changed.
31812         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
31813         that #undef is inside {}, and 'const' follows type name consistently.
31814         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
31815         (gettimeofday): Do not use the maximum possible value for
31816         tv->tv_usec, since that might break usages other than ls.c.
31817         Instead, we'll leave ls.c alone.  This undoes today's patch
31818         by Bruno.  Add a compile-time warning for 1s-clock resolution;
31819         we've never observed the problem but might as well keep the
31820         canary.
31821         * lib/nanosleep.c: Include timespec.h first, for interface check.
31822         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
31823         now assume the sys_time module.
31824         * lib/tempname.c: Likewise.
31825         * lib/timespec.h: Likewise.
31826         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
31827         needed.
31828         * lib/strftime.c: Likewise.
31829         * lib/timespec.h: Likewise.
31830         * lib/posixtm.c: Include posixtm.h first, for interface check.
31831         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
31832         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
31833         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
31834         * lib/sys_time_.h: New file.
31835         * lib/timespec.h (struct timespec): Use long int, not long.
31836         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
31837         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
31838         Remove obsolescent call to AC_HEADER_TIME.
31839         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
31840         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
31841         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
31842         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
31843         Likewise.
31844         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
31845         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
31846         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
31847         into the sys_time module.  Check for gettimeofday just once.
31848         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
31849         for gettimeofday signature to just check the signature.  Merely
31850         compile it, since linking doesn't test signature.  Improve test for
31851         whether gettimeofday.o is actually needed.
31852         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
31853         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
31854         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
31855         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
31856         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
31857         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
31858         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
31859         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
31860         than worrying about sys/time.h.
31861         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
31862         Don't bother worrying about TIME_WITH_SYS_TIME.
31863         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
31864         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
31865         * m4/sys_time_h.m4: New file.
31866         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
31867         Don't include sys/time.h.  Return from main rather than exiting.
31868         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
31869         all uses changed.
31870         * modules/gethrxtime (Depends-on): Add sys_time.
31871         * modules/gettime (Depends-on): Likewise.
31872         * modules/gettimeofday (Depends-on): Likewise.
31873         * modules/nanosleep (Depends-on): Likewise.
31874         * modules/settime (Depends-on): Likewise.
31875         * modules/tempname (Depends-on): Likewise.
31876         * modules/utimens (Depends-on): Likewise.
31877         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
31878         (Include:) Change back to <sys/time.h>.
31879         (Maintainer:) Add self.
31880         * modules/sys_time: New file.
31881         * modules/tempname (Depends-on): Add gettimeofday.
31882         * tests/test-gettimeofday.c: Include <sys/time.h>
31883         rather than gettimeofday.h.
31884
31885 2007-01-17  Bruno Haible  <bruno@clisp.org>
31886
31887         * gnulib-tool (func_get_license): Revert last patch. Instead, let
31888         the license default to GPL.
31889         (func_create_testdir): Don't complain if a module is LGPL and its
31890         tests module depends on GPLed modules.
31891
31892 2007-01-17  Bruno Haible  <bruno@clisp.org>
31893
31894         * lib/gettimeofday.c (gettimeofday): Add code for the case
31895         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
31896         maximum possible value for tv->tv_usec, rather than the minimum one.
31897
31898 2005-10-08  Martin Lambers  <marlam@marlam.de>
31899 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31900 2007-01-16  Bruno Haible  <bruno@clisp.org>
31901
31902         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
31903         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
31904         gl_FUNC_GETTIMEOFDAY.
31905         (Include): Add gettimeofday.h.
31906         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
31907         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
31908         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
31909         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
31910         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
31911         * lib/gettimeofday.h: New file.
31912         * lib/gettimeofday.c: Include <sys/timeb.h>.
31913         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
31914         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
31915         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
31916         fall back on time().
31917
31918         * tests/test-gettimeofday.c: New file.
31919         * modules/gettimeofday-tests: New file.
31920
31921 2007-01-16  Eric Blake  <ebb9@byu.net>
31922
31923         * modules/fnmatch (Depends-on): Depend on wchar.
31924         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
31925         * m4/fnmatch.m4: Likewise.
31926         * modules/mbchar (Makefile.am): Assume <wchar.h>.
31927         * m4/mbchar.m4: Likewise.
31928         * modules/mbswidth (Depends-on): Depend on wchar.
31929         * lib/mbswidth.c: Assume <wchar.h>.
31930         * m4/mbswidth.m4: Likewise.
31931         * modules/quotearg (Depends-on): Depend on wchar.
31932         * lib/quotearg.c: Assume <wchar.h>.
31933         * m4/quotearg.m4: Likewise.
31934         * modules/regex (Depends-on): Depend on wchar.
31935         * lib/regex_internal.h: Assume <wchar.h>.
31936         * m4/regex.m4: Likewise.
31937         * modules/stdint (Depends-on): Depend on wchar.
31938         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
31939         * m4/stdint.m4: Likewise.
31940         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
31941         * modules/strftime (Depends-on): Depend on wchar.
31942         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
31943         * modules/strtol (Depends-on): Depend on wchar.
31944         * lib/strtol.c: Assume <wchar.h>.
31945         * modules/wcwidth (Depends-on): Depend on wchar.
31946         * lib/wcwidth.h: Assume <wchar.h>.
31947         * m4/wcwidth.m4: Likewise.
31948
31949 2007-01-16  Bruno Haible  <bruno@clisp.org>
31950
31951         * modules/csharpexec-script: New, created from...
31952         * modules/csharpexec: ... this.
31953
31954 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
31955
31956         * modules/javaexec-script: New, created from...
31957         * modules/javaexec: ... this.
31958
31959 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31960
31961         * modules/poll (Dependencies): Add sys_select.
31962
31963 2007-01-15  Jim Meyering  <jim@meyering.net>
31964
31965         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
31966         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
31967         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
31968         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
31969
31970 2007-01-15  Bruno Haible  <bruno@clisp.org>
31971
31972         * modules/striconveh: New file.
31973         * lib/striconveh.h: New file.
31974         * lib/striconveh.c: New file.
31975         * MODULES.html.sh (Internationalization functions): Add striconveh.
31976
31977         * modules/striconveh-tests: New file.
31978         * tests/test-striconveh.c: New file.
31979
31980 2007-01-15  Bruno Haible  <bruno@clisp.org>
31981
31982         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
31983         not from GNU libiconv or GNU libc.
31984
31985 2007-01-15  Bruno Haible  <bruno@clisp.org>
31986
31987         * doc/gnulib-intro.texi (Copyright): Explain the different license
31988         terms for module descriptions, autoconf macros, tests, documentation.
31989
31990 2007-01-14  Bruno Haible  <bruno@clisp.org>
31991
31992         * modules/striconv-tests: New file.
31993         * tests/test-striconv.c: New file.
31994
31995 2007-01-14  Bruno Haible  <bruno@clisp.org>
31996
31997         * modules/iconv-tests: New file.
31998         * tests/test-iconv.c: New file.
31999
32000 2007-01-14  Bruno Haible  <bruno@clisp.org>
32001
32002         * gnulib-tool (func_get_license): For test modules, use the license of
32003         the main module.
32004
32005 2007-01-14  Bruno Haible  <bruno@clisp.org>
32006
32007         * modules/iconv (Include): Clarify that <iconv.h> can only be included
32008         if iconv is found to exist.
32009
32010 2007-01-14  Bruno Haible  <bruno@clisp.org>
32011
32012         * modules/c-ctype-tests: New file.
32013         * tests/test-c-ctype.c: New file.
32014
32015 2007-01-14  Bruno Haible  <bruno@clisp.org>
32016
32017         * modules/binary-io-tests: New file.
32018         * tests/test-binary-io.sh: New file.
32019         * tests/test-binary-io.c: New file.
32020
32021 2007-01-14  Bruno Haible  <bruno@clisp.org>
32022
32023         * modules/array-oset-tests: New file.
32024         * tests/test-array_oset.c: New file.
32025
32026 2007-01-14  Bruno Haible  <bruno@clisp.org>
32027
32028         * modules/array-list-tests: New file.
32029         * tests/test-array_list.c: New file.
32030
32031 2007-01-14  Bruno Haible  <bruno@clisp.org>
32032
32033         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
32034         and make.
32035         Reported by Simon Josefsson in
32036         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
32037
32038 2007-01-14  Bruno Haible  <bruno@clisp.org>
32039
32040         * modules/allocsa-tests: New file.
32041         * tests/test-allocsa.c: New file.
32042
32043 2007-01-14  Bruno Haible  <bruno@clisp.org>
32044
32045         * modules/fchdir (Depends-on): Add absolute-header.
32046         * modules/unistd (Depends-on): Likewise.
32047
32048 2006-12-30  Bruno Haible  <bruno@clisp.org>
32049
32050         * modules/fchdir: New file.
32051         * modules/unistd (Files): Add lib/unistd_.h.
32052         (Makefile.am): Generate unistd.h from unistd_.h.
32053         * lib/fchdir.c: New file.
32054         * lib/dirent_.h: New file.
32055         * lib/unistd_.h: New file.
32056         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
32057         * m4/fchdir.m4: New file.
32058         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
32059         (gl_HEADER_UNISTD): Invoke it.
32060         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
32061         function.
32062         * lib/backupfile.c (opendir, closedir): Undefine.
32063         * lib/chown.c (open, close): Undefine.
32064         * lib/clean-temp.c (open, close): Undefine.
32065         * lib/copy-file.c (open, close): Undefine.
32066         * lib/execute.c (open, close): Undefine.
32067         * lib/fsusage.c (open, close): Undefine.
32068         * lib/gc-gnulib.c (open, close): Undefine.
32069         * lib/getcwd.c (opendir, closedir): Undefine.
32070         * lib/glob.c (opendir, closedir): Undefine.
32071         * lib/javacomp.c (open, close): Undefine.
32072         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
32073         * lib/openat-proc.c (open, close): Undefine.
32074         * lib/pagealign_alloc.c (open, close): Undefine.
32075         * lib/pipe.c (open, close): Undefine.
32076         * lib/progreloc.c (open, close): Undefine.
32077         * lib/savedir.c (opendir, closedir): Undefine.
32078         * lib/utime.c (open, close): Undefine.
32079         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
32080
32081 2007-01-10  Bruno Haible  <bruno@clisp.org>
32082
32083         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
32084
32085 2007-01-12  Eric Blake  <ebb9@byu.net>
32086
32087         Provide a robust <wchar.h>.  Further simplifications are now
32088         possible in other modules, but not included here.
32089         * modules/wchar: New module.
32090         * m4/wchar.m4: New file.
32091         * lib/wchar_.h: Likewise.
32092         * modules/mbchar (Depends-on): Depend on wchar, as the first use
32093         of the new module.
32094         * MODULES.html.sh (Extended multibyte and wide character utilities):
32095         New section.
32096
32097 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
32098
32099         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
32100         to a reasonable default for memory allocation.
32101         (xreadlink): Don't allocate a huge buffer, to work around a buggy
32102         file system that reports garbage st_size values for symlinks.
32103         Problem reported by Liyang Hu.
32104
32105 2007-01-11  Simon Josefsson  <simon@josefsson.org>
32106
32107         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
32108         Emacs .#* auto-save files).
32109
32110 2007-01-11  Bruno Haible  <bruno@clisp.org>
32111
32112         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
32113         directory.
32114
32115 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
32116
32117         Use @...@ consistently in lib/wctype_.h.
32118         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
32119         on it being set to 1 or 0.
32120         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
32121         go back to AC_SUBSTing it.
32122         * modules/wctype (Makefile.am): Undo previous change.
32123
32124 2007-01-10  Eric Blake  <ebb9@byu.net>
32125
32126         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
32127         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
32128         * modules/wctype (Makefile.am): Likewise.
32129         Reported by Chris McGuire.
32130
32131 2007-01-10  Jim Meyering  <jim@meyering.net>
32132
32133         fts.c: a small readability/maintainability improvement
32134         * lib/fts.c (fts_read): Make this code slightly more readable and
32135         maintainable by hoisting the "sp->fts_cur = p" assignments to
32136         immediately follow the statements that set P.  Derived from
32137         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
32138
32139 2007-01-10  Eric Blake  <ebb9@byu.net>
32140
32141         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
32142         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
32143         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32144         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
32145         Reported by Chris McGuire.
32146
32147 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32148
32149         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
32150         in sed script.
32151
32152 2007-01-09  Bruno Haible  <bruno@clisp.org>
32153
32154         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
32155         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
32156         variables.
32157         (func_module): Use them.
32158
32159 2007-01-09  Bruno Haible  <bruno@clisp.org>
32160
32161         * modules/unistr/base: New file.
32162         * lib/unistr.h: New file.
32163
32164         * modules/unistr/u8-to-u16: New file.
32165         * lib/unistr/u8-to-u16.c: New file.
32166
32167         * modules/unistr/u8-to-u32: New file.
32168         * lib/unistr/u8-to-u32.c: New file.
32169
32170         * modules/unistr/u16-to-u8: New file.
32171         * lib/unistr/u16-to-u8.c: New file.
32172
32173         * modules/unistr/u16-to-u32: New file.
32174         * lib/unistr/u16-to-u32.c: New file.
32175
32176         * modules/unistr/u32-to-u8: New file.
32177         * lib/unistr/u32-to-u8.c: New file.
32178
32179         * modules/unistr/u32-to-u16: New file.
32180         * lib/unistr/u32-to-u16.c: New file.
32181
32182         * modules/unistr/u8-check: New file.
32183         * modules/unistr/u16-check: New file.
32184         * modules/unistr/u32-check: New file.
32185         * lib/unistr/u8-check.c: New file.
32186         * lib/unistr/u16-check.c: New file.
32187         * lib/unistr/u32-check.c: New file.
32188
32189         * modules/unistr/u8-chr: New file.
32190         * modules/unistr/u16-chr: New file.
32191         * modules/unistr/u32-chr: New file.
32192         * lib/unistr/u8-chr.c: New file.
32193         * lib/unistr/u16-chr.c: New file.
32194         * lib/unistr/u32-chr.c: New file.
32195
32196         * modules/unistr/u8-cmp: New file.
32197         * modules/unistr/u16-cmp: New file.
32198         * modules/unistr/u32-cmp: New file.
32199         * lib/unistr/u8-cmp.c: New file.
32200         * lib/unistr/u16-cmp.c: New file.
32201         * lib/unistr/u32-cmp.c: New file.
32202
32203         * modules/unistr/u8-cpy: New file.
32204         * modules/unistr/u16-cpy: New file.
32205         * modules/unistr/u32-cpy: New file.
32206         * lib/unistr/u8-cpy.c: New file.
32207         * lib/unistr/u16-cpy.c: New file.
32208         * lib/unistr/u32-cpy.c: New file.
32209         * lib/unistr/u-cpy.h: New file.
32210
32211         * modules/unistr/u8-cpy-alloc: New file.
32212         * modules/unistr/u16-cpy-alloc: New file.
32213         * modules/unistr/u32-cpy-alloc: New file.
32214         * lib/unistr/u8-cpy-alloc.c: New file.
32215         * lib/unistr/u16-cpy-alloc.c: New file.
32216         * lib/unistr/u32-cpy-alloc.c: New file.
32217         * lib/unistr/u-cpy-alloc.h: New file.
32218
32219         * modules/unistr/u8-endswith: New file.
32220         * modules/unistr/u16-endswith: New file.
32221         * modules/unistr/u32-endswith: New file.
32222         * lib/unistr/u8-endswith.c: New file.
32223         * lib/unistr/u16-endswith.c: New file.
32224         * lib/unistr/u32-endswith.c: New file.
32225         * lib/unistr/u-endswith.h: New file.
32226
32227         * modules/unistr/u8-mblen: New file.
32228         * modules/unistr/u16-mblen: New file.
32229         * modules/unistr/u32-mblen: New file.
32230         * lib/unistr/u8-mblen.c: New file.
32231         * lib/unistr/u16-mblen.c: New file.
32232         * lib/unistr/u32-mblen.c: New file.
32233
32234         * modules/unistr/u8-mbtouc: New file.
32235         * modules/unistr/u16-mbtouc: New file.
32236         * modules/unistr/u32-mbtouc: New file.
32237         * lib/unistr/u8-mbtouc.c: New file.
32238         * lib/unistr/u16-mbtouc.c: New file.
32239         * lib/unistr/u32-mbtouc.c: New file.
32240
32241         * modules/unistr/u8-mbtouc-safe: New file.
32242         * modules/unistr/u16-mbtouc-safe: New file.
32243         * modules/unistr/u32-mbtouc-safe: New file.
32244         * lib/unistr/u8-mbtouc-safe.c: New file.
32245         * lib/unistr/u16-mbtouc-safe.c: New file.
32246         * lib/unistr/u32-mbtouc-safe.c: New file.
32247
32248         * modules/unistr/u8-move: New file.
32249         * modules/unistr/u16-move: New file.
32250         * modules/unistr/u32-move: New file.
32251         * lib/unistr/u8-move.c: New file.
32252         * lib/unistr/u16-move.c: New file.
32253         * lib/unistr/u32-move.c: New file.
32254         * lib/unistr/u-move.h: New file.
32255
32256         * modules/unistr/u8-next: New file.
32257         * modules/unistr/u16-next: New file.
32258         * modules/unistr/u32-next: New file.
32259         * lib/unistr/u8-next.c: New file.
32260         * lib/unistr/u16-next.c: New file.
32261         * lib/unistr/u32-next.c: New file.
32262
32263         * modules/unistr/u8-prev: New file.
32264         * modules/unistr/u16-prev: New file.
32265         * modules/unistr/u32-prev: New file.
32266         * lib/unistr/u8-prev.c: New file.
32267         * lib/unistr/u16-prev.c: New file.
32268         * lib/unistr/u32-prev.c: New file.
32269
32270         * modules/unistr/u8-set: New file.
32271         * modules/unistr/u16-set: New file.
32272         * modules/unistr/u32-set: New file.
32273         * lib/unistr/u8-set.c: New file.
32274         * lib/unistr/u16-set.c: New file.
32275         * lib/unistr/u32-set.c: New file.
32276         * lib/unistr/u-set.h: New file.
32277
32278         * modules/unistr/u8-startswith: New file.
32279         * modules/unistr/u16-startswith: New file.
32280         * modules/unistr/u32-startswith: New file.
32281         * lib/unistr/u8-startswith.c: New file.
32282         * lib/unistr/u16-startswith.c: New file.
32283         * lib/unistr/u32-startswith.c: New file.
32284         * lib/unistr/u-startswith.h: New file.
32285
32286         * modules/unistr/u8-stpcpy: New file.
32287         * modules/unistr/u16-stpcpy: New file.
32288         * modules/unistr/u32-stpcpy: New file.
32289         * lib/unistr/u8-stpcpy.c: New file.
32290         * lib/unistr/u16-stpcpy.c: New file.
32291         * lib/unistr/u32-stpcpy.c: New file.
32292         * lib/unistr/u-stpcpy.h: New file.
32293
32294         * modules/unistr/u8-stpncpy: New file.
32295         * modules/unistr/u16-stpncpy: New file.
32296         * modules/unistr/u32-stpncpy: New file.
32297         * lib/unistr/u8-stpncpy.c: New file.
32298         * lib/unistr/u16-stpncpy.c: New file.
32299         * lib/unistr/u32-stpncpy.c: New file.
32300         * lib/unistr/u-stpncpy.h: New file.
32301
32302         * modules/unistr/u8-strcat: New file.
32303         * modules/unistr/u16-strcat: New file.
32304         * modules/unistr/u32-strcat: New file.
32305         * lib/unistr/u8-strcat.c: New file.
32306         * lib/unistr/u16-strcat.c: New file.
32307         * lib/unistr/u32-strcat.c: New file.
32308         * lib/unistr/u-strcat.h: New file.
32309
32310         * modules/unistr/u8-strchr: New file.
32311         * modules/unistr/u16-strchr: New file.
32312         * modules/unistr/u32-strchr: New file.
32313         * lib/unistr/u8-strchr.c: New file.
32314         * lib/unistr/u16-strchr.c: New file.
32315         * lib/unistr/u32-strchr.c: New file.
32316
32317         * modules/unistr/u8-strcmp: New file.
32318         * modules/unistr/u16-strcmp: New file.
32319         * modules/unistr/u32-strcmp: New file.
32320         * lib/unistr/u8-strcmp.c: New file.
32321         * lib/unistr/u16-strcmp.c: New file.
32322         * lib/unistr/u32-strcmp.c: New file.
32323
32324         * modules/unistr/u8-strcpy: New file.
32325         * modules/unistr/u16-strcpy: New file.
32326         * modules/unistr/u32-strcpy: New file.
32327         * lib/unistr/u8-strcpy.c: New file.
32328         * lib/unistr/u16-strcpy.c: New file.
32329         * lib/unistr/u32-strcpy.c: New file.
32330         * lib/unistr/u-strcpy.h: New file.
32331
32332         * modules/unistr/u8-strcspn: New file.
32333         * modules/unistr/u16-strcspn: New file.
32334         * modules/unistr/u32-strcspn: New file.
32335         * lib/unistr/u8-strcspn.c: New file.
32336         * lib/unistr/u16-strcspn.c: New file.
32337         * lib/unistr/u32-strcspn.c: New file.
32338         * lib/unistr/u-strcspn.h: New file.
32339
32340         * modules/unistr/u8-strdup: New file.
32341         * modules/unistr/u16-strdup: New file.
32342         * modules/unistr/u32-strdup: New file.
32343         * lib/unistr/u8-strdup.c: New file.
32344         * lib/unistr/u16-strdup.c: New file.
32345         * lib/unistr/u32-strdup.c: New file.
32346         * lib/unistr/u-strdup.h: New file.
32347
32348         * modules/unistr/u8-strlen: New file.
32349         * modules/unistr/u16-strlen: New file.
32350         * modules/unistr/u32-strlen: New file.
32351         * lib/unistr/u8-strlen.c: New file.
32352         * lib/unistr/u16-strlen.c: New file.
32353         * lib/unistr/u32-strlen.c: New file.
32354         * lib/unistr/u-strlen.h: New file.
32355
32356         * modules/unistr/u8-strmblen: New file.
32357         * modules/unistr/u16-strmblen: New file.
32358         * modules/unistr/u32-strmblen: New file.
32359         * lib/unistr/u8-strmblen.c: New file.
32360         * lib/unistr/u16-strmblen.c: New file.
32361         * lib/unistr/u32-strmblen.c: New file.
32362
32363         * modules/unistr/u8-strmbtouc: New file.
32364         * modules/unistr/u16-strmbtouc: New file.
32365         * modules/unistr/u32-strmbtouc: New file.
32366         * lib/unistr/u8-strmbtouc.c: New file.
32367         * lib/unistr/u16-strmbtouc.c: New file.
32368         * lib/unistr/u32-strmbtouc.c: New file.
32369
32370         * modules/unistr/u8-strncat: New file.
32371         * modules/unistr/u16-strncat: New file.
32372         * modules/unistr/u32-strncat: New file.
32373         * lib/unistr/u8-strncat.c: New file.
32374         * lib/unistr/u16-strncat.c: New file.
32375         * lib/unistr/u32-strncat.c: New file.
32376         * lib/unistr/u-strncat.h: New file.
32377
32378         * modules/unistr/u8-strncmp: New file.
32379         * modules/unistr/u16-strncmp: New file.
32380         * modules/unistr/u32-strncmp: New file.
32381         * lib/unistr/u8-strncmp.c: New file.
32382         * lib/unistr/u16-strncmp.c: New file.
32383         * lib/unistr/u32-strncmp.c: New file.
32384
32385         * modules/unistr/u8-strncpy: New file.
32386         * modules/unistr/u16-strncpy: New file.
32387         * modules/unistr/u32-strncpy: New file.
32388         * lib/unistr/u8-strncpy.c: New file.
32389         * lib/unistr/u16-strncpy.c: New file.
32390         * lib/unistr/u32-strncpy.c: New file.
32391         * lib/unistr/u-strncpy.h: New file.
32392
32393         * modules/unistr/u8-strnlen: New file.
32394         * modules/unistr/u16-strnlen: New file.
32395         * modules/unistr/u32-strnlen: New file.
32396         * lib/unistr/u8-strnlen.c: New file.
32397         * lib/unistr/u16-strnlen.c: New file.
32398         * lib/unistr/u32-strnlen.c: New file.
32399         * lib/unistr/u-strnlen.h: New file.
32400
32401         * modules/unistr/u8-strpbrk: New file.
32402         * modules/unistr/u16-strpbrk: New file.
32403         * modules/unistr/u32-strpbrk: New file.
32404         * lib/unistr/u8-strpbrk.c: New file.
32405         * lib/unistr/u16-strpbrk.c: New file.
32406         * lib/unistr/u32-strpbrk.c: New file.
32407         * lib/unistr/u-strpbrk.h: New file.
32408
32409         * modules/unistr/u8-strrchr: New file.
32410         * modules/unistr/u16-strrchr: New file.
32411         * modules/unistr/u32-strrchr: New file.
32412         * lib/unistr/u8-strrchr.c: New file.
32413         * lib/unistr/u16-strrchr.c: New file.
32414         * lib/unistr/u32-strrchr.c: New file.
32415
32416         * modules/unistr/u8-strspn: New file.
32417         * modules/unistr/u16-strspn: New file.
32418         * modules/unistr/u32-strspn: New file.
32419         * lib/unistr/u8-strspn.c: New file.
32420         * lib/unistr/u16-strspn.c: New file.
32421         * lib/unistr/u32-strspn.c: New file.
32422         * lib/unistr/u-strspn.h: New file.
32423
32424         * modules/unistr/u8-strstr: New file.
32425         * modules/unistr/u16-strstr: New file.
32426         * modules/unistr/u32-strstr: New file.
32427         * lib/unistr/u8-strstr.c: New file.
32428         * lib/unistr/u16-strstr.c: New file.
32429         * lib/unistr/u32-strstr.c: New file.
32430         * lib/unistr/u-strstr.h: New file.
32431
32432         * modules/unistr/u8-strtok: New file.
32433         * modules/unistr/u16-strtok: New file.
32434         * modules/unistr/u32-strtok: New file.
32435         * lib/unistr/u8-strtok.c: New file.
32436         * lib/unistr/u16-strtok.c: New file.
32437         * lib/unistr/u32-strtok.c: New file.
32438         * lib/unistr/u-strtok.h: New file.
32439
32440         * modules/unistr/u8-uctomb: New file.
32441         * modules/unistr/u16-uctomb: New file.
32442         * modules/unistr/u32-uctomb: New file.
32443         * lib/unistr/u8-uctomb.c: New file.
32444         * lib/unistr/u16-uctomb.c: New file.
32445         * lib/unistr/u32-uctomb.c: New file.
32446
32447         * MODULES.html.sh (Unicode string functions): Add the new modules.
32448
32449 2007-01-08  Bruno Haible  <bruno@clisp.org>
32450
32451         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
32452         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
32453         subdirectories.
32454
32455 2007-01-08  Karl Berry  <karl@gnu.org>
32456
32457         * doc/error.texi: mention that main() fns must set program_name
32458         when progname is used.
32459
32460 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
32461
32462         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
32463         WCTYPE_H is empty, for the benefit of builds from non-distclean
32464         directories.  Problem reported by Eric Blake in
32465         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
32466
32467 2007-01-08  Bruno Haible  <bruno@clisp.org>
32468
32469         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
32470         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
32471         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
32472         PROVIDE_CANONICALIZE_FILENAME_MODE.
32473         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
32474
32475 2007-01-08  Bruno Haible  <bruno@clisp.org>
32476
32477         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
32478         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
32479         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
32480         * lib/fts.c: Likewise.
32481         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
32482
32483 2006-12-25  Bruno Haible  <bruno@clisp.org>
32484
32485         * modules/utf8-ucs4-safe: New file.
32486         * lib/utf8-ucs4-safe.h: New file.
32487         * lib/unistr/utf8-ucs4-safe.c: New file.
32488
32489         * modules/utf16-ucs4-safe: New file.
32490         * lib/utf16-ucs4-safe.h: New file.
32491         * lib/unistr/utf16-ucs4-safe.c: New file.
32492
32493         * MODULES.html.sh (Unicode string functions): Add the new modules.
32494
32495 2007-01-08  Bruno Haible  <bruno@clisp.org>
32496
32497         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
32498         (Depends-on): Add unitypes.
32499         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
32500         (u8_mbtouc_aux): Move out to separate file.
32501         (u8_mbtouc): Use ucs4_t, uint8_t types.
32502         * lib/unistr/utf8-ucs4.c: New file.
32503
32504         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
32505         (Depends-on): Add unitypes.
32506         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
32507         (u16_mbtouc_aux): Move out to separate file.
32508         (u16_mbtouc): Use ucs4_t, uint16_t types.
32509         * lib/unistr/utf16-ucs4.c: New file.
32510
32511         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
32512         (Depends-on): Add unitypes.
32513         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
32514         (u8_uctomb_aux): Move out to separate file.
32515         (u8_uctomb): Use ucs4_t, uint8_t types.
32516         * lib/unistr/ucs4-utf8.c: New file.
32517
32518         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
32519         (Depends-on): Add unitypes.
32520         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
32521         (u16_uctomb_aux): Move out to separate file.
32522         (u16_uctomb): Use ucs4_t, uint16_t types.
32523         * lib/unistr/ucs4-utf16.c: New file.
32524
32525 2006-12-25  Bruno Haible  <bruno@clisp.org>
32526
32527         * modules/unitypes: New file.
32528         * lib/unitypes.h: New file.
32529         * MODULES.html.sh (func_all_modules): New section "Unicode string
32530         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
32531         this section. Add unitypes.
32532
32533 2007-01-08  Bruno Haible  <bruno@clisp.org>
32534
32535         Avoid variable names that conflict with those from libtool.
32536         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
32537         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
32538         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
32539         library_names_spec to acl_library_names_spec, hardcode_* to
32540         acl_hardcode_*.
32541         Reported by Ralf Wildenhues.
32542
32543 2007-01-08  Bruno Haible  <bruno@clisp.org>
32544
32545         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
32546         definition.
32547         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
32548         definition.
32549         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
32550         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
32551         definition.
32552         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
32553         definition.
32554         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
32555         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
32556         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
32557         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
32558         definition.
32559         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
32560         definition.
32561         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
32562         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
32563         GC_USE_<algorithm>.
32564         * lib/gc-libgcrypt.c: Likewise.
32565         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
32566         * modules/gc-arctwo (configure.ac): Likewise.
32567         * modules/gc-des (configure.ac): Likewise.
32568         * modules/gc-hmac-md5 (configure.ac): Likewise.
32569         * modules/gc-hmac-sha1 (configure.ac): Likewise.
32570         * modules/gc-md2 (configure.ac): Likewise.
32571         * modules/gc-md4 (configure.ac): Likewise.
32572         * modules/gc-md5 (configure.ac): Likewise.
32573         * modules/gc-random (configure.ac): Likewise.
32574         * modules/gc-rijndael (configure.ac): Likewise.
32575         * modules/gc-sha1 (configure.ac): Likewise.
32576
32577 2007-01-08  Bruno Haible  <bruno@clisp.org>
32578
32579         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
32580         macro definition.
32581         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
32582         definition.
32583         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
32584         definition.
32585         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
32586         * modules/fcntl-safer (configure.ac): Likewise.
32587         * modules/fopen-safer (configure.ac): Likewise.
32588         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
32589         GNULIB_FWRITEERROR macro definition.
32590
32591 2007-01-08  Bruno Haible  <bruno@clisp.org>
32592
32593         * m4/gnulib-common.m4: New file.
32594         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
32595         (func_get_filelist): Add m4/gnulib-common.m4.
32596
32597 2007-01-08  Bruno Haible  <bruno@clisp.org>
32598
32599         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
32600         command.
32601
32602 2007-01-08  Jim Meyering  <jim@meyering.net>
32603
32604         Use a more robust test for a "can't happen" condition.
32605         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
32606         narrowed the st_size value.  Presuming the "can't happen" condition
32607         is true, that narrowing could conceivably convert an invalid st_size
32608         value into a valid one.  Instead, use a change based on Matthew
32609         Woehlke's original patch.
32610
32611         Slight readability improvement: use an assert-like macro
32612         in place of literal "abort ()" uses.
32613         * lib/fts.c (fts_assert): Define.
32614         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
32615         Use this macro instead of a bare 'abort'.
32616
32617 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
32618
32619         Don't worry about using IRIX 5.3's wctype.h broken definitions;
32620         simply work around them.
32621         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
32622         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
32623         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
32624         declaring.
32625         Don't bother to define as macros, since the standard doesn't require it.
32626         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
32627         longer worry about IRIX 5.3.
32628         (HAVE_WCTYPE_CTMP_BUG): Remove.
32629
32630 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32631
32632         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
32633         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
32634         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
32635         Problems reported by Georg Schwarz for IRIX 5.3.
32636
32637         * gnulib-tool (autoconf_minversion): Take the maximum version number
32638         found, not the minimum.  Problem reported by James Youngman.
32639
32640 2007-01-03  Karl Berry  <karl@gnu.org>
32641
32642         * doc/error.texi: new file, explaining interaction with progname.
32643         * doc/gnulib.texi: include it.  Update copyright.
32644
32645 2007-01-03  Simon Josefsson  <simon@josefsson.org>
32646
32647         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
32648         AC_CANONICAL_HOST, to improve autobuild outputs.
32649
32650 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
32651             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
32652
32653         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
32654         sockets, server sockets, and other file descriptors.  Count errors
32655         to compute the return value.  Reorder the code a bit to be easier
32656         to follow.  Don't set event bits that were not requested (except
32657         POLLERR and POLLHUP).
32658
32659 2007-01-01  Bruno Haible  <bruno@clisp.org>
32660
32661         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
32662
32663 2007-01-03  Jim Meyering  <jim@meyering.net>
32664
32665         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
32666
32667 2007-01-02  Bruno Haible  <bruno@clisp.org>
32668
32669         * modules/settime (Include): Require timespec.h.
32670         * modules/nanosleep (Include): Likewise.
32671
32672 2007-01-01  Bruno Haible  <bruno@clisp.org>
32673
32674         * gnulib-tool (func_emit_copyright_notice): Bump year.
32675         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
32676
32677 2007-01-01  Bruno Haible  <bruno@clisp.org>
32678
32679         Improve support for OpenBSD.
32680         * build-aux/config.rpath (libname_spec): Export.
32681         (library_names_spec): New variable. Export.
32682         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
32683         library_names_spec from the config.rpath output. Locate shared library
32684         through the name pattern in library_names_spec.
32685
32686 2007-01-01  Eric Blake  <ebb9@byu.net>
32687
32688         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
32689
32690 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
32691
32692         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
32693         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
32694         assume the C locale, and avoid an "eval" that could cause trouble.
32695         Problem with SORT reported by Bob Proulx.
32696
32697         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
32698         Define.  Trivial patch from Henning Nielsen Lund, originally
32699         sent to bug-grep@gnu.org today.
32700
32701 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
32702
32703         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
32704         struct stat.  Problem reported by Henning Nielsen Lund.
32705         * lib/acl.c: Include acl.h first, to check interface.  Don't
32706         bother to include sys/types.h and sys/stat.h again.
32707
32708 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
32709
32710         Import the following change from libc; problem reported by
32711         Sven Verdoolaege.
32712
32713         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
32714
32715         [BZ #1373]
32716         * lib/argp.h: Remove __NTH for __argp_usage inline function.
32717
32718 2006-12-28  Jim Meyering  <jim@meyering.net>
32719
32720         * build-aux/announce-gen: Do not assume that the package
32721         builds any of tar.gz, tar.bz2, and .xdelta files.
32722         Suggestion from Simon Josefsson.
32723
32724 2006-12-28  Simon Josefsson  <simon@josefsson.org>
32725
32726         * modules/announce-gen: New file.
32727
32728 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
32729
32730         * lib/mbchar.h: Just include <wctype.h>; the wctype module
32731         handles its gotchas now.
32732         * lib/mbswidth.c: Likewise.
32733         * lib/wcwidth.h: Likewise.
32734         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
32735         and iswcntrl; the wctype module does this stuff now.
32736         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
32737         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32738         * modules/mbchar (Depends-on): Add wctype.
32739         * modules/mbswidth (Depends-on): Likewise.
32740         * modules/wcwidth (Depends-on): Likewise.
32741
32742 2006-12-27  Eric Blake  <ebb9@byu.net>
32743
32744         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
32745         module uses more than what <wctype.h> is required to provide.
32746
32747 2006-12-26  Eric Blake  <ebb9@byu.net>
32748
32749         * gnulib-tool (sed_extract_prog): Avoid space-tab.
32750
32751 2006-12-26  Eric Blake  <ebb9@byu.net>
32752
32753         * modules/absolute-header: New module.
32754         * modules/fcntl (Depends-on): Depend on it.
32755         * modules/inttypes (Depends-on): Likewise.
32756         * modules/stdint (Depends-on): Likewise.
32757         * modules/sys_stat (Depends-on): Likewise.
32758         * modules/wctype (Depends-on): Likewise.
32759         * MODULES.html.sh (Support for building libraries and
32760         executables): Document it.
32761
32762 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
32763
32764         * gnulib-tool (SED): Remove, undoing previous change.
32765         The problem was that it broke coreutils on Solaris, because
32766         "sed --posix" leaked into a makefile.
32767         (sed): New alias, if 'alias' and GNU sed.
32768
32769 2006-12-24  Jim Meyering  <jim@meyering.net>
32770
32771         Work around an fchownat bug in glibc-2.4:
32772         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
32773         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
32774         in spite of the -P option.
32775         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
32776         New macros.
32777         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
32778         * modules/openat (Files): Add lib/fchownat.c.
32779         * lib/openat.c (fchownat): Don't define here.  Move to...
32780         * lib/fchownat.c: ...this new file.
32781
32782 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32783
32784         Fix bug reported by Bruno Haible in
32785         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
32786         where quotearg.c didn't compile on Mac OS X 10.2 because it
32787         lacks <wchar.h> and wint_t.
32788         * lib/wctype_.h (__wctype_wint_t): New type.
32789         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
32790         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
32791         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
32792         Arg is now of type __wctype_wint_t, not wint_t.
32793         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
32794         substitute HAVE_WINT_T.
32795         * modules/wctype (Files): Add m4/wint_t.m4.
32796         (wctype.h): Substitute HAVE_WINT_T.
32797
32798 2006-12-23  Bruno Haible  <bruno@clisp.org>
32799
32800         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
32801
32802 2006-12-23  Bruno Haible  <bruno@clisp.org>
32803
32804         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
32805         S_ISLNK.
32806         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
32807         mingw.
32808
32809 2006-12-22  Bruno Haible  <bruno@clisp.org>
32810
32811         * lib/copy-file.c: Include acl.h.
32812         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
32813         Close the file descriptors only after being done with copy_acl.
32814         * modules/copy-file (Depends-on): Add acl.
32815
32816 2006-12-22  Bruno Haible  <bruno@clisp.org>
32817
32818         * gnulib-tool (SED): New variable.
32819         Use $SED instead of sed everywhere.
32820
32821 2006-12-22  Bruno Haible  <bruno@clisp.org>
32822
32823         * modules/no-c++: New file.
32824         * m4/no-c++.m4: New file.
32825         * MODULES.html.sh (Support for building libraries and executables):
32826         Add no-c++.
32827
32828 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
32829
32830         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
32831         Include <limits.h>, and use its INT_MAX to rewrite the
32832         j loop so that it does not overflow 'int'.  Problem reported by
32833         Ralf Wildenhues in
32834         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
32835         Play it safe by shifting left by 1 rather than multiplying by 2,
32836         as GCC is less likely to optimize this away when the value
32837         is signed (when it assumes overflow leads to undefined behavior).
32838         Also, don't assume time_t uses two's complement.
32839
32840 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
32841
32842         * MODULES.html.sh: New module wctype.
32843         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
32844         * lib/fnmatch.c: Don't bother to include <wchar.h> before
32845         <wctype.h>, since the new wctype module should fix this.
32846         * lib/quotearg.c: Include <wctype.h> unconditionally, since
32847         the wctype module should arrange for it.
32848         * lib/regex_internal.h: Likewise.
32849         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
32850         since the wctype module should handle this now.
32851         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
32852         * modules/fnmatch (Depends-on): Add wctype.
32853         * modules/quotearg (Depends-on): Likewise.
32854         * modules/regex (Depends-on): Likewise.
32855
32856 2006-12-19  Bruno Haible  <bruno@clisp.org>
32857
32858         * lib/strdup.h [C++]: Wrap definitions in extern "C".
32859         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
32860
32861 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32862
32863         * modules/savewd (Depends-on): Fix dependency on fcntl.
32864
32865 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
32866
32867         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
32868         conforms to C99, rather than relying on the user's environment
32869         setting of STDINT_H.
32870
32871 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
32872         and Eric Blake  <ebb9@byu.net>
32873
32874         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
32875         This is more consistent with the other defines here.
32876         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
32877         Port to z/OS.  Problem reported by Paul Gilmartin.
32878         Change local vars to use gl_ prefix rather than ac_.
32879         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
32880         with other defines.
32881         * modules/double-slash-root: New module.
32882         * modules/dirname (Files): Remove m4/double-slash-root.m4.
32883         (Depends-on): Add double-slash-root.
32884         * MODULES.html.sh (File system functions): Mention new module.
32885
32886 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
32887
32888         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
32889         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
32890         This is for the benefit of gzip, which doesn't do i18n.
32891
32892 2006-12-12  Jim Meyering  <jim@meyering.net>
32893
32894         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
32895         Reported by Andreas Schwab <schwab@suse.de>.
32896
32897 2006-12-12  Bruno Haible  <bruno@clisp.org>
32898
32899         Merge these changes.
32900         2006-09-05  Bruno Haible  <bruno@clisp.org>
32901         * lib/iconvme.c (iconv_string): No need to save and restore errno when
32902         iconv_alloc succeeded.
32903         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
32904         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
32905         test for " && dest " at the end - dest is always != NULL there. Call
32906         iconv with 4xNULL arguments initially, to reset the state. Call iconv
32907         with 2xNULL arguments, also to flush the state storage. Handle the
32908         IRIX iconv behaviour. Realloc the final result, to throw away unused
32909         memory.
32910
32911 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
32912
32913         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
32914         and fchmodat unconditionally, since glibc 2.4 has them.
32915         Problem reported by Arkadiusz Miskiewicz.
32916
32917 2006-12-10  Bruno Haible  <bruno@clisp.org>
32918
32919         * gnulib-tool (func_import): Show the include files only for those
32920         modules that are copied and specified.
32921         Reported by Karl Berry.
32922
32923 2006-12-08  Jim Meyering  <jim@meyering.net>
32924
32925         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
32926         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
32927
32928         * build-aux/announce-gen: Add two new options, both optional:
32929         --bootstrap-tools=TOOL_LIST
32930               a comma-separated list of tools, e.g.,
32931               autoconf,automake,bison,gnulib
32932         --gnulib-snapshot-date=DATE
32933               if gnulib is in the bootstrap tool list,
32934               then report this as the snapshot date.
32935               If not specified, use the current date/time.
32936               If you specify a date here, be sure it's UTC.
32937
32938 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32939
32940         * tests/test-argp-2.sh: Fix test to match actual output.
32941         (func_compare): Fix sed script to be portable.
32942
32943 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
32944
32945         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
32946         workaround for this case.  It is not autoconfigured now; offhand
32947         it's hard to see how to autoconfigure it.
32948
32949 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
32950
32951         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
32952         a directory that is about to be chowned.  Such a directory's
32953         initial file permissions should permit the owner only and this
32954         should not be changed until after the chown, since the group and
32955         other bits would be incorrect if they granted permission before
32956         the chown.
32957
32958         Fix porting problem for iswctype reported by Georg Schwarz in:
32959         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
32960         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
32961         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
32962         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
32963         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32964
32965 2006-12-03  Jim Meyering  <jim@meyering.net>
32966
32967         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
32968         p->fts_statp may not yet be defined.
32969         (fts_read): Instead, set it in the caller, once p->fts_statp is
32970         sure to be defined, and corresponds to a top-level directory.
32971         This bug made du -x fail.  Here's the coreutils test case:
32972         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
32973         Reported by Mike Frysinger.
32974
32975 2006-12-01  Jim Meyering  <jim@meyering.net>
32976
32977         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
32978         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
32979         Reported by Simon Josefsson.
32980
32981 2006-11-30  Jim Meyering  <jim@meyering.net>
32982
32983         * m4/warning.m4: Use the all-permissive copyright notice
32984         recommended by RMS (rather than LGPL).
32985         * m4/vararrays.m4: Likewise.
32986         * m4/flexmember.m4: Likewise.
32987
32988 2006-11-29  Bruno Haible  <bruno@clisp.org>
32989
32990         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
32991         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
32992         using +=.
32993         Reported by Simon Josefsson <simon@josefsson.org>.
32994
32995 2006-11-28  James Youngman <jay@gnu.org>
32996
32997         * README: Advise users that they might find the bug-gnulib@gnu.org
32998         and autotools-announce@gnu.org mailing lists useful.
32999
33000 2006-11-28  Bruno Haible  <bruno@clisp.org>
33001
33002         * m4/ptrdiff_max.m4: Remove file.
33003
33004 2006-11-21  Bruno Haible  <bruno@clisp.org>
33005
33006         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
33007         _AC_COMPUTE_INT.
33008         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
33009         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
33010         _AC_COMPUTE_INT.
33011         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
33012         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
33013         _AC_COMPUTE_INT.
33014         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
33015
33016 2006-11-28  Jim Meyering  <jim@meyering.net>
33017
33018         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
33019         warning from "gcc -Wshadow" about shadowing the builtin.
33020
33021 2006-11-27  Bruno Haible  <bruno@clisp.org>
33022
33023         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
33024         _AC_COMPUTE_INT.
33025         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
33026
33027 2006-11-27  Bruno Haible  <bruno@clisp.org>
33028             Paul Eggert  <eggert@cs.ucla.edu>
33029
33030         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
33031
33032 2006-11-26  Bruno Haible  <bruno@clisp.org>
33033
33034         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
33035         noinst_LTLIBRARIES.
33036
33037 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
33038             Bruno Haible  <bruno@clisp.org>
33039
33040         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
33041         if compiling with "gcc -ansi".
33042
33043 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
33044
33045         Fix some incompatibilities with gcc -ansi -pedantic.
33046         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
33047         if compiling pedantically with GCC, unless it's C99 or later.
33048         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
33049         it mishandles gcc -ansi -pedantic as well.
33050         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
33051         if gcc -pedantic.
33052         * lib/regexec.c (check_node_accept_bytes): Don't use auto
33053         initializers for struct if -pedantic, unless it's C99 or later.
33054
33055 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
33056
33057         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
33058         Don't close an fd more than once. Identical atimes indicate
33059         success, not failure.
33060
33061 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
33062
33063         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
33064
33065 2006-11-23  Jim Meyering  <jim@meyering.net>
33066
33067         * build-aux/announce-gen: New file.  From coreutils.
33068
33069 2006-11-22  Jim Meyering  <jim@meyering.net>
33070
33071         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
33072         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
33073         (fts_read): Use a temporary to narrow the overused st_size member
33074         before using it in a switch statement.  Reported by Matthew Woehlke.
33075
33076         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
33077         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
33078
33079 2006-11-20  Bruno Haible  <bruno@clisp.org>
33080
33081         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
33082         changequote instead of pairs of brackets.
33083         Reported by Andreas Schwab <schwab@suse.de>.
33084
33085 2006-11-21  Jim Meyering  <jim@meyering.net>
33086
33087         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
33088         so as to remain compatible with older compilers.
33089         Patch from Michael Deutschmann.
33090
33091 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
33092
33093         * MODULES.html.sh (File system functions): Add openat.
33094
33095         * lib/openat.h (rpl_fstatat): New macro, if
33096         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
33097         (fstatat): Define to rpl_fstatat under the same conditions,
33098         unless COMPILING_FSTATAT.
33099         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
33100         seems to have the bug.
33101         * lib/fstatat.c: New file.
33102         * modules/openat (Files): Add it.
33103
33104 2006-11-20  Bruno Haible  <bruno@clisp.org>
33105
33106         * Makefile: New file.
33107
33108 2006-11-20  Jim Meyering  <jim@meyering.net>
33109
33110         The beginnings of syntax-related checks for gnulib.
33111         * lib/Makefile: New file.
33112         * lib/t-idcache: New script.  Ensure that the two halves of
33113         idcache.c stay in sync.
33114
33115         * lib/idcache.c: Adjust comments in user- and group- portions to
33116         be more accurate, and to be consistent with one another.
33117
33118 2006-11-20  Jim Meyering  <jim@meyering.net>
33119
33120         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
33121         continue using the flexible array member (thus, this module performs
33122         half as many malloc calls), with the addition that...
33123         (getgroup, getuser): Consistently record a non-match via an empty
33124         "name" string, and map an empty string match to a NULL return value.
33125         * modules/idcache (Depends-on): Re-add flexmember.
33126
33127         * lib/idcache.c (getuser): Remove all uses of the register keyword.
33128         (getuidbyname, getgroup, getgidbyname): Likewise.
33129
33130         Use cleaner syntax: NULL rather than 0.
33131         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
33132
33133 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
33134
33135         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
33136         It mishandled the case where the group was missing.
33137         Problem reported by Greg Schafer.
33138         * modules/idcache: Likewise.
33139
33140 2006-11-18  Jim Meyering  <jim@meyering.net>
33141
33142         * check-module (%exempt_header): Add exception for some
33143         conditionally-included headers.
33144
33145         * modules/i-ring (Depends-on): Add verify.
33146         (License): Change to LGPL.
33147
33148 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33149
33150         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
33151         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
33152         and inttostr.h.  Use snprintf rather than uinttostr, so that
33153         LGPLed code doesn't depend on GPLed.
33154
33155 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
33156
33157         * modules/inline (License): Change from GPL to LGPL.
33158
33159 2006-11-17  Jim Meyering  <jim@meyering.net>
33160
33161         * modules/d-type (License): Switch to LGPL.
33162
33163 2006-11-15  Bruno Haible  <bruno@clisp.org>
33164
33165         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
33166
33167 2006-11-15  Eric Blake  <ebb9@byu.net>
33168
33169         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
33170         the module dependency.
33171
33172 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33173             Bruno Haible  <bruno@clisp.org>
33174
33175         * gnulib-tool (func_create_testdir): Add license consistency check.
33176
33177 2006-11-15  Eric Blake  <ebb9@byu.net>
33178
33179         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
33180         random "(cached)" in configure output.
33181
33182 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33183
33184         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
33185         test for conforming inttypes.h is both announced and cached.
33186
33187         * MODULES.html.sh (seen_modules, seen_files): New variables.
33188         (func_module): Rewrite to use a few less gnulib-tool and sed
33189         invocations.  Avoid a couple of quadratic algorithms for ...
33190         (missed_modules, missed_files): ... these, with ...
33191         (func_append, func_tmpdir): ... these new functions, from
33192         gnulib-tool.  Analogously, install traps for cleanup.
33193
33194         * tests/test-gc.c (main): Remove unused variables.
33195         * tests/test-read-file.c: Include stdlib.h, for 'free'.
33196
33197 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
33198
33199         * modules/inttostr (License): Change to LGPL.
33200
33201 2006-11-14  Eric Blake  <ebb9@byu.net>
33202
33203         * modules/tempname (License): Change to LGPL.
33204
33205 2006-11-14  Eric Blake  <ebb9@byu.net>
33206
33207         * doc/functions.texi (Function Portability): *printf functions on
33208         Cygwin now understand all POSIX size specifiers.
33209
33210 2006-11-14  Bruno Haible  <bruno@clisp.org>
33211
33212         * modules/c-ctype (License): Change to LGPL.
33213
33214 2006-11-12  Bruno Haible  <bruno@clisp.org>
33215
33216         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
33217         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
33218         for GNOME libraries, for which the include files are installed in
33219         subdirectories of $prefix/include.
33220
33221 2006-11-12  Bruno Haible  <bruno@clisp.org>
33222
33223         * m4/lib-link.m4: Require at least autoconf-2.54.
33224         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
33225         name to underscores for the --with option.
33226
33227 2006-11-13  Bruno Haible  <bruno@clisp.org>
33228
33229         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
33230         the tests directory.
33231         Reported by Ralf Wildenhues.
33232
33233 2006-11-13  Bruno Haible  <bruno@clisp.org>
33234
33235         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
33236         (func_emit_initmacro_end): Undo the override here.
33237         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
33238         Works around the famous automake error in coreutils.
33239
33240 2006-11-13  Eric Blake  <ebb9@byu.net>
33241
33242         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
33243         element, not its node.
33244
33245 2006-11-12  Bruno Haible  <bruno@clisp.org>
33246
33247         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
33248         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
33249
33250 2006-11-12  Bruno Haible  <bruno@clisp.org>
33251
33252         * gnulib-tool: New option --local-symlink.
33253         (func_usage): Document it.
33254         (lsymbolic): New variable.
33255         (func_import, func_create_testdir): If --symlink was not specified,
33256         test whether --local-symlink was specified and the file comes from
33257         the local_gnulib_dir.
33258
33259 2006-11-12  Bruno Haible  <bruno@clisp.org>
33260
33261         * gnulib-tool (func_ln): New function.
33262         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
33263
33264 2006-11-12  Bruno Haible  <bruno@clisp.org>
33265
33266         Finish support for source files in subdirectories.
33267         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
33268         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
33269         AUTOMAKE_OPTIONS.
33270         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
33271
33272 2006-11-12  Bruno Haible  <bruno@clisp.org>
33273
33274         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33275         EXTRA_lib_SOURCES augmentation.
33276         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
33277
33278 2006-11-12  Jim Meyering  <jim@meyering.net>
33279
33280         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
33281         file descriptors.  This also averts a failure on systems with
33282         native openat support when a traversed directory lacks "x" access.
33283         * lib/fts_.h: Include "i-ring.h"
33284         (struct FTS) [fts_fd_ring]: New member.
33285         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
33286         (FCHDIR): Add parentheses.
33287         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
33288         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
33289         When descending, rather than simply closing the previous
33290         fts_cwd_fd value, push that file descriptor onto the ring.
33291         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
33292         (fts_open): Initialize the new fd_ring member.
33293         (fts_close): Clear the ring.
33294         (fts_safe_changedir): When possible, use our new fd_ring to skip
33295         the diropen and fstat and dev/ino comparison that would normally
33296         accompany a virtual `chdir ("..")'.
33297
33298         * modules/fts (Depends-on): Add i-ring.
33299         * modules/i-ring: New module.
33300         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
33301         * m4/i-ring.m4: New file.
33302
33303 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33304
33305         * gnulib-tool (func_create_testdir): Fix replacement of
33306         `build-aux' in configure.ac.  Run autotools in gltests
33307         subdirectory.
33308         (func_create_testdir, func_create_megatestdir, test): There is
33309         no need for '--force' in most autotool invocations in a new
33310         tree.  Actually fail the whole test if any of the tools, or the
33311         configure or make stages fail.
33312
33313         Sync from Automake.
33314         * build-aux/gnupload: Revert last change.  Add pointer to upload
33315         instructions of the GNU Maintenance Instructions.
33316         Suggestion by Karl Berry.
33317
33318 2006-11-10  Jim Meyering  <jim@meyering.net>
33319
33320         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
33321
33322 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
33323
33324         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
33325         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
33326         (bind_textdomain_codeset) [! ENABLE_NLS]:
33327         Evaluate all the arguments.  That way, callers get compatible behavior
33328         if the arguments have side effects.  Also, it avoids some GCC
33329         diagnostics in some cases; Joel E. Denny reported problems when Bison
33330         was configured with --enable-gcc-warnigs.
33331
33332 2006-11-10  Jim Meyering  <jim@meyering.net>
33333
33334         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
33335         relevant options in CFLAGS (like -O, -fno-inline) are taken into
33336         account.
33337
33338 2006-11-10  Jim Meyering  <jim@meyering.net>
33339
33340         * modules/inline: New file/module.
33341         * modules/xalloc (Files): Remove m4/inline.m4.
33342         (Depends-on): Add inline, instead.
33343         * modules/oset: Likewise.
33344         * modules/list: Likewise.
33345
33346 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
33347
33348         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
33349         Problem reported by Matthew Woehlke.
33350
33351 2006-11-09  Bruno Haible  <bruno@clisp.org>
33352
33353         * lib/tempname.c (gen_tempname): Remove variant that invokes
33354         __gen_tempname.
33355         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
33356         __gen_tempname.
33357
33358 2006-11-08  Bruno Haible  <bruno@clisp.org>
33359
33360         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
33361         to 'yes' instead of 'cross-compiling'.
33362
33363 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
33364
33365         * lib/quotearg.h (quotearg_free): New decl.
33366         * lib/quotearg.c (quotearg_free): New function.
33367         (slot0, nslots, slotvec0, slotvec):
33368         Now file-scope so that quotearg_free can get at them.
33369
33370 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33371
33372         Sync from Automake.
33373         * build-aux/gnupload: Add missing 'gnu' to example URL.
33374         Report by Karl Berry.
33375
33376 2006-11-08  Bruno Haible  <bruno@clisp.org>
33377
33378         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
33379         Suggested by Paul Eggert.
33380
33381 2006-11-08  Jim Meyering  <jim@meyering.net>
33382
33383         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
33384         It's already included if !_LIBC.
33385         (fts_safe_changedir): Add a comment.
33386
33387 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
33388
33389         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
33390         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
33391         Matthew Woehlke.
33392
33393         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
33394         definitions up, to avoid colliding with change below.
33395         (static_inline) [HAVE_INLINE]: New macro.
33396         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
33397         Provide extern decls when !HAVE_INLINE.  Do not define unless
33398         static_inline is defined, either by us or by xmalloc.c.  Use
33399         static_inline rather than static inline.
33400         (XCALLOC): Optimize sizeof(T) = 1 case.
33401         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
33402
33403 2006-11-07  Bruno Haible  <bruno@clisp.org>
33404
33405         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
33406         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
33407         AC_C_INLINE.
33408         * modules/xalloc (Files): Add m4/inline.m4.
33409
33410 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33411
33412         * README: Fix typo.
33413         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
33414         (Miscellanous Notes): ...from this.
33415
33416 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
33417
33418         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
33419         Mention that offsetof should be used instead of sizeof.
33420         From Bruno Haible.
33421
33422 2006-11-07  Bruno Haible  <bruno@clisp.org>
33423
33424         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
33425
33426 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
33427
33428         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
33429         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
33430         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
33431         (gl_tree_add_before, gl_tree_add_after):
33432         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
33433         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
33434         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
33435         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
33436         (gl_linked_add_after, gl_linked_add_at): Likewise.
33437         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
33438         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
33439         (gl_tree_add_before, gl_tree_add_after): Likewise.
33440         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
33441         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
33442         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
33443
33444 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33445
33446         * lib/gl_oset.h: Use C comment style, not C++ comment style.
33447
33448 2006-11-06  Bruno Haible  <bruno@clisp.org>
33449
33450         * m4/inline.m4: New file.
33451         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
33452         * modules/list (Files): Add m4/inline.m4.
33453         * modules/oset (Files): Likewise.
33454
33455 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
33456
33457         * lib/idcache.c: Include <stddef.h>, for offsetof.
33458         (struct userid.name): Change from char * to a flexible array member.
33459         All uses changed.
33460         * modules/idcache (Depends-on): Add flexmember.
33461
33462         * MODULES.html.sh (Core language properties): New module flexmember.
33463         * modules/flexmember, m4/flexmember.m4: New files.
33464
33465         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
33466         inline functions that are identical with the old xnmalloc_inline,
33467         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
33468         that we can avoid some unnecessary integer multiplications and
33469         divisions in the common case where the element size is known at
33470         compile time.
33471         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
33472         needed.
33473         (xnboundedmalloc): Remove.
33474         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
33475         arguments, for consistency with rest of this header.
33476         (xcharalloc): Rewrite using XNMALLOC.
33477         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
33478         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
33479         versions have been moved to lib/xalloc.h and renamed to be the
33480         non-*_inline versions.
33481         (xmalloc, xrealloc): Implement without reference to the xnmalloc
33482         and xnrealloc functions, since those functions are now inline and
33483         now call us.
33484         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
33485         renaming described above.
33486         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
33487         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
33488         captures the dependency in AC_C_INLINE.
33489
33490         New module canonicalize-lgpl, proposed by Charles Wilson in
33491         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
33492         with a few small changes afterwards.
33493         * MODULES.html.sh (File system functions): New module
33494         canonicalize-lgpl.
33495         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
33496         and canonicalize_file_name.
33497         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
33498         * modules/canonicalize-lgpl: New files.
33499
33500 2006-11-05  Bruno Haible  <bruno@clisp.org>
33501
33502         * gnulib-tool (func_import, func_create_testdir): Create directories
33503         also for files in subdirectories of lib/.
33504
33505 2006-11-05  Bruno Haible  <bruno@clisp.org>
33506
33507         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
33508         ANSI C compliant.
33509
33510 2006-11-03  Bruno Haible  <bruno@clisp.org>
33511
33512         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
33513         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
33514         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
33515         (xnboundedmalloc): New inline function.
33516         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
33517         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
33518         xmalloc.
33519         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
33520         xmalloc.
33521         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
33522         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
33523         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
33524         xmalloc.
33525         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
33526         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
33527         xmalloc.
33528         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
33529         gl_tree_add_after): Use XMALLOC instead of xmalloc.
33530         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
33531         xmalloc.
33532         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
33533         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
33534         gl_tree_add_after): Use XMALLOC instead of xmalloc.
33535         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
33536         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
33537         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
33538         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
33539
33540 2006-11-03  Bruno Haible  <bruno@clisp.org>
33541
33542         * lib/c-ctype.h [C++]: Define functions without name mangling.
33543         * lib/fwriteerror.h [C++]: Likewise.
33544         * lib/gcd.h [C++]: Likewise.
33545         * lib/linebreak.h [C++]: Likewise.
33546
33547 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
33548
33549         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
33550         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
33551         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
33552         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
33553         Check for functions and headers just once.
33554         Check for declaration of canonicalize_file_name.
33555         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
33556
33557 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
33558
33559         * gnulib-tool (func_import): Fix typo in actioncmd.
33560
33561 2006-11-02  Bruno Haible  <bruno@clisp.org>
33562
33563         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
33564         newline sequence in the Makefile.am snippet as a space, like "make"
33565         does.
33566         Reported by Roger Persson <perrog@gmail.com>.
33567
33568 2006-11-01  Bruno Haible  <bruno@clisp.org>
33569
33570         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
33571         already declared in <string.h>.
33572         * lib/strcase.h (strncasecmp): Don't declare it if yes.
33573
33574 2006-11-01  Bruno Haible  <bruno@clisp.org>
33575
33576         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
33577         * lib/strcase.h: Include <string.h>.
33578         (strcasecmp): Define to rpl_strcasecmp here.
33579
33580 2006-11-01  Bruno Haible  <bruno@clisp.org>
33581
33582         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
33583
33584 2006-11-01  Eric Blake  <ebb9@byu.net>
33585
33586         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
33587
33588         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
33589
33590 2006-10-29  Bruno Haible  <bruno@clisp.org>
33591
33592         Make it compile in C++ mode.
33593         * lib/full-write.c (full_rw): Add a cast.
33594
33595 2006-11-01  Bruno Haible  <bruno@clisp.org>
33596
33597         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
33598         be POSIX compliant.
33599         Reported by Roger Persson <perrog@gmail.com>.
33600
33601 2006-11-01  Eric Blake  <ebb9@byu.net>
33602
33603         * lib/getopt_.h: Fix comments.
33604
33605 2006-10-31  Eric Blake  <ebb9@byu.net>
33606
33607         * modules/tmpdir (Depends-on): Add sys_stat.
33608         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
33609         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
33610         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
33611         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
33612         tempname.
33613
33614 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
33615
33616         Avoid some C++ diagnostics reported by Bruno Haible.
33617         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
33618         xmalloc.
33619         (quotearg_alloc): Use xcharalloc rather than xmalloc.
33620         (struct slotvec): Move to top level.
33621         (quotearg_n_options): Rewrite to avoid xmalloc.
33622         * lib/xalloc.h (xcharalloc): New function.
33623         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
33624         [defined __cplusplus]: Add function template that provides result
33625         type propagation.  This part of the change is from Bruno Haible.
33626
33627 2006-10-29  Bruno Haible  <bruno@clisp.org>
33628
33629         Make it compile in C++ mode.
33630         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
33631         * lib/strnlen1.c (strnlen1): Cast memchr result.
33632         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
33633         * lib/clean-temp.c (string_equals, string_hash): Add casts.
33634         (create_temp_dir): Rename local variable 'template'.
33635         (compile_csharp_using_sscli): Add cast.
33636         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
33637         * lib/findprog.c (find_in_path): Likewise.
33638         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
33639         * lib/wait-process.c (register_slave_subprocess): Likewise.
33640
33641 2006-10-22  Bruno Haible  <bruno@clisp.org>
33642
33643         * modules/tsearch: New file.
33644         * lib/tsearch.h: New file.
33645         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
33646         * m4/tsearch.m4: New file.
33647         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
33648
33649 2006-10-29  Eric Blake  <ebb9@byu.net>
33650
33651         * lib/arcfour.c: Assume config.h.
33652         * lib/arctwo.c: Likewise.
33653         * lib/base64.c: Likewise.
33654         * lib/check-version.c: Likewise.
33655         * lib/crc.c: Likewise.
33656         * lib/des.c: Likewise.
33657         * lib/gc-gnulib.c: Likewise.
33658         * lib/gc-libgcrypt.c: Likewise.
33659         * lib/gc-pbkdf2-sha1.c: Likewise.
33660         * lib/getaddrinfo.c: Likewise.
33661         * lib/getdelim.c: Likewise.
33662         * lib/getline.c: Likewise.
33663         * lib/hmac-md5.c: Likewise.
33664         * lib/hmac-sha1.c: Likewise.
33665         * lib/iconvme.c: Likewise.
33666         * lib/md2.c: Likewise.
33667         * lib/md4.c: Likewise.
33668         * lib/memxor.c: Likewise.
33669         * lib/read-file.c: Likewise.
33670         * lib/readline.c: Likewise.
33671         * lib/rijndael-alg-fst.c: Likewise.
33672         * lib/rijndael-api-fst.c: Likewise.
33673         * lib/xgetdomainname.c: Likewise.
33674
33675 2006-10-28  Eric Blake  <ebb9@byu.net>
33676
33677         * lib/xstrndup.c: Assume config.h.
33678
33679 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
33680
33681         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
33682         stat-macros.h is now for our own macros, whereas stat_h is for
33683         macros in the <sys/stat.h> name space.
33684         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
33685         (STAT_MACROS_H): Remove.
33686         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
33687         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
33688         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
33689         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
33690         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
33691         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
33692         Move these macros to ...
33693         * lib/stat_.h: here.  Don't include stat-macros.h.
33694         * lib/canonicalize.c: Don't include stat-macros.h.
33695         * lib/chown.c: Likewise.
33696         * lib/euidaccess.c: Likewise.
33697         * lib/file-type.c: Likewise.
33698         * lib/filemode.c: Likewise.
33699         * lib/glob.c: Likewise.
33700         * lib/isapipe.c: Likewise.
33701         * lib/lchown.c: Likewise.
33702         * lib/lstat.c: Likewise.
33703         * lib/mkdir-p.c: Likewise.
33704         * lib/rmdir.c: Likewise.
33705         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
33706         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
33707         unless mkdir isn't declared, to speed up 'configure'.
33708         Always create sys/stat.h, since it's unlikely any real sys/stat.h
33709         would define all the S_* symbols.
33710         * modules/canonicalize (Depends-on):
33711         Depend on sys_stat, not stat-macros.
33712         * modules/chown: Likewise.
33713         * modules/euidaccess: Likewise.
33714         * modules/filemode: Likewise.
33715         * modules/file-type: Likewise.
33716         * modules/glob: Likewise.
33717         * modules/isapipe: Likewise.
33718         * modules/lchown: Likewise.
33719         * modules/lstat: Likewise.
33720         * modules/mkancesdirs: Likewise.
33721         * modules/rmdir: Likewise.
33722         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
33723         * modules/modechange: Likewise.
33724         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
33725         (configure.ac): Remove gl_STAT_MACROS.
33726         * modules/sys_stat (Depends-on): Remove stat-macros.
33727
33728 2006-10-27  Bruno Haible  <bruno@clisp.org>
33729
33730         * m4/signed.m4: Remove file.
33731         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
33732         invocation.
33733         * modules/vasnprintf (Files): Remove m4/signed.m4.
33734
33735 2006-10-27  Bruno Haible  <bruno@clisp.org>
33736
33737         Update to GNU gettext 0.16.
33738         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
33739         m4/inttypes-h.m4, m4/signed.m4.
33740         * m4/gettext.m4: Update to GNU gettext 0.16.
33741         * m4/intl.m4: New file, from GNU gettext.
33742         * m4/intldir.m4: New file, from GNU gettext.
33743         * config/srclist.txt: Update
33744
33745 2006-10-27  Eric Blake  <ebb9@byu.net>
33746
33747         * MODULES.html.sh: Document tempname.
33748         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
33749         dependencies.
33750         (Files): Move lib/tempname.c...
33751         * modules/tempname: ...to this new module.
33752         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
33753         (gl_PREREQ_TEMPNAME): Move...
33754         * m4/tempname.m4: ...to this new file.
33755         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
33756         * modules/sys_stat (Depends-on): Add stat-macros.
33757         * lib/stat_.h (includes): Pick up stat macros.
33758         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
33759         if stat macros are broken.
33760         * lib/tempname.c (includes): No need to include "stat-macros.h".
33761         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
33762         (direxists, __path_search) [!_LIBC]: Don't compile these in
33763         gnulib; the tmpdir module covers that.
33764         * lib/tempname.h: New file.
33765
33766 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
33767
33768         * COPYING: Explain how gnulib-tool converts licence headers.
33769         Almost all wording by Eric Blake.
33770
33771 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
33772
33773         * lib/mbchar.h (is_basic_table): Make read-only.
33774         * lib/mbchar.c (is_basic_table): Likewise.
33775         Reported by John Darrington.
33776
33777 2006-10-25  Bruno Haible  <bruno@clisp.org>
33778
33779         * lib/progname.h (set_program_name): Undefine before defining.
33780
33781 2006-10-25  Bruno Haible  <bruno@clisp.org>
33782
33783         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
33784         false for non-gcc C++ compilers.
33785         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
33786
33787 2006-10-24  Bruno Haible  <bruno@clisp.org>
33788
33789         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
33790         iconv implementations like Irix iconv.
33791
33792 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
33793
33794         * modules/vararrays: New file.
33795         * m4/vararrays.m4: New file, taken from diffutils.
33796         * MODULES.html.sh: New module vararrays.
33797
33798 2006-10-24  Karl Berry  <karl@gnu.org>
33799
33800         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
33801         Don't call GNU Unix.
33802
33803 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33804
33805         * users.txt: Add Libtool.
33806
33807         Sync from Libtool:
33808
33809         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
33810
33811         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
33812         to gnulib's policy of including config.h unconditionally.
33813
33814 2006-10-24  Bruno Haible  <bruno@clisp.org>
33815
33816         * modules/wcwidth (Files): Add m4/wint_t.m4.
33817         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
33818         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
33819
33820 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
33821
33822         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
33823         to pacify GCC with some -W flags enabled.  Problem reported by
33824         Bruno Haible.
33825
33826 2006-10-24  Jim Meyering  <jim@meyering.net>
33827
33828         * MODULES.html.sh: Remove uinttostr.  It's not a module.
33829         Reported by Karl Berry.
33830
33831 2006-10-23  Bruno Haible  <bruno@clisp.org>
33832
33833         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
33834
33835 2006-10-24  Bruno Haible  <bruno@clisp.org>
33836
33837         * lib/gl_list.h: Use C comment style, not C++ comment style.
33838
33839 2006-10-23  Eric Blake  <ebb9@byu.net>
33840
33841         * lib/getaddrinfo.c (includes): Add missing include.
33842
33843 2006-10-23  Bruno Haible  <bruno@clisp.org>
33844             Paul Eggert  <eggert@cs.ucla.edu>
33845
33846         Ability to rename obstack_free.
33847         * lib/obstack.h (__obstack_free): New macro. Declare instead of
33848         obstack_free.
33849         (obstack_free): Invoke the __obstack_free macro.
33850         * lib/obstack.c (obstack_free): Use __obstack_free macro.
33851
33852 2006-10-23  Bruno Haible  <bruno@clisp.org>
33853             Paul Eggert  <eggert@cs.ucla.edu>
33854
33855         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
33856         __argc, __argv from the declaration. (They are defined as macros on
33857         mingw.)
33858
33859 2006-10-22  Bruno Haible  <bruno@clisp.org>
33860
33861         * doc/gnulib-intro.texi: New file.
33862         * doc/gnulib.texi: Include it.
33863
33864 2006-10-21  Bruno Haible  <bruno@clisp.org>
33865
33866         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
33867         "Introduction", "Miscellanous Notes", "Particular Modules".
33868
33869 2006-10-21  Bruno Haible  <bruno@clisp.org>
33870
33871         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33872         Change mostlyclean-local rule to avoid sh syntax error from bash
33873         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
33874
33875 2006-10-23  Jim Meyering  <jim@meyering.net>
33876
33877         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
33878         in place of snprintf.
33879
33880         * modules/inttostr (Files): Add lib/uinttostr.c.
33881         * lib/uinttostr.c (inttostr): New file/function.
33882         * lib/inttostr.h (uinttostr): Declare.
33883         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
33884         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
33885         Add uinttostr.
33886         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
33887
33888 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
33889
33890         * lib/canonicalize.c (ELOOP): Define if not already defined.
33891         Problem reported by Bruno Haible in
33892         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
33893
33894 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
33895
33896         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
33897         Problem reported by Perry Smith and Ville Laurikari.
33898
33899         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
33900         uses.
33901
33902 2006-10-19  Bruno Haible  <bruno@clisp.org>
33903
33904         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
33905         for mingw.
33906
33907 2006-10-19  Bruno Haible  <bruno@clisp.org>
33908
33909         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
33910         Needed for mingw.
33911
33912 2006-10-19  Bruno Haible  <bruno@clisp.org>
33913
33914         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
33915
33916 2006-10-19  Bruno Haible  <bruno@clisp.org>
33917
33918         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
33919         it.
33920
33921 2006-10-19  Bruno Haible  <bruno@clisp.org>
33922
33923         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
33924         invocation.
33925
33926 2006-10-19  Bruno Haible  <bruno@clisp.org>
33927
33928         * gnulib-tool (func_create_testdir): Don't include ftruncate and
33929         mountlist by default.
33930
33931 2006-10-16  Bruno Haible  <bruno@clisp.org>
33932
33933         * lib/c-strstr.c: Include c-strstr.h.
33934
33935 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
33936
33937         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
33938         in a slash.
33939
33940 2006-10-18  Bruno Haible  <bruno@clisp.org>
33941
33942         * lib/lock.h [C++]: Wrap definitions in extern "C".
33943
33944 2006-10-18  Bruno Haible  <bruno@clisp.org>
33945
33946         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
33947         gl_LIBOBJS list.
33948
33949 2006-10-18  Bruno Haible  <bruno@clisp.org>
33950
33951         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
33952
33953 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
33954
33955         * lib/xstrtol.h: Include gettext.h.
33956         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
33957         Problem reported by Eric Blake.
33958         * modules/xstrtol (Depends-on): Add gettext-h.
33959
33960 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
33961
33962         * lib/strftime.c (advance): New macro.
33963         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
33964         incomplete type, so you can't add 0 to it.  Problem and patch
33965         reported by Eelco Dolstra for dietlibc.
33966
33967 2006-10-18  Jim Meyering  <jim@meyering.net>
33968
33969         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
33970         type for a local, and rename it: s/up/user_proc/.
33971
33972 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
33973
33974         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
33975         READ_UTMP_USER_PROCESS.
33976         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
33977
33978 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
33979
33980         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
33981         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
33982
33983 2006-10-17  Eric Blake  <ebb9@byu.net>
33984
33985         * lib/sigprocmask.c (sigprocmask): Fix typo.
33986
33987         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
33988
33989         * modules/clean-temp (Makefile.am): Don't add to make output...
33990         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
33991         config.h.
33992
33993 2006-10-17  Bruno Haible  <bruno@clisp.org>
33994
33995         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
33996         differently if DEFAULT_TEXT_DOMAIN is set.
33997
33998 2006-10-16  Bruno Haible  <bruno@clisp.org>
33999
34000         * lib/clean-temp.c: Include fwriteerror.h.
34001
34002 2006-10-16  Bruno Haible  <bruno@clisp.org>
34003
34004         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
34005
34006 2006-10-16  Bruno Haible  <bruno@clisp.org>
34007
34008         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
34009         * lib/sigprocmask.h: Include <sys/types.h>.
34010         (sigset_t): Use the system's definition if present.
34011
34012 2006-10-17  Eric Blake  <ebb9@byu.net>
34013
34014         * lib/xvasprintf.c (includes): Assume config.h.
34015         * lib/xasprintf.c (includes): Likewise.
34016
34017 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
34018
34019         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
34020         at least as wide as intmax_t.
34021
34022 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
34023
34024         (Imported from Automake.)
34025         * build-aux/gnupload: Update to version 1.1 of directive file.
34026
34027 2006-10-16  Eric Blake  <ebb9@byu.net>
34028
34029         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
34030         match Automake 1.10a.
34031
34032 2006-10-14  Bruno Haible  <bruno@clisp.org>
34033
34034         * modules/sigprocmask: New file.
34035         * lib/sigprocmask.h: New file.
34036         * lib/sigprocmask.c: New file.
34037         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
34038         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
34039         request sigprocmask.o.
34040         (gl_PREREQ_SIGPROCMASK): New macro.
34041         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
34042         (Depends-on): Add sigprocmask.
34043         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
34044         gt_SIGNALBLOCKING. Test for 'raise' only once.
34045         * lib/fatal-signal.c: Include sigprocmask.h.
34046         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
34047         unblock_fatal_signals): Define always.
34048         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34049         sigprocmask.
34050
34051 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34052
34053         Sync from Automake.
34054         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
34055         which incorrectly sets the mode of an existing destination
34056         directory.  In some cases the unpatched install-sh could do the
34057         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
34058         system.  We hope this is rare in practice, but it's clearly worth
34059         fixing.  Problem reported by Alex Unleashed in
34060         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
34061         Also, don't bother to check for -m bugs unless we're using -m;
34062         suggested by Stepan Kasal.
34063
34064 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34065
34066         Sync from Automake.
34067         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
34068         `-c' flag, so they appear at the same position as in %FASTDEP%
34069         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
34070         which ignores unknown options only after the first non-option.
34071         Bug report against M4 by Nelson H. F. Beebe.
34072
34073 2006-10-13  Jim Meyering  <jim@meyering.net>
34074
34075         Fix a bug in yesterday's change.
34076         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
34077         p->fts_statp->st_dev would be used uninitialized.
34078         Ensures that we always call fts_stat on the very first entry.
34079         Miklos Szeredi reported that find -xdev stopped working.
34080
34081 2006-10-12  Bruno Haible  <bruno@clisp.org>
34082
34083         * gnulib-tool (func_get_automake_snippet): Append an automatically
34084         computed EXTRA_DIST augmentation.
34085         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
34086         * modules/alloca-opt (Makefile.am): Likewise.
34087         * modules/allocsa (Makefile.am): Likewise.
34088         * modules/arcfour (Makefile.am): Likewise.
34089         * modules/arctwo (Makefile.am): Likewise.
34090         * modules/argmatch (Makefile.am): Likewise.
34091         * modules/argz (Makefile.am): Likewise.
34092         * modules/atexit (Makefile.am): Likewise.
34093         * modules/backupfile (Makefile.am): Likewise.
34094         * modules/byteswap (Makefile.am): Likewise.
34095         * modules/c-strtod (Makefile.am): Likewise.
34096         * modules/c-strtold (Makefile.am): Likewise.
34097         * modules/calloc (Makefile.am): Likewise.
34098         * modules/canon-host (Makefile.am): Likewise.
34099         * modules/canonicalize (Makefile.am): Likewise.
34100         * modules/chdir-long (Makefile.am): Likewise.
34101         * modules/chdir-safer (Makefile.am): Likewise.
34102         * modules/check-version (Makefile.am): Likewise.
34103         * modules/chown (Makefile.am): Likewise.
34104         * modules/cloexec (Makefile.am): Likewise.
34105         * modules/close-stream (Makefile.am): Likewise.
34106         * modules/closeout (Makefile.am): Likewise.
34107         * modules/crc (Makefile.am): Likewise.
34108         * modules/csharpexec (Makefile.am): Likewise.
34109         * modules/cycle-check (Makefile.am): Likewise.
34110         * modules/des (Makefile.am): Likewise.
34111         * modules/dev-ino (Makefile.am): Likewise.
34112         * modules/dirfd (Makefile.am): Likewise.
34113         * modules/dirname (Makefile.am): Likewise.
34114         * modules/dup2 (Makefile.am): Likewise.
34115         * modules/eealloc (Makefile.am): Likewise.
34116         * modules/error (Makefile.am): Likewise.
34117         * modules/euidaccess (Makefile.am): Likewise.
34118         * modules/exclude (Makefile.am): Likewise.
34119         * modules/exitfail (Makefile.am): Likewise.
34120         * modules/fcntl-safer (Makefile.am): Likewise.
34121         * modules/fcntl (Makefile.am): Likewise.
34122         * modules/file-type (Makefile.am): Likewise.
34123         * modules/fileblocks (Makefile.am): Likewise.
34124         * modules/filemode (Makefile.am): Likewise.
34125         * modules/filenamecat (Makefile.am): Likewise.
34126         * modules/fnmatch (Makefile.am): Likewise.
34127         * modules/fopen-safer (Makefile.am): Likewise.
34128         * modules/fpending (Makefile.am): Likewise.
34129         * modules/fprintftime (Makefile.am): Likewise.
34130         * modules/free (Makefile.am): Likewise.
34131         * modules/fsusage (Makefile.am): Likewise.
34132         * modules/ftruncate (Makefile.am): Likewise.
34133         * modules/fts (Makefile.am): Likewise.
34134         * modules/gc-arcfour (Makefile.am): Likewise.
34135         * modules/gc-des (Makefile.am): Likewise.
34136         * modules/gc-hmac-md5 (Makefile.am): Likewise.
34137         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
34138         * modules/gc-md4 (Makefile.am): Likewise.
34139         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
34140         * modules/gc-sha1 (Makefile.am): Likewise.
34141         * modules/gc (Makefile.am): Likewise.
34142         * modules/getaddrinfo (Makefile.am): Likewise.
34143         * modules/getcwd (Makefile.am): Likewise.
34144         * modules/getdelim (Makefile.am): Likewise.
34145         * modules/getdomainname (Makefile.am): Likewise.
34146         * modules/getgroups (Makefile.am): Likewise.
34147         * modules/gethostname (Makefile.am): Likewise.
34148         * modules/gethrxtime (Makefile.am): Likewise.
34149         * modules/getline (Makefile.am): Likewise.
34150         * modules/getloadavg (Makefile.am): Likewise.
34151         * modules/getlogin_r (Makefile.am): Likewise.
34152         * modules/getndelim2 (Makefile.am): Likewise.
34153         * modules/getopt (Makefile.am): Likewise.
34154         * modules/getpagesize (Makefile.am): Likewise.
34155         * modules/getpass-gnu (Makefile.am): Likewise.
34156         * modules/getpass (Makefile.am): Likewise.
34157         * modules/getsubopt (Makefile.am): Likewise.
34158         * modules/gettime (Makefile.am): Likewise.
34159         * modules/gettimeofday (Makefile.am): Likewise.
34160         * modules/getugroups (Makefile.am): Likewise.
34161         * modules/getusershell (Makefile.am): Likewise.
34162         * modules/glob (Makefile.am): Likewise.
34163         * modules/group-member (Makefile.am): Likewise.
34164         * modules/hard-locale (Makefile.am): Likewise.
34165         * modules/hash (Makefile.am): Likewise.
34166         * modules/hmac-md5 (Makefile.am): Likewise.
34167         * modules/hmac-sha1 (Makefile.am): Likewise.
34168         * modules/human (Makefile.am): Likewise.
34169         * modules/idcache (Makefile.am): Likewise.
34170         * modules/imaxabs (Makefile.am): Likewise.
34171         * modules/imaxdiv (Makefile.am): Likewise.
34172         * modules/inet_ntop (Makefile.am): Likewise.
34173         * modules/inet_pton (Makefile.am): Likewise.
34174         * modules/intprops (Makefile.am): Likewise.
34175         * modules/inttostr (Makefile.am): Likewise.
34176         * modules/inttypes (Makefile.am): Likewise.
34177         * modules/isapipe (Makefile.am): Likewise.
34178         * modules/javaversion (Makefile.am): Likewise.
34179         * modules/lchmod (Makefile.am): Likewise.
34180         * modules/lchown (Makefile.am): Likewise.
34181         * modules/localcharset (Makefile.am): Likewise.
34182         * modules/long-options (Makefile.am): Likewise.
34183         * modules/lstat (Makefile.am): Likewise.
34184         * modules/malloc (Makefile.am): Likewise.
34185         * modules/mathl (Makefile.am): Likewise.
34186         * modules/mbchar (Makefile.am): Likewise.
34187         * modules/md2 (Makefile.am): Likewise.
34188         * modules/md4 (Makefile.am): Likewise.
34189         * modules/md5 (Makefile.am): Likewise.
34190         * modules/memcasecmp (Makefile.am): Likewise.
34191         * modules/memchr (Makefile.am): Likewise.
34192         * modules/memcmp (Makefile.am): Likewise.
34193         * modules/memcoll (Makefile.am): Likewise.
34194         * modules/memcpy (Makefile.am): Likewise.
34195         * modules/memmem (Makefile.am): Likewise.
34196         * modules/memmove (Makefile.am): Likewise.
34197         * modules/mempcpy (Makefile.am): Likewise.
34198         * modules/memrchr (Makefile.am): Likewise.
34199         * modules/memset (Makefile.am): Likewise.
34200         * modules/memxor (Makefile.am): Likewise.
34201         * modules/mkancesdirs (Makefile.am): Likewise.
34202         * modules/mkdir-p (Makefile.am): Likewise.
34203         * modules/mkdir (Makefile.am): Likewise.
34204         * modules/mkdtemp (Makefile.am): Likewise.
34205         * modules/mkstemp (Makefile.am): Likewise.
34206         * modules/mktime (Makefile.am): Likewise.
34207         * modules/modechange (Makefile.am): Likewise.
34208         * modules/mountlist (Makefile.am): Likewise.
34209         * modules/nanosleep (Makefile.am): Likewise.
34210         * modules/obstack (Makefile.am): Likewise.
34211         * modules/openat (Makefile.am): Likewise.
34212         * modules/pagealign_alloc (Makefile.am): Likewise.
34213         * modules/pathmax (Makefile.am): Likewise.
34214         * modules/physmem (Makefile.am): Likewise.
34215         * modules/poll (Makefile.am): Likewise.
34216         * modules/posixtm (Makefile.am): Likewise.
34217         * modules/posixver (Makefile.am): Likewise.
34218         * modules/putenv (Makefile.am): Likewise.
34219         * modules/quote (Makefile.am): Likewise.
34220         * modules/quotearg (Makefile.am): Likewise.
34221         * modules/raise (Makefile.am): Likewise.
34222         * modules/read-file (Makefile.am): Likewise.
34223         * modules/readline (Makefile.am): Likewise.
34224         * modules/readlink (Makefile.am): Likewise.
34225         * modules/readtokens (Makefile.am): Likewise.
34226         * modules/readutmp (Makefile.am): Likewise.
34227         * modules/realloc (Makefile.am): Likewise.
34228         * modules/regex (Makefile.am): Likewise.
34229         * modules/rename-dest-slash (Makefile.am): Likewise.
34230         * modules/rename (Makefile.am): Likewise.
34231         * modules/rijndael (Makefile.am): Likewise.
34232         * modules/rmdir (Makefile.am): Likewise.
34233         * modules/rpmatch (Makefile.am): Likewise.
34234         * modules/safe-read (Makefile.am): Likewise.
34235         * modules/safe-write (Makefile.am): Likewise.
34236         * modules/same-inode (Makefile.am): Likewise.
34237         * modules/same (Makefile.am): Likewise.
34238         * modules/save-cwd (Makefile.am): Likewise.
34239         * modules/savedir (Makefile.am): Likewise.
34240         * modules/setenv (Makefile.am): Likewise.
34241         * modules/settime (Makefile.am): Likewise.
34242         * modules/sha1 (Makefile.am): Likewise.
34243         * modules/sig2str (Makefile.am): Likewise.
34244         * modules/snprintf (Makefile.am): Likewise.
34245         * modules/stat-macros (Makefile.am): Likewise.
34246         * modules/stat-time (Makefile.am): Likewise.
34247         * modules/stdbool (Makefile.am): Likewise.
34248         * modules/stdint (Makefile.am): Likewise.
34249         * modules/stdlib-safer (Makefile.am): Likewise.
34250         * modules/stpcpy (Makefile.am): Likewise.
34251         * modules/stpncpy (Makefile.am): Likewise.
34252         * modules/strcase (Makefile.am): Likewise.
34253         * modules/strcasestr (Makefile.am): Likewise.
34254         * modules/strchrnul (Makefile.am): Likewise.
34255         * modules/strcspn (Makefile.am): Likewise.
34256         * modules/strdup (Makefile.am): Likewise.
34257         * modules/strerror (Makefile.am): Likewise.
34258         * modules/strftime (Makefile.am): Likewise.
34259         * modules/strndup (Makefile.am): Likewise.
34260         * modules/strnlen (Makefile.am): Likewise.
34261         * modules/strpbrk (Makefile.am): Likewise.
34262         * modules/strsep (Makefile.am): Likewise.
34263         * modules/strstr (Makefile.am): Likewise.
34264         * modules/strtod (Makefile.am): Likewise.
34265         * modules/strtoimax (Makefile.am): Likewise.
34266         * modules/strtok_r (Makefile.am): Likewise.
34267         * modules/strtol (Makefile.am): Likewise.
34268         * modules/strtoll (Makefile.am): Likewise.
34269         * modules/strtoul (Makefile.am): Likewise.
34270         * modules/strtoull (Makefile.am): Likewise.
34271         * modules/strtoumax (Makefile.am): Likewise.
34272         * modules/strverscmp (Makefile.am): Likewise.
34273         * modules/sys_socket (Makefile.am): Likewise.
34274         * modules/sys_stat (Makefile.am): Likewise.
34275         * modules/sysexits (Makefile.am): Likewise.
34276         * modules/time_r (Makefile.am): Likewise.
34277         * modules/timegm (Makefile.am): Likewise.
34278         * modules/timespec (Makefile.am): Likewise.
34279         * modules/tmpfile-safer (Makefile.am): Likewise.
34280         * modules/trim (Makefile.am): Likewise.
34281         * modules/unistd-safer (Makefile.am): Likewise.
34282         * modules/unlinkdir (Makefile.am): Likewise.
34283         * modules/unlocked-io (Makefile.am): Likewise.
34284         * modules/userspec (Makefile.am): Likewise.
34285         * modules/utime (Makefile.am): Likewise.
34286         * modules/utimecmp (Makefile.am): Likewise.
34287         * modules/utimens (Makefile.am): Likewise.
34288         * modules/vasnprintf (Makefile.am): Likewise.
34289         * modules/vasprintf (Makefile.am): Likewise.
34290         * modules/vsnprintf (Makefile.am): Likewise.
34291         * modules/xalloc (Makefile.am): Likewise.
34292         * modules/xgetcwd (Makefile.am): Likewise.
34293         * modules/xnanosleep (Makefile.am): Likewise.
34294         * modules/xreadlink (Makefile.am): Likewise.
34295         * modules/xstrtod (Makefile.am): Likewise.
34296         * modules/xstrtol (Makefile.am): Likewise.
34297         * modules/xstrtold (Makefile.am): Likewise.
34298         * modules/yesno (Makefile.am): Likewise.
34299         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
34300
34301 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
34302
34303         * modules/error (Makefile.am): Distribute files through
34304         EXTRA_DIST, not lib_SOURCES.
34305
34306 2006-10-12  Eric Blake  <ebb9@byu.net>
34307
34308         * modules/error (Makefile.am): Distribute files in /lib.
34309         * modules/obstack (Makefile.am): Likewise.
34310
34311 2006-10-12  Bruno Haible  <bruno@clisp.org>
34312
34313         * modules/acl (Makefile.am): Distribute all files in lib/ through
34314         EXTRA_DIST.
34315         * modules/arcfour (Makefile.am): Likewise.
34316         * modules/arctwo (Makefile.am): Likewise.
34317         * modules/argmatch (Makefile.am): Likewise.
34318         * modules/argz (Makefile.am): Likewise.
34319         * modules/atexit (Makefile.am): Likewise.
34320         * modules/backupfile (Makefile.am): Likewise.
34321         * modules/c-strtod (Makefile.am): Likewise.
34322         * modules/c-strtold (Makefile.am): Likewise.
34323         * modules/calloc (Makefile.am): Likewise.
34324         * modules/canon-host (Makefile.am): Likewise.
34325         * modules/canonicalize (Makefile.am): Likewise.
34326         * modules/chdir-long (Makefile.am): Likewise.
34327         * modules/chdir-safer (Makefile.am): Likewise.
34328         * modules/check-version (Makefile.am): Likewise.
34329         * modules/chown (Makefile.am): Likewise.
34330         * modules/cloexec (Makefile.am): Likewise.
34331         * modules/close-stream (Makefile.am): Likewise.
34332         * modules/closeout (Makefile.am): Likewise.
34333         * modules/crc (Makefile.am): Likewise.
34334         * modules/cycle-check (Makefile.am): Likewise.
34335         * modules/des (Makefile.am): Likewise.
34336         * modules/dirfd (Makefile.am): Likewise.
34337         * modules/dirname (Makefile.am): Likewise.
34338         * modules/dup2 (Makefile.am): Likewise.
34339         * modules/euidaccess (Makefile.am): Likewise.
34340         * modules/exclude (Makefile.am): Likewise.
34341         * modules/exitfail (Makefile.am): Likewise.
34342         * modules/fcntl-safer (Makefile.am): Likewise.
34343         * modules/file-type (Makefile.am): Likewise.
34344         * modules/fileblocks (Makefile.am): Likewise.
34345         * modules/filemode (Makefile.am): Likewise.
34346         * modules/filenamecat (Makefile.am): Likewise.
34347         * modules/fnmatch (Makefile.am): Likewise.
34348         * modules/fopen-safer (Makefile.am): Likewise.
34349         * modules/fpending (Makefile.am): Likewise.
34350         * modules/fprintftime (Makefile.am): Likewise.
34351         * modules/free (Makefile.am): Likewise.
34352         * modules/fsusage (Makefile.am): Likewise.
34353         * modules/ftruncate (Makefile.am): Likewise.
34354         * modules/fts (Makefile.am): Likewise.
34355         * modules/gc (Makefile.am): Likewise.
34356         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
34357         * modules/getaddrinfo (Makefile.am): Likewise.
34358         * modules/getcwd (Makefile.am): Likewise.
34359         * modules/getdelim (Makefile.am): Likewise.
34360         * modules/getdomainname (Makefile.am): Likewise.
34361         * modules/getgroups (Makefile.am): Likewise.
34362         * modules/gethostname (Makefile.am): Likewise.
34363         * modules/gethrxtime (Makefile.am): Likewise.
34364         * modules/getline (Makefile.am): Likewise.
34365         * modules/getloadavg (Makefile.am): Likewise.
34366         * modules/getlogin_r (Makefile.am): Likewise.
34367         * modules/getopt (Makefile.am): Likewise.
34368         * modules/getpass (Makefile.am): Likewise.
34369         * modules/getpass-gnu (Makefile.am): Likewise.
34370         * modules/getsubopt (Makefile.am): Likewise.
34371         * modules/gettime (Makefile.am): Likewise.
34372         * modules/gettimeofday (Makefile.am): Likewise.
34373         * modules/getugroups (Makefile.am): Likewise.
34374         * modules/getusershell (Makefile.am): Likewise.
34375         * modules/glob (Makefile.am): Likewise.
34376         * modules/group-member (Makefile.am): Likewise.
34377         * modules/hard-locale (Makefile.am): Likewise.
34378         * modules/hash (Makefile.am): Likewise.
34379         * modules/hmac-md5 (Makefile.am): Likewise.
34380         * modules/hmac-sha1 (Makefile.am): Likewise.
34381         * modules/human (Makefile.am): Likewise.
34382         * modules/idcache (Makefile.am): Likewise.
34383         * modules/imaxabs (Makefile.am): Likewise.
34384         * modules/imaxdiv (Makefile.am): Likewise.
34385         * modules/inet_ntop (Makefile.am): Likewise.
34386         * modules/inet_pton (Makefile.am): Likewise.
34387         * modules/inttostr (Makefile.am): Likewise.
34388         * modules/isapipe (Makefile.am): Likewise.
34389         * modules/lchown (Makefile.am): Likewise.
34390         * modules/long-options (Makefile.am): Likewise.
34391         * modules/lstat (Makefile.am): Likewise.
34392         * modules/malloc (Makefile.am): Likewise.
34393         * modules/mathl (Makefile.am): Likewise.
34394         * modules/mbchar (Makefile.am): Likewise.
34395         * modules/md2 (Makefile.am): Likewise.
34396         * modules/md4 (Makefile.am): Likewise.
34397         * modules/md5 (Makefile.am): Likewise.
34398         * modules/memcasecmp (Makefile.am): Likewise.
34399         * modules/memchr (Makefile.am): Likewise.
34400         * modules/memcmp (Makefile.am): Likewise.
34401         * modules/memcoll (Makefile.am): Likewise.
34402         * modules/memcpy (Makefile.am): Likewise.
34403         * modules/memmem (Makefile.am): Likewise.
34404         * modules/memmove (Makefile.am): Likewise.
34405         * modules/mempcpy (Makefile.am): Likewise.
34406         * modules/memrchr (Makefile.am): Likewise.
34407         * modules/memset (Makefile.am): Likewise.
34408         * modules/memxor (Makefile.am): Likewise.
34409         * modules/mkancesdirs (Makefile.am): Likewise.
34410         * modules/mkdir (Makefile.am): Likewise.
34411         * modules/mkdir-p (Makefile.am): Likewise.
34412         * modules/mkdtemp (Makefile.am): Likewise.
34413         * modules/mkstemp (Makefile.am): Likewise.
34414         * modules/mktime (Makefile.am): Likewise.
34415         * modules/modechange (Makefile.am): Likewise.
34416         * modules/mountlist (Makefile.am): Likewise.
34417         * modules/nanosleep (Makefile.am): Likewise.
34418         * modules/openat (Makefile.am): Likewise.
34419         * modules/pagealign_alloc (Makefile.am): Likewise.
34420         * modules/physmem (Makefile.am): Likewise.
34421         * modules/poll (Makefile.am): Likewise.
34422         * modules/posixtm (Makefile.am): Likewise.
34423         * modules/posixver (Makefile.am): Likewise.
34424         * modules/putenv (Makefile.am): Likewise.
34425         * modules/quote (Makefile.am): Likewise.
34426         * modules/quotearg (Makefile.am): Likewise.
34427         * modules/raise (Makefile.am): Likewise.
34428         * modules/read-file (Makefile.am): Likewise.
34429         * modules/readline (Makefile.am): Likewise.
34430         * modules/readlink (Makefile.am): Likewise.
34431         * modules/readtokens (Makefile.am): Likewise.
34432         * modules/readutmp (Makefile.am): Likewise.
34433         * modules/realloc (Makefile.am): Likewise.
34434         * modules/regex (Makefile.am): Likewise.
34435         * modules/rename (Makefile.am): Likewise.
34436         * modules/rename-dest-slash (Makefile.am): Likewise.
34437         * modules/rijndael (Makefile.am): Likewise.
34438         * modules/rmdir (Makefile.am): Likewise.
34439         * modules/rpmatch (Makefile.am): Likewise.
34440         * modules/safe-read (Makefile.am): Likewise.
34441         * modules/safe-write (Makefile.am): Likewise.
34442         * modules/same (Makefile.am): Likewise.
34443         * modules/save-cwd (Makefile.am): Likewise.
34444         * modules/savedir (Makefile.am): Likewise.
34445         * modules/setenv (Makefile.am): Likewise.
34446         * modules/settime (Makefile.am): Likewise.
34447         * modules/sha1 (Makefile.am): Likewise.
34448         * modules/sig2str (Makefile.am): Likewise.
34449         * modules/snprintf (Makefile.am): Likewise.
34450         * modules/stdlib-safer (Makefile.am): Likewise.
34451         * modules/stpcpy (Makefile.am): Likewise.
34452         * modules/stpncpy (Makefile.am): Likewise.
34453         * modules/strcase (Makefile.am): Likewise.
34454         * modules/strcasestr (Makefile.am): Likewise.
34455         * modules/strchrnul (Makefile.am): Likewise.
34456         * modules/strcspn (Makefile.am): Likewise.
34457         * modules/strdup (Makefile.am): Likewise.
34458         * modules/strerror (Makefile.am): Likewise.
34459         * modules/strftime (Makefile.am): Likewise.
34460         * modules/strndup (Makefile.am): Likewise.
34461         * modules/strnlen (Makefile.am): Likewise.
34462         * modules/strpbrk (Makefile.am): Likewise.
34463         * modules/strsep (Makefile.am): Likewise.
34464         * modules/strstr (Makefile.am): Likewise.
34465         * modules/strtod (Makefile.am): Likewise.
34466         * modules/strtoimax (Makefile.am): Likewise.
34467         * modules/strtok_r (Makefile.am): Likewise.
34468         * modules/strtol (Makefile.am): Likewise.
34469         * modules/strtoll (Makefile.am): Likewise.
34470         * modules/strtoul (Makefile.am): Likewise.
34471         * modules/strtoull (Makefile.am): Likewise.
34472         * modules/strtoumax (Makefile.am): Likewise.
34473         * modules/strverscmp (Makefile.am): Likewise.
34474         * modules/time_r (Makefile.am): Likewise.
34475         * modules/timegm (Makefile.am): Likewise.
34476         * modules/tmpfile-safer (Makefile.am): Likewise.
34477         * modules/unistd-safer (Makefile.am): Likewise.
34478         * modules/unlinkdir (Makefile.am): Likewise.
34479         * modules/userspec (Makefile.am): Likewise.
34480         * modules/utime (Makefile.am): Likewise.
34481         * modules/utimecmp (Makefile.am): Likewise.
34482         * modules/utimens (Makefile.am): Likewise.
34483         * modules/vasnprintf (Makefile.am): Likewise.
34484         * modules/vasprintf (Makefile.am): Likewise.
34485         * modules/vsnprintf (Makefile.am): Likewise.
34486         * modules/xalloc (Makefile.am): Likewise.
34487         * modules/xgetcwd (Makefile.am): Likewise.
34488         * modules/xnanosleep (Makefile.am): Likewise.
34489         * modules/xreadlink (Makefile.am): Likewise.
34490         * modules/xstrtod (Makefile.am): Likewise.
34491         * modules/xstrtol (Makefile.am): Likewise.
34492         * modules/xstrtold (Makefile.am): Likewise.
34493         * modules/yesno (Makefile.am): Likewise.
34494
34495 2006-10-12  Jim Meyering  <jim@meyering.net>
34496
34497         * m4/getloadavg.m4: Revert the change below.
34498
34499         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
34500         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
34501         fail with a symlink, which is what coreutils' ./bootstrap now
34502         creates by default.
34503
34504 2006-10-12  Bruno Haible  <bruno@clisp.org>
34505
34506         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
34507         mingw.
34508         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
34509         MSVC and mingw explicitly.
34510
34511 2006-10-11  Simon Josefsson  <jas@extundo.com>
34512             Bruno Haible  <bruno@clisp.org>
34513
34514         Add support for multiple gnulib-tool invocations in the scope of a
34515         single configure.ac file.
34516         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
34517         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
34518         with the same contents as the _LIBADD variable.
34519         (func_emit_initmacro_start, func_emit_initmacro_end,
34520         func_emit_initmacro_done): New functions.
34521         (func_import, func_create_testdir): Invoke them. Allow the identifiers
34522         gl_LIBOBJS and gl_LTLIBOBJS.
34523
34524 2006-10-11  Bruno Haible  <bruno@clisp.org>
34525
34526         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
34527         (func_create_testdir): Don't create po/Makefile.am, don't invoke
34528         autoreconf. Instead, invoke autopoint explicitly but move back the
34529         *.m4 files from gnulib.
34530
34531 2006-10-11  Bruno Haible  <bruno@clisp.org>
34532
34533         * gnulib-tool (func_usage): Make module names after --create-testdir
34534         optional.
34535         (func_create_testdir): If no module was specified, use nearly all
34536         modules.
34537
34538 2006-10-12  Jim Meyering  <jim@meyering.net>
34539
34540         Big performance improvement for fts-based tools that use FTS_NOSTAT.
34541         Avoid spurious inode-mismatch problems on non-POSIX file systems.
34542         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
34543         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
34544         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
34545         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
34546         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
34547         (fts_set_stat_required): New function.
34548         (fts_open): Defer the calls to fts_stat, if possible or requested.
34549         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
34550         into fts_stat itself.
34551         (fts_read): Perform any required (deferred) fts_stat call.
34552         (fts_build): Likewise, for the directory we're about to open and read.
34553         In the readdir loop, carefully decide whether each entry will require
34554         an eventual call to fts_stat, using dirent.d_type info if available.
34555         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
34556         a command line argument into this function.  Update all callers.
34557         Map a return value of FTS_DOT to FTS_D for a command line argument.
34558         * modules/fts (Depends-on): Add d-type.  Alphabetize.
34559         Thanks to Miklos Szeredi for his tenacity and for the initial
34560         bug report about "find" failing on a FUSE-based file system.
34561
34562         * lib/fts.c (fts_open): Use consistent indentation.
34563
34564 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
34565
34566         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
34567         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
34568         reported by Jim Meyering.  All uses of cache variables renamed
34569         to match Autoconf's.
34570         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
34571         the other one.
34572
34573         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
34574         Fix misspelling in diagnostic.
34575
34576 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
34577
34578         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
34579         defined.  Problem reported by Matthew Woehlke.
34580
34581         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
34582         Add support for Tandem NonStop R series.
34583         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
34584         Use new macro.
34585
34586         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
34587         (has_trailing_slash): Omit size arg; all callers changed.
34588         Omit 'inline', since it doesn't help performance and we'd
34589         need to configure it.
34590         Don't count //, ///, etc. as having a trailing slash.
34591         As a side effect, this removes a C99ism reported by Matthew Woehlke.
34592         (rpl_rename_dest_slash): On failure, use rename's errno rather
34593         than (in some cases) an incorrect or junk errno.
34594         Simplify code by removing need to compute length; this does
34595         cause it to make two passes instead of one over the file name,
34596         but it's worth it.
34597
34598         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
34599         change, since Autoconf's version may no longer be appropriate now
34600         that we are using CVS Autoconf's version.  Add support for Tandem.
34601
34602 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
34603             Bruno Haible  <bruno@clisp.org>
34604
34605         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
34606         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
34607         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
34608         gl_AC_TYPE_LONG_LONG.
34609
34610         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
34611         instead of HAVE_LONG_LONG.
34612         * lib/printf-args.c (printf_fetchargs): Likewise.
34613         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
34614         * lib/vasnprintf.c (VASNPRINTF): Likewise.
34615         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
34616         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
34617         gl_AC_TYPE_LONG_LONG.
34618
34619 2006-10-11  Bruno Haible  <bruno@clisp.org>
34620
34621         * m4/longlong.m4: Add comments.
34622         * m4/ulonglong.m4: Likewise.
34623
34624 2006-10-10  Bruno Haible  <bruno@clisp.org>
34625
34626         Make it possible to #define stpcpy, strdup to aliases.
34627         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
34628         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
34629
34630 2006-10-10  Bruno Haible  <bruno@clisp.org>
34631
34632         Make it possible to #define gcd to an alias.
34633         * lib/gcd.c: Include config.h.
34634
34635 2006-10-10  Bruno Haible  <bruno@clisp.org>
34636
34637         Make it possible to #define c_isascii to an alias.
34638         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
34639         defined. Undefine the macros before defining them, to avoid gcc
34640         warnings.
34641         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
34642         define NO_C_CTYPE_MACROS early.
34643
34644 2006-10-10  Bruno Haible  <bruno@clisp.org>
34645
34646         Make it possible to #define set_program_name to an alias.
34647         * lib/progname.c: Don't undefine set_program_name; instead, undefine
34648         ENABLE_RELOCATABLE early.
34649
34650 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34651
34652         Port to Tandem NSK OSS, which has 64-bit signed int but at most
34653         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
34654         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
34655         More generally, don't assume that 64-bit signed int is available
34656         if unsigned int is, and vice versa.
34657         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
34658         unsigned symbols, not on their signed counterparts.
34659         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
34660         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
34661         (UINT64_C, UINTMAX_C):
34662         Likewise.
34663         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
34664         unsigned counterparts.
34665         (Have_long_long, Unsigned): New macros.
34666         (Int): Renamed from INT.
34667         (strtoimax): Use the new macros.
34668         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
34669         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
34670         * modules/inttypes (inttypes.h): Substitute
34671         HAVE_UNSIGNED_LONG_LONG_INT.
34672         * modules/stdint (stdint.h): Likewise.
34673         (Files): Add m4/ulonglong.m4.
34674
34675 2006-10-10  Bruno Haible  <bruno@clisp.org>
34676
34677         Fix a gcc -Wshadow warning.
34678         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
34679         to 'bucket'.
34680         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
34681         gl_linked_indexof_from_to): Likewise.
34682         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
34683         Likewise.
34684         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
34685         Likewise.
34686         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
34687         Reported by Eric Blake.
34688
34689 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
34690
34691         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
34692         for NetBSD.  Problem reported by Bruno Haible.
34693
34694 2006-10-09  Jim Meyering  <jim@meyering.net>
34695
34696         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
34697         Patch from Bruno Haible.
34698
34699 2006-10-09  Jim Meyering  <jim@meyering.net>
34700
34701         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
34702         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
34703         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
34704
34705 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
34706
34707         Don't include <config.h> twice; this doesn't work in some cases,
34708         e.g., when config.h has "#define intmax_t long long int" and
34709         we include <config.h>, <inttypes.h>, <config.h> in that order.
34710         Problem reported by Matthew Woehlke in:
34711         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
34712         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
34713         * lib/fts-cycle.c: Don't include config.h.
34714         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
34715         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
34716         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
34717         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
34718         inttypes.h.
34719         * lib/xstrtoumax.c: Likewise.
34720         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
34721         __strtol and the like, so that this module is more like its siblings.
34722         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
34723         Remove; no longer needed now that we assume gnulib inttypes.h.
34724
34725 2006-10-08  Bruno Haible  <bruno@clisp.org>
34726
34727         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
34728         option.
34729
34730 2006-10-07  Jim Meyering  <jim@meyering.net>
34731
34732         * modules/inttypes (inttypes.h): Revert what seems to have been
34733         an inadvertent part of today's change: use "|", not "/" in the
34734         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
34735
34736 2006-10-07  Bruno Haible  <bruno@clisp.org>
34737
34738         * modules/sublist: New file.
34739
34740 2006-10-07  Bruno Haible  <bruno@clisp.org>
34741
34742         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
34743         * modules/argz (argz.h): Likewise.
34744         * modules/arpa_inet (arpa/inet.h): Likewise.
34745         * modules/byteswap (byteswap.h): Likewise.
34746         * modules/configmake (configmake.h): Likewise.
34747         * modules/fcntl (fcntl.h): Likewise.
34748         * modules/fnmatch (fnmatch.h): Likewise.
34749         * modules/getopt (getopt.h): Likewise.
34750         * modules/glob (glob.h): Likewise.
34751         * modules/inttypes (inttypes.h): Likewise.
34752         * modules/netinet_in (netinet/in.h): Likewise.
34753         * modules/poll (poll.h): Likewise.
34754         * modules/stdbool (stdbool.h): Likewise.
34755         * modules/stdint (stdint.h): Likewise.
34756         * modules/sys_select (sys/select.h): Likewise.
34757         * modules/sys_socket (sys/socket.h): Likewise.
34758         * modules/sys_stat (sys/stat.h): Likewise.
34759         * modules/sysexits (sysexits.h): Likewise.
34760         * modules/unistd (unistd.h): Likewise.
34761         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34762         Add a "DO NOT EDIT" comment to the generated file.
34763         (func_import): Likewise for gnulib-comp.m4.
34764
34765 2006-10-07  Bruno Haible  <bruno@clisp.org>
34766
34767         * lib/gl_sublist.h: New file.
34768         * lib/gl_sublist.c: New file.
34769
34770 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34771
34772         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
34773         name (relative to the original working directory) and the file
34774         name component (relative to the temporary working directory).  All
34775         callers changed.
34776         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
34777         * lib/mkdir-p.c (make_dir_parents): Likewise.
34778         * lib/mkdir-p.h (make_dir_parents): Likewise.
34779
34780 2006-10-06  Eric Blake  <ebb9@byu.net>
34781
34782         Define several macros for use by the clean-temp module.
34783         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
34784         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
34785         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
34786
34787         * lib/clean-temp.h (close_stream_temp): New declaration.
34788         * lib/clean-temp.c (includes): Pull in headers according to what
34789         other modules are in use.
34790         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
34791
34792 2006-10-06  Bruno Haible  <bruno@clisp.org>
34793
34794         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
34795         instead of fopen, fwriteerror.
34796
34797 2006-10-06  Bruno Haible  <bruno@clisp.org>
34798
34799         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
34800         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
34801         int.
34802         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
34803         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
34804         Return an error indicator.
34805         Suggested by Eric Blake.
34806
34807 2006-10-06  Bruno Haible  <bruno@clisp.org>
34808
34809         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
34810         Reported by Eric Blake.
34811
34812 2006-10-06  Bruno Haible  <bruno@clisp.org>
34813
34814         * modules/closeout (Description): Mention stderr too.
34815
34816 2006-10-06  Bruno Haible  <bruno@clisp.org>
34817         and Paul Eggert  <eggert@cs.ucla.edu>
34818
34819         * lib/closeout.c (close_stdout): Also close stderr.
34820         * lib/closeout.h: Update comment.
34821
34822 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
34823
34824         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
34825         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
34826         * lib/dirchownmod.c: Include lchown.h.
34827         * lib/lchown.c: Don't include files that lchown.h now includes.
34828         Don't declare chown, since lchown.h now does that.
34829         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
34830         (lchown): Define to rpl_chown if lchown is declared but
34831         does not exist.  Declare using a prototype if lchown is not
34832         declared.  Add a copyright notice.
34833         * lib/mkstemp.h: Include <unistd.h>.
34834         * lib/openat.c: Include lchown.h.
34835
34836         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
34837         we now test for that separately.
34838         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
34839         rather than O_NOFOLLOW, when testing whether it's possible to
34840         avoid a race condition reliably.
34841         * lib/savewd.c (savewd_chdir): Likewise.
34842
34843         Remove macros that are no longer needed now that stdint.h is
34844         reliable.
34845         * lib/fsusage.c (UINTMAX_MAX): Remove.
34846         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
34847         * lib/utimecmp.c (SIZE_MAX): Remove.
34848
34849         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
34850
34851         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
34852         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
34853         O_NOATIME works.
34854
34855 2006-10-05  Bruno Haible  <bruno@clisp.org>
34856
34857         * lib/gl_list.h (gl_sortedlist_search_from_to,
34858         gl_sortedlist_indexof_from_to): New declarations.
34859         (gl_list_implementation): New fields sortedlist_search_from_to,
34860         sortedlist_indexof_from_to.
34861         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
34862         inline functions.
34863         * lib/gl_list.c (gl_sortedlist_search_from_to,
34864         gl_sortedlist_indexof_from_to): New functions.
34865         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
34866         function.
34867         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
34868         (gl_array_sortedlist_search_from_to): New function.
34869         (gl_array_list_implementation): Update.
34870         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
34871         function.
34872         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
34873         (gl_carray_sortedlist_search_from_to): New function.
34874         (gl_carray_list_implementation): Update.
34875         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
34876         gl_linked_sortedlist_indexof_from_to): New functions.
34877         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
34878         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
34879         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
34880         gl_tree_sortedlist_indexof_from_to): New functions.
34881         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
34882         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
34883         Update.
34884         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
34885         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
34886         Update.
34887
34888 2006-10-05  Bruno Haible  <bruno@clisp.org>
34889
34890         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
34891         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
34892         (struct gl_list_implementation): Add fields search_from_to,
34893         indexof_from_to. Remove fields search, indexof.
34894         (gl_list_search): Use the search_from_to method.
34895         (gl_list_search_from, gl_list_search_from_to): New functions.
34896         (gl_list_indexof): Use the indexof_from_to method.
34897         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
34898         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
34899         (gl_list_search_from, gl_list_search_from_to): New functions.
34900         (gl_list_indexof): Use the indexof_from_to method.
34901         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
34902         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
34903         gl_array_indexof. Add start_index, end_index arguments.
34904         (gl_array_search_from_to): Renamed from gl_array_search. Add
34905         start_index, end_index arguments.
34906         (gl_array_remove, gl_array_list_implementation): Update.
34907         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
34908         gl_carray_indexof. Add start_index, end_index arguments.
34909         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
34910         start_index, end_index arguments.
34911         (gl_carray_remove, gl_carray_list_implementation): Update.
34912         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
34913         gl_linked_search. Add start_index, end_index arguments.
34914         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
34915         start_index, end_index arguments.
34916         (gl_linked_remove): Update.
34917         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
34918         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
34919         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
34920         field to 'size_t'.
34921         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
34922         gl_tree_search. Add start_index, end_index arguments.
34923         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
34924         start_index, end_index arguments.
34925         (gl_tree_remove): Update.
34926         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
34927         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
34928         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
34929         function.
34930         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
34931         gl_tree_search. Add start_index, end_index arguments.
34932         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
34933         start_index, end_index arguments.
34934         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
34935         Update.
34936         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
34937
34938 2006-10-05  Bruno Haible  <bruno@clisp.org>
34939
34940         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
34941
34942         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
34943         fwriteerror_temp): New declarations.
34944         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
34945         (descriptors): New variable.
34946         (cleanup): First, close the descriptors.
34947         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
34948         fclose_temp, fwriteerror_temp): New functions.
34949
34950 2006-10-04  Jim Meyering  <jim@meyering.net>
34951
34952         * lib/fts.c (fts_open): Tiny comment change.
34953
34954 2006-10-04  Bruno Haible  <bruno@clisp.org>
34955
34956         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
34957         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
34958         gl_LOCK_BODY.
34959         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
34960         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
34961         gl_LOCK_EARLY_BODY.
34962         (gl_LOCK): Require gl_LOCK_BODY.
34963
34964 2006-10-04  Bruno Haible  <bruno@clisp.org>
34965
34966         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
34967         (gl_oset_search_atleast): New declaration.
34968         (struct gl_oset_implementation): Add field 'search_atleast'.
34969         (gl_oset_search_atleast): New inline function.
34970         * lib/gl_oset.c (gl_oset_search_atleast): New function.
34971         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
34972         (gl_array_oset_implementation): Update.
34973         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
34974         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
34975         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
34976
34977 2006-10-04  Bruno Haible  <bruno@clisp.org>
34978
34979         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
34980
34981 2006-10-03  Bruno Haible  <bruno@clisp.org>
34982
34983         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
34984         from gl_avltreehash_list_implementation.
34985
34986 2006-10-03  Bruno Haible  <bruno@clisp.org>
34987
34988         * lib/gl_oset.c (gl_oset_add): Fix return type.
34989
34990 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
34991
34992         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
34993
34994 2006-10-02  Eric Blake  <ebb9@byu.net>
34995
34996         * modules/strnlen (Depends-on): Add extensions.
34997
34998 2006-10-02  Eric Blake  <ebb9@byu.net>
34999
35000         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
35001         definition in 2.60+.
35002
35003 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
35004
35005         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
35006         checks.
35007
35008 2006-10-02  Bruno Haible  <bruno@clisp.org>
35009
35010         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
35011         to the AUTOMAKE_OPTIONS.
35012         Reported by Jim Meyering.
35013
35014 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
35015
35016         Work around bug in Solaris 10 /proc file system:
35017         /proc/self/fd/NNN/.. isn't the parent directory of
35018         the directory whose file descriptor is NNN.  This needs to
35019         be worked around at run time, not compile time, since a
35020         program might be built on Solaris 8, where things work, and
35021         run on Solaris 10.
35022         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
35023         to use the following interface instead:
35024         (OPENAT_BUFFER_SIZE): New macro.
35025         (openat_proc_name): New function.
35026         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
35027         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
35028         Likewise.
35029         * lib/openat-proc.c: New file.
35030         * modules/openat (Files): Add lib/openat-proc.c.
35031         (Depends-on): Add same-inode, stdbool.
35032         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
35033
35034 2006-09-29  Bruno Haible  <bruno@clisp.org>
35035
35036         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
35037         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
35038         argument. Set stdout_closed before testing for ferror, not after.
35039         (fwriteerror, fwriteerror_no_ebadf): New functions.
35040
35041 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35042
35043         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
35044
35045 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
35046
35047         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
35048         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
35049
35050 2006-09-28  Jim Meyering  <jim@meyering.net>
35051
35052         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
35053         Include <unistd.h>.
35054
35055 2006-09-28  Bruno Haible  <bruno@clisp.org>
35056
35057         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
35058         * modules/linkedhash-list (Depends-on): Likewise.
35059         * modules/rbtreehash-list (Depends-on): Likewise.
35060
35061 2006-09-28  Bruno Haible  <bruno@clisp.org>
35062
35063         * lib/strndup.h: Simplify the redefinition of strndup.
35064         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
35065         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
35066
35067 2006-09-28  Bruno Haible  <bruno@clisp.org>
35068
35069         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
35070         * lib/gl_linkedhash_list.c: Likewise.
35071         * lib/gl_rbtreehash_list.c: Likewise.
35072
35073 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
35074
35075         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
35076         getaddrinfo.
35077
35078         * lib/__fpending.h: Don't include <stdio_ext.h> unless
35079         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
35080         it causes <stdio_ext.h> to cause a compile-time error.
35081         Problem reported by Nelson H. F. Beebe.
35082         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
35083         of HAVE_DECL___PENDING.
35084
35085         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
35086         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
35087         declaration.
35088
35089 2006-09-27  Jim Meyering  <jim@meyering.net>
35090
35091         This file could end up with a definition for a function
35092         named __strndup, rather than rpl_strndup on a system with
35093         incomplete weak_alias support.
35094         * lib/strndup.c (strndup): Rename from __strndup.
35095         Remove #defines that used to map __strndup to strndup.
35096         Don't use K&R prototypes.
35097         Remove LIBC-related code, since this file is not sync'd with glibc.
35098         * lib/strndup.h: Revamp, accordingly.
35099         * m4/strndup.m4: Modernize.
35100
35101 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
35102
35103         * modules/savewd (Depends-on): Add 'raise'.
35104         * lib/savewd.c: Include <signal.h>, for 'raise'.
35105
35106 2006-09-26  Jim Meyering  <jim@meyering.net>
35107
35108         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
35109         when we detect Darwin 8.7.0's acl_get_file bug.
35110         Rearrange to perform the new (below) run-test while $LIBS
35111         contains any acl-related library.  Set USE_ACL at the end.
35112         (gl_ACL_GET_FILE): New function.
35113
35114 2006-09-26  Eric Blake  <ebb9@byu.net>
35115
35116         * lib/verror.c: Include <config.h> unconditionally.
35117
35118 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
35119
35120         * modules/clock-time (Maintainer): Add self.
35121         * modules/getlogin_r (Depends-on): Add extensions.
35122
35123 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35124
35125         * modules/clock-time: New module.
35126         * modules/nanosleep (Depends-on): Add clock-time.
35127         * modules/gethrxtime (Depends-on): Likewise.
35128         * modules/gettime (Depends-on): Likewise.
35129         * modules/settime (Depends-on): Likewise.
35130
35131         * modules/fts-lgpl: Depend on openat.
35132         * modules/mkancesdirs: Depend on savewd.
35133         * modules/mkdir-p: Likewise.
35134
35135 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35136
35137         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
35138
35139         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
35140         `gl_have_arbitrary_file_name_length_limit' to
35141         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
35142         actually works between configure runs.
35143
35144 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35145             Bruno Haible  <bruno@clisp.org>
35146
35147         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
35148
35149 2006-09-25  Jim Meyering  <jim@meyering.net>
35150
35151         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
35152         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
35153
35154 2006-09-25  Eric Blake  <ebb9@byu.net>
35155
35156         * gnulib-tool (func_import, func_create_testdir): Fix typos in
35157         exec's in 2006-09-18 patch when shuffling fds.
35158
35159 2006-09-25  Bruno Haible  <bruno@clisp.org>
35160
35161         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
35162         Reported by Jim Meyering.
35163
35164 2006-09-24  Jim Meyering  <jim@meyering.net>
35165
35166         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
35167         compare a pointer against a literal "0".  That caused failures with
35168         at least HP-UX's hpcc.
35169
35170 2006-09-22  Simon Josefsson  <jas@extundo.com>
35171
35172         * modules/gc-sha1:
35173         * modules/gc-md4:
35174         * modules/gc-hmac-sha1:
35175         * modules/gc-hmac-md5:
35176         * modules/gc-des:
35177         * modules/gc-arcfour: Distribute more files.
35178
35179 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35180
35181         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
35182         (gl_linked_iterator_from_to): Initialize struct completely.
35183         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
35184         (gl_tree_iterator_from_to): Likewise
35185         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
35186         * lib/gl_array_list.c [lint] (gl_array_iterator)
35187         (gl_array_iterator_from_to): Likewise.
35188         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
35189         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
35190         (gl_carray_iterator_from_to): Likewise.
35191
35192         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
35193         * lib/md4.c (md4_process_block): Remove unused variable.
35194         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
35195         parentheses for clarity.
35196
35197 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35198
35199         * modules/bison-i18n (Depends-on): Add gettext.
35200
35201 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35202
35203         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
35204         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
35205         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
35206         also add missing comma that caused broken test.
35207         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
35208         stdlib.h, for `abort'.
35209         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
35210         variables.
35211         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
35212         include unistd.h if present, for `rmdir'.
35213         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
35214         variables.
35215         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
35216         in the process include standard headers for prototypes.
35217         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
35218         gets declared on GNU/Linux.
35219         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
35220         unistd.h, for `rmdir'.
35221         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
35222
35223         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
35224         always true.
35225         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
35226
35227         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
35228
35229 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35230
35231         * gnulib-tool (func_version): Create output all at once.  This
35232         may help avoid triggering unnecessary SIGPIPEs, and at any
35233         rate it doesn't hurt.
35234
35235 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35236             Bruno Haible  <bruno@clisp.org>
35237
35238         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
35239         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
35240         * m4/signed.m4 (bh_C_SIGNED): Likewise.
35241
35242         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
35243         (gl_FUNC_VASPRINTF): Invoke it.
35244
35245 2006-09-22  Bruno Haible  <bruno@clisp.org>
35246
35247         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
35248         getloadavg.c as first argument.
35249
35250 2006-09-22  Bruno Haible  <bruno@clisp.org>
35251
35252         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
35253         at the beginning of the gl_INIT macro.
35254         * modules/getloadavg (configure.ac): Pass $gl_source_base to
35255         gl_GETLOADAVG.
35256
35257 2006-09-22  Bruno Haible  <bruno@clisp.org>
35258
35259         * gnulib-tool (func_create_megatestdir): Don't include the config-h
35260         module.
35261         Suggested by Ralf Wildenhues.
35262
35263 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35264
35265         Import this patch from libc:
35266
35267         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
35268
35269         * lib/regex_internal.c (re_string_reconstruct): Handle
35270         offset < pstr->valid_raw_len && pstr->offsets_needed case.
35271         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
35272         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
35273         re_string_context_at.
35274
35275         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
35276         now requires it.
35277         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
35278         gl_REGEX now does it for us.
35279         (gl_REGEX): Add test taken from
35280         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
35281
35282         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
35283         Check that large offsets work.  Modernize Autoconf usages.
35284         Prefer "yes" to mean a good thing rather than a bad.
35285         Don't put "#define mkstemp" in config.h, as this might interfere
35286         with standard system headers that "#define mkstemp mkstemp64".
35287
35288         * modules/mkstemp (Depends-on): Add extensions, so that
35289         mkstemp is visible on some platforms.
35290         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
35291         (Include): Change to "mkstemp.h" from <stdlib.h>.
35292         (Files): Add mkstemp.h.
35293
35294         * lib/mkstemp.h: New file, since some standard headers
35295         #define mkstemp.
35296         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
35297         Include "mkstemp.h".
35298         Make the _LIBC code resemble glibc original more,
35299         e.g., use K&R style.
35300         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
35301         (mkstemp): Remove, since mkstemp.h does this for us.
35302         * lib/stdlib--.h: Include mkstemp.h.
35303
35304         Import this patch from libc:
35305
35306         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
35307
35308         * lib/tempname.c (__gen_tempname): Change attempts_min
35309         into a macro.  Use preprocessor to decide how to initialize
35310         attempts [Coverity CID 67].
35311
35312 2006-09-20  Bruno Haible  <bruno@clisp.org>
35313
35314         * lib/mkdtemp.c: Import from libc.
35315         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
35316                 * sysdeps/posix/tempname.c (__gen_tempname): Change
35317                 attempts_min into a macro.  Use preprocessor to decide how to
35318                 initialize attempts [Coverity CID 67].
35319         2001-11-27  Paul Eggert  <eggert@twinsun.com>
35320                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
35321                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
35322
35323 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35324
35325         * gnulib-tool (func_exit): New function, to allow to pass the
35326         exit status portably through the trap.  Use everywhere.
35327         (--help, --version): Signal a write error.
35328         (trap): catch SIGPIPE, for write errors.
35329         Exit at the end of the trap, with the correct exit status.
35330
35331 2006-09-19  Karl Berry  <karl@gnu.org>
35332
35333         * doc/gnulib.texi: note about the license texinfo files.
35334
35335 2006-09-19  Eric Blake  <ebb9@byu.net>
35336
35337         * gnulib-tool: Avoid space-tab.
35338
35339 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
35340
35341         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
35342         that prevented coreutils 6.1 from building.  Problem reported
35343         by Petter Reinholdtsen.
35344
35345 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
35346
35347         * gnulib-tool (avoidlist): Fix typo that broke options like
35348         --avoid=lock that are used by coreutils bootstrap.
35349
35350 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
35351
35352         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
35353         more systematically.
35354
35355 2006-09-18  Jim Meyering  <jim@meyering.net>
35356
35357         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
35358
35359 2006-09-18  Bruno Haible  <bruno@clisp.org>
35360
35361         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
35362
35363 2006-09-18  Bruno Haible  <bruno@clisp.org>
35364
35365         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
35366         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
35367         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
35368         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
35369         * m4/gettext.m4: Require autoconf >= 2.52.
35370         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
35371         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
35372         of gl_cv_header_inttypes_h.
35373
35374 2006-09-18  Bruno Haible  <bruno@clisp.org>
35375
35376         * lib/javaversion.c: Include configmake.h.
35377
35378 2006-09-18  Bruno Haible  <bruno@clisp.org>
35379
35380         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
35381         avoid that the while loops be executed in a subshell.
35382
35383 2006-09-18  Bruno Haible  <bruno@clisp.org>
35384
35385         * MODULES.html.sh (func_module): Break long lines.
35386         Suggested by Bruce Korb <bkorb@gnu.org>.
35387
35388 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35389
35390         Speed up by a factor of 1.12.
35391         * gnulib-tool (nl): New variable.
35392         (func_import): Rewrite include directive extraction to only read each
35393         directive once.
35394
35395 2006-09-17  Bruno Haible  <bruno@clisp.org>
35396
35397         * modules/javaversion (Makefile.am): Remove DEFS setting.
35398         (Depends-on): Add configmake, for PKGDATADIR definition.
35399
35400 2006-09-17  Bruno Haible  <bruno@clisp.org>
35401
35402         * gnulib-tool (func_create_testdir): Rewrite all files at once.
35403
35404 2006-09-17  Bruno Haible  <bruno@clisp.org>
35405
35406         * gnulib-tool (func_append): New function, stolen from libtool.m4.
35407         (func_modules_transitive_closure, func_modules_add_dummy,
35408         func_modules_to_filelist, func_import, func_create_testdir,
35409         func_create_megatestdir, ...): Use it wherever possible.
35410         Suggested by Ralf Wildenhues.
35411
35412 2006-09-16  Karl Berry  <karl@gnu.org>
35413
35414         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
35415         to avoid sectioning errors.
35416         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
35417         [ifinfo]: blank line after @center-ed titles.
35418         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
35419         Spell FSF address consistently with others.
35420         (These changes approved by rms.)
35421
35422 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35423
35424         Speed up by a factor of 1.61.
35425         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
35426         already checked module names again.
35427
35428 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35429
35430         Speed up by a factor of 1.13.
35431         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
35432         for new_files, and the input to func_add_or_update.
35433
35434 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35435
35436         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
35437         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
35438
35439 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
35440
35441         * modules/mkancesdirs (Depends-on): Add fcntl.
35442         * modules/savewd: New file.
35443         * MODULES.html.sh (File system functions): Add savewd.
35444
35445         * modules/configmake (Makefile.am): Add support for the
35446         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
35447
35448 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
35449
35450         * m4/savewd.m4: New file.
35451
35452 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
35453
35454         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
35455         (dirchownmod): New arg FD.  All callers changed.
35456         Use FD rather than opening the directory ourself, as opening is
35457         now the caller's responsibility.
35458         * lib/dirchownmod.h: Likewise.
35459         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
35460         hosts that require <sys/types.h> before <sys/stat.h>.  Include
35461         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
35462         (test_dir): Remove.
35463         (mkancesdirs): Return length of prefix of FILE that has already
35464         been made, or -2 if there is a child doing the work.  Redo
35465         algorithm so that it is O(N) rather than O(N**2).  Optimize away
35466         ".", and treat ".." specially since it might stray back into
35467         already-created areas.  Use a subprocess if necessary.  New arg
35468         WD; all users changed.  MAKE_DIR function should now return 1
35469         if it creates a directory that is not readable.  Return -2 if
35470         a child process is spun off.
35471         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
35472         Adjust signature to match code.
35473         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
35474         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
35475         all users changed.
35476         * lib/savewd.c, lib/savewd.h: New files.
35477
35478 2006-09-15  Jim Meyering  <jim@meyering.net>
35479
35480         * modules/rename-dest-slash: New module.
35481         * MODULES.html.sh (posix_compat): Add it here.
35482
35483         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
35484
35485 2006-09-15  Jim Meyering  <jim@meyering.net>
35486
35487         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
35488         file.
35489
35490         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
35491
35492 2006-09-15  Jim Meyering  <jim@meyering.net>
35493
35494         * lib/rename-dest-slash.c (has_trailing_slash): Use
35495         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
35496         (rpl_rename_dest_slash): Perform the cheaper trailing slash
35497         test before testing whether SRC is a directory.
35498         Suggestions from Bruno Haible.
35499
35500         Avoid a warning about an unused variable.
35501         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
35502         into the #ifdef block where it's used.
35503
35504         * lib/rename-dest-slash.c: New file.
35505
35506 2006-09-14  Bruno Haible  <bruno@clisp.org>
35507
35508         * lib/allocsa.c: Include <config.h> unconditionally.
35509         * lib/asnprintf.c: Likewise.
35510         * lib/asprintf.c: Likewise.
35511         * lib/c-strcasecmp.c: Likewise.
35512         * lib/c-strcasestr.c: Likewise.
35513         * lib/c-strncasecmp.c: Likewise.
35514         * lib/c-strstr.c: Likewise.
35515         * lib/classpath.c: Likewise.
35516         * lib/clean-temp.c: Likewise.
35517         * lib/concatpath.c: Likewise.
35518         * lib/copy-file.c: Likewise.
35519         * lib/csharpcomp.c: Likewise.
35520         * lib/csharpexec.c: Likewise.
35521         * lib/execute.c: Likewise.
35522         * lib/fatal-signal.c: Likewise.
35523         * lib/findprog.c: Likewise.
35524         * lib/fwriteerror.c: Likewise.
35525         * lib/gl_array_list.c: Likewise.
35526         * lib/gl_array_oset.c: Likewise.
35527         * lib/gl_avltree_list.c: Likewise.
35528         * lib/gl_avltree_oset.c: Likewise.
35529         * lib/gl_avltreehash_list.c: Likewise.
35530         * lib/gl_carray_list.c: Likewise.
35531         * lib/gl_linked_list.c: Likewise.
35532         * lib/gl_linkedhash_list.c: Likewise.
35533         * lib/gl_list.c: Likewise.
35534         * lib/gl_oset.c: Likewise.
35535         * lib/gl_rbtree_list.c: Likewise.
35536         * lib/gl_rbtree_oset.c: Likewise.
35537         * lib/gl_rbtreehash_list.c: Likewise.
35538         * lib/imaxabs.c: Likewise.
35539         * lib/imaxdiv.c: Likewise.
35540         * lib/javacomp.c: Likewise.
35541         * lib/javaexec.c: Likewise.
35542         * lib/javaversion.c: Likewise.
35543         * lib/linebreak.c: Likewise.
35544         * lib/localcharset.c: Likewise.
35545         * lib/lock.c: Likewise.
35546         * lib/mbchar.c: Likewise.
35547         * lib/mbswidth.c: Likewise.
35548         * lib/mkdtemp.c: Likewise.
35549         * lib/pipe.c: Likewise.
35550         * lib/printf-args.c: Likewise.
35551         * lib/printf-parse.c: Likewise.
35552         * lib/progname.c: Likewise.
35553         * lib/progreloc.c: Likewise.
35554         * lib/readlink.c: Likewise.
35555         * lib/sh-quote.c: Likewise.
35556         * lib/stpcpy.c: Likewise.
35557         * lib/stpncpy.c: Likewise.
35558         * lib/strcasecmp.c: Likewise.
35559         * lib/strcasestr.c: Likewise.
35560         * lib/strcspn.c: Likewise.
35561         * lib/striconv.c: Likewise.
35562         * lib/strncasecmp.c: Likewise.
35563         * lib/strnlen1.c: Likewise.
35564         * lib/strstr.c: Likewise.
35565         * lib/strtok_r.c: Likewise.
35566         * lib/tls.c: Likewise.
35567         * lib/tmpdir.c: Likewise.
35568         * lib/unicodeio.c: Likewise.
35569         * lib/unsetenv.c: Likewise.
35570         * lib/vasnprintf.c: Likewise.
35571         * lib/vasprintf.c: Likewise.
35572         * lib/wait-process.c: Likewise.
35573         * lib/xallocsa.c: Likewise.
35574         * lib/xsetenv.c: Likewise.
35575         * lib/xstriconv.c: Likewise.
35576
35577 2006-09-13  Simon Josefsson  <jas@extundo.com>
35578
35579         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
35580         that internally, suggested by Ralf Wildenhues
35581         <Ralf.Wildenhues@gmx.de>.
35582
35583 2006-09-13  Simon Josefsson  <jas@extundo.com>
35584
35585         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
35586         @LIBOBJS@.
35587         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35588
35589 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35590
35591         * lib/_fpending.c: Include <config.h> unconditionally, since we no
35592         longer worry about uses that don't define HAVE_CONFIG_H.
35593         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
35594         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
35595         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
35596         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
35597         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
35598         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
35599         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
35600         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
35601         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
35602         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
35603         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
35604         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
35605         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
35606         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
35607         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
35608         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
35609         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
35610         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
35611         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
35612         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
35613         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
35614         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
35615         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
35616         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
35617         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
35618         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
35619         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
35620         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
35621         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
35622         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
35623         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
35624         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
35625         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
35626         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
35627         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
35628         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
35629         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
35630         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
35631         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
35632         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
35633         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
35634         Likewise.
35635
35636 2006-09-13  Eric Blake  <ebb9@byu.net>
35637
35638         * lib/getopt.c: Fix typo in last commit.
35639
35640 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35641
35642         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
35643         dgettext.
35644
35645 2006-09-12  Jim Meyering  <jim@meyering.net>
35646
35647         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
35648         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
35649         Reported by Nelson H. F. Beebe.
35650
35651 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
35652
35653         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
35654         program_invocation_name and program_invocation_short_name are
35655         initialized.
35656         * lib/argp-namefrob.h: Move declarations of program_invocation_name
35657         and program_invocation_short_name to argp.h, so they are visible
35658         to user programs.
35659         * lib/argp.h: Likewise
35660
35661 2006-09-10  Bruno Haible  <bruno@clisp.org>
35662
35663         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
35664         m4/inttypes_h.m4, m4/uintmax_t.m4.
35665
35666 2006-09-10  Bruno Haible  <bruno@clisp.org>
35667
35668         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
35669         gl_AC_TYPE_UINTMAX_T.
35670
35671 2006-09-10  Bruno Haible  <bruno@clisp.org>
35672
35673         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
35674
35675 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
35676
35677         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
35678         convention.  Text proposed by Bruno Haible.
35679         (struct argp_option): Document the use of N_() wrappers.
35680
35681         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
35682         '\v', and translate the two parts separately, instead of feeding
35683         the whole string to gettext.  This allows to exclude
35684         '\v' from the strings visible to the translator by writing doc
35685         strings as N_("..") "\v" N_("..").
35686
35687 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
35688
35689         * config/srclist.txt: Undo latest change; the bug was fixed.
35690
35691 2006-09-09  Bruno Haible  <bruno@clisp.org>
35692
35693         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
35694         assignments if building a library without libtool.
35695         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
35696         in func_emit_lib_Makefile_am.
35697         (func_import): When building a static library libfoo.a, arrange to
35698         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
35699         (func_create_testdir): Likewise.
35700         * modules/gc (configure.ac, Makefile.am): If building statically,
35701         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
35702         * modules/iconvme (configure.ac, Makefile.am): Likewise.
35703         * modules/striconv (configure.ac, Makefile.am): Likewise.
35704         Based on a suggestion by Ralf Wildenhues.
35705
35706 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35707
35708         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
35709         Check for unistd.h too, since Autoconf doesn't assume POSIX.
35710         Also:
35711
35712         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35713         Add year_2050_test to catch glibc bug 2821
35714         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
35715
35716         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35717         Prefer #ifdef to #if.
35718
35719         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
35720         Return from 'main' instead of calling 'exit'.
35721
35722 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35723
35724         * lib/mktime.c (guess_time_tm): Fix bug where mktime
35725         returned the maximum time_t value rather than (time_t) -1.
35726         Problem originally reported by William Bardwell
35727         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
35728
35729         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
35730         Moved to here ...
35731         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
35732         ... from here.
35733
35734 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35735
35736         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
35737         2821 is fixed.
35738
35739 2006-09-08  Jim Meyering  <jim@meyering.net>
35740
35741         Don't make generated files read-only.  That would bother too many
35742         people.  However, do retain the ability to work when targets are
35743         read-only: remove the destination and temporary files before writing
35744         them (when generated via sed or echo), or by using the -f option for
35745         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
35746         * modules/alloca-opt, modules/argz, modules/arpa_inet:
35747         * modules/byteswap, modules/configmake, modules/fcntl:
35748         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
35749         * modules/localcharset, modules/netinet_in, modules/poll:
35750         * modules/stdbool, modules/stdint, modules/sys_select:
35751         * modules/sys_socket, modules/sys_stat, modules/sysexits:
35752
35753 2006-09-08  Jim Meyering  <jim@meyering.net>
35754
35755         Avoid new build failure on FreeBSD 6.0.
35756         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
35757         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
35758         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
35759
35760 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35761
35762         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
35763
35764 2006-09-07  Jim Meyering  <jim@meyering.net>
35765
35766         Fix global typo in last change: use chmod u-w, not chmod u-x.
35767         Spotted by Paul Eggert and Bruce Korb.
35768         * modules/alloca-opt, modules/argz, modules/arpa_inet:
35769         * modules/byteswap, modules/configmake, modules/fcntl:
35770         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
35771         * modules/localcharset, modules/netinet_in, modules/poll:
35772         * modules/stdbool, modules/stdint, modules/sys_select:
35773         * modules/sys_socket, modules/sys_stat, modules/sysexits:
35774
35775 2006-09-06  Jim Meyering  <jim@meyering.net>
35776
35777         Make generated files be read-only.
35778         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
35779         Ensure that each generated file is now read-only.
35780         * modules/argz: Likewise.
35781         * modules/arpa_inet: Likewise.
35782         * modules/byteswap: Likewise.
35783         * modules/configmake: Likewise.
35784         * modules/fcntl: Likewise.
35785         * modules/fnmatch: Likewise.
35786         * modules/getopt: Likewise.
35787         * modules/glob: Likewise.
35788         * modules/inttypes: Likewise.
35789         * modules/netinet_in: Likewise.
35790         * modules/poll: Likewise.
35791         * modules/stdbool: Likewise.
35792         * modules/stdint: Likewise.
35793         * modules/sys_select: Likewise.
35794         * modules/sys_socket: Likewise.
35795         * modules/sys_stat: Likewise.
35796         * modules/sysexits: Likewise.
35797         * modules/localcharset: Same as above, but continue using temporary
35798         file named "t-$@" (why different?) rather than the "$@-t" used
35799         everywhere else.
35800
35801         * modules/sysexits (Makefile.am): Replace literal occurrences
35802         of "sysexit.h" more readable, and more consistent, "$@".
35803
35804 2006-09-06  Bruno Haible  <bruno@clisp.org>
35805
35806         * modules/striconv: New file.
35807         * modules/xstriconv: New file.
35808         * MODULES.html.sh (Internationalization functions): Add striconv,
35809         xstriconv.
35810
35811 2006-09-06  Bruno Haible  <bruno@clisp.org>
35812
35813         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
35814         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
35815         not using libtool correctly.
35816
35817 2006-09-06  Bruno Haible  <bruno@clisp.org>
35818
35819         * lib/striconv.h: New file.
35820         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
35821         iconvstring.c.
35822         * lib/xstriconv.h: New file.
35823         * lib/xstriconv.c: New file.
35824
35825 2006-09-06  Bruno Haible  <bruno@clisp.org>
35826
35827         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
35828         lib_..._LDFLAGS.
35829
35830 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35831
35832         * lib/argz_.h: Sync from Libtool.
35833
35834         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
35835                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
35836
35837         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
35838
35839 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
35840
35841         * modules/trim: New file.
35842
35843 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
35844
35845         * lib/trim.h: New file.
35846         * lib/trim.c: New file.
35847
35848 2006-09-05  Bruno Haible  <bruno@clisp.org>
35849
35850         * MODULES.html.sh (String handling): Add trim.
35851
35852 2006-09-04  Karl Berry  <karl@gnu.org>
35853
35854         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
35855         until next release.
35856
35857 2006-09-03  Bruno Haible  <bruno@clisp.org>
35858
35859         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
35860         correctly.
35861
35862 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35863
35864         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
35865         not gl_GETLOADAVG.  Omit unneeded semicolons.
35866         Problems reported by Ralf Wildenhues in
35867         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
35868         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
35869         at the end, which is the usual gnulib style.
35870
35871         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
35872         of doing all the work ourselves.
35873         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
35874         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
35875
35876 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35877
35878         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
35879         Problem reported by Ralf Wildenhues in
35880         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
35881
35882         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
35883         HAVE_STRUCT_STATFS_F_FSTYPENAME.
35884
35885 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35886
35887         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
35888         yesterday's patch by changing test -n to test -z.
35889
35890 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35891
35892         * modules/getloadavg (Files): Add m4/getloadavg.m4.
35893         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
35894         the former is now obsolescent.
35895
35896         * modules/chdir-long (Depends-on): Add fcntl.
35897
35898 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35899
35900         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
35901         obsolescent, and programs should use gnulib instead.
35902         * m4/getloadavg.m4: New file, with contents taken from Autoconf
35903         but with prefixes changed.
35904
35905 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35906
35907         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
35908         or stdbool.h, because they might not exist while configuring.
35909
35910         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
35911         Don't include unistd.h or limits.h; not needed, since chdir-long.h
35912         does that for us.
35913         (O_DIRECTORY): Remove.
35914
35915 2006-08-31  Eric Blake  <ebb9@byu.net>
35916
35917         * gnulib-tool: Don't let emacs change spaces to TAB.
35918
35919 2006-08-31  Bruno Haible  <bruno@clisp.org>
35920
35921         * gnulib-tool: When calling func_import more than once, do it in a
35922         subshell.
35923         Reported by Eric Blake <ebb9@byu.net>.
35924
35925 2006-08-31  Bruno Haible  <bruno@clisp.org>
35926
35927         * gnulib-tool (nl): Remove variable.
35928         (sed_transform_lib_file): Use more robust test for config-h module.
35929         (func_import): Fix typo in 2006-08-25 patch.
35930
35931 2006-08-31  Bruno Haible  <bruno@clisp.org>
35932
35933         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
35934         specified, augment Makefile.am variables instead of assigning them.
35935
35936 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
35937
35938         Work around a bug in both the Linux and SunOS 64-bit kernels:
35939         nanosleep mishandles sleeps for longer than 2**31 seconds.
35940         Problem reported by Frank v Waveren in
35941         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
35942         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
35943         Check for nanosleep bug.
35944         (LIB_NANOSLEEP): Append clock_gettime library if needed.
35945
35946 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
35947
35948         Work around a bug in both the Linux and SunOS 64-bit kernels:
35949         nanosleep mishandles sleeps for longer than 2**31 seconds.
35950         Problem reported by Frank v Waveren in
35951         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
35952         * lib/nanosleep.c (BILLION): New constant.
35953         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
35954         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
35955         implementation.
35956
35957 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
35958
35959         * modules/nanosleep (Depends-on): Add gettime.
35960
35961 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
35962         and Simon Josefsson  <jas@extundo.com>
35963         and Oskar Liljeblad  <oskar@osk.mine.nu>
35964
35965         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
35966         * gnulib-tool (func_import): New license type 'unmodifiable license
35967         text'.
35968         * modules/fdl: Use it.  Longer description.
35969         * module/gpl, module/lgpl: New files.
35970
35971 2006-08-30  Jim Meyering  <jim@meyering.net>
35972
35973         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
35974         shadowing the parameter.
35975
35976 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35977
35978         Sync from Libtool:
35979
35980         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35981
35982         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
35983         sharing with gnulib.  Report by Eric Blake.
35984
35985 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
35986
35987         * modules/isapipe: New file.
35988         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
35989
35990 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
35991
35992         * modules/configmake (Makefile.am): Add a comment, and omit
35993         the CONFIGMAKE_ prefix from generated macro names.  Suggested
35994         by Bruno Haible.
35995
35996 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
35997
35998         * m4/isapipe.m4: New file.
35999
36000 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
36001
36002         * lib/isapipe.c, lib/isapipe.h: New files.
36003
36004 2006-08-29  Jim Meyering  <jim@meyering.net>
36005
36006         * modules/configmake (Makefile.am): Make configmake.h depend on
36007         Makefile.  Otherwise, a stale configmake.h could hang around.
36008
36009 2006-08-29  Eric Blake  <ebb9@byu.net>
36010
36011         * lib/error.c (error_at_line, print_errno_message): Match libc, after
36012         resolution of upstream bug 3044.
36013
36014 2006-08-29  Bruno Haible  <bruno@clisp.org>
36015
36016         * modules/localcharset (Depends-on): Add configmake.
36017         (Makefile.am): Remove setting of LIBDIR through DEFS.
36018
36019 2006-08-29  Bruno Haible  <bruno@clisp.org>
36020
36021         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
36022         defined.
36023
36024 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
36025
36026         * modules/fcntl: New file.
36027         * modules/chdir-safer (Depends-on): Add fcntl.
36028         * modules/fts: Likewise.
36029         * modules/mkdir-p: Likewise.
36030
36031         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
36032         This undoes the most recent change, since we're now addressing the
36033         problem in a different way.
36034
36035         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
36036         into output, since the output might be called Makefile.am even
36037         if $makefile_name is something different.
36038         (func_import): Use $makefile_am rather than
36039         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
36040         empty.
36041
36042         * modules/inttypes (Files): Add m4/inttypes-h.m4.
36043
36044 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
36045
36046         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
36047         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
36048         recent change to stdint.m4, since we're now addressing the problem in a
36049         different way.
36050
36051 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
36052
36053         * m4/fcntl_h.m4: New file.
36054
36055 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
36056
36057         * lib/fcntl_.h: New file.
36058         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
36059         the fcntl module.
36060         * lib/dirchownmod.c: Likewise.
36061         * lib/fts.c: Likewise.
36062
36063         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
36064         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
36065         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
36066         just before including <inttypes.h>, to avoid circular inclusion.
36067
36068 2006-08-28  Jim Meyering  <jim@meyering.net>
36069
36070         * doc/visibility.texi: Actually read and correct the grammar of the
36071         sentence affected by yesterday's change.
36072
36073 2006-08-28  Eric Blake  <ebb9@byu.net>
36074
36075         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
36076         needs wrapper.
36077
36078 2006-08-28  Eric Blake  <ebb9@byu.net>
36079
36080         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
36081
36082 2006-08-28  Eric Blake  <ebb9@byu.net>
36083
36084         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
36085
36086 2006-08-28  Bruno Haible  <bruno@clisp.org>
36087
36088         * modules/c-strstr: New file, from GNU gettext.
36089         * MODULES.html.sh (String handling): Add c-strstr.
36090
36091 2006-08-28  Bruno Haible  <bruno@clisp.org>
36092
36093         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
36094         macros.
36095         Reported by Eric Blake.
36096
36097 2006-08-28  Bruno Haible  <bruno@clisp.org>
36098
36099         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
36100         (VASNPRINTF): Return a string of length > INT_MAX without failing.
36101         * lib/vasprintf.c: Include errno.h, limits.h.
36102         (EOVERFLOW): New fallback definition.
36103         (vasprintf): Test here whether the string length is > INT_MAX.
36104         * lib/vsnprintf.c: Include errno.h, limits.h.
36105         (EOVERFLOW): New fallback definition.
36106         (vsnprintf): Fix bug when generated string was too long for the buffer.
36107         Test here whether the string length is > INT_MAX.
36108
36109 2006-08-28  Bruno Haible  <bruno@clisp.org>
36110
36111         * lib/inttypes_.h (SCNX*): Remove definitions.
36112         Reported by Eric Blake.
36113
36114 2006-08-28  Bruno Haible  <bruno@clisp.org>
36115
36116         * lib/c-strstr.h: New file, from GNU gettext.
36117         * lib/c-strstr.c: New file, from GNU gettext.
36118
36119 2006-08-28  Bruno Haible  <bruno@clisp.org>
36120
36121         * gnulib-tool: Reorder some statements.
36122
36123 2006-08-28  Bruno Haible  <bruno@clisp.org>
36124
36125         * gnulib-tool: New option --makefile-name.
36126         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
36127         $makefile_name.
36128         (func_import): Write $makefile_name to the cache file, and read it from
36129         there unless explicitly specified. Use $makefile_name as file name
36130         instead of Makefile.am. Adjust the recommendations accordingly.
36131
36132 2006-08-28  Bruno Haible  <bruno@clisp.org>
36133
36134         * gnulib-tool (func_verify_module): Check against misapplying patch.
36135
36136 2006-08-28  Bruno Haible  <bruno@clisp.org>
36137
36138         * gnulib-tool (func_relativize, func_relconcat): New functions.
36139         Give an error if --local-dir is given with --update.
36140         Remove trailing slashes from $local_gnulib_dir.
36141         (func_import): Store the relativized $local_gnulib_dir in
36142         gnulib-cache.m4, and read it from there if not specified explicitly.
36143
36144 2006-08-28  Bruno Haible  <bruno@clisp.org>
36145
36146         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
36147         is the current directory. Respect also $local_gnulib_dir.
36148
36149 2006-08-28  Bruno Haible  <bruno@clisp.org>
36150             Simon Josefsson  <jas@extundo.com>
36151
36152         BeOS portability.
36153         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
36154
36155 2006-08-27  Jim Meyering  <jim@meyering.net>
36156
36157         * doc/visibility.texi: Remove duplicate word: "pointer".
36158
36159 2006-08-26  Bruno Haible  <bruno@clisp.org>
36160
36161         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
36162         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
36163         (Makefile.am): Create inttypes.h from inttypes_.h.
36164         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
36165
36166         * modules/imaxabs: New file.
36167
36168         * modules/imaxdiv: New file.
36169
36170 2006-08-26  Bruno Haible  <bruno@clisp.org>
36171
36172         * m4/inttypes.m4: New file.
36173         * m4/_inttypes_h.m4: Remove file.
36174         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
36175         PRI_MACROS_BROKEN.
36176         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
36177
36178         * m4/imaxabs.m4: New file.
36179
36180         * m4/imaxdiv.m4: New file.
36181
36182 2006-08-26  Bruno Haible  <bruno@clisp.org>
36183
36184         * lib/inttypes_.h: New file.
36185         * lib/inttypes.h: Remove file.
36186         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
36187
36188         * lib/imaxabs.c: New file.
36189
36190         * lib/imaxdiv.c: New file.
36191
36192 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36193
36194         New config-h module, so that "make" output needn't be cluttered
36195         by -DHAVE_CONFIG_H.
36196         * MODULES.html.sh (Support for building libraries and executables):
36197         Add config-h.
36198         * modules/config-h: New file.
36199         * gnulib-tool (nl, sed_transform_lib_file): New vars.
36200         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
36201         the config-h module is used.
36202
36203         New configmake module, so that "make" output needn't be cluttered
36204         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
36205         * MODULES.html.sh (Support for building libraries and executables):
36206         Add configmake.
36207         * modules/configmake: New file.
36208
36209 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36210
36211         * m4/config-h.m4: New file.
36212
36213 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36214
36215         * config/srclist.txt: Add elisp-comp.
36216
36217 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36218
36219         * MODULES.html.sh (Support for building libraries and executables):
36220         Add elisp-comp.
36221         * build-aux/elisp-comp: New file.
36222         * modules/elisp-comp: New file.
36223
36224 2006-08-24  Bruno Haible  <bruno@clisp.org>
36225
36226         * gnulib-tool (func_create_testdir): Use non-default values of
36227         sourcebase and m4base.
36228
36229 2006-08-24  Bruno Haible  <bruno@clisp.org>
36230
36231         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
36232         HTML structure.
36233
36234 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36235
36236         * modules/openat (Depends-on): Add lchown.
36237
36238 2006-08-23  Bruno Haible  <bruno@clisp.org>
36239
36240         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
36241         of gl_LOCK_EARLY instead of gl_LOCK.
36242
36243 2006-08-23  Bruno Haible  <bruno@clisp.org>
36244
36245         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
36246         on OSF/1 to no.
36247         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
36248
36249 2006-08-23  Bruno Haible  <bruno@clisp.org>
36250
36251         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
36252         as unusable.
36253
36254         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
36255         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
36256         (gl_LOCK): New macro.
36257
36258 2006-08-22  Simon Josefsson  <jas@extundo.com>
36259
36260         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
36261         to md5 module.
36262
36263 2006-08-22  Simon Josefsson  <jas@extundo.com>
36264
36265         * MODULES.html.sh: Add "Support for maintaining and release
36266         projects".
36267
36268         * build-aux/gnupload: New file, from coreutils.
36269
36270 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
36271
36272         Avoid the need for AC_LIBSOURCES in m4 macros.
36273         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
36274         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
36275         * modules/check-version (EXTRA_DIST): Add check-version.h.
36276         * modules/crc (EXTRA_DIST): Add crc.h.
36277         * modules/des (EXTRA_DIST): Add des.h.
36278         * modules/gc (EXTRA_DIST): Add gc.h.
36279         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
36280         * modules/getline (EXTRA_DIST): Add getline.h.
36281         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
36282         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
36283         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
36284         * modules/md2 (EXTRA_DIST): Add md2.h.
36285         * modules/md4 (EXTRA_DIST): Add md4.h.
36286         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
36287         * modules/read-file (EXTRA_DIST): Add read-file.h.
36288         * modules/readline (EXTRA_DIST): Add readline.h.
36289         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
36290         rijndael-api-fst.h.
36291
36292 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
36293
36294         * m4/rijndael.m4 (gl_ARCFOUR):
36295         * m4/arctwo.m4 (gl_ARCTWO):
36296         * m4/check-version.m4 (gl_CHECK_VERSION):
36297         * m4/crc.m4 (gl_CRC):
36298         * m4/des.m4 (gl_DES):
36299         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
36300         * m4/gc.m4 (gl_GC):
36301         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
36302         * m4/getline.m4 (gl_FUNC_GETLINE):
36303         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
36304         * m4/hmac-md5.m4 (gl_HMAC_MD5):
36305         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
36306         * m4/md2.m4 (gl_MD2):
36307         * m4/md4.m4 (gl_MD4):
36308         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
36309         * m4/read-file.m4 (gl_FUNC_READ_FILE):
36310         * m4/readline.m4 (gl_FUNC_READLINE):
36311         * m4/rijndael.m4 (gl_RIJNDAEL):
36312         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
36313         to get the necessary .h files and whatnot.
36314
36315 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
36316
36317         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
36318         gnulib rather than the other way around.
36319         * config/srclistvars.sh (COREUTILS): Remove.
36320
36321 2006-08-22  Jim Meyering  <jim@meyering.net>
36322
36323         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
36324
36325         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
36326
36327 2006-08-22  Eric Blake  <ebb9@byu.net>
36328
36329         * modules/regexprops-generic: New file.
36330         * MODULES.html.sh (Support for building documentation): List it.
36331
36332 2006-08-22  Eric Blake  <ebb9@byu.net>
36333
36334         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
36335         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
36336         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
36337         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
36338
36339 2006-08-22  Bruno Haible  <bruno@clisp.org>
36340
36341         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
36342         and lib_LTLIBRARIES like the other lib_* variables.
36343
36344 2006-08-22  Bruno Haible  <bruno@clisp.org>
36345
36346         * build-aux/x-to-1.in: New file, from GNU gettext.
36347
36348 2006-08-22  Bruno Haible  <bruno@clisp.org>
36349
36350         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
36351         <utmpx.h> exists.
36352
36353 2006-08-22  Bruno Haible  <bruno@clisp.org>
36354
36355         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
36356         <utmpx.h> exists.
36357
36358 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
36359
36360         BeOS portability.
36361         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
36362         exist.
36363         Problem reported by Bruno Haible.
36364
36365 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
36366
36367         Avoid the need for AC_LIBSOURCES in m4 macros.
36368         * modules/acl (EXTRA_DIST): Add acl.h.
36369         * modules/argmatch (Files): Add m4/argmatch.m4.
36370         (configure.ac): Add gl_ARGMATCH.
36371         (EXTRA_DIST): Renamed from lib_SOURCES, for
36372         consistency with the other modules.  Remove argmatch.c.
36373         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
36374         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
36375         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
36376         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
36377         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
36378         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
36379         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
36380         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
36381         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
36382         * modules/closeout (EXTRA_DIST): Add closeout.h.
36383         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
36384         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
36385         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
36386         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
36387         dirname.h; remove basename.c and stripslash.c.
36388         * modules/exclude (EXTRA_DIST): Add exclude.h.
36389         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
36390         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
36391         * modules/file-type (EXTRA_DIST): Add file-type.h.
36392         * modules/filemode (EXTRA_DIST): Add filemode.h.
36393         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
36394         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
36395         * modules/fpending (EXTRA_DIST): Add __fpending.h.
36396         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
36397         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
36398         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
36399         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
36400         * modules/getdate (EXTRA_DIST): Add getdate.c.
36401         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
36402         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
36403         * modules/getpass (EXTRA_DIST): Add getpass.h.
36404         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
36405         * modules/group-member (EXTRA_DIST): Add group-member.h.
36406         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
36407         * modules/hash (EXTRA_DIST): Add hash.h.
36408         * modules/human (EXTRA_DIST): Add human.h.
36409         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
36410         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
36411         * modules/lchown (EXTRA_DIST): Add lchown.h.
36412         * modules/long-options (EXTRA_DIST): Add long-options.h.
36413         * modules/lstat (EXTRA_DIST): Add lstat.h.
36414         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
36415         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
36416         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
36417         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
36418         * modules/memxor (EXTRA_DIST): Add memxor.h.
36419         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
36420         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
36421         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
36422         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
36423         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
36424         * modules/physmem (EXTRA_DIST): Add physmem.h.
36425         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
36426         * modules/posixver (EXTRA_DIST): Add posixver.h.
36427         * modules/quote (EXTRA_DIST): Add quote.h.
36428         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
36429         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
36430         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
36431         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
36432         regex_internal.h regexec.c.
36433         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
36434         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
36435         * modules/same (EXTRA_DIST): Add same.h.
36436         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
36437         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
36438         * modules/savedir (EXTRA_DIST): Add savedir.h.
36439         * modules/sha1 (EXTRA_DIST): Add sha1.h.
36440         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
36441         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
36442         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
36443         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
36444         * modules/strdup (EXTRA_DIST): Add strdup.h.
36445         * modules/strftime (EXTRA_DIST): Add strftime.h.
36446         * modules/strndup (EXTRA_DIST): Add strndup.h.
36447         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
36448         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
36449         * modules/time_r (EXTRA_DIST): Add time_r.h.
36450         * modules/timespec (EXTRA_DIST): Add timespec.h.
36451         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
36452         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
36453         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
36454         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
36455         * modules/userspec (EXTRA_DIST): Add userspec.h.
36456         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
36457         * modules/utimens (EXTRA_DIST): Add utimens.h.
36458         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
36459         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
36460         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
36461         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
36462         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
36463         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
36464         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
36465         * modules/yesno (EXTRA_DIST): Add yesno.h.
36466
36467 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
36468
36469         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
36470
36471         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
36472         * m4/dev-ino.m4, same-inode.m4: Remove.
36473
36474         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
36475         * m4/acl.m4 (AC_FUNC_ACL):
36476         * m4/backupfile.m4 (gl_BACKUPFILE):
36477         * m4/c-strtod.m4 (gl_C99_STRTOLD):
36478         * m4/canon-host.m4 (gl_CANON_HOST):
36479         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
36480         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
36481         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
36482         * m4/cloexec.m4 (gl_CLOEXEC):
36483         * m4/close-stream.m4 (gl_CLOSE_STREAM):
36484         * m4/closeout.m4 (gl_CLOSEOUT):
36485         * m4/dirfd.m4 (gl_FUNC_DIRFD):
36486         * m4/dirname.m4 (gl_DIRNAME):
36487         * m4/exclude.m4 (gl_EXCLUDE):
36488         * m4/exitfail.m4 (gl_EXITFAIL):
36489         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
36490         * m4/file-type.m4 (gl_FILE_TYPE):
36491         * m4/filemode.m4 (gl_FILEMODE):
36492         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
36493         * m4/fpending.m4 (gl_FUNC_FPENDING):
36494         * m4/fprintftime.m4 (gl_FPRINTFTIME):
36495         * m4/fts.m4 (gl_FUNC_FTS):
36496         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
36497         * m4/getdate.m4 (gl_GETDATE):
36498         * m4/gethrxtime.m4 (gl_GETHRXTIME):
36499         * m4/getpagesize.m4 (gl_GETPAGESIZE):
36500         * m4/getpass.m4 (gl_FUNC_GETPASS):
36501         * m4/gettime.m4 (gl_GETTIME):
36502         * m4/getugroups.m4 (gl_GETUGROUPS):
36503         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
36504         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
36505         * m4/hard-locale.m4 (gl_HARD_LOCALE):
36506         * m4/hash.m4 (gl_HASH):
36507         * m4/idcache.m4 (gl_IDCACHE):
36508         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
36509         * m4/lchown.m4 (gl_FUNC_LCHOWN):
36510         * m4/long-options.m4 (gl_LONG_OPTIONS):
36511         * m4/lstat.m4 (gl_FUNC_LSTAT):
36512         * m4/md5.m4 (gl_MD5):
36513         * m4/memcasecmp.m4 (gl_MEMCASECMP):
36514         * m4/memcoll.m4 (gl_MEMCOLL):
36515         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
36516         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
36517         * m4/memxor.m4 (gl_MEMXOR):
36518         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
36519         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
36520         * m4/modechange.m4 (gl_MODECHANGE):
36521         * m4/mountlist.m4 (gl_MOUNTLIST):
36522         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
36523         * m4/openat.m4 (gl_FUNC_OPENAT):
36524         * m4/pathmax.m4 (gl_PATHMAX):
36525         * m4/physmem.m4 (gl_PHYSMEM):
36526         * m4/posixtm.m4 (gl_POSIXTM):
36527         * m4/posixver.m4 (gl_POSIXVER):
36528         * m4/quote.m4 (gl_QUOTE):
36529         * m4/quotearg.m4 (gl_QUOTEARG):
36530         * m4/readtokens.m4 (gl_READTOKENS):
36531         * m4/readutmp.m4 (gl_READUTMP):
36532         * m4/regex.m4 (gl_REGEX):
36533         * m4/safe-read.m4 (gl_SAFE_READ):
36534         * m4/safe-write.m4 (gl_SAFE_WRITE):
36535         * m4/same.m4 (gl_SAME):
36536         * m4/save-cwd.m4 (gl_SAVE_CWD):
36537         * m4/savedir.m4 (gl_SAVEDIR):
36538         * m4/settime.m4 (gl_SETTIME):
36539         * m4/sha1.m4 (gl_SHA1):
36540         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
36541         * m4/stat-macros.m4 (gl_STAT_MACROS):
36542         * m4/stat-time.m4 (gl_STAT_TIME):
36543         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
36544         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
36545         * m4/strdup.m4 (gl_FUNC_STRDUP):
36546         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
36547         * m4/strndup.m4 (gl_FUNC_STRNDUP):
36548         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
36549         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
36550         * m4/time_r.m4 (gl_TIME_R):
36551         * m4/timespec.m4 (gl_TIMESPEC):
36552         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
36553         * m4/unlinkdir.m4 (gl_UNLINKDIR):
36554         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
36555         * m4/userspec.m4 (gl_USERSPEC):
36556         * m4/utimecmp.m4 (gl_UTIMECMP):
36557         * m4/utimens.m4 (gl_UTIMENS):
36558         * m4/xalloc.m4 (gl_XALLOC):
36559         * m4/xgetcwd.m4 (gl_XGETCWD):
36560         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
36561         * m4/xreadlink.m4 (gl_XREADLINK):
36562         * m4/xstrtod.m4 (gl_XSTRTOD):
36563         * m4/yesno.m4 (gl_YESNO):
36564         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
36565         to get the necessary .h files and whatnot.
36566
36567 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
36568             Bruno Haible  <bruno@clisp.org>
36569
36570         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
36571         /bin/sh understanding of '!' conditional negation.
36572
36573 2006-08-21  Jim Meyering  <jim@meyering.net>
36574
36575         * modules/openat (Depends-on): Really alphabetize.
36576
36577         * modules/acl (Depends-on): Add error and quote.
36578
36579         * check-module (find_included_lib_files): Add at-func.c to the
36580         ok-to-include-more-than-once white list.
36581
36582         * modules/openat (Depends-on): Add lstat.  Alphabetize.
36583
36584 2006-08-21  Bruno Haible  <bruno@clisp.org>
36585
36586         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36587         Emit a pkgdata_DATA variable only if some snippets add contents to it.
36588         Reported by Martin Lambers <marlam@marlam.de>.
36589
36590 2006-08-21  Bruno Haible  <bruno@clisp.org>
36591
36592         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
36593         specify an installation location, don't emit a noinst_LIBRARIES or
36594         noinst_LTLIBRARIES assignment.
36595
36596 2006-08-21  Bruno Haible  <bruno@clisp.org>
36597
36598         BeOS portability.
36599         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
36600         BeOS has mbrtowc() but no <wctype.h>.
36601
36602 2006-08-21  Bruno Haible  <bruno@clisp.org>
36603
36604         BeOS portability.
36605         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
36606         exist.
36607
36608 2006-08-21  Bruno Haible  <bruno@clisp.org>
36609
36610         BeOS portability.
36611         * lib/mbchar.h: Include <wctype.h> only if it exists.
36612
36613 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36614
36615         Remove files that are no longer needed by their respective modules.
36616         * m4/obstack.m4: Remove.
36617         * m4/strerror_r.m4: Remove.
36618         * m4/uint32_t.m4: Remove.
36619         * m4/uintptr_t.m4: Remove.
36620         * m4/ullong_max.m4: Remove.
36621         * m4/xstrtoimax.m4: Remove.
36622         * m4/xstrtoumax.m4: Remove.
36623
36624         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
36625         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
36626         dependencies now capture this.
36627
36628         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
36629         Do not use AC_LIBSOURCES, since gnulib modules now do this.
36630         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
36631         * m4/human.m4 (gl_HUMAN): Likewise.
36632         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
36633         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
36634
36635         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
36636
36637         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
36638         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
36639         stdint.
36640         * m4/human.m4 (gl_HUMAN): Likewise.
36641         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
36642         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
36643         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
36644         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
36645         * m4/xstrtol (gl_XSTRTOL): Likewise.
36646
36647         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
36648         AC_TYPE_LONG_LONG_INT.
36649         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
36650         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
36651         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
36652         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
36653
36654         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
36655         on stdbool.
36656
36657         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
36658         (gl_PREREQ_XSTRTOUL): Remove.
36659
36660         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
36661
36662         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
36663         mode.
36664
36665 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36666
36667         Add and change modules to make it easier for coreutils to use
36668         gnulib-tool.
36669         * modules/backupfile (Files): Remove m4/d-ino.m4.
36670         (Depends-on): Add d-ino.
36671         * modules/cycle-check (Depends-on): Add stdint.
36672         (lib_SOURCES): Add cycle-check.h.
36673         * modules/d-ino: New module.
36674         * modules/d-type: New module.
36675         * modules/error (Files): Remove m4/strerror_r.m4.
36676         * modules/filemode (Files): Add m4/st_dm_mode.m4.
36677         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
36678         m4/inttypes_h.m4, m4/uintmax_t.m4.
36679         (Depends-on): Add stdint.
36680         (lib_SOURCES): Add fsusage.h.
36681         * modules/getcwd (Files): Remove d-ino.m4.
36682         (Depends-on): Add d-ino.
36683         * modules/getndelim2 (Depends-on): Add stdint.
36684         * modules/glob (Files): Remove m4/d-type.m4.
36685         (Depends-on): Add d-type.
36686         * modules/host-os: New module.
36687         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
36688         m4/inttypes_h.m4, m4/uintmax_t.m4.
36689         * Depends-on: Add stdint.
36690         (lib_SOURCES): Add human.h.
36691         * modules/inttostr (Files): Remove m4/intmax_t.m4,
36692         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
36693         m4/uintmax_t.m4, m4/ulonglong.m4.
36694         (Depends-on): Add stdint.
36695         (EXTRA_DIST): Add inttostr.h.
36696         * modules/lchmod: New module.
36697         * modules/link-follow: New module.
36698         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
36699         (Depends-on): Add lchmod.
36700         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
36701         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
36702         (Depends-on): Add stdint.
36703         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
36704         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
36705         (Depends-on): Add stdint.
36706         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
36707         * modules/perl: New module.
36708         * modules/regex (Depends-on): Add stdint.
36709         * modules/rmdir-errno: New module.
36710         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
36711         m4/intmax_t.m4.
36712         (Depends-on): Add stdint.
36713         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
36714         m4/uintmax_t.m4.
36715         (Depends-on): Add stdint.
36716         * modules/unlink-busy: New module.
36717         * modules/utimecmp (Depends-on): Add stdint.
36718         * modules/uptime: New module.
36719         * modules/winsz-ioctl: New module.
36720         * modules/winsz-termios: New module.
36721         * modules/xnanosleep (Depends-on): Add nanosleep.
36722         * modules/ullong_max: Remove.
36723         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
36724         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
36725         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
36726         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
36727         (Depends-on): Add inttypes.
36728         (lib_SOURCES): Add xstrtol.h.
36729         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
36730         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
36731         * MODULES.html.sh: Move 'assert' into the assert section.
36732         Move 'dummy' into the linking section.
36733         Remove ullong_max.
36734         Add section for compatibility checks for POSIX:2001 functions,
36735         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
36736         winsz-ioctl, and winsz-termios into it.
36737         Add lchmod.
36738         Add top-level Misc section and put host-os, perl, and uptime
36739         into it.
36740
36741 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36742
36743         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
36744         now assume the stdint module.  Do not include inttypes.h.
36745         * lib/fsusage.h: Likewise.
36746         * lib/getndelim2.c: Likewise.
36747         * lib/human.h: Likewise.
36748         * lib/inttostr.h: Likewise.
36749         * lib/obstack.c: Likewise.
36750         * lib/regex_internal.h: Likewise.
36751         * lib/tempname.c: Likewise.
36752         * lib/utimecmp.c: Likewise.
36753         * lib/xstrtol.h: Likewise.
36754
36755         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
36756
36757         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
36758         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
36759         * lib/xtime.h: Likewise.
36760
36761 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36762
36763         * modules/openat (Files): Add lib/fchmodat.c.
36764         Fixes problem reported by Jay Youngman.
36765
36766 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36767
36768         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
36769         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
36770
36771 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
36772             Bruno Haible  <bruno@clisp.org>
36773
36774         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
36775         and is a script that invokes bison. Tighten the code. Add comments.
36776
36777 2006-08-18  Jim Meyering  <jim@meyering.net>
36778
36779         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
36780         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
36781         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
36782         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
36783
36784 2006-08-18  Bruno Haible  <bruno@clisp.org>
36785
36786         * modules/bison-i18n: New file.
36787         * MODULES.html.sh (Internationalization functions): Add it.
36788
36789 2006-08-18  Bruno Haible  <bruno@clisp.org>
36790
36791         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
36792         sys/statvfs.h. When getmntinfo was found, check its declaration and
36793         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
36794
36795 2006-08-18  Bruno Haible  <bruno@clisp.org>
36796
36797         * m4/bison-i18n.m4: New file, from bison.
36798
36799 2006-08-18  Bruno Haible  <bruno@clisp.org>
36800
36801         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
36802         (ME_DUMMY): Treat "kernfs" as a dummy.
36803         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
36804
36805 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36806
36807         Update from coreutils.
36808
36809         2006-08-15  Jim Meyering  <jim@meyering.net>
36810
36811         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
36812
36813         2006-01-17  Jim Meyering  <jim@meyering.net>
36814
36815         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
36816
36817         2006-01-11  Jim Meyering  <jim@meyering.net>
36818
36819         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
36820         Check for the lchmod function.
36821
36822 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36823
36824         Update from coreutils.
36825
36826         * lib/__fpending.h: Add copyright notice.
36827         * lib/fprintftime.h: Likewise.
36828         * lib/savedir.c: Use (C) in copyright notice.
36829         * lib/savedir.h: Likewise.
36830
36831         2006-08-15  Jim Meyering  <jim@meyering.net>
36832
36833         * lib/at-func.c: New file, with the logic of all emulated at-functions.
36834         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
36835         in support of the EXPECTED_ERRNO macro.
36836         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
36837         definitions.  Instead, define the appropriate symbols and include
36838         "at-func.c".
36839         * lib/mkdirat.c (mkdirat): Likewise.
36840         * lib/fchmodat.c (fchmodat): Likewise.
36841         (ENOSYS): Remove definition.
36842         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
36843         it.  Don't include "unistd--.h" -- it wasn't ever used.
36844
36845         2006-01-17  Jim Meyering  <jim@meyering.net>
36846
36847         Rewrite fts.c not to change the current working directory,
36848         by using openat, fstatat, fdopendir, etc..
36849
36850         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
36851         (HAVE_OPENAT_SUPPORT): Define.
36852         [_LIBC] (fchdir): Don't undef or define; no longer used.
36853         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
36854         Now, this `function' always succeeds, and consumes its file descriptor
36855         parameter -- so callers must not close such FDs.  Update callers.
36856         (diropen_fd, opendirat, cwd_advance_fd): New functions.
36857         (diropen): Add parameter, SP.  Adjust all callers.
36858         Implement using diropen_fd, rather than open.
36859         (fts_open): Initialize new member, fts_cwd_fd.
36860         Remove fts_rft-setting code.
36861         (fts_close): Close fts_cwd_fd, if necessary.
36862         (__opendir2): Define in terms of opendir or opendirat,
36863         depending on whether the FST_NOCHDIR flag is set.
36864         (fts_build): Since fts_safe_changedir consumes its FD, and since
36865         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
36866         and close the dup'd file descriptor upon failure.
36867         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
36868         (fts_safe_changedir): Tweak semantics to reflect that this function
36869         now calls cwd_advance_fd and hence consumes its FD argument.
36870         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
36871         [struct FTS] (fts_rft): Remove now-unused member.
36872         [struct FTS] (fts_cycle.state): Improve comment.
36873
36874         * lib/openat.c (openat_needs_fchdir): New function.
36875         * lib/openat.h (openat_needs_fchdir): Declare it.
36876
36877 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
36878
36879         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
36880         Problem and fix reported by Pádraig Brady in
36881         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
36882
36883 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36884
36885         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
36886
36887 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36888
36889         * lib/memcoll.c (memcoll): Optimize for the common case where the
36890         arguments are bytewise equal.
36891
36892 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36893
36894         * doc/regexprops-generic.texi: Add a copyright notice.
36895
36896 2006-08-15  Bruno Haible  <bruno@clisp.org>
36897
36898         * modules/tmpdir (License): Change to LGPL.
36899
36900 2006-08-15  Bruno Haible  <bruno@clisp.org>
36901
36902         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
36903         module.
36904
36905 2006-08-14  Simon Josefsson  <jas@extundo.com>
36906
36907         * config/srclist.txt: Add gnupload.
36908
36909 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
36910
36911         Change copyright notice from LGPL 2 to GPL 2, since that's the
36912         standard form used in the gnulib repository.
36913         * tests/test-lock.c: Likewise.
36914         * tests/test-stdint.c: Likewise.
36915         * tests/test-tls.c: Likewise.
36916
36917         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
36918         prelude-manager.  User shorter URLs for GNU projects, without '?'.
36919         Add copyright notice.
36920
36921         * check-module: Add copyright notice.  Output a copyright
36922         notice if "--version" is specified.
36923         * modules/COPYING: New file.
36924         * tests/test-getaddrinfo.c: Add copyright notice.
36925         * tests/test-verify.c: Likewise.
36926
36927 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
36928
36929         Change copyright notice from LGPL 2 to GPL 2, since that's the
36930         standard form used in the gnulib repository.
36931         * lib/lock.c: LGPL -> GPL.
36932         * lib/lock.h: Likewise.
36933         * lib/strnlen1.c: Likewise.
36934         * lib/strnlen1.h: Likewise.
36935         * lib/tls.c: Likewise.
36936         * lib/tls.h: Likewise.
36937         * lib/tmpdir.c: Likewise.
36938
36939         * lib/TODO: Remove; this belongs only in coreutils.
36940
36941 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
36942
36943         Add copyright notices to long-enough files that lack them, since
36944         otherwise the files aren't clearly free.  Use the same notice that
36945         getdate.texi already uses.
36946         * doc/alloca-opt.texi: Add copyright notice.
36947         * doc/alloca.texi: Likewise.
36948         * doc/ctime.texi: Likewise.
36949         * doc/functions.texi: Likewise.
36950         * doc/gcd.texi: Likewise.
36951         * doc/gnulib-tool.texi: Likewise.
36952         * doc/inet_ntoa.texi: Likewise.
36953         * doc/visibility.texi: Likewise.
36954
36955         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
36956         * doc/quote.texi: Add copyright notice.
36957
36958         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
36959         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
36960         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
36961         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
36962         is now obsolete, and give a pointer to the Sun list.
36963         Add copyright notice.
36964
36965 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
36966
36967         * config/srclistvars.sh: Add copyright notice.
36968
36969 2006-08-14  Eric Blake  <ebb9@byu.net>
36970
36971         Import the following change from libc:
36972
36973         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
36974
36975         Upstream bug 2997.
36976         * lib/misc/error.c: Add space between program name and message if file
36977         name is missing.
36978
36979 2006-08-12  Karl Berry  <karl@gnu.org>
36980
36981         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
36982         remove, these originate in gnulib now.
36983
36984 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36985
36986         * doc/Makefile (standards.info standards.html standards.dvi):
36987         Also depend on make-stds.texi.
36988
36989 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36990
36991         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
36992         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
36993
36994         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
36995         in wchar_t.  Problem reported by Eric Blake.
36996
36997         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
36998         LEN is smaller than SIZE.  Suggested by Bruno Haible.
36999         Also, help the compiler to keep LEN in a register.
37000
37001 2006-08-11  Eric Blake  <ebb9@byu.net>
37002
37003         * users.txt: Sort.  Add tar.
37004
37005 2006-08-11  Bruno Haible  <bruno@clisp.org>
37006
37007         * users.txt: New file.
37008
37009 2006-08-11  Bruno Haible  <bruno@clisp.org>
37010
37011         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
37012         before <wchar.h>. Needed for OSF/1 and BSD/OS.
37013
37014 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
37015
37016         * modules/snprintf (Depends-on): Remove minmax.
37017         (Maintainer): Add self and Bruno.
37018
37019 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
37020
37021         * lib/.cppi-disable: Add snprintf.h, socket_.h.
37022         * lib/snprintf.c: Include <errno.h> and <limits.h>.
37023         (EOVERFLOW): Define if the system does not.
37024         Do not include "minmax.h"; it wasn't used.
37025         (snprintf): Don't assume size_t promotes to an unsigned type.
37026         Fix bug when generated string was too long for the buffer: the
37027         buffer's contents are supposed to be the initial prefix of the
37028         output.  Don't assume vasnprintf returns EOVERFLOW if the size
37029         exceeds INT_MAX; do the check ourselves.
37030
37031         Import the following changes from libc:
37032
37033         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
37034
37035         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
37036         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
37037         set wc to the byte which couldn't be converted.
37038         (re_string_reconstruct): Don't clear valid_raw_len before calling
37039         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
37040         tip_context using re_string_context_at.
37041
37042         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
37043
37044         * lib/posix/regex.h: g++ still cannot handled [restrict].
37045
37046         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
37047
37048         * lib/posix/regex.h: Remove special handling for VMS.
37049
37050 2006-08-10  Jim Meyering  <jim@meyering.net>
37051
37052         * modules/same-inode: New module.
37053         * modules/dev-ino: New module.
37054         * modules/cycle-check: Depend on these modules, rather than simply
37055         including their .h files.
37056         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
37057         required via m4/cycle-check.m4.
37058         * modules/same: Depend on new same-inode module, rather than
37059         including same-inode.h.
37060         * modules/chdir-safer: New file.
37061
37062         * modules/chown (Depends-on): Add stat-macros.
37063
37064 2006-08-10  Jim Meyering  <jim@meyering.net>
37065
37066         * m4/cycle-check.m4: New file.
37067         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
37068         * m4/dev-ino.m4, m4/same-inode.m4: New files.
37069
37070 2006-08-10  Eric Blake  <ebb9@byu.net>
37071
37072         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
37073         in from original proposal.
37074
37075 2006-08-10  Eric Blake  <ebb9@byu.net>
37076         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
37077
37078         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
37079         namespace.
37080
37081 2006-08-10  Bruno Haible  <bruno@clisp.org>
37082
37083         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
37084         as well.
37085
37086 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
37087
37088         Sync from coreutils.
37089
37090         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
37091
37092         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
37093         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
37094
37095 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
37096
37097         * modules/restrict: Remove; no longer needed now that we assume
37098         Autoconf 2.59 or later.
37099         * MODULES.html.sh: Remove 'restrict'.
37100         * modules/argp (Depends-on): Remove 'restrict'.
37101         * modules/base64 (Depends-on): Likewise.
37102         * modules/gc (Depends-on): Likewise.
37103         * modules/getaddrinfo (Depends-on): Likewise.
37104         * modules/glob (Depends-on): Likewise.
37105         * modules/inet_ntop (Depends-on): Likewise.
37106         * modules/inet_pton (Depends-on): Likewise.
37107         * modules/memxor (Depends-on): Likewise.
37108         * modules/regex (Depends-on): Likewise.
37109         * modules/strtok_r (Depends-on): Likewise.
37110         * modules/time_r (Depends-on): Likewise.
37111
37112 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
37113
37114         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
37115         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
37116         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
37117         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
37118         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
37119         * m4/memxor.m4 (gl_MEMXOR): Likewise.
37120         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
37121         gl_C_RESTRICT replaced by AC_C_RESTRICT.
37122
37123         Merge from coreutils.
37124         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
37125         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
37126         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
37127         * m4/time_r.m4 (gl_TIME_R): Likewise.
37128
37129 2006-08-09  Karl Berry  <karl@gnu.org>
37130
37131         * config/srclist.txt: no more gettext-tools, per Bruno.
37132
37133 2006-08-08  Eric Blake  <ebb9@byu.net>
37134
37135         * modules/verror: New module.
37136         * MODULES.html.sh: Document it.
37137
37138 2006-08-08  Eric Blake  <ebb9@byu.net>
37139
37140         * lib/verror.h, lib/verror.c: New files.
37141
37142 2006-08-08  Eric Blake  <ebb9@byu.net>
37143
37144         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
37145         verror_at_line output complies with GNU Coding Standards even when
37146         file is NULL.
37147
37148 2006-08-07  Bruno Haible  <bruno@clisp.org>
37149
37150         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
37151         versions of AIX.
37152         Reported by Ralf Wildenhues.
37153
37154 2006-08-07  Bruno Haible  <bruno@clisp.org>
37155
37156         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
37157         in an AC_DEFUN. Needed so that the autoconf snippets can use
37158         AC_REQUIRE.
37159
37160 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37161
37162         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37163         Initialize pkgdata_DATA.
37164         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
37165         overriding it.
37166
37167 2006-08-06  Eric Blake  <ebb9@byu.net>
37168
37169         * lib/error.h: Fold in some upstream changes from glibc.
37170         * lib/error.c: Likewise.
37171
37172 2006-08-04  Bruno Haible  <bruno@clisp.org>
37173
37174         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37175         Make the mostlyclean-local rule depend on mostlyclean-generic.
37176         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
37177
37178 2006-07-31  Bruno Haible  <bruno@clisp.org>
37179
37180         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
37181         <stdlib.h>, <string.h>.
37182
37183 2006-07-30  Bruno Haible  <bruno@clisp.org>
37184
37185         * modules/readlink (License): Change to LGPL.
37186
37187 2006-07-30  Bruno Haible  <bruno@clisp.org>
37188
37189         * modules/javaversion (Makefile.am): Distribute javaversion.java and
37190         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
37191         set PKGDATADIR to point to it.
37192
37193 2006-07-30  Bruno Haible  <bruno@clisp.org>
37194
37195         * modules/csharpexec (configure.ac): Comment out macro invocation.
37196         * modules/javaexec (configure.ac): Likewise.
37197         * modules/javacomp-script (configure.ac): Likewise.
37198
37199         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
37200
37201 2006-07-30  Bruno Haible  <bruno@clisp.org>
37202
37203         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
37204         linked-list.
37205
37206 2006-07-30  Bruno Haible  <bruno@clisp.org>
37207
37208         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
37209
37210 2006-07-30  Bruno Haible  <bruno@clisp.org>
37211
37212         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37213         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
37214         get removed.
37215
37216 2006-07-29  Bruno Haible  <bruno@clisp.org>
37217
37218         Make it possible for gnulib-tool to work with locally modified or
37219         augmented gnulib repositories.
37220         * gnulib-tool (func_usage): Document --local-dir option.
37221         (local_gnulib_dir): New variable.
37222         Handle --local-dir option.
37223         (func_lookup_file): New function.
37224         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
37225         (func_get_description, func_get_filelist, func_get_description,
37226         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
37227         func_get_automake_snippet, func_get_include_directive,
37228         func_get_license, func_get_maintainer): Use func_lookup_file.
37229         (func_import, func_create_testdir): Use func_lookup_file.
37230
37231 2006-07-29  Bruno Haible  <bruno@clisp.org>
37232
37233         * modules/setenv (Depends-on): Add unistd.
37234
37235 2006-07-29  Bruno Haible  <bruno@clisp.org>
37236
37237         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
37238
37239 2006-07-29  Bruno Haible  <bruno@clisp.org>
37240
37241         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
37242
37243 2006-07-29  Bruno Haible  <bruno@clisp.org>
37244
37245         * gnulib-tool (import, update): If there is no Makefile.am, look at
37246         aclocal.m4, instead of bailing out.
37247
37248 2006-07-29  Bruno Haible  <bruno@clisp.org>
37249
37250         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
37251         Categorize the options by when they are useful.
37252
37253 2006-07-29  Bruno Haible  <bruno@clisp.org>
37254
37255         * gnulib-tool (func_usage): Document option --no-libtool.
37256         Handle option --no-libtool.
37257         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
37258         for changed semantics of $libtool variable.
37259         (func_import): Likewise. If libtool is not used, show this through
37260         an option --no-libtool.
37261         (func_create_testdir): Update.
37262
37263 2006-07-29  Bruno Haible  <bruno@clisp.org>
37264
37265         * gnulib-tool (func_import): Extend error message about missing
37266         --doc-base.
37267
37268 2006-07-29  Bruno Haible  <bruno@clisp.org>
37269
37270         * gnulib-tool (func_import): Don't create the $docbase directory if
37271         there is no file to store there.
37272
37273 2006-07-29  Bruno Haible  <bruno@clisp.org>
37274
37275         * gnulib-tool (autoconf_minversion): If a --dir option is given and
37276         relevant, look for configure.ac there, not in the current directory.
37277         Also use a simple search for AC_PREREQ, not "autoconf --trace".
37278
37279 2006-07-29  Bruno Haible  <bruno@clisp.org>
37280
37281         * gnulib-tool (SORT): New variable.
37282         (func_usage): Undocument --assume-autoconf option.
37283         Remove --assume-autoconf option handling.
37284         (autoconf_minversion): Determine from the contents of configure.ac.
37285         (func_import): Remove autoconf_minversion handling.
37286         Suggested by Eric Blake.
37287
37288 2006-07-29  Bruno Haible  <bruno@clisp.org>
37289
37290         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
37291
37292 2006-07-29  Bruno Haible  <bruno@clisp.org>
37293
37294         * config/srclist.txt (*setenv.[ch]): Remove rules.
37295
37296 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37297
37298         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
37299
37300 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37301
37302         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
37303         arpa/inet.h.
37304
37305 2006-07-28  Simon Josefsson  <jas@extundo.com>
37306
37307         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
37308         * modules/inet_pton (Depends-on): Likewise.
37309
37310 2006-07-28  Simon Josefsson  <jas@extundo.com>
37311
37312         * m4/netinet_in_h.m4: New file.
37313
37314 2006-07-28  Simon Josefsson  <jas@extundo.com>
37315
37316         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
37317         #include's.
37318
37319 2006-07-28  Simon Josefsson  <jas@extundo.com>
37320
37321         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
37322         #include's.
37323
37324 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
37325
37326         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
37327         setgid on directories only if they set these bits.
37328         * lib/modechange.h: Remove obsolete comment about masks.
37329
37330 2006-07-28  Eric Blake  <ebb9@byu.net>
37331
37332         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
37333         macro expansion.
37334
37335 2006-07-28  Bruno Haible  <bruno@clisp.org>
37336
37337         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
37338
37339 2006-07-28  Bruno Haible  <bruno@clisp.org>
37340
37341         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
37342
37343 2006-07-28  Bruno Haible  <bruno@clisp.org>
37344
37345         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
37346         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
37347         Define fallbacks.
37348         Avoids link error on FreeBSD 4.x.
37349         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37350
37351         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
37352         encoding.
37353         * lib/mbswidth.c (iswcntrl): Likewise.
37354
37355 2006-07-27  Bruno Haible  <bruno@clisp.org>
37356
37357         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
37358         test.
37359
37360 2006-07-27  Bruno Haible  <bruno@clisp.org>
37361
37362         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
37363         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
37364         defined.
37365
37366 2006-07-26  Eric Blake  <ebb9@byu.net>
37367
37368         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
37369
37370 2006-07-26  Eric Blake  <ebb9@byu.net>
37371
37372         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
37373         like mingw that lack mkstemp.
37374         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
37375         avoid compilation warning on mingw.
37376
37377 2006-07-26  Bruno Haible  <bruno@clisp.org>
37378
37379         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
37380         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
37381         INT_FAST*_MIN, INTPTR_MIN.
37382
37383 2006-07-25  Bruno Haible  <bruno@clisp.org>
37384
37385         * modules/version-etc (Depends-on): Add stdarg.
37386
37387 2006-07-25  Bruno Haible  <bruno@clisp.org>
37388
37389         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
37390         complex commands.
37391
37392 2006-07-25  Bruno Haible  <bruno@clisp.org>
37393
37394         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
37395         defined in <stdarg.h> or config.h.
37396
37397 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
37398
37399         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
37400         (gl_STDIO_SAFER): Remove.
37401
37402 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
37403
37404         * MODULES.html.sh (File stream based Input/Output):
37405         Add fopen-safer, tmpfile-safer; remove stdio-safer.
37406         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
37407         * modules/fopen-safer, modules/tmpfile-safer: New files.
37408         * modules/stdio-safer: Remove.
37409
37410 2006-07-24  Bruno Haible  <bruno@clisp.org>
37411
37412         * modules/tmpdir: New file.
37413         * MODULES.html.sh (File system functions): Add it.
37414
37415 2006-07-24  Bruno Haible  <bruno@clisp.org>
37416
37417         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
37418         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
37419
37420 2006-07-24  Bruno Haible  <bruno@clisp.org>
37421
37422         * modules/clean-temp: New file.
37423
37424 2006-07-24  Bruno Haible  <bruno@clisp.org>
37425
37426         * m4/tmpdir.m4: New file, from GNU gettext.
37427
37428 2006-07-24  Bruno Haible  <bruno@clisp.org>
37429
37430         * lib/tmpdir.h: New file, from GNU gettext.
37431         * lib/tmpdir.c: New file, from GNU gettext.
37432
37433 2006-07-24  Bruno Haible  <bruno@clisp.org>
37434
37435         * lib/clean-temp.h: New file, from GNU gettext.
37436         * lib/clean-temp.c: New file, from GNU gettext.
37437
37438 2006-07-23  Eric Blake  <ebb9@byu.net>
37439
37440         * modules/stdio-safer (Files): Add tmpfile-safer.c.
37441         (Depends-on): Add binary-io.
37442
37443 2006-07-23  Eric Blake  <ebb9@byu.net>
37444
37445         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
37446
37447 2006-07-23  Eric Blake  <ebb9@byu.net>
37448
37449         * lib/tmpfile-safer.c: New file.
37450         * lib/stdio-safer.h (fopen_safer): Add prototype.
37451         * lib/stdio--.h (tmpfile): Make safer.
37452
37453 2006-07-23  Bruno Haible  <bruno@clisp.org>
37454
37455         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
37456         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
37457         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
37458         gl_linked_remove_at): Use it.
37459
37460 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37461         and Simon Josefsson <jas@extundo.com>
37462
37463         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
37464
37465         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
37466
37467 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
37468
37469         * modules/close-stream: New file.
37470         * modules/closeout (Description): Make it clear that it exits
37471         with a diagnostic on error.
37472         (Depends-on): Add close-stream.  Remove fpending, stdbool.
37473         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
37474
37475 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
37476
37477         * m4/close-stream.m4: New file.
37478
37479 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
37480
37481         * lib/close-stream.c, lib/close-stream.h: New files.
37482
37483 2006-07-22  Bruno Haible  <bruno@clisp.org>
37484
37485         Merge from GNU gettext 0.15.
37486
37487         2006-05-01  Bruno Haible  <bruno@clisp.org>
37488
37489                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
37490
37491         2006-07-22  Bruno Haible  <bruno@clisp.org>
37492
37493                 * modules/javaversion: New file.
37494                 * MODULES.html.sh (Java): Add javaversion.
37495
37496         2006-03-12  Bruno Haible  <bruno@clisp.org>
37497
37498                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
37499
37500         2005-12-04  Bruno Haible  <bruno@clisp.org>
37501
37502                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
37503                 (untested).
37504
37505         2006-06-21  Bruno Haible  <bruno@clisp.org>
37506
37507                 Avoid warnings from recent versions of mcs.
37508                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
37509                 -o, -L, -r any more. Use options documented since mcs-1.0
37510                 instead. Similarly for -g.
37511
37512         2005-12-04  Bruno Haible  <bruno@clisp.org>
37513
37514                 * build-aux/csharpcomp.sh.in: Suffix for resources is
37515                 .resources, not .resource.
37516
37517         2005-07-09  Bruno Haible  <bruno@clisp.org>
37518
37519                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
37520                 add a .dll suffix.
37521                 Reported by Mark Junker <mjscod@gmx.de>.
37522
37523         2006-07-22  Bruno Haible  <bruno@clisp.org>
37524
37525                 * modules/gettext: Upgrade to gettext-0.15.
37526                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
37527                 m4/visibility.m4.
37528                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
37529
37530 2006-07-22  Bruno Haible  <bruno@clisp.org>
37531
37532         Merge from GNU gettext 0.15.
37533
37534         2006-03-25  Bruno Haible  <bruno@clisp.org>
37535
37536                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
37537
37538         2006-07-21  Bruno Haible  <bruno@clisp.org>
37539
37540                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
37541                 "1.1".
37542
37543         2006-05-09  Bruno Haible  <bruno@clisp.org>
37544
37545                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
37546                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
37547                 for the conftestver execution.
37548
37549         2006-05-01  Bruno Haible  <bruno@clisp.org>
37550
37551                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
37552                 optional target-version argument. Verify that the compiler
37553                 groks source of the specified source-version, or add -source
37554                 option as necessary. Verify that the compiler produces
37555                 bytecode in the specified target-version, or add -target and
37556                 -source options as necessary. Make the result of the test
37557                 available as variable CONF_JAVAC. Also log error output in
37558                 config.log.
37559
37560         2006-03-11  Bruno Haible  <bruno@clisp.org>
37561
37562                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
37563
37564         2006-05-09  Bruno Haible  <bruno@clisp.org>
37565
37566                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
37567                 CLASSPATH_SEPARATOR to a semicolon.
37568
37569         2006-03-12  Bruno Haible  <bruno@clisp.org>
37570
37571                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
37572                 available as variable CONF_JAVA, for subsequent autoconf
37573                 tests. Also log error output in config.log.
37574
37575         2006-07-19  Bruno Haible  <bruno@clisp.org>
37576
37577                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
37578                 that getline works on glibc2 systems. Needed to avoid trouble
37579                 in relocatable.c.
37580                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
37581
37582         2005-12-04  Bruno Haible  <bruno@clisp.org>
37583
37584                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
37585                 launcher (untested).
37586
37587         2005-12-04  Bruno Haible  <bruno@clisp.org>
37588
37589                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
37590
37591         2006-07-22  Bruno Haible  <bruno@clisp.org>
37592
37593                 * gettext.m4: Update from GNU gettext-0.15.
37594                 * nls.m4: Likewise.
37595                 * po.m4: Likewise.
37596                 * inttypes-pri.m4: Likewise.
37597                 * inttypes-h.m4: Renamed from inttypes.m4.
37598                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
37599
37600 2006-07-22  Bruno Haible  <bruno@clisp.org>
37601
37602         Merge from GNU gettext 0.15.
37603
37604         2005-07-05  Bruno Haible  <bruno@clisp.org>
37605
37606                 * printf-args.c (printf_fetchargs): Work around broken
37607                 definition of wint_t on mingw.
37608
37609         2005-02-12  Bruno Haible  <bruno@clisp.org>
37610
37611                 * xallocsa.h: Add extern "C" for C++.
37612
37613         2006-05-17  Bruno Haible  <bruno@clisp.org>
37614
37615                 Cygwin portability.
37616                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
37617
37618         2006-04-30  Bruno Haible  <bruno@clisp.org>
37619
37620                 * progreloc.c: Include <mach-o/dyld.h> if available.
37621                 (find_executable): Use _NSGetExecutablePath when possible.
37622
37623         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
37624
37625                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
37626                 function.
37627
37628         2005-12-29  Bruno Haible  <bruno@clisp.org>
37629
37630                 * progreloc.c (set_program_name_and_installdir): Fix
37631                 compilation error.
37632
37633         2005-12-04  Bruno Haible  <bruno@clisp.org>
37634
37635                 Cygwin portability.
37636                 * progreloc.c: Include <windows.h> also on Cygwin.
37637                 (find_executable): Add support for Cygwin.
37638                 (set_program_name_and_installdir): Handle also platforms with
37639                 nonempty EXEEXT.
37640
37641         2006-07-11  Bruno Haible  <bruno@clisp.org>
37642
37643                 * javacomp.c: Fix a comment.
37644                 Reported by Jim Meyering.
37645
37646         2006-04-30  Bruno Haible  <bruno@clisp.org>
37647
37648                 * javacomp.h (compile_java_class): Add source_version,
37649                 target_version arguments.
37650                 * javacomp.c: Rewritten to choose only a compiler that
37651                 respects the specified source_version and target_version.
37652
37653         2006-06-27  Bruno Haible  <bruno@clisp.org>
37654
37655                 Assume correct S_ISDIR macro.
37656                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
37657
37658         2006-07-22  Bruno Haible  <bruno@clisp.org>
37659
37660                 * javaversion.h: New file, from GNU gettext.
37661                 * javaversion.c: New file, from GNU gettext.
37662                 * javaversion.java: New file, from GNU gettext.
37663                 * javaversion.class: New file, from GNU gettext.
37664
37665         2006-05-17  Bruno Haible  <bruno@clisp.org>
37666
37667                 Cygwin portability.
37668                 * javaexec.c (execute_java_class): Test for jview program
37669                 also on Cygwin.
37670
37671         2006-04-09  Bruno Haible  <bruno@clisp.org>
37672
37673                 * fatal-signal.c: Don't include string.h.
37674                 (at_fatal_signal): Use a copying loop instead of memcpy.
37675
37676         2005-12-04  Bruno Haible  <bruno@clisp.org>
37677
37678                 * csharpexec.c: Add support for 'clix' launcher (untested).
37679                 (execute_csharp_using_sscli): New function.
37680                 (execute_csharp_program): Call it.
37681
37682         2006-06-21  Bruno Haible  <bruno@clisp.org>
37683
37684                 Avoid warnings from recent versions of mcs.
37685                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
37686                 -o, -L, -r any more. Use options documented since mcs-1.0
37687                 instead. Similarly for -g.
37688
37689         2005-07-09  Bruno Haible  <bruno@clisp.org>
37690
37691                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
37692                 add a .dll suffix.
37693                 Reported by Mark Junker <mjscod@gmx.de>.
37694
37695         2006-06-17  Bruno Haible  <bruno@clisp.org>
37696
37697                 * config.charset: Update for NetBSD 3.0.
37698
37699         2006-05-17  Bruno Haible  <bruno@clisp.org>
37700
37701                 Cygwin portability.
37702                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
37703
37704         2006-05-16  Bruno Haible  <bruno@clisp.org>
37705
37706                 * localcharset.c [CYGWIN]: Include <windows.h>.
37707                 (get_charset_aliases): For Cygwin, return the same CPxxx
37708                 aliases list as under WIN32.
37709                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
37710                 the environment variables. Fall back to GetACP().
37711
37712         2006-04-05  Bruno Haible  <bruno@clisp.org>
37713
37714                 * config.charset: Update Juan Manuel Guerrero's address.
37715
37716         2005-02-12  Bruno Haible  <bruno@clisp.org>
37717
37718                 * allocsa.h: Add extern "C" for C++.
37719
37720         2005-02-10  Bruno Haible  <bruno@clisp.org>
37721
37722                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
37723                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
37724
37725         2006-07-22  Bruno Haible  <bruno@clisp.org>
37726
37727                 * gettext.h: Update to GNU gettext-0.15.
37728
37729 2006-07-22  Bruno Haible  <bruno@clisp.org>
37730
37731         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
37732         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
37733         lib-prefix.m4, longdouble.m4, ssize_t.m4.
37734
37735 2006-07-21  Eric Blake  <ebb9@byu.net>
37736
37737         * modules/stdlib-safer: New file.
37738         * MODULES.html.sh (File stream based Input/Output): Add
37739         stdlib-safer.
37740
37741 2006-07-21  Eric Blake  <ebb9@byu.net>
37742
37743         * lib/stdlib-safer.h: New file from coreutils, required by
37744         stdlib--.h.
37745
37746 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
37747
37748         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
37749
37750 2006-07-20  Bruno Haible  <bruno@clisp.org>
37751
37752         * gnulib-tool: Recognize new option --assume-autoconf.
37753         (autoconf_minversion): New variable.
37754         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
37755
37756 2006-07-20  Bruno Haible  <bruno@clisp.org>
37757
37758         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
37759
37760 2006-07-19  Derek R. Price  <derek@ximbiot.com>
37761
37762         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
37763         Reindent and repaginate.
37764
37765 2006-07-19  Derek Price  <derek@ximbiot.com>
37766
37767         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
37768         Correct grammar.
37769
37770 2006-07-17  Bruno Haible  <bruno@clisp.org>
37771
37772         * modules/list: New file.
37773         * modules/array-list: New file.
37774         * modules/carray-list, modules/carray-list-tests: New files.
37775         * modules/linked-list, modules/linked-list-tests: New files.
37776         * modules/avltree-list, modules/avltree-list-tests: New files.
37777         * modules/rbtree-list, modules/rbtree-list-tests: New files.
37778         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
37779         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
37780         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
37781         * modules/oset: New file.
37782         * modules/array-oset: New file.
37783         * modules/avltree-oset, modules/avltree-oset-tests: New files.
37784         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
37785         * tests/test-carray_list.c: New file.
37786         * tests/test-linked_list.c: New file.
37787         * tests/test-avltree_list.c: New file.
37788         * tests/test-rbtree_list.c: New file.
37789         * tests/test-linkedhash_list.c: New file.
37790         * tests/test-avltreehash_list.c: New file.
37791         * tests/test-rbtreehash_list.c: New file.
37792         * tests/test-avltree_oset.c: New file.
37793         * tests/test-rbtree_oset.c: New file.
37794         * MODULES.html.sh (Container data structures): New section.
37795
37796 2006-07-17  Bruno Haible  <bruno@clisp.org>
37797
37798         * m4/gl_list.m4: New file.
37799
37800 2006-07-17  Bruno Haible  <bruno@clisp.org>
37801
37802         * lib/gl_list.h: New file.
37803         * lib/gl_list.c: New file.
37804         * lib/gl_array_list.h: New file.
37805         * lib/gl_array_list.c: New file.
37806         * lib/gl_carray_list.h: New file.
37807         * lib/gl_carray_list.c: New file.
37808         * lib/gl_linked_list.h: New file.
37809         * lib/gl_linked_list.c: New file.
37810         * lib/gl_anylinked_list1.h: New file.
37811         * lib/gl_anylinked_list2.h: New file.
37812         * lib/gl_avltree_list.h: New file.
37813         * lib/gl_avltree_list.c: New file.
37814         * lib/gl_anyavltree_list1.h: New file.
37815         * lib/gl_anyavltree_list2.h: New file.
37816         * lib/gl_rbtree_list.h: New file.
37817         * lib/gl_rbtree_list.c: New file.
37818         * lib/gl_anyrbtree_list1.h: New file.
37819         * lib/gl_anyrbtree_list2.h: New file.
37820         * lib/gl_anytree_list1.h: New file.
37821         * lib/gl_anytree_list2.h: New file.
37822         * lib/gl_linkedhash_list.h: New file.
37823         * lib/gl_linkedhash_list.c: New file.
37824         * lib/gl_anyhash_list1.h: New file.
37825         * lib/gl_anyhash_list2.h: New file.
37826         * lib/gl_avltreehash_list.h: New file.
37827         * lib/gl_avltreehash_list.c: New file.
37828         * lib/gl_rbtreehash_list.h: New file.
37829         * lib/gl_rbtreehash_list.c: New file.
37830         * lib/gl_anytreehash_list1.h: New file.
37831         * lib/gl_anytreehash_list2.h: New file.
37832
37833         * lib/gl_oset.h: New file.
37834         * lib/gl_oset.c: New file.
37835         * lib/gl_array_oset.h: New file.
37836         * lib/gl_array_oset.c: New file.
37837         * lib/gl_avltree_oset.h: New file.
37838         * lib/gl_avltree_oset.c: New file.
37839         * lib/gl_rbtree_oset.h: New file.
37840         * lib/gl_rbtree_oset.c: New file.
37841         * lib/gl_anytree_oset.h: New file.
37842
37843 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
37844
37845         * m4/mkancesdirs.m4: New file.
37846         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
37847         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
37848         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
37849         it.
37850
37851 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
37852
37853         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
37854         * lib/mkancesdirs.h: New files.
37855         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
37856         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
37857         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
37858         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
37859         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
37860         callers changed.  Revamp internals significantly, by not
37861         attempting to create directories that are temporarily more
37862         permissive than the final results.  Do not attempt to use
37863         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
37864         This removes some race conditions, fixes some bugs, and simplifies
37865         things.  Use new dirchownmod function to do owner and mode changes.
37866         * lib/mkdir-p.h: Likewise.
37867         * lib/modechange.c (octal_to_mode): New function.
37868         (struct mode_change): New member mentioned.
37869         (make_node_op_equals): New arg mentioned.  All callers changed.
37870         (mode_compile): Keep track of which mode bits the user has explicitly
37871         mentioned.
37872         (mode_adjust): New arg DIR, so that we implement the X op correctly.
37873         New arg PMODE_BITS, to keep track of which mode bits the user
37874         mentioned; it treats S_ISUID and S_ISGID speciall.
37875         All callers changed.
37876         * lib/modechange.h: Likewise.
37877
37878 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
37879
37880         * MODULES.html.sh: Add mkancestors.
37881         * modules/mkancesdirs: New module.
37882         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
37883         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
37884         The chdir-safer and afs files are now orphans; I'll remove them
37885         unless someone speaks up.
37886         Add lib/dirchownmod.c, lib/dirchownmod.h.
37887         (Depends-on): Remove alloca, chown, save-cwd, dirname.
37888         Add lchown, mkancesdirs.
37889         (Maintainer): Add self.
37890
37891 2006-07-15  Karl Berry  <karl@gnu.org>
37892
37893         * gnulib-tool: help message wording/arrangement.
37894
37895 2006-07-14  Simon Josefsson  <jas@extundo.com>
37896
37897         * doc/gnulib.texi (Libtool and Windows): New section.
37898
37899 2006-07-12  Simon Josefsson  <jas@extundo.com>
37900
37901         * modules/gendocs (License): Fix license, approved by Karl.
37902
37903 2006-07-12  Eric Blake  <ebb9@byu.net>
37904
37905         * MODULES.html.sh: Add gendocs.
37906
37907 2006-07-11  Eric Blake  <ebb9@byu.net>
37908
37909         * modules/fdl: New module, to install doc/fdl.texi.
37910         * MODULES.html.sh: Add new section for documentation modules.
37911         * gnulib-tool: Avoid space-tab.
37912         (--doc-base): New option, to manage files from doc.
37913
37914 2006-07-11  Eric Blake  <ebb9@byu.net>
37915
37916         * m4/absolute-header.m4: Fix comments to match recent change.
37917
37918 2006-07-11  Eric Blake  <ebb9@byu.net>
37919
37920         * gnulib-tool: List --doc-base before --tests-base.
37921
37922 2006-07-11  Derek R. Price  <derek@ximbiot.com>
37923
37924         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
37925
37926 2006-07-11  Bruno Haible  <bruno@clisp.org>
37927
37928         * README: Mention where to put documentation.
37929
37930 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37931
37932         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
37933
37934 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
37935
37936         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
37937         to stdint.m4.
37938
37939 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
37940
37941         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
37942         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
37943         "no/such/file/stdint.h" when there is no such file, so that
37944         the resulting C code can be parsed by dodgy compilers.
37945         Problems reported by Bob Proulx.
37946
37947 2006-07-10  Derek R. Price  <derek@ximbiot.com>
37948
37949         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
37950         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
37951         macros into the GNU _D_EXACT_NAMLEN.
37952         * lib/savedir.c:  Likewise.
37953         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
37954
37955 2006-07-10  Derek R. Price  <derek@ximbiot.com>
37956         and Paul Eggert  <eggert@cs.ucla.edu>
37957
37958         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
37959         * m4/savedir.m4:
37960         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
37961         macros into the GNU _D_EXACT_NAMLEN.
37962
37963 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
37964
37965         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
37966         around the absolute name, to work around a problem with the HP-UX
37967         11.23 native C compiler, reported by Bob Proulx.
37968
37969 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
37970
37971         * doc/maintain.texi, make-stds.texi: Sync from
37972         <http://savannah.gnu.org/projects/gnustandards>.
37973
37974 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
37975
37976         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
37977
37978 2006-07-09  Jim Meyering  <jim@meyering.net>
37979
37980         * m4/glob.m4: Remove a doubled word in a comment.
37981
37982 2006-07-09  Jim Meyering  <jim@meyering.net>
37983
37984         * lib/argp-pv.c: Remove a doubled word in a comment.
37985         * lib/check-version.c (check_version): Likewise.
37986         * lib/javacomp.c (compile_java_class): Likewise.
37987
37988 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
37989
37990         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
37991         for the benefit of people using Autoconf 2.60.  If you want to
37992         support older Autoconf versions you can copy m4/onceonly_2_57.m4
37993         (or m4/onceonly.m4, if pre-2.57) manually.
37994
37995 2006-07-08  Jim Meyering  <jim@meyering.net>
37996
37997         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
37998         comment.
37999         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
38000         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
38001         comment.
38002
38003 2006-07-08  Jim Meyering  <jim@meyering.net>
38004
38005         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
38006
38007 2006-07-07  Simon Josefsson  <jas@extundo.com>
38008
38009         * tests/test-crc.c: Change expected crc value, the test vector
38010         were probably computed using the old broken crc.c?
38011
38012 2006-07-06  Simon Josefsson  <jas@extundo.com>
38013
38014         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
38015         now the canonical place for the M4 file).
38016
38017         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
38018         from the sys_socket dependency now.
38019
38020         * modules/inet_pton (Files): Ditto.
38021
38022         * modules/inet_ntop (Files): Ditto.
38023
38024 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
38025
38026         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
38027         not gl_PREREQ_GETUSERSHELL.
38028
38029 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38030
38031         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
38032         with only one argument, for Autoconf 2.60.
38033         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
38034         expand to nothing, so add a shell command to avoid syntax error.
38035         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
38036
38037 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38038
38039         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
38040
38041 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
38042
38043         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
38044         no longer needed.  Check for isblank decl.
38045         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
38046         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
38047         of existence.
38048
38049 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
38050
38051         * lib/getloadavg.c: Use __VMS, not VMS.
38052         * lib/getopt.c: Likewise.
38053         * lib/getpagesize.h: Likewise.
38054         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
38055         and probably does not work.
38056
38057 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
38058
38059         * lib/.cppi-disable: Add wcwidth.
38060         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
38061         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
38062         (ISGRAPH): Remove.  All uses changed to isgraph.
38063         (FOLD) [!defined _LIBC]: Remove special case.
38064         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
38065         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
38066         HAVE_ISBLANK.
38067         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
38068         case.
38069
38070 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
38071
38072         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
38073         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
38074         brackets.  Other minor changes to suppress some compiler
38075         warnings.
38076
38077 2006-07-06  Derek R. Price  <derek@ximbiot.com>
38078         and Paul Eggert  <eggert@cs.ucla.edu>
38079
38080         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
38081         of invoking obsolescent AC_HEADER_DIRENT macro.
38082         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
38083         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
38084         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
38085         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
38086         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
38087         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
38088         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
38089         * m4/readdir.m4: Remove; no longer needed.
38090
38091 2006-07-06  Derek R. Price  <derek@ximbiot.com>
38092         and Paul Eggert  <eggert@cs.ucla.edu>
38093
38094         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
38095         Don't worry about this obsolete case any more.
38096         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
38097         directories.
38098         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
38099         worry about this obsolete case any more.
38100         * lib/fts.c: Likewise.
38101         * lib/getcwd.c: Likewise.
38102         * lib/glob.h: Likewise.
38103         * lib/savedir.c: Likewise.
38104
38105 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
38106
38107         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
38108         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
38109         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
38110         needed.
38111         All uses removed.
38112         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
38113         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
38114         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
38115         needed.
38116         * m4/getdate.m4 (gl_GETDATE): Likewise.
38117         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
38118         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
38119         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
38120         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
38121         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
38122         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38123         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
38124         needed.
38125
38126 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
38127
38128         * lib/memcasecmp.c: Include <limits.h>.
38129         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
38130         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
38131         Don't assume isdigit succeeds only on '0' through '9'.
38132
38133 2006-07-05  Eric Blake  <ebb9@byu.net>
38134
38135         * modules/getaddrinfo (Depends-on): Add snprintf.
38136
38137 2006-07-05  Eric Blake  <ebb9@byu.net>
38138
38139         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
38140         to avoid 'header present but could not be compiled' on cygwin.
38141
38142 2006-07-05  Eric Blake  <ebb9@byu.net>
38143
38144         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
38145         missing from netdb.h.
38146         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
38147
38148 2006-07-05  Derek R. Price  <derek@ximbiot.com>
38149
38150         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
38151         no longer needed.
38152         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
38153         * m4/getdate.m4 (gl_GETDATE): Likewise.
38154         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
38155         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
38156         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
38157         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
38158         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38159
38160 2006-07-05  Derek R. Price  <derek@ximbiot.com>
38161
38162         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
38163         All uses of is_space replaced by isspace.
38164         * lib/exit.h: Don't talk about STDC_HEADERS.
38165         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
38166         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
38167         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
38168         replaced by isprint etc.
38169         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
38170         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
38171         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
38172         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
38173         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
38174         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
38175
38176 2006-07-05  Bruno Haible  <bruno@clisp.org>
38177
38178         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
38179         the function exists, before testing against AIX.
38180         Reported by Martin Lambers <marlam@marlam.de>.
38181
38182 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
38183
38184         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
38185         From Mark D. Baushke.
38186
38187 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
38188
38189         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
38190         to the absolute name, not just one, to bypass Sun C 5.8's
38191         "warning: #include of /usr/include/... may be non-portable".
38192
38193 2006-07-04  Eric Blake  <ebb9@byu.net>
38194
38195         * modules/dirname-tests: New test module.
38196         * tests/test-dirname.c: New file, replacing dirname.c
38197         TEST_DIRNAME section that was recently deleted.
38198
38199 2006-07-04  Bruno Haible  <bruno@clisp.org>
38200
38201         Assume ANSI C header files and <ctype.h> functions.
38202         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
38203         (mbsnwidth): Use isprint, iscntrl instead.
38204
38205 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38206
38207         Merge from coreutils.
38208         * MODULES.html.sh: Add xstrtold.
38209         * modules/xstrtold: New file.
38210         * modules/cycle-check (Files): Add lib/same-inode.h.
38211         * modules/dirname (Files): Add m4/double-slash-root.m4.
38212         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
38213         * modules/mkdir-p (Files): Add lib/same-inode.h.
38214         * modules/same (Files): Add lib/same-inode.h.
38215
38216 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38217
38218         * m4/absolute-header.m4: Renamed from full-header-path.m4.
38219         This is to keep the terminology clean; POSIX talks about
38220         "absolute pathnames", not "full pathnames", but the GNU
38221         Coding Standards say to use "path" for something else;
38222         so use "absolute" to keep both sides happy.
38223         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
38224         Set gl_absolute_header, not gl_full_header_path.
38225         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
38226         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
38227         All uses changed.
38228
38229         Merge from coreutils.
38230
38231         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
38232
38233         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
38234         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
38235         want to require the building of c-strtod.o.
38236         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
38237         needs -lm directly.
38238         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
38239
38240         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
38241
38242         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
38243         --as-needed option if available.  Problem reported by Albert Chin in
38244         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
38245         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
38246         cc merely issues a bunch of annoying warnings for --as-needed
38247         (this problem was reported by Bob Proulx).  Also, try linking with
38248         -lm to detect a bug in binutils 2.16 (this problem was reported
38249         by Ralf Wildenhues).
38250
38251         2006-06-18  Jim Meyering  <jim@meyering.net>
38252
38253         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
38254         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
38255         macro.
38256         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
38257         also check for glibc-2.4's abort-inducing bug.
38258
38259         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
38260         Low-probability clean-up should be to use rmdir to get rid of
38261         the just-created directory, not unlink.
38262
38263         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
38264         configure fail, and request a bug report to inform us about it.
38265         Add a comment that, barring reports to the contrary, in 2007 we'll
38266         assume ftruncate is universally available.
38267
38268         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
38269
38270         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
38271
38272         2006-03-12  Jim Meyering  <jim@meyering.net>
38273
38274         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
38275         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
38276         * m4/same.m4 (gl_SAME): Likewise.
38277         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
38278
38279         2006-03-11  Eric Blake  <ebb9@byu.net>
38280
38281         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
38282         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
38283         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
38284         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
38285
38286 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
38287
38288         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
38289         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
38290         reported by Mark D. Baushke, one in
38291         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
38292
38293         Merge from coreutils.
38294
38295         * lib/.cppi-disable: Add stdint_.h.
38296         * lib/.cvsignore: Add stdint.h.
38297
38298         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
38299
38300         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
38301         both double and long double versions.
38302         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
38303         * lib/xstrtold.c: New file.
38304         * lib/xstrtod.h (xstrtold): New decl.
38305
38306         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38307
38308         * lib/filemode.c (setst): Remove.
38309         (strmode): Rewrite to avoid setst.  This makes the code shorter,
38310         (arguably) clearer, and the generated code is a bit smaller on my
38311         Debian GNU/Linux stable x86 host.
38312
38313         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
38314
38315         * lib/filemode.c: Include "filemode.h" first, to test the interface.
38316         Assume that filemode.h includes sys/types.h and sys/stat.h.
38317         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
38318         (ftypelet): Reorder to put common cases first, for efficiency.
38319         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
38320         to do 'M'.
38321         (strmode): Renamed from mode_string, and now stores 12 bytes instead
38322         of 10, for compatibility with FreeBSD.  All callers changed.
38323         (filemodestring): Now stores 12 bytes instead of 10, and sets file
38324         types that can't be deduced solely from st_mode.  First arg is now a
38325         const pointer.
38326         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
38327         (strmode): Renamed from mode_string.
38328         (filemodestring): New decl.
38329         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
38330         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
38331         needed.
38332         (S_ISPORT, S_ISWHT): New macros, if not already defined.
38333
38334         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
38335
38336         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
38337         fsusage.h now does that.  Include fsusage.h first, to test interface.
38338         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
38339         at most one method (the old code could have generated decls that
38340         didn't conform to C89, not that this was ever exercised).
38341         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
38342
38343         2006-03-19  Jim Meyering  <jim@meyering.net>
38344
38345         Work even in a chroot where d_ino values for entries in "/"
38346         don't match the stat.st_ino values for the same names.
38347         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
38348         number, iterate through all entries again, using lstat instead.
38349         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
38350         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
38351
38352         * lib/getcwd.c (__getcwd): Clarify a comment.
38353         Use memcpy in place of a call to strcpy.
38354
38355         2006-03-12  Jim Meyering  <jim@meyering.net>
38356
38357         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
38358         matches that of the current directory (which we're about to chdir ".."
38359         out of), then save the dev-ino of the parent, instead.
38360
38361         * lib/same-inode.h (SAME_INODE): New file/macro.
38362         * lib/chdir-safer.c (SAME_INODE): Remove definition.
38363         Include "same-inode.h", instead.
38364         * lib/same.c: Likewise.
38365         * lib/cycle-check.h: Include "same-inode.h".
38366         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
38367         * lib/cycle-check.c (SAME_INODE): Remove definition.
38368         * lib/root-dev-ino.h: Include "same-inode.h".
38369
38370         2006-03-11  Eric Blake  <ebb9@byu.net>
38371
38372         * lib/same.c (same_name): s/base_name/last_component/
38373         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
38374         * lib/filenamecat.c (file_name_concat): Likewise.
38375
38376         2006-03-11  Eric Blake  <ebb9@byu.net>,
38377                     Paul Eggert  <eggert@cs.ucla.edu>
38378
38379         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
38380         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
38381         drive prefix.
38382         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
38383         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
38384         (last_component): New method.
38385         * lib/dirname.c (dir_len): Determine when drive letters need a
38386         subsequent slash.  Preserve // when it is special.
38387         (dir_name): Don't append dot when drive letter is absolute.
38388         [TEST_DIRNAME]: Move into a full-blown gnulib test.
38389         * lib/basename.c (base_name): New semantics - malloc the result.
38390         Preserve // when it is special.  Preserve relative files that look
38391         like drive letters.
38392         (base_len): Preserve // when it is special.
38393         (last_component): New method, similar to old base_name semantics.
38394         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
38395         base_name.  Strip redundant slashes from ///.
38396
38397 2006-07-03  Jim Meyering  <jim@meyering.net>
38398
38399         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
38400         macro is used before the first cycle_check call.
38401
38402 2006-07-03  Eric Blake  <ebb9@byu.net>
38403
38404         * modules/dirname (Depends-on): Add xstrndup.
38405
38406 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
38407
38408         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
38409         test cases, so that config.log is a bit easier to follow.
38410
38411 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
38412
38413         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
38414         both are 64 bits, since this seems to be the tradition, and this
38415         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
38416         we ever run into a host that prefers long long to long in this
38417         case, we'll need another configure-time test.  Problem reported by
38418         Jim Meyering.
38419
38420 2006-07-02  Eric Blake  <ebb9@byu.net>
38421
38422         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
38423
38424 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
38425
38426         * modules/inttypes (Depends-on): No longer depends on stdint.
38427         * modules/stdint (Description): Say more about assumptions.
38428         Say that the fast types might differ.  Say macros are used.
38429         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
38430         (Makefile.am): Revise list of substituted symbols to match
38431         new stdint.m4.
38432         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
38433         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
38434         * tests/test-stdint.c (verify_same_types)
38435         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
38436         the code conforms to C99/C89.
38437         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
38438         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
38439
38440 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
38441
38442         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
38443         but fix a bug, by requiring at least 64 bits.
38444         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
38445         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
38446         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
38447         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
38448
38449         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
38450         changes.  Make 2.59 a prerequisite.  Check and substitute for
38451         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
38452         inttypes.h.  Do not use special include files; just use the
38453         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
38454         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
38455         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
38456         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
38457         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
38458         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
38459         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
38460         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
38461         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
38462         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
38463         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
38464         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
38465         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
38466         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
38467         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
38468         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
38469         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
38470         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
38471         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
38472         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
38473         WINT_MAX.  Check for C99 conformance more strictly, by detecting
38474         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
38475         not check for things that C99 does not require, e.g., int8_t.  If
38476         a test isn't needed unless <stdint.h> isn't working, and is
38477         unlikely to be needed for any other reason, then don't do it
38478         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
38479         size_t, since we assume C89 freestanding at least.  Do not check
38480         for sig_atomic_t, wchar_t, or wint_t, since the code now does
38481         the right thing even if the types are not defined.  Instead use:
38482         (gl_STDINT_TYPE_PROPERTIES): New macro.
38483         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
38484         testing whether <sys/types.h> clashes, as Autoconf does this for
38485         us now.  All uses removed.
38486         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
38487         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
38488         (gl_CHECK_TYPE_SAME):
38489         Remove; no longer needed.
38490         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
38491         exists, since we'll return 0 anyway in that case.
38492         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
38493
38494 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
38495
38496         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
38497         possible collision with system files.
38498         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
38499         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
38500         WCHAR_MIN and WCHAR_MAX in this case.
38501         (<stddef.h>): Do not include; no longer needed.
38502         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
38503         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
38504         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
38505         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
38506         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
38507         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
38508         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
38509         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
38510         !defined(__c99))]: Include in this case too, since it's harmless
38511         now.
38512         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
38513         dangerous to do so.
38514         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
38515         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
38516         (_STDINT_MIN, _STDINT_MAX): New macros.
38517         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
38518         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
38519         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
38520         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
38521         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
38522         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
38523         macros, not typedefs; this simplifies things quite a bit.
38524         Use long int for all types narrower than int64_t.
38525         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
38526         Define in terms of long long int or int64_t or long int,
38527         not int64_t or int32_t.  This saves some compile-time testing.
38528         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
38529         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
38530         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
38531         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
38532         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
38533         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
38534         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
38535         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
38536         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
38537         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
38538         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
38539         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
38540         undef any previous version and define our own version, for
38541         simplicity and consistency with the new macros for types.
38542         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
38543         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
38544         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
38545         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
38546         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
38547         @WINT_T_SUFFIX@ to keep things simple here.
38548         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
38549         Simplify by assuming typical 8/16/32/64 host, since we're
38550         already doing that elsewhere anyway.
38551         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
38552         and assume long long int is 64 bits if available.  This
38553         speeds up 'configure'.
38554
38555 2006-07-01  Eric Blake  <ebb9@byu.net>
38556
38557         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
38558         Reported by Andreas Buening.
38559
38560 2006-07-01  Eric Blake  <ebb9@byu.net>
38561
38562         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
38563
38564 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
38565
38566         * lib/getaddrinfo.c: fixed typo
38567
38568 2006-06-29  Jim Meyering  <jim@meyering.net>
38569
38570         * modules/strftime (Maintainer): Add my name, since with the
38571         FPRINTFTIME changes strftime.c has forked from glibc.
38572
38573 2006-06-29  Eric Blake  <ebb9@byu.net>
38574
38575         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
38576
38577 2006-06-29  Eric Blake  <ebb9@byu.net>
38578
38579         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
38580
38581 2006-06-29  Eric Blake  <ebb9@byu.net>
38582
38583         * lib/stat_.h: New file.
38584
38585 2006-06-29  Eric Blake  <ebb9@byu.net>
38586
38587         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
38588         unused static function.
38589
38590 2006-06-29  Eric Blake  <ebb9@byu.net>
38591
38592         * doc/functions.texi (Function Portability): Document missing lstat
38593         on mingw.
38594
38595 2006-06-29  Eric Blake  <ebb9@byu.net>
38596
38597         * MODULES.html.sh: Add sys_stat.
38598         * modules/sys_stat: New module.
38599         * modules/mkstemp (Depends-on): Add sys_stat.
38600
38601 2006-06-29  Derek R. Price  <derek@ximbiot.com>
38602
38603         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
38604
38605 2006-06-29  Derek R. Price  <derek@ximbiot.com>
38606
38607         * m4/c-bs-a.m4: Removed.
38608
38609 2006-06-29  Derek R. Price  <derek@ximbiot.com>
38610
38611         * lib/strftime.c: Assume strftime() exists.
38612
38613 2006-06-29  Derek Price  <derek@ximbiot.com>
38614
38615         * modules/c-bs-a: Removed - \a is C89.
38616         * MODULES.html.sh: Remove c-bs-a.
38617
38618 2006-06-29  Bruno Haible  <bruno@clisp.org>
38619
38620         * modules/wcwidth (License): Change to LGPL.
38621
38622 2006-06-28  Simon Josefsson  <jas@extundo.com>
38623
38624         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
38625         on _WIN32.
38626
38627         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
38628         getnameinfo.
38629
38630 2006-06-28  Simon Josefsson  <jas@extundo.com>
38631
38632         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
38633
38634 2006-06-28  Simon Josefsson  <jas@extundo.com>
38635
38636         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
38637         functions there.  It will succeed on Windows XP, but on Windows
38638         2000 and (presumably) earlier, it will fail, and use the internal
38639         re-implementation.
38640         (use_win32_p): New function.
38641         (getaddrinfo): Use strtoul on servname, to support numeric ports.
38642         Support AI_NUMERICSERV to disable getservbyname.
38643         (getnameinfo): New function, only supports
38644         NI_NUMERICHOST|NI_NUMERICSERV for now.
38645
38646         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
38647         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
38648         getnameinfo.
38649
38650 2006-06-28  Eric Blake  <ebb9@byu.net>
38651
38652         * modules/wcwidth: New file.
38653         * modules/mbchar (Depends-on): Add wcwidth.
38654         * modules/mbswidth (Depends-on): Add wcwidth.
38655         * MODULES.html.sh: Add wcwidth.
38656
38657 2006-06-28  Eric Blake  <ebb9@byu.net>
38658
38659         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
38660         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
38661
38662 2006-06-28  Eric Blake  <ebb9@byu.net>
38663
38664         * lib/xvasprintf.h: Fix comments.
38665
38666 2006-06-28  Eric Blake  <ebb9@byu.net>
38667
38668         * lib/mbchar.h (wcwidth): Include wcwidth.h.
38669         * lib/mbswidth.c (wcwidth): Move from here...
38670         * lib/wcwidth.h: ...to this new file.
38671
38672 2006-06-28  Derek R. Price  <derek@ximbiot.com>
38673
38674         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
38675
38676         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
38677         it's obsolete.
38678         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
38679
38680 2006-06-28  Derek R. Price  <derek@ximbiot.com>
38681
38682         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
38683         Autoconf 2.60 says this stuff was obsolete.
38684
38685 2006-06-28  Bruno Haible  <bruno@clisp.org>
38686
38687         * modules/wcwidth (Files): Add m4/wchar_t.m4.
38688
38689 2006-06-28  Bruno Haible  <bruno@clisp.org>
38690
38691         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
38692         gt_TYPE_WCHAR_T.
38693
38694 2006-06-28  Bruno Haible  <bruno@clisp.org>
38695
38696         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
38697         declaration for wcwidth.
38698         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
38699
38700 2006-06-28  Bruno Haible  <bruno@clisp.org>
38701
38702         * lib/mkdtemp.c [MINGW]: Include <io.h>.
38703         (mkdir): Define using _mkdir.
38704
38705 2006-06-28  Bruno Haible  <bruno@clisp.org>
38706
38707         * lib/getaddrinfo.h: Fix POSIX URL.
38708         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
38709         _WIN32.
38710         (use_win32_p): Make static.
38711         (getaddrinfo): Reject service name if it is empty or does not consist
38712         solely of decimal digits, or if its value is > 65535.
38713         (getnameinfo): Remove useless casts.
38714
38715 2006-06-27  Simon Josefsson  <jas@extundo.com>
38716
38717         * modules/sys_select: New file, suggested by Bruno Haible, Paul
38718         Eggert and Martin Lambers.
38719
38720 2006-06-27  Simon Josefsson  <jas@extundo.com>
38721
38722         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
38723         Eggert and Martin Lambers.
38724
38725 2006-06-27  Bruno Haible  <bruno@clisp.org>
38726
38727         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
38728         result to 0, not to empty.
38729         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
38730
38731 2006-06-27  Bruno Haible  <bruno@clisp.org>
38732
38733         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
38734
38735 2006-06-26  Simon Josefsson  <jas@extundo.com>
38736
38737         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
38738         present.
38739
38740 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
38741
38742         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
38743         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
38744         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
38745
38746 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
38747
38748         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
38749
38750 2006-06-26  Bruno Haible  <bruno@clisp.org>
38751
38752         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
38753
38754 2006-06-26  Bruno Haible  <bruno@clisp.org>
38755
38756         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
38757
38758 2006-06-26  Bruno Haible  <bruno@clisp.org>
38759
38760         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
38761         SGI C compiler in pre-C99 mode.
38762         Suggested by Mark D. Baushke and Larry Jones.
38763
38764 2006-06-26  Bruno Haible  <bruno@clisp.org>
38765
38766         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
38767         WCHAR_MAX.
38768         Reported by Mark D. Baushke and Larry Jones.
38769
38770 2006-06-26  Bruno Haible  <bruno@clisp.org>
38771
38772         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
38773         in pre-C99 mode.
38774         Suggested by Mark D. Baushke and Larry Jones.
38775
38776 2006-06-23  Simon Josefsson  <jas@extundo.com>
38777             Bruno Haible  <bruno@clisp.org>
38778
38779         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
38780         Emit mostlyclean-local rule.
38781         (func_emit_tests_Makefile_am): Likewise.
38782         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
38783
38784 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
38785
38786         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
38787
38788 2006-06-23  Bruno Haible  <bruno@clisp.org>
38789
38790         * tests/test-stdint.c: Update to match ISO C 99 Technical
38791         Corrigendum 1.
38792
38793 2006-06-23  Bruno Haible  <bruno@clisp.org>
38794
38795         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
38796
38797 2006-06-23  Bruno Haible  <bruno@clisp.org>
38798
38799         * lib/stdint_.h: Treat IRIX like OpenBSD.
38800
38801 2006-06-23  Bruno Haible  <bruno@clisp.org>
38802
38803         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
38804         ISO C 99 Technical Corrigendum 1.
38805
38806 2006-06-22  Simon Josefsson  <jas@extundo.com>
38807
38808         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
38809         MinGW.
38810
38811 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
38812
38813         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
38814         needed.  Some compiler complained about some of them.  Problem reported
38815         by Larry Jones in
38816         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
38817
38818 2006-06-21  Simon Josefsson  <jas@extundo.com>
38819
38820         * tests/test-getaddrinfo.c: New file.
38821
38822         * modules/getaddrinfo-tests: New file.
38823
38824         * MODULES.html.sh: Add inet_pton.
38825
38826         * modules/inet_pton: New file.
38827
38828 2006-06-21  Simon Josefsson  <jas@extundo.com>
38829
38830         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
38831         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
38832         of using the (limited) gnulib implementation on Windows XP.
38833
38834         * m4/inet_pton.m4: New file.
38835
38836 2006-06-21  Simon Josefsson  <jas@extundo.com>
38837
38838         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
38839         variable.
38840
38841         * lib/socket_.h: Don't define WINVER.
38842
38843         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
38844         slightly modified to work in gnulib.
38845
38846 2006-06-21  Simon Josefsson  <jas@extundo.com>
38847
38848         * doc/gnulib.texi (Windows sockets): Add.
38849
38850 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
38851
38852         * lib/read-file.c (fread_file): Start with buffer allocation of
38853         0 bytes rather than 1 byte; this simplifies the code.
38854         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
38855         code to free buffer and save/restore errno.
38856         (internal_read_file): Remove unused local.
38857
38858 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
38859
38860         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
38861         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
38862         Problem reported by Denis Excoffier in
38863         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
38864
38865 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38866
38867         * modules/sys_socket, modules/socklen: Include sys/types since
38868         FreeBSD 4.x's sys/socket.h needs it.
38869
38870 2006-06-19  Simon Josefsson  <jas@extundo.com>
38871
38872         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
38873
38874 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
38875
38876         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
38877
38878 2006-06-19  Bruno Haible  <bruno@clisp.org>
38879
38880         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
38881         and FULL_PATH_INTTYPES_H in angle brackets.
38882         Reported by Mark D. Baushke <mdb@gnu.org>.
38883
38884 2006-06-17  Eric Blake  <ebb9@byu.net>
38885
38886         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
38887         errno.
38888
38889 2006-06-17  Bruno Haible  <bruno@clisp.org>
38890
38891         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
38892         <sys/inttypes.h>.
38893
38894 2006-06-17  Bruno Haible  <bruno@clisp.org>
38895
38896         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
38897         whether errno is declared. Assume <errno.h> declares errno.
38898
38899 2006-06-17  Bruno Haible  <bruno@clisp.org>
38900
38901         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
38902
38903 2006-06-17  Bruno Haible  <bruno@clisp.org>
38904
38905         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
38906         problem on Solaris 2.5.1.
38907
38908 2006-06-16  Eric Blake  <ebb9@byu.net>
38909
38910         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
38911         * lib/unicodeio.c [!defined errno]: Likewise.
38912         * lib/strtol.c [!defined errno]: Likewise.
38913         * lib/strtod.c [!defined errno]: Likewise.
38914
38915 2006-06-15  Eric Blake  <ebb9@byu.net>
38916
38917         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
38918
38919 2006-06-15  Eric Blake  <ebb9@byu.net>
38920
38921         * config/srclist.txt (ssize_t.m4): Lose sync.
38922
38923 2006-06-15  Bruno Haible  <bruno@clisp.org>
38924
38925         * modules/stdint (Files): Include m4/full-header-path.m4,
38926         m4/size_max.m4, m4/wchar_t.m4.
38927         (Makefile.am): Many more substitutions.
38928         * modules/stdint-tests: New file.
38929         * tests/test-stdint.c: New file.
38930
38931 2006-06-15  Bruno Haible  <bruno@clisp.org>
38932
38933         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
38934         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
38935         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
38936         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
38937         gl_CHECK_TYPE_SAME): New macros.
38938
38939 2006-06-15  Bruno Haible  <bruno@clisp.org>
38940
38941         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
38942
38943 2006-06-15  Bruno Haible  <bruno@clisp.org>
38944
38945         * lib/stdint_.h: Rewritten to be fully auto-configured.
38946         Fixes bug on HP-UX/IA64.
38947
38948 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
38949
38950         * lib/getdate.y (__attribute__): Don't define if already defined.
38951         Problem reported by Larry Jones.
38952         * lib/utimens.c (__attribute__): Likewise.
38953
38954 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
38955
38956         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
38957         reported by Andreas Schwab.
38958
38959 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38960             Bruno Haible  <bruno@clisp.org>
38961
38962         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
38963         check for the declaration of strnlen and a run test that exposes the
38964         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
38965         rpl_strndup.
38966
38967 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38968             Bruno Haible  <bruno@clisp.org>
38969
38970         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
38971
38972 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38973
38974         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
38975         compile test, for Tru64 4.0D.
38976
38977 2006-05-28  Karl Berry  <karl@gnu.org>
38978
38979         * config/srclist.txt (printf-args.c): lose sync.
38980
38981 2006-05-26  Martin Lambers  <marlam@marlam.de>
38982
38983         * lib/getpass.c: Updates the test for the native W32 API, and adds
38984         missing includes, thus fixing compilation warnings.
38985
38986 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
38987
38988         * lib/exclude.c (exclude_fnmatch): New function.
38989         (excluded_file_name): Call exclude_fnmatch.
38990         * lib/exclude.h (excluded_file_name): New prototype
38991
38992 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
38993
38994         * lib/tempname.c (small_open, large_open): New macros.
38995         (__open, __open64) [!_LIBC]: Remove.
38996         (__gen_tempname): Use small_open and large_open instead of __open
38997         and __open64.  This fixes a portability bug on HP-UX 11.11i
38998         reported by Simon Wing-Tang in
38999         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
39000
39001 2006-05-24  Bruno Haible  <bruno@clisp.org>
39002
39003         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
39004         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
39005         Reported by Thorsten Maerz <torte@netztorte.de> via
39006         Aaron Stone <aaron@serendipity.cx>.
39007
39008 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
39009
39010         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
39011         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
39012         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
39013         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
39014         not really conditional on the cache.
39015         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
39016
39017 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
39018
39019         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
39020         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
39021         (my_usleep): Don't mishandle maximum value.
39022
39023 2006-05-19  Jim Meyering  <jim@meyering.net>
39024
39025         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
39026
39027 2006-05-17  Bruno Haible  <bruno@clisp.org>
39028
39029         Cygwin portability.
39030         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
39031
39032 2006-05-17  Bruno Haible  <bruno@clisp.org>
39033
39034         * lib/stdint_.h: Fix recognition of Cygwin.
39035
39036 2006-05-15  Bruno Haible  <bruno@clisp.org>
39037
39038         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
39039         on libtool patch by Ralf Wildenhues.
39040
39041 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
39042
39043         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
39044         test for C99 conformance; (bool) 0.5 is an integer constant
39045         expression, but (bool) -0.5 is not.  Problem reported by Fedor
39046         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
39047
39048 2006-05-11  Simon Josefsson  <jas@extundo.com>
39049
39050         * m4/xvasprintf.m4: Fix obvious typo.
39051
39052 2006-05-11  Jim Meyering  <jim@meyering.net>
39053
39054         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
39055         James Lemley.
39056
39057 2006-05-10  Simon Josefsson  <jas@extundo.com>
39058
39059         * lib/md4.c: Typo fix, update copyright years.
39060         (K1, K2): Don't use L because it turn computations into 64-bit on
39061         64-bit platforms.
39062
39063 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
39064
39065         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
39066         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
39067         unwanted sign propagation, e.g., on hosts with 64-bit int.
39068         There still are some problems with reeelly weird theoretical hosts
39069         (e.g., 33-bit int) but it's not worth worrying about now.
39070         * lib/sha1.c (rol): Likewise.
39071         (K1, K2, K3, K4): Remove unnecessary L suffix.
39072
39073 2006-05-10  Bruno Haible  <bruno@clisp.org>
39074
39075         * lib/des.c: Cast to avoid warnings.
39076
39077 2006-05-09  Bruno Haible  <bruno@clisp.org>
39078
39079         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
39080         (Depends-on): Depend also on xsize, stdarg.
39081         (configure.ac): Add gl_XVASPRINTF.
39082
39083 2006-05-09  Bruno Haible  <bruno@clisp.org>
39084
39085         * m4/xvasprintf.m4: New file.
39086
39087 2006-05-09  Bruno Haible  <bruno@clisp.org>
39088
39089         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
39090         (EOVERFLOW): Define fallback value.
39091         (xstrcat): New function.
39092         (xvasprintf): Recognize the special case of a string concatenation.
39093
39094 2006-05-08  Eric Blake  <ebb9@byu.net>
39095
39096         * gnulib-tool (func_version): Base copyright year on CVS date.
39097         (func_emit_copyright_notice): New function.
39098         (func_emit_lib_Makefile_am): Use it.
39099         (func_emit_tests_Makefile_am): Likewise.
39100         (func_import): Likewise.
39101
39102 2006-05-08  Bruno Haible  <bruno@clisp.org>
39103
39104         * modules/stdarg: New file.
39105         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
39106
39107 2006-05-08  Bruno Haible  <bruno@clisp.org>
39108
39109         * m4/stdarg.m4: New file, from GNU gettext.
39110
39111 2006-05-08  Bruno Haible  <bruno@clisp.org>
39112
39113         * config/srclist.txt (build-aux/config.rpath): different from latest
39114         release.
39115
39116 2006-05-08  Bruno Haible  <bruno@clisp.org>
39117
39118         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
39119
39120 2006-05-05  Jim Meyering  <jim@meyering.net>
39121
39122         * m4/warning.m4: New file, derived from bison's file by the same name.
39123
39124 2006-05-03  Bruno Haible  <bruno@clisp.org>
39125
39126         * lib/stdint_.h: Shorter URL.
39127         * lib/inttypes.h: Likewise.
39128
39129 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
39130
39131         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
39132
39133 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
39134
39135         * lib/verify.h: Document the internals better.  Most of this change
39136         was written by Bruno Haible.
39137
39138 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
39139
39140         * doc/verify.texi: New file, partly based on a proposal by
39141         Bruno Haible.
39142
39143 2006-05-02  Bruno Haible  <bruno@clisp.org>
39144
39145         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
39146         test from here...
39147         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
39148
39149 2006-04-29  Bruno Haible  <bruno@clisp.org>
39150
39151         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
39152         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
39153
39154 2006-04-29  Bruno Haible  <bruno@clisp.org>
39155
39156         * gnulib-tool: Make --update option actually work.
39157
39158 2006-04-29  Bruno Haible  <bruno@clisp.org>
39159
39160         * doc/gcd.texi: New file.
39161         * doc/gnulib.texi: Include it.
39162
39163 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
39164
39165         * lib/getdate.y (get_date): When adding relative date, start with the
39166         initial time, not with the result of the first mktime call.
39167
39168 2006-04-25  Bruno Haible  <bruno@clisp.org>
39169
39170         * gnulib-tool (func_import): Output the include directives in three
39171         blocks, sorted separately.
39172         Reported by Ben Pfaff <blp@cs.stanford.edu>.
39173
39174 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
39175
39176         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
39177         to define main with arguments, for C++.  Reported by Eric Blake.
39178         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
39179         Prefer 'int main ()' to 'int main (void)', for C++.
39180         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
39181         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
39182         for 'main', for C99 and C++.
39183
39184 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
39185
39186         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
39187         Don't assume that exit status -1 is valid.
39188         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39189         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
39190         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
39191         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
39192         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
39193         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
39194         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
39195         functions can be used without declaring them, or that you can
39196         exit with status -1.
39197         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
39198
39199 2006-04-24  Karl Berry  <karl@gnu.org>
39200
39201         * config/srclist.txt (longdouble.m4): sync lost.
39202
39203 2006-04-24  Eric Blake  <ebb9@byu.net>
39204
39205         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
39206
39207 2006-04-24  Bruno Haible  <bruno@clisp.org>
39208
39209         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
39210         poll() implementation in AIX.
39211         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39212
39213 2006-04-24  Bruno Haible  <bruno@clisp.org>
39214
39215         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
39216         assigned exactly once.
39217
39218 2006-04-23  Claudio Fontana  <claudio@gnu.org>
39219             Bruno Haible  <bruno@clisp.org>
39220
39221         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
39222         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
39223         for AM_CPPFLAGS.
39224
39225 2006-04-23  Bruno Haible  <bruno@clisp.org>
39226
39227         * modules/copy-file: Depend on unistd.
39228         * modules/execute: Likewise.
39229         * modules/fatal-signal: Likewise.
39230         * modules/findprog: Likewise.
39231         * modules/mkdtemp : Likewise.
39232         * modules/pipe: Likewise.
39233         * modules/wait-process: Likewise.
39234
39235 2006-04-23  Bruno Haible  <bruno@clisp.org>
39236
39237         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
39238         condition was already detected.
39239         Reported by Ben Pfaff <blp@cs.stanford.edu>.
39240
39241 2006-04-23  Bruno Haible  <bruno@clisp.org>
39242
39243         * lib/copy-file.c: Include <unistd.h> unconditionally.
39244         * lib/execute.c: Likewise.
39245         * lib/fatal-signal.c: Likewise.
39246         * lib/findprog.c: Likewise.
39247         * lib/mkdtemp.c: Likewise.
39248         * lib/pipe.h: Likewise.
39249         * lib/pipe.c: Likewise.
39250         * lib/wait-process.h: Likewise.
39251
39252 2006-04-23  Bruno Haible  <bruno@clisp.org>
39253
39254         * gnulib-tool (func_usage): Fix --import description. Document
39255         --update.
39256         (func_import): Create temporary file in a temporary directory, if
39257         --dry-run is specified. Silence errors from 'grep' when there are no
39258         m4 files in $m4dir.
39259         (func_create_testdir): Silence errors from 'grep' when there are no
39260         m4 files in $m4dir.
39261         Reported by Karl Berry <karl@freefriends.org>.
39262
39263 2006-04-20  Bruno Haible  <bruno@clisp.org>
39264
39265         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
39266         one argument, so that the code will be portable to Autoconf 2.60.
39267         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
39268         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
39269         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
39270
39271 2006-04-19  Derek Price  <derek@ximbiot.com>
39272             Eric Blake  <ebb9@byu.net>
39273
39274         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
39275         rather than "/full/path.h".  Update comment to match.  Shorten &
39276         generalize m4_translit call via AS_TR_CPP.
39277
39278 2006-04-19  Derek Price  <derek@ximbiot.com>
39279             Eric Blake  <ebb9@byu.net>
39280
39281         * lib/inttypes.h: Correct grammar in comment.
39282
39283 2006-04-18  Derek Price  <derek@ximbiot.com>
39284             Paul Eggert  <eggert@cs.ucla.edu>
39285
39286         * modules/inttypes: New file.
39287         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
39288
39289 2006-04-18  Derek Price  <derek@ximbiot.com>
39290             Paul Eggert  <eggert@cs.ucla.edu>
39291
39292         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
39293         New files.
39294
39295 2006-04-18  Derek Price  <derek@ximbiot.com>
39296             Paul Eggert  <eggert@cs.ucla.edu>
39297
39298         * lib/inttypes.h: New file.
39299         * lib/strtoimax.c: Assume <inttypes.h>.
39300
39301 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
39302
39303         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
39304         isn't mounted.  Problem reported by Kir Kolyshkin.
39305
39306 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
39307
39308         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
39309         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
39310         Derek R. Price.
39311         * lib/regex.h (RE_DUP_MAX): Update comment to match current
39312         implementation.
39313
39314 2006-04-12  Eric Blake  <ebb9@byu.net>
39315
39316         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
39317         is now done automatically by the corresponding Autoconf macro.
39318
39319 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
39320
39321         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
39322         time_r.h.
39323
39324 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
39325
39326         Merge regex changes from libc, removing some of our
39327         POSIX-conformance changes that were rejected and redoing them in a
39328         less-intrusive way.
39329
39330         * lib/regcomp.c (re_compile_internal, init_dfa):
39331         Length arg is now size_t, not Idx.  All uses changed.
39332         (peek_token): Forward decl now says internal_function.
39333         (__re_error_msgid, __re_error_msgid_idx):
39334         Now static rather than extern with attribute_hidden.
39335         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
39336         For some reason libc prefers K&R style defns for external functions.
39337         (regerror) [!defined _LIBC]: Likewise.
39338         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
39339         (seek_collating_symbol_entry, lookup_collation_sequence_value):
39340         (build_range_exp, build_collating_symbol):
39341         Use K&R-style defn.
39342         (re_compile_fastmap): Use '\0' to memset, not 0.
39343         (utf8_sb_map): Make the calculations more obvious.
39344         (init_dfa, parse_bracket_exp, build_charclass_op):
39345         Call calloc and cast result, as glibc does.
39346         (init_word_char, fetch_token, peek_token, peek_token_bracket):
39347         (build_range_exp, build_collating_symbol):
39348         Now internal functions.
39349
39350         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
39351
39352         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
39353         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
39354         Don't depend on VMS; depend on __VMS instead, for POSIX
39355         namespace cleanness.
39356         (regoff_t): Define to ssize_t, not long int.
39357
39358         Remove the REG_ macros named below.  Instead, make the old names
39359         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
39360         __USE_GNU_REGEX.
39361         (REG_BACKSLASH_ESCAPE_IN_LISTS):
39362         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
39363         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
39364         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
39365         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
39366         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
39367         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
39368         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
39369         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
39370         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
39371         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
39372         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
39373         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
39374         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
39375         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
39376         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
39377         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
39378         (REG_NREGS):
39379         Remove.  All uses replaced by the old RE_* names.
39380         (RE_BACKSLASH_ESCAPE_IN_LISTS):
39381         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
39382         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
39383         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
39384         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
39385         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
39386         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
39387         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
39388         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
39389         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
39390         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
39391         Don't bother having these macros be independent of each others'
39392         values, since they no longer exist in the POSIX name space.
39393
39394         Rename the following member names back to their old names,
39395         unless !__USE_GNU_REGEX.  All uses changed back.
39396         (buffer): Renamed from re_buffer.
39397         (allocated): Renamed from re_allocated.
39398         (used): Renamed from re_used.
39399         (syntax): Renamed from re_syntax.
39400         (fastmap): Renamed from re_fastmap.
39401         (translate): Renamed from re_translate.
39402         (can_be_null): Renamed from re_can_be_null.
39403         (regs_allocated): Renamed from re_regs_allocated.
39404         (fastmap_accurate): Renamed from re_fastmap_accurate.
39405         (no_sub): Renamed from re_no_sub.
39406         (not_bol): Renamed from re_not_bol.
39407         (not_eol): Renamed from re_not_eol.
39408         (newline_anchor): Renamed from re_newline_anchor.
39409         (num_regs): Renamed from rm_num_regs.
39410         (start): Renamed from rm_start.
39411         (end): Renamed from rm_end.
39412
39413         (free_state): Move up a bit.
39414
39415         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
39416         #define to be empty.
39417         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
39418         when that is what is intended.
39419         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
39420         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
39421         (MAX): New macro.
39422         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
39423         All uses changed back to re_malloc, etc.  It's now the caller's
39424         responsibility to check for overflow; all callers changed.
39425         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
39426         (re_x2nrealloc): Remove.
39427         (free_state): Remove decl.
39428
39429         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
39430         (re_set_registers, re_exec):
39431         Use K&R-style defn.
39432
39433         2006-01-31  Roland McGrath  <roland@redhat.com>
39434
39435         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
39436         Reported by Mike Frysinger <vapier@gentoo.org>.
39437
39438         2006-01-15  Andreas Jaeger  <aj@suse.de>
39439
39440         [BZ #1950]
39441         * lib/regex_internal.c (re_string_reconstruct): Adjust for
39442         build_wcs_upper_buffer change.
39443         (build_wcs_upper_buffer): Change return type.
39444
39445         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
39446
39447         * lib/regex_internal.h: Include <stdint.h> if available.
39448
39449         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
39450
39451         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
39452
39453         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39454
39455         * lib/regcomp.c: Adjust for changed secondary hash function.
39456
39457         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
39458
39459         * lib/regex.h: Pretty printing.
39460         Clean up namespace a bit.
39461
39462         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
39463
39464         * lib/regexec.c (update_cur_sifted_state, check_arrival,
39465         check_arrival_add_next_nodes): Avoid using uninitialized variable.
39466
39467         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
39468                     Ulrich Drepper  <drepper@redhat.com>
39469
39470         [BZ #1302]
39471         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
39472         changed.
39473         (bitset_word_t): Renamed from bitset_word.  All uses changed.
39474
39475         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
39476
39477         [BZ #281]
39478         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
39479         * lib/regcomp.c: Remove unnecessary uses of
39480         unsigned RE_TRANSLATE_TYPE.
39481         * lib/regex_internal.h: Likewise.
39482         * lib/regex_internal.c: Likewise.
39483         * lib/regexec.c: Likewise.
39484         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
39485
39486         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
39487
39488         * lib/regexec.c (find_recover_state): Remove unnecessary
39489         initialization.
39490         (transit_state_bkref): Make DFA a const pointer.
39491         (get_subexp): Likewise.
39492         (check_arrival): Likewise.
39493         (update_cur_sifted_state): Likewise.
39494         (re_search_internal): Likewise.
39495         (prune_impossible_nodes): Likewise.
39496         (acquire_init_state_context): Likewise.
39497         (proceed_next_node): Likewise.
39498         (set_regs): Likewise.
39499         (free_fail_stack_return): Likewise.
39500         (check_arrival_expand_ecl): Mark DFA parameter as const.
39501         (check_arrival_expand_ecl_sub): Likewise.
39502         (check_subexp_limits): Likewise.
39503         (sub_epsilon_src_nodes):  Likewise.
39504         (add_epsilon_src_nodes):  Likewise.
39505         (merge_state_array): Likewise.
39506         (update_regs): Likewise.
39507         (build_trtable): Likewise.
39508         (sift_states_backward): Mark MCTX parameter as const.
39509         (build_sifted_states): Likewise.
39510         (update_cur_sifted_state): Likewise.
39511         (sift_states_mkref): Likewise.
39512         (check_arrival_expand_ecl): Mark eclosure as const.
39513         (check_dst_limits_calc_pos_1): Likewise.
39514         * lib/regex_internal.h (re_match_context_t): Make dfa a const
39515         pointer.
39516
39517         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
39518
39519         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
39520         (transit_state_sb): Likewise.
39521         (transit_state_mb): Likewise.
39522         (sift_states_iter_mb): Likewise.
39523         (check_arrival_add_next_nodes): Likewise.
39524         (check_node_accept_bytes): Change first parameter to pointer-to-const.
39525         [_LIBC] (re_search_2_stub): Use mempcpy.
39526
39527         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
39528         mbrtowc for very simple UTF-8 case.
39529
39530         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
39531         a pointer-to-const.
39532         (re_acquire_state_context): Likewise.
39533         * lib/regex_internal.h: Adjust prototypes.
39534
39535         * lib/regex.c: Prevent using C++ compilers.
39536
39537         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
39538         (re_acquire_state_context): Likewise.
39539
39540 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
39541
39542         * modules/regex (Depends-on): Add ssize_t.
39543
39544 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
39545
39546         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
39547         translation table.
39548
39549 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
39550
39551         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
39552
39553 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
39554             Bruno Haible  <bruno@clisp.org>
39555
39556         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
39557         <sys/types.h> and <inttypes.h>.
39558
39559 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39560
39561         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
39562         `__error_t_defined', so argp.h will not typedef the former.
39563
39564 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
39565
39566         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
39567         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
39568         glibc names.  Even if glibc is changed to conform to POSIX, the
39569         traditional names will be available anyway, since regex depends on
39570         the extensions module.  Also, fix a longstanding typo in the
39571         implementation of Spencer ERE test #75 from grep 2.3.  Problems
39572         reported by Emanuele Giaquinta.  Also, change sense of cached
39573         variable, so that the message makes sense.
39574
39575 2006-03-24  Simon Josefsson  <jas@extundo.com>
39576
39577         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
39578         including some doc fixes.
39579         (base64_encode_alloc): Fix +1 bug on allocation failures.
39580
39581 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39582
39583         * lib/base64.c (base64_encode): Do not read past end of array with
39584         unsanitized input on systems with CHAR_BIT > 8.
39585
39586 2006-03-24  Eric Blake  <ebb9@byu.net>
39587
39588         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
39589
39590 2006-03-22  Karl Berry  <karl@gnu.org>
39591
39592         * config/srclist.txt (*setenv.[ch]): get from coreutils.
39593         * config/srclistvars.sh (COREUTILS): new var.
39594
39595 2006-03-17  Jim Meyering  <jim@meyering.net>
39596
39597         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
39598         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
39599
39600 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
39601
39602         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
39603         no longer needs it.  Instead, check that regoff_t is as least
39604         as wide as ptrdiff_t.
39605
39606         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
39607         so that our regex.h stays compatible with the installed regex.
39608         This is helpful for installers who configure --without-included-regex.
39609         Problem reported by Emanuele Giaquinta.
39610
39611 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
39612
39613         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
39614         Typedef to long int, not to off_, as POSIX will likely change
39615         in that direction.
39616
39617 2006-03-15  Eric Blake  <ebb9@byu.net>
39618
39619         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
39620
39621 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
39622
39623         * lib/argp-help.c (validate_uparams): Fix typo
39624         * lib/argp-parse.c (argp_default_options): Consistently begin help
39625         messages with a lowercase letter.
39626
39627 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
39628
39629         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
39630         overrun buffers and shouldn't be used (much as gets shouldn't be
39631         used).
39632         * lib/time_r.c (asctime_r, ctime_r): Likewise.
39633
39634 2006-03-08  Simon Josefsson  <jas@extundo.com>
39635
39636         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
39637         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39638
39639 2006-03-08  Simon Josefsson  <jas@extundo.com>
39640
39641         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
39642         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39643
39644 2006-03-08  Simon Josefsson  <jas@extundo.com>
39645
39646         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
39647         signal that configure disabled the device.
39648
39649 2006-03-08  Simon Josefsson  <jas@extundo.com>
39650
39651         * build-aux/maint.mk: Fix refresh-po, to handle no translated
39652         languages.
39653
39654 2006-03-07  Simon Josefsson  <jas@extundo.com>
39655
39656         * modules/getopt (Depends-on): Add unistd.
39657
39658         * modules/unistd: New file.
39659
39660 2006-03-07  Simon Josefsson  <jas@extundo.com>
39661
39662         * modules/gc-random: New file.
39663
39664 2006-03-07  Simon Josefsson  <jas@extundo.com>
39665
39666         * m4/unistd_h.m4: New file.
39667
39668 2006-03-07  Simon Josefsson  <jas@extundo.com>
39669
39670         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
39671         test to be side-effect free by storing the result in the cache
39672         variable gl_cv_lib_readline, and moving the assignment of
39673         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
39674         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39675
39676 2006-03-07  Simon Josefsson  <jas@extundo.com>
39677
39678         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
39679         error on missing devices (the functions will return an error).
39680
39681         * m4/gc.m4: Move random stuff to gc-random.m4
39682
39683 2006-03-07  Simon Josefsson  <jas@extundo.com>
39684
39685         * lib/unistd_.h: New file.
39686
39687 2006-03-07  Simon Josefsson  <jas@extundo.com>
39688
39689         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
39690
39691 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
39692
39693         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
39694         Problem reported by Juan Manuel Guerrero.
39695
39696 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
39697
39698         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
39699         the unistd module.
39700         * lib/getlogin_r.c: Likewise.
39701         * lib/getlogin_r.h: Likewise.
39702         * lib/glob.c: Likewise.
39703         * lib/pagealign_alloc.c: Likewise.
39704         * lib/unistd_.h: Remove; no longer needed.
39705
39706 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
39707
39708         * MODULES.html.sh (Support for systems lacking POSIX:2001):
39709         Add unistd.
39710         * modules/c-stack (Depends-on): Add unistd.
39711         * modules/getlogin_r: Likewise.
39712         * modules/glob: Likewise.
39713         * modules/pagealign_alloc: Likewise.
39714         * modules/unistd (Files): Remove lib/unistd_.h.
39715         (EXTRA_DIST): Remove.
39716         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
39717         need unistd_.h.
39718         (MOSTLYCLEANFILES): Remove unistd.h-t.
39719
39720 2006-03-03  Simon Josefsson  <jas@extundo.com>
39721
39722         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
39723
39724 2006-03-03  Simon Josefsson  <jas@extundo.com>
39725
39726         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
39727         libidn and bison.
39728
39729 2006-03-03  Simon Josefsson  <jas@extundo.com>
39730
39731         * build-aux/maint.mk: Add indent target.
39732
39733 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
39734
39735         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
39736         our replacement poll.h in any case, to avoid a differing
39737         declaration from a system header.  Seen on AIX.
39738
39739 2006-03-01  Simon Josefsson  <jas@extundo.com>
39740
39741         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
39742         <kasal@ucw.cz>.
39743
39744 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
39745
39746         * modules/gettime (Depends-on): Add extensions module.
39747         * modules/nanosleep (Depends-on): Likewise.
39748         * modules/settime (Depends-on): Likewise.
39749
39750 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
39751
39752         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
39753         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
39754         pedantically.
39755         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39756         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
39757
39758         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
39759         not "==".  Reported by Ralf Wildenhues.
39760
39761 2006-03-01  Karl Berry  <karl@gnu.org>
39762
39763         * doc/Copyright/request-*: new files, synced from gnuorg.
39764
39765 2006-03-01  Karl Berry  <karl@gnu.org>
39766
39767         * config/srclist.txt (Copyright/*): new entries.
39768
39769 2006-02-28  Simon Josefsson  <jas@extundo.com>
39770
39771         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
39772
39773 2006-02-27  Simon Josefsson  <jas@extundo.com>
39774
39775         * lib/base64.h: Indent #define's.  From Jim Meyering
39776         <jim@meyering.net>.
39777
39778 2006-02-27  Jim Meyering  <jim@meyering.net>
39779
39780         Revert the change of 2006-02-24, so these files can continue
39781         to be sync'd from gettext.
39782         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
39783         of `config.h'.
39784
39785 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
39786
39787         * modules/intprops: New file.
39788         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
39789         Add intprops.
39790         * modules/getloadavg (Files): Remove lib/intprops.h.
39791         (Depends-on): Add intprops.
39792         * modules/human: Likewise.
39793         * modules/inttostr: Likewise.
39794         * modules/openat: Likewise.
39795         * modules/sig2str: Likewise.
39796         * modules/userspec: Likewise.
39797         * modules/utimecmp: Likewise.
39798         * modules/xnanosleep: Likewise.
39799         * modules/xstrtol: Likewise.
39800
39801 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
39802
39803         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
39804         * modules/lock-tests (TESTS): Use $(EXEEXT).
39805         * modules/tls-tests: Likewise.
39806         * modules/argp-tests: Likewise.
39807         (check_PROGRAMS): New var, replacing...
39808         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
39809
39810 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39811
39812         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
39813         `config.h'.
39814
39815 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
39816
39817         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
39818
39819 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39820
39821         Sync from coreutils.
39822         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
39823         gl_CHDIR_SAFER.
39824
39825 2006-02-22  Jim Meyering  <jim@meyering.net>
39826
39827         Sync from coreutils.
39828         * m4/chdir-safer.m4: New file.
39829
39830 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
39831
39832         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
39833         AT_FDCWD exceeds INT_MAX.
39834         * lib/openat.h (AT_FDCWD): Likewise.
39835
39836 2006-02-17  Eric Blake  <address@hidden>
39837
39838         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
39839
39840 2006-02-16  Simon Josefsson  <jas@extundo.com>
39841
39842         * modules/getaddrinfo (Depends-on): Add sys_socket.
39843
39844 2006-02-15  Simon Josefsson  <jas@extundo.com>
39845
39846         * build-aux/maint.mk: Add dsyntax-check rule.
39847
39848 2006-02-15  Eric Blake  <ebb9@byu.net>
39849
39850         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
39851         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
39852         'present but cannot compile' warnings on cygwin.
39853         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
39854         use ws2tcpip.h if sys/socket.h works.
39855         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
39856         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
39857
39858 2006-02-14  Simon Josefsson  <jas@extundo.com>
39859
39860         * modules/maintainer-makefile (Files): Rename.
39861
39862         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
39863         and (the local) Makefile.cfg to maint-cfg.mk.
39864
39865         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
39866         to the latter.
39867
39868         * modules/maintainer-makefile: New module.
39869
39870         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
39871         severaly stripped to make it possible to build it up from scratch
39872         with reliable tests.
39873
39874         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
39875         fixes to permit overriding the default actions when configure and
39876         makefile are not available.
39877
39878 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
39879
39880         Sync from coreutils.
39881         * modules/lstat (Depends-on): Don't depend on xalloc.
39882         (License): Change from GPL to LGPL, since this is now simply a
39883         replacement for a libc function.
39884
39885 2006-02-14  Jim Meyering  <jim@meyering.net>
39886
39887         Sync from coreutils.
39888
39889         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
39890         failure on deficient systems, and simplify gnulib lgpl dependencies.
39891         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
39892         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
39893
39894         * lib/xalloc-die.c: Remove unused definition of N_.
39895
39896 2006-02-14  Jim Meyering  <jim@meyering.net>
39897
39898         Sync from coreutils.
39899         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
39900         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
39901         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
39902         double-quote uses of that variable, to accommodate the rare case in
39903         which getmntent is available in none of the libraries checked.  This
39904         happens at least on FreeBSD 5.0.
39905
39906 2006-02-13  Simon Josefsson  <jas@extundo.com>
39907
39908         * gnulib-tool (Usage): Fix --import, from
39909         karl@freefriends.org (Karl Berry).
39910
39911 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
39912
39913         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
39914
39915 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
39916
39917         * lib/argp-namefrob.h: Restore changes accidentally lost during the
39918         "autoupdate" on 2005-12-12.
39919
39920 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
39921
39922         * modules/closeout (Depends-on): Remove atexit.
39923
39924 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
39925
39926         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
39927         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
39928
39929 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
39930
39931         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
39932         __EXTENSIONS__ if this causes compilation to fail.  Problem
39933         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
39934         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
39935
39936 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
39937
39938         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
39939         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
39940         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
39941         All uses changed.
39942
39943 2006-01-26  Simon Josefsson  <jas@extundo.com>
39944
39945         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
39946         prototype is visible on mingw32.
39947
39948         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
39949         for mingw32.
39950
39951         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
39952         mingw32).
39953
39954 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39955
39956         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
39957         attempt to open for write; this always fails, at least on POSIX
39958         hosts.  This reinstates the 2006-01-09 change, which was
39959         inadvertently removed.
39960
39961 2006-01-26  Bruno Haible  <bruno@clisp.org>
39962
39963         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
39964         Reported by Paul Eggert.
39965
39966 2006-01-26  Bruno Haible  <bruno@clisp.org>
39967             Paul Eggert  <eggert@cs.ucla.edu>
39968
39969         * lib/stdbool_.h (_Bool)
39970         [(! (defined __cplusplus || defined __BEOS__)
39971           && !defined __GNUC__
39972           && !(defined __HP_cc || defined __xlc__
39973                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
39974                || defined __sgi))]:
39975         #define to signed char in these cases too; this simplifies
39976         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
39977         etc., separately) and makes it more conservative.
39978
39979 2006-01-25  Simon Josefsson  <jas@extundo.com>
39980
39981         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
39982         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
39983         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
39984
39985 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
39986
39987         * lib/argp-namefrob.h: Bugfix. Remove stray #
39988
39989 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
39990
39991         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
39992         so that we test the test.
39993         Check for yet another HP-UX cc bug involving *bool |= bool.
39994
39995 2006-01-25  Karl Berry  <karl@gnu.org>
39996
39997         * config/srclist.txt (vasnprintf.c): sync lost.
39998
39999 2006-01-25  Jim Meyering  <jim@meyering.net>
40000
40001         Sync from the stable (b5) branch of coreutils:
40002
40003         * lib/fts.c (fts_children): Don't let close() clobber errno from
40004         failed fchdir().
40005
40006         * lib/fts.c (fts_stat): When following a symlink-to-directory,
40007         don't necessarily interpret stat-fails+lstat-succeeds as indicating
40008         a dangling symlink.  That can also happen at least for ELOOP.
40009         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
40010         FYI, this bug predates the inclusion of fts.c in coreutils.
40011
40012         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
40013         in their own block, so pre-c99 compilers don't object.
40014
40015         Avoid the double-free (first in fts_read, second in fts_close) that
40016         would occur when an `active' directory is made inaccessible (e.g.,
40017         via chmod a-x) during a traversal.
40018         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
40019         before returning.  Reproduce this failure by
40020         mkdir -p a/b; cd a; chmod a-x . b
40021         Reported by Stavros Passas.
40022
40023 2006-01-25  Jim Meyering  <jim@meyering.net>
40024
40025         * lib/fileblocks.c: Remove more useless parentheses.
40026         * lib/readutmp.h: Likewise.
40027
40028 2006-01-25  Bruno Haible  <bruno@clisp.org>
40029
40030         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
40031         warnings.
40032         Reported by Paul Eggert.
40033
40034 2006-01-25  Bruno Haible  <bruno@clisp.org>
40035
40036         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
40037         rid of a trap command. For Solaris sh.
40038         Reported by Mark D. Baushke <mdb@gnu.org>.
40039
40040 2006-01-24  Simon Josefsson  <jas@extundo.com>
40041
40042         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
40043         Bruno.
40044
40045 2006-01-24  Karl Berry  <karl@gnu.org>
40046
40047         * config/srclist.txt (argp-namefrob.h): sync lost.
40048
40049 2006-01-24  Jim Meyering  <jim@meyering.net>
40050
40051         * modules/openat (Files): Add lib/intprops.h.
40052         From Mark D. Baushke.
40053
40054 2006-01-24  Jim Meyering  <jim@meyering.net>
40055
40056         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
40057         Reported by Mark D. Baushke.
40058
40059 2006-01-24  Jim Meyering  <jim@meyering.net>
40060
40061         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
40062
40063 2006-01-24  Bruno Haible  <bruno@clisp.org>
40064
40065         * modules/strnlen (Maintainer): Change from glibc to all.
40066
40067 2006-01-24  Bruno Haible  <bruno@clisp.org>
40068
40069         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
40070         Patch by Paul Eggert.
40071
40072 2006-01-24  Bruno Haible  <bruno@clisp.org>
40073
40074         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
40075         already has it.
40076         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
40077         2005-11-26.
40078
40079         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
40080         'signed char' to avoid problems with the built-in _Bool type.
40081         Reported by Paul Eggert on 2005-11-26.
40082
40083 2006-01-24  Bruno Haible  <bruno@clisp.org>
40084
40085         * gnulib-tool (func_import): Avoid constructing complicated sed
40086         expressions inside backquote.
40087         Report and solution by Mark D. Baushke <mdb@gnu.org>.
40088
40089 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
40090
40091         These changes imported from libc.
40092         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
40093         test and two separate function calls.
40094         * lib/strndup.c (__strndup): Add libc_hidden_def.
40095
40096 2006-01-23  Simon Josefsson  <jas@extundo.com>
40097
40098         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
40099         Remove the test_*_SOURCES variable: automake infers it by default.
40100         * modules/tls-tests: Likewise.
40101
40102 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40103
40104         Work around porting bugs reported by Dieter in
40105         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
40106         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
40107         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
40108         Include "getopt.h" first, to check interface.
40109         (getenv): Declare only if defined HAVE_DECL_GETENV &&
40110         !HAVE_DECL_GETENV.
40111         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
40112         (__strndup): Revert to K&R-style function dfns, the glibc style.
40113         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
40114         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
40115         Include strnlen.h first, to get prototype properly.
40116         (strnlen): Renamed from __strnlen.
40117         Remove weak alias.
40118
40119 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40120
40121         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
40122
40123 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40124
40125         * config/srclist.txt: Adjust to reflect glibc reorganization.
40126         This affects only comments.
40127
40128 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
40129
40130          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
40131          Reported by Bruce Korb <bkorb@gnu.org>.
40132
40133 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
40134
40135         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
40136         to pacify gcc -Wswitch-default.
40137
40138 2006-01-22  Bruno Haible  <bruno@clisp.org>
40139
40140         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
40141         temporary buffer for sprintf, take into account the precision also
40142         for 'd', 'i', 'u', 'o', 'x', 'X'.
40143
40144 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
40145
40146         * modules/argp-tests: New module
40147         * tests/test-argp.c: New file
40148         * tests/test-argp-2.sh: New file
40149
40150 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
40151
40152         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
40153         (__argp_base_name): Removed
40154         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
40155         typo.
40156         (__argp_base_name): Provide macro definition or extern declaration
40157         depending on the configuration
40158
40159 2006-01-20  Simon Josefsson  <jas@extundo.com>
40160
40161         * modules/inet_ntop (Depends-on): Depend on sys_socket.
40162
40163 2006-01-20  Simon Josefsson  <jas@extundo.com>
40164
40165         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
40166
40167 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
40168
40169         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
40170         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
40171         Suggested by Bruno Haible.
40172
40173 2006-01-20  Karl Berry  <karl@gnu.org>
40174
40175         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
40176         until changes propagate, I guess.
40177
40178 2006-01-19  Simon Josefsson  <jas@extundo.com>
40179
40180         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
40181
40182 2006-01-19  Simon Josefsson  <jas@extundo.com>
40183
40184         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
40185
40186 2006-01-19  Simon Josefsson  <jas@extundo.com>
40187
40188         * gnulib-tool: Set check_PROGRAMS.
40189
40190         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
40191         modules/des-tests, modules/gc-arcfour-tests,
40192         modules/gc-arctwo-tests, modules/gc-des-tests,
40193         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
40194         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
40195         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
40196         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
40197         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
40198         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
40199         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
40200         test_*_SOURCES.
40201
40202 2006-01-18  Simon Josefsson  <jas@extundo.com>
40203
40204         * modules/socklen (Depends-on): Depend on sys_socket.
40205
40206 2006-01-18  Simon Josefsson  <jas@extundo.com>
40207
40208         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
40209         modules/des-tests, modules/gc-arcfour-tests,
40210         modules/gc-arctwo-tests, modules/gc-des-tests,
40211         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
40212         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
40213         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
40214         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
40215         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
40216         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
40217         $(EXEEXT) to automake TESTS variable, for mingw32.
40218
40219 2006-01-17  Simon Josefsson  <jas@extundo.com>
40220
40221         * modules/socklen (Include): Need sys/socket.h.
40222
40223 2006-01-17  Bruno Haible  <bruno@clisp.org>
40224
40225         * modules/ssize_t (Include): Add <sys/types.h>.
40226
40227 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
40228
40229         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
40230         it's not portable and it doesn't work with cross-compiles.
40231         Problem reported by Bruno Haible.  Fix missing-$ typo in
40232         'test "gl_cv_ignore_unused_libraries" ...' that prevented
40233         -zignore from being used with Sun's C compiler.
40234
40235 2006-01-12  Simon Josefsson  <jas@extundo.com>
40236
40237         * lib/base64.c: Fix warning, reported by Bruno Haible
40238         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
40239
40240 2006-01-12  Bruno Haible  <bruno@clisp.org>
40241
40242         * modules/ldd: New file.
40243         * build-aux/ldd.sh.in: New file.
40244         * MODULES.html.sh (Support for building libraries and executables): Add
40245         ldd.
40246
40247 2006-01-12  Bruno Haible  <bruno@clisp.org>
40248
40249         * m4/ldd.m4: New file.
40250
40251 2006-01-12  Bruno Haible  <bruno@clisp.org>
40252
40253         * gnulib-tool (func_import, func_create_testdir): Don't go into an
40254         endless loop while replacing $auxdir with build-aux.
40255
40256 2006-01-11  Simon Josefsson  <jas@extundo.com>
40257
40258         * lib/stdint_.h (SIZE_MAX): Add missing (.
40259
40260 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
40261
40262         Sync from coreutils.
40263         * lib/md5.c: Fix commentary typos.
40264         (alignof, UNALIGNED_P): No need for a GCC-specific version.
40265         * lib/md5.h (__attribute__): Remove; unused.
40266         * lib/sha1.c: Fix commentary to match md5 better.
40267         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
40268         so that we don't need to worry about alignment.  All uses changed.
40269         This merges the 2005-10-28 md5 change into sha1.
40270
40271 2006-01-11  Jim Meyering  <jim@meyering.net>
40272
40273         Sync from coreutils.
40274         * lib/md5.c (OP): Fix spacing.
40275
40276 2006-01-11  Bruno Haible  <bruno@clisp.org>
40277
40278         Ensure automatic ordering between gl_LOCK and gl_ARGP.
40279         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
40280         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
40281
40282 2006-01-11  Bruno Haible  <bruno@clisp.org>
40283
40284         Ensure automatic ordering between gl_LOCK and gl_ARGP.
40285         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
40286         the "early" section as well.
40287
40288 2006-01-11  Bruno Haible  <bruno@clisp.org>
40289
40290         Avoid "ar: no archive members specified" error on MacOS X.
40291         * gnulib-tool (func_modules_add_dummy): New function.
40292         (func_import, func_create_testdir): Invoke it.
40293
40294 2006-01-11  Bruno Haible  <bruno@clisp.org>
40295
40296         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
40297         with $auxdir in AC_CONFIG_FILES statements.
40298
40299 2006-01-11  Bruno Haible  <bruno@clisp.org>
40300
40301         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40302         Initialize also noinst_HEADERS to empty.
40303
40304 2006-01-11  Bruno Haible  <bruno@clisp.org>
40305
40306         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
40307         variables.
40308         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
40309         autoreconf.
40310
40311 2006-01-11  Bruno Haible  <bruno@clisp.org>
40312
40313         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
40314         overridable by the user.
40315         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40316
40317 2006-01-10  Simon Josefsson  <jas@extundo.com>
40318
40319         * modules/sys_socket: New file.
40320
40321 2006-01-10  Simon Josefsson  <jas@extundo.com>
40322
40323         * m4/sys_socket_h.m4: New file.
40324
40325 2006-01-10  Simon Josefsson  <jas@extundo.com>
40326
40327         * lib/socket_.h: New file.
40328
40329 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40330
40331         * modules/readutmp (Maintainer): Add myself.
40332
40333 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40334
40335         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
40336         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
40337         People who are still concerned with buggy memcmp implementations
40338         can invoke gl_FUNC_MEMCMP themselves.
40339
40340 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40341
40342         * lib/regex_internal.h (BITSET_WORD_BITS):
40343         Work around a bug in 64-bit PGC (before version 6.1-2), where the
40344         preprocessor mishandles large unsigned values as if they were signed.
40345         Problem reported by Claudio Fontana in
40346         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
40347
40348 2006-01-10  Jim Meyering  <jim@meyering.net>
40349
40350         Avoid the double-free (first in fts_read, second in fts_close) that
40351         would occur when an `active' directory is made inaccessible (e.g.,
40352         via chmod a-x) during a traversal.
40353         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
40354         before returning.  Reproduce this failure by
40355         mkdir -p a/b; cd a; chmod a-x . b
40356         Reported by Stavros Passas.
40357
40358         Sync from coreutils.
40359         * lib/sha1.c: Tweak grammar in a comment.
40360
40361 2006-01-10  Jim Meyering  <jim@meyering.net>
40362
40363         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
40364         Patch by Joerg Sonnenberger.
40365
40366 2006-01-10  Bruno Haible  <bruno@clisp.org>
40367
40368         * modules/readutmp: Depend on module free.
40369         * modules/strtok_r: Depend on module restrict.
40370
40371 2006-01-10  Bruno Haible  <bruno@clisp.org>
40372
40373         * modules/gettext (configure.ac): Add an invocation of
40374         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
40375
40376 2006-01-10  Bruno Haible  <bruno@clisp.org>
40377
40378         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
40379         Reported by Werner Lemberg <wl@gnu.org>.
40380
40381 2006-01-10  Bruno Haible  <bruno@clisp.org>
40382
40383         * lib/localcharset.c: Update from GNU gettext.
40384
40385 2006-01-10  Bruno Haible  <bruno@clisp.org>
40386
40387         * lib/argp.h (__const): Remove macro. Use const instead.
40388         * lib/argp-fmtstream.h (__const): Likewise.
40389         * lib/glob_.h (__const): Remove macro.
40390         * lib/glob-libc.h: Use const instead of __const.
40391
40392 2006-01-10  Bruno Haible  <bruno@clisp.org>
40393
40394         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
40395         variable.
40396         Needed to avoid an automake error regarding the 'gettext' module.
40397
40398 2006-01-09  Simon Josefsson  <jas@extundo.com>
40399
40400         * modules/inet_ntop (Depends-on): Add restrict.
40401
40402 2006-01-09  Simon Josefsson  <jas@extundo.com>
40403
40404         * modules/gc-rijndael-tests (License): Put under LGPL.
40405
40406         * modules/gc-des-tests (License): Likewise.
40407
40408         * modules/gc-arcfour-tests (License): Likewise.
40409
40410         * modules/gc-arctwo-tests (License): Likewise.
40411
40412         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
40413
40414         * modules/gc-hmac-sha1-tests (Files): Likewise.
40415
40416         * modules/gc-hmac-md5-tests (License): Likewise.
40417
40418         * modules/gc-sha1-tests (License): Likewise.
40419
40420         * modules/gc-md5-tests (License): Likewise.
40421
40422         * modules/gc-md4-tests (License): Likewise.
40423
40424         * modules/gc-md2-tests (License): Likewise.
40425
40426         * modules/gc-tests (License): Likewise.
40427
40428         * modules/des-tests (License): Likewise.
40429
40430         * modules/md4-tests (License): Likewise.
40431
40432         * modules/md2-tests (License): Likewise.
40433
40434 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
40435
40436         Sync from coreutils:
40437
40438         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
40439         * modules/lib-ignore: New file.
40440         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
40441         chdir-safer.m4, lchmod.m4.
40442         * modules/openat: Add mkdirat.c, openat-priv.h.
40443
40444 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
40445
40446         Sync from coreutils.
40447         * m4/lib-ignore.m4: New file.
40448         * m4/lchmod.m4: New file.
40449
40450 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
40451
40452         Sync from coreutils.
40453         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
40454         for write access: POSIX says that must fail.
40455         * lib/fts.c (diropen): Likewise.
40456         * lib/save-cwd.c (save_cwd): Likewise.
40457         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
40458         well, for minor improvements on hosts that lack O_DIRECTORY.
40459         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
40460         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
40461         Fall back on chown if open failed with EACCES.
40462
40463         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
40464         Report an error at compile-time if only a 1-second nominal clock
40465         resolution is found.
40466
40467         * lib/lchmod.h: New file.
40468         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
40469         (make_dir_parents): Use lchown rather than chown, and
40470         lchmod rather than chmod.
40471
40472         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
40473         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
40474         "proc" reported by n0dalus.
40475
40476         * lib/mountlist.c: Include <limits.h>.
40477         (dev_from_mount_options)
40478         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
40479         New function.  It no longer assumes "dev=" has the System V meaning
40480         on Linux (since it doesn't).  It also parses "dev=" more carefully.
40481         (read_file_system_list)
40482         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
40483         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
40484         dev= in that case.
40485
40486         * lib/posixtm.h (PDS_PRE_2000): New macro.
40487         * lib/posixtm.c (year): Arg is now syntax_bits rather than
40488         allow_century.  All usages changed.  Reject dates outside the range
40489         1969-1999 if PDS_PRE_2000 is used.
40490
40491 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
40492
40493         Sync from coreutils.
40494         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
40495         (Time of day items): Mention the possibility of leap seconds.
40496         Problem reported by Dr. David Alan Gilbert.
40497
40498 2006-01-09  Jim Meyering  <jim@meyering.net>
40499
40500         Sync from coreutils.
40501
40502         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
40503
40504         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
40505
40506         * lib/modechange.c (mode_compile): Reject an invalid mode string
40507         that starts with an octal digit.  From Andreas Gruenbacher.
40508
40509         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
40510         and dup to open_safer and dup_safer, respectively.
40511         (openat_permissive): Fix typo in comment.
40512
40513         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
40514         "gettext.h"; either no longer needed or are guaranteed by openat.h.
40515         (_): Remove; no longer needed.
40516         (openat): Renamed from rpl_openat; no need for rpl_openat
40517         since openat.h renames openat for us.
40518         Replace most of the body with a call to openat_permissive,
40519         to avoid duplicate code.
40520         Port to (probably hypothetical) environments were mode_t is
40521         wider than int.
40522         (openat_permissive): Require mode arg, so that we can check
40523         types better.  Put it just after flags.  Change cwd failure
40524         indicator from pointer-to-bool to pointer-to-errno-value.
40525         All callers changed.
40526         Invoke openat_save_fail and/or openat_restore_fail if
40527         cwd_errno is null, so that openat can call us.
40528         (openat_permissive, fdopendir, fstatat, unlinkat):
40529         Simplify errno handling to avoid some duplicate code,
40530         as it's OK to set errno on success.
40531         * lib/openat.h: Revamp code so that function macros depend on
40532         __OPENAT_PREFIX only, not also on AT_FDCWD.
40533         (openat_ro): Remove.  Caller changed to use openat_permissive.
40534         (openat_permissive): Now a macro, if not a function.
40535         (openat_restore_fail, openat_save_fail): Now always functions,
40536         since mkdirat needs them even if __OPENAT_PREFIX is defined.
40537
40538         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
40539         and openat.c.
40540         * lib/mkdirat.c: Include openat-priv.h.
40541         Remove definitions of macros defined therein.
40542         * lib/openat.c: Likewise.
40543
40544         * lib/mkdirat.c (mkdirat): New file and function.
40545         * lib/openat.h (mkdirat): Declare.
40546
40547         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
40548
40549         * lib/openat.h (openat_permissive): Declare.
40550         (openat_ro): Define.
40551
40552         * lib/openat.c (EXPECTED_ERRNO): New macro.
40553         (openat_permissive): New function -- used in remove.c rewrite.
40554         (all functions): Set errno just before returning, only if there
40555         was an actual failure.
40556         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
40557
40558         Emulate openat-family functions using Linux's procfs, if possible.
40559         Idea and some code based on Ulrich Drepper's glibc changes.
40560
40561         * lib/openat.c: (BUILD_PROC_NAME): New macro.
40562         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
40563         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
40564         before falling back on save_cwd and restore_cwd.
40565         (fdopendir, fstatat, unlinkat): Likewise.
40566
40567         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
40568         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
40569
40570         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
40571         as second argument to va_arg.  Otherwise, some versions of gcc
40572         warn that `if this code is reached, the program will abort'.
40573
40574 2006-01-09  Jim Meyering  <jim@meyering.net>
40575
40576         Sync from coreutils.
40577         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
40578         Require openat-priv.h.
40579
40580 2006-01-09  Bruno Haible  <bruno@clisp.org>
40581
40582         * modules/strnlen (Include): Use strnlen.h.
40583
40584 2006-01-09  Bruno Haible  <bruno@clisp.org>
40585
40586         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
40587
40588 2006-01-09  Bruno Haible  <bruno@clisp.org>
40589
40590         * lib/sysexit_.h (EX_OK): New macro.
40591         Suggested by Martin Lambers <marlam@marlam.de>.
40592
40593 2006-01-09  Bruno Haible  <bruno@clisp.org>
40594
40595         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
40596         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
40597
40598 2006-01-09  Bruno Haible  <bruno@clisp.org>
40599
40600         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
40601         numbers.
40602
40603 2006-01-09  Bruno Haible  <bruno@clisp.org>
40604
40605         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
40606         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
40607         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
40608         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
40609
40610 2006-01-09  Bruno Haible  <bruno@clisp.org>
40611
40612         * build-aux/javacomp.sh.in: New file, moved from lib/.
40613         * modules/javacomp-script (Files): Update.
40614         (configure.ac): Add AC_CONFIG_FILES invocation.
40615         (EXTRA_DIST): Remove variable.
40616
40617         * build-aux/javaexec.sh.in: New file, moved from lib/.
40618         * modules/javaexec (Files): Update.
40619         (configure.ac): Add AC_CONFIG_FILES invocation.
40620         (EXTRA_DIST): Remove javaexec.sh.in.
40621
40622         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
40623         * modules/csharpcomp-script (Files): Update.
40624         (configure.ac): Add AC_CONFIG_FILES invocation.
40625         (EXTRA_DIST): Remove variable.
40626
40627         * build-aux/csharpexec.sh.in: New file, moved from lib/.
40628         * modules/csharpexec (Files): Update.
40629         (configure.ac): Add AC_CONFIG_FILES invocation.
40630         (EXTRA_DIST): Remove csharpexec.sh.in.
40631
40632 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
40633
40634         Sync from coreutils.
40635
40636         Add POSIX ACL support
40637         * lib/acl.h (copy_acl, set_acl): Add declarations.
40638         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
40639         systems other than Linux.
40640         (chmod_or_fchmod): New function: use fchmod when possible,
40641         and chmod otherwise.
40642         (file_has_acl): Add a POSIX ACL implementation, with a
40643         Linux-specific subcase.
40644         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
40645         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
40646         acls are unsupported.
40647         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
40648         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
40649         are unsupported.
40650
40651 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
40652
40653         Sync from coreutils.
40654         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
40655
40656 2006-01-07  Bruno Haible  <bruno@clisp.org>
40657
40658         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
40659         gl_EARLY.
40660
40661 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40662
40663         * lib/strftime.c (tzname): Don't declare if it is already #defined.
40664         Problem reported for Mingw by Mark Junker.
40665
40666 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40667
40668         * README: Gnulib normally doesn't generate a tarball.
40669
40670 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
40671
40672         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
40673         long int, not int, for nanosecond counts, so that people who are
40674         used to POSIX struct timespec won't be surprised.  Reported by Jim
40675         Meyering.
40676
40677 2005-12-28  Bruno Haible  <bruno@clisp.org>
40678
40679         * build-aux/config.rpath: Update from GNU gettext.
40680
40681 2005-12-16  Jim Meyering  <jim@meyering.net>
40682
40683         * modules/fprintftime: New module.
40684         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
40685
40686 2005-12-16  Jim Meyering  <jim@meyering.net>
40687
40688         * m4/fprintftime.m4: New file.
40689
40690 2005-12-16  Jim Meyering  <jim@meyering.net>
40691
40692         * lib/fprintftime.c, lib/fprintftime.h: New files.
40693
40694 2005-12-15  Simon Josefsson  <jas@extundo.com>
40695
40696         * modules/socklen (configure.ac): Fix M4 macro name, to align with
40697         new m4/socklen.m4.
40698
40699 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
40700
40701         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
40702         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
40703
40704 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
40705
40706         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
40707         * lib/argp-help.c (fill_in_uparams): Check if the constructed
40708         struct uparams is valid. Fall back to the default values if it is
40709         not.
40710
40711 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40712
40713         * modules/argp (Files): Add argp-pin.c
40714         (Depends-on): dirname
40715         (lib_SOURCES): Add argp-pin.c
40716
40717 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40718
40719         * m4/argp.m4:  Check if program_invocation_name and
40720         program_invocation_short_name are declared and define appropriate
40721         macros if they are not.
40722
40723 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40724
40725         * lib/argp-help.c (__argp_base_name): New function
40726         (__argp_short_program_name): Rewrite using __argp_base_name
40727         * lib/argp-namefrob.h: Define program_invocation_name and
40728         program_invocation_short_name if requested
40729         (__argp_base_name): Add prototype
40730         * lib/argp-parse.c (argp_def): Use gettext wrappers
40731         (argp_default_parser): Use __argp_base_name
40732         * lib/argp-pin.c: New file. Defines program_invocation_name and
40733         program_invocation_short_name on systems that lack them.
40734
40735 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
40736
40737         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
40738         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
40739         porting problem reported by Georg Schwarz in
40740         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
40741
40742 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
40743
40744         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
40745         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
40746         porting problem reported by Georg Schwarz in
40747         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
40748
40749 2005-12-05  Bruno Haible  <bruno@clisp.org>
40750
40751         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
40752         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
40753         Reported by Mark Junker <mjscod@gmx.de>.
40754
40755 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
40756
40757         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
40758         Use implementation from Albert Chin, with some
40759         comments/corrections by Stepan Kasal and myself.
40760
40761 2005-12-02  Bruno Haible  <bruno@clisp.org>
40762
40763         * gnulib-tool (func_import): Accept GPLed build tool modules when
40764         --lgpl is given.
40765         * modules/csharpcomp-script: New file.
40766         * modules/csharpcomp: Depend on it.
40767         * modules/javacomp-script: New file.
40768         * modules/javacomp: Depend on it.
40769         Suggested by Simon Josefsson.
40770
40771 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
40772
40773         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
40774         statement, to work around an HP-UX 10.20 compiler bug reported by
40775         Peter O'Gorman.
40776
40777 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
40778
40779         * modules/savedir (Depends-on): Add openat.
40780
40781 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
40782
40783         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
40784         (uintmax_t) [defined uintmax_t]: Do not declare.
40785         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
40786         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
40787         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
40788         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
40789         sake of portability to weird hosts that C allows (though we don't
40790         know of any practical examples).
40791
40792         * lib/savedir.h (fdsavedir): New decl.
40793         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
40794         contains most of the former guts of savedir.
40795         (savedir): Use savedirstream.
40796         Include "openat.h".
40797
40798 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
40799
40800         * modules/obstack (Files): Add m4/ulonglong.m4.
40801         Problem reported by Davide Angelocola.
40802
40803 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
40804
40805         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
40806         coreutils no longer futzes with rounding modes.
40807
40808 2005-11-14  Jim Meyering  <jim@meyering.net>
40809
40810         * lib/mkstemp-safer.c: Include <config.h>, required for possible
40811         replacement of mkstemp.
40812
40813 2005-11-10  Simon Josefsson  <jas@extundo.com>
40814
40815         * lib/readline.c: Remove EOL.
40816
40817 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
40818
40819         * modules/gethrxtime (Depends-on): Add gettime.
40820
40821 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
40822
40823         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
40824         or gettimeofday; no longer needed.
40825
40826 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
40827
40828         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
40829         time business.
40830         (gethrxtime) [! (HAVE_NANOUPTIME
40831         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
40832         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
40833         our own approximation.
40834
40835 2005-11-08  Eric Blake  <ebb9@byu.net>
40836
40837         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
40838
40839 2005-11-08  Eric Blake  <ebb9@byu.net>
40840
40841         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
40842
40843 2005-11-04  Bruno Haible  <bruno@clisp.org>
40844
40845         * gnulib-tool: Implement --update mode.
40846
40847 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
40848
40849         Fix porting problem reported by Theodoros V. Kalamatianos.
40850         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
40851         Don't assume that futimes failing means we must fail.
40852
40853 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
40854
40855         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
40856         variables to suggest the intended function of the PATH_MAX check.
40857
40858 2005-10-30  Kean Johnston  <jkj@sco.com>
40859
40860         Trivial changes to support SCO systems.
40861         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
40862         as PATH_MAX.
40863         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
40864         where __ptr is null when no I/O is pending.
40865
40866 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
40867
40868         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
40869         leave errno alone.  Problem reported by Dmitry V. Levin.
40870
40871 2005-10-28  Simon Josefsson  <jas@extundo.com>
40872
40873         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
40874         Test more.
40875
40876         * tests/test-gc-md2.c, tests/test-md2.c: New files.
40877
40878         * modules/md2, modules/md2-tests: New files.
40879
40880 2005-10-28  Simon Josefsson  <jas@extundo.com>
40881
40882         * m4/inet_ntop.m4: More tests.
40883
40884         * m4/gc-md2.m4, md2.m4: New file.
40885
40886 2005-10-28  Simon Josefsson  <jas@extundo.com>
40887
40888         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
40889         "restrict" keywords, as per POSIX.  Protect the function
40890         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
40891         Don't use K&R prototypes.  Check the sprintf return values.
40892         Re-define EAFNOSUPPORT if not present.  Indent.
40893
40894         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
40895         suggested by Bruno Haible <bruno@clisp.org>.
40896
40897         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
40898
40899         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
40900
40901         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
40902         libgcrypt).
40903
40904         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
40905
40906         * lib/md2.h, lib/md2.c: New files.
40907
40908 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
40909
40910         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
40911         errno alone.  Problem reported by Frederic Jolliton.
40912
40913 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
40914
40915         * modules/verify (License): Change from GPL to LGPL.  This is a
40916         tiny module and there are apparently near-equivalents that are
40917         under the BSD license.
40918
40919 2005-10-24  Simon Josefsson  <jas@extundo.com>
40920
40921         * modules/sha1: Relicense to LGPL.
40922
40923 2005-10-24  Simon Josefsson  <jas@extundo.com>
40924
40925         * lib/md4.h: Shrink buffer size, now that we changed the type.
40926
40927 2005-10-23  Simon Josefsson  <jas@extundo.com>
40928
40929         * gnulib-tool (func_import): Fix --tests-base.
40930
40931 2005-10-22  Simon Josefsson  <jas@extundo.com>
40932
40933         * modules/arcfour (Depends-on): Need stdint.
40934
40935 2005-10-22  Simon Josefsson  <jas@extundo.com>
40936
40937         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
40938         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
40939
40940 2005-10-22  Simon Josefsson  <jas@extundo.com>
40941
40942         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
40943         suggested by Bruno Haible <bruno@clisp.org>.
40944
40945 2005-10-22  Simon Josefsson  <jas@extundo.com>
40946
40947         * lib/crc.h: Include stddef.h, for size_t.
40948
40949 2005-10-22  Simon Josefsson  <jas@extundo.com>
40950
40951         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
40952         arcfour_context struct (simplify test vector testing in GNU
40953         Shishi).
40954
40955 2005-10-21  Simon Josefsson  <jas@extundo.com>
40956
40957         * modules/des, modules/des-tests: New files.
40958
40959         * modules/gc-des, modules/gc-des-tests: New files.
40960
40961         * tests/test-des.c, tests/test-gc-des.c: New file.
40962
40963 2005-10-21  Simon Josefsson  <jas@extundo.com>
40964
40965         * modules/arctwo, modules/arctwo-tests: New files.
40966
40967         * tests/test-arctwo.c: New file.
40968
40969         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
40970
40971         * tests/test-gc-arctwo.c: New file.
40972
40973 2005-10-21  Simon Josefsson  <jas@extundo.com>
40974
40975         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
40976         Bruno Haible <bruno@clisp.org>.
40977
40978         * m4/gc-des.m4: New file.
40979
40980 2005-10-21  Simon Josefsson  <jas@extundo.com>
40981
40982         * m4/arctwo.m4: New file.
40983
40984         * m4/gc-arctwo.m4: New file.
40985
40986 2005-10-21  Simon Josefsson  <jas@extundo.com>
40987
40988         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
40989         block.
40990
40991 2005-10-21  Simon Josefsson  <jas@extundo.com>
40992
40993         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
40994         <bruno@clisp.org>.
40995
40996         * lib/hmac-sha1.c (hmac_sha1): Likewise.
40997
40998         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
40999         Bruno Haible <bruno@clisp.org>.
41000
41001         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
41002         <bruno@clisp.org>.
41003
41004 2005-10-21  Simon Josefsson  <jas@extundo.com>
41005
41006         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
41007
41008 2005-10-21  Simon Josefsson  <jas@extundo.com>
41009
41010         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
41011
41012 2005-10-21  Simon Josefsson  <jas@extundo.com>
41013
41014         * lib/des.h, lib/des.c: New files.
41015
41016         * lib/gc-gnulib.c: Support DES.c
41017
41018 2005-10-21  Simon Josefsson  <jas@extundo.com>
41019
41020         * lib/arctwo.h, lib/arctwo.c: New files.
41021
41022         * lib/gc-gnulib.c: Support ARCTWO.
41023
41024 2005-10-21  Simon Josefsson  <jas@extundo.com>
41025
41026         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
41027         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41028
41029 2005-10-21  Simon Josefsson  <jas@extundo.com>
41030
41031         * gnulib-tool (func_import, func_create_testdir): Define automake
41032         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
41033         Makefile.am snippet),
41034         suggested by Bruno Haible <bruno@clisp.org>.
41035
41036         * modules/gc (Makefile.am): Use it.
41037
41038 2005-10-21  Bruno Haible  <bruno@clisp.org>
41039
41040         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
41041         patch.
41042
41043 2005-10-19  Simon Josefsson  <jas@extundo.com>
41044
41045         * tests/test-gc-rijndael.c: New file.
41046
41047         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
41048
41049 2005-10-19  Simon Josefsson  <jas@extundo.com>
41050
41051         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
41052         interface too.
41053
41054 2005-10-19  Simon Josefsson  <jas@extundo.com>
41055
41056         * tests/test-gc-arcfour.c: New file.
41057
41058         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
41059
41060 2005-10-19  Simon Josefsson  <jas@extundo.com>
41061
41062         * modules/gc-md4, modules/gc-md4-tests: New file.
41063
41064         * tests/test-gc-md4.c: New file.
41065
41066 2005-10-19  Simon Josefsson  <jas@extundo.com>
41067
41068         * m4/gc-md4.m4: New file.
41069
41070 2005-10-19  Simon Josefsson  <jas@extundo.com>
41071
41072         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
41073         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
41074         <kasal@ucw.cz>.
41075
41076 2005-10-19  Simon Josefsson  <jas@extundo.com>
41077
41078         * m4/gc-arcfour.m4: New file.
41079
41080         * m4/gc-rijndael.m4: New file.
41081
41082 2005-10-19  Simon Josefsson  <jas@extundo.com>
41083
41084         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
41085
41086 2005-10-19  Simon Josefsson  <jas@extundo.com>
41087
41088         * lib/gc-gnulib.c: Support ARCFOUR.
41089
41090 2005-10-19  Simon Josefsson  <jas@extundo.com>
41091
41092         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
41093         support.
41094
41095         * lib/gc.h: Add ECB enum type.
41096
41097         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
41098
41099 2005-10-18  Simon Josefsson  <jas@extundo.com>
41100
41101         * tests/test-md5.c: New file.
41102
41103         * modules/md5-tests: New file.
41104
41105 2005-10-18  Simon Josefsson  <jas@extundo.com>
41106
41107         * tests/test-md4.c: New file.
41108
41109         * modules/md4, modules/md4-tests: New files.
41110
41111 2005-10-18  Simon Josefsson  <jas@extundo.com>
41112
41113         * m4/md4.m4: New file.
41114
41115 2005-10-18  Simon Josefsson  <jas@extundo.com>
41116
41117         * lib/md4.h, lib/md4.c: New files, based on md5.?.
41118
41119 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
41120
41121         * gnulib-tool (func_create_testdir): Omit the second check whether
41122         BUILT_SOURCES in nonempty.
41123
41124 2005-10-17  Simon Josefsson  <jas@extundo.com>
41125
41126         * tests/test-rijndael.c: New file.
41127
41128 2005-10-17  Simon Josefsson  <jas@extundo.com>
41129
41130         * modules/sha1: Depend on stdint instead of md5.
41131
41132         * modules/md5: Depend on stdint, remove uint32_t.
41133
41134 2005-10-17  Simon Josefsson  <jas@extundo.com>
41135
41136         * modules/gc-sha1-tests: New file.
41137
41138         * tests/test-gc-sha1.c: New file.
41139
41140 2005-10-17  Simon Josefsson  <jas@extundo.com>
41141
41142         * m4/md5.m4: Remove call to uint32_t.m4.
41143
41144 2005-10-17  Simon Josefsson  <jas@extundo.com>
41145
41146         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
41147
41148         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
41149         md5.h.
41150
41151         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
41152
41153         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
41154
41155 2005-10-17  Simon Josefsson  <jas@extundo.com>
41156
41157         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
41158
41159 2005-10-17  Simon Josefsson  <jas@extundo.com>
41160
41161         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
41162
41163 2005-10-17  Simon Josefsson  <jas@extundo.com>
41164
41165         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
41166
41167         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
41168
41169 2005-10-17  Bruno Haible  <bruno@clisp.org>
41170
41171         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
41172         that it can also be used in a test.
41173
41174 2005-10-16  Bruno Haible  <bruno@clisp.org>
41175
41176         * gnulib-tool (func_emit_tests_Makefile_am): Also define
41177         TESTS_ENVIRONMENT, so that individual tests can augment it.
41178
41179         * gnulib-tool (func_create_testdir): Use an intermediate target for
41180         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
41181         macros, like $(ALLOCA_H), which cannot be passed through the command
41182         line.
41183
41184 2005-10-15  Simon Josefsson  <jas@extundo.com>
41185
41186         * modules/rijndael-tests: New file.
41187
41188         * modules/rijndael: New file.
41189
41190 2005-10-15  Simon Josefsson  <jas@extundo.com>
41191
41192         * m4/rijndael.m4: New file.
41193
41194 2005-10-15  Simon Josefsson  <jas@extundo.com>
41195
41196         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
41197
41198         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
41199
41200 2005-10-14  Simon Josefsson  <jas@extundo.com>
41201
41202         * tests/test-arcfour.c: New file.
41203
41204         * modules/arcfour, modules/arcfour-tests: New files.
41205
41206 2005-10-14  Simon Josefsson  <jas@extundo.com>
41207
41208         * m4/arcfour.m4: New file.
41209
41210 2005-10-14  Simon Josefsson  <jas@extundo.com>
41211
41212         * lib/arcfour.h, lib/arcfour.c: New files.
41213
41214 2005-10-14  Roland McGrath  <roland@redhat.com>
41215
41216         Import from libc.  [BZ #1331]
41217         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
41218         macro argument.
41219         Reported by Matej Vela <vela@debian.org>.
41220
41221 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41222
41223         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
41224         include <wchar.h>; no longer needed.
41225
41226 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41227
41228         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
41229
41230 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
41231         and  Ulrich Drepper  <drepper@redhat.com>
41232
41233         Import from libc.
41234         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
41235         instead of inline stream orientation test and two separate
41236         function calls.  Pay no attention to USE_IN_LIBIO.
41237
41238 2005-10-13  Simon Josefsson  <jas@extundo.com>
41239
41240         * modules/gc-hmac-md5-tests: New file.
41241
41242         * tests/test-gc-hmac-sha1.c: New file.
41243
41244         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
41245
41246         * modules/gc-hmac-md5-tests: New file.
41247
41248         * tests/test-gc-md5.c: New file.
41249
41250         * modules/gc-md5-tests: New file.
41251
41252 2005-10-13  Simon Josefsson  <jas@extundo.com>
41253
41254         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
41255         Move memory allocation outside of loop.
41256
41257 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
41258
41259         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
41260         intermediate directory is in a read-only file system.  Problem
41261         reported by Eric Blake.
41262
41263 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
41264
41265         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
41266
41267 2005-10-12  Simon Josefsson  <jas@extundo.com>
41268
41269         * tests/test-hmac-sha1.c: New file.
41270
41271         * modules/hmac-sha1-tests: New file.
41272
41273         * modules/hmac-sha1: New file.
41274
41275 2005-10-12  Simon Josefsson  <jas@extundo.com>
41276
41277         * modules/gc-sha1: New file.
41278
41279 2005-10-12  Simon Josefsson  <jas@extundo.com>
41280
41281         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
41282
41283         * tests/test-gc-pbkdf2-sha1.c: New file.
41284
41285 2005-10-12  Simon Josefsson  <jas@extundo.com>
41286
41287         * modules/gc-md5, modules/gc-hmac-md5: New files.
41288
41289         * modules/gc (Files): Remove md5, memxor and hmac files.
41290
41291 2005-10-12  Simon Josefsson  <jas@extundo.com>
41292
41293         * m4/gc-pbkdf2-sha1.m4: New file.
41294
41295         * m4/gc-hmac-sha1.m4: New file.
41296
41297         * m4/gc-sha1: New file.
41298
41299         * m4/hmac-sha1.m4: New file.
41300
41301 2005-10-12  Simon Josefsson  <jas@extundo.com>
41302
41303         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
41304
41305         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
41306
41307 2005-10-12  Simon Josefsson  <jas@extundo.com>
41308
41309         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
41310         suggested by Bruno Haible <bruno@clisp.org>.
41311
41312 2005-10-12  Simon Josefsson  <jas@extundo.com>
41313
41314         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
41315
41316 2005-10-12  Simon Josefsson  <jas@extundo.com>
41317
41318         * lib/gc-pbkdf2-sha1.c: New file.
41319
41320         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
41321
41322 2005-10-12  Simon Josefsson  <jas@extundo.com>
41323
41324         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
41325
41326         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
41327
41328 2005-10-12  Simon Josefsson  <jas@extundo.com>
41329
41330         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
41331         GC_USE_HMAC_MD5, respectively.
41332
41333         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
41334         (gc_md5): Fix typo.
41335
41336         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
41337
41338         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
41339
41340         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
41341
41342 2005-10-12  Bruno Haible  <bruno@clisp.org>
41343
41344         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
41345         Reported by Stepan Kasal <kasal@ucw.cz>.
41346
41347 2005-10-11  Simon Josefsson  <jas@extundo.com>
41348
41349         * tests/test-crc.c: New file.
41350
41351         * modules/crc, modules/crc-tests: New files.
41352
41353 2005-10-11  Simon Josefsson  <jas@extundo.com>
41354
41355         * m4/crc.m4: New file.
41356
41357 2005-10-11  Simon Josefsson  <jas@extundo.com>
41358
41359         * lib/gc.h: Add gc_hash and gc_hash_buffer.
41360
41361         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
41362
41363         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
41364
41365 2005-10-11  Simon Josefsson  <jas@extundo.com>
41366
41367         * lib/crc.h, lib/crc.c: New files.
41368
41369         * lib/gc.h (gc_hash_buffer): Add doc.
41370
41371 2005-10-11  Bruno Haible  <bruno@clisp.org>
41372
41373         * modules/c-strcasestr: New file.
41374         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
41375
41376 2005-10-11  Bruno Haible  <bruno@clisp.org>
41377
41378         * modules/c-strcase: New file.
41379         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
41380
41381 2005-10-11  Bruno Haible  <bruno@clisp.org>
41382
41383         * lib/strcasecmp.c: Include limits.h.
41384         (strcasecmp): Avoid integer overflow on exotic platforms.
41385         * lib/strncasecmp.c: Include limits.h.
41386         (strncasecmp): Avoid integer overflow on exotic platforms.
41387         Reported by Paul Eggert.
41388
41389 2005-10-11  Bruno Haible  <bruno@clisp.org>
41390
41391         * lib/c-strcasestr.h: New file, from GNU gettext.
41392         * lib/c-strcasestr.c: New file, from GNU gettext.
41393
41394 2005-10-11  Bruno Haible  <bruno@clisp.org>
41395
41396         * lib/c-strcase.h: New file, from GNU gettext.
41397         * lib/c-strcasecmp.c: New file, from GNU gettext.
41398         * lib/c-strncasecmp.c: New file, from GNU gettext.
41399
41400 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
41401
41402         * modules/mempcpy (License): GPL -> LGPL.
41403         * modules/strchrnul (License): Likewise.
41404         * modules/sysexits (License): Likewise.
41405
41406 2005-10-08  Simon Josefsson  <jas@extundo.com>
41407
41408         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
41409
41410 2005-10-07  Simon Josefsson  <jas@extundo.com>
41411
41412         * m4/memxor.m4: Remove gl_C_RESTRICT call.
41413
41414 2005-10-06  Simon Josefsson  <jas@extundo.com>
41415
41416         * tests/test-hmac-md5.c: New file.
41417
41418         * modules/hmac-md5-tests: New file.
41419
41420         * modules/hmac-md5: New file.
41421
41422 2005-10-06  Simon Josefsson  <jas@extundo.com>
41423
41424         * m4/hmac-md5.m4: New file.
41425
41426         * m4/memxor.m4: Require gl_C_RESTRICT.
41427
41428 2005-10-06  Simon Josefsson  <jas@extundo.com>
41429
41430         * lib/memxor.c (memxor): Avoid casts and warnings.
41431
41432 2005-10-06  Simon Josefsson  <jas@extundo.com>
41433
41434         * lib/hmac-md5.c: New file.
41435
41436         * lib/hmac.h: New file.
41437
41438 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
41439
41440         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
41441         promotes to int, not unsigned int, to catch the AIX 5.3
41442         compiler bug.
41443
41444 2005-10-05  Simon Josefsson  <jas@extundo.com>
41445
41446         * modules/memxor: New file.
41447
41448         * modules/iconv (Files): Move config.rpath to havelib, it is used
41449         there.
41450
41451         * modules/havelib (Files): Add config.rpath.
41452
41453 2005-10-05  Simon Josefsson  <jas@extundo.com>
41454
41455         * m4/memxor.m4: New file.
41456
41457 2005-10-05  Simon Josefsson  <jas@extundo.com>
41458
41459         * lib/memxor.c (memxor): Fix compiler error.
41460
41461         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
41462         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
41463
41464         * lib/memxor.h, lib/memxor.c: New files.
41465
41466         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
41467         we assume all systems have it, suggested by Jim Meyering
41468         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
41469         any systems lack sys/socket.h; mingw32 is known to lack it, but we
41470         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
41471         same reasons.
41472
41473 2005-10-05  Simon Josefsson  <jas@extundo.com>
41474
41475         * config/srclist.txt: Add glibc bug 1423 for md5.h.
41476
41477 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
41478
41479         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
41480         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
41481         needed, since the source code now assumes these .h files.
41482
41483 2005-10-05  Derek Price  <derek@ximbiot.com>
41484
41485         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
41486
41487 2005-10-05  Bruno Haible  <bruno@clisp.org>
41488
41489         * modules/stdint (License): Change to LGPL.
41490
41491 2005-10-04  Simon Josefsson  <jas@extundo.com>
41492
41493         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
41494         D. Baushke" <mdb@gnu.org>.
41495
41496 2005-10-04  Bruno Haible  <bruno@clisp.org>
41497
41498         * lib/verify.h (verify_true): Provide alternative definition for C++.
41499
41500 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
41501
41502         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
41503         (SSIZE_MAX): New macro, if not already defined.
41504         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
41505         than 2 GiB.
41506
41507 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
41508
41509         Sync from coreutils.
41510         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
41511         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
41512         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
41513         ULLONG_MAX doesn't work with 2.7.2.1.
41514
41515 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
41516
41517         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
41518         From Ben Pfaff.
41519
41520         * modules/exclude (Depends-on): Depend on verify.
41521         * modules/strtoimax (Depends-on): Likewise.
41522         * modules/utimecmp (Depends-on): Likewise.
41523
41524 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
41525
41526         * lib/exclude.c: Include verify.h.
41527         (verify): Remove.  All callers changed to use verify.h's version.
41528         * lib/strtoimax.c: Likewise.
41529         * lib/utimecmp.c: Likewis.e
41530
41531         Sync from coreutils.
41532         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
41533         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
41534         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
41535         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
41536         bother returning ENOSYS if settimeofday or stime fails; just let
41537         them return whatever errno they want to return.
41538         * lib/utimens.c: Include unistd.h, for dup2.
41539         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
41540         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
41541
41542 2005-10-02  Jim Meyering  <jim@meyering.net>
41543
41544         Sync from coreutils.
41545         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
41546         from glibc-2.2.5 that fails for read-only files.
41547
41548 2005-10-02  Jim Meyering  <jim@meyering.net>
41549
41550         Sync from coreutils.
41551         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
41552         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
41553         `#if HAVE_CONFIG_H'.
41554         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
41555         Remove AT_FDCWD test.
41556         Do not consume the fd unless successful.
41557         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
41558         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
41559         block, so that we don't even try to compile it if settimeofday is
41560         available.  This works around a compilation failure on OSF1 V5.1,
41561         due to stime requiring a `long int*' while tv_sec is `int'.
41562
41563 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
41564
41565         Sync from coreutils.
41566         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
41567         against `yes', rather than just testing for nonempty.
41568
41569 2005-10-01  Simon Josefsson  <jas@extundo.com>
41570
41571         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
41572         and Darwin.
41573
41574         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
41575         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
41576         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
41577         freeaddrinfo and gai_strerror are declared by the POSIX headers.
41578         Check if struct addrinfo is declared.
41579
41580 2005-10-01  Simon Josefsson  <jas@extundo.com>
41581
41582         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
41583         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
41584         AI_* and EAI_* definitions.  Protect function declarations.
41585
41586 2005-10-01  Jim Meyering  <jim@meyering.net>
41587
41588         Sync from coreutils.
41589
41590         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
41591         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
41592         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
41593         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
41594         in the inet and nsl libraries.  Required on Solaris 5.7.
41595
41596 2005-10-01  Jim Meyering  <jim@meyering.net>
41597
41598         Sync from coreutils.
41599         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
41600         in the inet and nsl libraries.  Required on Solaris 5.7.
41601
41602 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
41603
41604         * lib/getdelim.c (getdelim): Remove unused variables.
41605
41606 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
41607
41608         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
41609         so that the code works even with ancient cpp.  Portability problem
41610         with GCC 2.7.2.1 reported by Thomas M.Ott.
41611
41612 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
41613
41614         * modules/regex (Depends-on): Add strcase.
41615
41616         * modules/gethostname (Licence): Change from GPL to LGPL, since
41617         gethostname.c is a trivial implementation of a standard library
41618         function.
41619         * modules/poll (License): Change from GPL to LGPL, since it's
41620         derived from LGPL code.
41621
41622 2005-09-27  Jim Meyering  <jim@meyering.net>
41623
41624         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
41625         HAVE_CONFIG_H.
41626
41627         * lib/intprops.h (signed_type_or_expr__): Define.
41628         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
41629         for unsigned types.
41630
41631 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
41632
41633         * lib/verify.h (verify_expr): Remove, replacing with:
41634         (verify_true): New macro that returns true instead of void.
41635         (verify_type__): Remove.
41636         (verify): Use verify_true rather than verify_type__.
41637
41638 2005-09-26  Bruno Haible  <bruno@clisp.org>
41639
41640         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
41641         is necessary.
41642         (lib_SOURCES): Remove mbchar.c.
41643         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
41644         (Files): Add m4/mbrtowc.m4.
41645         * modules/mbiter: Likewise.
41646         * modules/mbuiter: Likewise.
41647
41648 2005-09-26  Bruno Haible  <bruno@clisp.org>
41649
41650         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
41651         compile mbchar.c if they are not both present.
41652         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
41653         * m4/mbiter.m4 (gl_MBITER): Likewise.
41654         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
41655         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
41656         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
41657
41658 2005-09-25  Jim Meyering  <jim@meyering.net>
41659
41660         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
41661         also uses socklen_t.
41662
41663 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
41664
41665         * lib/utimens.c (ENOSYS): Define if not already defined.
41666         (futimens): Support having a null PATH if the file descriptor
41667         is nonnegative.
41668
41669         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
41670         Remove.
41671         (__attribute): Define to empty unless GCC 3.1 or later.
41672         This works around a core dump on OpenBSD 3.4, which has GCC
41673         2.95.3, which dumps core when given __attribute__(()).  It also
41674         simplifies other tests, since we really don't want to bother with
41675         worrying about which ancient version of GCC supported what.
41676         Original problem reported by Yoann Vandoorselaere, with part of
41677         the fix suggested by Derek Price.
41678
41679 2005-09-24  Jim Meyering  <jim@meyering.net>
41680
41681         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
41682         so we can once again use a positive bitfield width of 1 -- now we
41683         don't have to explain why we were using a bitfield width of 2.
41684
41685 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
41686
41687         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
41688         and similarly for the other external symbols.  Problem reported
41689         by James Gallager.
41690
41691         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
41692         bug reported by Jim Meyering.
41693
41694         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
41695         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
41696         not needed, since socklen is a prerequisite module.
41697
41698 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
41699
41700         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
41701         Problem reported by Eric Blake.
41702         (getaddrinfo): Initialize se so that it's not garbage.
41703         Redo internal storage allocation so that it doesn't make unportable
41704         assumptions about alignment.
41705         Fix a memory leak.
41706
41707         * lib/utimens.c (futimens): Use futimesat if available.
41708         Prefer it to futimes since it doesn't have the futimes bug.
41709
41710         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
41711         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
41712         Instead, declare a function that returns a pointer to an array,
41713         and use verify_type__ to declare the size of the array.
41714         Problem and germ of a solution reported by Bruno Haible.
41715         (verify_type__): Use 2, not 1, for bitfield size, to avoid
41716         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
41717
41718 2005-09-23  Jim Meyering  <jim@meyering.net>
41719
41720         Sync from coreutils.
41721         Correct build failure (socklen_t not defined) on at least
41722         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
41723         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
41724
41725 2005-09-23  Jim Meyering  <jim@meyering.net>
41726
41727         * modules/getaddrinfo (Depends-on): Add socklen.
41728
41729 2005-09-23  Bruno Haible  <bruno@clisp.org>
41730
41731         * tests/test-verify.c: New file.
41732
41733 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
41734
41735         Sync from coreutils.
41736
41737         * modules/argmatch (Depends-on): Add verify.
41738         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
41739         unistd-safer.
41740         * modules/save-cwd (Depends-on): Likewise.
41741
41742         * modules/openat (Files): Add lib/openat-die.c.
41743         (Depends-on): Remove error, exitfail.
41744         Add dirname.
41745
41746         * modules/verify: New file.
41747         * MODULES.html.sh (Diagnostics <assert.h>): New section,
41748         with "verify" module.
41749
41750 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
41751
41752         Sync from coreutils.
41753
41754         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
41755         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
41756         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
41757         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
41758         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
41759         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
41760         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
41761         Don't bother checking for string.h, stdlib.h, unistd.h.
41762         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
41763         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
41764         module's job.
41765         * m4/jm-macros.m4 (gl_MACROS): Likewise.
41766         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
41767
41768         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
41769         (gl_GETDATE): Use it.
41770
41771         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
41772
41773 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
41774
41775         Sync from coreutils.
41776
41777         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
41778         stat-time.h.
41779         * lib/argmatch.h: Include verify.h
41780         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
41781         (ARGMATCH_ASSERT): Remove; unused.
41782         * lib/canonicalize.c: Assume STDC_HEADERS.
41783         * lib/exclude.c: Include "strcase.h".
41784         * lib/regex_internal.h [!defined _LIBC]: Likewise.
41785         * lib/getusershell.c: Include stdio--.h rather than stdio.h
41786         and stdio-safer.h.
41787         (getusershell): Call fopen, not fopen_safer.
41788         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
41789         Do not include unistd-safer.h.
41790         (save_cwd): Don't call fd_safer; no longer needed
41791         now that we include fcntl--.h.
41792
41793         * lib/getdate.y (relative_time): New type.
41794         (RELATIVE_TIME_0): New constant.
41795         (parser_control): Use relative_time instead of doing it ourselves.
41796         (%union): Add new relative_time rel member.
41797         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
41798         Now typeless.
41799         (relunit, relunit_snumber): Now of type rel.
41800         (zone, rel, relunit, get_date): Adjust to above changes.
41801
41802         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
41803         Do not include unistd-safer.h.
41804         (getloadavg): Don't call fd_safer; no longer needed
41805         now that we include fcntl--.h.
41806
41807         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
41808         (make_dir_parents): Treat ENOSYS like EEXIST.
41809
41810         Improve quality of diagnostics on restore_cwd failure.
41811         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
41812         (make_dir_parents): Last arg is now int * (for errno), not bool *.
41813         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
41814         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
41815         each time through the loop.  Do not diagnose restore_cwd failure;
41816         that is the caller's job (and perhaps the caller does not care).
41817
41818         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
41819         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
41820         If the file already exists but is not a directory, don't bother
41821         to try to make its parents.
41822         Close potential file descriptor leak if we can't chdir("/") (!).
41823         Don't always return true if chdir($PWD) fails; return true only
41824         if the requested action was done successfully (except for the
41825         chdir($PWD)).
41826         Don't log final directory unless we actually made it.
41827         Refactor to avoid duplicate code to fix up permissions.
41828         Don't attempt to fix up parent permissions if chdir($PWD) fails.
41829
41830         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
41831         to make it a bit faster and (I hope) clearer.
41832         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
41833         Fix bug in formats like %2N.
41834
41835         * lib/verify.h: New file.
41836
41837 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
41838
41839         Sync from coreutils.
41840         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
41841
41842 2005-09-22  Jim Meyering  <jim@meyering.net>
41843
41844         Sync from coreutils.
41845
41846         * m4/lstat.m4 (gl_FUNC_LSTAT):
41847         Use AC_LIBSOURCES to require lstat.c and lstat.h.
41848         Remove obsolete comment.
41849         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
41850         * m4/xstrtod.m4: Likewise.
41851
41852         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
41853
41854 2005-09-22  Jim Meyering  <jim@meyering.net>
41855
41856         Sync from coreutils.
41857
41858         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
41859
41860         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
41861         the .tm_year member, since otherwise gcc-4.0 would now warn about
41862         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
41863
41864         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
41865         order to avoid an unsuppressible warning from gcc on 64-bit systems.
41866
41867         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
41868         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
41869         when run in a time zone for which daylight savings time is in effect
41870         for the starting date.
41871
41872         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
41873         stop us from restricting permissions of just-created absolute-named
41874         directories.
41875         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
41876         to restore initial working directory.
41877         * lib/mkdir-p.c (make_dir_parents): New parameter:
41878         different_working_dir, to tell caller if/when we change the working
41879         directory and are unable to return to the initial one.
41880         * lib/mkdir-p.h (make_dir_parents): Update prototype.
41881         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
41882         `return false'.  This fixes a bug introduced on 2004-07-30.
41883
41884         * lib/openat.c (fdopendir): Be sure to close the supplied
41885         file descriptor before returning.  This makes our replacement
41886         implementation a little closer to Solaris's, where fdopendir
41887         ties the file descriptor to the returned DIR* pointer.
41888         * lib/openat.c (unlinkat): New function.
41889         * lib/openat.h (unlinkat): Add prototype.
41890         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
41891         (openat_restore_fail): Rename from openat_restore_die.
41892         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
41893
41894         Provide an alternative to exiting immediately upon save_cwd or
41895         restore_cwd failure.  Now, an application can arrange e.g.,
41896         to perform a longjump in that case.
41897         * lib/openat.c: Include dirname.h.
41898         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
41899         (rpl_openat, fdopendir, fstatat): Call openat_save_die
41900         and openat_restore_die rather than calling error directly.
41901         Don't include "error.h" or "exitfail.h"; they're no longer needed.
41902
41903         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
41904         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
41905         define.
41906
41907         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
41908         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
41909                             int utc, int nanoseconds);
41910         Background:
41911         date should not have to allocate a megabyte of virtual memory to
41912         handle a format argument like +%1048575T.  When implemented with
41913         strftime, it must allocate such a buffer, use strftime to fill it
41914         in, print it, then free it.
41915         With fprintftime, it simply prints everything and exits.
41916         With no need for memory allocation, that's one fewer way to fail.
41917         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
41918         optional field width, not before, so we accept %9:z, not %:9z.
41919         (my_strftime): Be sure to use L_('x') for literals.
41920
41921         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
41922         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
41923         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
41924         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
41925         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
41926         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
41927         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
41928         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
41929         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
41930         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
41931         * lib/xgethostname.c, lib/xreadlink.c:
41932         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
41933
41934         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
41935         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
41936         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
41937         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
41938         and don't include <sys/file.h>).
41939
41940 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
41941
41942         Sync from coreutils.
41943
41944         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
41945         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
41946         [!LDAV_DONE]: Avoid unused variable warning.
41947
41948 2005-09-21  Bruno Haible  <bruno@clisp.org>
41949
41950         * lib/unicodeio.h (unicode_to_mb): New declaration.
41951
41952 2005-09-20  Derek Price  <derek@ximbiot.com>
41953
41954         * lib/getaddrinfo.c: Don't include <netdb.h> included from
41955         getaddrinfo.h.
41956
41957 2005-09-20  Bruno Haible  <bruno@clisp.org>
41958
41959         * gnulib-tool: Remove trailing slashes from the values specified for
41960         --source-base, --m4-base, --tests-base, --aux-dir.
41961         Suggested by Simon Josefsson <jas@extundo.com>.
41962
41963 2005-09-20  Bruno Haible  <bruno@clisp.org>
41964
41965         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
41966         func_modules_to_filelist, func_import, func_create_testdir): Make all
41967         sorting results locale-independent, so that gnulib-cache.m4 doesn't
41968         change when gnulib-tool is invoked in a different locale.
41969
41970 2005-09-19  Simon Josefsson  <jas@extundo.com>
41971
41972         * m4/socklen.m4: Fix typo.
41973
41974 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41975
41976         Use a consistent style for including <config.h>.
41977         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
41978         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
41979         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
41980         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
41981         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
41982         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
41983         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
41984         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
41985         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
41986         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
41987         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
41988         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
41989         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
41990         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
41991         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
41992         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
41993         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
41994         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
41995         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
41996         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
41997         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
41998         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
41999         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
42000         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
42001         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
42002         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
42003         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
42004         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
42005         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
42006         lib/xstrtoumax.c, lib/yesno.c:
42007         Standardize inclusion of config.h.
42008         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
42009         lib/inttostr.h:  Removed inclusion of config.h from header files.
42010         * lib/inttostr.c:  Adjusted in-tree users.
42011         * lib/timespec.h: Remove superfluous warning to include config.h.
42012         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
42013         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
42014         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
42015         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
42016         config.h with HAVE_CONFIG_H.
42017
42018 2005-09-19  Jim Meyering  <jim@meyering.net>
42019
42020         * modules/pathmax (License): Change to LGPL.
42021
42022 2005-09-19  Derek Price  <derek@ximbiot.com>
42023
42024         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
42025
42026 2005-09-19  Bruno Haible  <bruno@clisp.org>
42027
42028         * gnulib-tool (import): Provide default for --tests-base.
42029
42030 2005-09-19  Bruno Haible  <bruno@clisp.org>
42031
42032         * doc/quote.texi: New file, extracted from gnulib.texi.
42033         * doc/ctime.texi: New file, extracted from gnulib.texi.
42034         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
42035         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
42036         * doc/gnulib.texi: Include them.
42037
42038 2005-09-18  Bruno Haible  <bruno@clisp.org>
42039
42040         Portability fix.
42041         * gnulib-tool (func_readlink): New function.
42042         (func_ln_if_changed): Use it.
42043
42044 2005-09-18  Bruno Haible  <bruno@clisp.org>
42045
42046         * gnulib-tool: Support --with-tests also with --import.
42047         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
42048         (func_import): Use variables $testsbase and $inctests. Emit a
42049         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
42050         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
42051         SUBDIRS += $testsdir.
42052         (func_create_testdir): Update.
42053
42054 2005-09-18  Bruno Haible  <bruno@clisp.org>
42055
42056         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
42057         instead of $dry_run.
42058         (func_cp_if_changed, func_mv_if_changed): Remove functions.
42059         (func_ln_if_changed): Don't handle dry-run here.
42060         (func_import): In dry-run mode, detect more precisely which actions
42061         would be performed, and don't use "...ing" verbs.
42062
42063 2005-09-18  Bruno Haible  <bruno@clisp.org>
42064
42065         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
42066         (func_import): Use join on two temporary files instead of three nested
42067         loops, in order to determine which files are new or old.
42068
42069 2005-09-18  Bruno Haible  <bruno@clisp.org>
42070
42071         * gnulib-tool (func_import): Comment out code that spits out the
42072         new files with --dry-run.
42073
42074 2005-09-18  Bruno Haible  <bruno@clisp.org>
42075
42076         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
42077
42078 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
42079
42080         * lib/stat-time.h: New file.
42081         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
42082         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
42083         in a different way.
42084         (timespec_cmp): New function.
42085         * lib/utimecmp.c: Include stat-time.h.
42086         (SYSCALL_RESOLUTION): Depend on whether various struct stat
42087         members exist, not on the obsolescent ST_MTIM_NSEC.
42088         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
42089
42090 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
42091
42092         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
42093
42094 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
42095
42096         * MODULES.html.sh (File system functions): Add stat-time.
42097         * modules/stat-time: New file.
42098         * modules/timespec (Files): Remove m4/st_mtim.m4; this
42099         is now done in a different way, by the stat-time module.
42100         * modules/utimecmp (Depends-on): Add stat-time.
42101
42102 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
42103
42104         * m4/st_mtim.m4: Remove.  Superseded by...
42105         * m4/stat-time.m4: New file.
42106         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
42107         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
42108
42109 2005-09-15  Derek Price  <derek@ximbiot.com>
42110
42111         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
42112
42113 2005-09-15  Derek Price  <derek@ximbiot.com>
42114
42115         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
42116         * lib/regex_internal.c: Ditto, using this...
42117         (__GNUC_PREREQ): ...new macro.
42118         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
42119         using...
42120         (__GNUC_PREREQ): ...this new macro.
42121
42122         * lib/strstr.h: Include string.h. Define strstr as a macro here.
42123
42124 2005-09-15  Derek Price  <derek@ximbiot.com>
42125             Paul Eggert  <eggert@cs.ucla.edu>
42126
42127         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
42128         changes, consolidating in...
42129         * lib/regex_internal.h: ...this file.
42130
42131 2005-09-13  Jim Meyering  <jim@meyering.net>
42132
42133         * lib/canon-host.c: Filter through gnu indent and reword comments
42134         slightly.
42135         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
42136
42137 2005-09-13  Derek Price  <derek@ximbiot.com>
42138
42139         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
42140         failure.
42141         Reported by Jim Meyering  <jim@meyering.net>.
42142
42143 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
42144
42145         * lib/base64.c: Typo.
42146         (base64_encode): Put b64str in initialized data section.
42147
42148 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
42149
42150         Merge glibc and coreutils changes into gnulib, plus a few
42151         extra fixes.
42152         * lib/md5.c: Use #error rather than a string.
42153         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
42154         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
42155         (__attribute__): Define to empty for non recent-GCC.
42156         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
42157         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
42158         Renamed from their non-__ counterparts, with new macros replacing
42159         them if not _LIBC.  Add __THROW attribute.
42160         (rol): Remove.
42161         (struct md5_ctx): Align buffer if using GCC.
42162         * lib/sha1.h (struct sha1_ctx): Likewise.
42163         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
42164         The old name was backwards.
42165         (NOTSWAP): Remove; not used.
42166         (rol): New macro, moved here from md5.h.
42167         (sha1_process_block): Remove a FIXME that doesn't make sense.
42168
42169 2005-09-12  Derek Price  <derek@ximbiot.com>
42170
42171         Return usable errors from canon-host.
42172         * lib/canon-host.h: New file.
42173         * lib/canon-host.c (canon_host): Wrap...
42174         (canon_host_r): ...this new function, which now relies exclusively on
42175         getaddrinfo.
42176         (ch_strerror): New function.
42177         (last_cherror): New global.
42178         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
42179         interface.
42180         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
42181         void *.
42182         (freeaddrinfo): Free ai->ai_canonname when set.
42183
42184 2005-09-12  Derek Price  <derek@ximbiot.com>
42185
42186         Make canon-host require getaddrinfo.
42187         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
42188         AC_LIBSOURCE canon-host.h.  Call...
42189         (gl_PREREQ_CANON_HOST): ...this new function, which requires
42190         gl_GETADDRINFO.
42191         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
42192
42193 2005-09-12  Derek Price  <derek@ximbiot.com>
42194
42195         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
42196         LGPL.
42197         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
42198
42199 2005-09-12  Derek Price  <derek@ximbiot.com>
42200
42201         * lib/gai_strerror.c: Include config.h when available.  Include
42202         getaddrinfo.h before other headers to test interface.
42203         Reported by Larry Jones <lawrence.jones@ugs.com>.
42204
42205 2005-09-12  Derek Price  <derek@ximbiot.com>
42206             Paul Eggert  <eggert@cs.ucla.edu>
42207
42208         * modules/glob (Files): Add glob-libc.h.
42209
42210 2005-09-12  Derek Price  <derek@ximbiot.com>
42211             Paul Eggert  <eggert@cs.ucla.edu>
42212
42213         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
42214         glob_.h, glob-libc.h.
42215         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
42216
42217 2005-09-12  Derek Price  <derek@ximbiot.com>
42218             Paul Eggert  <eggert@cs.ucla.edu>
42219
42220         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
42221         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
42222         protecting things that should be done only in gnulib contexts.
42223         * lib/glob_.h: New file, containing only the glob things needed for
42224         gnulib.
42225         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
42226         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
42227         (glob, globfree, glob_pattern_p): Now defined simply in terms of
42228         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
42229         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
42230         and to respect the namespace rules better.
42231
42232 2005-09-08  Simon Josefsson  <jas@extundo.com>
42233
42234         * modules/socklen: New file.
42235
42236 2005-09-08  Simon Josefsson  <jas@extundo.com>
42237
42238         * m4/socklen.m4: New file.
42239
42240 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42241
42242         * modules/utimens (Files): Add m4/utimbuf.m4, since
42243         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
42244         Reported by Sergey Poznyakoff.
42245
42246 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42247
42248         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
42249         definitions, since that's the preferred style in glibc.
42250         Fix a minor spacing issue, and update copyright notice to match
42251         glibc's.
42252
42253 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
42254
42255         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
42256
42257 2005-09-06  Simon Josefsson  <jas@extundo.com>
42258
42259         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
42260         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
42261
42262 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
42263
42264         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
42265         warning.
42266
42267 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
42268
42269         * config/srclist.txt: Add glibc bug 1302.
42270
42271 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
42272
42273         Change bitset word type from unsigned int to unsigned long int,
42274         as this has better performance on typical 64-bit hosts.
42275         Port bitset code to hosts with unusual word sizes.
42276         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
42277         (build_collating_symbol):
42278         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
42279         argument is a bitset.  This is merely a style issue, but it makes
42280         it clearer that an entire array is expected.
42281         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
42282         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
42283         Port to the case where bitset_word is not the same as unsigned int.
42284         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
42285         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
42286         Likewise.
42287         * lib/regexec.c (check_dst_limits_calc_pos_1,
42288         check_subexp_matching_top):
42289         (build_trtable, group_nodes_into_DFAstates):
42290         Likewise.
42291         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
42292         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
42293         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
42294         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
42295         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
42296         * lib/regcomp.c (optimize_subexps, lower_subexp):
42297         Work even if bitset_word has holes in its bitwise representation.
42298         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
42299         * lib/regexec.c (check_dst_limits_calc_pos_1,
42300         check_subexp_matching_top):
42301         Likewise.
42302         * lib/regex_internal.c (re_string_reconstruct):
42303         Don't assume UCHAR_MAX == 255.
42304         * lib/regex_internal.h (bitset_set_all): Likewise.
42305         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
42306         All uses changed.
42307         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
42308         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
42309         All uses changed.
42310         (BITSET_WORD_MAX): New macro.
42311         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
42312         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
42313         (bitset_empty, bitset_copy):
42314         Prefer sizeof (bitset) to multiplying it out ourselves.
42315         (bitset_not_merge): Remove; unused.
42316         (bitset_contain): Return bool, not unsigned int with one bit on.
42317         All callers changed.
42318         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
42319         alignment than re_node_set; do this by defining a new internal
42320         type struct dests_alloc and using it to allocate memory.
42321
42322 2005-09-05  Bruno Haible  <bruno@clisp.org>
42323
42324         * gnulib-tool (func_import): Fix comparison in handling of symbolic
42325         links.
42326
42327 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
42328
42329         * modules/size_max (Makefile.am): Add size_max.h
42330
42331 2005-09-04  Derek Price  <derek@ximbiot.com>
42332
42333         * gnulib-tool (func_import): Fix reversed $symbolic logic.
42334
42335 2005-09-03  Simon Josefsson  <jas@extundo.com>
42336
42337         * gnulib-tool: Fix typo.
42338
42339 2005-09-03  Simon Josefsson  <jas@extundo.com>
42340
42341         * config/srclist.txt: Add glibc bug 1293.
42342
42343 2005-09-03  Derek Price  <derek@ximbiot.com>
42344
42345         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
42346         From Larry Jones <lawrence.jones@ugs.com>.
42347
42348 2005-09-02  Simon Josefsson  <jas@extundo.com>
42349
42350         * modules/socklen: New file.
42351
42352 2005-09-02  Simon Josefsson  <jas@extundo.com>
42353
42354         * modules/havelib: New module.
42355
42356         * modules/gettext, modules/iconv, modules/lock, modules/readline:
42357         Use havelib.
42358
42359 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
42360
42361         Check for arithmetic overflow when calculating sizes, to prevent
42362         some buffer-overflow issues.  These patches are conservative, in the
42363         sense that when I couldn't determine whether an overflow was possible,
42364         I inserted a run-time check.
42365         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
42366         macros.
42367         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
42368         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
42369         (re_xnrealloc, re_x2nrealloc): New inline functions.
42370         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
42371         parse_bracket_exp):
42372         (build_equiv_class, build_charclass): Check for arithmetic overflow
42373         in size expression calculations.
42374         * lib/regex_internal.c (re_string_realloc_buffers):
42375         (build_wcs_upper_buffer, re_node_set_add_intersect):
42376         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
42377         (re_dfa_add_node, register_state): Likewise.
42378         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
42379         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
42380         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
42381         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
42382
42383 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
42384
42385         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
42386         m4/ulonglong.m4.  Problem reported by Martin Lambers.
42387
42388 2005-09-02  Bruno Haible  <bruno@clisp.org>
42389
42390         Support for lib vs. lib64 distinction on biarch platforms.
42391         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
42392         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
42393         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
42394
42395 2005-09-02  Bruno Haible  <bruno@clisp.org>
42396
42397         * gnulib-tool (import): In the other first-use case, provide defaults
42398         as well.
42399
42400 2005-09-02  Bruno Haible  <bruno@clisp.org>
42401
42402         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
42403         patches not yet found in the latest gettext release.
42404
42405 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
42406
42407         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
42408         to avoid a collision with bits/local_lim.h in glibc.
42409         All uses changed.  Problem reported by Dmitry V. Levin in
42410         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
42411
42412         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
42413         bugs in int versus size_t comparisons.
42414         (re_string_context_at): Fix bug where the code assumed that
42415         Idx is signed.
42416
42417         Use bool where appropriate.
42418         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
42419         All callers changed.
42420         (calc_eclosure_iter): Likewise, for ROOT arg.
42421         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
42422         (build_charclass_op): Likewise, for NON_MATCH arg.
42423         * lib/regex_internal.c (re_string_allocate, re_string_construct):
42424         (re_string_construct_common): Likewise, for ICASE arg.
42425         * lib/regexec.c (re_search_2_stub, re_search_stub):
42426         Likewise, for RET_LEN arg.
42427         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
42428         (set_regs): Likewise, for FL_BACKTRACK arg.
42429         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
42430         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
42431         (calc_eclosure_iter, parse_bracket_exp):
42432         Use bool for internal variables that are booleans.
42433         * lib/regexec.c (re_search_internal, check_matching,
42434         proceed_next_node):
42435         (set_regs, build_sifted_states, sift_states_bkref):
42436         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
42437         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
42438         (find_collation_sequence_value):
42439         Likewise.
42440         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
42441         (re_node_set_compare):
42442         Return bool, not int. All callers changed.
42443         * lib/regexec.c (check_halt_node_context, check_dst_limits):
42444         (build_trtable, check_node_accept): Likewise.
42445         * lib/regex_internal.h: Include stdbool.h.
42446
42447         Fix bugs uncovered when converting to bool.
42448         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
42449         failure instead of charging ahead blindly.
42450         * lib/regex_internal.c (register_state): Likewise.
42451         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
42452         for freeing internal storage.
42453         (group_nodes_into_DFA_states): Use unsigned int, not int, for
42454         bitset pieces used as boolean, to avoid undefined behavior
42455         on hosts that do int overflow checking.
42456
42457 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
42458
42459         * config/srclist.txt: Add glibc bugs 1285-1287.
42460
42461 2005-09-01  Jim Meyering  <jim@meyering.net>
42462
42463         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
42464         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
42465         Require gl_STAT_MACROS, too.
42466
42467 2005-09-01  Bruno Haible  <bruno@clisp.org>
42468
42469         * gnulib-tool (import): In the first-use case, provide defaults.
42470
42471 2005-09-01  Bruno Haible  <bruno@clisp.org>
42472
42473         * gnulib-tool (func_import): Remove the .tmp files.
42474
42475 2005-09-01  Bruno Haible  <bruno@clisp.org>
42476
42477         * gnulib-tool (func_import): Fix handling of symbolic links.
42478
42479 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42480
42481         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
42482         old glibc regex code mishandles strings longer than 2**31 bytes.
42483         This patch fixes this when the regex code is used in gnulib
42484         (i.e., outside glibc).
42485
42486         This patch should not affect the use of the regex code inside
42487         glibc.  No doubt this problem also needs to be handled for glibc
42488         as well, but the result will be an incompatible change to the
42489         glibc ABI, and the old ABI will have to be supported too.  That
42490         can be the the subject for another patch.
42491
42492         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
42493         governing whether the rest of this patch is active.  By default,
42494         the macro is disabled and the patch has no effect.
42495         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
42496         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
42497         (struct re_pattern_buffer, re_search, re_search_2, re_match):
42498         (re_match_2, re_set_registers): Use the new types.
42499         * lib/regex_internal.h (Idx, re_hashval_t): New types.
42500         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
42501         New macros.
42502         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
42503         (re_string_context_at, bin_tree_t, re_dfastate_t):
42504         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
42505         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
42506         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
42507         (re_string_char_size_at, re_string_wchar_at):
42508         (re_string_elem_size_at):
42509         Use the new types and macros to port to 64-bit hosts.
42510         Use unsigned types for internal values, so that the code
42511         mostly works even for arrays larger than SSIZE_MAX.
42512         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
42513         (search_duplicated_node, calc_eclosure_iter, fetch_number):
42514         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
42515         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
42516         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
42517         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
42518         (calc_inveclosure, parse_dup_op, build_range_exp):
42519         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
42520         (fetch_number, create_token_tree, mark_opt_subexp):
42521         Likewise.
42522         * lib/regex_internal.c (re_string_construct_common,
42523         create_ci_newstate):
42524         (create_cd_newstate, re_string_allocate, re_string_construct):
42525         (re_string_realloc_buffers, build_wcs_upper_buffer):
42526         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
42527         (re_string_reconstruct, re_string_peek_byte_case):
42528         (re_string_fetch_byte_case, re_string_context_at):
42529         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
42530         (re_node_set_init_copy, re_node_set_add_intersect):
42531         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
42532         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
42533         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
42534         (re_acquire_state, re_acquire_state_context, register_state):
42535         Likewise.
42536         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
42537         search_cur_bkref_entry):
42538         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
42539         (re_search_internal, re_search_2_stub, re_search_stub)
42540         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
42541         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
42542         (update_cur_sifted_state, check_dst_limits):
42543         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
42544         (check_subexp_limits, sift_states_bkref, merge_state_array):
42545         (check_subexp_matching_top, get_subexp, get_subexp_sub):
42546         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
42547         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
42548         (expand_bkref_cache, check_node_accept_bytes):
42549         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
42550         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
42551         (acquire_init_state_context, check_halt_node_context):
42552         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
42553         (sift_states_backward, clean_state_log_if_needed):
42554         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
42555         (find_recover_state, transit_state_sb, transit_state_mb):
42556         (transit_state_bkref, build_trtable, match_ctx_clean):
42557         Likewise.
42558         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
42559         to work around an assumption that REG_MISSING is negative.
42560
42561         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
42562         (seek_collating_symbol_entry) [defined _LIBC]:
42563         (lookup_collation_sequence_value) [defined _LIBC]:
42564         (build_range_exp, build_collating_symbol) [defined _LIBC]:
42565         Use prototypes rather than old-style function definitions.
42566         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
42567         (transit_state_sb) [0]:
42568         (find_collation_sequence_value) [defined _LIBC]: Likewise.
42569
42570         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
42571         rm_eo.
42572
42573         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
42574         (optimize_subexps, lower_subexp):
42575         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
42576         since the signed shift might overflow.  Use 1u<<31 instead.
42577         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
42578         Likewise.
42579         * lib/regexec.c (check_dst_limits_calc_pos_1,
42580         check_subexp_matching_top): Likewise.
42581
42582         * lib/regcomp.c (optimize_subexps, lower_subexp):
42583         Use CHAR_BIT rather than 8, for clarity.
42584         * lib/regexec.c (check_dst_limits_calc_pos_1):
42585         (check_subexp_matching_top): Likewise.
42586         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
42587         have to worry about portability issues when shifting it left.
42588         Remove no-longer-needed test for table_size > 0.
42589         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
42590         in a word, as the resulting behavior is undefined.
42591         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
42592         in one case, a <= should have been an <, and in another case the
42593         whole test was missing.
42594         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
42595         the standard name CHAR_BIT.
42596         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
42597         this is not true on one's complement and signed-magnitude hosts.
42598
42599         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
42600         next_last_offset.
42601         (struct re_dfa_t): Remove unused member states_alloc.
42602         * lib/regcomp.c (init_dfa): Don't initialize unused members.
42603
42604 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42605
42606         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
42607         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
42608         and large-file glibc and in 32-bit large-file Solaris.
42609
42610 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42611
42612         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
42613         lengths fit in regoff_t; this isn't true if regoff_t is the same
42614         width as size_t.
42615         * lib/regex.c (re_search_internal): 5th arg is LAST_START
42616         (= START + RANGE) instead of RANGE.  This avoids overflow
42617         problems when regoff_t is the same width as size_t.
42618         All callers changed.
42619         (re_search_2_stub): Check for overflow when adding the
42620         sizes of the two strings.
42621         (re_search_stub): Check for overflow when adding START
42622         to RANGE; if it occurs, substitute the extreme value.
42623
42624 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
42625
42626         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
42627
42628 2005-08-31  Jim Meyering  <jim@meyering.net>
42629
42630         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
42631         a pointer-to-const.
42632         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
42633         (register_state): Likewise.
42634         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
42635         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
42636         (group_nodes_into_DFAstates): Likewise.
42637
42638 2005-08-31  Jim Meyering  <jim@meyering.net>
42639
42640         * check-module: Add a FIXME comment.
42641
42642 2005-08-31  Eric Blake  <ebb9@byu.net>
42643
42644         * modules/unistd-safer (Files): Add unistd--.h.
42645         * modules/stdio-safer (Files): Add stdio--.h.
42646
42647 2005-08-31  Derek Price  <derek@ximbiot.com>
42648
42649         * lib/getdelim.c (getdelim): Return EOF on EOF.
42650         Reported by Larry Jones <lawrence.jones@ugs.com>.
42651
42652 2005-08-31  Bruno Haible  <bruno@clisp.org>
42653
42654         Avoid unnecessary diffs in the generated lib/Makefile.am.
42655         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
42656         the generated files.
42657         (func_import): Don't set cmd.
42658
42659 2005-08-31  Bruno Haible  <bruno@clisp.org>
42660
42661         * lib/strstr.c: Include <stddef.h>, for NULL.
42662         * lib/strcasestr.c: Likewise.
42663         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
42664
42665 2005-08-31  Bruno Haible  <bruno@clisp.org>
42666
42667         * gnulib-tool: New option --macro-prefix.
42668         (func_import): Use macro_prefix.
42669         (import): Handle option --macro-prefix.
42670
42671 2005-08-31  Bruno Haible  <bruno@clisp.org>
42672
42673         * gnulib-tool (import): Rename most ac_* variables to cached_*.
42674         Also use new variables cached_lgpl, cached_libtool.
42675
42676 2005-08-31  Bruno Haible  <bruno@clisp.org>
42677
42678         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
42679         always instantiating them.
42680
42681 2005-08-31  Bruno Haible  <bruno@clisp.org>
42682
42683         * gnulib-tool (func_import): Read the previous cached settings
42684         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
42685         earlier added by gnulib but are now dropped. Warn when a gnulib file
42686         overwrites a non-gnulib file.
42687
42688 2005-08-31  Bruno Haible  <bruno@clisp.org>
42689
42690         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
42691         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
42692         projects that don't keep autogenerated files in CVS. Put into
42693         actioncmd only the specified modules, not the transitive closure.
42694
42695 2005-08-31  Bruno Haible  <bruno@clisp.org>
42696
42697         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
42698         Create directories that shall be filled.
42699         (import): Don't look for gl_* macros in configure.ac. Recurse across
42700         all directories containing a gnulib-cache.m4 files, if meaningful.
42701
42702 2005-08-31  Bruno Haible  <bruno@clisp.org>
42703
42704         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
42705         (import): Set seen_libtool when we see gl_LIBTOOL.
42706
42707 2005-08-31  Bruno Haible  <bruno@clisp.org>
42708
42709         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
42710         declaration macro definitions from generated gnulib.m4.
42711
42712 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
42713
42714         * lib/iconvme.h: Add prototype for iconv_alloc.
42715
42716 2005-08-29  Simon Josefsson  <jas@extundo.com>
42717
42718         * lib/iconvme.c: Fix errno.
42719
42720 2005-08-29  Bruno Haible  <bruno@clisp.org>
42721
42722         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
42723         that it works when the directory contains spaces.
42724
42725 2005-08-29  Bruno Haible  <bruno@clisp.org>
42726
42727         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
42728
42729 2005-08-29  Bruno Haible  <bruno@clisp.org>
42730
42731         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
42732         Emit more advice.
42733
42734 2005-08-29  Bruno Haible  <bruno@clisp.org>
42735         and Stepan Kasal  <kasal@ucw.cz>
42736
42737         * check-module: If more parameters are given, check each of them
42738         separately; add more exceptions, as noted by Jim Meyering.
42739         (check_module): New procedure.
42740         (%exempt_header): Now contains all exceptions.
42741
42742 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
42743
42744         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
42745
42746 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
42747
42748         * lib/iconvme.c: Split iconv_string into iconv_alloc.
42749
42750 2005-08-28  Bruno Haible  <bruno@clisp.org>
42751
42752         * m4/gnulib-tool.m4: New file.
42753
42754 2005-08-27  Jim Meyering  <jim@meyering.net>
42755
42756         * modules/unistd-safer (Files): Add pipe-safer.c.
42757         * modules/fcntl-safer (Files): Add creat-safer.c.
42758
42759 2005-08-27  Jim Meyering  <jim@meyering.net>
42760
42761         * m4/stdlib-safer.m4: New file.  From coreutils.
42762         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
42763         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
42764         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
42765         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
42766         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
42767
42768 2005-08-27  Jim Meyering  <jim@meyering.net>
42769
42770         * lib/fopen-safer.c: Merge minor changes from coreutils.
42771         * lib/dup-safer.c: Likewise.
42772         * lib/fd-safer.c: Likewise.
42773
42774         Merge from coreutils.
42775         * lib/stdio--.h: New file.
42776         * lib/stdlib--.h: New file.
42777         * lib/mkstemp-safer.c: New file.
42778
42779         GNU tar needs these.
42780         * lib/pipe-safer.c: New file.
42781         * lib/creat-safer.c: New file.
42782         * lib/fcntl--.h (creat): Define to creat_safer.
42783         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
42784         * lib/unistd--.h (pipe): Define to pipe_safer.
42785         * lib/unistd-safer.h: Declare pipe_safer.
42786
42787 2005-08-26  Simon Josefsson  <jas@extundo.com>
42788
42789         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
42790         Haible <bruno@clisp.org>.
42791
42792 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
42793
42794         * lib/regex_internal.h: Remove all references to
42795         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
42796         or better.
42797         (bitset_not, bitset_merge, bitset_not_merge):
42798         (bitset_mask, re_string_allocate, re_string_construct):
42799         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
42800         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
42801         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
42802         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
42803         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
42804         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
42805         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
42806         (re_acquire_state_context):
42807         Remove unnecessary forward decls.
42808         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
42809         Put __attribute at function definition,
42810         now that the function decl has been removed.
42811         * lib/regex_internal.c (re_string_peek_byte_case):
42812         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
42813         Likewise.
42814
42815 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
42816
42817         * m4/regex.m4: Add AC_PREREQ(2.50).
42818         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
42819
42820 2005-08-25  Simon Josefsson  <jas@extundo.com>
42821
42822         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
42823         __fsetlocking.
42824
42825 2005-08-25  Simon Josefsson  <jas@extundo.com>
42826
42827         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
42828         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
42829         GLIBC specific code.
42830
42831 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42832
42833         Make regex safe for g++.  This fixes one real bug (an "err"
42834         that should have been "*err").  g++ problem reported by
42835         Sam Steingold.
42836         * lib/regex_internal.h (re_calloc): New macro, consistent with
42837         re_malloc etc.  All callers of calloc changed to use re_calloc.
42838         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
42839         not int.  All callers changed.
42840         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
42841         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
42842         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
42843         (find_recover_state): Change "err" to "*err"; this fixes what
42844         appears to be a real bug.
42845         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
42846         versus int.
42847
42848 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42849
42850         * modules/regex (Depends-on): Add malloc, since the code
42851         assumes that !malloc(0) means failure.
42852
42853 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42854
42855         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
42856
42857         alloca modernization/simplification for regex.
42858         * lib/regex.c: Remove portability cruft for alloca.  This no longer
42859         needs to be at the start of the file, and can be moved into
42860         regex_internal.h and simplified.
42861         * lib/regex_internal.h: Include <alloca.h>.
42862         (__libc_use_alloca) [!defined _LIBC]: New macro.
42863         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
42864         now works outside glibc.
42865
42866 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42867
42868         * config/srclist.txt: Add glibc bugs 1241, 1245.
42869
42870 2005-08-25  Jim Meyering  <jim@meyering.net>
42871
42872         * lib/open-safer.c: Include <config.h>.
42873         Otherwise, we'd lose LARGEFILE support in any file using
42874         e.g. "fcntl--.h"
42875
42876 2005-08-25  Bruno Haible  <bruno@clisp.org>
42877
42878         * m4/minmax.m4: Require autoconf 2.52.
42879         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
42880         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
42881         alternatives of translit over the alphabet.
42882         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
42883
42884 2005-08-24  Simon Josefsson  <jas@extundo.com>
42885
42886         * tests/test-getpass.c: New file.
42887
42888 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42889
42890         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
42891         for GNU regex features.
42892
42893 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42894
42895         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
42896         * lib/regex.h (regerror): Likewise.
42897
42898         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
42899         requires this.  (The code never needed it.)
42900
42901         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
42902         All uses of recently-renamed identifiers changed to use the new,
42903         POSIX-compliant names.  The code will build and run just fine
42904         without these changes, but it's better to eat our own dog food
42905         and use the standard-conforming names.
42906
42907         * lib/regex.h: Fix a multitude of POSIX name space violations.
42908         These changes have an effect only for programs that define
42909         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
42910         do not change anything for programs compiled in the normal way.
42911         Also, there is no effect on the ABI.
42912
42913         (_REGEX_SOURCE): New macro.
42914         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
42915         defined and _GNU_SOURCE is not; this fixes a name space violation.
42916
42917         Rename the following macros to obey POSIX requirements.
42918         The old names are still visible as macros if _REGEX_SOURCE is defined.
42919         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
42920         RE_BACKSLASH_ESCAPE_IN_LISTS.
42921         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
42922         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
42923         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
42924         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
42925         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
42926         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
42927         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
42928         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
42929         (REG_INTERVALS): renamed from RE_INTERVALS.
42930         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
42931         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
42932         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
42933         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
42934         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
42935         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
42936         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
42937         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
42938         RE_UNMATCHED_RIGHT_PAREN_ORD.
42939         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
42940         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
42941         (REG_DEBUG): renamed from RE_DEBUG.
42942         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
42943         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
42944         unusual, since we can't clash with the POSIX REG_ICASE.
42945         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
42946         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
42947         (REG_NO_SUB): renamed from RE_NO_SUB.
42948         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
42949         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
42950         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
42951         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
42952         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
42953         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
42954         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
42955         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
42956         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
42957         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
42958         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
42959         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
42960         RE_SYNTAX_POSIX_MINIMAL_BASIC.
42961         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
42962         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
42963         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
42964         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
42965         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
42966         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
42967         (REG_FIXED): Renamed from REGS_FIXED.
42968         (REG_NREGS): Renamed from RE_NREGS.
42969
42970         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
42971         of other REG_* macros, since POSIX says the user is allowed to
42972         #undef these macros selectively.
42973
42974         (reg_errcode_t): Update comment stating what other tables need
42975         to be consistent.
42976
42977         Rename the following enum values to obey POSIX requirements.
42978         The old names are still visible as macros.
42979         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
42980         is not defined, since GNU is supposed to be a superset of POSIX as
42981         much as possible, and since we want reg_errcode_t to be a signed
42982         type for implementation consistency.
42983         (_REG_NOERROR): Renamed from REG_NOERROR.
42984         (_REG_NOMATCH): Renamed from REG_NOMATCH.
42985         (_REG_BADPAT): Renamed from REG_BADPAT.
42986         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
42987         (_REG_ECTYPE): Renamed from REG_ECTYPE.
42988         (_REG_EESCAPE): Renamed from REG_EESCAPE.
42989         (_REG_ESUBREG): Renamed from REG_ESUBREG.
42990         (_REG_EBRACK): Renamed from REG_EBRACK.
42991         (_REG_EPAREN): Renamed from REG_EPAREN.
42992         (_REG_EBRACE): Renamed from REG_EBRACE.
42993         (_REG_BADBR): Renamed from REG_BADBR.
42994         (_REG_ERANGE): Renamed from REG_ERANGE.
42995         (_REG_ESPACE): Renamed from REG_ESPACE.
42996         (_REG_BADRPT): Renamed from REG_BADRPT.
42997         (_REG_EEND): Renamed from REG_EEND.
42998         (_REG_ESIZE): Renamed from REG_ESIZE.
42999         (_REG_ERPAREN): Renamed from REG_ERPAREN.
43000         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
43001         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
43002         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
43003         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
43004
43005         (_REG_RE_NAME, _REG_RM_NAME): New macros.
43006         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
43007         changed.  But support the old name if the new one is not defined
43008         and if _REGEX_SOURCE.
43009
43010         Change the following member names in struct re_pattern_buffer.
43011         The old names are still supported if !_REGEX_SOURCE.
43012         The new names are always supported, regardless of _REGEX_SOURCE.
43013         (re_buffer): Renamed from buffer.
43014         (re_allocated): Renamed from allocated.
43015         (re_used): Renamed from used.
43016         (re_syntax): Renamed from syntax.
43017         (re_fastmap): Renamed from fastmap.
43018         (re_translate): Renamed from translate.
43019         (re_can_be_null): Renamed from can_be_null.
43020         (re_regs_allocated): Renamed from regs_allocated.
43021         (re_fastmap_accurate): Renamed from fastmap_accurate.
43022         (re_no_sub): Renamed from no_sub.
43023         (re_not_bol): Renamed from not_bol.
43024         (re_not_eol): Renamed from not_eol.
43025         (re_newline_anchor): Renamed from newline_anchor.
43026
43027         Change the following member names in struct re_registers.
43028         The old names are still supported if !_REGEX_SOURCE.
43029         The new names are always supported, regardless of _REGEX_SOURCE.
43030         (rm_num_regs): Renamed from num_regs.
43031         (rm_start): Renamed from start.
43032         (rm_end): Renamed from end.
43033
43034         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
43035         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
43036         Prepend __ to parameter names.
43037
43038         Undo yesterday's changes.
43039
43040 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43041
43042         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
43043         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
43044         lib/regex.c.
43045
43046 2005-08-24  Jim Meyering  <jim@meyering.net>
43047
43048         Sync from coreutils.
43049         * m4/fcntl-safer.m4: New file.
43050
43051         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
43052         and object files for this module.
43053
43054 2005-08-24  Jim Meyering  <jim@meyering.net>
43055
43056         Sync from coreutils.
43057         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
43058
43059 2005-08-24  Jim Meyering  <jim@meyering.net>
43060
43061         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
43062         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
43063
43064 2005-08-24  Jim Meyering  <jim@meyering.net>
43065
43066         * modules/fcntl-safer: New module.
43067         * modules/fts (Depends-on): Add fcntl-safer.
43068         * MODULES.html.sh (File descriptor based Input/Output):
43069         Add fcntl-safer.
43070
43071 2005-08-24  Bruno Haible  <bruno@clisp.org>
43072
43073         Support for unit test modules.
43074         * modules/README: Mention tests modules.
43075         * modules/TEMPLATE-TESTS: New file.
43076         * gnulib-tool: New options --extract-tests-module, --with-tests and
43077         --tests-base (unused for the moment).
43078         (testsbase, inctests): New variables.
43079         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
43080         (func_verify_module): Exclude TEMPLATE-TESTS.
43081         (func_verify_nontests_module, func_verify_tests_module): New functions.
43082         (func_get_dependencies): Add implicit dependency for tests modules.
43083         (func_get_tests_module): New function.
43084         (func_modules_transitive_closure): When --with-tests was specified,
43085         include the unit tests as well, unless explicitly avoided.
43086         (func_emit_lib_Makefile_am): Ignore the tests modules here.
43087         (func_emit_tests_Makefile_am): New function.
43088         (func_create_testdir): When --with-tests was specified, emit a
43089         tests/ directory.
43090         * MODULES.html.sh (Future developments): Update.
43091
43092 2005-08-24  Bruno Haible  <bruno@clisp.org>
43093
43094         * modules/tls-tests: New file.
43095         * tests/test-tls.c: New file, from GNU gettext.
43096
43097 2005-08-24  Bruno Haible  <bruno@clisp.org>
43098
43099         * modules/lock-tests: New file.
43100         * tests/test-lock.c: New file, from GNU gettext.
43101
43102 2005-08-24  Bruno Haible  <bruno@clisp.org>
43103
43104         * lib/lock.h: Add multiple inclusion guard.
43105         * lib/tls.h: Add multiple inclusion guard.
43106
43107 2005-08-24  Bruno Haible  <bruno@clisp.org>
43108
43109         * gnulib-tool: Add support for the --aux-dir option to
43110         --create-testdir, --create-megatestdir, --test, --megatest.
43111         (func_create_testdir, func_create_megatestdir): Optionally emit a
43112         AC_CONFIG_AUX_DIR directive.
43113         (create-testdir, create-megatestdir, test, megatest): Provide a
43114         default value for $auxdir.
43115
43116 2005-08-24  Bruno Haible  <bruno@clisp.org>
43117
43118         * gnulib-tool (import): Use compound statement instead of subshell
43119         where possible.
43120
43121 2005-08-24  Bruno Haible  <bruno@clisp.org>
43122
43123         * gnulib-tool (import): Change --aux-dir default to "build-aux".
43124
43125 2005-08-24  Bruno Haible  <bruno@clisp.org>
43126
43127         * gnulib-tool (func_version): Update.
43128
43129 2005-08-24  Bruno Haible  <bruno@clisp.org>
43130
43131         * gnulib-tool (func_import, func_create_testdir,
43132         func_create_megatestdir): Quote all autoconf macro arguments.
43133
43134 2005-08-24  Bruno Haible  <bruno@clisp.org>
43135
43136         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
43137         option --force, because --force causes the aclocal.m4 of each
43138         subdirectory to be newer than the corresponding config.h.in.
43139
43140 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
43141
43142         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
43143         All contents moved to gl_REGEX.
43144         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
43145         assume that it does.
43146
43147 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
43148
43149         * lib/regex.h (REG_NOSYS)
43150         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
43151         Define, since POSIX requires it as of 2001.
43152         (_REG_ENOSYS)
43153         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
43154         New private symbol, used to keep the enum signed in all cases.
43155         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
43156         Youngman in
43157         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
43158
43159         * lib/regex_internal.c (re_string_skip_chars, register_state):
43160         (calc_state_hash):
43161         Remove forward decls; no longer needed now that we use prototypes.
43162         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
43163         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
43164         (clean_state_log_if_needed): Likewise.
43165
43166 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
43167
43168         * config/srclist.txt: Add glibc bugs 1231-1233.
43169
43170 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
43171
43172         Fix problems reported by Sam Steingold in
43173         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
43174         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
43175         assumed that reg_errcode_t is a signed type, which is not
43176         necessarily true if _XOPEN_SOURCE is not defined.
43177         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
43178         since some compilers warn about it otherwise.
43179
43180 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
43181
43182         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
43183         (init_word_char, create_initial_state, duplicate_node_closure):
43184         (fetch_token, peek_token_bracket, build_range_exp):
43185         (build_collating_symbol): Remove forward decls; no longer needed
43186         now that we use prototypes.
43187
43188         * lib/regcomp.c:
43189         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
43190         (re_compile_fastmap_iter, regcomp, regerror, regfree):
43191         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
43192         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
43193         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
43194         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
43195         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
43196         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
43197         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
43198         (build_range_exp, build_collating_symbol, parse_bracket_exp):
43199         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
43200         (build_charclass, build_charclass_op, fetch_number, create_tree):
43201         (create_token_tree, mark_opt_subexp, duplicate_tree):
43202         Use prototypes rather than old-style definitions.
43203
43204         * lib/regex_internal.c:
43205         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
43206         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
43207         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
43208         (re_string_reconstruct, re_string_peek_byte_case):
43209         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
43210         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
43211         (re_node_set_init_copy, re_node_set_add_intersect):
43212         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
43213         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
43214         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
43215         (re_acquire_state, re_acquire_state_context, register_state):
43216         (create_ci_newstate, create_cd_newstate, free_state):
43217         Likewise.
43218         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
43219         re_search_2):
43220         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
43221         (re_search_internal, prune_impossible_nodes):
43222         (acquire_init_state_context, check_matching, static):
43223         (check_halt_node_context, check_halt_state_context, proceed_next_node):
43224         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
43225         (update_regs, sift_states_backward, build_sifted_states):
43226         (clean_state_log_if_needed, merge_state_array):
43227         (update_cur_sifted_state, add_epsilon_src_nodes):
43228         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
43229         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
43230         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
43231         (find_recover_state, check_subexp_matching_top, transit_state_mb):
43232         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
43233         (check_arrival, check_arrival_add_next_nodes):
43234         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
43235         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
43236         (check_node_accept_bytes, check_node_accept, extend_buffers):
43237         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
43238         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
43239         (sift_ctx_init):
43240         Likewise.
43241
43242         * lib/regex_internal.h:
43243         (re_string_allocate, re_string_construct, re_string_reconstruct):
43244         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
43245         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
43246         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
43247         (re_string_context_at, re_string_peek_byte_case):
43248         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
43249         is defined, since we now use prototypes always.
43250
43251         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
43252         C89 or better.  All uses removed.
43253
43254 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
43255
43256         * config/srclist.txt: Add glibc bugs 1220-1227.
43257
43258 2005-08-20  Jim Meyering  <jim@meyering.net>
43259
43260         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
43261         of unused local, dfa.
43262
43263 2005-08-20  Bruno Haible  <bruno@clisp.org>
43264
43265         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
43266
43267 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43268
43269         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
43270         (re_node_set_insert_last, re_dfa_add_node):
43271         Rename local variables to avoid GCC shadowing warnings.
43272
43273 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43274
43275         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
43276         [defined lint]: Suppress bogus uninitialized-variable warnings.
43277
43278         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
43279         and let the caller return REG_ESPACE if out of space.  This
43280         removes an uninitialied-variable warning with GCC 4.0.1, and also
43281         avoids taking the address of a local variable.  All callers
43282         changed.
43283
43284 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43285
43286         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
43287         $LIBCSRC/posix/regexec.c.
43288         Add glibc bug 1217 for regcomp.c.
43289
43290 2005-08-19  Jim Meyering  <jim@meyering.net>
43291
43292         * lib/regexec.c (proceed_next_node): Redo local variables to
43293         avoid GCC shadowing warnings.
43294
43295 2005-08-18  Bruno Haible  <bruno@clisp.org>
43296
43297         * lib/strstr.c (strstr): Fix return value in multibyte case.
43298         * lib/strcasestr.c (strcasestr): Likewise.
43299
43300 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
43301
43302         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
43303
43304 2005-08-17  Jim Meyering  <jim@meyering.net>
43305
43306         Make the %s format (seconds since the epoch) work for a negative
43307         number and when used with a zero-padded field width, e.g. %015s.
43308
43309         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
43310         label so that it precedes the code to set `digits'.  Otherwise,
43311         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
43312         print `00-22'.  Now, it prints `-0022', as it should.
43313
43314 2005-08-17  Bruno Haible  <bruno@clisp.org>
43315
43316         * modules/strstr (Files): Add m4/mbrtowc.m4.
43317         (Depends-on): Add mbuiter.
43318
43319 2005-08-17  Bruno Haible  <bruno@clisp.org>
43320
43321         * modules/strcasestr: New file.
43322         * MODULES.html.sh (String handling, based on ANSI C 89): Add
43323         strcasestr.
43324
43325 2005-08-17  Bruno Haible  <bruno@clisp.org>
43326
43327         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
43328
43329 2005-08-17  Bruno Haible  <bruno@clisp.org>
43330
43331         * modules/mbuiter: New file.
43332         * MODULES.html.sh (Extended multibyte and wide character utilities):
43333         Add mbuiter.
43334
43335 2005-08-17  Bruno Haible  <bruno@clisp.org>
43336
43337         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
43338         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
43339
43340 2005-08-17  Bruno Haible  <bruno@clisp.org>
43341
43342         * m4/strcasestr.m4: New file.
43343
43344 2005-08-17  Bruno Haible  <bruno@clisp.org>
43345
43346         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
43347         * lib/strstr.c: Completely rewritten, with multibyte locale support.
43348
43349 2005-08-17  Bruno Haible  <bruno@clisp.org>
43350
43351         * lib/strcasestr.h: New file.
43352         * lib/strcasestr.c: New file.
43353
43354 2005-08-17  Bruno Haible  <bruno@clisp.org>
43355
43356         * lib/strcasecmp.c: Use mbuiter.h.
43357
43358 2005-08-17  Bruno Haible  <bruno@clisp.org>
43359
43360         * lib/mbuiter.h: New file.
43361
43362 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
43363
43364         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
43365         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
43366         and gl_GETOPT are both invoked via different paths (as happens
43367         with GNU tar CVS because it uses both argp and getopt), the former
43368         wins.
43369
43370 2005-08-16  Bruno Haible  <bruno@clisp.org>
43371
43372         * modules/tls: New file.
43373         * MODULES.html.sh (Multithreading): Add tls.
43374
43375 2005-08-16  Bruno Haible  <bruno@clisp.org>
43376
43377         * modules/strnlen1: New file.
43378         * MODULES.html.sh (String handling): Add strnlen1.
43379
43380 2005-08-16  Bruno Haible  <bruno@clisp.org>
43381
43382         * modules/strcase (Files): Add m4/mbrtowc.m4.
43383         (Depends-on): Add strnlen1, mbchar.
43384
43385 2005-08-16  Bruno Haible  <bruno@clisp.org>
43386
43387         * modules/mbiter: New file.
43388         * MODULES.html.sh (Extended multibyte and wide character utilities):
43389         Add mbiter.
43390
43391 2005-08-16  Bruno Haible  <bruno@clisp.org>
43392
43393         * modules/mbfile: New file.
43394         * MODULES.html.sh (Extended multibyte and wide character utilities):
43395         Add mbfile.
43396
43397 2005-08-16  Bruno Haible  <bruno@clisp.org>
43398
43399         * modules/mbchar: New file.
43400         * MODULES.html.sh (Extended multibyte and wide character utilities):
43401         New section.
43402
43403 2005-08-16  Bruno Haible  <bruno@clisp.org>
43404
43405         * m4/tls.m4: New file, from GNU gettext.
43406
43407 2005-08-16  Bruno Haible  <bruno@clisp.org>
43408
43409         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
43410         always.
43411         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
43412
43413 2005-08-16  Bruno Haible  <bruno@clisp.org>
43414
43415         * m4/mbiter.m4: New file.
43416
43417 2005-08-16  Bruno Haible  <bruno@clisp.org>
43418
43419         * m4/mbfile.m4: New file.
43420
43421 2005-08-16  Bruno Haible  <bruno@clisp.org>
43422
43423         * m4/mbchar.m4: New file.
43424
43425 2005-08-16  Bruno Haible  <bruno@clisp.org>
43426
43427         * lib/tls.h: New file, from GNU gettext.
43428         * lib/tls.c: New file, from GNU gettext.
43429
43430 2005-08-16  Bruno Haible  <bruno@clisp.org>
43431
43432         * lib/strnlen1.h: New file.
43433         * lib/strnlen1.c: New file.
43434
43435 2005-08-16  Bruno Haible  <bruno@clisp.org>
43436
43437         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
43438         (mbi_init): Update.
43439         (mbi_avail, mbi_advance): Let the iteration end before the terminating
43440         NUL byte, not after it.
43441
43442 2005-08-16  Bruno Haible  <bruno@clisp.org>
43443
43444         * lib/strcase.h (strcasecmp): Add note in comments.
43445         * lib/strncasecmp.c: Use code from strcasecmp.c.
43446         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
43447         (strcasecmp): Work correctly in multibyte locales.
43448
43449 2005-08-16  Bruno Haible  <bruno@clisp.org>
43450
43451         * lib/mbiter.h: New file.
43452
43453 2005-08-16  Bruno Haible  <bruno@clisp.org>
43454
43455         * lib/mbfile.h: New file.
43456
43457 2005-08-16  Bruno Haible  <bruno@clisp.org>
43458
43459         * lib/mbchar.h: New file.
43460         * lib/mbchar.c: New file.
43461
43462 2005-08-16  Bruno Haible  <bruno@clisp.org>
43463
43464         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
43465         the valid ones. Makes the comparison operations transitive:
43466         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
43467         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
43468
43469 2005-08-15  Simon Josefsson  <jas@extundo.com>
43470
43471         * modules/ssize_t (License): Change to 'unlimited'.
43472
43473         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
43474
43475 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43476
43477         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
43478         Add comments for each pending glibc patch.
43479
43480 2005-08-15  Bruno Haible  <bruno@clisp.org>
43481
43482         * lib/regex.h (__restrict_arr): Don't define to __restrict if
43483         __cplusplus is defined.
43484
43485 2005-08-14  Jim Meyering  <jim@meyering.net>
43486
43487         Sync from coreutils.
43488
43489         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
43490         Use the hash-table-based cycle-detection code not just when
43491         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
43492         Reported by James Youngman in
43493         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
43494         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
43495         FTS_TIGHT_CYCLE_CHECK.
43496         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
43497         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
43498         once again.
43499         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
43500         * lib/fts.c (fd_safer): Remove decl.
43501         Include fcntl--.h rather than unistd-safer.h
43502         (fts_safe_changedir): Don't call fd_safer; no longer needed
43503         now that we include fcntl--.h.
43504
43505 2005-08-12  Simon Josefsson  <jas@extundo.com>
43506
43507         * modules/getndelim2: Use ssize_t module.
43508         * modules/getnline: Likewise.
43509         * modules/safe-read: Likewise.
43510         * modules/xreadlink: Likewise.
43511
43512         * modules/ssize_t: New file.
43513
43514 2005-08-12  Simon Josefsson  <jas@extundo.com>
43515
43516         * m4/readline.m4: Look for termcap, curses or ncurses if required.
43517
43518 2005-08-12  Simon Josefsson  <jas@extundo.com>
43519
43520         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43521         ssize_t.
43522
43523 2005-08-12  Simon Josefsson  <jas@extundo.com>
43524
43525         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
43526         readline, getdelim and check_version.
43527         (Support for systems lacking ISO C 99: Sizes of integer types):
43528         Add size_max.
43529
43530 2005-08-12  Bruno Haible  <bruno@clisp.org>
43531
43532         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
43533
43534 2005-08-11  Simon Josefsson  <jas@extundo.com>
43535
43536         * modules/readline: New file.
43537
43538         * modules/strnlen (Files): Add strnlen.h.
43539
43540 2005-08-11  Simon Josefsson  <jas@extundo.com>
43541
43542         * m4/readline.m4: New file.
43543
43544 2005-08-11  Simon Josefsson  <jas@extundo.com>
43545
43546         * lib/readline.h, readline.c: New file.
43547
43548 2005-08-11  Simon Josefsson  <jas@extundo.com>
43549
43550         * doc/gnulib.texi (Initial import, Finishing touches): Mention
43551         gl_AVOID.
43552
43553 2005-08-11  Bruno Haible  <bruno@clisp.org>
43554
43555         * lib/strnlen.h (strnlen): Change parameter name to match comment.
43556
43557 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
43558
43559         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
43560
43561 2005-08-10  Simon Josefsson  <jas@extundo.com>
43562
43563         * tests/test-iconvme.c: New file.
43564
43565 2005-08-10  Simon Josefsson  <jas@extundo.com>
43566
43567         * m4/strnlen.m4: New file.
43568
43569         * m4/strndup.m4: Don't check for strnlen declaration, done in
43570         strnlen.m4.
43571
43572 2005-08-10  Simon Josefsson  <jas@extundo.com>
43573
43574         * lib/strndup.c: Use strnlen.h.
43575
43576         * lib/strnlen.h: New file.
43577
43578 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
43579
43580         * README: Typos.
43581
43582 2005-08-02  Simon Josefsson  <jas@extundo.com>
43583
43584         * modules/readline: New file.
43585
43586 2005-08-02  Simon Josefsson  <jas@extundo.com>
43587
43588         * modules/getdelim: New file.
43589
43590         * modules/getline: Rewrite, don't use getndelim2.
43591
43592 2005-08-02  Simon Josefsson  <jas@extundo.com>
43593
43594         * m4/getline.m4: Separate out getdelim stuff into separate module.
43595
43596         * m4/getdelim.m4: New file.
43597
43598 2005-08-02  Simon Josefsson  <jas@extundo.com>
43599
43600         * lib/getline.h, getline.c: Rewrite.
43601
43602         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
43603
43604 2005-07-31  Bruno Haible  <bruno@clisp.org>
43605
43606         * lib/lock.h (gl_lock_initializer): New macro.
43607         (gl_lock_define_initialized): Use it.
43608         (gl_rwlock_initializer): New macro.
43609         (gl_rwlock_define_initialized): Use it.
43610         (gl_recursive_lock_initializer): New macro.
43611         (gl_recursive_lock_define_initialized): Use it.
43612
43613 2005-07-30  Karl Berry  <karl@gnu.org>
43614
43615         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
43616         Report from Ben Pfaff, regarding getopt.
43617
43618 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
43619
43620         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
43621         normal way.
43622         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
43623         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
43624         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
43625         (gl_GETOPT): Use the new macros.  Most of the implementation
43626         is moved to the new macros.  This is for programs like Emacs
43627         that don't want all the functionality of gl_GETOPT.
43628
43629 2005-07-26  Bruno Haible  <bruno@clisp.org>
43630
43631         * m4/lock.m4: Update from GNU gettext.
43632
43633 2005-07-26  Bruno Haible  <bruno@clisp.org>
43634
43635         * lib/lock.h: Update from GNU gettext.
43636         * lib/lock.c: Update from GNU gettext.
43637
43638 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
43639
43640         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
43641         obsolescent AC_TRY_RUN.  Include the default includes files, for
43642         'exit'.
43643
43644 2005-07-24  Bruno Haible  <bruno@clisp.org>
43645
43646         * modules/visibility: New file.
43647         * MODULES.html.sh (Misc): Add visibility.
43648
43649 2005-07-24  Bruno Haible  <bruno@clisp.org>
43650
43651         * m4/visibility.m4: New file.
43652
43653 2005-07-24  Bruno Haible  <bruno@clisp.org>
43654
43655         * doc/visibility.texi: New file.
43656
43657 2005-07-22  Bruno Haible  <bruno@clisp.org>
43658
43659         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
43660         $(ALLOCA_H), redundant through BUILT_SOURCES.
43661         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
43662         redundant through BUILT_SOURCES.
43663         * modules/byteswap (Makefile.am): Remove explicit dependency on
43664         $(BYTESWAP_H), redundant through BUILT_SOURCES.
43665         * modules/fnmatch (Makefile.am): Remove explicit dependency on
43666         $(FNMATCH_H), redundant through BUILT_SOURCES.
43667         * modules/getopt (Makefile.am): Remove explicit dependency on
43668         $(GETOPT_H), redundant through BUILT_SOURCES.
43669         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
43670         redundant through BUILT_SOURCES.
43671         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
43672         redundant through BUILT_SOURCES.
43673         * modules/stdbool (Makefile.am): Remove explicit dependency on
43674         $(STDBOOL_H), redundant through BUILT_SOURCES.
43675         * modules/stdint (Makefile.am): Remove explicit dependency on
43676         $(STDINT_H), redundant through BUILT_SOURCES.
43677         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
43678         Remove explicit dependency on $(SYSEXITS_H).
43679         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
43680
43681 2005-07-18  Simon Josefsson  <jas@extundo.com>
43682
43683         * lib/check-version.c (check_version): Accept identical versions too.
43684
43685 2005-07-18  Bruno Haible  <bruno@clisp.org>
43686
43687         * modules/lock: New file.
43688         * MODULES.html.sh (Multithreading): New section.
43689
43690 2005-07-18  Bruno Haible  <bruno@clisp.org>
43691
43692         * m4/lock.m4: New file, from GNU gettext.
43693
43694 2005-07-18  Bruno Haible  <bruno@clisp.org>
43695
43696         * lib/lock.h: New file, from GNU gettext.
43697         * lib/lock.c: New file, from GNU gettext.
43698
43699 2005-07-18  Bruno Haible  <bruno@clisp.org>
43700
43701         * lib/lock.h (gl_once_t): New type.
43702         (gl_once_define, gl_once): New macros.
43703         * lib/lock.c (fresh_once): New variable.
43704         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
43705         functions.
43706
43707 2005-07-16  Simon Josefsson  <jas@extundo.com>
43708
43709         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
43710         workaround, suggested by Bruno.
43711
43712 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
43713
43714         * modules/xalloc (Depends-on): Add xalloc-die.
43715         * modules/xvasprintf (Depends-on): Add xalloc-die.
43716
43717 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
43718
43719         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
43720         with a minor change.
43721
43722 2005-07-15  Bruno Haible  <bruno@clisp.org>
43723
43724         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
43725         When using lib/poll.c, define poll as rpl_poll.
43726
43727 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
43728
43729         * modules/argp (Depends-on): Remove unlocked-io.
43730
43731 2005-07-14  Derek Price  <derek@ximbiot.com>
43732
43733         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
43734         for glob symlink bug.
43735
43736 2005-07-14  Bruno Haible  <bruno@clisp.org>
43737
43738         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
43739         Instead, test for *_unlocked function declarations directly.
43740
43741 2005-07-11  Simon Josefsson  <jas@extundo.com>
43742
43743         * modules/size_max: New file.
43744
43745         * modules/xsize: Depend on size_max module for size_max.m4.
43746
43747 2005-07-11  Simon Josefsson  <jas@extundo.com>
43748
43749         * lib/size_max.h: New file.
43750
43751 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
43752
43753         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
43754         copyright symbol and the year.
43755         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
43756         (version_etc_va): Use parameterized copyright notice.
43757         Reword to conform to the current GNU coding standards.
43758
43759 2005-07-11  Karl Berry  <karl@gnu.org>
43760
43761         * doc/gnulib.texi (Quoting): new node.
43762         (Initial import): more info, from Patrice.
43763
43764 2005-07-11  Bruno Haible  <bruno@clisp.org>
43765
43766         * gnulib-tool (func_usage): Document option --avoid.
43767         (Command line options): Handle --avoid.
43768         (func_acceptable): New function.
43769         (func_modules_transitive_closure): Use it.
43770
43771 2005-07-11  Bruno Haible  <bruno@clisp.org>
43772
43773         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
43774         Reported by Jim Meyering.
43775
43776 2005-07-10  Bruno Haible  <bruno@clisp.org>
43777
43778         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
43779         Needed when size_t is smaller than 'unsigned int'.
43780         Reported by Paul Eggert.
43781
43782 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43783
43784         * modules/argp (Depends-on): Add unlocked-io
43785
43786 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43787
43788         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
43789         block of defines.
43790
43791 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
43792
43793         * config/srclist.txt: Comment out regcomp.c, since we have a porting
43794         fix now.
43795
43796 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
43797         and Paul Eggert  <eggert@cs.ucla.edu>
43798
43799         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
43800         in wint_t, not wchar_t.  Remove now-unnecessary cast.
43801
43802 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
43803
43804         * modules/regex (Files): Add lib/regex_internal.c,
43805         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
43806         (Depends-on): Add extensions.
43807         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
43808
43809 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
43810
43811         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
43812         pathconf.
43813         * m4/same.m4 (gl_SAME): Likewise.
43814         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
43815
43816         * m4/regex.m4: Adjust to new libc regex implementation.
43817         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
43818         all the .c and .h parts of (the new) regex.
43819         Quote the m4 stuff better.
43820         Check for RE_ICASE bug of old gnulib.
43821         Check for REG_STARTEND of recent libc.
43822         Rename local variables from jm_* to gl_*.
43823         Quote operand of "test -f".
43824         Say "recent enough" version of libc, not "version 2".
43825         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
43826         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
43827         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
43828         Remove check for btowc, isascii.
43829         Require AM_LANGINFO_CODESET.
43830
43831 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
43832
43833         * lib/regex.c, regex.h: Sync from libc.
43834         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
43835         * lib/regexec.c:
43836         New files, synced from libc, except that regex_internal.h
43837         currently has a small porting fix.
43838
43839 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
43840
43841         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
43842         regex_internal.c, regexec.c.
43843         Add regex_internal.h too, but as a comment, since the libc version
43844         is currently broken in gnulib mode.
43845
43846 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
43847
43848         Support programs like Emacs that use gnulib but not gettext.
43849         * MODULES.html.sh (Internationalization functions): Add gettext-h.
43850         * modules/gettext-h: New file.
43851         * modules/gettext (Files): Remove lib/gettext.h.
43852         (Depends-on): Add gettext-h.
43853         (Makefile.am): Remove lib_SOURCES.
43854         * modules/argmatch, modules/c-stack, modules/closeout:
43855         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
43856         * modules/execute, modules/file-type, modules/getaddrinfo:
43857         * modules/getopt, modules/human, modules/javacomp:
43858         * modules/javaexec, modules/mkdir-p, modules/obstack:
43859         * modules/openat, modules/pagealign_alloc, modules/pipe:
43860         * modules/quotearg, modules/regex, modules/rpmatch:
43861         * modules/unicodeio, modules/userspec, modules/version-etc:
43862         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
43863         * modules/xsetenv:
43864         Depend on gettext-h, not gettext.
43865
43866 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
43867
43868         * gnulib-tool (func_import): Add support for 'public domain' license.
43869         * modules/alloca, modules/atexit, modules/memmove:
43870         Now public domain, not GPL.
43871         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
43872         * modules/realloc, modules/strerror, modules/strtod:
43873         Now LGPL, not GPL.
43874
43875 2005-07-05  Bruno Haible  <bruno@clisp.org>
43876
43877         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
43878         autoconf CVS. Needed for mingw.
43879
43880 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
43881
43882         Remove the dependency of the strftime module on the tzset module.
43883         * modules/strftime (Depends-on): Remove dependency on tzset.
43884
43885 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
43886
43887         Remove the dependency of the strftime module on the tzset module.
43888         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
43889         gl_FUNC_TZSET_CLOBBER.
43890
43891 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
43892
43893         Remove the dependency of the strftime module on the tzset module.
43894         * lib/strftime.c (my_strftime)
43895         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
43896         Copy the input structure, to work around some of the bug with
43897         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
43898         Solaris releases, you should also use the tzset module, but we won't
43899         require it as a dependency any more since we don't want LGPLed code
43900         to depend on GPLed code.
43901
43902 2005-07-02  Jim Meyering  <jim@meyering.net>
43903
43904         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
43905         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
43906         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
43907         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
43908
43909 2005-07-02  Jim Meyering  <jim@meyering.net>
43910
43911         * lib/backupfile.c (backup_args): Change a `0' to NULL.
43912
43913 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
43914
43915         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
43916         declares only 'struct timespec;' (!).
43917
43918 2005-07-01  Jim Meyering  <jim@meyering.net>
43919
43920         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
43921         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
43922         * lib/save-cwd.c, tempname.c:
43923         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
43924         and don't include <sys/file.h>).
43925
43926 2005-06-29  Jim Meyering  <jim@meyering.net>
43927
43928         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
43929         type name.  Use the variable name instead.
43930         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
43931         Likewise.
43932
43933 2005-06-28  Simon Josefsson  <jas@extundo.com>
43934
43935         * modules/check-version (Files): Add check-version.m4.
43936
43937 2005-06-28  Simon Josefsson  <jas@extundo.com>
43938
43939         * m4/check-version.m4: New file, suggested by Jim Meyering
43940         <jim@meyering.net>.
43941
43942 2005-06-28  Simon Josefsson  <jas@extundo.com>
43943
43944         * lib/check-version.h, lib/check-version.c: New files.
43945
43946 2005-06-28  Simon Josefsson  <jas@extundo.com>
43947
43948         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
43949         collision with global variable.  Better indentation.  Don't
43950         increment buffer pointer beyond buffer end.  Based on comments
43951         from Paul Eggert <eggert@cs.ucla.edu>.
43952
43953         * lib/base64.h: Indent.
43954
43955 2005-06-28  Simon Josefsson  <jas@extundo.com>
43956
43957         * doc/gnulib.texi (Library version handling): New section.
43958
43959 2005-06-28  Jim Meyering  <jim@meyering.net>
43960
43961         * check-module (find_included_lib_files): Hard-code another
43962         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
43963         but modules/fts-lgpl (correctly) does not list those files.
43964
43965         * modules/canonicalize (Files): Add lib/pathmax.h.
43966
43967 2005-06-25  Simon Josefsson  <jas@extundo.com>
43968
43969         * modules/check-version: New file.
43970
43971 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
43972
43973         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
43974         initializer of struct addrinfo, as an indication that we don't
43975         care how many members the structure has.
43976
43977 2005-06-24  Derek Price  <derek@ximbiot.com>
43978         and Bruno Haible  <bruno@clisp.org>
43979
43980         Remove stat module & update lstat.
43981         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
43982         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43983         * m4/stat.m4: Remove this file.
43984
43985 2005-06-24  Derek Price  <derek@ximbiot.com>
43986         and Bruno Haible  <bruno@clisp.org>
43987
43988         Remove stat module & update lstat.
43989         * lib/stat.c: Remove this file...
43990         (slash_aware_lstat): ...moving this content and its support...
43991         * lib/lstat.c (rpl_lstat): ...into here.
43992         * lib/lstat.h: New file.
43993
43994 2005-06-24  Derek Price  <derek@ximbiot.com>
43995         and Bruno Haible  <bruno@clisp.org>
43996
43997         Remove stat module & update lstat.
43998         * config/srclist.txt (libc sources): Remove stat.
43999
44000 2005-06-24  Derek Price  <derek@ximbiot.com>
44001         and Bruno Haible  <bruno@clisp.org>
44002
44003         Remove stat module & update lstat.
44004         * MODULES.html.sh (stat): Remove.
44005         * MODULES.html: Regenerated.
44006         * modules/lstat (Description): Correct function name.
44007         (Files): Add "lstat.h".
44008         (Depends-on): Remove stat, add xalloc, stat-macros.
44009         * modules/stat: Remove this file.
44010         (Include): Add "lstat.h", remove <sys/stat.h>.
44011
44012 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
44013
44014         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
44015         (ranged_convert): Don't save conversion in a temporary struct.
44016         This causes a warning with GCC 4.0.0, and anyway in the typical
44017         case it's not worth the extra 100 bytes or so of code.
44018         (ranged_convert, __mktime_internal): When calling a function via a
44019         pointer P, use P () rather than (*P) (), as we now assume C89 or
44020         better.
44021
44022 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44023
44024         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
44025         "who -r" failed to give output.  Problem reported by Tim Waugh.
44026
44027         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
44028         (xcalloc): Use it to avoid needless tests.
44029         Problem reported by Jim Meyering.
44030
44031 2005-06-20  Derek Price  <derek@ximbiot.com>
44032
44033         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
44034         unnecessary for Autoconfs > 2.59c.
44035
44036 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44037
44038         * lib/argp.h (__option_is_short): Check upper limit of
44039         __key. Isprint() requires its argument to have the value
44040         of an unsigned char or EOF.
44041
44042 2005-06-16  Jim Meyering  <jim@meyering.net>
44043
44044         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
44045         when either N or S is zero.
44046
44047 2005-06-16  Derek Price  <derek@ximbiot.com>
44048
44049         * m4/bison.m4: Declare YACC & YFLAGS precious.
44050
44051 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
44052
44053         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
44054         multibyte string or pattern, fall back on unibyte matching.
44055         Problem reported by James Youngman.
44056
44057 2005-06-08  Bruno Haible  <bruno@clisp.org>
44058
44059         * modules/csharpcomp: New file.
44060         * MODULES.html.sh (C#): Add csharpcomp.
44061
44062 2005-06-08  Bruno Haible  <bruno@clisp.org>
44063
44064         * m4/csharpcomp.m4: New file, from GNU gettext.
44065
44066 2005-06-08  Bruno Haible  <bruno@clisp.org>
44067
44068         * lib/csharpcomp.h: New file, from GNU gettext.
44069         * lib/csharpcomp.c: New file, from GNU gettext.
44070         * lib/csharpcomp.sh.in: New file, from GNU gettext.
44071
44072 2005-06-08  Bruno Haible  <bruno@clisp.org>
44073
44074         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
44075         warning on mingw.
44076
44077 2005-06-07  Derek Price  <derek@ximbiot.com>
44078
44079         Sync from CVS.
44080         * lib/glob_.h: Indent nested #ifdef.
44081
44082 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
44083
44084         Sync from coreutils.
44085         Use "file name" when talking about file names, instead of "filename"
44086         or "path", as per the GNU coding standards.
44087         * lib/mkdir-p.c: Renamed from makepath.c.
44088         (make_dir_parents): Renamed from make_path.  All callers changed.
44089         * lib/mkdir-p.h: Likewise.  All includers changed.
44090         * lib/filenamecat.c: Renamed from path-concat.c.
44091         (file_name_concat): Renamed from path_concat.  All callers changed.
44092         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
44093         * lib/filenamecat.h: Likewise.  All includers changed.
44094         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
44095         in comments or local variable names.
44096         * lib/basename.c: Likewise.
44097         * lib/canonicalize.c, canonicalize.h: Likewise.
44098         * lib/dirname.c, dirname.h: Likewise.
44099         * lib/euidaccess.c: Likewise.
44100         * lib/exclude.c: Likewise
44101         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
44102         * lib/fsusage.c, fsuage.h: Likewise.
44103         * lib/fts.c, fts_.h: Likewise.
44104         * lib/getcwd.c: Likewise.
44105         * lib/getloadavg.c: Likewise.
44106         * lib/mkstemp.c: Likewise.
44107         * lib/mountlist.c, mountlist.h: Likewise.
44108         * lib/openat.c, openat.h: Likewise.
44109         * lib/readlink-stub.c: Likewise.
44110         * lib/readutmp.c, readutmp.h: Likewise.
44111         * lib/rename.c: Likewise.
44112         * lib/rmdir.c: Likewise.
44113         * lib/same.c: Likewise.
44114         * lib/savedir.c: Likewise.
44115         * lib/stripslash.c: Likewise.
44116         * lib/tempname.c: Likewise.
44117         * lib/xreadlink.c: Likewise.
44118         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
44119         All uses changed.
44120         * lib/exclude.h: Likewise.
44121
44122         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
44123         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
44124         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
44125         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
44126         * lib/pathmax.h: Include <limits.h> unconditionally, since other
44127         files have been getting away with it for years (MORE/BSD 4.3
44128         is extinct now).
44129         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
44130         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
44131
44132         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
44133         Define to 256, not 255, as per modern POSIX.
44134
44135 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
44136
44137         Sync from coreutils.
44138         Use "file name" when talking about file names, instead of "filename"
44139         or "path", as per the GNU coding standards.
44140         * MODULES.html.sh: mkdir-p renamed from makepath.
44141         filenamecat renamed from path-concat.
44142         * modules/filenamecat: Renamed from modules/path-concat.
44143         (Files): filenamecat.h and filenamecat.c renamed from
44144         path-concat.h and path-concat.c.
44145         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
44146         (Include): filenamecat.h, not path-concat.h.
44147         * modules/mkdir-p: Renamed from modules/makepath.
44148         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
44149         makepath.c.
44150         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
44151         (Include): mkdir-p.h, not makepath.h.
44152
44153 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
44154
44155         Sync from coreutils.
44156         * m4/mkdir-p.m4: Renamed from makepath.m4.
44157         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
44158         Rename files from makepath.c to mkdir-p.c, and from
44159         makepath.h to mkdir-p.h.
44160         * m4/filenamecat.m4: Renamed from path-concat.m4.
44161         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
44162         Rename files from path-concat.c to filenamecat.c,
44163         and from path-concat.h to filenamecat.h.
44164         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
44165         "file name" in local variables or comments.
44166         * m4/rename.m4: Likewise.
44167
44168 2005-06-01  Bruno Haible  <bruno@clisp.org>
44169
44170         * modules/csharpexec: New file.
44171         * MODULES.html.sh (C#): New section.
44172
44173 2005-06-01  Bruno Haible  <bruno@clisp.org>
44174
44175         * m4/csharp.m4: New file, from GNU gettext.
44176         * m4/csharpexec.m4: New file, from GNU gettext.
44177
44178 2005-06-01  Bruno Haible  <bruno@clisp.org>
44179
44180         * lib/csharpexec.h: New file, from GNU gettext.
44181         * lib/csharpexec.c: New file, from GNU gettext.
44182         * lib/csharpexec.sh.in: New file, from GNU gettext.
44183
44184 2005-05-31  Derek Price  <derek@ximbiot.com>
44185             Paul Eggert  <eggert@cs.ucla.edu>
44186
44187         Sync from cvs.
44188         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
44189
44190 2005-05-31  Derek Price  <derek@ximbiot.com>
44191             Paul Eggert  <eggert@cs.ucla.edu>
44192
44193         Sync from cvs.
44194         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
44195
44196 2005-05-29  Derek Price  <derek@ximbiot.com>
44197
44198         * config/srclist.txt (glob_.h, glob.c): Add these files.
44199
44200 2005-05-29  Derek Price  <derek@ximbiot.com>
44201
44202         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
44203         * modules/glob: New file.
44204         * modules/getlogin_r: Add link to POSIX spec in description.
44205
44206 2005-05-29  Derek Price  <derek@ximbiot.com>
44207             Paul Eggert  <eggert@cs.ucla.edu>
44208
44209         * m4/glob.m4: New file.
44210
44211 2005-05-29  Derek Price  <derek@ximbiot.com>
44212             Paul Eggert  <eggert@cs.ucla.edu>
44213
44214         * lib/glob_.h, lib/glob.c: New files.
44215
44216 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
44217
44218         * modules/fts (Files): Remove m4/inttypes-pri.m4.
44219         * modules/fts-lgpl (Depends-on): Remove gettext.
44220
44221 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
44222
44223         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
44224         and don't require gt_INTTYPES_PRI.
44225
44226 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
44227
44228         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
44229
44230         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
44231         the configuration hassle isn't worth it.
44232         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
44233         (LONGEST_MODIFIER, PRIuMAX): Remove.
44234
44235 2005-05-27  Bruno Haible  <bruno@clisp.org>
44236
44237         * lib/getlogin_r.h: Remove second include of <stddef.h>.
44238
44239 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
44240
44241         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
44242         _POSIX_PTHREAD_SEMANTICS for Solaris.
44243
44244 2005-05-25  Derek Price  <derek@ximbiot.com>
44245
44246         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
44247
44248 2005-05-25  Derek Price  <derek@ximbiot.com>
44249             Paul Eggert  <eggert@cs.ucla.edu>
44250
44251         * modules/getlogin_r, m4/getlogin_r.m4: New files.
44252         * lib/getlogin_r.c, getlogin_r.h: New files.
44253
44254 2005-05-25  Bruno Haible  <bruno@clisp.org>
44255             Derek Price  <derek@ximbiot.com>
44256
44257         * lib/getlogin_r.h: Simplify API documentation.
44258
44259 2005-05-23  Derek Price  <derek@ximbiot.com>
44260
44261         * modules/minmax (Files): Add m4/minmax.m4.
44262         (configure.ac): Add gl_MINMAX.
44263
44264 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44265
44266         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
44267         so that unistd-safer.h (GPL'ed code) need not be included.
44268
44269 2005-05-22  Bruno Haible  <bruno@clisp.org>
44270
44271         * m4/minmax.m4: New file.
44272         Based on a patch by Derek Price <derek@ximbiot.com>.
44273
44274 2005-05-22  Bruno Haible  <bruno@clisp.org>
44275
44276         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
44277         (INT64_MIN): Fix definition.
44278         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
44279
44280         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
44281         NEED_SIGNED_INT_TYPES.
44282
44283         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
44284         HAVE_SYSTEM_INTTYPES.
44285
44286 2005-05-22  Bruno Haible  <bruno@clisp.org>
44287
44288         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
44289         Also include <sys/param.h> if it defines MIN, MAX.
44290         Based on a patch by Derek Price <derek@ximbiot.com>.
44291
44292 2005-05-21  Jim Meyering  <jim@meyering.net>
44293
44294         * modules/fts (Files): Add m4/inttypes-pri.m4.
44295         (Depends-on): Add lstat and remove gettext.  Alphabetize.
44296
44297 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
44298
44299         New fts module.
44300         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
44301         (setup_dir, free_dir): New functions.
44302         (enter_dir, leave_dir): Define trivial
44303         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
44304         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
44305         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
44306         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
44307         Move to fts-cycle.c.
44308         (fts_open): Use setup_dir.
44309         (fts_close): Use free_dir.
44310         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
44311         This adds a label and some gotos, but the alternatives were messier.
44312         Check for memory allocation failure when entering a dir.
44313         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
44314         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
44315         (FTS): New member fts_cycle, that is a union that contains the
44316         old active_dir_ht and cycle_state.  All uses changed to mention
44317         fts_cycle.ht and fts_cycle.state.
44318         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
44319         fts.c, with the following changes:
44320         (setup_dir, free_dir): New functions.
44321         (enter_dir): Now returns bool.  Return true if successful, false
44322         if memory exhausted.  All callers changed.
44323         Do not bother partly cleaning up on
44324         memory allocation failure; that is free_dir's job.
44325         However, free ad if hash_insert fails, to avoid memory leak.
44326         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
44327         fts->fts_options to see which union member to use.
44328
44329 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
44330
44331         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
44332         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
44333
44334 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
44335
44336         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
44337
44338 2005-05-20  Jim Meyering  <jim@meyering.net>
44339
44340         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
44341         Now a macro, to pacify GCC.
44342
44343 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
44344
44345         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
44346         of -1.
44347
44348 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
44349
44350         * lib/chown.c (rpl_chown): Return -1 on failure.
44351
44352 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
44353
44354         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
44355         Don't check for stddef.h.
44356         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
44357         don't use its results.
44358         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
44359         since we include them unconditionally.  Don't require
44360         AM_STDBOOL_H, since stdbool is a prerequisite.
44361         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
44362         since we assume C89 or better.
44363         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
44364         as we don't use their results.
44365         Don't check for fchdir, memmove, memset, strrchr, as we use
44366         them unconditionally.
44367         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
44368         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
44369
44370 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
44371
44372         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
44373         Include <stddef.h> unconditionally, since we assume C89 now.
44374         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
44375         * lib/fts.c: Include fts_.h first, to check interface.
44376         Do not include intprops.h; no longer needed.
44377         Include cycle-check.h and hash.h, since fts_.h no longer does.
44378         Remove unnecessary casts of closedir to void.
44379         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
44380         decide whether to decrement nlinks.
44381         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
44382         (FTS): Use struct hash_table * instead of Hash_table, so that
44383         we no longer need to include hash.h here.
44384
44385 2005-05-18  Jim Meyering  <jim@meyering.net>
44386
44387         * modules/dirfd (License): Change to LGPL.  Most of the code
44388         is already in the public domain.
44389
44390 2005-05-18  Jim Meyering  <jim@meyering.net>
44391
44392         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
44393         Reported by Yoann Vandoorselaere.
44394
44395 2005-05-17  Jim Meyering  <jim@meyering.net>
44396
44397         * m4/fts.m4: New file, from coreutils.
44398
44399 2005-05-17  Jim Meyering  <jim@meyering.net>
44400
44401         * lib/fts.c, lib/fts_.h: New files, from coreutils.
44402
44403 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
44404
44405         Sync from coreutils.
44406         * m4/unlinkdir.m4: New file.
44407
44408 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
44409
44410         Sync from coreutils.
44411         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
44412         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
44413         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
44414         White space changes only.
44415         * lib/makepath.c (make_path): Port to hosts where leading "//" is
44416         special.
44417         * lib/yesno.c: Include getline.h, not ctype.h.
44418         (yesno): Don't remove leading white space; POSIX doesn't allow it.
44419         Use getline to remove arbitrary restriction on response length.
44420
44421 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
44422
44423         * config/srclist-update: Spell out "Street" in FSF postal
44424         mail address; this is the style the FSF seems to prefer.
44425
44426         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
44427         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
44428         this updates FSF postal mail address.
44429
44430         Sync from coreutils.
44431         * modules/unlinkdir: New file.
44432         * modules/yesno (Depends-on): Add getline.
44433         * MODULES.html.sh (File system functions): Add unlinkdir.
44434
44435 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
44436
44437         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
44438         lib/strsep.h:
44439         Change the initial comment to refer to GPL, not LGPL.
44440         gnulib-tool will change it to LGPL as needed.
44441
44442         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
44443         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
44444         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
44445         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
44446         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
44447         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
44448         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
44449         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
44450         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
44451         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
44452         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
44453         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
44454         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
44455         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
44456         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
44457         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
44458         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
44459         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
44460         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
44461         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
44462         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
44463         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
44464         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
44465         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
44466         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
44467         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
44468         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
44469         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
44470         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
44471         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
44472         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
44473         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
44474         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
44475         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
44476         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
44477         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
44478         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
44479         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
44480         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
44481         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
44482         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
44483         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
44484         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
44485         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
44486         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
44487         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
44488         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
44489         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
44490         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
44491         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
44492         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
44493         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
44494         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
44495         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
44496         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
44497         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
44498         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
44499         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
44500         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
44501         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
44502         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
44503         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
44504         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
44505         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
44506         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
44507         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
44508         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
44509         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
44510         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
44511         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
44512         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
44513         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
44514         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
44515         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
44516         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
44517         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
44518         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
44519         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
44520         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
44521         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
44522         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
44523         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
44524         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
44525         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
44526         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
44527         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
44528         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
44529         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
44530         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
44531         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
44532         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
44533         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
44534         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
44535         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
44536         lib/yesno.c, lib/yesno.h:
44537         Update FSF postal mail address.
44538
44539 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
44540
44541         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
44542         tests/test-memmem.c, tests/test-stpncpy.c:
44543         Update FSF postal mail address.
44544
44545 2005-05-13  Bruno Haible  <bruno@clisp.org>
44546
44547         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
44548         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
44549         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
44550         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
44551         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
44552         Add support for 64-bit integers in the MSVC compiler.
44553
44554 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44555
44556         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
44557
44558 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
44559
44560         * gnulib-tool (func_import): Sort and uniquify recommended includes.
44561
44562 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
44563
44564         * doc/getdate.texi (General date syntax): Don't say that date
44565         date --iso-8601=ns generates acceptable dates; it doesn't yet.
44566         Problem reported by Nic Ferrier.
44567
44568 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44569
44570         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
44571         specified in ai_socktype. Fix invalid ai_protocol
44572         check. ai_protocol is usually set to 0 or depending on
44573         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
44574         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
44575         ai_socktype / ai_protocol in the returned addrinfo structure.
44576
44577 2005-05-10  Simon Josefsson  <jas@extundo.com>
44578
44579         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
44580         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
44581
44582 2005-05-10  Karl Berry  <karl@gnu.org>
44583
44584         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
44585         (from http://www.gnu.org/licenses).
44586         * doc/COPYING.LIB: also rename to COPYING.LESSER.
44587         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
44588         fdl.texi suffices.
44589
44590 2005-05-10  Karl Berry  <karl@gnu.org>
44591
44592         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
44593         (COPYING.DOC): remove.
44594
44595         * config/srclist-update: new FSF address.
44596
44597 2005-05-10  Derek Price  <derek@ximbiot.com>
44598
44599         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
44600         possible.
44601
44602 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44603             Bruno Haible  <bruno@clisp.org>
44604
44605         * modules/inet_ntop: New file.
44606         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
44607         inet_ntop.
44608
44609 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44610             Bruno Haible  <bruno@clisp.org>
44611
44612         * m4/inet_ntop.m4: New file.
44613
44614 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44615             Bruno Haible  <bruno@clisp.org>
44616
44617         * lib/inet_ntop.h: New file.
44618         * lib/inet_ntop.c: New file, from glibc with modifications.
44619
44620 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
44621
44622         * modules/time_r (License): Change to LGPL.
44623         * modules/extensions (License): Change to LGPL.  Actually,
44624         the license is more permissive than that, but currently gnulib-tool
44625         doesn't know how to handle more-permissive licenses.
44626
44627         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
44628         Problem reported by Dave Love.
44629
44630 2005-05-08  Jim Meyering  <jim@meyering.net>
44631
44632         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
44633         blank.
44634
44635 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
44636
44637         * modules/argmatch (Depends-on): Add stdbool.
44638         * modules/backupfile (Depends-on): Likewise.
44639         * modules/chdir-long (Depends-on): Likewise.
44640         * modules/closeout (Depends-on): Likewise.
44641         * modules/cycle-check (Depends-on): Likewise.
44642         * modules/dirname (Depends-on): Likewise.
44643         * modules/fnmatch (Depends-on): Likewise.
44644         * modules/fsusage (Depends-on): Likewise.
44645         * modules/fwriteerror (Depends-on): Likewise.
44646         * modules/getcwd (Depends-on): Likewise.
44647         * modules/getloadavg (Depends-on): Likewise.
44648         * modules/hard-locale (Depends-on): Likewise.
44649         * modules/makepath (Depends-on): Likewise.
44650         * modules/mountlist (Depends-on): Likewise.
44651         * modules/nanosleep (Depends-on): Likewise.
44652         * modules/posixtm (Depends-on): Likewise.
44653         * modules/quotearg (Depends-on): Likewise.
44654         * modules/readtokens (Depends-on): Likewise.
44655         * modules/readtokens0 (Depends-on): Likewise.
44656         * modules/readutmp (Depends-on): Likewise.
44657         * modules/save-cwd (Depends-on): Likewise.
44658         * modules/strftime (Depends-on): Likewise.
44659         * modules/userspec (Depends-on): Likewise.
44660         * modules/utimecmp (Depends-on): Likewise.
44661         * modules/xgetcwd (Depends-on): Likewise.
44662         * modules/xnanosleep (Depends-on): Likewise.
44663         * modules/xstrtod (Depends-on): Likewise.
44664         * modules/yesno (Depends-on): Likewise.
44665
44666 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
44667
44668         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
44669         needless checks.
44670
44671 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
44672
44673         Merge from coreutils.  Among other things,
44674         add bulletproofing for cases where stdin, stdout, or stderr are closed.
44675         * lib/fd-safer.c: New file.
44676         * lib/fcntl-safer.h, open-safer.c: Remove.
44677         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
44678         * lib/dup-safer.c: Include unistd-safer.h first.
44679         Don't include errno.h.
44680         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
44681         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
44682         * lib/file-type.c: Rely on file-type.h change.
44683         * lib/getloadavg.c: Include unistd-safer.h.
44684         (getloadavg): Use safer open.
44685         * lib/getusershell.c: Include "stdio-safer.h".
44686         (getusershell): Use safer fopen.
44687         * lib/long-options.c (long_options): Use NULL rather than 0.
44688         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
44689         'free'.
44690         * lib/modechange.c: Likewise.
44691         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
44692         (MODE_DONE): New constant.
44693         (struct mode_change): Remove 'next' member.
44694         (make_node_op_equals): New function; like the old one of the
44695         same name, except it allocates an array.
44696         (mode_compile, mode_create_from_ref): Use it.
44697         (mode_compile): Allocate result as an array, not a linked list.
44698         Parse octal string ourself, so that we catch mistakes like "+0".
44699         (mode_adjust): Arg is an array, not a linked list.
44700         * lib/modechange.c: Include stat-macros.h, xalloc.h.
44701         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
44702         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
44703         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
44704         Remove.  This is now stat-macros.h's job.
44705         (talloc): Remove.  All callers replaced by xalloc, so that
44706         our invokers don't have to worry about reporting memory failures.
44707         (make_node_op_equals): Remove.
44708         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
44709         New constants.
44710         (struct mode_change): Moved here from modechange.h.
44711         (mode_append_entry): Remove.
44712         (mode_compile): Remove MASKED_OPS arg, since it encouraged
44713         apps to have incorrect behavior.  Use simpler algorithm for head
44714         and tail.  Don't futz with umask; that's now the job of mode_adjust.
44715         Detect more invalid usages rather than having somewhat-random behavior.
44716         Don't insert an "a=" action, as that leads to incorrect behavior.
44717         (mode_compile, mode_create_from_ref): Return NULL on error instead
44718         of an enum, since now there's only one way to have an error.  All
44719         callers changed.
44720         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
44721         at the correct time.  Simplify calculation of "+u" and its ilk.
44722         Don't mishandle "+X".
44723         (mode_free): Remove "register" and localize decls.
44724         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
44725         (struct mode_change): Move to modechange.c; callers don't
44726         need to see this stuff.
44727         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
44728         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
44729         (mode_change, mode_adjust): Reflect the new signatures noted above.
44730         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
44731         that might redefine system include files.
44732         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
44733         (my_usleep): Use NULL rather than (void *) 0.
44734         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
44735         Use siginterrupt to specify that system calls should be interrupted.
44736         (rpl_nanosleep): Move initialization of suspended closer to call of
44737         my_usleep.
44738         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
44739         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
44740         (desirable_utmp_entry): New function.
44741         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
44742         using x2nrealloc, to simplify logic.
44743         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
44744         size calculation.  Do not assume utmp file is a regular file.
44745         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
44746         (READ_UTMP_CHECK_PIDS): New constant.
44747         * lib/save-cwd.c: Include unistd-safer.h.
44748         (save_cwd): Use fd_safer.
44749         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
44750         [!_LIBC] Include "stat-macros.h" instead.
44751         * lib/unistd-safer.h (fd_safer): New decl.
44752
44753 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
44754
44755         * modules/getloadavg (Depends-on): Add unistd-safer.
44756         * modules/getusershell (Depends-on): Add stdio-safer.
44757         * modules/lstat (Depends-on): Remove xalloc.
44758         * modules/mkstemp (Depends-on): Add stat-macros.
44759         * modules/modechange (Depends-on): Remove xstrtol.
44760         Add stat-macros, xalloc.
44761         * modules/save-cwd (Depends-on): Add unistd-safer.
44762         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
44763         * modules/unistd-safer (Files): Add lib/fd-safer.c
44764         (Makefile.am): Remove lib_SOURCES.
44765
44766         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
44767         Remove fcntl-safer; unistd-safer supersedes it.
44768
44769 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
44770
44771         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
44772         AC_HEADER_STAT.
44773         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
44774         (gl_PREREQ_CHOWN): Remove.
44775         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
44776         it.  Don't require AC_HEADER_STAT.
44777         (gl_PREREQ_LSTAT): Remove.
44778         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
44779         Don't require AC_HEADER_STAT.
44780         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
44781         (gl_PREREQ_RMDIR): Remove.
44782         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
44783         mention stat-macros.h or AC_HEADER_STAT, since we'll make
44784         the stat-macros module a prerequisite.
44785         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
44786         * m4/filemode.m4 (gl_FILEMODE): Likewise.
44787         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
44788         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
44789         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
44790         variable names.
44791         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
44792         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
44793         variable prefixes.
44794         * m4/fcntl-safer.m4: Remove.
44795         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
44796         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
44797         Invoke gl_PREREQ_FD_SAFER.
44798         (gl_PREREQ_FD_SAFER): New macro.
44799         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
44800         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
44801         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
44802         Remove duplicate call to AC_LIBOBJ(readutmp).
44803         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
44804
44805         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
44806         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
44807
44808 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
44809
44810         * MODULES.html.sh (Misc): Add byteswap.
44811
44812 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
44813
44814         * modules/getcwd (Depends-on): Add extensions.
44815         * modules/openat (Depends-on): Likewise.
44816
44817 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
44818
44819         * modules/byteswap: New file.
44820
44821 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
44822
44823         * m4/byteswap.m4: New file.
44824
44825 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
44826
44827         * lib/byteswap_.h: New file.
44828
44829 2005-04-25  Karl Berry  <karl@gnu.org>
44830
44831         * m4/gettext.m4: Update from GNU gettext 0.14.4.
44832
44833 2005-04-25  Albert Chin  <china@thewrittenword.com>
44834
44835         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
44836         Toolkit C bug.
44837
44838 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
44839
44840         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
44841         (func_ln_if_changed) Remove forcibly for no error message
44842         in case file does not exist.
44843
44844 2005-04-19  Simon Josefsson  <jas@extundo.com>
44845
44846         * gnulib-tool (Options): Make --symlink mean --symbolic.
44847
44848 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
44849
44850         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
44851
44852 2005-04-16  Simon Josefsson  <jas@extundo.com>
44853
44854         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
44855
44856 2005-04-15  Simon Josefsson  <jas@extundo.com>
44857
44858         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
44859
44860 2005-04-15  Simon Josefsson  <jas@extundo.com>
44861
44862         * gnulib-tool: Rename --symlink to --symbolic.
44863
44864 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
44865
44866         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
44867         symbolic links to files instead of copying/moving.  Add --aux-dir,
44868         specifying directory relative --dir where auxiliary build tools
44869         are placed.
44870
44871 2005-04-14  Bruno Haible  <bruno@clisp.org>
44872
44873         * modules/allocsa (License): Change to LGPL.
44874         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
44875
44876 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
44877
44878         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
44879         that "UTC +1 second" continues to work.  Problem reported
44880         by Dmitry V. Levin.
44881         (relunit_snumber): New rule.
44882         (relunit): Use it.
44883
44884 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
44885
44886         * lib/getdate.y (universal_time_zone_table): New constant.
44887         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
44888         universal_time_zone_table.
44889         (lookup_zone): Prefer universal_time_zone_table to
44890         local_time_zone_table, so that "GMT" time stamps are allowed in
44891         London during the summer.  Problem reported by Ian Abbott.
44892
44893 2005-04-12  Jim Meyering  <jim@meyering.net>
44894
44895         * lib/human.c (humblock): Set *options even when returning due to
44896         xstrtoumax conversion failure.  Thanks to a used-uninitialized
44897         warning from gcc-4.
44898
44899 2005-04-09  Jim Meyering  <jim@meyering.net>
44900
44901         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
44902         -Wuninitialized: initialize tm0.tm_year.
44903
44904 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
44905
44906         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
44907         count, since there's no maximum.  All uses changed.
44908         Add member dsts_seen.
44909         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
44910         not being INT_MAX.
44911         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
44912         Use pc_rels_seen to decide whther a date is absolute.
44913
44914         * lib/getdate.y (number): Don't overwrite year.
44915         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
44916         check.
44917
44918 2005-04-02  Simon Josefsson  <jas@extundo.com>
44919
44920         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
44921         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
44922
44923 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
44924
44925         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
44926         where no absolute path name can be longer than PATH_MAX.
44927
44928 2005-03-27  Jim Meyering  <jim@meyering.net>
44929
44930         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
44931
44932 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
44933
44934         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
44935         "one's complement" -> "ones' complement" in comment, as per Knuth.
44936         "value of type" -> "type or expression" in comment.
44937         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
44938
44939 2005-03-26  Jim Meyering  <jim@meyering.net>
44940
44941         Comment nits.
44942         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
44943         Correct typos: s/or/of/.
44944
44945 2005-03-26  Jim Meyering  <jim@meyering.net>
44946
44947         * modules/check-include-files: Move to ../ and rename to...
44948         * check-module: ...this.
44949
44950 2005-03-25  Jim Meyering  <jim@meyering.net>
44951
44952         * modules/xvasprintf (Files): Add xalloc.h.
44953
44954 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
44955
44956         * modules/gettext (Files): config/config.rpath ->
44957         build-aux/config.rpath
44958         * modules/iconv (Files): Likewise.
44959         Problem reported by Oskar Liljeblad.
44960
44961 2005-03-23  Jim Meyering  <jim@meyering.net>
44962
44963         * modules/check-include-files: New script to check for
44964         missing dependencies, multiple includes, etc.
44965
44966         * modules/c-strtold (Depends-on): Add xalloc.
44967         * modules/c-strtod (Depends-on): Add xalloc.
44968         * modules/hash (Depends-on): Add xalloc.
44969         (Files): Remove lib/xalloc.h.
44970
44971         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
44972         * modules/userspec (Files): Add lib/inttostr.h.
44973
44974 2005-03-23  Jim Meyering  <jim@meyering.net>
44975
44976         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
44977
44978 2005-03-22  Jim Meyering  <jim@meyering.net>
44979
44980         * modules/stat-macros: New module.
44981         * modules/canonicalize, modules/euidaccess, modules/file-type,
44982         * modules/filemode, modules/lchown, modules/makepath,
44983         * modules/rmdir, modules/stat: Depend on new stat-macros module
44984         rather than listing lib/stat-macros.h manually.
44985         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
44986
44987 2005-03-22  Jim Meyering  <jim@meyering.net>
44988
44989         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
44990
44991 2005-03-22  Bruno Haible  <bruno@clisp.org>
44992
44993         * config/srclist.txt: Replace target directory 'config' with
44994         'build-aux'.
44995         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
44996         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
44997         ../build-aux/.
44998
44999 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
45000
45001         * modules/chdir-long (Depends-on): Add mempcpy.
45002
45003         * modules/acl, modules/backupfile, modules/c-strtod,
45004         modules/c-strtold, modules/canon-host, modules/canonicalize,
45005         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
45006         modules/exclude, modules/exitfail, modules/file-type,
45007         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
45008         modules/getdate, modules/getline, modules/getpagesize,
45009         modules/getpass, modules/getugroups, modules/group-member,
45010         modules/hard-locale, modules/hash, modules/human, modules/idcache,
45011         modules/inttostr, modules/long-options, modules/makepath,
45012         modules/md5, modules/memcasecmp, modules/memcoll,
45013         modules/modechange, modules/mountlist, modules/path-concat,
45014         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
45015         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
45016         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
45017         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
45018         modules/strftime, modules/strndup, modules/strverscmp,
45019         modules/timespec, modules/unlocked-io, modules/userspec,
45020         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
45021         modules/yesno:
45022         Remove lib_SOURCES line from Makefile.am section, as this is now
45023         done automatically by the corresponding Autoconf macro.
45024
45025 2005-03-21  Jim Meyering  <jim@meyering.net>
45026
45027         Changes imported from coreutils.
45028
45029         * lib/cycle-check.c: Don't include xalloc.h.
45030
45031         * lib/path-concat.c: Don't include assert.h.
45032         (path_concat): Remove assertion that would have triggered
45033         for ABASE starting with more than one slash.
45034         Reported by Andreas Schwab.
45035
45036         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
45037         properly when ABASE is an absolute file name.
45038         Correct the description of this function.
45039         Include <assert.h>.
45040         Add an assertion and a test driver.
45041         This fixes a bug introduced on 2004-07-02.
45042         Andreas Schwab reported the resulting failure of cp --parents:
45043         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
45044
45045 2005-03-21  Jim Meyering  <jim@meyering.net>
45046
45047         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
45048         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
45049
45050 2005-03-21  Jim Meyering  <jim@meyering.net>
45051         and  Paul Eggert  <eggert@cs.ucla.edu>
45052
45053         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
45054         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
45055         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
45056         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
45057         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
45058         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
45059         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
45060         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
45061         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
45062         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
45063         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
45064         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
45065         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
45066         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
45067         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
45068         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
45069         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
45070         for these modules.
45071
45072 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
45073
45074         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
45075         (which shouldn't happen), generate nothing instead of returning 0
45076         immediately, so that nstrftime (NULL, ...) doesn't return 0.
45077
45078 2005-03-16  Bruno Haible  <bruno@clisp.org>
45079
45080         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
45081         HAVE_LONGLONG_64BIT.
45082
45083 2005-03-16  Bruno Haible  <bruno@clisp.org>
45084
45085         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
45086         HAVE_LONGLONG_64BIT.
45087
45088 2005-03-16  Bruno Haible  <bruno@clisp.org>
45089
45090         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
45091         HAVE_LONGLONG_64BIT.
45092
45093 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
45094
45095         * lib/strftime.c (my_strftime): Prepend space to format so that we can
45096         reliably distinguish strftime failure from empty output on POSIX
45097         hosts.
45098
45099 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
45100
45101         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
45102         (iconv_string): Don't guess a size-zero buffer, as that might cause
45103         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
45104         result would be 'too large', where 'too large' is (heuristically)
45105         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
45106         overflow concerns.  This will prevent some unwanted malloc failures
45107         when the inputs are very large.
45108
45109 2005-03-15  Karl Berry  <karl@gnu.org>
45110
45111         * config/srclist.txt (config.rpath): from gettext.
45112         * config/config.rpath: update.
45113
45114 2005-03-15  Bruno Haible  <bruno@clisp.org>
45115
45116         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
45117         to 'negate'.
45118
45119         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
45120         variable.
45121
45122         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
45123         results.
45124
45125 2005-03-14  Simon Josefsson  <jas@extundo.com>
45126
45127         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
45128         <fx@gnu.org>.
45129
45130 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
45131
45132         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
45133         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
45134         intprops.h.
45135         * lib/strtol.c: Likewise.
45136
45137 2005-03-14  Jim Meyering  <jim@meyering.net>
45138
45139         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
45140         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
45141         to be nonzero so that we (and caller) can detect the difference
45142         between a valid zero-length expansion and an error return, even
45143         when the underlying strftime fails before writing anything into
45144         that location.
45145
45146 2005-03-14  Bruno Haible  <bruno@clisp.org>
45147
45148         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
45149         Update from GNU gettext 0.14.3.
45150
45151 2005-03-10  Jim Meyering  <jim@meyering.net>
45152
45153         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
45154
45155 2005-03-10  Jim Meyering  <jim@meyering.net>
45156
45157         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
45158         so that this module works on systems without fchdir.
45159
45160 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
45161
45162         Factor int-properties macros into a single file, except for
45163         glibc-related files.
45164         * lib/intprops.h: New file.
45165         * lib/getloadavg.c: Include it instead of limits.h.
45166         (INT_STRLEN_BOUND): Remove.
45167         * lib/human.c: Include intprops.h.
45168         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
45169         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
45170         302/1000.
45171         * lib/inttostr.h: Include intprops.h instead of limits.h.
45172         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
45173         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
45174         for consistency with intprops.h.
45175         (time_t_is_integer, twos_complement_arithmetic): Use them.
45176         * lib/sig2str.h: Include <signal.h>, intprops.h.
45177         (INT_STRLEN_BOUND): Remove.
45178         * lib/strftime.c (TYPE_SIGNED): Remove.
45179         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
45180         * lib/strtol.c: Adjust comments to match intprops.h.
45181         * lib/userspec.c: Include intprops.h.
45182         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
45183         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
45184         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
45185         instead of rolling our own expressions.
45186         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
45187
45188         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
45189         instead of int.
45190         (my_strftime): Do not mishandle years close to INT_MAX, by doing
45191         the right thing even if adding 1900 would overflow.  Similarly
45192         for tm_mon + 1 and tm_yday + 1.
45193         Make %Y always equivalent to %C%y, and similarly for %G and %g.
45194         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
45195         (DO_SIGNED_NUMBER): New macro.
45196         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
45197
45198 2005-03-07  Bruno Haible  <bruno@clisp.org>
45199
45200         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
45201
45202 2005-03-07  Bruno Haible  <bruno@clisp.org>
45203
45204         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
45205
45206 2005-03-04  Derek R. Price  <derek@ximbiot.com>
45207
45208         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
45209         (func_import): Only replace files via --import when they have actually
45210         changed.
45211
45212 2005-03-03  Derek R. Price  <derek@ximbiot.com>
45213
45214         * m4/mmap-anon.m4: New file.
45215         * m4/pagealign_alloc.m4: New file.
45216
45217 2005-03-03  Derek R. Price  <derek@ximbiot.com>
45218             Bruno Haible  <bruno@clisp.org>
45219
45220         * modules/pagealign_alloc: New file.
45221         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
45222
45223 2005-03-03  Derek R. Price  <derek@ximbiot.com>
45224             Bruno Haible  <bruno@clisp.org>
45225
45226         * lib/pagealign_alloc.h: New file.
45227         * lib/pagealign_alloc.c: New file.
45228
45229 2005-03-03  Bruno Haible  <bruno@clisp.org>
45230
45231         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
45232         Use an all-permissive copyright notice, recommended by RMS.
45233
45234 2005-03-02  Bruno Haible  <bruno@clisp.org>
45235
45236         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
45237         of AIX, the replacement has to be done only after <string.h> is
45238         included, therefore not in config.h. stpncpy.h does the replacement,
45239         and stpncpy.c uses it.
45240
45241 2005-03-02  Bruno Haible  <bruno@clisp.org>
45242
45243         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
45244         stpncpy.c uses it.
45245
45246 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
45247
45248         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
45249         The workaround isn't strictly needed for POSIX conformance, and
45250         it's too much of a pain to configure and maintain.  We'll ask
45251         people to fix their kernels instead.
45252         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
45253         (NANOSLEEP_BUG_WORKAROUND): Remove.
45254         (xnanosleep): Remove the workaround.
45255
45256 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
45257
45258         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
45259         Reported by Derek Price.
45260         (Include): Add "timespec.h".
45261
45262         * modules/xnanosleep (Depends-on): Remove gethrxtime.
45263
45264 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
45265
45266         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
45267         to detect nanosleep bug.
45268
45269 2005-03-01  Bruno Haible  <bruno@clisp.org>
45270
45271         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
45272
45273 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
45274
45275         * modules/gethrxtime: New file.
45276         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
45277         (Depends-on): Add gethrxtime.
45278         (configure.ac): Add gl_XNANOSLEEP.
45279         (Makefile.am): Remove lib_SOURCES line.
45280
45281 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
45282
45283         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
45284         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
45285
45286 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
45287
45288         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
45289         * lib/timespec.h (gettime): Return void, since it always
45290         succeeds now.  All uses changed.
45291         * lib/gettime.c (gettime) Likewise.
45292         [HAVE_NANOTIME]: Prefer nanotime.
45293         Assume gettimeofday succeeds, as POSIX requires.
45294         Assime time () succeeds, since other code already does.
45295         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
45296         (timespec_subtract): Remove.
45297         (NANOSLEEP_BUG_WORKAROUND): New constant.
45298         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
45299         things considerably.  Use it only on GNU/Linux hosts, since the
45300         workaround shouldn't be needed elsewhere.
45301
45302 2005-02-24  Bruno Haible  <bruno@clisp.org>
45303
45304         * modules/gettext (Files): Add m4/glibc2.m4.
45305
45306 2005-02-24  Bruno Haible  <bruno@clisp.org>
45307
45308         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
45309         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
45310         * m4/progtest.m4:
45311         Update from GNU gettext 0.14.2.
45312         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
45313
45314 2005-02-24  Bruno Haible  <bruno@clisp.org>
45315
45316         * lib/localcharset.c: Update from GNU gettext 0.14.2.
45317         * lib/config.charset: Update from GNU gettext 0.14.2.
45318
45319 2005-02-24  Bruno Haible  <bruno@clisp.org>
45320
45321         * lib/gettext.h: Update from GNU gettext 0.14.2.
45322
45323 2005-02-23  Simon Josefsson  <jas@extundo.com>
45324
45325         * m4/iconvme.m4: New file.
45326
45327 2005-02-23  Jim Meyering  <jim@meyering.net>
45328
45329         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
45330         change.
45331         Thanks to Bruno Haible for catching it.
45332
45333 2005-02-22  Simon Josefsson  <jas@extundo.com>
45334
45335         * modules/iconvme: New file.
45336
45337         * MODULES.html.sh: Add iconvme.
45338
45339 2005-02-22  Simon Josefsson  <jas@extundo.com>
45340
45341         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
45342
45343 2005-02-22  Simon Josefsson  <jas@extundo.com>
45344
45345         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
45346
45347 2005-02-22  Jim Meyering  <jim@meyering.net>
45348
45349         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
45350         s/ifndef/ifdef/.
45351
45352 2005-02-20  Neil Conway  <neilc@samurai.com>
45353
45354         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
45355         returned by OSX/Darwin if the specified buffer is not large
45356         enough for the hostname.
45357
45358 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45359
45360         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
45361         pass it to _help, otherwise the latter coredumps trying to
45362         dereference state.root_argp.
45363
45364 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
45365
45366         * modules/chdir-long (Depends-on): Add memrchr.
45367         * modules/memrchr (Files): Add lib/memrchr.h.
45368         (Include): "memrchr.h".
45369
45370 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
45371
45372         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
45373
45374 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
45375
45376         * lib/memrchr.h: New file.
45377         * lib/chdir-long.c: Include it.
45378         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
45379         Don't bother including stddef.h.
45380
45381 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
45382
45383         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
45384         inclusion.
45385         Include <sys/types.h>, for dev_t.
45386         (ME_DUMMY, ME_REMOTE): Move from here....
45387         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
45388         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
45389         Dmitry V. Levin.
45390         Include mountlist.h first, to test the interface.
45391
45392 2005-01-29  Bruno Haible  <bruno@clisp.org>
45393
45394         * lib/progname.c (program_name): Initialize.
45395         Needed when linking statically on MacOS X.
45396
45397 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
45398
45399         Sync from coreutils.
45400         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
45401         (Depends-on): Add c-strtod.
45402         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
45403
45404 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
45405
45406         Sync from coreutils.
45407         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
45408
45409         Remove files that are specific to coreutils.
45410         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
45411
45412 2005-01-28  Bruno Haible  <bruno@clisp.org>
45413
45414         * modules/javacomp: New file.
45415         * MODULES.html.sh (Java): Add javacomp.
45416
45417 2005-01-28  Bruno Haible  <bruno@clisp.org>
45418
45419         * m4/javacomp.m4: New file, from GNU gettext.
45420
45421 2005-01-28  Bruno Haible  <bruno@clisp.org>
45422
45423         * lib/javacomp.sh.in: New file, from GNU gettext.
45424         * lib/javacomp.h: New file, from GNU gettext.
45425         * lib/javacomp.c: New file, from GNU gettext.
45426
45427 2005-01-26  Simon Josefsson  <jas@extundo.com>
45428
45429         * lib/gai_strerror.c: Use GPL in header.
45430
45431 2005-01-26  Bruno Haible  <bruno@clisp.org>
45432
45433         * modules/javaexec: New file.
45434         * MODULES.html.sh (Java): Add javaexec.
45435
45436 2005-01-26  Bruno Haible  <bruno@clisp.org>
45437
45438         * m4/javaexec.m4: New file, from GNU gettext.
45439
45440 2005-01-26  Bruno Haible  <bruno@clisp.org>
45441
45442         * lib/javaexec.sh.in: New file, from GNU gettext.
45443         * lib/javaexec.h: New file, from GNU gettext.
45444         * lib/javaexec.c: New file, from GNU gettext.
45445
45446 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45447
45448         * modules/lchown (Depends-on): Remove lchown.h
45449
45450 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45451
45452         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
45453         must be defined if the header file was not found, in order
45454         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
45455
45456 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45457
45458         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
45459         initializers for struct pentry_state.
45460         (__argp_error): Check return value of __asprintf
45461         (__argp_failure): Translate error message
45462
45463         * lib/argp-parse.c: Removed braces around the expansion of N_()
45464
45465 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
45466
45467         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
45468         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
45469         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
45470         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
45471         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
45472         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
45473         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
45474         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
45475         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
45476         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
45477         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
45478         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
45479         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
45480         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
45481         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
45482         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
45483         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
45484         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
45485         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
45486         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
45487         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
45488         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
45489         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
45490         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
45491         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
45492         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
45493         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
45494         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
45495         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
45496         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
45497         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
45498         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
45499         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
45500         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
45501         xstrtol.m4, xstrtoumax.m4, yesno.m4:
45502         Use an all-permissive copyright notice, recommended by RMS.
45503
45504 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
45505
45506         * modules/chdir-long (Depends-on): Remove mempcpy.
45507
45508 2005-01-21  Jim Meyering  <jim@meyering.net>
45509
45510         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
45511         same value as for Solaris 9.
45512
45513         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
45514         component length.  This included changing the parameter to be
45515         of type `char *' rather than `char const *'.
45516         * lib/chdir-long.h (chdir_long): Update prototype.
45517
45518         * lib/openat.c (fdopendir, fstatat): New functions.
45519         * lib/openat.h: Include headers required for use of DIR and struct
45520         stat.
45521         [AT_SYMLINK_NOFOLLOW]: Define.
45522         (fdopendir, fstatat): Add prototypes.
45523
45524 2005-01-21  Bruno Haible  <bruno@clisp.org>
45525
45526         * modules/classpath: New file.
45527         * MODULES.html.sh (Java): Add classpath.
45528
45529 2005-01-21  Bruno Haible  <bruno@clisp.org>
45530
45531         * lib/classpath.h: New file, from GNU gettext.
45532         * lib/classpath.c: New file, from GNU gettext.
45533
45534 2005-01-20  Simon Josefsson  <jas@extundo.com>
45535
45536         * modules/version-etc-fsf: New file.
45537
45538 2005-01-20  Simon Josefsson  <jas@extundo.com>
45539
45540         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
45541         * lib/version-etc.c: Remove version_etc_copyright.
45542         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
45543         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
45544
45545 2005-01-20  Simon Josefsson  <jas@extundo.com>
45546
45547         * lib/base64.h (isbase64): Add.
45548
45549         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
45550         using a unsigned prototype, don't inline.
45551         (base64_decode): Use it.
45552
45553 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
45554
45555         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
45556         it.
45557
45558 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
45559
45560         * lib/save-cwd.c (save_cwd): Remove code to support the case
45561         where fchdir is missing or flaky.
45562
45563 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
45564
45565         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
45566
45567 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
45568
45569         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
45570         AC_LIBSOURCES now does this.
45571         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
45572         with new ullong_max module.
45573
45574 2005-01-19  Bruno Haible  <bruno@clisp.org>
45575
45576         * modules/sh-quote: New file.
45577         * MODULES.html.sh (Executing programs): Add sh-quote.
45578
45579 2005-01-19  Bruno Haible  <bruno@clisp.org>
45580
45581         * lib/sh-quote.h: New file, from GNU gettext.
45582         * lib/sh-quote.c: New file, from GNU gettext.
45583
45584 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
45585
45586         Merge from coreutils.
45587         * m4/ullong_max.m4: New file.
45588         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
45589         (gl_MACROS): Assume localeconv exists.
45590
45591 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
45592
45593         Merge changes from coreutils, as described below in several
45594         changelogs dated today.
45595
45596         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
45597         (O_DIRECTORY): Remove; not needed here, since "." must be
45598         a directory.  All uses removed.
45599         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
45600         universal on Suns, and we also need to test for IRIX.
45601         Revamp code to use 'if' rather than '#if'.
45602         Avoid unnecessary comparison of cwd->desc to 0.
45603
45604         * lib/utimens.c (futimens): Robustify the previous patch, by checking
45605         for known valid error numbers rather than observed invalid ones.
45606
45607 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
45608
45609         * modules/ullong_max: New file.
45610
45611         * modules/chdir-long, modules/openat: New files.
45612         * modules/save-cwd (Depends-on): Depend on chdir-long.
45613         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
45614
45615 2005-01-18  Jim Meyering  <jim@meyering.net>
45616
45617         Merge from coreutils.
45618         * m4/chdir-long.m4, m4/openat.m4: New files.
45619         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
45620         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
45621         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
45622         is sane and DOES follow symlinks.  Besides, testing 20 different
45623         systems found no broken chown implementations.
45624         Prompted by a change in rsync's copy of this macro.
45625         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
45626
45627         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
45628
45629         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
45630         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
45631         NULL-means-set-to-current-time semantics.
45632         Remove temporary file immediately, rather than waiting
45633         for configure's at-exit trap code to do it.
45634
45635 2005-01-18  Jim Meyering  <jim@meyering.net>
45636
45637         * lib/version-etc.c (version_etc_copyright): Update copyright date.
45638
45639         * lib/utimens.c (futimens): Account for the fact that futimes
45640         can also fail with errno == ENOSYS or errno == ENOENT.
45641         Patch from Dmitry V. Levin.
45642
45643         Change the name of the robust chdir function from chdir to chdir_long.
45644         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
45645         (restore_cwd): Use chdir_long, not chdir.
45646         * lib/chdir-long.c: Renamed from chdir.c.
45647         * lib/chdir-long.h: Renamed from chdir.h.
45648         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
45649         Hurd.
45650
45651 2005-01-18  Bruno Haible  <bruno@clisp.org>
45652
45653         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
45654         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
45655         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
45656         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
45657         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
45658         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
45659         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
45660         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
45661         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
45662         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
45663         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
45664         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
45665         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
45666         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
45667         Use an all-permissive copyright notice, recommended by RMS.
45668
45669 2005-01-18  Bob Proulx  <bob@proulx.com>
45670
45671         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
45672         simplify offsetof() macro construct to avoid compile failure with
45673         native HP-UX 11.0 ANSI C compiler.
45674
45675 2005-01-17  Bruno Haible  <bruno@clisp.org>
45676
45677         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
45678         redundant because stpncpy.m4 takes care of it.
45679
45680 2005-01-17  Bruno Haible  <bruno@clisp.org>
45681
45682         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
45683
45684 2005-01-17  Bruno Haible  <bruno@clisp.org>
45685
45686         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
45687         used.
45688
45689 2005-01-17  Bruno Haible  <bruno@clisp.org>
45690
45691         * lib/fwriteerror.h (fwriteerror): Change specification to include
45692         fclose.
45693         * lib/fwriteerror.c: Include <stdbool.h>.
45694         (fwriteerror): At the end, close the file stream. Record whether
45695         stdout was already closed.
45696
45697 2005-01-17  Bruno Haible  <bruno@clisp.org>
45698
45699         * lib/execute.c (environ): Declare if needed.
45700         * lib/pipe.c (environ): Likewise.
45701         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
45702
45703 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45704
45705         * modules/argp: Depend on vsnprintf
45706
45707 2005-01-10  Jim Meyering  <jim@meyering.net>
45708
45709         * modules/closeout (Depends-on): Add atexit.
45710
45711 2005-01-06  Bruno Haible  <bruno@clisp.org>
45712
45713         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
45714
45715 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
45716
45717         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
45718         definitions to be after all include files, to avoid collisions.
45719         Problem reported by Bob Proulx.
45720
45721 2005-01-04  Jim Meyering  <jim@meyering.net>
45722
45723         Changes imported from coreutils.
45724         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
45725         as the mkstemp template, use a temporary directory and an
45726         8.3-friendly template to avoid trouble on systems like DJGPP.
45727         Reported by Juan M. Guerrero via Stepan Kasal.
45728         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
45729         close. Remove the temporary directory right away, rather than waiting
45730         for configure's at-exit trap code to do it.
45731         Suggestion from Stepan Kasal.
45732
45733 2005-01-01  Simon Josefsson  <jas@extundo.com>
45734
45735         * gnulib-tool: Print #include directives when --import'ing.
45736
45737 2004-12-28  Simon Josefsson  <jas@extundo.com>
45738
45739         * tests/test-base64.c: Include required header files.  Remove
45740         unused variables.
45741
45742 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
45743
45744         * modules/error (Depends-on): Remove gettext.
45745
45746 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
45747
45748         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
45749         not needed.  This removes a dependency on the gettext module.
45750         [defined _LIBC]: Do not include <libintl.h>; not needed.
45751
45752 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
45753
45754         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
45755         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
45756
45757 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
45758
45759         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
45760         HAVE_DECL_STRTOLD.
45761
45762 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
45763
45764         * modules/getdate (Depends-on): Remove alloca-opt.
45765
45766 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
45767
45768         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
45769
45770 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
45771
45772         * lib/argp-parse.c: Include <stddef.h>.
45773         (alignof, alignto): New macros.
45774         (parser_init): Don't assume that void * is aligned sufficiently
45775         for struct option.
45776
45777         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
45778         need to extend the stack.
45779         (YYINITDEPTH): New macro, so that the initial stack isn't overly
45780         large.
45781
45782 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45783
45784         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
45785
45786 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
45787
45788         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
45789         (2004-10-24) change.  Apparently this was a false alarm.
45790
45791         * modules/getdate: Depend on alloca-opt, not alloca.
45792
45793 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
45794
45795         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
45796         Remove now-obsolete comment about AIX.
45797         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
45798         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
45799         (YYMAXDEPTH): New macro.
45800
45801 2004-12-18  Simon Josefsson  <jas@extundo.com>
45802
45803         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
45804
45805 2004-12-18  Bruno Haible  <bruno@clisp.org>
45806
45807         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
45808
45809 2004-12-18  Bruno Haible  <bruno@clisp.org>
45810
45811         * lib/fatal-signal.c (fatal_signals): Make non-const.
45812         (init_fatal_signals): New function.
45813         (uninstall_handlers, install_handlers): Ignore signals that were set to
45814         SIG_IGN.
45815         (at_fatal_signal): Call init_fatal_signals.
45816         (init_fatal_signal_set): Likewise. Ignore signals that were set to
45817         SIG_IGN.
45818         Reported by Paul Eggert.
45819
45820 2004-12-18  Bruno Haible  <bruno@clisp.org>
45821
45822         * doc/alloca.texi: New file.
45823         * doc/alloca-opt.texi: New file.
45824
45825 2004-12-17  Jim Meyering  <jim@meyering.net>
45826
45827         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
45828         Otherwise, install-sh could exit with improper exit status when
45829         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
45830
45831 2004-12-16  Simon Josefsson  <jas@extundo.com>
45832
45833         * tests/test-base64.c: Add license.
45834
45835 2004-12-15  Stepan Kasal  <address@hidden>
45836
45837         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
45838
45839 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
45840
45841         * modules/getcwd (Files): Add m4/d-ino.m4.
45842         Suggested by Mark D. Baushke.
45843
45844 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
45845
45846         * lib/getdate.y (textint): New member "negative".
45847         (time_zone_hhmm): New function.
45848         Expect 14 shift-reduce conflicts, not 13.
45849         (o_colon_minutes): New rule.
45850         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
45851         (yylex): Set the "negative" member of signed numbers.
45852
45853 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
45854
45855         * doc/getdate.texi (Time of day items, Time zone items):
45856         Describe new formats +00:00, UTC+00:00.
45857
45858 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
45859
45860         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
45861         spurious "-l"s.  Problem reported by Stepan Kasal.
45862
45863 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
45864
45865         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
45866         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
45867
45868 2004-12-04  Simon Josefsson  <jas@extundo.com>
45869
45870         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
45871         Vandoorselaere <yoann@prelude-ids.org>.
45872
45873 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
45874
45875         Changes imported from coreutils.
45876         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
45877         exist.
45878         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
45879
45880 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
45881
45882         Changes imported from coreutils.
45883         * lib/hard-locale.c: Assume <locale.h> exists.
45884         Include "strdup.h".
45885         (GLIBC_VERSION): New macro.
45886         (hard_locale): Assume setlocale exists.
45887         Rewrite to avoid #ifdef.
45888         Use strdup rather than malloc + strcpy.
45889         * lib/human.c: Assume <locale.h> exists.
45890         (human_readable): Assume localeconv exists.
45891
45892 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
45893
45894         * modules/hard-locale (Depends-on): Add strdup.
45895
45896 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
45897
45898         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
45899         convert T2, not T.  (Imported from libc.)
45900
45901 2004-11-30  Simon Josefsson  <jas@extundo.com>
45902
45903         * modules/restrict (License): Change to LGPL.
45904
45905 2004-11-30  Simon Josefsson  <jas@extundo.com>
45906
45907         * m4/restrict.m4: Add copyright and copying conditions.
45908
45909 2004-11-30  Simon Josefsson  <jas@extundo.com>
45910
45911         * m4/base64.m4: New file.
45912
45913 2004-11-30  Simon Josefsson  <jas@extundo.com>
45914
45915         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
45916         base64.
45917
45918         * tests/test-base64.c: New file.
45919
45920         * modules/base64: New file.
45921
45922 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
45923
45924         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
45925         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
45926
45927         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
45928
45929 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
45930
45931         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
45932         (__getcwd.c): Don't restore errno; glibc doesn't.
45933         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
45934         first, falling back to our code only if its results look suspicious.
45935         Ensure that the resulting buffer is only as large as necessary.
45936
45937         * lib/readutmp.c: Include readutmp.h first.
45938         Include <errno.h>, since readutmp.h no longer does that.
45939         * lib/readutmp.h: Don't include <errno.h>,
45940         <sys/param.h>, <time.h>; not needed to establish interface.
45941         (errno): Remove decl.
45942         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
45943         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
45944         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
45945
45946 2004-11-28  Simon Josefsson  <jas@extundo.com>
45947
45948         * lib/base64.h, base64.c: New file.
45949
45950 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
45951
45952         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
45953
45954 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
45955
45956         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
45957         (Depends-on): Remove pathmax, same.  Add mempcpy.
45958         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
45959         (Makefile.am): Append getcwd.h to lib_SOURCES.
45960         (Include): Add getcwd.h.
45961         (Maintainer): Change from Jim Meyering to "all, glibc",
45962         since getdate now uses intended-for-glibc code.
45963         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
45964         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
45965
45966 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
45967
45968         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
45969         HP's ANSI C compiler.
45970         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
45971         Declaring int functions causes warnings on some modern systems and
45972         shouldn't be needed to compile on ancient ones.
45973         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
45974         defined.
45975
45976         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
45977         with the following changes.
45978         (__set_errno): Parenthesize properly.
45979         Include <stdbool.h>.
45980         (MIN, MAX, MATCHING_INO): New macros.
45981         (__getcwd): Define with prototype, not K&R form.
45982         Use heuristics to allocate default buffer on stack if possible.
45983         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
45984         behavior, and to avoid the PATH_MAX limit when computing
45985         ../../../../...
45986         Use MATCHING_INO to compare inode number to file.
45987         Check for arithmetic overflow in size calculations.
45988         Fix bug in reallocation of dot array that caused getcwd to fail
45989         on directories nested deeper than 75.
45990         Be more careful about saving errno on error.
45991         Do not use realloc; use only free+malloc, as this is a bit
45992         more flexible and avoids a needless copy operation.
45993         Do not inspect st_dev and st_ino for symbolic links; POSIX
45994         doesn't specify the latter.
45995         Check for closedir errors.
45996         Avoid needless casts.
45997         Use "#ifdef weak_alias" around weak_alias, to be like other
45998         glibc code.
45999         The following changes to getcwd.c have effect only when used in
46000         gnulib; they have no effect inside glibc proper.
46001         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
46002         as alloca isn't used.
46003         (alloca, __alloca): Likewise.
46004         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
46005         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
46006         unconditionally, as gnulib assumes C89 or better.
46007         Do not include <sys/param.h>.
46008         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
46009         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
46010         better.
46011         (NULL) [!defined NULL]: Remove; we assume C89 or better.
46012         Include <dirent.h> in a way that is compatible with modern Autoconf.
46013         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
46014         New macros, if not already defined.
46015         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
46016         Use "_LIBC", not "defined _LIBC", for consistency.
46017         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
46018         a mempcpy module.
46019         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
46020         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
46021         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
46022         credit only to Jim Meyering and adjust the copyright dates.
46023         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
46024         <stdlib.h>, <unistd.h>, "pathmax.h".
46025         Instead, include "xgetcwd.h" (first) and "getcwd.h".
46026         (INITIAL_BUFFER_SIZE): Remove.
46027         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
46028
46029 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
46030
46031         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
46032         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
46033         Use the _ONCE methods, for efficiency.
46034         Check for fcntl.h.  In test program, include <errno.h>
46035         and <fcntl.h> if available.  Remove old K&R cruft from
46036         test program.  Check for common errors in GNU/Linux,
46037         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
46038         don't do AC_LIBOBJ, as that's getcwd.m4's job.
46039         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
46040         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
46041         name accordingly.
46042         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
46043         accommodate new getcwd.c.
46044         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
46045         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
46046         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
46047         that's all we need now.
46048
46049 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46050
46051         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
46052         argp-parse.c depends on getopt internals, that means we should
46053         always use our getopt, to be on the safe side.
46054         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
46055         order not to spoil the result of an eventual previous invocation
46056         of gl_GETOPT_SUBSTITUTE.
46057
46058 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46059
46060         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
46061         redefinition warnings. To avoid them, include the defines
46062         in `#if !defined __need_getopt ... #endif'. The only place
46063         where __getopt_argv_const is used is in definitions
46064         of getopt_long and getopt_long_only below, which are as well
46065         protected by `#ifndef __need_getopt'.
46066         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
46067         __need_getopt after including <stdio.h> and <unistd.h> These
46068         headers might have defined it.
46069
46070 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
46071
46072         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
46073
46074 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
46075
46076         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
46077         (futimens): New function, which uses futimes if available.
46078         (futimens, utimens): Support timespec==NULL, with same semantics
46079         as utime and utimens.
46080         * lib/utimens.h (futimens): New decl.
46081
46082 2004-11-23  Jim Meyering  <jim@meyering.net>
46083
46084         * lib/getopt_.h: Remove trailing blanks.
46085
46086 2004-11-23  Jim Meyering  <jim@meyering.net>
46087
46088         * lib/__fpending.c: Add comment.
46089
46090 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
46091
46092         * modules/canonicalize (Depends-on): Add xreadlink.
46093         Problem reported by James Youngman.
46094
46095 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
46096
46097         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
46098         New macros.
46099         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
46100         optopt): Use them instead of invoking ## directly; otherwise, the
46101         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
46102
46103 2004-11-19  Bruno Haible  <bruno@clisp.org>
46104
46105         * lib/strtok_r.c: Move comments from here...
46106         * lib/strtok_r.h: ... to here.
46107
46108 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
46109
46110         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
46111         implementations that mishandle size_t overflow.
46112
46113 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
46114
46115         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
46116         might fail.  Problem reported by Yoann Vandoorselaere.
46117         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
46118         implementations that mishandle size_t overflow.
46119
46120 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
46121
46122         * modules/canon-host (Depends-on): Add strdup.
46123
46124 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
46125
46126         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
46127
46128 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
46129
46130         * lib/canon-host.c: Include "strdup.h".
46131         (canon_host): Use getaddrinfo if available, so that IPv6 works.
46132         Use strdup instead of malloc/strcpy to duplicate strings.
46133
46134         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
46135         (human_space_before_unit): New constant.
46136         * lib/human.c (human_readable): Support it.
46137
46138         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
46139         (xgetcwd): Set errno correctly when failing.
46140         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
46141         the failure is actually due to a PATH_MAX problem.
46142
46143         Further getopt changes to make it more likely that glibc will
46144         buy the changes back.
46145         * lib/getopt.c (POSIXLY_CORRECT): New constant.
46146         (getopt): Use it, so to preserve glibc semantic
46147         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
46148         when compiling for libc.
46149         * lib/getopt_.h (__getopt_argv_const): Bring it back.
46150         (getopt_long, getopt_long_only): Use it.
46151
46152         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
46153         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
46154         (getopt): Argv is now char * const *, as per standard.
46155         (_getopt_internal_r, _getopt_internal): Argv is now char **,
46156         not char *__getopt_argv_const *.
46157         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
46158         _getopt_long_only_r): Likewise.
46159         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
46160         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
46161         _getopt_long_r, _getopt_long_only_r): Likewise.
46162         * lib/getopt_.h (__getopt_argv_const): Remove.
46163         (getopt): Argv is now char * const *, as per standard.
46164
46165         * lib/getdate.y (tORDINAL): New token.
46166         (day, relunit): Allow it for relative times.
46167         (relative_time_table): Use tORDINAL for ordinals.
46168
46169 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
46170
46171         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
46172         Document that "second" isn't allowed as an ordinal number.
46173
46174 2004-11-16  Jim Meyering  <jim@meyering.net>
46175
46176         * modules/closeout (Depends-on): Add fpending.
46177
46178 2004-11-15  Jim Meyering  <jim@meyering.net>
46179
46180         * lib/closeout.c: Include "__fpending.h" once again.
46181         Include <stdbool.h>.
46182         (close_stdout): Don't fail just because stdout was closed initially,
46183         since some programs don't write to stdout in the normal course of
46184         operation (other than --version and --help), and we don't want this
46185         function to make e.g. `touch file >&-' fail.
46186         But do fail if it was closed and someone has tried to write to it.
46187         E.g., `printf foo >&-' must fail.
46188
46189 2004-11-13  Jim Meyering  <jim@meyering.net>
46190
46191         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
46192
46193 2004-11-12  Simon Josefsson  <jas@extundo.com>
46194
46195         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
46196         small doc fix is still pending.
46197
46198 2004-11-11  Simon Josefsson  <jas@extundo.com>
46199
46200         * modules/strtok_r: New file.
46201
46202         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
46203         strtok_r.
46204
46205 2004-11-11  Simon Josefsson  <jas@extundo.com>
46206
46207         * m4/strtok_r.m4: New file.
46208
46209         * m4/getopt.m4: Replace opterr.
46210
46211 2004-11-11  Simon Josefsson  <jas@extundo.com>
46212
46213         * lib/strtok_r.h, strtok_r.c: New file.
46214
46215 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
46216
46217         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
46218         of replacing opterr, getopt, etc.  This should handle the
46219         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
46220
46221 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
46222
46223         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
46224         we can stop lying to compilers about the constness of argv when we
46225         are compiled outside glibc.
46226         (getopt, getopt_long, getopt_long_only): Use it.
46227         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
46228         _getopt_internal, getopt): Likewise.
46229         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
46230         _getopt_long_only_r): Likewise.
46231         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
46232         _getopt_long_r, _getopt_long_only_r): Likewise.
46233
46234         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
46235         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
46236         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
46237         the other external symbols.
46238         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
46239         declaration, since the above renaming now works around collisions.
46240
46241 2004-11-11  Jim Meyering  <jim@meyering.net>
46242
46243         * lib/linebreak.c: Remove trailing blanks.
46244         * lib/alloca_.h: Likewise.
46245         * lib/acosl.c: Likewise.
46246         * lib/euidaccess.c: Likewise.
46247         * lib/allocsa.h: Likewise.
46248
46249 2004-11-10  Simon Josefsson  <jas@extundo.com>
46250
46251         * m4/getaddrinfo.m4: New file.
46252
46253 2004-11-10  Simon Josefsson  <jas@extundo.com>
46254
46255         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
46256
46257 2004-11-10  Simon Josefsson  <jas@extundo.com>
46258
46259         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
46260         getaddrinfo.
46261
46262         * modules/getaddrinfo: New file.
46263
46264 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46265
46266         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
46267
46268 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46269
46270         * lib/mktime.c (SHR): New macro, which is a portable
46271         substitute for >> that should work even on Crays.
46272         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
46273         Problem reported by Mark D. Baushke in
46274         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
46275         * lib/getdate.y (SHR): Likewise.
46276         (tm_diff): Use it.
46277         * lib/strftime.c (SHR): Likewise.
46278         (tm_diff): Use it.
46279         * lib/quotearg.c (struct quoting_options): Use unsigned int for
46280         quote_these_too, so that right shifts are well defined.  All uses
46281         changed.
46282
46283 2004-11-10  Jim Meyering  <jim@meyering.net>
46284
46285         Ensure that no close failure goes unreported.
46286         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
46287         return early when it seems there's nothing to flush.
46288         Don't include __fpending.h.
46289
46290 2004-11-10  Jim Meyering  <jim@meyering.net>
46291
46292         * modules/closeout (Depends-on): Remove fpending.
46293
46294 2004-11-10  Jim Meyering  <jim@meyering.net>
46295
46296         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
46297
46298 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
46299
46300         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
46301         gl_FUNC_STRFTIME.
46302         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
46303         and AC_REQUIRE when possible, to avoid duplicate checks.
46304         Check for <wchar.h>.
46305
46306 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
46307
46308         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
46309
46310 2004-11-09  Bruno Haible  <bruno@clisp.org>
46311
46312         * m4/sockpfaf.m4: New file.
46313
46314 2004-11-05  Bruno Haible  <bruno@clisp.org>
46315
46316         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
46317         Reported by Mark D. Baushke <mdb@cvshome.org>.
46318
46319 2004-11-04  Bruno Haible  <bruno@clisp.org>
46320
46321         2004-09-11  Bruno Haible  <bruno@clisp.org>
46322                 * allocsa.valgrind: New file.
46323         2004-02-06  Bruno Haible  <bruno@clisp.org>
46324                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
46325                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
46326                 Reported by Christopher Seip <chris.seip@hp.com>.
46327
46328 2004-11-04  Bruno Haible  <bruno@clisp.org>
46329
46330         * modules/allocsa (Files): Add lib/allocsa.valgrind.
46331         (Makefile.am): Distribute it.
46332
46333 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
46334
46335         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
46336         with errno == ERANGE if the buffer is too small.
46337         Problem reported by Mark D. Baushke.
46338
46339 2004-11-03  Albert Chin  <china@thewrittenword.com>
46340             Paul Eggert  <eggert@cs.ucla.edu>
46341
46342         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
46343         equivalent, substitute $ac_type for equivalent type rather than
46344         blindly using uint32_t *always* which won't work if uint32_t is not
46345         available.  Define _UINT32_T to work around typedef of uint32_t if
46346         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
46347         2.5.1.
46348
46349 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
46350
46351         * m4/jm-macros.m4: Sync from coreutils.
46352         (gl_MACROS): Check for mbrlen, for pathchk.
46353         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
46354
46355 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
46356
46357         * lib/xreadlink.c (MAXSIZE): New macro.
46358         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
46359         size does not exceed MAXSIZE.  Avoid cast.
46360         As suggested by Mark D. Baushke in
46361         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
46362         if readlink fails with buffer size just under MAXSIZE, try again
46363         with MAXSIZE.
46364
46365 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
46366
46367         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
46368
46369 2004-11-02  Derek R. Price  <derek@ximbiot.com>
46370         and  Paul Eggert  <eggert@cs.ucla.edu>
46371
46372         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
46373         (get_date): Overparenthesize to avoid GCC warning.
46374
46375 2004-11-02  Bruno Haible  <bruno@clisp.org>
46376
46377         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
46378         returns void.
46379
46380 2004-11-02  Bruno Haible  <bruno@clisp.org>
46381
46382         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
46383         function returns void.
46384
46385 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
46386
46387         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
46388         fflush_unlocked, flockfile, funlockfile, funlockfile,
46389         fputs_unlocked, putc_unlocked.
46390
46391 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
46392
46393         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
46394         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
46395         already declared.
46396
46397 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
46398
46399         * modules/getdate (Files): Add doc/getdate.texi.
46400         (Depends-on): Add setenv, xalloc.
46401
46402 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
46403
46404         * lib/getdate.y: Add support for TZ="foo" within a date string.
46405         Fix some bugs near time_t boundaries.  Reject dates with
46406         out-of-range components, e.g., "Sept 31".
46407         Include <stdlib.h>, "setenv.h", "xalloc.h".
46408         (ISDIGIT_LOCALE): Remove; unused.
46409         Note that the TZ and time functions used here are not reentrant.
46410         (mktime_ok, get_tz): New functions.
46411         (TZBUFSIZE): New constant.
46412         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
46413         This requires that we sometimes generate our own TZ="XXX..." setting.
46414
46415 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
46416
46417         * doc/getdate.texi: New file, from coreutils with modifications for
46418         the new TZ parsing.
46419
46420 2004-10-27  Derek R. Price  <derek@ximbiot.com>
46421
46422         * lib/mktime.c (not_equal_tm): Remove redundant check.
46423
46424 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
46425
46426         * modules/regex (lib_SOURCES): Add regex.c.
46427         Reported by James Youngman in
46428         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
46429
46430 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
46431
46432         * lib/getdate.y: Use Bison 1.875 features, and some minor
46433         code cleanups.  This change does not affect semantics.
46434         Don't include <stdlib.h>; no longer needed.
46435         Don't include unlocked-io.h; only the "#if TEST" code uses
46436         stdio, and performance isn't crucial there.
46437         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
46438         Bison 1.875 features as described below.
46439         All uses of "PC." replaced by "pc->".
46440         (YYSTYPE): Add a forward declaration.
46441         (yylex, yyerror): Use full prototypes in forward decls.
46442         Use "%pure-parser" rather than obsolescent "%pure_parser".
46443         Use %parse-param and %lex-param instead of obsolescent
46444         YYPARSE_PARAM and YYLEX_PARAM.
46445         (meridian_table, month_and_day_table, time_units_table,
46446         relative_time_table, time_zone_table, military_table,
46447         lookup_zone, lookup_word, get_date):
46448         Use NULL instead of 0 where appropriate.
46449         (to_hour): Avoid abort (), to avoid a dependency on
46450         stdlib.h.
46451         (yyerror, yylex): Now accepts parser_control * arg.
46452         (main) [TEST]: Use '\0' rather than 0 for char.
46453
46454 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
46455
46456         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
46457
46458 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
46459
46460         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
46461         It's now the caller's responsibility to handle the case where
46462         !HAVE_GETPAGESIZE && !defined getpagesize.
46463
46464         * lib/mktime.c (leapyear): Arg is long int, not int.
46465
46466 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
46467
46468         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
46469
46470 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
46471
46472         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
46473         missing.  Problem reported by James Youngman.
46474
46475 2004-10-16  Simon Josefsson  <jas@extundo.com>
46476
46477         * gnulib-tool: Fix comments.  Fix parse problem.
46478         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
46479
46480 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
46481
46482         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
46483         implementation of getopt_long.  Problem reported by Alexander Taler in:
46484         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
46485
46486 2004-10-15  Bruno Haible  <bruno@clisp.org>
46487
46488         * gnulib-tool: Untabify. Initialize supplied_libname.
46489         (func_usage): More homogenous output.
46490         (func_modules_transitive_closure, func_modules_to_filelist,
46491         func_emit_lib_Makefile_am): New functions.
46492         (func_import): New function, extracted from big case statement. Use
46493         func_get_license, func_modules_transitive_closure,
46494         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
46495         opt_lgpl. Don't use test -a, as it's not portable.
46496         (func_create_testdir): Use func_modules_transitive_closure,
46497         func_modules_to_filelist, func_emit_lib_Makefile_am.
46498
46499 2004-10-15  Bruno Haible  <bruno@clisp.org>
46500
46501         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
46502
46503 2004-10-15  Bruno Haible  <bruno@clisp.org>
46504
46505         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
46506         the portions belonging to each module.
46507         Suggested by Derek Robert Price <derek@ximbiot.com>.
46508
46509 2004-10-12  Simon Josefsson  <jas@extundo.com>
46510
46511         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
46512         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
46513         to real functions.
46514
46515 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
46516
46517         * modules/vsnprintf: New file.
46518
46519 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
46520
46521         * m4/vsnprintf.m4: New file.
46522
46523 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
46524
46525         * lib/vsnprintf.h: New file.
46526         * lib/vsnprintf.c: New file.
46527
46528 2004-10-11  Bruno Haible  <bruno@clisp.org>
46529
46530         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
46531         vsnprintf.
46532
46533 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
46534
46535         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
46536
46537 2004-10-07  Bruno Haible  <bruno@clisp.org>
46538
46539         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
46540         fits into the provided buffer.
46541
46542 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
46543
46544         * lib/diacrit.c, diacrit.h: Add GPL notice.
46545
46546         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
46547         notice.
46548         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
46549         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
46550         This avoids a potential constant-folding bug.
46551
46552 2004-10-05  Bruno Haible  <bruno@clisp.org>
46553
46554         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
46555         for the declaration of strsep.
46556
46557 2004-10-05  Bruno Haible  <bruno@clisp.org>
46558
46559         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
46560
46561 2004-10-04  Simon Josefsson  <jas@extundo.com>
46562
46563         * modules/memmem: New file.
46564         * tests/test-memmem.c: New file.
46565         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
46566
46567 2004-10-04  Simon Josefsson  <jas@extundo.com>
46568
46569         * m4/memmem.m4: New file.
46570
46571 2004-10-04  Simon Josefsson  <jas@extundo.com>
46572
46573         * lib/memmem.h: New file.
46574         * lib/memmem.c: New file, taken from glibc.
46575
46576 2004-10-04  Simon Josefsson  <jas@extundo.com>
46577
46578         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
46579         '#ifdef USE_UNLOCKED_IO'.
46580
46581 2004-10-04  Simon Josefsson  <jas@extundo.com>
46582
46583         * config/srclist.txt: Add memmem from glibc.
46584
46585 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
46586
46587         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
46588
46589         * modules/argmatch, modules/argp, modules/closeout, modules/error,
46590         modules/exclude, modules/getdate, modules/getline,
46591         modules/getndelim2, modules/getpass, modules/getpass-gnu,
46592         modules/getusershell, modules/linebuffer, modules/md5,
46593         modules/mountlist, modules/posixtm, modules/readtokens,
46594         modules/readutmp, modules/regex, modules/sha1,
46595         modules/version-etc, modules/yesno:
46596         Remove dependency on unlocked-io.
46597
46598 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
46599
46600         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
46601
46602         * m4/unlocked-io.m4: Add copyright notice.
46603         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
46604
46605 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
46606
46607         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
46608         * lib/xmalloc.c (xmemdup): Likewise.
46609         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
46610         XFREE): Remove these long-obsolescent macros.
46611         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
46612         * lib/xstrdup.c: Remove.
46613
46614         * lib/regex.c (re_comp): Cast gettext return value to char *,
46615         Problem reported by Martin Neitzel via Mark D. Baushke.
46616
46617 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
46618
46619         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
46620         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
46621         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
46622         regex.c, sha1.c, version-etc.c, yesno.c:
46623         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
46624         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
46625         the includer's responsibility.
46626
46627         Sync from coreutils.
46628
46629         * lib/modechange.c (mode_compile): Don't decrement a pointer that
46630         points to the start of a string, as the C Standard says the
46631         resulting behavior is undefined.
46632
46633         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
46634         simple -> simple_backups, numbered_existing ->
46635         numbered_existing_backups, numbered -> numbered_backups
46636         to avoid shadowing problems.  All uses changed.
46637         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
46638         * lib/backupfile.c (check_extension, numbered_backup):
46639         Rename locals to avoid shadowing 'basename'.
46640         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
46641         once.
46642
46643         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
46644         * lib/.cvsignore: Add getopt.h.
46645
46646 2004-10-04  Bruno Haible  <bruno@clisp.org>
46647
46648         * modules/README: New file.
46649         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
46650         not a module.
46651
46652 2004-10-02  Jim Meyering  <jim@meyering.net>
46653
46654         * lib/dirfd.h, getpagesize.h: Add copyright notice.
46655
46656 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
46657
46658         * modules/strsep: New file.
46659
46660 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
46661
46662         * m4/strsep.m4: New file.
46663
46664 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
46665
46666         * lib/strsep.h: New file.
46667         * lib/strsep.c: New file.
46668
46669 2004-10-01  Simon Josefsson  <jas@extundo.com>
46670
46671         * lib/snprintf.c (snprintf): Handle size==0.
46672
46673 2004-10-01  Simon Josefsson  <jas@extundo.com>
46674             Bruno Haible  <bruno@clisp.org>
46675
46676         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
46677         (snprintf): Declare 'args'.
46678
46679 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
46680
46681         * lib/snprintf.c: Remove comments as to why each header is needed.
46682
46683 2004-10-01  Bruno Haible  <bruno@clisp.org>
46684
46685         * MODULES.html.sh: Add strsep.
46686
46687 2004-09-30  Simon Josefsson  <jas@extundo.com>
46688
46689         * modules/snprintf: New file.
46690
46691 2004-09-30  Simon Josefsson  <jas@extundo.com>
46692
46693         * m4/snprintf.m4: New file.
46694
46695 2004-09-30  Simon Josefsson  <jas@extundo.com>
46696
46697         * lib/snprintf.h, lib/snprintf.c: New files.
46698
46699 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
46700
46701         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
46702         (hol_entry_help): Never translate an empty string.
46703         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
46704         * lib/argp.h (OPTION_NO_TRANS): New option.
46705
46706 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
46707
46708         * modules/argp (Maintainer): Replace Simon Josefsson
46709         by Sergey Poznyakoff.
46710
46711 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
46712
46713         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
46714         changes merged back into glibc.
46715
46716 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
46717
46718         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
46719
46720 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
46721
46722         * lib/xvasprintf.c: Include xalloc.h.
46723         (xvasprintf): Use xalloc_die, not xmalloc_die.
46724
46725 2004-09-29  Bruno Haible  <bruno@clisp.org>
46726
46727         * modules/alloca-opt: New file, derived from modules/alloca.
46728         * modules/allocsa: Depend on alloca-opt instead of alloca.
46729         * modules/setenv: Likewise.
46730         * modules/vasnprintf: Likewise.
46731         * MODULES.html.sh: Add alloca-opt.
46732
46733 2004-09-28  Simon Josefsson  <jas@extundo.com>
46734
46735         * gnulib-tool: New parameter --lgpl, to asseert that modules are
46736         LGPL, and to replace license template from GPL to LGPL.
46737
46738 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
46739
46740         * modules/dummy: Change license to LGPL.
46741
46742 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
46743
46744         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
46745
46746 2004-09-24  Simon Josefsson  <jas@extundo.com>
46747
46748         * modules/minmax (License): Change from GPL to LGPL.
46749
46750 2004-09-23  Simon Josefsson  <jas@extundo.com>
46751
46752         * gnulib-tool (--import): Typo.
46753
46754 2004-09-23  Simon Josefsson  <jas@extundo.com>
46755
46756         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
46757
46758 2004-09-22  Bruno Haible  <bruno@clisp.org>
46759
46760         * modules/*: Add 'License' field.
46761         * gnulib-tool: Accept --extract-license option.
46762         (func_get_license): New function.
46763
46764 2004-09-21  Bruno Haible  <bruno@clisp.org>
46765
46766         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
46767         Reported by Simon Josefsson.
46768
46769 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
46770
46771         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
46772         gl_AC_TYPE_LONG_LONG.
46773
46774 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
46775
46776         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
46777
46778 2004-09-18  Simon Josefsson  <jas@extundo.com>
46779         and  Paul Eggert  <eggert@cs.ucla.edu>
46780
46781         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
46782         calls with autoreconf.  Define GL_LIB.
46783
46784 2004-09-14  Karl Berry  <karl@gnu.org>
46785
46786         * config/srclist.txt: unsync setenv.c, sigh.
46787
46788 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
46789
46790         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
46791         Problem reported by Bruno Haible in:
46792         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
46793
46794 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
46795
46796         * config/srclist.txt: Comment out argp-pvh.c.
46797
46798 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
46799
46800         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
46801         in case some system header has #define'd it.  Problem reported by
46802         Soeren D. Schulze in
46803         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
46804
46805 2004-09-09  Karl Berry  <karl@gnu.org>
46806
46807         * regex.[ch]: delete from the root.  These were supposed to be
46808                 synced with emacs cvs, but this has not happened for about
46809                 a year, and anyway nothing else uses emacs regex.[ch].
46810                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
46811                 lib/regex[.ch] is untouched.
46812
46813 2004-09-09  Bruno Haible  <bruno@clisp.org>
46814
46815         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
46816
46817 2004-09-09  Bruno Haible  <bruno@clisp.org>
46818
46819         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
46820         modifications.
46821         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
46822
46823 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
46824
46825         * modules/xvasprintf: New file.
46826         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
46827
46828 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
46829
46830         * lib/xvasprintf.h: New file.
46831         * lib/xvasprintf.c: New file.
46832         * lib/xasprintf.c: New file.
46833
46834 2004-09-08  Bruno Haible  <bruno@clisp.org>
46835
46836         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
46837
46838 2004-09-08  Bruno Haible  <bruno@clisp.org>
46839
46840         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
46841         length is > INT_MAX.
46842         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
46843         more.
46844
46845 2004-09-08  Bruno Haible  <bruno@clisp.org>
46846
46847         * lib/stdint_.h: New file, taken from GNU clisp.
46848
46849 2004-09-08  Bruno Haible  <bruno@clisp.org>
46850             Oskar Liljeblad  <oskar@osk.mine.nu>
46851
46852         * modules/stdint: New file.
46853         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
46854
46855 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46856
46857         Import from coreutils.
46858         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
46859         strings on unbounded length.  alloca's performance benefits aren't
46860         that important here.
46861         (V_STRDUP): Remove.
46862         (parse_with_separator): New function, with most of the internals
46863         of the old parse_user_spec.  Allow user to omit both user and group,
46864         for compatibility with FreeBSD.
46865         Clone only the user name, not the entire spec.
46866         Do not set *uid, *gid unless entirely successful.
46867         Avoid memory leak in some failing cases.
46868         Fix regression for USER.GROUP reported by Dmitry V. Levin in
46869         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
46870         (parse_user_spec): Rewrite to use parse_with_separator.
46871
46872 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46873
46874         * modules/userspec: Don't depend on alloca.
46875
46876 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46877
46878         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
46879
46880 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
46881
46882         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
46883         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
46884         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
46885
46886 2004-08-16  Simon Josefsson  <jas@extundo.com>
46887
46888         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
46889         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
46890         Add --dry-run for --import.
46891         Let user provided command line parameters override configure.ac
46892         settings.
46893
46894 2004-08-12  Simon Josefsson  <jas@extundo.com>
46895
46896         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
46897         as discussed with Paul Eggert in threads rooted at
46898         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
46899         and
46900         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
46901         Before, the test was empty, and relied on ELIDE_CODE in source
46902         code.)
46903         (gl_PREREQ_GETOPT): New macro.
46904         (gl_GETOPT): Use them.
46905
46906 2004-08-12  Simon Josefsson  <jas@extundo.com>
46907
46908         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
46909         * lib/getopt_.h: Renamed from getopt.h.
46910
46911 2004-08-12  Simon Josefsson  <jas@extundo.com>
46912
46913         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
46914         Change default library name from libfoo to libgnu.
46915         Now, if you have a configure.ac that says:
46916                 gl_SOURCE_BASE(gl)
46917                 gl_M4_BASE(gl/m4)
46918                 gl_MODULES(error getopt etcetera)
46919                 gl_INIT
46920         you can import all you need by running:
46921                 ../gnulib/gnulib-tool --import
46922
46923         * modules/getopt (Files): Rename getopt.h to getopt_.h.
46924         (Makefile.am): Rewrite, use logic from argz.
46925         (Include): Use <getopt.h> instead of "getopt.h".
46926
46927 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
46928
46929         * modules/argp (Files): Add m4/unlocked-io.m4.
46930         (Depends-on): Add extensions.
46931
46932 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
46933
46934         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
46935         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
46936         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
46937         Check for program_invocation_name, program_invocation_short_name,
46938         flockfile, funlockfile, features.h, _getopt_long_only_r.
46939
46940 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
46941
46942         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
46943         its complicated substitute.
46944         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
46945         and program_invocation_name.
46946         (__argp_basename) [!_LIBC]: Remove; the only use was
46947         replaced by its body.
46948         (__argp_short_program_name): Change condition from
46949         !defined __argp_short_program_name to
46950         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
46951         to match argp-namefrob.h.
46952         (__argp_failure): Don't assume strerror_r returns char *.
46953         * lib/argp-parse.c (N_): Define unconditionally.
46954         (argp_default_options): Fill out initializers with 0 to avoid
46955         gcc warnings.
46956
46957 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
46958
46959         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
46960         getopt1.c.
46961
46962 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
46963
46964         Merge from coreutils.
46965
46966         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
46967
46968         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
46969         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
46970
46971 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
46972
46973         Merge from coreutils.
46974
46975         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
46976         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
46977         for Reliant Unix 5.43.
46978
46979         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
46980         (union fooround): Use uintmax_t, not long int.
46981         The rest is a merge from libc:
46982         [defined _LIBC]: Include <shlib-compat.h>.
46983         (_obstack) [defined _LIBC]: Remove after 2.3.4.
46984
46985         * lib/settime.c (settime): Recode to avoid warning with
46986         Sun Forte C 6U2.
46987
46988         * lib/strverscmp.c: Convert to UTF-8.
46989
46990 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
46991
46992         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
46993         m4/uintmax_t.m4.
46994
46995 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46996
46997         * modules/xalloc-die: New file.
46998         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
46999
47000         * modules/md5 (Files): Add m4/uint32_t.m4.
47001         * modules/sha1: Renamed from modules/sha.
47002         (Files):
47003         Rename lib/sha.h to lib/sha1.h.
47004         Rename lib/sha.c to lib/sha1.c.
47005         Rename m4/sha.m4 to m4/sha1.m4.
47006         (lib_SOURCES): Likewise.
47007         (configure.ac): Rename gl_SHA to gl_SHA1.
47008         (Include): sha.h -> sha1.h.
47009
47010 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
47011
47012         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
47013         * m4/sha1.m4: Renamed from sha.m4.
47014         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
47015
47016 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
47017
47018         * lib/obstack.h (obstack_empty_p):
47019         Don't assume that chunk->contents is suitably aligned.
47020         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
47021         Likewise. Problem reported by Benno in
47022         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
47023
47024         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
47025         readable.  This could be improved further but it'd take some work.
47026
47027 2004-08-08  Simon Josefsson  <jas@extundo.com>
47028
47029         * modules/xgethostname (Depends-on): Remove exit and error (not
47030         used).
47031
47032         * modules/getpass-gnu: Add getpass.h.
47033         (Depends-on): Add stdbool.
47034         * modules/getpass: Add getpass.h.
47035
47036 2004-08-08  Simon Josefsson  <jas@extundo.com>
47037
47038         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
47039         Check getpass declaration.
47040
47041 2004-08-08  Simon Josefsson  <jas@extundo.com>
47042
47043         * lib/xgethostname.c: Don't include error.h (not used).
47044
47045         * lib/getpass.h: Add.
47046         * lib/getpass.c: Include getpass.h first.
47047
47048 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
47049
47050         * lib/xalloc-die.c: New file.
47051         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
47052         All uses removed.
47053         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
47054         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
47055         xalloc-die.c.
47056         (_, N_, xalloc_die): Move to xalloc-die.c.
47057         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
47058         so that we needn't mess with xalloc_msg_memory_exhausted.
47059
47060         * lib/sha1.h: Renamed from sha.h.
47061         (SHA1_H): Renamed from _SHA_H.
47062         (sha1_ctx): Renamed from sha_ctx.
47063         (sha1_init_ctx): Renamed from sha_init_ctx.
47064         (sha1_process_block): Renamed from sha_process_block.
47065         (sha1_process_bytes): Renamed from sha_process_bytes.
47066         (sha1_finish_ctx): Renamed from sha_finish_ctx.
47067         (sha1_read_ctx): Renamed from sha_read_ctx.
47068         (sha1_stream): Renamed from sha_stream.
47069         (sha1_buffer): Renamed from sha_buffer.
47070         * lib/sha1.c: Likewise; renamed from sha.c.
47071         Do not include <sys/types.h>.
47072         Include <stddef.h> rather than <stdlib.h>.
47073
47074 2004-08-08  Bruno Haible  <bruno@clisp.org>
47075
47076         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
47077         FILESYSTEM_PREFIX_LEN.
47078         * lib/progreloc.c: Likewise.
47079         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
47080
47081 2004-08-06  Simon Josefsson  <jas@extundo.com>
47082
47083         * modules/progname (Depends-on): Don't depend on stdbool.
47084
47085 2004-08-06  Simon Josefsson  <jas@extundo.com>
47086
47087         * modules/getsubopt: New file.
47088         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47089         getsubopt.
47090
47091 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
47092
47093         More merge from coreutils.
47094
47095         * m4/utimens.m4, m4/utimecmp.m4: New files.
47096         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
47097         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
47098         prereq.m4, sha.m4: Import changes from coreutils.
47099
47100 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
47101
47102         More merge from coreutils.
47103         * modules/raise, modules/readtokens0, modules/utimens:
47104         * modules/utimecmp, module/xnanosleep: New files.
47105         * modules/strftime: Add lib/strftime.h.
47106         Change include from <time.h> to "strftime.h".
47107         * modules/yesno: Add lib/yesno.h.
47108         * modules/backupfile: Remove lib/addext.c.
47109         * modules/euidaccess: Add stat-macros.h.
47110         * modules/canonicalize, modules/euidaccess,
47111         modules/filemode, modules/lchown, modules/makepath,
47112         modules/rmdir, modules/stat: Likewise.
47113
47114 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
47115
47116         Merge from tar.
47117         * lib/argp-help.c (make_hol, hol_append): Don't assume that
47118         SIZE_MAX is a valid preprocessor constant.
47119         (__argp_basename): Change from "#ifndef _LIBC"
47120         to "#ifndef __argp_short_program_name", so that
47121         we don't compile these functions for tar.
47122
47123         More merges from coreutils.
47124         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
47125         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
47126         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
47127         * lib/addext.c: Remove; no longer needed.
47128         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
47129         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
47130         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
47131         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
47132         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
47133         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
47134         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
47135         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
47136         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
47137         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
47138         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
47139         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
47140         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
47141         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
47142         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
47143         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
47144         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
47145         Import changes from coreutils.
47146
47147 2004-08-05  Simon Josefsson  <jas@extundo.com>
47148
47149         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
47150
47151 2004-08-05  Simon Josefsson  <jas@extundo.com>
47152
47153         * m4/getsubopt.m4: New file.
47154
47155 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
47156
47157         Merge from coreutils.
47158
47159         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
47160         * m4/getcwd-path-max.m4: New files.
47161
47162         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
47163         FILESYSTEM_PREFIX_LEN ->
47164         FILE_SYSTEM_PREFIX_LEN.
47165         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
47166         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
47167         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
47168         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
47169
47170         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
47171         prerequisite modules now handle the DOS stuff.
47172         Don't check for unistd.h.
47173
47174 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
47175
47176         Merge from coreutils.
47177
47178         * lib/.gdb-history: Remove; this doesn't belong here.
47179
47180         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
47181         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
47182         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
47183         * lib/getcwd.c: New files.
47184
47185         * lib/dirname.h: Include <stdbool.h>.
47186         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
47187         for consistency with POSIX terminology.  All uses changed.
47188         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
47189         (strip_trailing_slashes): Use bool for booleans.
47190         * lib/stripslash.c (strip_trailing_slashes): Likewise.
47191
47192         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
47193         sometimes returns a positive errno value even when it succeeds.
47194         (print_errno_message) [!LIBC]: Fall back on strerror if
47195         __strerror_r fails.
47196
47197         * lib/path-concat.c (mempcpy): Don't define if a system header defines
47198         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
47199         (longest_relative_suffix): New function.
47200         (path_concat): Use it.  Assume first argument is not NULL.
47201         Port to DOS.  Omit redundant separators.
47202         Report an error instead of returning NULL.
47203         Use mempcpy instead of memcpy.
47204         (xpath_concat): Remove: not declared or used.
47205
47206         * lib/same.h: Include <stdbool.h>
47207         (same_name): Return bool, not int.
47208         * lib/same.c (same_name): Likewise.
47209         (errno): Don't declare; we assume C89 or better now.
47210
47211         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
47212         if not already defined.
47213
47214         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
47215         * lib/dup-safer.c (errno): Likewise.
47216
47217 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
47218
47219         Merge from coreutils.
47220         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
47221         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
47222         * modules/path-concat: Don't depend on strdup.
47223
47224 2004-08-03  Simon Josefsson  <jas@extundo.com>
47225
47226         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
47227         * lib/progname.h: Don't include stdbool.h.
47228
47229 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
47230
47231         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
47232         * MODULES.html.sh (func_all_modules): Remove fatal.
47233
47234 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
47235
47236         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
47237
47238 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
47239
47240         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
47241         working.
47242
47243 2004-08-02  Simon Josefsson  <jas@extundo.com>
47244
47245         * lib/getsubopt.h: New file, with comments from Bruno Haible.
47246         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
47247         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
47248
47249 2004-08-01  Simon Josefsson  <jas@extundo.com>
47250
47251         * lib/xgetdomainname.c: Include stdlib.h, for free().
47252
47253 2004-07-19  Bruno Haible  <bruno@clisp.org>
47254
47255         * MODULES.html.sh (func_all_modules): Add dummy.
47256
47257 2004-07-16  Simon Josefsson  <jas@extundo.com>
47258
47259         * modules/dummy: New file.
47260
47261 2004-07-16  Simon Josefsson  <jas@extundo.com>
47262
47263         * lib/dummy.c: New file.
47264
47265 2004-07-16  Bruno Haible  <bruno@clisp.org>
47266
47267         * lib/backupfile.h: Add extern "C" for C++.
47268         * lib/closeout.h: Likewise.
47269         * lib/copy-file.h: Likewise.
47270         * lib/findprog.h: Likewise.
47271         * lib/full-write.h: Likewise.
47272         * lib/pathname.h: Likewise.
47273         * lib/progname.h: Likewise.
47274         * lib/stpcpy.h: Likewise.
47275         * lib/stpncpy.h: Likewise.
47276         * lib/strcase.h: Likewise.
47277         * lib/strstr.h: Likewise.
47278         * lib/xalloc.h: Likewise.
47279
47280         * lib/mbswidth.h: Add extern "C" for C++.
47281         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
47282
47283 2004-07-13  Robert Millan  <robertmh@gnu.org>
47284
47285         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
47286
47287 2004-07-09  Simon Josefsson  <jas@extundo.com>
47288
47289         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
47290         failed without this.)
47291
47292 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47293
47294         * modules/chown (Files): Add lib/fchown-stub.c, since
47295         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
47296
47297 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47298
47299         * lib/fchown-stub.c: New file.
47300
47301 2004-06-24  Jim Meyering  <jim@meyering.net>
47302
47303         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
47304
47305 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47306
47307         * modules/argz: Omit "#include".
47308
47309         * MODULES.html.sh (func_all_modules): Add calloc, to match
47310         2004-06-01 addition of calloc module.
47311
47312 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47313
47314         * m4/argz.m4: New file, which is autoupdated from libtool.
47315
47316 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47317
47318         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
47319         libtool.
47320
47321 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47322
47323         * config/srclist-update: Don't insist on "USA." before the
47324         close-comment, as libtool omits the period and puts the */ on a
47325         separate line.
47326         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
47327         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
47328
47329 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
47330
47331         * modules/argz: New file.
47332         * MODULES.html.sh (func_all_modules): Add argz.
47333
47334 2004-06-12  Jim Meyering  <jim@meyering.net>
47335         and  Paul Eggert  <eggert@cs.ucla.edu>
47336
47337         * modules/hash (Files): Add lib/xalloc.h.
47338         * modules/pipe (Depends-on): Add wait-process.
47339         * modules/stat (Depends-on): Add xalloc.
47340         * modules/userspec (Files): Add lib/userspec.h.
47341         * modules/xstrto
47342
47343         Upgrade from gettext-0.13.
47344         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
47345         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
47346         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
47347
47348 2004-06-10  Jim Meyering  <jim@meyering.net>
47349
47350         * lib/calloc.c: New file.
47351
47352 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
47353
47354         * lib/getdate.y (yylex): Allow space between sign and number.
47355         Problem reported by Dan Jacobson.
47356
47357 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
47358
47359         Merge from coreutils CVS.
47360
47361         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
47362         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
47363         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
47364         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
47365         xstrtol.m4: Fix copyright date and/or serial number.
47366
47367         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
47368         See if we need an fchown replacement.
47369         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
47370         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
47371         and use the replacement function if we detect either defect.
47372
47373         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
47374         gl_UTIMECMP.
47375
47376 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
47377         and  Jim Meyering  <jim@meyering.net>
47378
47379         Merge from coreutils CVS.
47380
47381         * lib/stat-macros.h: New file, with contents from file-type.h
47382         and coreutils' system.h.
47383         * lib/file-type.c: Include "stat-macros.h".
47384         * lib/file-type.h (file_type): Move all macro definitions to new file,
47385         stat-macros.h.
47386
47387         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
47388         Wrap old code with this conditional.
47389         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
47390         function that does not dereference symlinks.
47391         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
47392
47393         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
47394         dependency problems.
47395         (xreadlink): Accept new arg SIZE, for efficiency.
47396         All decls and uses changed.
47397         * lib/xreadlink.h: Include <stddef.h>, for size_t.
47398
47399         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
47400         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
47401
47402         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
47403         sysexits.h.
47404
47405 2004-06-01  Jim Meyering  <jim@meyering.net>
47406
47407         * m4/calloc.m4: New file.
47408
47409 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
47410
47411         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
47412         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
47413         Also, fix a typo in a diagnostic.
47414
47415 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
47416
47417         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
47418         or AC_FUNC_REALLOC.
47419
47420 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
47421
47422         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
47423         macros to be defined.
47424         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
47425         the allocator returns NULL because the requested size is zero.
47426
47427 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
47428
47429         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
47430         var.  Add comment explaining why libc still defines it.  This
47431         merges the following patch from glibc:
47432         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
47433
47434 2004-05-20  Andreas Schwab  <schwab@suse.de>
47435
47436         * m4/free.m4: Replace free if it not known to work, not the other
47437         way round.
47438
47439 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47440
47441         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
47442         present in glibc since revision 1.1 of this file.
47443         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
47444         obstack_alignment_mask, obstack_alloc, obstack_base,
47445         obstack_blank, obstack_blank_fast, obstack_chunk_size,
47446         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
47447         obstack_grow0, obstack_init, obstack_int_grow,
47448         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
47449         obstack_next_free, obstack_object_size, obstack_ptr_grow,
47450         obstack_ptr_grow_fast, obstack_room): Remove declarations of
47451         nonexistent functions.
47452
47453 2004-05-18  Karl Berry  <karl@gnu.org>
47454
47455         * config/srclist.txt: break link for vasnprintf.c.
47456
47457 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
47458
47459         Port obstack to the AS/400, where pointers are 16 bytes wide and
47460         you cannot cast an integer to a valid pointer.  This patch is
47461         currently waiting to be integrated into glibc; see
47462         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
47463
47464         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
47465         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
47466         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
47467         (struct obstack): temp member is now a union of a pointer and
47468         an integer, instead of an integer.  All integer uses changed.
47469         This does not affect the physical layout of struct obstack,
47470         except on hosts (like the AS/400) where the size or alignment of
47471         void * is greater than that of ptrdiff_t.
47472         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
47473         __STDC__)]: Store temporary in pointer member of union, not
47474         integer member.
47475         * lib/obstack.c: Include <stddef.h>, for offsetof.
47476         (struct fooalign): Remove; it doesn't need a name.
47477         (union fooround): Change double to long double, and add void *.
47478         (DEFAULT_ALIGNMENT): Use offsetof to compute.
47479         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
47480         not a macro.  Hence the values are always int; so remove all
47481         casts-to-int in uses.
47482
47483 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
47484
47485         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
47486         we can get this patch merged into glibc.
47487
47488 2004-05-17  Derek R. Price  <derek@ximbiot.com>
47489             Paul Eggert  <eggert@cs.ucla.edu>
47490
47491         * m4/argp: Depend on alloca.
47492
47493 2004-05-17  Derek R. Price  <derek@ximbiot.com>
47494             Paul Eggert  <eggert@cs.ucla.edu>
47495
47496         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
47497         freecoding.
47498
47499 2004-05-17  Bruno Haible  <bruno@clisp.org>
47500
47501         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
47502         precision that consists of a '.' followed by an empty digit string.
47503         Patch by Tor Lillqvist <tml@iki.fi>.
47504
47505 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
47506
47507         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
47508         for backward compatibility with older code.  We need our own
47509         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
47510         it under some other name, and our alloca.h will define it.
47511
47512 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
47513             Derek Price  <derek@ximbiot.com>
47514
47515         * lib/alloca.c: Include <alloca.h>, to get our interface.
47516         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
47517         include <alloca.h> first.  Use C89 prototype for alloca; this
47518         requires including <stddef.h> for size_t.  Use extern "C" if C++.
47519         Use #elif for simplicity, since we can assume C89 now.
47520         Don't try to source the system alloca.h since it will not be found
47521         and to prevent recursively including its replacement.
47522         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
47523         * lib/regex.c: Likewise.
47524
47525 2004-05-16  Derek Price  <derek@ximbiot.com>
47526             Paul Eggert  <eggert@cs.ucla.edu>
47527
47528         getline cleanup.  This changes the getndelim2 API: both order of
47529         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
47530         no delimiter).
47531
47532         * lib/getline.c: Don't include stddef.h or stdio.h, since our
47533         interface does that.
47534         (getline): Always use getdelim, so that we don't have two
47535         copies of this code.
47536         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
47537         if available.
47538         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
47539         (GETNDELIM2_MAXIMUM): New macro.
47540         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
47541         instead of the old practice of delim2==0.  All callers changed.
47542         Return -1 on overflow, instead of returning junk.
47543         Do not set *linesize unless allocation succeeds.
47544         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
47545         that we include sys/types.h.
47546         * lib/getnline.h: Likewise.
47547         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
47548         (getndelim2): Reorder arguments.
47549         * lib/getnline.c (getnline, getndelim):
47550         Don't discard the NMAX argument.
47551         (getnline): Invoke getndelim, to avoid code duplication.
47552         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
47553         of (size_t) -1 by callers of the getnline family.
47554
47555 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
47556
47557         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
47558         Check for gettimeofday.
47559         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
47560         Check for settimeofday, stime.
47561
47562 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
47563
47564         * lib/nanosleep.c (suspended): Change its type from int to
47565         sig_atomic_t volatile.
47566         (first_call): Make it private to rpl_nanosleep, and have it
47567         be zero initially as that's a bit faster.
47568         (my_usleep): Round up fractional times instead of truncating them,
47569         as this is the usual meaning for 'sleep'.
47570
47571         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
47572         doesn't work.
47573         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
47574         (ENOSYS): Define if not defined.
47575         (settime): Fall back on stime if it exists and settimeofday fails.
47576         But don't bother with fallbacks if a method fails with errno == EPERM.
47577
47578 2004-05-11  Jim Meyering  <jim@meyering.net>
47579
47580         Prior to this change, the save_cwd caller required read access to the
47581         current directory on most systems (ones with the fchdir function).
47582
47583         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
47584         fails, try write-only, and finally, resort to using xgetcwd.
47585
47586 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
47587
47588         * lib/obstack.c, obstack.h: Import changes from libc.
47589
47590 2004-04-28  Bruno Haible  <bruno@clisp.org>
47591
47592         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
47593         also implicitly appends .exe to executables.
47594         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
47595         accepts Windows pathnames.
47596         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
47597         Treat Cygwin like Windows, since it now accepts Windows pathnames.
47598         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
47599         Treat Cygwin like Windows, since it now accepts Windows pathnames.
47600         Reported by Derek Robert Price <derek@ximbiot.com>.
47601
47602 2004-04-21  Karl Berry  <karl@gnu.org>
47603
47604         * config/srclist.txt (localcharset.c): break sync.
47605
47606 2004-04-20  Paul Eggert  <eggert@twinsun.com>
47607
47608         * m4/host-os.m4: Add a copyright notice.
47609
47610 2004-04-20  Jim Meyering  <jim@meyering.net>
47611
47612         Change UTILS_ to gl_ in AC_DEFINE'd names.
47613         Change utils_- and jm_-prefixed variables, too.
47614         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
47615         UTILS_FUNC_MKDIR_TRAILING_SLASH.
47616         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
47617
47618         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
47619         Don't emit trailing blanks.
47620         Also rename jm_-prefixed variables to have gl_ prefix.
47621
47622         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
47623         Also rename jm_-prefixed variables to have gl_ prefix.
47624
47625         * m4/jm-macros.m4: Reflect the renamings.
47626         * m4/prereq.m4: Likewise.
47627
47628 2004-04-20  Jim Meyering  <jim@meyering.net>
47629
47630         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
47631         memory.
47632
47633 2004-04-20  Jim Meyering  <jim@meyering.net>
47634             Bruno Haible  <bruno@clisp.org>
47635
47636         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
47637         memory when realloc fails.
47638
47639 2004-04-19  Jim Meyering  <jim@meyering.net>
47640
47641         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
47642         now that readutmp.c may call `free (0)'.
47643
47644 2004-04-19  Bruno Haible  <bruno@clisp.org>
47645
47646         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
47647         * m4/inttypes_h.m4: Likewise.
47648         * m4/stdint_h.m4: Likewise.
47649         * m4/intmax_t.m4: Likewise.
47650         * m4/uintmax_t.m4: Likewise.
47651
47652 2004-04-18  Jim Meyering  <jim@meyering.net>
47653
47654         * m4/prereq.m4: Don't forbid jm_ prefix.
47655
47656         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
47657         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
47658         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
47659         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
47660         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
47661         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
47662         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
47663         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
47664         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
47665         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
47666         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
47667         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
47668         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
47669         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
47670         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
47671         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
47672         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
47673         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
47674         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
47675
47676 2004-04-18  Jim Meyering  <jim@meyering.net>
47677
47678         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
47679         failure, don't leak memory and do call END_UTMP_ENT.
47680
47681 2004-04-16  Jim Meyering  <jim@meyering.net>
47682
47683         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
47684         coreutils' stat program.
47685         (gl_PREREQ): Don't require jm_PREREQ_STAT.
47686
47687 2004-04-11  Paul Eggert  <eggert@twinsun.com>
47688
47689         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
47690         C89.
47691         (CHAR_BIT): Remove, since we assume C89.
47692         Include <stdint.h> if available, as per current Autoconf CVS advice.
47693
47694 2004-03-31  Jim Meyering  <jim@meyering.net>
47695
47696         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
47697         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
47698         * m4/xalloc.m4: Likewise.
47699
47700 2004-03-30  Paul Eggert  <eggert@twinsun.com>
47701
47702         Merge from coreutils.
47703
47704         * m4/inttostr.m4: New file.
47705         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
47706         Require AM_STDBOOL_H and gl_TIMESPEC instead.
47707         Require gl_CLOCK_TIME.
47708         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
47709
47710 2004-03-30  Paul Eggert  <eggert@twinsun.com>
47711
47712         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
47713         not bool, to be more consistent with Unix conventions.
47714         Suggested by Bruno Haible.
47715
47716         Merge from coreutils.
47717
47718         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
47719         * lib/umaxtostr.c: New files.
47720
47721         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
47722         the usual <time.h> dance.
47723         (get_date): Change signature to support fractional time stamps.
47724         All callers changed.
47725         * lib/getdate.y: Include "getdate.h" first, as we can now
47726         assume C89 and don't need to worry about 'const'.
47727         Similarly, include "unlocked-io.h" near start, not in middle.
47728         Include <limits.h>.
47729         (textint.value): Use long int rather than int.
47730         (textint.digits): Use size_t rather than int.
47731         (BILLION, LOG10_BILLION): New constants.
47732         (parser_control): New member rel_ns.  Members day_ordinal,
47733         time_zone, month, day, hour, minutes, rel_year, rel_month,
47734         rel_day, rel_hour, rel_minutes, rel_seconds
47735         are now long int, not int.  Member seconds is now struct timespec,
47736         not int.  New member timespec_seen.  Members dates_seen, days_seen,
47737         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
47738         not int.
47739         (%union.intval): Now long int, not int.
47740         New member timespec.
47741         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
47742         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
47743         (spec): Now is a timespec or an item list.
47744         (timespec, items): New nonterminals.
47745         (time, rel, relunit, number, get_date):
47746         Add support for fractional seconds.
47747         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
47748         (gmtime, localtime, mktime): Remove decls; not needed with C89.
47749         (to_hour): First arg is now long int, not int.
47750         (to_year): Returns long int, not int.
47751         Don't treat year -70 like 70.
47752         (tm_diff): Returns long int, not int.
47753         (lookup_word): Use bool instead of int when appropriate.
47754         (yylex): Use size_t for count, not int.
47755         Detect overflow when parsing large integer constants.
47756         Add support for fractions.
47757         (get_date): Make pointers 'const' if possible.
47758         Use more-portable code to detect integer overflow.
47759         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
47760         Don't use ctime; it's not reliable if the year has >4 digits.
47761
47762         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
47763         This is for compatibility with BSD.
47764
47765         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
47766         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
47767         From coreutils' system.h.
47768
47769         * lib/userspec.c: Don't include "posixver.h".
47770         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
47771         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
47772         compatible extension.  Simplify code by removing a boolean int
47773         that was always nonzero if a string was nonnull.
47774
47775 2004-03-30  Jim Meyering  <jim@meyering.net>
47776
47777         Merge from coreutils.
47778
47779         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
47780         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
47781         on some systems one must include <grp.h> before it.
47782         Reported by Christian Krackowizer.
47783
47784 2004-03-30  Jim Meyering  <jim@meyering.net>
47785
47786         Merge from coreutils.
47787
47788         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
47789
47790         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
47791         an empty input stream.
47792
47793         * lib/readtokens.c: Include <stdbool.h>.
47794         (readtoken): Use `size_t' rather than int/long.
47795         All callers adjusted.
47796         Use `bool' rather than `int' where appropriate.
47797         Use memset rather than an explicit loop.
47798         Use x2nrealloc rather than xrealloc.
47799         Allow the use of `\0' as a delimiter.
47800         (readtokens): Likewise.
47801         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
47802
47803 2004-03-30  Jim Meyering  <jim@meyering.net>
47804
47805         * m4/realloc.m4: Remove file, since now it does no more than
47806         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
47807         the `configure.ac' section of module/realloc.
47808         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
47809
47810 2004-03-30  Bruno Haible  <bruno@clisp.org>
47811
47812         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
47813         nonnull.
47814
47815 2004-03-29  Paul Eggert  <eggert@twinsun.com>
47816
47817         Merge changes to getloadavg.c from coreutils and Emacs.
47818
47819         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
47820         Define to an expression, not to the empty string.
47821         Include cloexec.h and xalloc.h.
47822         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
47823         Use set_cloexec_flag rather than rolling our own.
47824         * lib/cloexec.c, lib/cloexec.h: New files.
47825
47826 2004-03-29  Paul Eggert  <eggert@twinsun.com>
47827
47828         * m4/cloexec.m4: New file.
47829
47830 2004-03-18  Paul Eggert  <eggert@twinsun.com>
47831
47832         * lib/getopt.h: Sync with libc CVS.
47833
47834 2004-03-18  Paul Eggert  <eggert@twinsun.com>
47835             Bruno Haible  <bruno@clisp.org>
47836
47837         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
47838         mbswidth.
47839
47840 2004-03-18  Paul Eggert  <eggert@twinsun.com>
47841             Bruno Haible  <bruno@clisp.org>
47842
47843         * lib/mbswidth.h: Include <wchar.h> only if
47844         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
47845         <wchar.h>.
47846         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
47847
47848 2004-03-09  Paul Eggert  <eggert@twinsun.com>
47849
47850         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
47851         Sync with libc CVS.
47852         * lib/getopt_int.h: New file, also synced from libc.
47853
47854 2004-03-09  Paul Eggert  <eggert@twinsun.com>
47855
47856         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
47857         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
47858         Bring back getopt.c, getopt.h, getopt1.c.
47859
47860 2004-03-07  Paul Eggert  <eggert@twinsun.com>
47861
47862         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
47863         All uses changed.  Check for sa_sigaction member; this fixes
47864         a bug first reported by Jason Andrade in
47865         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
47866
47867 2004-03-07  Paul Eggert  <eggert@twinsun.com>
47868
47869         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
47870         '#if' expressions.  Unlike the code it replaces, it does not
47871         depend on (defined _SC_PAGESIZE).  However, it does depend on
47872         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
47873         first reported by Jason Andrade in
47874         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
47875
47876 2004-02-25  Simon Josefsson  <jas@extundo.com>
47877
47878         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
47879
47880 2004-02-25  Simon Josefsson  <jas@extundo.com>
47881
47882         * lib/strdup.h: New file.
47883         * lib/strdup.c: Include it.
47884         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
47885         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
47886
47887 2004-02-23  Karl Berry  <karl@gnu.org>
47888
47889         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
47890         (from fencepost.gnu.org:/gd/gnuorg).
47891
47892 2004-02-23  Karl Berry  <karl@gnu.org>
47893
47894         * config/srclistvars.sh (GNUORG) [karl]: redefine.
47895         * config/srclist.txt: add maintain/standards documents.
47896
47897 2004-02-18  Bruno Haible  <bruno@clisp.org>
47898
47899         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
47900         Reported by Derek Robert Price <derek@ximbiot.com>.
47901
47902 2004-02-16  Karl Berry  <karl@gnu.org>
47903
47904         * config/mkinstalldirs, install-sh: update from automake.
47905
47906 2004-02-06  Karl Berry  <karl@gnu.org>
47907
47908         * m4/po.m4: update from gettext 0.14.1.
47909
47910 2004-02-06  Karl Berry  <karl@gnu.org>
47911
47912         * lib/config.charset: update from gettext 0.14.1.
47913
47914 2004-02-05  Paul Eggert  <eggert@twinsun.com>
47915
47916         Add comments and code, prompted by suggestions from Bruno Haible
47917         for sh-quote.
47918         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
47919         describing the enum quoting_style values.
47920         * lib/quotearg.c (quotearg_alloc): New function.
47921         (quotearg_buffer_restyled): Treat lone { and } as special.
47922         Treat = as special.  Work around bug with older shells
47923         that "see" a '\' that is really the 2nd byte of a multibyte char.
47924         Quote empty string with shell_quoting_style.
47925
47926 2004-02-03  Bruno Haible  <bruno@clisp.org>
47927
47928         * m4/pipe.m4: New file, from GNU gettext.
47929
47930 2004-02-03  Bruno Haible  <bruno@clisp.org>
47931
47932         * lib/pipe.h: New file, from GNU gettext.
47933         * lib/pipe.c: New file, from GNU gettext.
47934
47935 2004-01-27  Bruno Haible  <bruno@clisp.org>
47936
47937         * m4/execute.m4: New file, from GNU gettext.
47938
47939 2004-01-27  Bruno Haible  <bruno@clisp.org>
47940
47941         * lib/execute.h: New file, from GNU gettext.
47942         * lib/execute.c: New file, from GNU gettext.
47943         * lib/w32spawn.h: New file, from GNU gettext.
47944
47945 2004-01-24  Paul Eggert  <eggert@twinsun.com>
47946
47947         Merge from diffutils.
47948
47949         * lib/file-type.c (file_type): Add typed memory objects.
47950         * lib/file-type.h (S_TYPEISTMO): New macro.
47951
47952         * lib/c-stack.h (c_stack_action): Remove argv argument.
47953         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
47954         (die): Don't calculate message unless segv_action returns.
47955         (get_stack_location, min_address_from_argv, max_address_from_argv,
47956         volatile stack_base, volatile_stack_size): Remove.
47957         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
47958         that every segmentation violation is a stack overflow.  (Ouch!)
47959         See Debian bug 136249 (still outstanding) for more info about why
47960         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
47961
47962 2004-01-24  Paul Eggert  <eggert@twinsun.com>
47963
47964         Exit-status fix from coreutils.
47965
47966         Use exit_failure consistently in place of EXIT_FAILURE,
47967         so that program exit statuses are consistent on failure.
47968
47969         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
47970         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
47971         * lib/argmatch.h: Comment fix to match the above.
47972         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
47973         Now a macro referring to exit_failure, instead of a separate
47974         variable.  Include "exitfail.h" to get it.
47975         * lib/xstrtol.h: Include "exitfail.h".
47976         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
47977
47978         * lib/long-options.c (parse_long_options): Use prototype
47979         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
47980         for clarity.
47981
47982 2004-01-21  Jim Meyering  <jim@meyering.net>
47983
47984         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
47985         so as not to conflict with a different-sized __mktime_internal
47986         function in GNU libc.
47987         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
47988         Problem building statically-linked `ls' reported by Michael Brunnbauer.
47989
47990 2004-01-20  Karl Berry  <karl@gnu.org>
47991
47992         * config/config.guess: update from config.
47993
47994         * config/srclistvars.sh: GNUWWWLICENSES for karl.
47995
47996 2004-01-20  Bruno Haible  <bruno@clisp.org>
47997
47998         Safer stack allocation.
47999         * lib/setenv.c: Include allocsa.h.
48000         (alloca): Remove fallback definition.
48001         (freea): Remove macro.
48002         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
48003         instead of freea.
48004
48005 2004-01-20  Bruno Haible  <bruno@clisp.org>
48006
48007         * m4/eealloc.m4: New file, from GNU gettext.
48008
48009 2004-01-20  Bruno Haible  <bruno@clisp.org>
48010
48011         * m4/allocsa.m4: New file, from GNU gettext.
48012
48013 2004-01-20  Bruno Haible  <bruno@clisp.org>
48014
48015         * lib/xallocsa.h: New file, from GNU gettext.
48016         * lib/xallocsa.c: New file, from GNU gettext.
48017
48018 2004-01-20  Bruno Haible  <bruno@clisp.org>
48019
48020         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
48021
48022 2004-01-20  Bruno Haible  <bruno@clisp.org>
48023
48024         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
48025         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
48026         specially.
48027
48028 2004-01-20  Bruno Haible  <bruno@clisp.org>
48029
48030         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
48031         patch.
48032
48033 2004-01-20  Bruno Haible  <bruno@clisp.org>
48034
48035         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
48036
48037 2004-01-20  Bruno Haible  <bruno@clisp.org>
48038
48039         * lib/eealloc.h: New file.
48040
48041 2004-01-20  Bruno Haible  <bruno@clisp.org>
48042
48043         * lib/binary-io.h: Avoid warnings on Cygwin.
48044
48045 2004-01-20  Bruno Haible  <bruno@clisp.org>
48046
48047         * lib/allocsa.h: New file, from GNU gettext.
48048         * lib/allocsa.c: New file, from GNU gettext.
48049
48050 2004-01-18  Karl Berry  <karl@gnu.org>
48051
48052         * doc/gpl.texi, doc/lgpl.texi: new files.
48053
48054 2004-01-18  Karl Berry  <karl@gnu.org>
48055
48056         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
48057         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
48058
48059 2004-01-15  Paul Eggert  <eggert@twinsun.com>
48060
48061         Merge from coreutils.
48062
48063         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
48064         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
48065         (gl_DEFAULT_POSIX2_VERSION): Move
48066         the documentation from 'configure' into 'config.hin',
48067         so that 'configure --help' isn't burdened by it and
48068         we don't have to worry about its formatting there.
48069         Reword the documentation so that it's more succinct
48070         and can be run together into a single paragraph.
48071         * m4/same.m4 (gl_SAME): Check for pathconf.
48072
48073 2004-01-15  Paul Eggert  <eggert@twinsun.com>
48074
48075         Merge from coreutils.
48076
48077         * lib/posixver.c: Include posixver.h.
48078
48079         * lib/same.c: Include <stdbool.h>, <limits.h>.
48080         (_POSIX_NAME_MAX): Define if not defined.
48081         (MIN): New macro.
48082         (same_name): If file names are silently truncated, report
48083         that the file names are the same if they are the same after
48084         the silent truncation.
48085
48086         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
48087         conversion function.
48088         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
48089         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
48090         longer needed.
48091
48092 2004-01-15  Jim Meyering  <jim@meyering.net>
48093
48094         Merge from coreutils.
48095
48096         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
48097         if no library is required.
48098         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
48099         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
48100         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
48101         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
48102         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
48103         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
48104         value, $ac_cv_search_crypt, if it's "none required".
48105         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
48106         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
48107         not gl_FUNC_GETLOADAVG.
48108         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
48109         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
48110
48111 2004-01-15  Jim Meyering  <jim@meyering.net>
48112
48113         Merge from coreutils.
48114
48115         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
48116         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
48117         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
48118
48119         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
48120         optional configure-time default.
48121
48122         * lib/version-etc.c (version_etc_copyright): Update copyright date.
48123
48124         * lib/xreadlink.c (xreadlink): Correct outdated comment.
48125
48126 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
48127
48128         Merge from coreutils.
48129
48130         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
48131         value, $ac_cv_search_nanosleep, if it's "none required".
48132
48133 2004-01-14  Paul Eggert  <eggert@twinsun.com>
48134
48135         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
48136         with like-named macro in fnmatch.c.
48137         (EXT): Use an internal constant instead.
48138
48139         Merge fnmatch patches from glibc.
48140         * lib/fnmatch.c (mbsinit): Remove define.
48141         Add libc_hidden_ver (__fnmatch, fnmatch).
48142         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
48143         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
48144
48145 2004-01-14  Karl Berry  <karl@gnu.org>
48146
48147         * config/install-sh: update from automake.
48148
48149 2004-01-13  Karl Berry  <karl@gnu.org>
48150
48151         * config/install-sh: update from automake.
48152
48153 2004-01-09  Karl Berry  <karl@gnu.org>
48154
48155         * config/install-sh: update from automake.
48156
48157 2004-01-05  Karl Berry  <karl@gnu.org>
48158
48159         * config/config.{sub,guess}: update from config.
48160
48161 2003-12-31  Karl Berry  <karl@gnu.org>
48162
48163         * config/depcomp: update from automake.
48164
48165 2003-12-14  Karl Berry  <karl@gnu.org>
48166
48167         * lib/config.charset: update from gettext-runtime.
48168
48169 2003-12-03  Paul Eggert  <eggert@twinsun.com>
48170
48171         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
48172         Bug reported by Alfred M. Szmidt.
48173
48174 2003-12-03  Bruno Haible  <bruno@clisp.org>
48175
48176         * m4/gettext.m4: Upgrade from gettext-0.13.
48177         * m4/po.m4: Upgrade from gettext-0.13.
48178         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
48179         * m4/intmax.m4: New file, from gettext-0.13.
48180         * m4/printf-posix.m4: New file, from gettext-0.13.
48181
48182 2003-11-29  Karl Berry  <karl@gnu.org>
48183
48184         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
48185
48186 2003-11-25  Paul Eggert  <eggert@twinsun.com>
48187             Bruno Haible  <bruno@clisp.org>
48188
48189         * lib/printf-parse.h: Don't include sys/types.h.
48190         (ARG_NONE): New macro.
48191         (char_directive): Change type of *arg_index fields to size_t.
48192         * lib/printf-parse.c: Don't include sys/types.h.
48193         (SSIZE_MAX): Remove macro.
48194         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
48195         Remove unnecessary overflow check.
48196         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
48197         fields.
48198
48199 2003-11-25  Bruno Haible  <bruno@clisp.org>
48200
48201         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
48202
48203 2003-11-25  Bruno Haible  <bruno@clisp.org>
48204
48205         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
48206         gt_TYPE_SSIZE_T.
48207
48208 2003-11-24  Paul Eggert  <eggert@twinsun.com>
48209
48210         * modules/alloca: Remove dependency on xalloc.
48211
48212 2003-11-24  Paul Eggert  <eggert@twinsun.com>
48213
48214         * lib/alloca.c: Remove dependency on xalloc module.
48215         (xalloc_die): Remove.
48216         (memory_full) [!defined emacs]: New macro.
48217         [!defined emacs]: Don't include xalloc.h.
48218         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
48219         address arithmetic overflows.  Change datatypes a bit to avoid
48220         unnecessary casts.
48221
48222 2003-11-22  Jim Meyering  <jim@meyering.net>
48223
48224         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
48225         s/size/size_t/.
48226
48227 2003-11-21  Karl Berry  <karl@gnu.org>
48228
48229         * config/config.{sub,guess}: update from config.
48230
48231 2003-11-18  Karl Berry  <karl@gnu.org>
48232
48233         * config/config.{sub,guess}: update from config.
48234
48235         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
48236
48237 2003-11-17  Paul Eggert  <eggert@twinsun.com>
48238
48239         * README: Mention that S+T cannot overflow if S is the size of
48240         an existing object and T is sufficiently small.
48241
48242 2003-11-17  Jim Meyering  <jim@meyering.net>
48243
48244         On systems without utime and without a utimes function capable of
48245         dealing with a NULL struct utimbuf* argument, this utime replacement
48246         could -- in unusual circumstances -- leak a file descriptor.
48247         * lib/utime.c: Include <unistd.h> and <errno.h>.
48248         (utime_null): Be sure to close `fd' and to preserve errno.
48249         Reported by Geoff Collyer via Arnold Robbins.
48250
48251 2003-11-17  Bruno Haible  <bruno@clisp.org>
48252
48253         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
48254         (Depends-on): Add xsize.
48255
48256 2003-11-17  Bruno Haible  <bruno@clisp.org>
48257
48258         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
48259
48260 2003-11-17  Bruno Haible  <bruno@clisp.org>
48261
48262         * lib/vasnprintf.c (alloca): Remove fallback definition.
48263         (freea): Remove definition.
48264         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
48265         Reported by Paul Eggert.
48266
48267 2003-11-16  Paul Eggert  <eggert@twinsun.com>
48268             Bruno Haible  <bruno@clisp.org>
48269
48270         Protect against address arithmetic overflow.
48271         * lib/printf-args.h: Include stddef.h.
48272         (arguments): Change type of field 'count' to size_t.
48273         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
48274         'unsigned int' where appropriate.
48275         * lib/printf-parse.h: Include sys/types.h.
48276         (char_directive): Change type of *arg_index fields to ssize_t.
48277         (char_directives): Change type of fields 'count', max_*_length to
48278         size_t.
48279         * lib/printf-parse.c: Include sys/types.h and xsize.h.
48280         (SSIZE_MAX): Define fallback value.
48281         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
48282         instead of 'int' where appropriate. Check a_allocated, d_allocated
48283         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
48284         * lib/vasnprintf.c: Include xsize.h.
48285         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
48286         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
48287         overflow. Avoid wraparound when converting a width or precision from
48288         decimal to binary.
48289
48290 2003-11-16  Bruno Haible  <bruno@clisp.org>
48291
48292         Update from GNU gettext.
48293         * lib/printf-parse.c: Generalize to it can be compiled for wide
48294         strings.
48295         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
48296         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
48297         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
48298         SNPRINTF): New macros.
48299         Don't include <alloca.h> if the file is used inside libintl.
48300         (local_wcslen): New function, for Solaris 2.5.1.
48301         (VASNPRINTF): Use it instead of wcslen.
48302
48303 2003-11-16  Bruno Haible  <bruno@clisp.org>
48304
48305         * lib/xsize.h (xmax): New function.
48306         (xsum, xsum3, xsum4): Declare as "pure" functions.
48307
48308 2003-11-12  Paul Eggert  <eggert@twinsun.com>
48309
48310         * modules/xalloc (Files): Undo latest change, since xalloc.h
48311         no longer needs SIZE_MAX or PTRDIFF_MAX.
48312
48313 2003-11-12  Paul Eggert  <eggert@twinsun.com>
48314
48315         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
48316         gl_PTRDIFF_MAX.
48317
48318 2003-11-12  Paul Eggert  <eggert@twinsun.com>
48319
48320         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
48321         "return", to pacify some unknown compiler.  Problem reported
48322         by Joerg Schilling.
48323
48324 2003-11-12  Paul Eggert  <eggert@twinsun.com>
48325
48326         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
48327         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
48328         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
48329         heuristic is just as accurate as far as we know, and it removes a
48330         dependency on size_max.m4 and ptrdiff_max.m4.
48331
48332 2003-11-11  Bruno Haible  <bruno@clisp.org>
48333
48334         * modules/xsize (Files): Add m4/size_max.m4.
48335         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
48336
48337 2003-11-11  Bruno Haible  <bruno@clisp.org>
48338
48339         * m4/size_max.m4: New file.
48340         * m4/ptrdiff_max.m4: New file.
48341         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
48342         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
48343         (gl_XALLOC): Invoke it.
48344
48345 2003-11-11  Bruno Haible  <bruno@clisp.org>
48346
48347         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
48348         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
48349         defined.
48350
48351 2003-11-10  Paul Eggert  <eggert@twinsun.com>
48352
48353         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
48354         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
48355         rejected some allocations of exactly SIZE_MAX - 2 bytes.
48356         From Bruno Haible.
48357         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
48358         not (size_t) -1, since it's defined here.
48359
48360 2003-11-09  Karl Berry  <karl@gnu.org>
48361
48362         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
48363
48364 2003-11-06  Paul Eggert  <eggert@twinsun.com>
48365
48366         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
48367         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
48368         Reject sizes of exactly SIZE_MAX bytes.
48369         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
48370         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
48371
48372 2003-11-05  Bruno Haible  <bruno@clisp.org>
48373
48374         * lib/xsize.h: Include limits.h, to avoid a possible collision with
48375         SIZE_MAX defined in <limits.h> on Solaris.
48376
48377 2003-11-04  Jim Meyering  <jim@meyering.net>
48378
48379         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
48380         variable names, rather than @VAR@.
48381         * modules/poll: Likewise.
48382
48383 2003-11-04  Bruno Haible  <bruno@clisp.org>
48384
48385         * modules/xsize: New file.
48386         * modules/linebreak: Depend on xsize.
48387         * MODULES.html.sh (func_all_modules): Add xsize.
48388
48389 2003-11-04  Bruno Haible  <bruno@clisp.org>
48390
48391         * m4/xsize.m4: New file.
48392
48393 2003-11-04  Bruno Haible  <bruno@clisp.org>
48394
48395         * lib/xsize.h: New file.
48396         * lib/linebreak.c: Include xsize.h.
48397         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
48398         argument for overflow.
48399         Suggested by Paul Eggert.
48400
48401 2003-11-03  Karl Berry  <karl@gnu.org>
48402
48403         * config/config.{guess,sub}: update from config.
48404
48405 2003-11-03  Jim Meyering  <jim@meyering.net>
48406
48407         * modules/userspec (lib_SOURCES): Add userspec.h.
48408         (Include): Add "userspec.h".
48409         Improve description.
48410
48411 2003-11-03  Jim Meyering  <jim@meyering.net>
48412
48413         * lib/userspec.c: Include "userspec.h".
48414         * lib/userspec.h: New file.
48415
48416 2003-11-03  Bruno Haible  <bruno@clisp.org>
48417
48418         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
48419
48420 2003-11-03  Bruno Haible  <bruno@clisp.org>
48421
48422         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
48423         available, to avoid (extremely rare) race condition.
48424         Suggested by Paul Eggert.
48425
48426 2003-11-02  Karl Berry  <karl@gnu.org>
48427
48428         * config/srclist.txt (vasprintf.c): sync broken, sigh.
48429
48430 2003-10-31  Paul Eggert  <eggert@twinsun.com>
48431
48432         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
48433         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
48434         (read_filesystem_list): Set and use me_type_malloced.
48435         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
48436         whatever the type happens to be), for brevity and consistency.
48437         Check for size calculation overflow on Alphas running OSF/1.
48438
48439 2003-10-31  Jim Meyering  <jim@meyering.net>
48440
48441         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
48442
48443         * lib/linebuffer.c: Include <string.h> for declaration of memset.
48444
48445 2003-10-30  Paul Eggert  <eggert@twinsun.com>
48446             Bruno Haible  <bruno@clisp.org>
48447
48448         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
48449         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
48450
48451 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48452
48453         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
48454         netbsd*-gnu*.  Suggested by Robert Millan.
48455
48456 2003-10-29  Paul Eggert  <eggert@twinsun.com>
48457
48458         * modules/group-member: Depend on stdbool.
48459
48460 2003-10-29  Paul Eggert  <eggert@twinsun.com>
48461
48462         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
48463
48464 2003-10-29  Paul Eggert  <eggert@twinsun.com>
48465
48466         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
48467         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
48468         after the 'gnu' in these cases.  This fixes some bugs in the
48469         previous change, and is based on suggestions by Robert Millan.
48470
48471 2003-10-29  Paul Eggert  <eggert@twinsun.com>
48472
48473         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
48474         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
48475         no longer needed.
48476         * lib/quotearg.c (quotearg_n_options): Use it.
48477         * lib/group-member.c: Include <stdbool.h>.
48478         (free_group_info): Arg is now const *; don't free arg.
48479         (get_group_info): Now returns bool and accepts struct group_info *,
48480         rather than returning a malloc'ed struct group_info *.
48481         All uses changed.  Check for overflow in internal size calculation.
48482
48483         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
48484         rather than xmalloc/xrealloc.
48485         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
48486         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
48487         conformance bug: the old code used a pointer after freeing the
48488         storage that it addressed.
48489         * lib/hash.c (hash_initialize): Simplify the code by using
48490         xalloc_oversized rather than doing it by hand.
48491         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
48492         the buffer preserved.  Use free and xmalloc instead.
48493         * lib/quotearg.c (quotearg_n_options): Likewise.
48494         Use a simpler test for size overflow.  Don't use xalloc_oversized
48495         because unsigned int might be wider than size_t (!); this suggests
48496         that we should switch from unsigned int to size_t for slot numbers.
48497
48498 2003-10-28  Paul Eggert  <eggert@twinsun.com>
48499
48500         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
48501         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
48502         NetBSD kernels.  Requested by Richard Stallman.
48503
48504 2003-10-27  Paul Eggert  <eggert@twinsun.com>
48505
48506         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
48507         to allocate the returned structure.  Do not allocate a subarray,
48508         as x2nrealloc will do that.
48509         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
48510         instead of xnrealloc.
48511         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
48512
48513 2003-10-27  Bruno Haible  <bruno@clisp.org>
48514
48515         * lib/stdbool_.h: Better support for BeOS.
48516
48517 2003-10-26  Paul Eggert  <eggert@twinsun.com>
48518
48519         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
48520         now uses inline.
48521
48522 2003-10-26  Paul Eggert  <eggert@twinsun.com>
48523
48524         * lib/xalloc.h (xalloc_oversized): New static inline function, for
48525         callers that want to do their own size-overflow checking.  Include
48526         <stdbool.h>, since xalloc_oversized returns bool.
48527         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
48528         to use xalloc_oversized.
48529
48530         Add two functions x2realloc, x2nrealloc, for programs that grow
48531         arrays dynamically by doubling their sizes.
48532         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
48533         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
48534         New functions.
48535
48536         Port to C99 semantics for 'inline' of external functions.
48537         Bug reported by Bruno Haible.
48538         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
48539         with the old contents of xnmalloc.
48540         (xnmalloc, xmalloc): Use it.
48541         (xnrealloc_inline): New static inline function,
48542         with the old contents of xnrealloc.
48543         (xnrealloc, xrealloc): Use it.
48544
48545         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
48546         that.
48547
48548 2003-10-26  Karl Berry  <karl@gnu.org>
48549
48550         * config/srclist.txt (COPYING.DOC): no longer available from
48551         /gd/gnuorg; don't know where the ultimate source is.
48552
48553 2003-10-25  Paul Eggert  <eggert@twinsun.com>
48554
48555         Fix several address-calculation bugs in the hash modules,
48556         plus some minor code cleanup.
48557
48558         * lib/hash.h: Include <stdbool.h>, for bool.
48559         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
48560         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
48561         hash_get_n_entries, hash_get_max_bucket_length,
48562         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
48563         hash_rehash): Use size_t rather than unsigned.
48564         * lib/hash.c (struct hash_table, hash_get_n_buckets,
48565         hash_get_n_buckets_used, hash_get_n_entries,
48566         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
48567         hash_get_entries, hash_do_for_each, hash_string, is_prime,
48568         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
48569         Likewise.
48570         (SIZE_MAX): Define if not defined.
48571         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
48572         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
48573         hash_print):
48574         Use const * when possible.
48575         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
48576         (check_tuning): Fix bug: if tuning parameters were very close to
48577         0 or 1, rounding errors could have caused subscript violations.
48578         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
48579         (hash_initialize): Add 'fail:' label
48580         to free table and return NULL, and use it to simplify code.
48581         Use calloc rather than clearing the storage ourself.
48582         (hash_initialize, hash_rehash): Check for arithmetic overflow in
48583         buffer size calculations.
48584         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
48585         Include <stddef.h>, for size_t.
48586         * lib/hash-pjw.c (hash_pjw): Likewise.
48587         Switch to method described by Bruno Haible.
48588         Include <limits.h>, for CHAR_BIT.
48589         (SIZE_BITS): New macro.
48590
48591 2003-10-23  Paul Eggert  <eggert@twinsun.com>
48592
48593         * m4/getline.m4 (AM_FUNC_GETLINE):
48594         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
48595         hosts.  Problem reported by Derek Robert Price in
48596         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
48597         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
48598         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
48599
48600 2003-10-21  Paul Eggert  <eggert@twinsun.com>
48601
48602         * lib/getndelim2.c (getndelim2): When size calculation overflows,
48603         ceiling the allocation at NMAX bytes rather than silently
48604         discarding input bytes before NMAX is reached.  This makes
48605         a difference only if NMAX exceeds SIZE_MAX / 2.
48606
48607         * lib/obstack.c: Merge from glibc.
48608         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
48609         Add libc_hidden_def (_obstack_newchunk).
48610         (_obstack_free) [! defined _LIBC]: Remove.
48611         [defined _LIBC]: Make a strong alias from obstack_free, rather than
48612         a clone of the function body.
48613         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
48614         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
48615
48616         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
48617         glibc.
48618         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
48619         arg to memcpy.
48620
48621         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
48622         (obstack_ptr_grow_fast, obstack_int_grow_fast):
48623         Don't use lvalue casts, as GCC plans to remove support for them
48624         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
48625         was also present in the non-GCC version, indicating that this
48626         code had always been buggy and had never been widely used.
48627         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
48628         Use the fast variant of each macro, rather than copying the
48629         definiens of the fast variant; that way, we'll be more likely to
48630         catch future bugs in the fast variants.
48631
48632 2003-10-20  Bruno Haible  <bruno@clisp.org>
48633
48634         * modules/wait-process: New file.
48635         * MODULES.html.sh (func_all_modules): Add wait-process.
48636
48637 2003-10-20  Bruno Haible  <bruno@clisp.org>
48638
48639         * m4/wait-process.m4: New file.
48640
48641 2003-10-20  Bruno Haible  <bruno@clisp.org>
48642
48643         * lib/wait-process.h: New file, from GNU gettext.
48644         * lib/wait-process.c: New file, from GNU gettext.
48645
48646 2003-10-19  Jim Meyering  <jim@meyering.net>
48647
48648         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
48649         HPUX 10.20.
48650
48651 2003-10-18  Karl Berry  <karl@gnu.org>
48652
48653         * config/config.guess: update from config.
48654
48655 2003-10-16  Paul Eggert  <eggert@twinsun.com>
48656
48657         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
48658         (getgroups): First arg is int, not size_t.
48659         Don't let 'free' mangle errno.
48660
48661 2003-10-16  Paul Eggert  <eggert@twinsun.com>
48662
48663         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
48664
48665 2003-10-16  Karl Berry  <karl@gnu.org>
48666
48667         * config/config.{guess,sub}: update from config.
48668
48669 2003-10-16  Jim Meyering  <jim@meyering.net>
48670
48671         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
48672         memcpy.
48673
48674 2003-10-15  Paul Eggert  <eggert@twinsun.com>
48675
48676         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
48677         (SIZE_MAX): Remove.
48678         (new_exclude, add_exclude_file): Initial size no longer needs to
48679         be a power of 2.
48680         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
48681         our own address arithmetic overflow checking.
48682
48683         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
48684         (fnmatch): Do not alloca more than 2000 wide characters;
48685         instead, use malloc for large buffers.
48686         Check for address arithmetic overflow, and return -1
48687         with errno set to ENOMEM in that case.
48688         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
48689         (NEW_PATTERN): Do not alloca more than 8000 bytes;
48690         instead, return -1.  Check for address arithmetic overflow.
48691
48692 2003-10-14  Paul Eggert  <eggert@twinsun.com>
48693
48694         Handle invalid suffixes and overflow independently, so that
48695         callers can treat them independently as needed.  Fix some bugs in
48696         suffix handling, e.g., "100k@" was not diagnosed as an invalid
48697         suffix for a human-readable blocksize.  The major caller-visible
48698         change is the addition of a new
48699         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
48700         that both overflow and suffix chars were found.
48701
48702         * lib/human.c (humblock): Don't check separately for invalid suffix
48703         char; that is xstrtoumax's job (now that its bug is fixed).
48704         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
48705         INTMAX_MAX]: New macros.
48706         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
48707         TYPE_MAXIMUM): New macros.
48708         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
48709         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
48710         if overflow occurs, as it's what __strtol does and it's more useful
48711         in practice.
48712         (__xstrtol): If __strtol reports some error other than ERANGE,
48713         reflect it to the caller as LONGINT_INVALID.  If it reports
48714         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
48715         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
48716         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
48717         value.
48718         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
48719         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
48720         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
48721         [defined UINTMAX_MAX]: New macros.
48722
48723 2003-10-14  Bruno Haible  <bruno@clisp.org>
48724
48725         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
48726
48727 2003-10-14  Bruno Haible  <bruno@clisp.org>
48728
48729         * m4/sig_atomic_t: New file, from GNU gettext.
48730         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
48731
48732 2003-10-14  Bruno Haible  <bruno@clisp.org>
48733
48734         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
48735         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
48736         Also use volatile where needed.
48737
48738 2003-10-12  Paul Eggert  <eggert@twinsun.com>
48739
48740         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
48741         Change maintainer from Bruno Haible to 'all'.
48742
48743 2003-10-12  Paul Eggert  <eggert@twinsun.com>
48744
48745         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
48746
48747 2003-10-12  Paul Eggert  <eggert@twinsun.com>
48748
48749         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
48750         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
48751         and define in terms of the other primitives.
48752         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
48753         (SIZE_MAX): Define if not already defined.
48754         (array_size_overflow): New function.
48755         (xalloc_die): Abort instead of exiting if 'error' returns.
48756         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
48757         (xmalloc, xrealloc): Use them.
48758         (xcalloc): Check for address arithmetic overflow.
48759         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
48760         a bit faster than strcpy.
48761
48762 2003-10-10  Simon Josefsson  <jas@extundo.com>
48763
48764         * modules/argp (Depends-on): Add restrict and strcase.
48765
48766 2003-10-10  Simon Josefsson  <jas@extundo.com>
48767
48768         * m4/argp.m4: Add AC_C_INLINE.
48769
48770 2003-10-08  Paul Eggert  <eggert@twinsun.com>
48771
48772         Merge getpass from libc, plus a few fixes.
48773
48774         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
48775         Include <stdbool.h>.
48776         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
48777         __fsetlocking to empty.
48778         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
48779         do include <bits/libc-lock.h>.
48780         Do not include <fcntl.h>; not needed.
48781         [_LIBC]: Include <wchar.h>.
48782         (NOTCANCEL_MODE): New macro.
48783         (flockfile, funlockfile) [_LIBC]: New macros.
48784         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
48785         [!_LIBC]: New macros.
48786         (call_fclose): New function.
48787         (getpass): Use it.  Save tty stream separately; this simplifies the
48788         code and makes it more reliable if stdin happens to equal stdout.
48789         Invoke __fsetlocking on tty.
48790         Handle thread cancellation if needed.
48791         Namespace cleanup (use __tcgetattr, __getline).
48792         Use bool for Booleans.
48793         [USE_IN_LIBIO]: Handle wide streams.
48794         [!_LIBC]: Unconditionally do the fseek, since we don't know what
48795         stream might go where.
48796
48797         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
48798         doesn't have to include <stdio.h> before us.
48799         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
48800         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
48801         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
48802         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
48803         if not declared, so that we can use getpass.c code from libc without
48804         rewriting it.
48805         (flockfile, ftrylockfile, funlockfile): New macros.
48806
48807 2003-10-08  Paul Eggert  <eggert@twinsun.com>
48808
48809         * modules/getpass: Depend on stdbool.
48810
48811 2003-10-08  Paul Eggert  <eggert@twinsun.com>
48812
48813         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
48814
48815 2003-10-07  Karl Berry  <karl@gnu.org>
48816
48817         * config/config.{guess,sub}: update from config.
48818
48819 2003-10-06  Jim Meyering  <jim@meyering.net>
48820             Bruno Haible  <bruno@clisp.org>
48821
48822         This lets translators provide better translations for the
48823         "Written by ..." part of --version output.
48824         * lib/version-etc.h: Include stdarg.h.
48825         (version_etc_copyright): Declare as readonly.
48826         (version_etc): Make this function variadic with a NULL-terminated list
48827         of author name strings.
48828         (version_etc_va): New declaration.
48829         * lib/version-etc.c: Include stdarg.h, stdlib.h.
48830         (version_etc_copyright): Declare as readonly.
48831         (version_etc_va): New function. Provide a different translatable string
48832         for each possible number of authors < 10. Abbreviate when there are 10
48833         authors or more.
48834         (version_etc): Make this function variadic. Call version_etc_va.
48835         Suggestion from Gary V. Vaughan.
48836
48837         * lib/long-options.h (parse_long_options): Change prototype: the
48838         authors string is moved to the end and becomes variadic.
48839         * lib/long-options.c: Include stdarg.h.
48840         (parse_long_options): Make this function variadic, too.
48841         Call version_etc_va, not version_etc.
48842
48843 2003-10-06  Bruno Haible  <bruno@clisp.org>
48844
48845         * modules/version-etc-2: Remove file.
48846         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
48847
48848 2003-10-06  Bruno Haible  <bruno@clisp.org>
48849
48850         * modules/fatal-signal: New file.
48851         * MODULES.html.sh (func_all_modules): Add fatal-signal.
48852
48853 2003-10-06  Bruno Haible  <bruno@clisp.org>
48854
48855         * m4/fatal-signal.m4: New file.
48856         * m4/signalblocking.m4: New file, from GNU gettext.
48857
48858 2003-10-06  Bruno Haible  <bruno@clisp.org>
48859
48860         * lib/version-etc-2.h: Remove file.
48861         * lib/version-etc-2.c: Remove file.
48862
48863 2003-10-06  Bruno Haible  <bruno@clisp.org>
48864
48865         * lib/fatal-signal.h: New file, from GNU gettext.
48866         * lib/fatal-signal.c: New file, from GNU gettext.
48867
48868 2003-10-05  Paul Eggert  <eggert@twinsun.com>
48869
48870         * README: Rework advice for preventing empty .o files.
48871         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
48872         not <sys/types.h>.
48873
48874 2003-10-04  Karl Berry  <karl@gnu.org>
48875
48876         * lib/argp*: update from libc.
48877
48878 2003-10-04  Karl Berry  <karl@gnu.org>
48879
48880         * config/config.{guess,sub}: update from config.
48881
48882 2003-10-02  Bruno Haible  <bruno@clisp.org>
48883
48884         * modules/lchown (Include): Add lchown.h.
48885         * modules/time_r (Include): Use "..." syntax.
48886         * modules/xgetdomainname (Include): Add xgetdomainname.h.
48887
48888 2003-10-01  Simon Josefsson  <jas@extundo.com>
48889
48890         * MODULES.html.sh (func_all_modules): Move gethostname from section
48891         'based on' to section 'lacking' POSIX:2001.
48892
48893 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
48894
48895         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
48896         to output mode on the same stream.
48897
48898 2003-09-29  Paul Eggert  <eggert@twinsun.com>
48899
48900         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
48901         Fix arg typo in previous patch.
48902
48903 2003-09-28  Jim Meyering  <jim@meyering.net>
48904
48905         * lib/error.c: Correct cpp indentation.
48906
48907 2003-09-27  Paul Eggert  <eggert@twinsun.com>
48908
48909         * modules/free: New file.
48910
48911 2003-09-27  Paul Eggert  <eggert@twinsun.com>
48912
48913         * m4/free.m4: New file.
48914
48915 2003-09-27  Paul Eggert  <eggert@twinsun.com>
48916
48917         * lib/minmax.h (MIN, MAX)
48918         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
48919         Omit the special code that used __typeof__, since we worry that
48920         it could be more trouble than it's worth.  See:
48921         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
48922         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
48923
48924         * lib/free.c: New file.
48925
48926 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
48927
48928         Trivial fixes to Makefile.am parts of module listings.
48929         * modules/strstr: Append strstr.h to lib_SOURCES.
48930         * modules/strcase: Likewise, for strcase.h.
48931
48932 2003-09-27  Karl Berry  <karl@gnu.org>
48933
48934         * config/mkinstalldirs: update from automake.
48935
48936 2003-09-26  Paul Eggert  <eggert@twinsun.com>
48937
48938         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
48939         (error_tail): Do not loop, reallocating temporary buffer, since
48940         the output cannot contain more wide characters than the input
48941         contains bytes, the size must be big enough already.  This avoids
48942         one potential size overflow calculation.  Check for size overflow
48943         when calculating temporary buffer size.  Free temporary buffer
48944         when done, if it was allocated with malloc; this plugs a memory
48945         leak.  Remove casts from void * to pointers, that are no longer
48946         needed now that we're assuming C89 or better.
48947
48948         Merge error changes from glibc.
48949
48950         * lib/error.c, error.h: Update copyright notice header to match glibc.
48951         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
48952         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
48953         Disable cancellation while printing error.
48954         * lib/error.h: Prepend __ to parameter names.
48955
48956 2003-09-26  Jim Meyering  <jim@meyering.net>
48957
48958         * lib/error.c (error_tail): Move some declarations
48959         into inner scope where the local variables are used.
48960
48961 2003-09-26  Bruno Haible  <bruno@clisp.org>
48962
48963         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
48964         stpncpy().
48965         Don't define stpncpy through config.h; it's now done through stpncpy.h.
48966
48967 2003-09-26  Bruno Haible  <bruno@clisp.org>
48968
48969         * lib/stpncpy.h (gnu_stpncpy): New declaration.
48970         (stpncpy): Define as alias for gnu_stpncpy.
48971         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
48972
48973 2003-09-25  Simon Josefsson  <jas@extundo.com>
48974
48975         * lib/xgetdomainname.h: New file.
48976         * lib/xgetdomainname.c: New file.
48977
48978 2003-09-25  Simon Josefsson  <jas@extundo.com>
48979             Bruno Haible  <bruno@clisp.org>
48980
48981         * modules/getdomainname: New file.
48982         * modules/xgetdomainname: New file.
48983         * MODULES.html.sh (func_all_modules): Add getdomainname,
48984         xgetdomainname.
48985
48986 2003-09-25  Simon Josefsson  <jas@extundo.com>
48987             Bruno Haible  <bruno@clisp.org>
48988
48989         * m4/getdomainname.m4: New file.
48990
48991 2003-09-25  Simon Josefsson  <jas@extundo.com>
48992             Bruno Haible  <bruno@clisp.org>
48993
48994         * lib/getdomainname.h: New file.
48995         * lib/getdomainname.c: New file.
48996
48997 2003-09-25  Karl Berry  <karl@gnu.org>
48998
48999         * lib/argp-fmtstream.c, argp-help.c: update from libc.
49000
49001 2003-09-25  Karl Berry  <karl@gnu.org>
49002
49003         * config/install-sh: update from automake.
49004
49005 2003-09-25  Bruno Haible  <bruno@clisp.org>
49006
49007         * modules/version-etc-2: New file, from modules/version-etc with
49008         modifications.
49009         * MODULES.html.sh (func_all_modules): Add version-etc-2.
49010
49011 2003-09-25  Bruno Haible  <bruno@clisp.org>
49012
49013         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
49014         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
49015
49016 2003-09-24  Simon Josefsson  <jas@extundo.com>
49017
49018         * modules/xgethostname: Add xgethostname.h.
49019
49020 2003-09-24  Paul Eggert  <eggert@twinsun.com>
49021
49022         * lib/linebuffer.c (freebuffer): Don't free the argument, just
49023         the buffer associated with the argument.  Bug reported by
49024         Simon Josefsson.
49025
49026 2003-09-24  Paul Eggert  <eggert@twinsun.com>
49027
49028         * README: Document assumptions that 'int' is at least 32 bits
49029         wide, that integer arithmetic is 2's complement without overflow,
49030         that there are no holes in integer values, that adding sizes of
49031         two nonoverlapping objects can't overflow, and that all-bits-zero
49032         yields scalar zero.  Fix spelling and capitalization typos.
49033
49034 2003-09-19  Karl Berry  <karl@gnu.org>
49035
49036         * lib/argp.h: update from libc.
49037
49038 2003-09-17  Paul Eggert  <eggert@twinsun.com>
49039
49040         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
49041         to avoid spurious warnings like "AC_RUN_IFELSE was called before
49042         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
49043
49044 2003-09-17  Paul Eggert  <eggert@twinsun.com>
49045
49046         * gnulib-tool: Use "test -h", not "test -L", for portability
49047         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
49048         (tags_regexp): Remove, since \| doesn't conform to POSIX.
49049         (sed_extract_prog): Issue s commands one-by-one, rather than
49050         using \| in one s command.
49051
49052 2003-09-16  Paul Eggert  <eggert@twinsun.com>
49053
49054         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
49055         input error, instead of returning NULL the next time we are called
49056         (and therefore losing track of errno).
49057
49058 2003-09-16  Bruno Haible  <bruno@clisp.org>
49059
49060         * gnulib-tool (func_create_testdir): Warn about duplicated
49061         dependencies.
49062
49063 2003-09-15  Paul Eggert  <eggert@twinsun.com>
49064
49065         * modules/argmatch, modules/fatal, modules/obstack,
49066         modules/xalloc, modules/xgethostname: Sort dependencies by
49067         importance, not alphabetically.
49068
49069 2003-09-15  Paul Eggert  <eggert@twinsun.com>
49070
49071         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
49072         fails, so that the caller gets the proper errno.
49073
49074         * lib/readutmp.c (read_utmp): Likewise.
49075         Check for fstat error.  Close stream and free storage
49076         when failing.
49077
49078 2003-09-14  Karl Berry  <karl@gnu.org>
49079
49080         * config/srclist.txt (strdup.c): disable for c89 changes.
49081
49082 2003-09-14  Jim Meyering  <jim@meyering.net>
49083
49084         * lib/getloadavg.c: Correct cpp indentation.
49085         * lib/strdup.c: Likewise.
49086         * lib/vasnprintf.c: Likewise.
49087
49088 2003-09-14  Bruno Haible  <bruno@clisp.org>
49089
49090         * modules/fwriteerror: New file.
49091         * MODULES.html.sh (func_all_modules): Add fwriteerror.
49092
49093 2003-09-14  Bruno Haible  <bruno@clisp.org>
49094
49095         * lib/fwriteerror.h: New file.
49096         * lib/fwriteerror.c: New file.
49097
49098 2003-09-12  Paul Eggert  <eggert@twinsun.com>
49099
49100         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
49101         modules/xgethostname, modules/xalloc: Depend on exit.
49102
49103 2003-09-12  Paul Eggert  <eggert@twinsun.com>
49104
49105         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
49106
49107         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
49108         and AC_MINIX, too, so that their extensions are available.
49109
49110         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
49111         This macro has been superseded by gl_BACKUPFILE.
49112
49113         More patches to assume C89 or better.
49114
49115         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
49116
49117         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
49118         unconditionally.
49119         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
49120         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
49121         Include <string.h>, <stdlib.h> unconditionally.
49122         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
49123         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
49124         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
49125         headers or for string.h.
49126         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
49127         or strtoul.
49128
49129         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
49130         headers.
49131         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
49132         * m4/userspec.m4 (gl_USERSPEC): Likewise.
49133         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
49134         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
49135         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
49136         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
49137         memcpy, memset.
49138         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
49139         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
49140         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
49141         strtol.
49142         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
49143         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
49144         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
49145         strtoul.
49146
49147 2003-09-12  Paul Eggert  <eggert@twinsun.com>
49148
49149         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
49150         * lib/obstack.c [!defined _LIBC]: Likewise.
49151         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
49152         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
49153         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
49154
49155         More changes to assume C89 or better.
49156
49157         * lib/error.c (error_tail): Assume vprintf.
49158
49159         * lib/argmatch.c (getenv): Remove decl.
49160         * lib/progreloc.c (get_full_program_name): Define via prototype.
49161         * lib/setenv.c (clearenv): Likewise.
49162         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
49163         needed.
49164         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
49165         (malloc, memcpy): Remove decls.
49166         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
49167         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
49168         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
49169         (memcpy): Remove macro.
49170         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
49171         (__P): Remove.  All uses removed.
49172         (PTR): Remove.  All uses changed to void *.
49173         (CHAR_BIT, NULL): Remove.
49174         (spaces, zeros, memset_space, memset_zero)
49175         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
49176         Remove.
49177         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
49178         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
49179         Define with prototype.
49180         Remove now-unnecessary prototype decl.
49181         (extra_args_spec): Assume ANSI C.  All uses changed.
49182         (extra_args_spec_iso): Remove.
49183         (my_strftime, emacs_strftimeu): Define via prototype.
49184         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
49185         unconditionally.
49186         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
49187         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
49188         (strtoul, strtol): Remove decls.
49189         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
49190         LONG_MAX): Remove.
49191         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
49192         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
49193         (LOCALE_PARAM_PROTO): New macro.
49194         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
49195         (INTERNAL (strtol), strtol): Define with a prototype.
49196         (PARAMS): Remove.  All uses removed.
49197         * lib/tempname.c: Include <string.h> unconditionally.
49198         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
49199         * lib/xgethostname.c (main): Define with a prototype.
49200         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
49201         Include <stdlib.h> unconditionally.
49202         (calloc, malloc, realloc, free): Remove decls.
49203         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
49204         Include <stdlib.h> unconditionally.  Sort include file names.
49205         (strtod): Remove.
49206         (xstrtod): Define with a prototype.
49207         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
49208         (strtol, strtoul): Remove decls.
49209
49210 2003-09-11  Paul Eggert  <eggert@twinsun.com>
49211
49212         More patches to assume C89 or better.
49213         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
49214         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
49215         string.h, memchr, STDC_HEADERS.
49216
49217 2003-09-11  Paul Eggert  <eggert@twinsun.com>
49218
49219         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
49220         Include <stdlib.h>, <string.h> unconditionally.
49221         Remove now-unnecessary cast to char *.
49222         * lib/strnlen.c: Include <string.h> unconditionally.
49223         * lib/yesno.c (yesno): Define with a prototype.
49224
49225 2003-09-11  Bruno Haible  <bruno@clisp.org>
49226
49227         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
49228
49229 2003-09-10  Jim Meyering  <jim@meyering.net>
49230
49231         * lib/error.c: Correct indentation of cpp directives.
49232
49233 2003-09-10  Bruno Haible  <bruno@clisp.org>
49234
49235         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
49236         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
49237         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
49238         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
49239         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
49240         <stdlib.h> and <string.h> checks.
49241         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
49242         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
49243
49244 2003-09-10  Bruno Haible  <bruno@clisp.org>
49245
49246         * lib/strcspn.c: Include <string.h> unconditionally.
49247         * lib/strpbrk.c: Include <string.h> unconditionally.
49248         * lib/strstr.c: Include <string.h> unconditionally.
49249         * lib/unicodeio.c: Include <string.h> unconditionally.
49250         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
49251         * lib/unsetenv.c: Likewise.
49252         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
49253         * lib/yesno.c: Include <stdlib.h> unconditionally.
49254         (rpmatch): Add prototype.
49255
49256 2003-09-09  Paul Eggert  <eggert@twinsun.com>
49257
49258         More patches to assume C89 or better.
49259         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
49260         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
49261         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
49262         or for string.h.
49263         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
49264         stdlib.h.
49265         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
49266         C headers.
49267         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
49268         string.h.
49269         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
49270         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
49271         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
49272         or for string.h.
49273         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
49274         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
49275         C headers.
49276         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
49277         memcpy.
49278         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
49279         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
49280         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
49281         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
49282         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
49283         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
49284         string.h, free.
49285         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
49286         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
49287         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
49288         C headers, or for string.h.
49289         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
49290         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
49291         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
49292         headers, memory.h, stdlib.h, string.h, strings.h.
49293         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
49294         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
49295         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
49296         strchr.
49297         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
49298         headers, memory.h, string.h.
49299         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
49300         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
49301         free.
49302         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
49303         headers.
49304         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
49305         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
49306         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
49307         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
49308         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
49309
49310 2003-09-09  Paul Eggert  <eggert@twinsun.com>
49311
49312         More K&R removal.
49313
49314         * lib/acosl.c (main): Use a prototype.
49315         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
49316         tanl.c: Likewise.
49317
49318         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
49319
49320         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
49321         (getopt, etopt_long, getopt_long_only, _getopt_internal)
49322         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
49323         with a prototype.
49324         * lib/getopt.c (const): Remove macro.
49325         Include <string.h> unconditionally.
49326         (my_index): Remove; all uses changed to strchr.
49327         (strlen): Remove decl.
49328         (exchange): Remove forward decl; no longer needed.
49329         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
49330         Define with prototype.
49331         * lib/getopt1.c (const): Remove macro.
49332         (getopt_long, getopt_long_only, main): Define with prototype.
49333
49334         * lib/getugroups.c: Include <string.h> unconditionally.
49335
49336         * lib/getusershell.c: Include <stdlib.h> unconditionally.
49337         (getusershell, setusershell, endusershell, readname, main):
49338         Define with prototypes.
49339
49340         * lib/group-member.c: Include group-member.h first.
49341         Include <stdlib.h> unconditionally.
49342
49343         * lib/hard-locale.c: Include hard-locale.h first.
49344         Include <stdlib.h>, <string.h> unconditionally.
49345
49346         * lib/hash.c (free, malloc): Remove decls.
49347         Include <stdlib.h> unconditionally.
49348
49349         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
49350         (getenv): Do not declare.
49351
49352         * lib/idcache.c: Include <string.h> unconditionally.
49353
49354         * lib/long-options.c: Include long-options.h first, to test interface.
49355         Include <stdlib.h> unconditionally.
49356
49357         * lib/makepath.c: Include makepath.h first, to test interface.
49358         Include <stdlib.h> and <string.h> unconditionally.
49359
49360         * lib/linebuffer.c: Include <stdlib.h>.
49361         (free): Remove decl.
49362
49363         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
49364         stddef.h. rpl_malloc returns void *, not char *.
49365         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
49366         prototype.
49367
49368         * lib/md5.h: Include <limits.h> unconditionally.
49369         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
49370         (__P): Remove; all uses removed.
49371         * lib/md5.c: Include "md5.h" first.
49372         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
49373         md5_buffer, md5_process_bytes, md5_process_block):
49374         Define with prototypes.
49375         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
49376         * lib/sha.c: Include "sha.h" first.
49377         Include <stdlib.h>, <string.h> unconditionally.
49378
49379         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
49380         * lib/memcmp.c (__ptr_t): Likewise.
49381         * lib/memrchr.c (__ptr_t): Likewise.
49382         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
49383         Include <string.h> unconditionally.
49384         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
49385         * lib/memchr.c: Include <stdlib.h> unconditionally.
49386         * lib/memchr.c (LONG_MAX): Remove.
49387         * lib/memrchr.c (LONG_MAX): Likewise.
49388         * lib/memchr.c (__memchr): Define via a prototype.
49389         * lib/memrchr.c (__memrchr): Likewise.
49390         * lib/memcmp.c (__P): Remove, and remove all uses.
49391         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
49392         Remove forward decls; no longer needed.
49393         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
49394         Use types required by C89 in prototype.
49395
49396         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
49397         * lib/savedir.c: Likewise.
49398         * lib/mkdir.c (free): Remove decl.
49399         * lib/rmdir.c (rmdir): Define with a prototype.
49400         * lib/savedir.c: Include savedir.h first, to test interface.
49401
49402         * lib/mktime.c (STDC_HEADERS): Remove.
49403         Include <stdlib.h>, <string.h> unconditionally.
49404
49405         * lib/modechange.c: Include <stdlib.h> unconditionally.
49406         (malloc): Remove decl.
49407
49408         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
49409         (free): Remove decl.
49410
49411         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
49412         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
49413         (This type really should be intptr_t, but that's a C99ism.)
49414         (_obstack_memcpy): Remove: all uses changed to memcpy.
49415         Include <string.h> unconditionally.
49416         (struct obstack): Assume __STDC__ for types of members
49417         chunkfun, freefun, extra_arg.
49418         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
49419         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
49420         obstack_begin, obstack_specify_allocation,
49421         obstack_specify_allocation_with_arg, obstack_chunkfun,
49422         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
49423         Remove unprototyped decls and the macros that use them.
49424         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
49425         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
49426         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
49427         (defined __STDC__ && __STDC__)]:
49428         Remove nonprototyped code.
49429         Include <stdlib.h> unconditionally.
49430         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
49431         _obstack_allocated_p, _obstack_free, obstack_free,
49432         _obstack_memory_used, print_and_abort):
49433         Define using prototypes.
49434         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
49435         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
49436         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
49437         obstack_next_free, obstack_object_size, obstack_room) [0]:
49438         Remove unused, unprototyped code.
49439
49440         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
49441
49442         * lib/physmem.c (physmem_total, physmem_available, main): Define
49443         with prototypes.
49444
49445         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
49446         (main): Define with a prototype.
49447
49448         * lib/posixver.c (getenv): Remove decl.
49449
49450         * lib/putenv.c (malloc): Returns void *, not char *.
49451         Include <string.h> unconditionally.
49452         (strchr, memcpy, NULL): Do not define.
49453
49454         * lib/readtokens.c: Include readtokens.h first, to test interface.
49455         Include <stdlib.h>, <string.h> unconditionally.
49456         (init_tokenbuffer): Define with a prototype.
49457
49458         * lib/regex.c (PARAMS): Remove.  All uses removed.
49459         All uses of _RE_ARGS removed, too.
49460         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
49461         unconditionally.
49462         (bzero): Assume memset exists.
49463         (memcmp, memcpy, NULL): Remove.
49464         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
49465         char, or assignments to local vars of type signed char.
49466         (init_syntax_once, PREFIX(extract_number_and_incr),
49467         PREFIX(print_partial_compiled_pattern),
49468         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
49469         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
49470         PREFIX(regex_grow_registers), PREFIX(regex_compile),
49471         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
49472         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
49473         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
49474         wcs_compile_range, byte_compile_range, truncate_wchar,
49475         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
49476         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
49477         count_mbs_length, wcs_re_match_2_internal,
49478         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
49479         PREFIX(alt_match_null_string_p),
49480         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
49481         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
49482         regfree, PREFIX(extract_number)): Define with prototype.  Remove
49483         now-unnecessary declaration, if any.
49484         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
49485         regcomp, regexec):
49486         Remove now-unnecessary casts among pointer types.
49487         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
49488
49489         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
49490         (free): Remove decl.
49491
49492         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
49493
49494         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
49495         (free): Remove decl.
49496
49497         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
49498         * lib/xgetcwd.c: Likewise.
49499
49500         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
49501         (free): Remove decl.
49502
49503         * lib/strchrnul.c (strchrnul): Define with a prototype.
49504         Fix bug: c_in was not converted to char before searching.
49505
49506         The following changes are not K&R related:
49507
49508         * lib/group-member.h: Include <sys/types.h>, so that this file is
49509         self-contained.
49510         * lib/makepath.h: Likewise.
49511
49512         * lib/getusershell.c (readname, default_index, line_size, readname):
49513         Use size_t, not int, for sizes.
49514         (readname): If the size overflows, report an error instead of
49515         looping forever.
49516
49517 2003-09-09  Paul Eggert  <eggert@twinsun.com>
49518
49519         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
49520         libc.
49521
49522 2003-09-09  Paul Eggert  <eggert@twinsun.com>
49523
49524         * README: New section: portability guidelines.
49525
49526 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
49527
49528         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
49529         C89 spec.
49530
49531 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
49532
49533         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
49534
49535 2003-09-08  Paul Eggert  <eggert@twinsun.com>
49536
49537         Assume C89 or better; remove K&R cruft.
49538         A few of these changes were first proposed by Derek Robert Price
49539         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
49540
49541         * lib/addext.c: Include <string.h> unconditionally.
49542         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
49543         Don't declare getenv or malloc.
49544
49545         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
49546         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
49547         (NULL): Remove.
49548         (find_stack_direction, alloca): Use prototypes.
49549
49550         * lib/atexit.c (atexit): Define using a prototype.
49551
49552         * lib/basename.c, dirname.c, stripslash.c:
49553         Include <string.h> unconditionally.
49554
49555         * lib/bcopy.c: Include <stddef.h>.
49556         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
49557
49558         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
49559
49560         * lib/error.h (error, error_at_line, error_print_progname)
49561         [! (defined (__STDC__) && __STDC__)]: Remove decls.
49562         * lib/error.c: Include error.h first, to check interface.
49563         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
49564         (VA_START): Remove; all uses changeed to va_start.
49565         (exit, strerror): Remove decls.
49566         (error_print_progname): Prototype uncondionally.
49567         Don't include <errno.h>; no longer needed.
49568         (private_strerror): Remove.
49569         (error_tail): Always define.
49570         (error, error_at_line): Assume C89 or better; always use prototypes.
49571         * lib/fatal.c: Include "fatal.h" first, to test interface.
49572         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
49573         (VA_START): Remove; all uses changed to va_start.
49574         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
49575         this case.
49576         (exit): Remove decl.
49577         (fatal): Prototype unconditionally.  Assume va_start works.
49578         Abort at end, to pacify gcc.
49579
49580         * lib/euidaccess.c (main): Define with a prototype.
49581
49582         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
49583
49584         * lib/exitfail.c: Include <stdlib.h> unconditionally.
49585
49586         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
49587         prototypes.
49588         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
49589         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
49590         (getenv): Remove decl.
49591         (fnmatch): Define using a prototype.
49592         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
49593         (FCT): Define using a prototype.
49594
49595         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
49596
49597         * lib/gethostname.c: Include <stddef.h>.
49598         (gethostname): Define with prototype.  Length is size_t, not int.
49599
49600 2003-09-08  Paul Eggert  <eggert@twinsun.com>
49601
49602         Assume C89 or better; remove K&R cruft.
49603         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
49604         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
49605         string.h, getenv, malloc.
49606         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
49607         headers.
49608         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
49609         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
49610         do not check for strerror.
49611         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
49612         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
49613         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
49614         do not check for doprnt or vprintf.
49615         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
49616         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
49617
49618 2003-09-08  Paul Eggert  <eggert@twinsun.com>
49619
49620         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
49621         getversion.c should have been removed then, but was accidentally
49622         preserved.
49623
49624         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
49625         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
49626
49627 2003-09-08  Karl Berry  <karl@gnu.org>
49628
49629         * config/config.sub, config.guess, srclistvars.sh: update from savannah
49630                 config, forget about prep.
49631
49632         * config/depcomp, missing: update from automake.
49633
49634 2003-09-07  Paul Eggert  <eggert@twinsun.com>
49635
49636         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
49637         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
49638
49639 2003-09-07  Paul Eggert  <eggert@twinsun.com>
49640
49641         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
49642         copy_tm_result.  Bug reported by Simon Josefsson in
49643         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
49644
49645 2003-09-06  Paul Eggert  <eggert@twinsun.com>
49646
49647         * m4/time_r.m4: New file.
49648         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
49649         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
49650         is. Check for timegm declaration.
49651         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
49652         Do not check for gmtime_r.
49653         Replace mktime if __mktime_internal does not exist and if mktime
49654         hasn't been replaced already.
49655
49656 2003-09-06  Paul Eggert  <eggert@twinsun.com>
49657
49658         * lib/time_r.c, lib/time_r.h: New files.
49659
49660         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
49661         __localtime_r.
49662         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
49663         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
49664
49665         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
49666         __gmtime_r.
49667         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
49668         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
49669         Include <time_r.h>.
49670
49671         * lib/timegm.c: Switch to glibc implementation, with the following
49672         changes:
49673         [defined HAVE_CONFIG_H]: Include <config.h>.
49674         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
49675         (__mktime_internal) [!defined _LIBC]: New decl.
49676         (__gmtime_r) [!defined _LIBC]: New macro and function.
49677         (timegm): Use a prototype, since gnulib assumes C89.
49678         Do not bother declaring tmp to be const, as it's not really usefu.
49679         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
49680         (timegm): Declare only if HAVE_DECL_TIMEGM.
49681
49682 2003-09-06  Paul Eggert  <eggert@twinsun.com>
49683
49684         * MODULES.html.sh (func_all_modules): Add time_r.
49685         * modules/time_r: New file.
49686         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
49687         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
49688
49689 2003-09-03  Paul Eggert  <eggert@twinsun.com>
49690
49691         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
49692         Bug reported by Lute Kamstra in
49693         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
49694
49695         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
49696         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
49697         course with correspondingly smaller numbers for tomorrow and
49698         yesterday.  From Tadayoshi Funaba.  Originally installed into
49699         sh-utils on 1999-08-07, but the patch got lost (I guess during the
49700         coreutils merge?).
49701
49702 2003-08-31  Simon Josefsson  <jas@extundo.com>
49703
49704         * modules/timegm: New file.
49705         * MODULES.html.sh (func_all_modules): Add timegm.
49706
49707 2003-08-31  Simon Josefsson  <jas@extundo.com>
49708
49709         * m4/timegm.m4: New file.
49710
49711 2003-08-31  Simon Josefsson  <jas@extundo.com>
49712
49713         * lib/timegm.h: New file.
49714         * lib/timegm.c: New file.  Based on
49715         wget-1.8.2/src/http.c:mktime_from_utc.
49716
49717 2003-08-31  Karl Berry  <karl@gnu.org>
49718
49719         * lib/argp.h: update from libc.
49720
49721 2003-08-28  Bruno Haible  <bruno@clisp.org>
49722
49723         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
49724         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
49725         followed by '#define fnmatch fnmatch_posix' gives an error.
49726
49727 2003-08-28  Bruno Haible  <bruno@clisp.org>
49728
49729         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
49730         warning on QNX, which defines O_BINARY to 000000.
49731
49732 2003-08-27  Jim Meyering  <jim@meyering.net>
49733
49734         * m4/mkstemp.m4: Require that the system mkstemp be able to create
49735         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
49736         would fail after 32.  Reported by Danny Levinson.  Details here:
49737         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
49738
49739 2003-08-24  Bruno Haible  <bruno@clisp.org>
49740
49741         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
49742         MSVC7 <stdio.h> is included later.
49743
49744 2003-08-22  Simon Josefsson  <jas@extundo.com>
49745
49746         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
49747
49748 2003-08-20  Karl Berry  <karl@gnu.org>
49749
49750         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
49751
49752 2003-08-20  Bruno Haible  <bruno@clisp.org>
49753
49754         * modules/progname: New file.
49755         * MODULES.html.sh (func_all_modules): Add progname.
49756
49757 2003-08-20  Bruno Haible  <bruno@clisp.org>
49758
49759         * lib/progname.h: New file, from GNU gettext.
49760         * lib/progname.c: New file, from GNU gettext.
49761         * lib/progreloc.c: New file, from GNU gettext.
49762
49763 2003-08-19  Jim Meyering  <jim@meyering.net>
49764
49765         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
49766         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
49767
49768 2003-08-19  Bruno Haible  <bruno@clisp.org>
49769
49770         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
49771         more.
49772
49773 2003-08-19  Bruno Haible  <bruno@clisp.org>
49774
49775         * lib/xstrdup.c: Assume <string.h> exists.
49776
49777 2003-08-18  Paul Eggert  <eggert@twinsun.com>
49778
49779         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
49780         in makefile rules.
49781
49782 2003-08-18  Jim Meyering  <jim@meyering.net>
49783
49784         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
49785         * m4/lib-ld.m4: Likewise.
49786
49787 2003-08-18  Jim Meyering  <jim@meyering.net>
49788
49789         * lib/setenv.h: Indent nested cpp directive.
49790         * lib/vasnprintf.c: Remove trailing blanks.
49791
49792 2003-08-17  Simon Josefsson  <jas@extundo.com>
49793
49794         * modules/xstrndup: New file.
49795         * MODULES.html.sh (func_all_modules): Add xstrndup.
49796
49797 2003-08-17  Simon Josefsson  <jas@extundo.com>
49798
49799         * modules/argp: Fix autoconf macro name. Add more dependencies.
49800
49801 2003-08-17  Simon Josefsson  <jas@extundo.com>
49802
49803         * m4/xstrndup.m4: New file.
49804
49805 2003-08-17  Simon Josefsson  <jas@extundo.com>
49806
49807         * m4/argp.m4: New file.
49808
49809 2003-08-17  Simon Josefsson  <jas@extundo.com>
49810             Bruno Haible  <bruno@clisp.org>
49811
49812         * lib/xstrndup.h: New file.
49813         * lib/xstrndup.c: New file.
49814
49815 2003-08-17  Bruno Haible  <bruno@clisp.org>
49816
49817         * modules/strndup (Files, Include): Add lib/strndup.h.
49818
49819 2003-08-17  Bruno Haible  <bruno@clisp.org>
49820
49821         * modules/euidaccess (Files): Add lib/euidaccess.h.
49822
49823 2003-08-17  Bruno Haible  <bruno@clisp.org>
49824
49825         * lib/strndup.h: New file.
49826
49827 2003-08-17  Bruno Haible  <bruno@clisp.org>
49828
49829         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
49830         like AC_GNU_SOURCE.
49831         * modules/extensions (configure.ac): Comment out the invocation of
49832         gl_USE_SYSTEM_EXTENSIONS.
49833
49834 2003-08-16  Paul Eggert  <eggert@twinsun.com>
49835
49836         Merges from coreutils, etc.
49837         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
49838         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
49839         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
49840         fixing a typo.
49841         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
49842         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
49843
49844 2003-08-16  Paul Eggert  <eggert@twinsun.com>
49845
49846         Document merge from coreutils.
49847         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
49848         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
49849         * modules/utime: Add m4/utimes-null.m4.
49850
49851 2003-08-16  Paul Eggert  <eggert@twinsun.com>
49852
49853         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
49854         space, undoing this 2003-08-12 change:
49855         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
49856
49857 2003-08-16  Paul Eggert  <eggert@twinsun.com>
49858
49859         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
49860         strtoul.c from libc, undoing this 2003-08-12 change:
49861         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
49862
49863 2003-08-16  Jim Meyering  <jim@meyering.net>
49864
49865         Merges from coreutils.
49866         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
49867         prefix.  Adjust cache variables similarly.  Create 500 rather than
49868         just 300 files, to exercise bug on Darwin6.5, too.
49869         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
49870         $missing_dir.
49871         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
49872         AM_SYS_POSIX_TERMIOS.
49873         Reported by mkc@mathdogs.com.
49874         Also change use of $am_cv_sys_posix_termios
49875         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
49876         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
49877         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
49878         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
49879         in /proc/mounts until it finds one with matching device number.  This
49880         is unnecessary when the FILE argument *is* a mount point.  No stat call
49881         is necessary in that case.  So, disable the statvfs-testing code on
49882         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
49883         as RedHat bug# 84846.
49884         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
49885         to 1MB, so as not to render systems with no stack size limit (e.g.,
49886         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
49887         Include <unistd.h>.  On some systems,
49888         it is required for the definition of _SC_PAGESIZE.
49889
49890 2003-08-16  Jim Meyering  <jim@meyering.net>
49891
49892         Merge from coreutils.
49893         * lib/xstrtoimax.c: #else #if -> #elif.
49894         * lib/xstrtoumax.c: Likewise.
49895
49896 2003-08-16  Jim Meyering  <jim@meyering.net>
49897
49898         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
49899         * m4/utimes.m4: Removed.
49900         * m4/utimes-null.m4: Renamed from utimes.m4.
49901
49902         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
49903         to 1MB, so as not to render systems with no stack size limit (e.g.,
49904         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
49905         Include <unistd.h>.  On some systems,
49906         it is required for the definition of _SC_PAGESIZE.
49907
49908 2003-08-16  Jim Meyering  <jim@meyering.net>
49909         and Paul Eggert  <eggert@cs.ucla.edu>
49910
49911         Merges from coreutils, etc.
49912
49913         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
49914         using the latest version from cvs.  This avoids problems with #line
49915         directives using a vendor (Sun) compiler.
49916         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
49917         Don't set GETGROUPS_LIB here; now it's
49918         done via getgroups.m4's wrapper function.
49919         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
49920         rather than just in sh-util/configure.in, so that the
49921         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
49922         same.
49923         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
49924         AC_FUNC_GETLOADAVG where to find getloadavg.c.
49925         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
49926         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
49927         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
49928         Remove code that is now done by the newly-required macros.
49929         Append $(EXEEXT) to DF_PROG.
49930         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
49931         Do not invoke or require the following here,
49932         since prereq.m4 or some gnulib .m4 now does this for us:
49933         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
49934         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
49935         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
49936         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
49937         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
49938         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
49939         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
49940         AC_FUNC_OBSTACK.
49941         Do not replace the following functions, as this is now the job
49942         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
49943         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
49944         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
49945         atexit getpass, strdup, getpagesize.
49946         Replace 'raise'.
49947         Do not check for the following functions, as this is now the job
49948         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
49949         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
49950         setregid.
49951         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
49952         Check for sys/sysctl.h.
49953         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
49954         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
49955         of checking for ssize_t ourselves.
49956
49957         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
49958         Require every macro that gnulib/modules/* suggests for us.
49959         (jm_PREREQ_ADDEXT): New macro.
49960         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
49961         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
49962
49963         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
49964         (gl_PHYSMEM): Use it.
49965         Also check for `table' function.
49966         Check for new headers and functions.
49967         Add check for sys/sysmp.h.
49968         With suggestions from Kaveh Ghazi.
49969         Ignore headers that are present but cannot be compiled.  This
49970         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
49971         C 5.4.
49972
49973 2003-08-15  Paul Eggert  <eggert@twinsun.com>
49974
49975         Document merge from coreutils.
49976         * modules/userspec: Depend on posixver.
49977         * modules/strftime: Depend on tzset.
49978
49979 2003-08-15  Paul Eggert  <eggert@twinsun.com>
49980
49981         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
49982         rather than tab, after '#' in shell-script copyright notices.
49983         Suggested by Bruno Haible.
49984
49985 2003-08-15  Paul Eggert  <eggert@twinsun.com>
49986
49987         * config/srclist-update: Use three spaces, rather than tab, after '#'
49988         in shell-script copyright notices.  Suggested by Bruno Haible.
49989         Remove unnecessary parenthesization in regular expression.
49990
49991 2003-08-15  Jim Meyering  <jim@meyering.net>
49992
49993         Merge from coreutils.
49994         * lib/xgethostname.c: Include <stdlib.h>.
49995         (xghostname): Don't exit for anything other than memory-related
49996         failure; just return NULL.
49997         * lib/userspec.c: Include "posixver.h".
49998         (parse_user_spec): Accept `.' as a separator only
49999         in pre-POSIX-200112 mode.
50000         * lib/strtoimax.c: Use #elif rather than #else #if.
50001         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
50002         Remove function, now that we can rely on a working tzset function.
50003         [!_LIBC]: Ensure that the required autoconf test has been run.
50004         [!defined _NL_CURRENT && HAVE_STRFTIME]:
50005         Use underlying_strftime for %r.
50006         * lib/sha.c: Merge in some clean-up and optimization changes from
50007         glibc.
50008         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
50009         Ensure that it is a multiple of 64.
50010         Rearrange loop exit tests so as to avoid performing an
50011         additional fread after encountering an error or EOF.
50012         * lib/realloc.c: Update copyright date.
50013
50014 2003-08-15  Jim Meyering  <jim@meyering.net>
50015         and Paul Eggert  <eggert@twinsun.com>
50016
50017         Merge from coreutils.
50018         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
50019         member but strut utmpx does not.  Needed for AIX 4.3.3.
50020         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
50021
50022 2003-08-15  Jim Meyering  <jim@meyering.net>
50023         and Paul Eggert  <eggert@cs.ucla.edu>
50024
50025         Merges from coreutils, etc.
50026         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
50027         Require gl_FUNC_TZSET_CLOBBER.
50028         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
50029         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
50030         members.
50031
50032 2003-08-14  Paul Eggert  <eggert@twinsun.com>
50033
50034         Help the merge from coreutils.
50035         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
50036         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
50037         * m4/tzset.m4: Use it too.
50038
50039 2003-08-14  Paul Eggert  <eggert@twinsun.com>
50040
50041         * modules/tzset: New file.
50042
50043 2003-08-14  Jim Meyering  <jim@meyering.net>
50044
50045         Merges from coreutils.
50046         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
50047         variable names, rather than @FNMATCH_H@.
50048         * modules/alloca: Likewise for $(ALLOCA_H).
50049
50050         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
50051         the three copies of the literal target, `fnmatch.h'.
50052         * modules/alloca (alloca.h): Likewise.
50053
50054 2003-08-14  Jim Meyering  <jim@meyering.net>
50055
50056         Merge from coreutils.
50057         * m4/tzset.m4: New file.
50058         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
50059         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
50060         otherwise, AIX 5.1 systems would end up using the latter.
50061         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
50062         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
50063         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
50064         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
50065
50066 2003-08-14  Jim Meyering  <jim@meyering.net>
50067
50068         Merge from coreutils.
50069         * lib/obstack.h: Whitespace changes.
50070         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
50071         and xcalloc return values.
50072         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
50073         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
50074         hang on OSF/1 5.1 for DIR on both local and remote file systems.
50075         Reported by (and fix confirmed by) Nelson H. F. Beebe.
50076         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
50077         error from mntctl.
50078         Use mntctl's return value to drive the entry-processing loop, since
50079         we can't rely on the value of the vmt_length member in the last
50080         entry.  On some systems doing so could result in exhausting
50081         virtual memory.  Based in part on a patch from Mike Jetzer.
50082
50083 2003-08-14  Jim Meyering  <jim@meyering.net>
50084         and Paul Eggert  <eggert@twinsun.com>
50085
50086         Merges from coreutils, plus other fixes.
50087         * lib/physmem.c: Merge in portability changes from gcc/libiberty
50088         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
50089         for credits and details.  Thanks to Kaveh Ghazi for helping
50090         to keep these files in sync.
50091         (ARRAY_SIZE): Define it.
50092         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
50093         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
50094         (memcasecmp): Don't assume size_t fits in unsigned int.
50095         Remove casts and duplicate code.
50096         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
50097         (memcpy): Remove definition.
50098         Merge in some clean-up and optimization changes from glibc.
50099         [BLOCKSIZE]: Move definition to top of file.
50100         Ensure that it is a multiple of 64.
50101         Rearrange loop exit tests so as to avoid performing an
50102         additional fread after encountering an error or EOF.
50103         * lib/md5.h (md5_uintptr): Define.
50104         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
50105         return to the initial working directory.  Preserve errno
50106         for caller.
50107         * lib/idcache.c: Include "xalloc.h".
50108         (xmalloc, xrealloc): Remove decls.
50109         (getuser): Remove casts no longer required in C89.
50110         * lib/human.c: Include stdio.h, for sprintf.
50111         * lib/group-member.c: Include "xalloc.h".
50112         (xmalloc, xrealloc): Remove decls.
50113         (get_group_info): Remove casts no longer required in C89.
50114         * lib/getusershell.c (readname): Remove casts no longer required in
50115         C89.
50116         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
50117         * lib/getline.c: Whitespace fix, from coreutils.
50118
50119 2003-08-13  Paul Eggert  <eggert@twinsun.com>
50120
50121         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
50122         Check for isascii.
50123
50124         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
50125         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
50126         Undo previous (whitespace-only) change.
50127
50128 2003-08-13  Paul Eggert  <eggert@twinsun.com>
50129
50130         * lib/exclude.c: Include <ctype.h>
50131         (IN_CTYPE_DOMAIN): New macro.
50132         (is_space): New fn.
50133         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
50134         and empty lines.
50135
50136         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
50137         Undo previous (whitespace-only) change.
50138
50139 2003-08-13  Paul Eggert  <eggert@twinsun.com>
50140
50141         * config/srclist-update: Change update back to the old behavior,
50142         leaving whitespace alone.  Use one 'sed' command rather than a
50143         pipeline.
50144         (fixlicense): Now a variable, not a function.
50145         (remove_trailing_blanks): Remove.
50146         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
50147         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
50148         Undo previous (whitespace-only) change.
50149
50150 2003-08-12  Paul Eggert  <eggert@twinsun.com>
50151
50152         Merge from coreutils.
50153         * modules/euidaccess: Add lib_SOURCES, include for new
50154         file euidaccess.h
50155
50156 2003-08-12  Paul Eggert  <eggert@twinsun.com>
50157
50158         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
50159         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
50160         Normalize leading white space and remove trailing white space.
50161
50162         Merge from coreutils
50163         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
50164
50165         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
50166         0.12.1.  These files are now being upgraded automatically by
50167         ../config/srclist-update.
50168
50169 2003-08-12  Paul Eggert  <eggert@twinsun.com>
50170
50171         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
50172         Normalize leading white space and remove trailing white space.
50173         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
50174         notice, as per ../config/srclist-update.
50175
50176         Merge from coreutils.
50177         * lib/euidaccess.h: New file.
50178         * lib/euidaccess.c: Include it.
50179         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
50180         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
50181         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
50182
50183 2003-08-12  Paul Eggert  <eggert@twinsun.com>
50184
50185         * config/srclist-update: Add copyright notice.
50186         (remove_id_lines, remove_trailing_blanks): New constants.
50187         (fixfile): Use them to normalize spacing a bit in copied files.
50188         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
50189         Normalize leading white space and remove trailing white space.
50190
50191         * config/texinfo.tex: Sync with texinfo.
50192
50193         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
50194         strtoul.c from libc, to merge coreutils whitespace changes.
50195
50196         * config/srclist.txt: Get the following m4 files from gettext:
50197         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
50198         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
50199         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
50200         wint_t.m4.
50201
50202 2003-08-12  Karl Berry  <karl@gnu.org>
50203
50204         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
50205         been made.
50206
50207 2003-08-11  Paul Eggert  <eggert@twinsun.com>
50208
50209         * modules/gnu-source, m4/gnu-source.m4:
50210         Remove; we're assuming Autoconf 2.54 or later now.
50211         Suggested by Bruno Haible.
50212         * MODULES.html.sh (func_all_modules): Remove gnu-source.
50213
50214 2003-08-11  Bruno Haible  <bruno@clisp.org>
50215
50216         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
50217
50218 2003-08-11  Bruno Haible  <bruno@clisp.org>
50219
50220         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
50221         (vasnprintf): Use it instead of wcslen.
50222
50223 2003-08-11  Bruno Haible  <bruno@clisp.org>
50224
50225         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
50226         value to ensure that _Bool promotes to int. Use #define for _Bool when
50227         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
50228
50229 2003-08-10  Karl Berry  <karl@gnu.org>
50230
50231         * lib/regex.h: update from libc (whitespace fix).
50232
50233 2003-08-09  Paul Eggert  <eggert@twinsun.com>
50234
50235         Merge some files from coreutils.  These changes were
50236         originally made by Jim Meyering.
50237         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
50238         many older Unixes require this.
50239         * lib/alloca.c (alloca): Remove cast to argument of free;
50240         no longer needed in C89.
50241         * lib/alloca_.h, regex.h: Fix white space to match
50242         what GNU indent does.
50243
50244 2003-08-09  Paul Eggert  <eggert@twinsun.com>
50245
50246         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
50247         apparently Emacs's Unicode mode got confused before my 2003-08-05
50248         checkin.
50249
50250 2003-08-08  Paul Eggert  <eggert@twinsun.com>
50251
50252         * m4/extensions.m4: New file.
50253         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
50254         Require gl_USE_SYSTEM_EXTENSIONS.
50255         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
50256         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
50257
50258 2003-08-08  Paul Eggert  <eggert@twinsun.com>
50259
50260         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
50261         * modules/extensions, modules/gnu-source: New files.
50262         * modules/timespec, modules/unlocked-io: Depend on extensions.
50263
50264 2003-08-07  Paul Eggert  <eggert@twinsun.com>
50265
50266         * modules/restrict: New file.
50267         * MODULES.html.sh (func_all_modules): Add restrict.
50268         * modules/regex: Depend on restrict.
50269
50270 2003-08-07  Paul Eggert  <eggert@twinsun.com>
50271
50272         * m4/restrict.m4: New file.
50273         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
50274
50275 2003-08-07  Bruno Haible  <bruno@clisp.org>
50276
50277         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
50278         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
50279
50280 2003-08-07  Bruno Haible  <bruno@clisp.org>
50281
50282         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
50283         makes the module 'getndelim2' compatible with the module 'getline'.
50284
50285 2003-08-05  Paul Eggert  <eggert@twinsun.com>
50286
50287         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
50288         byte with "\201" to avoid glitches when editing that source file
50289         with multi-gnome-terminal.
50290
50291 2003-08-05  Paul Eggert  <eggert@twinsun.com>
50292
50293         * lib/bumpalloc.h: Remove.
50294
50295 2003-08-05  Paul Eggert  <eggert@twinsun.com>
50296
50297         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
50298         * modules/bumpalloc: Remove.
50299
50300 2003-08-04  Paul Eggert  <eggert@twinsun.com>
50301
50302         * lib/getloadavg.c: Change copyright notice and spacing to conform to
50303         GNU coding style.
50304
50305         Merge from coreutils.
50306         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
50307         1. From glibc.
50308         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
50309         from Karl Berry, implemented by Jim Meyering.
50310         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
50311         from Dmitry V. Levin.
50312         Remove anachronistic cast of xrealloc.
50313         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
50314         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
50315         type. Otherwise, it wouldn't compile with at least /bin/cc on
50316         ymp-cray-unicos9.0.2.X.
50317         Combine two mostly-identical uses of alloca into one.
50318         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
50319
50320 2003-08-04  Dave Love  <d.love@dl.ac.uk>
50321
50322         [From Emacs.]
50323
50324         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
50325         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
50326         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
50327         obsolete NLIST_NAME_UNION.
50328         [__GNU__]: Undef BSD and FSCALE.
50329         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
50330
50331 2003-08-03  Paul Eggert  <eggert@twinsun.com>
50332
50333         * lib/stdbool_.h (_Bool): Make it signed char, instead of
50334         an enum type, so that it's guaranteed to promote to int.  See:
50335         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
50336
50337 2003-08-03  Karl Berry  <karl@gnu.org>
50338
50339         * config/depcomp: update from automake.
50340
50341 2003-07-31  Paul Eggert  <eggert@twinsun.com>
50342
50343         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
50344         (strerror): Don't assume that a printable int fits in 14 bytes.
50345
50346 2003-07-31  Bruno Haible  <bruno@clisp.org>
50347
50348         * modules/getpass-gnu: New file.
50349         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
50350
50351 2003-07-31  Bruno Haible  <bruno@clisp.org>
50352
50353         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
50354
50355 2003-07-24  Karl Berry  <karl@gnu.org>
50356
50357         * config/missing: update from automake.
50358
50359 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
50360             Bruno Haible  <bruno@clisp.org>
50361
50362         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
50363         * lib/getline.c (getline, getdelim): Likewise.
50364         Remove _GNU_SOURCE define; now it's defined in config.h through
50365         m4/getline.m4.
50366
50367 2003-07-23  Karl Berry  <karl@gnu.org>
50368
50369         * config/config.sub: update from prep.
50370
50371 2003-07-22  Paul Eggert  <eggert@twinsun.com>
50372
50373         * modules/xalloc (Depends-on): Add exitfail.
50374         * modules/xmemcoll: Likewise.
50375
50376 2003-07-22  Paul Eggert  <eggert@twinsun.com>
50377
50378         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
50379         over-parenthesization in macros.
50380
50381         Sync with coreutils.
50382
50383         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
50384         required by C99.
50385
50386         Use `exit_failure' for xalloc and xmemcoll instead of their own
50387         private exit-failure variables.
50388         * lib/xalloc.h (xalloc_exit_failure): Remove.
50389         * lib/xmalloc.c: Likewise.  Include exitfail.h.
50390         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
50391         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
50392         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
50393         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
50394
50395 2003-07-20  Jim Meyering  <jim@meyering.net>
50396
50397         * modules/closeout (Depends-on): Add exitfail.
50398         Suggestion from Bruno Haible.
50399
50400 2003-07-19  Karl Berry  <karl@gnu.org>
50401
50402         * config/config.sub: update from prep.
50403
50404 2003-07-18  Paul Eggert  <eggert@twinsun.com>
50405
50406         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
50407         Remove.
50408         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
50409         to test that it can stand by itself.  Include "exitfail.h".
50410         Clients should set exit_failure instead.
50411         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
50412
50413 2003-07-18  Bruno Haible  <bruno@clisp.org>
50414
50415         * modules/getndelim2: New file.
50416         * modules/getline: Share files with module getndelim2.
50417         * modules/getnline: Depend on getndelim2 instead of sharing files with
50418         it. Add getnline.c to lib_SOURCES.
50419         * MODULES.html.sh (func_all_modules): Add getndelim2.
50420
50421 2003-07-18  Bruno Haible  <bruno@clisp.org>
50422
50423         * m4/getndelim2.m4: New file.
50424         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
50425         invoke gl_PREREQ_GETNDELIM2.
50426         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
50427         gl_PREREQ_GETNDELIM2.
50428         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
50429         gl_GETNDELIM2.
50430
50431 2003-07-18  Bruno Haible  <bruno@clisp.org>
50432
50433         * lib/getndelim2.h: New file.
50434         * lib/getndelim2.c: Make into a module of its own. Include config.h,
50435         getndelim2.h.
50436         (getndelim2): Make non-static. Change return type to ssize_t.
50437         * lib/getline.h: Change argument names.
50438         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
50439         * lib/getnline.c: Include getndelim2.h.
50440
50441 2003-07-18  Andreas Schwab  <schwab@suse.de>
50442
50443         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
50444
50445 2003-07-17  Karl Berry  <karl@gnu.org>
50446
50447         * config/config.sub: update from prep.
50448
50449 2003-07-17  Bruno Haible  <bruno@clisp.org>
50450
50451         * modules/getnline: New file.
50452         * modules/getline: Add lib/getndelim2.c to source file list.
50453         * MODULES.html.sh (func_all_modules): Add getnline.
50454
50455 2003-07-17  Bruno Haible  <bruno@clisp.org>
50456
50457         * m4/getnline.m4: New file.
50458
50459 2003-07-17  Bruno Haible  <bruno@clisp.org>
50460
50461         * m4/Makefile.am.in: Remove file.
50462         * m4/Makefile.am: Remove file.
50463         * m4/Makefile.in: Remove file.
50464
50465 2003-07-17  Bruno Haible  <bruno@clisp.org>
50466
50467         * lib/getnline.h: New file.
50468         * lib/getnline.c: New file.
50469         * lib/getndelim2.c: New file, extracted from getline.c.
50470         (getndelim2): Renamed from getdelim2, with added nmax argument.
50471         * lib/getline.c: Include getndelim2.c.
50472         (getdelim2): Moved out to getndelim2.c.
50473         (getline, getdelim): Update.
50474
50475 2003-07-17  Bruno Haible  <bruno@clisp.org>
50476
50477         * lib/Makefile.am: Remove file.
50478         * lib/Makefile.in: Remove file.
50479
50480 2003-07-17  Bruno Haible  <bruno@clisp.org>
50481
50482         * configure.in: Remove file.
50483         * Makefile.in: Remove file.
50484
50485 2003-07-17  Bruno Haible  <bruno@clisp.org>
50486
50487         * MODULES.html.sh: Put the </BODY> right before </HTML>.
50488
50489 2003-07-16  Karl Berry  <karl@gnu.org>
50490
50491         * config/srclist-update: was running fixlicense twice, which caused
50492                 texinfo.tex to be nullified for some reason.  Simplify,
50493                 $gplsrc is no longer needed as far as I can see?
50494
50495 2003-07-16  Jim Meyering  <jim@meyering.net>
50496
50497         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
50498
50499 2003-07-15  Paul Eggert  <eggert@twinsun.com>
50500
50501         * config/srclist.txt: Get the following files from gettext-runtime/intl
50502         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
50503         ref-del.sin.  From Bruno Haible.
50504         * config/srclist-update (fixfile): Change grep pattern again, since the
50505         previous fix didn't work (there was another trailing $).  Use
50506         '[$]' to escape the $s.
50507
50508 2003-07-15  Karl Berry  <karl@gnu.org>
50509
50510         * lib/vasnprintf.c: update from gettext.
50511
50512 2003-07-15  Karl Berry  <karl@gnu.org>
50513
50514         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
50515         gets expanded when surrounded by '$'.
50516
50517 2003-07-15  Jim Meyering  <jim@meyering.net>
50518
50519         * modules/save-cwd: Don't depend on error.  From Derek Price.
50520
50521 2003-07-15  Jim Meyering  <jim@meyering.net>
50522
50523         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
50524
50525 2003-07-14  Simon Josefsson  <jas@extundo.com>
50526
50527         * modules/mempcpy: New file.
50528         * MODULES.html.sh (func_all_modules): Add mempcpy.
50529
50530 2003-07-14  Simon Josefsson  <jas@extundo.com>
50531
50532         * m4/mempcpy.m4: New file.
50533
50534 2003-07-14  Simon Josefsson  <jas@extundo.com>
50535
50536         * lib/mempcpy.h: New file.
50537         * lib/mempcpy.c: New file.
50538
50539 2003-07-14  Paul Eggert  <eggert@twinsun.com>
50540
50541         * modules/getdate, modules/posixtm: Depend on mktime.
50542
50543 2003-07-14  Paul Eggert  <eggert@twinsun.com>
50544
50545         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
50546         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
50547         unicodeio.c, unicodeio.h, unlocked-io.h:
50548         Switch from LGPL to GPL.
50549
50550 2003-07-14  Paul Eggert  <eggert@twinsun.com>
50551
50552         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
50553         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
50554         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
50555         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
50556         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
50557         updated automatically by ../config/srclist-update.  This changes
50558         their license from LPGL to GPL.
50559
50560 2003-07-14  Paul Eggert  <eggert@twinsun.com>
50561
50562         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
50563         assumed to refer to the root of the most recent stable gettext version.
50564         * config/srclistvars.sh: Add defaults for eggert.
50565         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
50566         Match "This program" as well as "The program".  This is needed
50567         for gettext.
50568
50569 2003-07-14  Jim Meyering  <jim@meyering.net>
50570
50571         Don't emit diagnostics.  Let callers do that.
50572         * lib/save-cwd.c: Don't include "error.h".
50573         (save_cwd): Don't call error.  Ensure that errno is valid
50574         when returning nonzero.
50575
50576         * lib/save-cwd.h (restore_cwd): Update prototype.
50577         * lib/save-cwd.c (restore_cwd): Remove two parameters.
50578         Simplify.  Don't call error upon failure.  Let callers do that.
50579         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
50580         when auditing is enabled.  But don't bother updating the #if.
50581
50582 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
50583
50584         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
50585         it breaks C++ compilation.
50586         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
50587
50588 2003-07-10  Simon Josefsson  <jas@extundo.com>
50589
50590         * modules/strchrnul (Makefile.am): Add strchrnul.h.
50591
50592 2003-07-10  Jim Meyering  <jim@meyering.net>
50593
50594         * m4/clock_time.m4: Remove trailing blank.
50595         * m4/intmax_t.m4: Likewise.
50596
50597 2003-07-10  Jim Meyering  <jim@meyering.net>
50598
50599         * lib/vasnprintf.c: Remove trailing blanks.
50600         Make cpp indentation consistent.
50601
50602 2003-07-09  Paul Eggert  <eggert@twinsun.com>
50603
50604         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
50605         posixver.c, strftime.c, strnlen.c, strverscmp.c:
50606         Switch from LGPL to GPL.
50607
50608 2003-07-09  Paul Eggert  <eggert@twinsun.com>
50609
50610         * config/srclist.txt: Sort sublists.  Add
50611         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
50612         that differ from gnulib for one reason or another; we'd like this list
50613         to be smaller but for now let's document what we have.
50614
50615 2003-07-08  Paul Eggert  <eggert@twinsun.com>
50616
50617         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
50618         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
50619         and sweeter "eval x=$x".
50620         * config/srclist.txt: Get lib/argp* from glibc.
50621
50622 2003-07-07  Paul Eggert  <eggert@twinsun.com>
50623
50624         * lib/mktime.c: Fix some boundary cases and remove need for floating
50625         point.
50626
50627         Issue a compile-time diagnostic if time_t is floating point, or if
50628         two's complement arithmetic is not in effect, or if arithmetic
50629         right shift does not propagate the sign.  These assumptions were
50630         all in the original code but they weren't checked.
50631
50632         (TIME_T_MIDPOINT, verify): New macros.
50633         (__isleap): Remove; it has integer overflow problems.
50634         (leapyear): New function, without those problems.
50635         (ydhms_tm_diff): Remove; splitting into two parts.
50636         (ydhms_diff): New function, containing the arithmetic part of
50637         the old ydhms_tm_diff function.  Issue a compile-time
50638         diagnostic if we are not using C99 integer division.
50639         Avoid casts when possible.
50640         (guess_time_tm): New function, containing the checking part of
50641         the old ydhms_tm_diff function.  Return the new value, rather than
50642         the difference between it and the old.  Accept a new argument T
50643         so that *T specifies the old value.  Check for overflow in the result.
50644
50645         (__mktime_internal): Use a time_t offset, not a long int offset.
50646         This undoes the 2003-06-04 change, which is no longer needed now
50647         that we have better overflow checking.
50648         (localtime_offset): Likewise.
50649
50650         (__mktime_internal): Avoid harmful overflow on hosts where time_t
50651         and long are 64-bit but int is only 32-bit.
50652         (ydhms_diff): Use long int to store year1 and yday1.
50653         Issue a compile-time diagnostic if long int is not wide enough.
50654
50655         (__mktime_internal): Use long int to store adjusted year and yday.
50656         Use plain C rather than preprocessor commands, if that doesn't
50657         affect efficiency.
50658         Check for overflow (and try to repair) after each probe
50659         rather than checking only at the very end.  This avoids some bugs
50660         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
50661         does not equal GMT offset at maximum time).
50662         Use integer to check for overflow rather than floating point; this
50663         is more portable to non-IEEE hosts, and is a tad faster.
50664         When we detect that we are oscillating between two values,
50665         don't check whether tm_isdst has the requested value, since
50666         we already know the answer.  When tm_isdst has the wrong value,
50667         use a different heuristic to find the right one, based on the
50668         extreme values actually observed in practice in tz2003a,
50669         rather than the (overly optimistic) "previous 3 calendar quarters".
50670
50671         (not_equal_tm, print_tm, check_result): Use "const T" rather than
50672         "T const" to accommodate glibc style.
50673         (check_result): Use less-confusing report format.  "long" -> "long int.
50674         (main): Likewise.
50675         Don't loop if the iteration overflows time_t.
50676         Allow a negative step in the iteration.
50677
50678 2003-07-06  Karl Berry  <karl@gnu.org>
50679
50680         * config/depcomp: update from automake.
50681         * config/config.sub: update from prep.
50682
50683 2003-07-03  Karl Berry  <karl@gnu.org>
50684
50685         * config/config.guess: update from prep.
50686
50687 2003-07-01  Paul Eggert  <eggert@twinsun.com>
50688
50689         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
50690         xreadlink.c now includes it unconditionally.
50691
50692 2003-07-01  Paul Eggert  <eggert@twinsun.com>
50693
50694         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
50695         having it depend on HAVE_SYS_TYPES_H.
50696
50697 2003-07-01  Bruno Haible  <bruno@clisp.org>
50698
50699         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
50700         <sys/types.h> should be sufficient.
50701         Reported by Paul Eggert.
50702
50703 2003-06-26  Karl Berry  <karl@gnu.org>
50704
50705         * config/depcomp: update from automake.
50706
50707 2003-06-26  Bruno Haible  <bruno@clisp.org>
50708
50709         * modules/human: Depend on module stdbool.
50710
50711 2003-06-25  Bruno Haible  <bruno@clisp.org>
50712
50713         * modules/readlink: New file.
50714         * modules/xreadlink: Depend on it.
50715         * MODULES.html.sh (func_all_modules): Add readlink.
50716
50717 2003-06-25  Bruno Haible  <bruno@clisp.org>
50718
50719         * m4/readlink.m4: New file.
50720
50721 2003-06-25  Bruno Haible  <bruno@clisp.org>
50722
50723         * lib/readlink.c: New file.
50724
50725 2003-06-22  Karl Berry  <karl@gnu.org>
50726
50727         * config/srclist.txt: update mkinstalldirs from automake.
50728         * config/mkinstalldirs: update.
50729
50730 2003-06-22  Bruno Haible  <bruno@clisp.org>
50731
50732         Portability to mingw32.
50733         * m4/ssize_t.m4: New file, from GNU gettext.
50734         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
50735         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
50736
50737 2003-06-22  Bruno Haible  <bruno@clisp.org>
50738
50739         * modules/safe-read: Add m4/ssize_t.m4.
50740         * modules/xreadlink: Add m4/ssize_t.m4.
50741
50742 2003-06-20  Bruno Haible  <bruno@clisp.org>
50743
50744         Assume C89, so PARAMS isn't needed.
50745         * lib/unicodeio.h (PARAMS): Remove.
50746         * lib/unicodeio.c: Don't use PARAMS.
50747
50748 2003-06-18  Karl Berry  <karl@gnu.org>
50749
50750         * config/config.{guess,sub}: update from prep.
50751
50752 2003-06-18  Jim Meyering  <jim@meyering.net>
50753
50754         Merge changes from coreutils.
50755         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
50756         Remove explicit declarations of xmalloc and realloc.
50757         Include xalloc.h.
50758         (read_utmp): Remove anachronistic cast of xmalloc.
50759
50760 2003-06-17  Paul Eggert  <eggert@twinsun.com>
50761
50762         Assume C89, so PARAMS isn't needed.
50763         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
50764         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
50765         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
50766         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
50767         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
50768         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
50769         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
50770         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
50771         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
50772         lib/xstrtod.h, lib/xstrtol.h: Likewise.
50773         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
50774         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
50775         no longer needed. Anyway, config.h should always be included before any
50776         other file.
50777
50778 2003-06-11  Simon Josefsson  <jas@extundo.com>
50779
50780         * modules/sysexits: New file.
50781         * MODULES.html.sh (func_all_modules): Add sysexits.
50782
50783 2003-06-11  Simon Josefsson  <jas@extundo.com>
50784
50785         * lib/sysexit_.h: New file.
50786
50787 2003-06-11  Derek Price  <derek@ximbiot.com>
50788
50789         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
50790         necessary.
50791
50792 2003-06-11  Bruno Haible  <bruno@clisp.org>
50793
50794         * m4/sysexits.m4: New file.
50795
50796 2003-06-10  Simon Josefsson  <jas@extundo.com>
50797
50798         * lib/argp.h: New file, from glibc.
50799         * lib/argp-ba.c: New file, from glibc.
50800         * lib/argp-eexst.c: New file, from glibc.
50801         * lib/argp-fmtstream.c: New file, from glibc.
50802         * lib/argp-fmtstream.h: New file, from glibc.
50803         * lib/argp-fs-xinl.c: New file, from glibc.
50804         * lib/argp-help.c: New file, from glibc.
50805         * lib/argp-namefrob.h: New file, from glibc.
50806         * lib/argp-parse.c: New file, from glibc.
50807         * lib/argp-pv.c: New file, from glibc.
50808         * lib/argp-pvh.c: New file, from glibc.
50809         * lib/argp-xinl.c: New file, from glibc.
50810
50811 2003-06-10  Simon Josefsson  <jas@extundo.com>
50812
50813         * modules/strchrnul: New file.
50814
50815 2003-06-10  Simon Josefsson  <jas@extundo.com>
50816
50817         * modules/argp: New file.
50818
50819 2003-06-10  Simon Josefsson  <jas@extundo.com>
50820
50821         * m4/strchrnul.m4: New file.
50822
50823 2003-06-10  Simon Josefsson  <jas@extundo.com>
50824
50825         * lib/strchrnul.h: New file.
50826         * lib/strchrnul.c: New file.
50827
50828 2003-06-10  Bruno Haible  <bruno@clisp.org>
50829
50830         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
50831
50832 2003-06-07  Karl Berry  <karl@gnu.org>
50833
50834         * config/config.{guess,sub}: update from prep.
50835
50836 2003-06-07  Jim Meyering  <jim@meyering.net>
50837
50838         * modules/strtod: Use $(...) notation, not @...@ for
50839         AC_REPLACE'd variables.
50840         * modules/localcharset: Likewise.
50841
50842 2003-06-07  Jim Meyering  <jim@meyering.net>
50843
50844         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
50845         in place of my name in the copyright comment.
50846         Remove definition and uses of __P.
50847
50848         From coreutils.
50849         * lib/stat.c: Don't declare xmalloc explicitly.
50850         Instead, include "xalloc.h".
50851         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
50852         xrealloc, and xcalloc return values.
50853         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
50854         Improve comment.
50855         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
50856
50857 2003-06-07  Bruno Haible  <bruno@clisp.org>
50858
50859         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
50860         avoid AC_CONFIG_LINKS.
50861         * modules/fnmatch (Makefile.am): Use explicit creation rule for
50862         fnmatch.h, to avoid AC_CONFIG_LINKS.
50863         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
50864
50865 2003-06-07  Bruno Haible  <bruno@clisp.org>
50866
50867         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
50868         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
50869         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
50870         directory.
50871         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
50872         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
50873         directory.
50874
50875 2003-06-06  Jim Meyering  <jim@meyering.net>
50876
50877         Merge from coreutils.
50878         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
50879         Consolidate declarations and initializations of *_base* locals.
50880
50881         Merge from coreutils.
50882         This avoids a core dump on systems without GNU putenv,
50883         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
50884         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
50885         (unsetenv): New static function, from GNU libc.
50886         (rpl_putenv): Use it.
50887
50888         * lib/modechange.c: Remove trailing blanks.
50889
50890         Merge from coreutils.
50891         * lib/fsusage.c: Remove declaration of statfs.
50892         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
50893
50894         * lib/posixtm.c: Include <stdbool.h> unconditionally.
50895
50896 2003-06-06  Jim Meyering  <jim@meyering.net>
50897
50898         * lib/stdbool_.h: Renamed from stdbool.h.in.
50899
50900 2003-06-06  Jim Meyering  <jim@meyering.net>
50901             Bruno Haible  <bruno@clisp.org>
50902
50903         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
50904         Adjust Makefile.am snippet not to redirect directly to target.
50905         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
50906
50907 2003-06-05  Paul Eggert  <eggert@twinsun.com>
50908
50909         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
50910         mismatch, look in future quarters as well as past.  This fixes a
50911         bug when processing fall-backwards gaps immediately after a long
50912         period of daylight-saving time.
50913
50914         * lib/mktime.c: Assume freestanding C89 or better.
50915         (HAVE_LIMITS_H): Remove.  Assume it's 1.
50916         (__P): Remove; not used.
50917         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
50918         (mktime, not_equal_tm, print_tm, check_result,
50919         main): Use prototypes.  Use const * where appropriate.
50920         (main): Fix typo in testing code that uncovered by above changes.
50921         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
50922
50923 2003-06-04  Paul Eggert  <eggert@twinsun.com>
50924
50925         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
50926         locale.h, localeconv.  This merges changes from coreutils.
50927
50928         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
50929         It can be removed after the next Autoconf is released.
50930         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
50931         needed.
50932
50933 2003-06-04  Paul Eggert  <eggert@twinsun.com>
50934
50935         * lib/mktime.c: Fix Debian bug 177940
50936         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
50937         (localtime_offset): Now long int, not time_t, because we want it
50938         to be guaranteed to be signed.  All uses changed.
50939         (__mktime_internal): If overflow would occur when adding offset,
50940         don't add it.
50941
50942         Merge 'human' changes from coreutils.  Rewrite to support
50943         locale-specific notations like thousands separators.
50944         * lib/human.c: Simplify authorship notice.
50945         Include human.h immediately after config.h.
50946         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
50947         <limits.h>: Do not include, since human.h does.
50948         (SIZE_MAX, UINTMAX_MAX): New macros.
50949         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
50950         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
50951         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
50952         (power_letter): Renamed from suffixes.
50953         (generate_suffix_backwards): Remove.
50954         (adjust_value): Now takes int style (because of human.h changes)
50955         and long double value (for greater precision on some platforms).
50956         (group_number): New function.
50957         (human_readable): Use it.  Use integer options, not enum.
50958         Put the options before the sizes in the arg list.
50959         Support all the new options.
50960         The old human_readable function has been removed;
50961         use inttostr.h instead.
50962         (human_readable, default_block_size, humblock):
50963         Use uintmax_t, not int, for block sizes.
50964         (human_readable_inexact, block_size_types): Remove.
50965         (block_size_opts): New constant.
50966         (human_options): Renamed from human_block_size, with new signature
50967         that allows block sizes up to UINTMAX_MAX.  All callers changed.
50968         * lib/human.h: Add copyright and authorship notice.
50969         Include <limits.h> and <stdbool.h> unconditionally.
50970         (PARAMS): Remove.  All uses removed.
50971         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
50972         (enum human_inexact_style): Remove tag; now a nameless enum.
50973         (human_floor, human_ceiling, human_round_to_even): Now have
50974         values 2, 0, 1 rather than -1, 1, 0.
50975         (human_group_digits, human_suppress_point_zero, human_autoscale,
50976         human_base_1024, human_SI, human_B): New constants.
50977         (human_readable_inexact, human_block_size): Remove.
50978         (human_readable): Size args are now uintmax_t, not int.
50979         (human_options): New decl.
50980
50981         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
50982         unnecessary now that we assume C89 or better.  This change
50983         imported from coreutils.
50984
50985         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
50986         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
50987         in the 2003-05-30 sync from glibc.
50988
50989         .h files should stand alone, but we shouldn't include <sys/types.h>
50990         if we can get away with just <stddef.h>.
50991
50992         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
50993         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
50994         rather than <sys/types.h>, as we merely need size_t.
50995         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
50996         to get size_t.
50997         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
50998         Include <stdio.h>, to get FILE.
50999         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
51000         memcasecmp.h has included <stddef.h> and all we need is size_t.
51001         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
51002         our interface, instead of including <sys/types.h>
51003
51004 2003-06-04  Paul Eggert  <eggert@twinsun.com>
51005
51006         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
51007         now, as glibc mktime is buggy on non-glibc systems.
51008
51009 2003-06-03  Karl Berry  <karl@gnu.org>
51010
51011         * config/config.sub: update from prep.
51012
51013 2003-06-02  Paul Eggert  <eggert@twinsun.com>
51014
51015         [from coreutils]
51016         Fix some minor time-related bugs with POSIX time arguments.
51017         Some valid time stamps were being rejected (notably -1, and
51018         time stamps before 1900 on 64-bit hosts).  And some invalid
51019         time stamps were being accepted, e.g. September 31.
51020
51021         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
51022         that we can return (time_t) -1 successfully.
51023         * lib/posixtm.c: Likewise.
51024         [HAVE_STDBOOL_H]: Include <stdbool.h>.
51025         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
51026         (t): Remove static var.
51027         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
51028         of static var.  All uses changed.
51029         (year): Do not reject years before 1900; they can occur with
51030         64-bit time_t.
51031         (posix_time_parse): Do not check for out-of-range components;
51032         that is now the caller's responsibility, since our checks were
51033         only approximations.
51034         (posixtime): Use mktime to check for out-of-range components,
51035         since it knows them exactly.
51036         If mktime returns (time_t) -1, check whether an error actually occurred
51037         by invoking localtime on -1.
51038         (main) [TEST_POSIXTIME]: Check for input data errors, and report
51039         posixtime failures better.
51040         Improve the test data (in comments only).
51041
51042 2003-06-02  Karl Berry  <karl@gnu.org>
51043
51044         * config/mkinstalldirs (version): new variable.
51045         (--version): new option.
51046         (usage): improve message.
51047
51048 2003-05-30  Karl Berry  <karl@gnu.org>
51049
51050         * lib/mktime.c: update from libc.
51051
51052 2003-05-30  Bruno Haible  <bruno@clisp.org>
51053
51054         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
51055         * config/config.rpath: Upgrade to gettext-0.12.1.
51056
51057 2003-05-30  Bruno Haible  <bruno@clisp.org>
51058
51059         * m4/gettext.m4: Upgrade to gettext-0.12.1.
51060         * m4/nls.m4: New file, from gettext-0.12.1.
51061         * m4/po.m4: New file, from gettext-0.12.1.
51062         * m4/progtest.m4: Upgrade to gettext-0.12.1.
51063
51064 2003-05-30  Bruno Haible  <bruno@clisp.org>
51065
51066         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
51067         * lib/localcharset.h: Likewise.
51068         * lib/localcharset.c: Likewise.
51069
51070 2003-05-29  Karl Berry  <karl@gnu.org>
51071
51072         * config/config.rpath: update from gettext.
51073
51074 2003-05-28  Paul Eggert  <eggert@twinsun.com>
51075
51076         Assume the headers required for C89 freestanding compilers.
51077         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
51078         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
51079         * m4/human.m4 (gl_HUMAN): Likewise.
51080         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
51081         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
51082         * m4/userspec.m4 (gl_USERSPEC): Likewise.
51083         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
51084         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
51085         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
51086
51087 2003-05-28  Paul Eggert  <eggert@twinsun.com>
51088
51089         Assume the headers required for C89 freestanding compilers.
51090         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
51091         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
51092         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
51093         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
51094         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
51095         define, since <limits.h> is guaranteed to do that.
51096         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
51097         * lib/exclude.c: Include <stdbool.h> unconditionally.
51098         * lib/tempname.c: Include <stddef.h> unconditionally.
51099         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
51100         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
51101         <stddef.h> does that.
51102         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
51103         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
51104         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
51105         needed.
51106         * lib/xstrtol.c: Likewise.
51107         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
51108         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
51109
51110         * lib/addext.c (addext): Use assignment rather than cast, to avoid
51111         warnings on some platforms.
51112
51113         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
51114         arbitrarily.
51115
51116 2003-05-26  Jim Meyering  <jim@meyering.net>
51117
51118         Merge in a change from coreutils:
51119         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
51120         that is guaranteed to be `no'.  Use `no_such_member' to indicate
51121         that condition, rather than `-1' which is slightly misleading.
51122         Change the name of the cache variable to have the gl_ prefix.
51123         Prompted by a patch from Richard Dawe for DJGPP.
51124
51125 2003-05-24  Karl Berry  <karl@gnu.org>
51126
51127         * config/config.guess: update from prep.
51128
51129 2003-05-22  Karl Berry  <karl@gnu.org>
51130
51131         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
51132
51133 2003-05-20  Karl Berry  <karl@gnu.org>
51134
51135         * config/config.guess: update from prep.
51136
51137 2003-05-18  Karl Berry  <karl@gnu.org>
51138
51139         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
51140         might actually be set by the user.
51141
51142         * config/depcomp, install-sh, mdate-sh: update from automake.
51143
51144 2003-05-17  Bruno Haible  <bruno@clisp.org>
51145
51146         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
51147         invalid expansion for AC_EGREP_CPP.
51148         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
51149         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
51150         Suggested by Akim Demaille <akim@epita.fr> in
51151         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
51152
51153 2003-05-12  Jim Meyering  <jim@meyering.net>
51154
51155         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
51156         the space-padded-by-default conversion specifiers, %e, %k, %l.
51157
51158 2003-05-12  Bruno Haible  <bruno@clisp.org>
51159
51160         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
51161         the string is longer than 4 KB.
51162
51163 2003-05-11  Karl Berry  <karl@gnu.org>
51164
51165         * config/config.{guess,sub}: update from prep.
51166
51167 2003-05-09  Bruno Haible  <bruno@clisp.org>
51168
51169         * modules/error: Add m4/strerror_r.m4 to file list.
51170
51171 2003-05-03  Bruno Haible  <bruno@clisp.org>
51172
51173         Upgrade to Unicode-4.0.
51174         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
51175         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
51176         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
51177         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
51178         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
51179         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
51180         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
51181         Change width of U+E0100..U+E01EF from 1 to 0.
51182
51183 2003-04-25  Jim Meyering  <jim@meyering.net>
51184
51185         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
51186         of type size_t, not int.
51187
51188 2003-04-25  Bruno Haible  <bruno@clisp.org>
51189
51190         * lib/copy-file.c: Include <stddef.h>, for size_t.
51191
51192 2003-04-21  Paul Eggert  <eggert@twinsun.com>
51193
51194         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
51195         code which expansion is under static control.  Patch imported from
51196         Akim Demaille's patch to Bison; see
51197         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
51198
51199 2003-04-14  Bruno Haible  <bruno@clisp.org>
51200
51201         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
51202
51203 2003-04-11  Jim Meyering  <jim@meyering.net>
51204
51205         Merge changes from Coreutils.
51206
51207         2003-03-22  Jim Meyering  <jim@meyering.net>
51208
51209         * lib/strftime.c (widen): Cast alloca return value to proper type.
51210
51211         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
51212
51213         From GNU libc.
51214         * lib/strftime.c (my_strftime): Handle very large width
51215         specifications for numeric values correctly.  Improve checks for
51216         overflow.
51217
51218         2003-01-19  Jim Meyering  <jim@meyering.net>
51219
51220         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
51221         definitions.
51222         (nl_get_alt_digit) [! defined my_strftime]: Define.
51223         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
51224         _nl_get_alt_digit and _nl_get_walt_digit.
51225
51226         * lib/strftime.c (my_strftime): Merge in locale-related changes from
51227         libc. These changes have no effect outside of _LIBC.
51228
51229 2003-04-10  Bruno Haible  <bruno@clisp.org>
51230
51231         * modules/findprog: New file.
51232         * MODULES.html.sh (func_all_modules): Add it.
51233
51234 2003-04-10  Bruno Haible  <bruno@clisp.org>
51235
51236         * m4/findprog.m4: New file.
51237         * m4/eaccess.m4: New file.
51238
51239 2003-04-10  Bruno Haible  <bruno@clisp.org>
51240
51241         * lib/findprog.h: New file, from GNU gettext.
51242         * lib/findprog.c: New file, from GNU gettext.
51243
51244 2003-04-05  Jim Meyering  <jim@meyering.net>
51245
51246         Merge changes from Coreutils.
51247
51248         * lib/exclude.h (PARAMS): Remove definition and uses.
51249         * lib/exclude.c: Remove uses of `PARAMS'.
51250
51251         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
51252         Add test-cases for DOS filenames. Declare program_name.
51253         (main): Set up program_name.  Patch by Rich Dawe.
51254
51255         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
51256         error from mntctl.
51257         Use mntctl's return value to drive the entry-processing loop, since
51258         we can't rely on the value of the vmt_length member in the last
51259         entry.  On some systems doing so could result in exhausting
51260         virtual memory.  Based in part on a patch from Mike Jetzer.
51261
51262 2003-04-04  Bruno Haible  <bruno@clisp.org>
51263
51264         * modules/linebreak: New file.
51265         * MODULES.html.sh (func_all_modules): Add it.
51266
51267 2003-04-04  Bruno Haible  <bruno@clisp.org>
51268
51269         * m4/linebreak.m4: New file.
51270
51271 2003-04-04  Bruno Haible  <bruno@clisp.org>
51272
51273         * lib/linebreak.h: New file, from GNU gettext.
51274         * lib/linebreak.c: New file, from GNU gettext with slight
51275         modifications.
51276         * lib/lbrkprop.h: New file, from GNU gettext.
51277
51278 2003-04-03  Bruno Haible  <bruno@clisp.org>
51279
51280         * modules/utf8-ucs4: New file.
51281         * modules/utf16-ucs4: New file.
51282         * modules/ucs4-utf8: New file.
51283         * modules/ucs4-utf16: New file.
51284         * MODULES.html.sh (func_all_modules): Add them.
51285
51286 2003-04-03  Bruno Haible  <bruno@clisp.org>
51287
51288         * m4/utf-ucs4.m4: New file.
51289         * m4/ucs4-utf.m4: New file.
51290
51291 2003-04-03  Bruno Haible  <bruno@clisp.org>
51292
51293         * lib/utf8-ucs4.h: New file, from GNU gettext.
51294         * lib/utf16-ucs4.h: New file, from GNU gettext.
51295         * lib/ucs4-utf8.h: New file, from GNU gettext.
51296         * lib/ucs4-utf16.h: New file, from GNU gettext.
51297
51298 2003-04-02  Bruno Haible  <bruno@clisp.org>
51299
51300         * modules/binary-io: New file.
51301         * MODULES.html.sh (func_all_modules): Add it.
51302
51303 2003-04-02  Bruno Haible  <bruno@clisp.org>
51304
51305         * lib/binary-io.h: New file, from GNU gettext.
51306
51307 2003-04-01  Bruno Haible  <bruno@clisp.org>
51308
51309         * modules/pathname: New file.
51310         * MODULES.html.sh (func_all_modules): Add it.
51311
51312 2003-04-01  Bruno Haible  <bruno@clisp.org>
51313
51314         * lib/pathname.h: New file, from GNU gettext.
51315         * lib/concatpath.c: New file, from GNU gettext.
51316
51317 2003-03-30  Bruno Haible  <bruno@clisp.org>
51318
51319         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
51320
51321 2003-03-30  Bruno Haible  <bruno@clisp.org>
51322
51323         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
51324         function chown() doesn't exist.
51325
51326 2003-03-28  Bruno Haible  <bruno@clisp.org>
51327
51328         * modules/copy-file: New file.
51329         * MODULES.html.sh (func_all_modules): Add it.
51330
51331 2003-03-28  Bruno Haible  <bruno@clisp.org>
51332
51333         * m4/copy-file.m4: New file.
51334
51335 2003-03-28  Bruno Haible  <bruno@clisp.org>
51336
51337         * lib/copy-file.h: New file, from GNU gettext.
51338         * lib/copy-file.c: New file, from GNU gettext.
51339
51340 2003-03-18  Jim Meyering  <jim@meyering.net>
51341
51342         * lib/quote.c (quote_n): Fix typo in comment.
51343
51344 2003-03-18  Bruno Haible  <bruno@clisp.org>
51345
51346         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
51347         checking.
51348         * m4/onceonly_2_57.m4: Likewise.
51349
51350 2003-03-17  Bruno Haible  <bruno@clisp.org>
51351
51352         * m4/onceonly.m4: Require autoconf 2.54 or newer.
51353         (m4_quote): Remove macro.
51354         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
51355
51356 2003-03-14  Jim Meyering  <jim@meyering.net>
51357
51358         Merge changes from Coreutils.
51359         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
51360         to be const, in order to avoid warnings.
51361         (obstack_room): Likewise.
51362         (obstack_empty_p): Likewise.
51363
51364 2003-03-14  Bruno Haible  <bruno@clisp.org>
51365
51366         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
51367         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
51368
51369 2003-03-13  Paul Eggert  <eggert@twinsun.com>
51370
51371         Merge changes from Bison.
51372         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
51373         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
51374         when compiling Bison 1.875's `bitset bset = obstack_alloc
51375         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
51376         * lib/hash.c: Include <stdbool.h> unconditionally.
51377
51378 2003-03-13  Paul Eggert  <eggert@twinsun.com>
51379
51380         * m4/onceonly.m4 (m4_quote): New macro.
51381         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
51382         Quote AC_FOREACH variable-expansions properly.
51383
51384 2003-03-13  Paul Eggert  <eggert@twinsun.com>
51385
51386         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
51387
51388 2003-03-09  Paul Eggert  <eggert@twinsun.com>
51389
51390         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
51391         Reported by Bruce Becker; see:
51392         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
51393
51394 2003-03-03  Paul Eggert  <eggert@twinsun.com>
51395             Bruno Haible  <bruno@clisp.org>
51396
51397         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
51398         Reported by John Hughes, see
51399         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
51400
51401 2003-02-20  Bruno Haible  <bruno@clisp.org>
51402
51403         * MODULES.html.sh (func_all_modules): Add poll.
51404
51405 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
51406
51407         * modules/poll: New file.
51408
51409 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
51410
51411         * lib/poll_.h: New file.
51412         * lib/poll.c: New file.
51413
51414 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
51415
51416         * m4/poll.m4: New file.
51417
51418 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
51419
51420         * modules/mathl: New file.
51421
51422 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
51423
51424         * lib/mathl.h: New file.
51425         * lib/acosl.c: New file.
51426         * lib/asinl.c: New file.
51427         * lib/atanl.c: New file.
51428         * lib/ceill.c: New file.
51429         * lib/cosl.c: New file.
51430         * lib/expl.c: New file.
51431         * lib/floorl.c: New file.
51432         * lib/frexpl.c: New file.
51433         * lib/ldexpl.c: New file.
51434         * lib/logl.c: New file.
51435         * lib/sincosl.c: New file.
51436         * lib/sinl.c: New file.
51437         * lib/sqrtl.c: New file.
51438         * lib/tanl.c: New file.
51439         * lib/trigl.c: New file.
51440         * lib/trigl.h: New file.
51441
51442 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
51443
51444         * m4/mathl.m4: New file.
51445
51446 2003-02-18  Bruno Haible  <bruno@clisp.org>
51447
51448         * MODULES.html.sh (func_all_modules): Add mathl.
51449
51450 2003-02-17  Bruno Haible  <bruno@clisp.org>
51451
51452         * modules/mkdtemp: New module.
51453         * MODULES.html.sh (func_all_modules): Add it.
51454
51455 2003-02-17  Bruno Haible  <bruno@clisp.org>
51456
51457         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
51458
51459 2003-02-17  Bruno Haible  <bruno@clisp.org>
51460
51461         * lib/mkdtemp.h: New file, from GNU gettext.
51462         * lib/mkdtemp.c: New file, from GNU gettext.
51463
51464 2003-02-02  Jim Meyering  <jim@meyering.net>
51465
51466         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
51467         e.g. glibc-2.2.93.
51468
51469 2003-01-31  Bruno Haible  <bruno@clisp.org>
51470
51471         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
51472         'rpl_rename'.
51473         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
51474         'rpl_strnlen'.
51475         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
51476         'rpl_strtod'.
51477         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
51478         'rpl_utime'.
51479
51480 2003-01-31  Bruno Haible  <bruno@clisp.org>
51481
51482         * lib/rename.c: #undef rename before defining rpl_rename.
51483         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
51484
51485 2003-01-30  Bruno Haible  <bruno@clisp.org>
51486
51487         * modules/vasnprintf, modules/vasprintf: New modules.
51488         * MODULES.html.sh (func_all_modules): Add them.
51489
51490 2003-01-30  Bruno Haible  <bruno@clisp.org>
51491
51492         * m4/signed.m4: New file, from GNU gettext.
51493         * m4/longdouble.m4: New file, from GNU gettext.
51494         * m4/wchar_t.m4: New file, from GNU gettext.
51495         * m4/wint_t.m4: New file, from GNU gettext.
51496         * m4/vasnprintf.m4: New file.
51497         * m4/vasprintf.m4: New file.
51498
51499 2003-01-30  Bruno Haible  <bruno@clisp.org>
51500
51501         * lib/printf-args.h: New file, from GNU gettext.
51502         * lib/printf-args.c: New file, from GNU gettext.
51503         * lib/printf-parse.h: New file, from GNU gettext.
51504         * lib/printf-parse.c: New file, from GNU gettext.
51505         * lib/vasnprintf.h: New file, from GNU gettext.
51506         * lib/vasnprintf.c: New file, from GNU gettext.
51507         * lib/asnprintf.c: New file, from GNU gettext.
51508         * lib/vasprintf.h: New file, from GNU gettext with modifications.
51509         * lib/vasprintf.c: New file, from GNU gettext.
51510         * lib/asprintf.c: New file, from GNU gettext.
51511
51512 2003-01-29  Bruno Haible  <bruno@clisp.org>
51513
51514         * modules/stpncpy: New module.
51515         * MODULES.html.sh (func_all_modules): Add it.
51516
51517 2003-01-29  Bruno Haible  <bruno@clisp.org>
51518
51519         * m4/stpncpy.m4: New file.
51520
51521 2003-01-29  Bruno Haible  <bruno@clisp.org>
51522
51523         * lib/stpncpy.h: New file, from GNU gettext with modifications.
51524         * lib/stpncpy.c: New file, from GNU gettext with modifications.
51525
51526 2003-01-28  Bruno Haible  <bruno@clisp.org>
51527
51528         * modules/c-ctype: New module.
51529         * MODULES.html.sh (func_all_modules): Add it.
51530
51531 2003-01-28  Bruno Haible  <bruno@clisp.org>
51532
51533         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
51534         Paul Eggert.
51535         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
51536         Paul Eggert.
51537
51538 2003-01-27  Bruno Haible  <bruno@clisp.org>
51539
51540         * modules/xsetenv: New module.
51541         * MODULES.html.sh (func_all_modules): Add it.
51542
51543 2003-01-27  Bruno Haible  <bruno@clisp.org>
51544
51545         * lib/xsetenv.h: New file, from GNU gettext.
51546         * lib/xsetenv.c: New file, from GNU gettext.
51547
51548 2003-01-23  Jim Meyering  <jim@meyering.net>
51549
51550         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
51551         from working on systems without dirfd (at least Irix and OSF1/Tru64).
51552
51553 2003-01-23  Bruno Haible  <bruno@clisp.org>
51554
51555         * modules/minmax: New module.
51556         * MODULES.html.sh (func_all_modules): Add it.
51557
51558 2003-01-23  Bruno Haible  <bruno@clisp.org>
51559
51560         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
51561         Eggert.
51562
51563 2003-01-22  Bruno Haible  <bruno@clisp.org>
51564
51565         * modules/exit: New module.
51566         * MODULES.html.sh (func_all_modules): Add it.
51567
51568 2003-01-22  Bruno Haible  <bruno@clisp.org>
51569
51570         * lib/exit.h: New file, from GNU gettext.
51571
51572 2003-01-19  Bruno Haible  <bruno@clisp.org>
51573
51574         * gnulib-tool: Recognize option --extract-maintainer.
51575         (func_get_maintainer): New function.
51576         * modules/*: Add Maintainer entry.
51577
51578 2003-01-16  Jim Meyering  <jim@meyering.net>
51579
51580         * m4/regex.m4: The `regex' struct is both input and output.
51581         Initialize it before each use.  Patch by Tim Waugh.
51582
51583 2003-01-16  Bruno Haible  <bruno@clisp.org>
51584
51585         * MODULES.html.sh: Add a table of contents. Add the module name as
51586         leftmost column. Add hyperlinks.
51587
51588 2003-01-15  Bruno Haible  <bruno@clisp.org>
51589
51590         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
51591
51592 2003-01-15  Bruno Haible  <bruno@clisp.org>
51593
51594         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
51595         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
51596         suffix.
51597
51598 2003-01-15  Bruno Haible  <bruno@clisp.org>
51599
51600         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
51601
51602 2003-01-15  Bruno Haible  <bruno@clisp.org>
51603
51604         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
51605         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
51606
51607 2003-01-14  Jim Meyering  <jim@meyering.net>
51608
51609         * lib/same.c (same_name): Tweak a comment.
51610
51611 2003-01-14  Bruno Haible  <bruno@clisp.org>
51612
51613         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
51614         when a string comparison is sufficient.
51615
51616 2003-01-14  Bruno Haible  <bruno@clisp.org>
51617
51618         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
51619         'unsigned int'.
51620
51621 2003-01-14  Bruno Haible  <bruno@clisp.org>
51622
51623         * lib/hash-pjw.c: Add comment about low quality of this function.
51624
51625 2003-01-13  Bruno Haible  <bruno@clisp.org>
51626
51627         * modules/stpcpy: Distribute lib/stpcpy.h.
51628         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
51629
51630 2003-01-13  Bruno Haible  <bruno@clisp.org>
51631
51632         * modules/*: Add a description.
51633         * modules/strpbrk: Fix Makefile.am snippet.
51634         * modules/strtoimax: Fix dependencies.
51635         * modules/strtoumax: Likewise.
51636
51637 2003-01-13  Bruno Haible  <bruno@clisp.org>
51638
51639         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
51640         * modules/alloca (Makefile.am): All object files depend on alloca.h.
51641         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
51642
51643 2003-01-13  Bruno Haible  <bruno@clisp.org>
51644
51645         * gnulib-tool (func_create_testdir): Store config/* files in the main
51646         directory.
51647         * config.rpath: Move to ...
51648         * config/config.rpath: ... here.
51649         * modules/gettext: Contains config/config.rpath, not config.rpath.
51650         * modules/iconv: Likewise.
51651
51652 2003-01-12  Paul Eggert  <eggert@twinsun.com>
51653
51654         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
51655         to avoid collisions with libcurses and libreadline.
51656
51657         * m4/getstr.m4: Remove.
51658         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
51659
51660 2003-01-12  Paul Eggert  <eggert@twinsun.com>
51661
51662         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
51663         to avoid collisions with libcurses and libreadline.
51664
51665         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
51666         * lib/getstr.h, getstr.c: Remove.
51667         * lib/getline.c: Include "getline.h", to check interface.
51668         Move body of old getstr.c here: this defines MIN_CHUNK and
51669         declares getdelim2, which is renamed from getstr.
51670         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
51671
51672         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
51673         All uses changed.
51674         * lib/linebuffer.h: Likewise.
51675         (readline): Remove backward-compatibility macro.
51676
51677 2003-01-12  Paul Eggert  <eggert@twinsun.com>
51678
51679         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
51680         to avoid collisions with libcurses and libreadline.
51681         * getstr: Remove.
51682         * MODULES.html.sh: Remove getstr.
51683         * modules/getline: Depend on unlocked-io, not getstr.
51684
51685 2003-01-12  Jim Meyering  <jim@meyering.net>
51686
51687         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
51688
51689 2003-01-10  Bruno Haible  <bruno@clisp.org>
51690
51691         * modules/alloca: Change Makefile.am requirements. Simplify Include
51692         requirements. Add lib/alloca_.h to file list.
51693
51694 2003-01-10  Bruno Haible  <bruno@clisp.org>
51695
51696         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
51697
51698 2003-01-10  Bruno Haible  <bruno@clisp.org>
51699
51700         * lib/alloca_.h: New file.
51701         * lib/getdate.y: Unconditionally include alloca.h.
51702         * lib/makepath.c: Likewise.
51703         * lib/setenv.c: Likewise.
51704         * lib/userspec.c: Likewise.
51705
51706 2003-01-09  Karl Berry  <karl@gnu.org>
51707
51708         * MODULES.html.sh: include `dirname $0` in PATH, to find
51709         gnulib-tool.
51710
51711 2003-01-09  Bruno Haible  <bruno@clisp.org>
51712
51713         * modules/stdbool: Change configure.ac, Makefile.am requirements.
51714         Simplify Include requirements. Add lib/stdbool.h.in to file list.
51715
51716 2003-01-09  Bruno Haible  <bruno@clisp.org>
51717
51718         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
51719
51720 2003-01-09  Bruno Haible  <bruno@clisp.org>
51721
51722         * lib/stdbool.h.in: New file.
51723
51724 2003-01-09  Bruno Haible  <bruno@clisp.org>
51725
51726         * gnulib-tool (func_all_modules): Ignore files ending in ~.
51727         * MODULES.html.sh: Likewise.
51728
51729 2003-01-08  Jim Meyering  <jim@meyering.net>
51730
51731         * lib/full-write.c: Undefine and define-away `const' after inclusion
51732         of errno.h, not before.  Suggestion from Bruno Haible.
51733
51734 2003-01-08  Bruno Haible  <bruno@clisp.org>
51735
51736         * modules/full-read: Depend on full-write.
51737
51738 2003-01-08  Bruno Haible  <bruno@clisp.org>
51739
51740         * lib/safe-read.c: Include specification header first, to ensure its
51741         selfcontainedness.
51742         * lib/full-write.c: Likewise.
51743
51744 2003-01-07  Jim Meyering  <jim@meyering.net>
51745
51746         * lib/full-write.c: Rework so that it may serve to define full_read,
51747         too.
51748         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
51749
51750 2003-01-07  Bruno Haible  <bruno@clisp.org>
51751
51752         * lib/strtoimax.c: Include <stdint.h> as an alternative to
51753         <inttypes.h>.
51754         * lib/xstrtol.h: Likewise.
51755         * lib/xstrtoimax.c: Likewise.
51756         * lib/xstrtoumax.c: Likewise.
51757         * lib/human.h: Likewise.
51758
51759         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
51760         on systems that have <inttypes.h> but not <stdint.h>.
51761
51762 2003-01-07  Bruno Haible  <bruno@clisp.org>
51763
51764         * MODULES.html.sh: Add copyright notice.
51765         (missed_files): Omit CVS directory entries.
51766         (func_module): Make it work with sed-3.02.
51767         * MODULES.txt: Remove file.
51768
51769 2003-01-06  Jim Meyering  <jim@meyering.net>
51770
51771         * lib/version-etc.c: Update year in translatable copyright string.
51772
51773 2003-01-03  Karl Berry  <karl@gnu.org>
51774
51775         * config/config.{guess,sub}: update from prep.
51776
51777 2003-01-02  Karl Berry  <karl@gnu.org>
51778
51779         * doc/COPYING.DOC: belatedly updated to 1.2.
51780
51781 2003-01-01  Karl Berry  <karl@gnu.org>
51782
51783         * gnulib-tool (func_verify_module): report module name $module in
51784         error message, not $1.
51785         * gnulib-tool (create-testdir): don't complain if destdir couldn't
51786         be created, only if it doesn't exist.
51787         * gnulib-tool (last_checkin_date): don't expand the $Date here.
51788
51789 2002-12-31  Paul Eggert  <eggert@twinsun.com>
51790
51791         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
51792
51793 2002-12-31  Paul Eggert  <eggert@twinsun.com>
51794
51795         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
51796         memcmp if strcoll doesn't work.
51797
51798 2002-12-31  Bruno Haible  <bruno@clisp.org>
51799
51800         * lib/utime.c (utime_null): No need to call ftruncate if the file was
51801         nonempty.
51802
51803 2002-12-31  Bruno Haible  <bruno@clisp.org>
51804
51805         * lib/memcoll.c (STRCOLL): New macro.
51806         (memcoll): Use it.
51807
51808 2002-12-31  Bruno Haible  <bruno@clisp.org>
51809
51810         * lib/localcharset.h: New file.
51811         * lib/localcharset.c: Include it.
51812         * lib/unicodeio.c: Likewise.
51813
51814 2002-12-31  Bruno Haible  <bruno@clisp.org>
51815
51816         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
51817         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
51818
51819 2002-12-31  Bruno Haible  <bruno@clisp.org>
51820
51821         * lib/getline.h: Include <stddef.h>, for size_t.
51822
51823         * lib/unicodeio.h: Include <stddef.h>, for size_t.
51824         * lib/unicodeio.c: Don't include <stddef.h>.
51825
51826 2002-12-31  Bruno Haible  <bruno@clisp.org>
51827
51828         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
51829         HAVE_TM_ZONE.
51830
51831 2002-12-24  Karl Berry  <karl@gnu.org>
51832
51833         * config/config.guess: update from prep.
51834
51835 2002-12-24  Bruno Haible  <bruno@clisp.org>
51836
51837         General infrasructure.
51838         * m4/README: Rewritten.
51839         * m4/onceonly.m4: New file.
51840         * m4/onceonly_2_57.m4: New file.
51841
51842         Module atexit.
51843         * m4/atexit.m4: New file.
51844
51845         Module strtod.
51846         * m4/strtod.m4: New file.
51847
51848         Module strtol.
51849         * m4/strtol.m4: New file.
51850
51851         Module strtoul.
51852         * m4/strtoul.m4: New file.
51853
51854         Module memchr.
51855         * m4/memchr.m4: New file.
51856
51857         Module memcmp.
51858         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
51859         (jm_FUNC_MEMCMP): Invoke it.
51860
51861         Module memcpy.
51862         * m4/memcpy.m4: New file.
51863
51864         Module memmove.
51865         * m4/memmove.m4: New file.
51866
51867         Module memset.
51868         * m4/memset.m4: New file.
51869
51870         Module strcspn.
51871         * m4/strcspn.m4: New file.
51872
51873         Module strpbrk.
51874         * m4/strpbrk.m4: New file.
51875
51876         Module strstr.
51877         * m4/strstr.m4: New file.
51878
51879         Module strerror.
51880         * m4/strerror.m4: New file.
51881
51882         Module mktime.
51883         * m4/mktime.m4: Renamed from jm-mktime.m4.
51884         (gl_PREREQ_MKTIME): New macro.
51885         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
51886
51887         Module malloc.
51888         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
51889         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
51890         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
51891
51892         Module realloc.
51893         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
51894         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
51895         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
51896
51897         Module strftime.
51898         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
51899         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
51900         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
51901         gl_TM_GMTOFF.
51902         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
51903
51904         Module xalloc.
51905         * m4/xalloc.m4: New file.
51906
51907         Module alloca.
51908         * m4/alloca.m4: New file.
51909
51910         Module putenv.
51911         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
51912         (jm_FUNC_PUTENV): Invoke it.
51913
51914         Module setenv.
51915         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
51916         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
51917         when invoked twice.
51918         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
51919         gt_FUNC_SETENV.
51920
51921         Module memrchr.
51922         * m4/memrchr.m4: New file.
51923
51924         Module stpcpy.
51925         * m4/stpcpy.m4: New file.
51926
51927         Module strcase.
51928         * m4/strcase.m4: New file.
51929
51930         Module strdup.
51931         * m4/strdup.m4: New file.
51932
51933         Module strnlen.
51934         * m4/strnlen.m4: New file.
51935
51936         Module strndup.
51937         * m4/strndup.m4: New file.
51938
51939         Module xstrtod.
51940         * m4/xstrtod.m4: New file.
51941
51942         Module xstrtol.
51943         * m4/xstrtol.m4: New file.
51944
51945         Module getdate.
51946         * m4/getdate.m4: New file.
51947
51948         Module unlocked-io.
51949         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
51950         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
51951         * m4/jm-glibc-io.m4n: Remove file.
51952
51953         Module long-options.
51954         * m4/long-options.m4: New file.
51955
51956         Module md5.
51957         * m4/md5.m4: New file.
51958
51959         Module sha.
51960         * m4/sha.m4: New file.
51961
51962         Module getstr.
51963         * m4/getstr.m4: New file.
51964
51965         Module getline.
51966         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
51967         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
51968         <sys/types.h>, for size_t. Use the function name gnu_getline, not
51969         simply getline. Infoke gl_PREREQ_GETLINE.
51970
51971         Module obstack.
51972         * m4/obstack.m4: New file.
51973
51974         Module hash.
51975         * m4/hash.m4: New file.
51976
51977         Module readtokens.
51978         * m4/readtokens.m4: New file.
51979
51980         Module strverscmp.
51981         * m4/strverscmp.m4: New file.
51982
51983         Module stdbool.
51984         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
51985         OSF/1.
51986
51987         Module strtoll.
51988         * m4/strtoll.m4: New file.
51989
51990         Module strtoull.
51991         * m4/strtoull.m4: New file.
51992
51993         Module strtoimax.
51994         * m4/strtoimax.m4: New file.
51995
51996         Module strtoumax.
51997         * m4/strtoumax.m4: New file.
51998
51999         Module xstrtoimax.
52000         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
52001         jm_AC_PREREQ_XSTRTOIMAX.
52002         Moved the strtol prerequisites to strtol.m4.
52003         Moved the strtoll prerequisites to strtoll.m4.
52004         Moved the strtoimax prerequisites to strtoimax.m4.
52005
52006         Module xstrtoumax.
52007         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
52008         jm_AC_PREREQ_XSTRTOUMAX.
52009         Moved the strtoul prerequisites to strtoul.m4.
52010         Moved the strtoull prerequisites to strtoull.m4.
52011         Moved the strtoumax prerequisites to strtoumax.m4.
52012
52013         Module chown.
52014         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
52015         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
52016
52017         Module dup2.
52018         * m4/dup2.m4: New file.
52019
52020         Module ftruncate.
52021         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
52022         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
52023
52024         Module getgroups.
52025         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
52026         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
52027
52028         Module gettimeofday.
52029         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
52030         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
52031         gl_PREREQ_GETTIMEOFDAY.
52032
52033         Module mkdir.
52034         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
52035         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
52036
52037         Module mkstemp.
52038         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
52039         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
52040         jm_AC_TYPE_UINTMAX_T.
52041         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
52042
52043         Module stat.
52044         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
52045         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
52046
52047         Module lstat.
52048         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
52049         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
52050
52051         Module timespec.
52052         * m4/timespec.m4 (gl_TIMESPEC): New macro.
52053         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
52054         * m4/st_mtim.m4: Indentation.
52055
52056         Module nanosleep.
52057         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
52058         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
52059         gl_PREREQ_NANOSLEEP.
52060
52061         Module regex.
52062         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
52063         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
52064         (gl_REGEX): New macro.
52065
52066         Module rename.
52067         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
52068         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
52069
52070         Module rmdir.
52071         * m4/rmdir.m4: New file.
52072
52073         Module utime.
52074         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
52075         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
52076         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
52077
52078         Module dirname.
52079         * m4/dirname.m4: New file.
52080
52081         Module getopt.
52082         * m4/getopt.m4: New file.
52083
52084         Module unistd-safer.
52085         * m4/unistd-safer.m4: New file.
52086
52087         Module fnmatch.
52088         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
52089         declaration.
52090         (gl_PREREQ_FNMATCH_EXTRA): New macro.
52091         (gl_FUNC_FNMATCH_POSIX): New macro.
52092         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
52093         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
52094         simply fnmatch.
52095
52096         Module exclude.
52097         * m4/exclude.m4: New file.
52098
52099         Module human.
52100         * m4/human.m4: New file.
52101
52102         Module acl.
52103         * m4/acl.m4: Nop.
52104
52105         Module backupfile.
52106         * m4/backupfile.m4: New file.
52107         * m4/d-ino.m4: Indentation.
52108
52109         Module fsusage.
52110         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
52111         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
52112         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
52113
52114         Module dirfd.
52115         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
52116         requirements.
52117
52118         Module euidaccess.
52119         * m4/euidaccess.m4: New file.
52120
52121         Module file-type.
52122         * m4/file-type.m4: New file.
52123
52124         Module fileblocks.
52125         * m4/fileblocks.m4: New file.
52126
52127         Module filemode.
52128         * m4/filemode.m4: New file.
52129
52130         Module isdir.
52131         * m4/isdir.m4: New file.
52132
52133         Module lchown.
52134         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
52135         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
52136
52137         Module makepath.
52138         * m4/makepath.m4: New file.
52139
52140         Module modechange.
52141         * m4/modechange.m4: New file.
52142
52143         Module mountlist.
52144         * m4/mountlist.m4: New file.
52145         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
52146         Indentation.
52147
52148         Module path-concat.
52149         * m4/path-concat.m4: New file.
52150
52151         Module pathmax.
52152         * m4/pathmax.m4: New file.
52153
52154         Module same.
52155         * m4/same.m4: New file.
52156
52157         Module save-cwd.
52158         * m4/save-cwd.m4: New file.
52159
52160         Module savedir.
52161         * m4/savedir.m4: New file.
52162
52163         Module xgetcwd.
52164         * m4/xgetcwd.m4: New file.
52165         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
52166
52167         Module xreadlink.
52168         * m4/xreadlink.m4: New file.
52169
52170         Module safe-read.
52171         * m4/safe-read.m4: New file.
52172
52173         Module safe-write.
52174         * m4/safe-write.m4: New file.
52175
52176         Module closeout.
52177         * m4/closeout.m4: New file.
52178
52179         Module stdio-safer.
52180         * m4/stdio-safer.m4: New file.
52181
52182         Module getpass.
52183         * m4/getpass.m4: New file.
52184
52185         Module getugroups.
52186         * m4/getugroups.m4: New file.
52187
52188         Module group-member.
52189         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
52190         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
52191
52192         Module idcache.
52193         * m4/idcache.m4: New file.
52194
52195         Module userspec.
52196         * m4/userspec.m4: New file.
52197
52198         Module gettime.
52199         * m4/clock_time.m4: New file.
52200         * m4/gettime.m4: New file.
52201
52202         Module settime.
52203         * m4/settime.m4: New file.
52204
52205         Module posixtm.
52206         * m4/posixtm.m4: New file.
52207
52208         Module gethostname.
52209         * m4/gethostname.m4: New file.
52210
52211         Module canon-host.
52212         * m4/canon-host.m4: New file.
52213
52214         Module gettext.
52215         * m4/codeset.m4: New file, from gettext-0.11.5.
52216         * m4/gettext.m4: New file, from gettext-0.11.5.
52217         * m4/glibc21.m4: New file, from gettext-0.11.5.
52218         * m4/iconv.m4: New file, from gettext-0.11.5.
52219         * m4/intdiv0.m4: New file, from gettext-0.11.5.
52220         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
52221         * m4/inttypes.m4: New file, from gettext-0.11.5.
52222         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
52223         * m4/isc-posix.m4: New file, from gettext-0.11.5.
52224         * m4/lcmessage.m4: New file, from gettext-0.11.5.
52225         * m4/lib-ld.m4: New file, from gettext-0.11.5.
52226         * m4/lib-link.m4: New file, from gettext-0.11.5.
52227         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
52228         * m4/progtest.m4: New file, from gettext-0.11.5.
52229         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
52230         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
52231         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
52232
52233         Module localcharset.
52234         * m4/localcharset.m4: New file.
52235
52236         Module hard-locale.
52237         * m4/hard-locale.m4: New file.
52238
52239         Module mbswidth.
52240         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
52241         onceonly macros.
52242         * m4/mbrtowc.m4: Add comment.
52243
52244         Module memcasecmp.
52245         * m4/memcasecmp.m4: New file.
52246
52247         Module memcoll.
52248         * m4/memcoll.m4: New file.
52249
52250         Module unicodeio.
52251         * m4/unicodeio.m4: New file.
52252
52253         Module rpmatch.
52254         * m4/rpmatch.m4: New file.
52255
52256         Module yesno.
52257         * m4/yesno.m4: New file.
52258
52259         Module exitfail.
52260         * m4/exitfail.m4: New file.
52261
52262         Module c-stack.
52263         * m4/c-stack.m4 (gl_C_STACK): New macro.
52264         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
52265
52266         Module error.
52267         * m4/error.m4 (gl_ERROR): New macro.
52268         (jm_PREREQ_ERROR): Use onceonly macros.
52269
52270         Module fatal.
52271         * m4/fatal.m4: New file.
52272
52273         Module getloadavg.
52274         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
52275         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
52276
52277         Module getpagesize.
52278         * m4/getpagesize.m4: New file.
52279
52280         Module getusershell.
52281         * m4/getusershell.m4: New file.
52282
52283         Module physmem.
52284         * m4/physmem.m4: New file.
52285
52286         Module posixver.
52287         * m4/posixver.m4: New file.
52288
52289         Module quotearg.
52290         * m4/quotearg.m4: New file.
52291
52292         Module quote.
52293         * m4/quote.m4: New file.
52294
52295         Module readutmp.
52296         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
52297
52298         Module sig2str.
52299         * m4/sig2str.m4: New file.
52300
52301         Other.
52302         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
52303         ulonglong.m4.
52304         * m4/intmax_t.m4: New file.
52305         * m4/d-type.m4: Indentation.
52306         * m4/jm-macros.m4: Update.
52307         * m4/prereq.m4 (jm_PREREQ): Update.
52308         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
52309         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
52310         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
52311         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
52312         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
52313         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
52314         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
52315         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
52316         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
52317         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
52318         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
52319         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
52320         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
52321         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
52322         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
52323         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
52324         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
52325         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
52326         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
52327
52328 2002-12-24  Bruno Haible  <bruno@clisp.org>
52329
52330         * MODULES.txt: Update according to m4/ changes.
52331
52332         Module gettext.
52333         * config.rpath: New file, from gettext-0.11.5.
52334
52335         * modules/*: New module descriptions.
52336         * gnulib-tool: New file.
52337         * MODULES.html.sh: New file.
52338
52339 2002-12-21  Karl Berry  <karl@gnu.org>
52340
52341         * doc/fdl.texi: update to version 1.2.
52342
52343 2002-12-19  Karl Berry  <karl@gnu.org>
52344
52345         * config/config.guess: update from prep.
52346
52347 2002-12-18  Bruno Haible  <bruno@clisp.org>
52348
52349         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
52350         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
52351
52352 2002-12-17  Bruno Haible  <bruno@clisp.org>
52353
52354         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
52355         stdlib.h, string.h.
52356
52357 2002-12-17  Bruno Haible  <bruno@clisp.org>
52358
52359         * lib/canon-host.c (strdup): Remove unused declaration.
52360
52361         * lib/fsusage.c: Include full_read.h.
52362         (get_fs_usage): Use full_read instead of safe_read.
52363
52364         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
52365
52366 2002-12-12  Karl Berry  <karl@gnu.org>
52367
52368         * config/config.guess: update from prep.
52369
52370 2002-12-11  Bruno Haible  <bruno@clisp.org>
52371
52372         * m4/setenv.m4: New file, from gettext-0.11.5.
52373
52374 2002-12-11  Bruno Haible  <bruno@clisp.org>
52375
52376         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
52377         not unsetenv().
52378         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
52379         modifications:
52380
52381         2002-12-11  Bruno Haible  <bruno@clisp.org>
52382
52383                 * setenv.c (alloca): Fall back to malloc.
52384                 (freea): New macro.
52385                 (setenv): Use freea() to free memory allocated with alloca().
52386
52387         2002-11-13  Bruno Haible  <bruno@clisp.org>
52388
52389                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
52390                 function declarations.
52391                 * unsetenv.c (unsetenv): Likewise.
52392
52393         2002-03-04  Bruno Haible  <bruno@clisp.org>
52394
52395                 Portability to AIX 4.3.3.
52396                 * unsetenv.c: New file, extracted from setenv.c.
52397                 * setenv.c: Move the unsetenv() function to unsetenv.c.
52398
52399         2001-12-20  Bruno Haible  <bruno@clisp.org>
52400
52401                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
52402                 use malloc instead. For SunOS 4.
52403
52404         2001-12-11  Bruno Haible  <bruno@clisp.org>
52405
52406                 * setenv.c: Declare alloca.
52407                 (compar_fn_t): New typedef.
52408                 (KNOWN_VALUE, STORE_VALUE): Use it.
52409
52410         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
52411         setenv.h.
52412
52413 2002-12-10  Paul Eggert  <eggert@twinsun.com>
52414
52415         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
52416         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
52417         Choose values that are less likely to collide with system fnmatch
52418         options.
52419         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
52420         defined (e.g., a pure POSIX system).
52421         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
52422         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
52423
52424 2002-12-06  Paul Eggert  <eggert@twinsun.com>
52425
52426         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
52427         a pain in practice to deal with generated m4 files.  This change
52428         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
52429
52430         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
52431         and jm-glibc-io.m4, as they are no longer a special case.
52432         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
52433         kludge and the auto-generation stuff.  Check only whether the
52434         functions are declared, not whether they exist, since older hosts
52435         that don't declare the functions can't use the optimization anyway.
52436
52437 2002-12-06  Jim Meyering  <jim@meyering.net>
52438
52439         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
52440
52441         Merge in changes from libc's misc/error.c, in preparation
52442         for the merge of gnulib's changes back into libc.
52443
52444         * lib/error.c (_): Define only if not already defined.
52445         Move definition to follow all #include directives.
52446         Include unlocked-io.h only if !_LIBC.
52447         [_LIBC]: Include <libio/libioP.h>.
52448         [USE_IN_LIBIO]: Include <libio/iolibio.h>
52449         (fflush): Tweak definition to use INTUSE.
52450         (putc): Define.
52451
52452 2002-12-05  Paul Eggert  <eggert@twinsun.com>
52453
52454         * lib/alloca.c [defined emacs]: Include "lisp.h".
52455         (xalloc_die) [defined emacs]: New macro.
52456         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
52457         [! defined emacs]: Include <xalloc.h>.
52458         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
52459         (pointer): Typedef to POINTER_TYPE *.
52460         (malloc): Remove decl; we now always use xmalloc.
52461         (alloca): Use old-style definition, since Emacs needs this.
52462         Check for arithmetic overflow when computing combined size.
52463
52464 2002-12-04  Paul Eggert  <eggert@twinsun.com>
52465
52466         Do not generate unlocked-io.h automatically, since it's easier to
52467         maintain it by hand.
52468
52469         * lib/unlocked-io.h: New file, from GNU diffutils,
52470         but with proper copyright notice and attribution.
52471         * lib/gen-uio: Remove.
52472         * lib/Makefile.am: Add copyright notice.
52473         (libfetish_a_SOURCES): Add unlocked-io.h.
52474         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
52475         (DISTCLEANFILES, io_functions): Remove macros.
52476         (EXTRA_DIST): Remove gen_uio.
52477         (unlocked-io.h): Remove rule.
52478
52479 2002-12-04  Jim Meyering  <jim@meyering.net>
52480
52481         Reflect the fact that stat.c and lstat.c are no longer generated.
52482         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
52483         (DISTCLEANFILES): Likewise.
52484         (EXTRA_DIST): Likewise.
52485         (all_local): Don't depend on stat.c or lstat.c.
52486         (stat.c, lstat.c): Remove rules.
52487         (EXTRA_DIST): Remove xstat.in.
52488
52489         * lib/xstat.in: Remove file.  Contents moved into stat.c.
52490         * lib/stat.c: New file.  Contents mostly from xstat.in.
52491         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
52492         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
52493
52494         * lib/safe-read.c: Rework so that it may serve to define safe_write,
52495         too.
52496         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
52497
52498 2002-12-03  Jim Meyering  <jim@meyering.net>
52499
52500         * lib/safe-read.c, safe-write.c: Change variable names and comments,
52501         but not semantics, to minimize the differences between these two files.
52502         (safe_read): Change comment to mention SAFE_READ_ERROR.
52503
52504         * lib/safe-read.c (IS_EINTR): Define.
52505         (safe_read): Use IS_EINTR in place of in-function cpp directives.
52506
52507 2002-12-02  Jim Meyering  <jim@meyering.net>
52508
52509         * lib/safe-read.c (EINTR): Define.
52510         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
52511         (INT_MAX): Provide fallback.
52512         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
52513
52514         * lib/safe-read.h (SAFE_READ_ERROR): Define.
52515
52516 2002-12-02  Bruno Haible  <bruno@clisp.org>
52517
52518         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
52519         Define, taken from safe-read.c.
52520         (INT_MAX): Provide fallback.
52521         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
52522         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
52523
52524         * lib/safe-read.c (EINTR): Remove definition.
52525         (safe_read): Don't use EINTR if it is absent.
52526
52527 2002-12-01  Jim Meyering  <jim@meyering.net>
52528
52529         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
52530         zero.
52531         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
52532
52533 2002-11-27  Paul Eggert  <eggert@twinsun.com>
52534
52535         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
52536         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
52537         with `if (! (value < limit)) abort ();', for readability.
52538
52539 2002-11-26  Karl Berry  <karl@gnu.org>
52540
52541         * lib/strdup.c: copy from libc again, with jim's ok.
52542         * lib/.cppi-disable: re-add strdup.c
52543
52544 2002-11-25  Karl Berry  <karl@gnu.org>
52545
52546         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
52547         instead of "strtol.c".
52548
52549 2002-11-25  Karl Berry  <karl@gnu.org>
52550
52551         * config/install-sh: update from automake for variable quoting, $0 in
52552         error msgs, etc.
52553
52554         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
52555         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
52556         entry.
52557
52558 2002-11-25  Jim Meyering  <jim@meyering.net>
52559
52560         * lib/mktime.c: Sync from libc, now that it has the latest fix.
52561
52562 2002-11-24  Karl Berry  <karl@gnu.org>
52563
52564         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
52565         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
52566
52567 2002-11-24  Jim Meyering  <jim@meyering.net>
52568
52569         Update from coreutils:
52570
52571         * lib/mktime.c: Merge in changes from libc.
52572
52573         Avoid a link-time failure on some Linux systems.
52574         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
52575         (otherwise).
52576         (__mon_yday): Declare with the STATIC attribute.
52577         (__mktime_internal): Likewise.
52578         Based on a report from Greg Schafer.
52579
52580 2002-11-23  Jim Meyering  <jim@meyering.net>
52581
52582         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
52583         Use `unsigned', not `int', as type of index.
52584
52585         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
52586
52587         * lib/fsusage.c: Remove unneeded parentheses around operands of
52588         `defined'.
52589
52590 2002-11-22  Paul Eggert  <eggert@twinsun.com>
52591
52592         * lib/quotearg.h: Allow multiple inclusion by surrounding with
52593         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
52594         so that we can be included first.
52595         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
52596         * lib/quotearg.c: Include quotearg.h immediately after config.h.
52597         No need to include stddef.h or sys/types.h any more.
52598         Surround local include files with "", not "<>".
52599         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
52600         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
52601         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
52602         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
52603         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
52604         (ISPRINT): Remove; no longer needed now that we assume C89.
52605
52606         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
52607         Preserve errno.
52608
52609         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
52610         quotearg_char): Use SIZE_MAX rather than
52611         (size_t) -1 when we are talking about "infinity".
52612
52613         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
52614
52615 2002-11-22  Paul Eggert  <eggert@twinsun.com>
52616
52617         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
52618         hint that one should use `if (! x) abort ();' rather than `assert
52619         (x);', and anyway it's one less thing to worry about configuring.
52620         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
52621         hash_rehash, hash_insert): Use abort rather than assert.
52622
52623 2002-11-22  Bruno Haible  <bruno@clisp.org>
52624
52625         * lib/safe-read.h: Assume C89. Add comments.
52626         (safe_read): Change return type to size_t.
52627         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
52628         byte counts > SSIZE_MAX correctly.
52629         * lib/safe-write.h: New file.
52630         * lib/safe-write.c: New file.
52631         * lib/full-read.h: New file.
52632         * lib/full-read.c: New file.
52633         * lib/full-write.h: Assume C89. Add comments.
52634         * lib/full-write.c: Include safe-write.h.
52635         (full_write): Rewritten to use safe_write.
52636         Suggested by Jim Meyering and Paul Eggert.
52637
52638 2002-11-21  Jim Meyering  <jim@meyering.net>
52639
52640         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
52641
52642         Merge in changes from the coreutils.
52643
52644         2002-09-25  Paul Eggert  <eggert@twinsun.com>
52645         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
52646         <stdint.h>.
52647         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
52648         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
52649         int.  Work more efficiently if X is the same width as uintmax_t.
52650         Do not compare X to -1, to avoid bogus compiler warning.
52651         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
52652         Don't assume that f_frsize and f_bsize are the same type.
52653
52654         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
52655         warning on FreeBSD.
52656
52657         * lib/makepath.c (make_path): Restore umask *before* creating the final
52658         component.
52659         (make_path): Minor reformatting.
52660
52661         * lib/xmalloc.c: Adjust to work with new autoconf macros,
52662         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
52663         HAVE_MALLOC/HAVE_REALLOC.
52664
52665         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
52666         dummy ones.  At least on GNU/Linux systems, `auto' means something
52667         else.
52668         From Michael Stone.
52669
52670 2002-11-21  Bruno Haible  <bruno@clisp.org>
52671
52672         Remove case insensitive option matching.
52673         * lib/argmatch.h (argcasematch): Remove declaration.
52674         (ARGCASEMATCH): Remove macro.
52675         (__xargmatch_internal): Remove case_sensitive argument.
52676         (XARGMATCH): Update.
52677         (XARGCASEMATCH): Remove macro.
52678         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
52679         case_sensitive argument.
52680         (argcasematch): Remove function.
52681         (__xargmatch_internal): Remove case_sensitive argument.
52682         (main): Use XARGMATCH instead of XARGCASEMATCH.
52683
52684         * lib/xmalloc.c: Change compile-time error message. Add comment about
52685         required autoconf version.
52686
52687 2002-11-20  Paul Eggert  <eggert@twinsun.com>
52688
52689         Merge argmatch cleanups from Bison.  Assume C89.
52690
52691         * lib/argmatch.c: Include config.h here, not in argmatch.h.
52692         Include stdlib.h, for EXIT_FAILURE.
52693         Always include <string.h>, since we assume C89.
52694         (EXIT_FAILURE): Remove pre-C89 bug workaround.
52695         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
52696         Include <stddef.h> instead, since it's all we need for size_t.
52697         (PARAMS): Remove.  All uses removed.
52698         (ARRAY_CARDINALITY): Do not bother to #undef.
52699         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
52700         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
52701         Remove unnecessary parentheses.
52702         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
52703         Insert necessary parentheses.
52704         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
52705         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
52706
52707 2002-11-19  Bruno Haible  <bruno@clisp.org>
52708
52709         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
52710         * lib/mbswidth.h: Include <stddef.h>, for size_t.
52711
52712         * lib/mbswidth.h (PARAMS): Remove macro.
52713         (mbswidth, mbsnwidth): Use ANSI C function declarations.
52714         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
52715
52716         * lib/gcd.h (PARAMS): Remove macro.
52717         (gcd): Use ANSI C function declarations.
52718         * lib/gcd.c (gcd): Likewise.
52719
52720 2002-11-15  Bruno Haible  <bruno@clisp.org>
52721
52722         * lib/strcspn.c: Include <stddef.h>.
52723         (strcspn): Use ANSI C function declaration. Change return type to
52724         size_t. Use NULL.
52725         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
52726         (strpbrk): Use NULL.
52727         * lib/strpbrk.h (PARAMS): Remove macro.
52728         (strpbrk): Use ANSI C function declaration.
52729         * lib/strstr.c: Don't include <sys/types.h>.
52730         * lib/strstr.h (PARAMS): Remove macro.
52731         (strstr): Use ANSI C function declarations.
52732
52733 2002-11-14  Karl Berry  <karl@gnu.org>
52734
52735         * config/mkinstalldirs: `do' on separate line, instead of
52736         `for var; do'.
52737
52738 2002-11-06  Bruno Haible  <bruno@clisp.org>
52739
52740         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
52741         * lib/gcd.c (gcd): Likewise.
52742
52743 2002-11-05  Bruno Haible  <bruno@clisp.org>
52744
52745         * lib/gcd.h: New file, from gettext-0.11.5.
52746         * lib/gcd.c: New file, from gettext-0.11.5.
52747
52748 2002-11-05  Bruno Haible  <bruno@clisp.org>
52749
52750         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
52751         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
52752         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
52753         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
52754
52755         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
52756         <libintl.h>.
52757         * lib/makepath.c: Include gettext.h instead of <locale.h> and
52758         <libintl.h>.
52759
52760         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
52761         * lib/human.c: Include gettext.h instead of <libintl.h>.
52762         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
52763         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
52764         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
52765         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
52766         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
52767         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
52768         (textdomain): Remove definition.
52769         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
52770
52771         * lib/long-options.c: Remove include of <libintl.h> and definition of
52772         _.
52773         * lib/same.c: Remove include of <libintl.h> and definition of _.
52774
52775 2002-11-04  Owen Taylor  <otaylor@redhat.com>
52776
52777         * lib/config.charset: A few additions for Solaris.
52778
52779 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
52780
52781         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
52782         * lib/localcharset.c (locale_charset): Declare as extern "C".
52783
52784 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
52785
52786         * lib/config.charset: msdos in uk_UA uses CP1125.
52787
52788 2002-11-04  Bruno Haible  <bruno@clisp.org>
52789
52790         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
52791         * lib/strcase.h: New file, from GNU gettext-0.11.5.
52792         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
52793         * lib/strstr.h: New file, from GNU gettext-0.11.5.
52794         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
52795
52796 2002-11-04  Bruno Haible  <bruno@clisp.org>
52797
52798         * lib/localcharset.c (locale_charset): Don't return an empty string.
52799
52800 2002-11-04  Bruno Haible  <bruno@clisp.org>
52801
52802         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
52803         aliases.
52804
52805 2002-11-04  Bruno Haible  <bruno@clisp.org>
52806
52807         * lib/config.charset: Update for newest glibc. Add canonical names
52808         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
52809
52810 2002-11-04  Bruno Haible  <bruno@clisp.org>
52811
52812         * lib/config.charset: Add support for NetBSD.
52813
52814 2002-11-04  Bruno Haible  <bruno@clisp.org>
52815
52816         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
52817
52818 2002-11-01  Bruno Haible  <bruno@clisp.org>
52819
52820         * configure.in: Add AC_CONFIG_AUX_DIR call.
52821         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
52822         test/Makefile.
52823         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
52824
52825 2002-09-28  Karl Berry  <karl@gnu.org>
52826
52827         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
52828         installed automake until the next release, since changes have been
52829         made.
52830
52831 2002-09-25  Karl Berry  <karl@gnu.org>
52832
52833         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
52834         * lib/getopt*: copy from libc/posix.
52835         * lib/gettext.h: copy from gettext.
52836         * lib/.cppi-disable: add strdup.c, gettext.h.
52837
52838 2002-09-25  Karl Berry  <karl@gnu.org>
52839
52840         * config/srclist.txt: enable gettext.h check.
52841         * config/config.{guess,sub}: update from prep.
52842         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
52843                 from automake 1.6.3.
52844         See srclist*.
52845
52846 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
52847
52848         * regex.c (PATFETCH): Remove the translating fetch.
52849         (PATFETCH_RAW): Rename to PATFETCH.
52850         (set_image_of_range): New fun.
52851         (SET_RANGE_TABLE_WORK_AREA): Use it.
52852         (regex_compile): Don't translate the pattern chars so eagerly.
52853         Only do it when inserting an `exactn' bytecode or when handling
52854         a char-range.
52855         (mutually_exclusive_p): Avoid empty statement.
52856
52857 2002-07-06  Jim Meyering  <meyering@lucent.com>
52858
52859         * m4/README: Don't mention Makefile.am.in.
52860         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
52861
52862 2002-07-01  Jim Meyering  <meyering@lucent.com>
52863
52864         * lib/c-stack.c: Include sys/time.h.
52865         From Volker Borchert.
52866
52867 2002-06-26  Paul Eggert  <eggert@twinsun.com>
52868
52869         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
52870
52871 2002-06-26  Paul Eggert  <eggert@twinsun.com>
52872
52873         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
52874         New macro.  Use it uniformly instead of
52875         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
52876         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
52877         reported by Vin Shelton.
52878
52879 2002-06-22  Paul Eggert  <eggert@twinsun.com>
52880
52881         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
52882         Do not assume SA_SIGINFO behavior.
52883         Bug reported by Jim Meyering on NetBSD 1.5.2.
52884
52885 2002-06-22  Jim Meyering  <meyering@lucent.com>
52886
52887         * m4/c-stack.m4: New file, from diffutils-2.8.2.
52888         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
52889
52890         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
52891         now that configure.ac uses AC_GNU_SOURCE.
52892         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
52893         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
52894
52895         Update to latest tools.  Suggestions from Paul Eggert.
52896         * m4/stdbool.m4: New file, from diffutils-2.8.2.
52897         * m4/gnu-source.m4: Update from diffutils-2.8.2.
52898         * m4/fnmatch.m4: Likewise.
52899         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
52900         to AC_HEADER_STDBOOL
52901
52902 2002-06-22  Jim Meyering  <meyering@lucent.com>
52903
52904         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
52905         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
52906
52907 2002-06-22  Jim Meyering  <meyering@lucent.com>
52908
52909         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
52910
52911         * lib/exitfail.c, exitfail.h: Likewise.
52912         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
52913
52914         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
52915         of fnmatch.h.
52916         (EXTRA_DIST): Add fnmatch_loop.c.
52917         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
52918
52919         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
52920         * lib/fnmatch.c: Update from diffutils-2.8.2.
52921         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
52922         * lib/fnmatch.h: Remove file.
52923
52924 2002-06-21  Jim Meyering  <meyering@lucent.com>
52925
52926         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
52927         * m4/mbrtowc.m4: Likewise.
52928
52929         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
52930         * m4/mbswidth.m4: Reflect name change:
52931         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
52932         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
52933
52934         * m4/lib-link.m4: Update from gettext-0.11.2.
52935         * m4/gettext.m4: Likewise.
52936
52937         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
52938         From Alfred M. Szmidt.
52939
52940 2002-06-18  Paul Eggert  <eggert@twinsun.com>
52941
52942         * lib/file-type.h: Report an error if neither S_ISREG nor
52943         S_IFREG is defined, instead of using a test specific to glibc
52944         2.2.  This should be safe, since POSIX requires S_ISREG and
52945         Unix Version 7 had S_IFREG.  We don't need to check for
52946         <sys/types.h> since we don't use any symbols that it defines.
52947
52948 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
52949
52950         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
52951         $@-t, so that each temporary file name is unique and valid in the first
52952         8 characters, for operation under DOS.
52953
52954 2002-06-15  Paul Eggert  <eggert@twinsun.com>
52955
52956         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
52957
52958 2002-06-15  Jim Meyering  <meyering@lucent.com>
52959
52960         Work even with DJGPP 2.03, which lacks support for symlinks.
52961         From Richard Dawe.
52962         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
52963         is defined.
52964         * lib/lchown.c (S_ISLNK): Likewise.
52965
52966 2002-06-15  Jim Meyering  <meyering@lucent.com>
52967
52968         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
52969         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
52970         have been included before this file.
52971
52972 2002-06-14  Jim Meyering  <meyering@lucent.com>
52973
52974         * lib/file-type.h: Use the version from diffutils-2.8.2.
52975         * lib/file-type.c: Likewise.
52976
52977 2002-06-07  Jim Meyering  <meyering@lucent.com>
52978
52979         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
52980         They're needed at least for NetBSD 1.5.2.
52981         ($statxfs_includes): Include those same headers.
52982         ($statxfs_includes): Include sys/vfs.h if available.
52983         ($statxfs_includes): Likewise for sys/statvfs.h.
52984         Check for the following members in both structs statfs and statvfs:
52985         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
52986
52987 2002-06-01  Jim Meyering  <meyering@lucent.com>
52988
52989         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
52990         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
52991
52992 2002-05-28  Jim Meyering  <meyering@lucent.com>
52993
52994         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
52995         Reported by Volker Borchert.
52996
52997 2002-05-27  Jim Meyering  <meyering@lucent.com>
52998
52999         Fix a problem seen only on nonconforming systems whereby ls.c's
53000         use of localtime, and then of gettimeofday would cause trouble:
53001         the localtime call used to initialize rpl_gettimeofday's save
53002         mechanism would clobber ls's current local time information so
53003         that in any long listing the first file would always be listed
53004         with date 1970-01-01.  Analysis by Volker Borchert.
53005
53006         * lib/gettimeofday.c (localtime): Undefine.
53007         (rpl_localtime): New function.
53008
53009 2002-05-27  Jim Meyering  <meyering@lucent.com>
53010
53011         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
53012         localtime.
53013
53014         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
53015         use the replacement function; it wouldn't resolve at link time.
53016         Reported by Volker Borchert.
53017
53018 2002-05-22  Jim Meyering  <meyering@lucent.com>
53019
53020         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
53021         file-type.h.
53022         * lib/file-type.h: New file.
53023         * lib/file-type.c (file_type): New file/function.  Extracted from
53024         diffutils.
53025
53026 2002-04-30  Jim Meyering  <meyering@lucent.com>
53027
53028         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
53029
53030 2002-04-29  Paul Eggert  <eggert@twinsun.com>
53031
53032         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
53033
53034 2002-04-29  Paul Eggert  <eggert@twinsun.com>
53035
53036         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
53037         Do not check for alloca.h (no longer used) or stdbool.h (was never
53038         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
53039
53040 2002-04-29  Paul Eggert  <eggert@twinsun.com>
53041
53042         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
53043
53044 2002-04-29  Jim Meyering  <meyering@lucent.com>
53045
53046         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
53047         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
53048         Use AC_FUNC_STRNLEN here instead.
53049
53050         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
53051         With autoconf-2.53a, it's part of AC_PROG_CC.
53052
53053 2002-04-28  Paul Eggert  <eggert@twinsun.com>
53054
53055         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
53056         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
53057
53058 2002-04-28  Paul Eggert  <eggert@twinsun.com>
53059
53060         * lib/sig2str.h, lib/sig2str.c: New files.
53061         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
53062
53063 2002-04-28  Paul Eggert  <eggert@twinsun.com>
53064
53065         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
53066         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
53067         of 127, since 64 is the largest conceivable number for ancient
53068         nonstandard hosts.
53069         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
53070
53071 2002-04-28  Jim Meyering  <meyering@lucent.com>
53072
53073         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
53074
53075 2002-04-24  Jim Meyering  <meyering@lucent.com>
53076
53077         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
53078         (jm_PREREQ): Use it.
53079
53080         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
53081         mach/mach.h fcntl.h.
53082         Check for this function: setlocale.
53083
53084 2002-04-24  Jim Meyering  <meyering@lucent.com>
53085
53086         * lib/gettext.h: New file, from Gettext.
53087         * lib/Makefile.am (INCLUDES): Remove -I../intl.
53088         (libfetish_a_SOURCES): Add gettext.h.
53089
53090 2002-04-16  Jim Meyering  <meyering@lucent.com>
53091
53092         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
53093         ut_pid, ut_id, ut_exit.
53094
53095 2002-04-16  Jim Meyering  <meyering@lucent.com>
53096
53097         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
53098         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
53099         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
53100
53101 2002-04-12  Jim Meyering  <meyering@lucent.com>
53102
53103         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
53104         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
53105         existence of the getmntinfo function.  Needed for Darwin 5.3.
53106
53107         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
53108         This is necessary at least on Darwin 5.3.
53109
53110         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
53111         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
53112         strnlen.o in the library, and that makes some versions of ranlib
53113         object.
53114
53115 2002-04-12  Jim Meyering  <meyering@lucent.com>
53116
53117         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
53118
53119 2002-04-09  Jim Meyering  <meyering@lucent.com>
53120
53121         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
53122         to be more precise.  Rather than saying we're checking whether the
53123         function `works', say what we're testing.
53124         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
53125         Reported by Bruno Haible.
53126
53127 2002-03-10  Jim Meyering  <meyering@lucent.com>
53128
53129         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
53130         Suggestion from Santiago Vila.
53131
53132 2002-03-08  Jim Meyering  <meyering@lucent.com>
53133
53134         * lib/rename.c: Mention that this wrapper is needed also on
53135         mips-dec-ultrix4.4 systems.
53136
53137 2002-03-02  Jim Meyering  <meyering@lucent.com>
53138
53139         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
53140         not HAVE_CLOCK_SETTIME.
53141
53142 2002-02-27  Paul Eggert  <eggert@twinsun.com>
53143
53144         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
53145         Check for clock_settime.
53146
53147 2002-02-27  Paul Eggert  <eggert@twinsun.com>
53148
53149         * lib/nanosleep.h: Rename to....
53150         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
53151
53152         * lib/gettime.c: New file.
53153         * lib/settime.c: New file.
53154         * lib/stime.c: Remove.
53155
53156         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
53157         timespec.h.  Remove nanosleep.h.
53158
53159 2002-02-25  Paul Eggert  <eggert@twinsun.com>
53160
53161         * m4/acl.m4: New file.
53162         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
53163         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
53164
53165 2002-02-25  Paul Eggert  <eggert@twinsun.com>
53166
53167         * lib/acl.c, lib/acl.h: New files.
53168         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
53169
53170 2002-02-24  Jim Meyering  <meyering@lucent.com>
53171
53172         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
53173         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
53174         cause trouble.  Reported by Nelson Beebe.
53175
53176 2002-02-23  Paul Eggert  <eggert@twinsun.com>
53177
53178         * lib/path-concat.c (xpath_concat): Reorder code to pacify
53179         compilers that don't know that xalloc_die never returns.
53180
53181 2002-02-20  Jim Meyering  <meyering@lucent.com>
53182
53183         * lib/getdate.c: Regenerate using bison-1.33.
53184
53185 2002-02-17  Jim Meyering  <meyering@lucent.com>
53186
53187         * config/config.guess (main): Don't use `head -1'; it's no longer
53188         portable. Use `sed 1q' instead.
53189
53190 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
53191
53192         * m4/codeset.m4: Upgrade to gettext-0.11.
53193         * m4/gettext.m4: Upgrade to gettext-0.11.
53194         * m4/glibc21.m4: Upgrade to gettext-0.11.
53195         * m4/iconv.m4: Upgrade to gettext-0.11.
53196         * m4/isc-posix.m4: Upgrade to gettext-0.11.
53197         * m4/lcmessage.m4: Upgrade to gettext-0.11.
53198         * m4/lib-ld.m4: New file, from gettext-0.11.
53199         * m4/lib-link.m4: New file, from gettext-0.11.
53200         * m4/lib-prefix.m4: New file, from gettext-0.11.
53201         * m4/progtest.m4: Upgrade to gettext-0.11.
53202
53203 2002-02-15  Paul Eggert  <eggert@twinsun.com>
53204
53205         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
53206         (jm_PREREQ): Use it.
53207
53208 2002-02-15  Paul Eggert  <eggert@twinsun.com>
53209
53210         * lib/posixver.c, lib/posixver.h: New files.
53211         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
53212
53213 2002-02-02  Paul Eggert  <eggert@twinsun.com>
53214             Bruno Haible  <bruno@clisp.org>
53215
53216         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
53217         (fwrite_success_callback): New declaration.
53218         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
53219         print_unicode_char. Call failure callback instead of error.
53220         (fwrite_success_callback): New function.
53221         (exit_failure_callback): New function.
53222         (fallback_failure_callback): New function.
53223         (print_unicode_char): Call unicode_to_mb.
53224
53225 2002-01-26  Jim Meyering  <meyering@lucent.com>
53226
53227         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
53228         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
53229
53230 2002-01-26  Jim Meyering  <meyering@lucent.com>
53231
53232         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
53233
53234 2002-01-22  Paul Eggert  <eggert@twinsun.com>
53235
53236         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
53237
53238 2002-01-22  Jim Meyering  <meyering@lucent.com>
53239
53240         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
53241         Otherwise, some versions of automake would omit the rule that makes
53242         Makefile from Makefile.in.
53243
53244 2002-01-21  Paul Eggert  <eggert@twinsun.com>
53245
53246         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
53247         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
53248         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
53249         (memcoll): Set errno to zero if there is no error.
53250
53251         * lib/quotearg.c (quotearg_buffer_restyled):
53252         Fix bug with quoting buffers containing NUL when backslashing escapes.
53253         This bug was exposed by the other changes in this patch.
53254         (quotearg_n_options): New arg ARGSIZE.
53255         All callers changed.
53256         (quoting_options_from_style): New function.
53257         (quotearg_n_style): Use it.
53258         (quotearg_n_style_mem): New function.
53259
53260         * lib/quotearg.h (quotearg_n_style_mem): New function.
53261
53262 2002-01-19  Jim Meyering  <meyering@lucent.com>
53263
53264         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
53265         Remove useless quotes: DF_PROG="df".
53266         * m4/strnlen.m4: New file.
53267
53268 2002-01-16  Paul Eggert  <eggert@twinsun.com>
53269
53270         * lib/backupfile.c (ISDIGIT): Comment fix.
53271         * lib/getdate.y (ISDIGIT): Likewise.
53272         * lib/posixtm.c (ISDIGIT, year): Likewise.
53273         * lib/strverscmp.c (ISDIGIT): Likewise.
53274         * lib/userspec.c (ISDIGIT): Likewise.
53275
53276 2002-01-16  Jim Meyering  <meyering@lucent.com>
53277
53278         * lib/getdate.y: Add three semicolons, each just before a closing
53279         brace. Bison (as of version 1.31) no longer papers over that mistake.
53280
53281 2002-01-05  Jim Meyering  <meyering@lucent.com>
53282
53283         * lib/version-etc.c (version_etc_copyright): Update copyright year.
53284
53285 2001-12-19  Paul Eggert  <eggert@twinsun.com>
53286
53287         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
53288         not silently exit merely because the output buffer happens to
53289         have nothing pending.
53290
53291 2001-12-18  Paul Eggert  <eggert@twinsun.com>
53292
53293         See the big note in ../ChangeLog.
53294         * lib/human.c (suffixes): Prefer K to k for 1024.
53295         (generate_suffix_backwards): New function.
53296         (human_readable_inexact): Use it.
53297         * lib/xstrtol.c (__xstrtol): If there is no number but there
53298         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
53299         Accept 'K' as well as 'k'.
53300
53301 2001-12-15  Jim Meyering  <meyering@lucent.com>
53302
53303         * lib/regex.h (__restrict_arr): Update from libc.
53304
53305         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
53306         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
53307         (STREQ): Define.
53308
53309 2001-12-14  Jim Meyering  <meyering@lucent.com>
53310
53311         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
53312         Suggestion from Bruno Haible.
53313
53314 2001-12-10  Jim Meyering  <meyering@lucent.com>
53315
53316         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
53317         xrealloc, Instead, include "xalloc.h".
53318         (initbuffer): Don't cast xmalloc return value to char*.
53319         (readline): Reword comment.
53320         Don't cast xrealloc return value to char*
53321         Return NULL, not 0.
53322
53323 2001-12-09  Jim Meyering  <meyering@lucent.com>
53324
53325         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
53326         about `signed and unsigned type in conditional expression'.
53327         * lib/posixtm.c (posix_time_parse): Likewise.
53328
53329         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
53330
53331         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
53332         to avoid a pedantic warning.
53333
53334         * lib/getstr.c: Don't include assert.h.
53335         (getstr): Remove warning-evoking assertions.
53336         Return -1 if offset parameter is out of bounds.
53337         Change the type of a local from int to size_t.
53338
53339         * lib/strftime.c (my_strftime_localtime_r): Include this function
53340         definition in the `#if ! HAVE_TM_GMTOFF' block.
53341
53342         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
53343         Include xalloc.h instead.
53344
53345 2001-12-02  Jim Meyering  <meyering@lucent.com>
53346
53347         * lib/tempname.c: Don't declare getenv, thus reverting the change of
53348         2001-11-18.  It's no longer necessary, now that stdlib.h is always
53349         included.
53350
53351         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
53352         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
53353
53354 2001-11-30  Akim Demaille  <akim@epita.fr>
53355
53356         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
53357         before being defined.
53358
53359 2001-11-27  Paul Eggert  <eggert@twinsun.com>
53360
53361         * lib/quotearg.h (quotearg_n, quotearg_n_style):
53362         First arg is int, not unsigned.
53363         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
53364         (SIZE_MAX, UINT_MAX): New macros.
53365         (quotearg_n_options): Abort if N is negative.
53366         Avoid overflow check on hosts where size_t is 64 bits and int
53367         is 32 bits, as overflow is impossible there.
53368         Fix off-by-one typo that caused unnecessary reallocation.
53369
53370 2001-11-27  Jim Meyering  <meyering@lucent.com>
53371
53372         * lib/tempname.c: Merge with version from libc.
53373         * lib/regex.c: Likewise.
53374
53375         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
53376         systems for which STDC_HEADERS is 0, it was not included, resulting in
53377         a warning about an integer-to-pointer conversion problem with getenv.
53378         Reported by Volker Borchert.
53379
53380 2001-11-26  Jim Meyering  <meyering@lucent.com>
53381
53382         * lib/gtod.h: Remove file.
53383         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
53384         * lib/gettimeofday.c: Don't include gtod.h.
53385         (GTOD_init): Remove function.
53386         (rpl_gettimeofday): Do its job here instead, rather than aborting.
53387         Suggestion from Volker Borchert.
53388
53389 2001-11-23  Jim Meyering  <meyering@lucent.com>
53390
53391         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
53392         it.
53393         * lib/hash.c (struct hash_table): Define it here instead.
53394
53395 2001-11-22  Jim Meyering  <meyering@lucent.com>
53396
53397         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
53398
53399 2001-11-20  Jim Meyering  <meyering@lucent.com>
53400
53401         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
53402         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
53403
53404 2001-11-19  Jim Meyering  <meyering@lucent.com>
53405
53406         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
53407         directory.  Use "conftestXXXXXX" as the template.
53408         Suggestion from Paul Eggert.
53409
53410         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
53411         immediately, so the test doesn't mistakenly hit the max-open-files
53412         limit.
53413
53414 2001-11-18  Paul Eggert  <eggert@twinsun.com>
53415
53416         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
53417         (TEMPORARIES): New macro.
53418         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
53419         removes an artificial limitation (e.g. HP-UX 10.20, where
53420         TMP_MAX is 17576).
53421
53422 2001-11-18  Jim Meyering  <meyering@lucent.com>
53423
53424         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
53425
53426 2001-11-18  Jim Meyering  <meyering@lucent.com>
53427
53428         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
53429         on SunOS 4.
53430
53431         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
53432         files will be created before anything else.
53433
53434 2001-11-17  Paul Eggert  <eggert@twinsun.com>
53435
53436         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
53437         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
53438
53439 2001-11-17  Jim Meyering  <meyering@lucent.com>
53440
53441         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
53442         Prompted by a report from Bob Proulx.
53443
53444         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
53445         Instead, require UTILS_FUNC_MKSTEMP.
53446
53447 2001-11-17  Jim Meyering  <meyering@lucent.com>
53448
53449         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
53450         Now, that's done as part of AC_FUNC_STRTOD.
53451
53452 2001-11-17  Jim Meyering  <meyering@lucent.com>
53453
53454         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
53455         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
53456         rather than group writable.  Patch by Juan F. Codagnone.
53457
53458         * lib/readtokens.c: Remove explicit declarations of xmalloc and
53459         xrealloc, Instead, include "xalloc.h".
53460
53461         * lib/mountlist.c: Include unlocked-io.h after all system headers.
53462         Remove explicit declarations of xmalloc, xrealloc,
53463         and xstrdup.  Instead, include "xalloc.h".
53464
53465         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
53466         unlocked-io.h.
53467         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
53468         Likewise.
53469         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
53470
53471         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
53472         Reported by Padraig Brady.
53473
53474         * lib/mkstemp.c: #undef mkstemp.
53475         Include config.h.
53476         (rpl_mkstemp): Rename from mkstemp.
53477         Protoize.
53478
53479 2001-11-16  Jim Meyering  <meyering@lucent.com>
53480
53481         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
53482         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
53483         determine the amount of total physical memory, use pstat_getstatic.
53484         HPUX-11 doesn't define _SC_PHYS_PAGES.
53485         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
53486         If sysconf couldn't be used to determine the amount of available
53487         physical memory, use both pstat_getstatic and pstat_getdynamic.
53488         Based on a patch from Bob Proulx.
53489
53490 2001-11-10  Jim Meyering  <meyering@lucent.com>
53491
53492         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
53493         (jm_PREREQ): Use it.
53494
53495 2001-11-09  Jim Meyering  <meyering@lucent.com>
53496
53497         * m4/jm-macros.m4: Require autoconf-2.52f.
53498         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
53499         Use these AC_-prefixed names, not the AM_-prefixed ones.
53500
53501         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
53502
53503 2001-11-05  Jim Meyering  <meyering@lucent.com>
53504
53505         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
53506
53507 2001-11-04  Jim Meyering  <meyering@lucent.com>
53508
53509         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
53510         $DEFS.
53511
53512 2001-11-03  Jim Meyering  <meyering@lucent.com>
53513
53514         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
53515         of AC_DEFUN.
53516
53517         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
53518         know the name of the variable in the macro definition.
53519
53520 2001-11-03  Jim Meyering  <meyering@lucent.com>
53521
53522         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
53523         in argmatch_to_argument call.
53524
53525         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
53526         argument.
53527
53528         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
53529         e.g., a fault due to an attempt to free a NULL pointer.
53530
53531 2001-11-01  Jim Meyering  <meyering@lucent.com>
53532
53533         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
53534         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
53535
53536 2001-11-01  Jim Meyering  <meyering@lucent.com>
53537
53538         * lib/dirfd.c, lib/dirfd.h: New files.
53539         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
53540
53541         * lib/hash.c (hash_print) [TESTING]: Clean up.
53542
53543 2001-10-22  Paul Eggert  <eggert@twinsun.com>
53544
53545         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
53546         to avoid a warning if -Wall.
53547
53548 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
53549
53550         * README: New file
53551         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
53552         (per RMS's instructions, this is now the canonical source)
53553         * lgpl/, gpl/: New directories.
53554
53555 2001-10-21  Paul Eggert  <eggert@twinsun.com>
53556
53557         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
53558
53559 2001-10-21  Jim Meyering  <meyering@lucent.com>
53560
53561         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
53562         this code would end up calling gettext even in packages built
53563         with --disable-nls.
53564         * lib/getopt.c (_): Likewise.
53565         * lib/regex.c (_): Likewise.
53566
53567 2001-10-20  Paul Eggert  <eggert@twinsun.com>
53568
53569         * m4/error.m4 (jm_PREREQ_ERROR):
53570         Do not invoke AC_CHECK_FUNCS with strerror_r, as
53571         AC_FUNC_STRERROR_R does that.
53572         Check for strerror declaration.
53573
53574         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
53575         are supposed to have them these days.
53576         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
53577         Merge changes from latest Autoconf CVS.
53578         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
53579         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
53580         POSIX decided to standardize on the int flavor of strerror_r.
53581
53582 2001-10-20  Paul Eggert  <eggert@twinsun.com>
53583
53584         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
53585         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
53586         Use strerror_r that is only a macro, even if it is not a function.
53587         (strerror): Check for HAVE_DECL_STRERROR before declaring.
53588         (private_strerror): Use prototypes, not old-style function definition.
53589         (print_errno_message): New function.
53590         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
53591         char*-flavored one.
53592         (error_tail, error, error_at_line): Use it.
53593
53594 2001-10-11  Jim Meyering  <meyering@lucent.com>
53595
53596         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
53597         and quote_n (1, ... to avoid clobbering a buffer.
53598
53599 2001-10-05  Jim Meyering  <meyering@lucent.com>
53600
53601         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
53602         hash-pjw.h.
53603         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
53604         * lib/hash-pjw.h: New file.
53605
53606 2001-09-30  Jim Meyering  <meyering@lucent.com>
53607
53608         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
53609         `struct fsstat' has the `f_fstypename' member.
53610         Use that to define FS_TYPE, which is now used to make
53611         the getfsstat link test tighter.
53612
53613 2001-09-30  Jim Meyering  <meyering@lucent.com>
53614
53615         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
53616         Include <sys/ucred.h>, for Apple Darwin.
53617         Include sys/mount.h and sys/fs_types.h only if available.
53618         (FS_TYPE): Define.
53619         (read_filesystem_list): Use FS_TYPE.
53620
53621 2001-09-29  Paul Eggert  <eggert@twinsun.com>
53622
53623         * lib/exclude.c (excluded_filename): 0 -> false, since it's
53624         a boolean context.
53625
53626 2001-09-29  Jim Meyering  <meyering@lucent.com>
53627
53628         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
53629         [one-argument getmntent function]): Include stdio.h before mntent.h.
53630         SunOS 4.1.x needs it for the declaration of `FILE'.
53631         Patch by Volker Borchert.
53632
53633         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
53634         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
53635         sys/fs_types.h, and make the link-test for getfsstat guard #include
53636         directives with appropriate #if HAVE_*_H tests so that we can
53637         detect getfsstat on Apple Darwin1.3.7 systems.
53638         Reported by Nelson Beebe.
53639         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
53640
53641 2001-09-28  Paul Eggert  <eggert@twinsun.com>
53642
53643         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
53644         #defines strtoimax.  Also treat the other strto* functions
53645         like strtoimax.
53646
53647         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
53648         Check for strtoul and strtoumax,
53649         as those declarations are made even in the signed case.
53650         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
53651         Likewise, for strtol and strtoimax.
53652
53653 2001-09-28  Paul Eggert  <eggert@twinsun.com>
53654
53655         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
53656         #defines strtoimax.  Also treat the other strto* functions
53657         like strtoimax.
53658
53659         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
53660         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
53661         (strtoimax, strtoumax): Do not declare if already defined as a macro.
53662
53663 2001-09-26  Jim Meyering  <meyering@lucent.com>
53664
53665         Most macros in unlocked-io.h had the wrong number of arguments.
53666         * lib/gen-uio: New script.
53667         (USE_UNLOCKED_IO): Define to 1 if not already defined.
53668         * lib/unlocked-io.hin: Remove file.
53669         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
53670         rather than trying to embed it here.
53671         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
53672         Reported by Padraig Brady.
53673
53674 2001-09-25  Volker Borchert  <bt@teknon.de>
53675
53676         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
53677         `result'.
53678
53679 2001-09-24  Jim Meyering  <meyering@lucent.com>
53680
53681         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
53682
53683 2001-09-23  Jim Meyering  <meyering@lucent.com>
53684
53685         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
53686         instead of the mere test for existence of mntent.h.  The latter
53687         would get a false-positive on AIX 3.4 systems.
53688         In the outer getmntent if-block, don't die if neither of the getmntent
53689         tests succeeds.  Instead, just fall through and continue with the
53690         remaining tests.
53691
53692 2001-09-23  Jim Meyering  <meyering@lucent.com>
53693
53694         * lib/mountlist.c: Remove useless parentheses in #if directives.
53695         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
53696         the deprecated MOUNTED symbol is no longer defined in mntent.h.
53697
53698 2001-09-22  Jim Meyering  <meyering@lucent.com>
53699
53700         * m4/gettext.m4: New file.  From gettext.
53701         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
53702         * m4/progtest.m4: Likewise
53703         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
53704         * m4/glibc21.m4: Likewise.
53705
53706         * m4/libintl.m4: Remove.  No longer used.
53707
53708 2001-09-22  Jim Meyering  <meyering@lucent.com>
53709
53710         * lib/localcharset.c: Update from latest gettext.
53711         * lib/config.charset: Likewise.
53712
53713 2001-09-20  Jim Meyering  <meyering@lucent.com>
53714
53715         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
53716         strtoimax.
53717         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
53718         strtoumax.
53719
53720 2001-09-20  Jim Meyering  <meyering@lucent.com>
53721
53722         * lib/xstrtol.c (strtoimax): Guard declaration with
53723         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
53724         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
53725         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
53726         (strtoumax): Likewise, for completeness (it wasn't necessary).
53727
53728 2001-09-17  Paul Eggert  <eggert@twinsun.com>
53729
53730         * lib/strtoimax.c (HAVE_LONG_LONG):
53731         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
53732         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
53733         to work around bug in IBM C compiler.
53734
53735 2001-09-17  Jim Meyering  <meyering@lucent.com>
53736
53737         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
53738         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
53739         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
53740         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
53741         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
53742         whenever the right hand side need not be expanded by the shell.
53743
53744 2001-09-16  Paul Eggert  <eggert@twinsun.com>
53745
53746         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
53747         library.  It's not correct, as some older glibcs are buggy.
53748         fnmatch wasn't fixed until glibc 2.2.
53749
53750         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
53751         special shell magic here.
53752
53753 2001-09-16  Jim Meyering  <meyering@lucent.com>
53754
53755         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
53756         * m4/jm-macros.m4: Require it.
53757
53758 2001-09-16  Jim Meyering  <meyering@lucent.com>
53759
53760         * lib/mkdir.c: New file.
53761
53762 2001-09-15  Jim Meyering  <meyering@lucent.com>
53763
53764         * m4/jm-macros.m4: Check for help2man.
53765
53766 2001-09-11  Jim Meyering  <meyering@lucent.com>
53767
53768         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
53769         The body, by Paul Eggert, was moved here from configure.in.
53770         * m4/jm-macros.m4: Require UTILS_HOST_OS.
53771
53772 2001-09-04  Paul Eggert  <eggert@twinsun.com>
53773
53774         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
53775         (jm_PREREQ): Use it.
53776
53777 2001-09-04  Paul Eggert  <eggert@twinsun.com>
53778
53779         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
53780         Use ssize_t, not int, to store result of readlink.
53781         Check for ssize_t overflow as well as size_t overflow,
53782         as POSIX says the result of readlink is implementation-defined
53783         when ssize_t overflows.
53784         Remove unnecessary cast to char*.
53785         Use free+malloc instead of realloc, as the storage doesn't need
53786         to be preserved and it's clearer and can be more efficient that way.
53787         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
53788         * lib/xreadlink.h (xreadlink): Update prototype.
53789
53790 2001-09-04  Paul Eggert  <eggert@twinsun.com>
53791
53792         * lib/xgetcwd.c: Revert some of the previous change; intead,
53793         fix the HAVE_GETCWD_NULL code to behave more like the
53794         !HAVE_GETCWD_NULL code used to.
53795
53796         Include "xalloc.h".
53797         (xgetcwd): Do not return NULL when memory is exhausted; instead,
53798         invoke xalloc_die.
53799
53800 2001-09-03  Paul Eggert  <eggert@twinsun.com>
53801
53802         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
53803         sys/param.h, as pathmax.h includes them.
53804
53805 2001-09-03  Paul Eggert  <eggert@twinsun.com>
53806
53807         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
53808         (jm_PREREQ_XGETCWD): New macro.
53809
53810         * m4/getcwd.m4: New file.
53811
53812 2001-09-03  Paul Eggert  <eggert@twinsun.com>
53813
53814         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
53815         like the HAVE_GETCWD_NULL code.
53816         Include pathmax.h if not HAVE_GETCWD.
53817         Do not include xalloc.h.
53818         (INITIAL_BUFFER_SIZE): New symbol.
53819         Do not use xmalloc / xrealloc, since the caller is responsible for
53820         handling errors.  Preserve errno around `free' during failure.
53821         Do not overrun buffer when using getwd.
53822
53823 2001-09-03  Paul Eggert  <eggert@twinsun.com>
53824
53825         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
53826         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
53827         getcwd (NULL, 0).
53828
53829 2001-09-03  Paul Eggert  <eggert@twinsun.com>
53830
53831         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
53832         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
53833         spotted by Jim Meyering.
53834
53835 2001-09-03  Jim Meyering  <meyering@lucent.com>
53836
53837         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
53838         failure.
53839
53840 2001-09-02  Jim Meyering  <meyering@lucent.com>
53841
53842         * lib/error.c: Update from GNU libc.
53843
53844 2001-09-01  Jim Meyering  <meyering@lucent.com>
53845
53846         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
53847         Used by df.
53848
53849 2001-09-01  Jim Meyering  <meyering@lucent.com>
53850
53851         * lib/xreadlink.c: New file.
53852         * lib/xreadlink.h: New file.
53853         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
53854         xreadlink.h.
53855
53856         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
53857         doesn't conflict with sparc Solaris 7's definition in
53858         /usr/include/sys/int_types.h.
53859
53860         * lib/exclude.c: Use `""', not `<>' to #include non-system header
53861         files.
53862         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
53863         and strncasecmp as r-values.  Unixware didn't have declarations.
53864
53865 2001-08-31  Paul Eggert  <eggert@twinsun.com>
53866
53867         * lib/xstrtol.h: Add copyright notice.
53868         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
53869         LONGINT_INVALID_SUFFIX_CHAR.
53870
53871 2001-08-31  Paul Eggert  <eggert@twinsun.com>
53872
53873         * lib/xstrtol.c (strtoimax): New decl.
53874
53875 2001-08-31  Paul Eggert  <eggert@twinsun.com>
53876
53877         * lib/xgetcwd.c: Don't include pathmax.h.
53878         Include stdlib.h and unistd.h if available.
53879         Include xalloc.h.
53880         (xmalloc, xstrdup, free): Remove decls.
53881         (xgetcwd): Don't assume sizes fit in unsigned.
53882         Check for overflow when computing sizes.
53883         Simplify reallocation code.
53884
53885 2001-08-31  Paul Eggert  <eggert@twinsun.com>
53886
53887         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
53888         a directory's st_size can have an arbitrary value, so the old
53889         usage could waste an arbitrary amount of memory.  All uses
53890         changed.
53891         * lib/savedir.h: Update prototype.
53892
53893 2001-08-31  Paul Eggert  <eggert@twinsun.com>
53894
53895         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
53896
53897         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
53898         old strtoimax.c.
53899
53900         Also, make the following further changes to make this file's
53901         configuration more similar to that of strtol.c:
53902         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
53903         (strtoumax, uintmax_t, strtoull, strtol): Remove.
53904         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
53905         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
53906         changed to signed values.
53907
53908         And make the following changes as well:
53909         Fix copyright notice, as 1999 was missing.
53910         (verify): New macro.
53911         (strtoimax): Check sizes at compile-time, not run-time.
53912         Prefer strtol to strtoll if both work.
53913         (main): Remove; it was not that useful and was a pain to maintain.
53914
53915         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
53916
53917 2001-08-31  Jim Meyering  <meyering@lucent.com>
53918
53919         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
53920         Use an initial, malloc'd, buffer of length 128 rather than
53921         a statically allocated one of length 1024.
53922
53923 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53924
53925         Simplify code, partly by assuming autoconf 2.52 semantics.
53926
53927         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
53928
53929         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
53930         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
53931         All uses removed.
53932         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
53933         Move AC_REQUIRE to next-to-top level, to avoid confusion.
53934         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
53935         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
53936         jm_AC_HEADER_INTTYPES_H.
53937         * m4/jm-macros.m4 (jm_MACROS): Likewise.
53938
53939         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
53940
53941         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
53942         Quote first arg of AC_DEFUN.
53943         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
53944         since they are needed to parse the include file even if we need
53945         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
53946         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
53947         but with opposite signedness.
53948
53949 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53950
53951         Merge 'exclude' changes from tar 1.13.22.
53952         This fixes one or two unlikely storage allocation overflow bugs,
53953         but doesn't change user-visible behavior otherwise.
53954
53955 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53956
53957         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
53958         (jm_PREREQ_EXCLUDE): New macro.
53959
53960 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53961
53962         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
53963         tm to be declared.
53964
53965 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53966
53967         * lib/hash.c: Remove '2001' from copyright notice.
53968
53969 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53970
53971         * lib/full-write.h: New file.
53972         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
53973         * lib/full-write.c: Correct credits, as cccp.c no longer
53974         exists and anyway it was so heavily changed from the old cccp
53975         code as to be unrecognizable.  Include full-write.h.
53976         (full_write) Return size_t, with short writes meaning failure.
53977         All callers changed.  This fixes a bug with large buffers
53978         on 64-bit hosts.
53979         * lib/utime.c: Include full-write.h.
53980
53981 2001-08-30  Paul Eggert  <eggert@twinsun.com>
53982
53983         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
53984         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
53985         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
53986         Include if available.
53987         (<xalloc.h>): Include
53988         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
53989         (verify): New macro.  Use it to verify that EXCLUDE macros do not
53990         collide with FNM macros.
53991         (struct patopts): New struct.
53992         (struct exclude): Use it, as exclude patterns now come with options.
53993         (new_exclude): Support above changes.
53994         (new_exclude, add_exclude_file):
53995         Initial size must now be a power of two to simplify overflow checking.
53996         (free_exclude, fnmatch_no_wildcards): New function.
53997         (excluded_filename): No longer requires options arg, as the options
53998         are determined by add_exclude.  Now returns bool, not int.
53999         (excluded_filename, add_exclude):
54000         Add support for the fancy new exclusion options.
54001         (add_exclude, add_exclude_file): Now takes int options arg.
54002         Check for arithmetic overflow when computing sizes.
54003         (add_exclude_file): xrealloc might modify errno, so don't
54004         realloc until after errno might be used.
54005
54006         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
54007         New macros.
54008         (free_exclude): New decl.
54009         (add_exclude, add_exclude_file): Now takes int options arg.
54010         (excluded_filename): No longer requires options arg, as the options
54011         are determined by add_exclude.  Now returns bool, not int.
54012
54013 2001-08-30  Paul Eggert  <eggert@twinsun.com>
54014
54015         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
54016
54017 2001-08-27  Jim Meyering  <meyering@lucent.com>
54018
54019         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
54020
54021         * lib/version-etc.c (N_): Remove definition.
54022         Revert most of last change.
54023         Instead, simply don't mark the `Copyright...' string for translation.
54024         Based on advice from Paul Eggert.
54025
54026         * lib/strtoxmax.c: Tweak comment.
54027
54028 2001-08-26  Jim Meyering  <meyering@lucent.com>
54029
54030         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
54031
54032         * m4/xstrtoimax.m4: New file.
54033         * m4/xstrtoumax.m4: Add comments explaining why we
54034         AC_REPLACE_FUNCS(strtol).
54035
54036 2001-08-26  Jim Meyering  <meyering@lucent.com>
54037
54038         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
54039         of copyright with `%s' so translators don't get an untranslated
54040         message in 2002.
54041         (COPYRIGHT_YEAR): Define.
54042         (version_etc): Use fprintf rather than fputs.
54043         Suggestion from Ulrich Drepper.
54044
54045         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
54046
54047         * lib/strtoll.c: New file, from GNU libc.
54048         * lib/xstrtoimax.c: New file.
54049
54050         * lib/xstrtol.h: Add xstrtoimax.
54051         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
54052         * lib/strtoimax.c: New file.  Likewise, but first define
54053         STRTOUXMAX_SIGNED.
54054
54055         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
54056         ...
54057         * lib/strtoxmax.c: ... then renamed to this.
54058
54059 2001-08-18  Paul Eggert  <eggert@twinsun.com>
54060
54061         * m4/inttypes.m4: Add AC_PREREQ(2.13).
54062         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
54063         (jm_AC_TYPE_INTMAX_T): New macro.
54064         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
54065
54066         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
54067
54068         * m4/longlong.m4: Renamed from ulonglong.m4.
54069         * m4/inttypes.m4: Renamed from inttypes_h.m4.
54070         * m4/uintmax_t.m4: Removed.
54071
54072 2001-08-13  Paul Eggert  <eggert@twinsun.com>
54073
54074         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
54075         Port to Solaris 8, where 'sed' requires a space after the 'r'
54076         command, and where sh dislikes "$/".  Clean up the spacing a bit.
54077         Redirect output to $tmp just once.
54078
54079 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
54080
54081         * lib/addext.c (<errno.h>): Include.
54082         (errno): Declare if not defined.
54083         (addext): Work correctly when pathconf returns -1 and leaves
54084         errno alone because there is no limit.  Also, work even if
54085         pathconf returns a value greater than SIZE_MAX.
54086
54087 2001-08-12  Jim Meyering  <meyering@lucent.com>
54088
54089         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
54090         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
54091         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
54092         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
54093         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
54094         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
54095         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
54096         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
54097         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
54098         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
54099         utime.m4, utimes.m4, xstrtoumax.m4:
54100         Quote the first argument in each use of AC_DEFUN.
54101
54102 2001-08-12  Jim Meyering  <meyering@lucent.com>
54103
54104         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
54105         Simply `return getcwd (NULL, 0);'.
54106         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
54107         Use 1300 as initial value for length, not PATH_MAX.
54108
54109         * lib/pathmax.h: Clean up cpp syntax.
54110
54111 2001-08-12  Jim Meyering  <meyering@lucent.com>
54112
54113         * lib/gettimeofday.c: New file.
54114         * lib/gtod.h: New file.
54115         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
54116
54117 2001-08-05  Jim Meyering  <meyering@lucent.com>
54118
54119         * m4/jm-macros.m4: Require autoconf-2.52.
54120
54121 2001-08-04  Jim Meyering  <meyering@lucent.com>
54122
54123         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
54124         stmt, to get in sync with glibc.
54125
54126 2001-08-03  Paul Eggert  <eggert@twinsun.com>
54127
54128         The following changes are from gettext 0.10.39 as maintained by
54129         Bruno Haible.
54130
54131         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
54132         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
54133         with inverted sense.  All uses changed.
54134
54135         * lib/mbswidth.c: Don't include <limits.h>.
54136         Include <stdlib.h> and <string.h> unconditionally.
54137         (iswcntrl, mbsinit, ISCNTRL): New macros.
54138         (mbsnwidth): Use K&R style function declarations.
54139         Don't bother checking for MB_LEN_MAX == 1, since the compiler
54140         can optimize it when MB_CUR_MAX == 1.
54141         The width of control characters is zero, not 1.
54142
54143 2001-08-03  Paul Eggert  <eggert@twinsun.com>
54144
54145         The following changes are from gettext 0.10.39 as maintained by
54146         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
54147
54148         * m4/codeset.m4: Upgrade to serial AM1.
54149         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
54150         all uses changed.  Quote first arg of AC_DEFUN.
54151         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
54152
54153         * m4/iconv.m4: Upgrade to serial AM2.
54154         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
54155         Add --with-libconv-prefix.
54156         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
54157         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
54158         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
54159         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
54160         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
54161
54162         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
54163         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
54164         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
54165         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
54166         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
54167         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
54168         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
54169         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
54170         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
54171
54172         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
54173         string.h any more.
54174
54175         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
54176         not the default value.
54177
54178         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
54179         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
54180         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
54181         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
54182         Also check for iswcntrl, used for wcwidth fallback.
54183         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
54184         to Autoconf 2.13.
54185
54186 2001-08-03  Jim Meyering  <meyering@lucent.com>
54187
54188         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
54189         as it was in the original.  Reported by Paul Eggert.
54190
54191 2001-07-16  Jim Meyering  <meyering@lucent.com>
54192
54193         * m4/gettimeofday.m4: New file.
54194         Prompted by a report from Bernhard Baehr.
54195
54196 2001-07-15  Jim Meyering  <meyering@lucent.com>
54197
54198         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
54199         stuff. Now it's in ../Makefile.cfg.
54200
54201 2001-07-15  Jim Meyering  <meyering@lucent.com>
54202
54203         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
54204         (BUILT_SOURCES): Add unlocked-io.h.
54205         (io_functions): Define.
54206         (unlocked-io.h): New rule.
54207         (DISTCLEANFILES): Add unlocked-io.h.
54208         (all-local): Depend on unlocked-io.h, to ensure it is created.
54209
54210         * lib/unlocked-io.hin: New file
54211
54212         * lib/regex.c: Update from glibc.
54213
54214 2001-07-05  Jim Meyering  <meyering@lucent.com>
54215
54216         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
54217         recommendation.
54218         (libfetish_a_SOURCES): Put all .h files here instead.
54219         Remove a thus-exposed (better checks in automake) duplicate and
54220         two unnecessary .h files.
54221
54222 2001-07-04  Jim Meyering  <meyering@lucent.com>
54223
54224         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
54225         that generates jm-glibc-io.m4 so that it doesn't trigger any make
54226         distcheck failure.
54227
54228 2001-07-02  Jim Meyering  <meyering@lucent.com>
54229
54230         The following changes were prompted by suggestions from Bruno Haible.
54231
54232         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
54233         is now generated.
54234         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
54235         definition of EXTRA_DIST.
54236         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
54237         ensure that the generated file is created/updated whenever the list
54238         of $(unlocked_functions) is changed.
54239         (jm-glibc-io.m4): New rule.
54240         (unlocked-io.h): New rule -- currently unused.
54241
54242 2001-06-24  Jim Meyering  <meyering@lucent.com>
54243
54244         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
54245         unmatched right bracket, rather than kludging it with an extra,
54246         falsely-matching quote in a comment.  Patch by Akim Demaille.
54247
54248 2001-06-11  Jim Meyering  <meyering@lucent.com>
54249
54250         * lib/regex.c: Update from GNU libc.
54251
54252 2001-05-27  Jim Meyering  <meyering@lucent.com>
54253
54254         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
54255         Check for ut_type in struct utmp.
54256
54257 2001-05-27  Jim Meyering  <meyering@lucent.com>
54258
54259         * lib/readutmp.h (UT_TYPE): Define.
54260
54261 2001-05-24  Jim Meyering  <meyering@lucent.com>
54262
54263         * lib/argmatch.c: Include "quote.h".
54264         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
54265         quote function.  Reported by Göran Uddeborg.
54266
54267 2001-05-22  Jim Meyering  <meyering@lucent.com>
54268
54269         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
54270         now that we use the package-supplied version unconditionally.
54271         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
54272
54273 2001-05-21  Jim Meyering  <meyering@lucent.com>
54274
54275         * m4/regex.m4: Change a couple backticks to single quotes to avoid
54276         shell syntax errors.
54277
54278 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
54279
54280         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
54281
54282 2001-05-20  Paul Eggert  <eggert@twinsun.com>
54283
54284         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
54285         Don't bother to check library strftime, since
54286         we'll be using our own my_strftime function anyway.
54287         Define my_strftime instead of strftime.
54288
54289 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
54290
54291         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
54292         which is not yet declared.
54293
54294 2001-05-15  Jim Meyering  <meyering@lucent.com>
54295
54296         * m4/regex.m4: Use proper quoting so brackets appear in the test
54297         program.
54298         Reported by, and with help from, Bruno Haible.
54299
54300 2001-05-13  Jim Meyering  <meyering@lucent.com>
54301
54302         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
54303         undefined.
54304
54305 2001-05-11  Paul Eggert  <eggert@twinsun.com>
54306
54307         dirname code cleanup.  base_name now behaves more compatibly
54308         with POSIX basename when given file names that have trailing
54309         slashes, and similarly for dir_name.  Add new primitives
54310         base_len and dir_len.  Put the directory-name-related decls
54311         into dirname.h.
54312
54313         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
54314         * lib/backupfile.c (base_name): Likewise.
54315         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
54316         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
54317         * lib/makepath.c (strip_trailing_slashes): Likewise.
54318         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
54319         ISSLASH): Likewise.
54320         * lib/rename.c (strip_trailing_slashes): Likewise.
54321         * lib/same.c (base_name): Likewise.
54322         * lib/stripslash.c (ISSLASH): Likewise.
54323
54324         * lib/addext.c: Include <dirname.h> after size_t is defined.
54325         * lib/backupfile.c: Likewise.
54326
54327         * lib/addext.c (addext): Use base_len to trim redundant
54328         trailing slashes instead of doing it ourselves.
54329         But do not trim the last slash if it is not redundant.
54330
54331         * lib/backupfile.c (find_backup_file_name,
54332         max_backup_version): Use base_len instead of rolling it ourselves.
54333         Handle the case of "" and (on DOS) "C:" correctly.
54334
54335         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
54336         needed. Include <string.h>, <dirname.h>.
54337         (base_name): Allow file names ending in slashes, other than names
54338         that are all slashes.  In this case, return the basename followed
54339         by the slashes.  This is more general, and can be used in places
54340         where the original base_name purposely had an assertion failure.
54341         (base_len): New function.
54342
54343         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
54344         Do not include <assert.h>; no longer needed.
54345         Include xalloc.h.
54346         (memrchr): Remove decl.
54347         (dir_name_r): Remove.
54348         (dir_len): Renamed from dirlen.  All callers changed.
54349         Rewrite in terms of base_name, for simplicity and consistency.
54350         (dir_name): Never return NULL.  All callers changed.
54351         Do not include <stdlib.h> in test program; no longer needed.
54352         return 0; is fine for test program.
54353
54354         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
54355         New macros.
54356         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
54357
54358         * lib/path-concat.c (path_concat): Use base_len to compute
54359         base length, not strlen; this means we cannot rely on memcpy
54360         to null-terminate.
54361
54362         * lib/same.c (STREQ): Remove.
54363         (same_name): Handle the case where the basename ends in trailing '/'.
54364
54365         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
54366         a slash was stripped.  Do not strip the last slash after a
54367         file system prefix.
54368
54369 2001-05-11  Paul Eggert  <eggert@twinsun.com>
54370
54371         * lib/Makefile.am (libfetish_a_SOURCES):
54372         Add strftime.c, since we now compile it on all hosts.
54373
54374         * lib/strftime.c (my_strftime):
54375         Define to nstrftime if emacs, but only if my_strftime is not defined.
54376         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
54377         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
54378         Add one more extra argument: a nanoseconds value.
54379         All uses changed.
54380         (ns): New macro.
54381         (my_strftime function): Add %N format.
54382         (emacs_strftimeu): Renamed from emacs_strftime,
54383         with extra ut argument.
54384
54385 2001-05-09  Paul Eggert  <eggert@twinsun.com>
54386
54387         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
54388
54389 2001-04-21  Jim Meyering  <meyering@lucent.com>
54390
54391         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
54392         doesn't interfere.
54393
54394 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
54395
54396         * m4/ftruncate.m4: Check for chsize.
54397         Link with ftruncate.o unconditionally if ftruncate is missing.
54398         This was required when cross-compiling to i586-mingw32msvc.
54399
54400 2001-04-08  Jim Meyering  <meyering@lucent.com>
54401
54402         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
54403         recomputed; that's necessary when the offset spans a DST transition.
54404         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
54405
54406 2001-04-02  Jim Meyering  <meyering@lucent.com>
54407
54408         * lib/regex.h, regex.c: Update from GNU libc.
54409
54410 2001-03-24  Jim Meyering  <meyering@lucent.com>
54411
54412         * m4/jm-macros.m4: Require autoconf-2.49d.
54413
54414 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
54415
54416         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
54417
54418 2001-03-19  Paul Eggert  <eggert@twinsun.com>
54419
54420         * lib/version-etc.c (version_etc_copyright): Update to 2001.
54421
54422 2001-03-17  Jim Meyering  <meyering@lucent.com>
54423
54424         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
54425         now that the version in autoconf is equivalent.
54426         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
54427
54428         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
54429         Suggestion from Akim Demaille.
54430
54431         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
54432         (jm_PREREQ_TEMPNAME): New function.
54433
54434 2001-03-16  Paul Eggert  <eggert@twinsun.com>
54435
54436         * lib/tempname.c (uint64_t): Define to uintmax_t if
54437         not defined, and if UINT64_MAX is not defined.
54438         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
54439         Reported by John David Anglin.
54440
54441 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
54442
54443         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
54444         resolve alias if codeset is empty.
54445         * lib/config.charset (BeOS): Use wildcard syntax.
54446
54447 2001-03-13  Jim Meyering  <meyering@lucent.com>
54448
54449         * lib/path-concat.c (path_concat)
54450         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
54451         concatenating e.g., `C:' and `foo'.
54452         From Bruno Haible.
54453
54454 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
54455
54456         * lib/localcharset.c (locale_charset): Don't use
54457         setlocale(LC_CTYPE,NULL). Don't return NULL.
54458         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
54459
54460 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
54461
54462         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
54463         support for DOS/DJGPP.
54464
54465 2001-03-01  Paul Eggert  <eggert@twinsun.com>
54466
54467         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
54468         lacks mkstemp.  Compile our own tempname.c if we compile our own
54469         mkstemp.c, as mkstemp relies on tempname.
54470
54471 2001-03-01  Jim Meyering  <meyering@lucent.com>
54472
54473         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
54474         AH_VERBATIM really does output its argument verbatim.
54475
54476 2001-02-28  Paul Eggert  <eggert@twinsun.com>
54477
54478         * lib/Makefile.am (libfetish_a_SOURCES):
54479         Add dup-safer.c, fopen-safer.c.
54480         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
54481
54482         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
54483         * lib/unistd-safer.h: New files.
54484
54485 2001-02-25  Paul Eggert  <eggert@twinsun.com>
54486
54487         The mkstemp replacement is taken from glibc 2.2.2, with some
54488         portability fixes for use outside glibc, as follows:
54489
54490         * lib/tempname.c (struct_stat64): New macro.
54491         (direxists, __gen_tempname): Use it.
54492         This avoids a portability problem with Solaris 8.
54493
54494         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
54495         (<stddef.h>, <stdint.h>, <string.h>):
54496         Include only if STDC_HEADERS || _LIBC.
54497         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
54498         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
54499         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
54500         (__set_errno): Define this macro if <errno.h> doesn't.
54501         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
54502         Define these macros if <stdio.h> doesn't.
54503         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
54504         Define these macros if <sys/stat.h>
54505         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
54506         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
54507         __xstat64): Define if not _LIBC.
54508         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
54509         (__gen_tempname): Invoke gettimeofday only if
54510         HAVE_GETTIMEOFDAY || _LIBC;
54511         otherwise, fall back on plain "time".
54512         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
54513
54514         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
54515
54516         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
54517
54518 2001-02-18  Paul Eggert  <eggert@twinsun.com>
54519
54520         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
54521
54522 2001-02-17  Paul Eggert  <eggert@twinsun.com>
54523
54524         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
54525         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
54526         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
54527         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
54528
54529 2001-02-17  Paul Eggert  <eggert@twinsun.com>
54530
54531         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
54532         Remove workaround macros for hosts that have mbrtowc but not
54533         mbstate_t, as we now insist on proper declarations for both
54534         before using mbrtowc.
54535
54536 2001-02-17  Jim Meyering  <meyering@lucent.com>
54537
54538         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
54539         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
54540         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
54541         UnixWare 7.1.1.
54542
54543         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
54544         rather than AC_CACHE_VAL.
54545
54546 2001-02-17  Jim Meyering  <meyering@lucent.com>
54547
54548         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
54549         around included file name.
54550
54551         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
54552
54553         * lib/strftime.c: Update from GNU libc (the only changes were to
54554         comments).
54555
54556 2001-02-17  Jim Meyering  <meyering@lucent.com>
54557
54558         * lib/regex.c: Update from libc.
54559
54560 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
54561
54562         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
54563         clash.
54564
54565 2001-02-16  Paul Eggert  <eggert@twinsun.com>
54566
54567         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
54568         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
54569         Reported by Mark Hounschell via Paul Eggert.
54570
54571 2001-02-07  Jim Meyering  <meyering@lucent.com>
54572
54573         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
54574
54575 2001-02-05  Jim Meyering  <meyering@lucent.com>
54576
54577         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
54578         it includes the patch required for `large file' support with at least
54579         HP-UX's 10.20 /bin/cc.
54580
54581 2001-02-03  Jim Meyering  <meyering@lucent.com>
54582
54583         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
54584         AS_IF, now that it works once again (mysteriously).
54585         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
54586
54587 2001-01-30  Jim Meyering  <meyering@lucent.com>
54588
54589         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
54590         * m4/chown.m4: Rename conftestchown to conftest.chown.
54591         * m4/rename.m4: s/conftestdir/conftest.d1/ and
54592         s/conftestdir2/conftest.d2/.
54593         * m4/utimes.m4: s/conftestdata/conftest.data/
54594         Inspired by Pavel Roskin's change in autoconf.
54595
54596 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
54597
54598         * lib/config.charset: Update for FreeBSD 4.2.
54599
54600 2001-01-27  Jim Meyering  <meyering@lucent.com>
54601
54602         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
54603         a use of AS_IF.
54604         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
54605
54606 2001-01-26  Jim Meyering  <meyering@lucent.com>
54607
54608         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
54609         quotearg.c includes it.
54610
54611 2001-01-26  Jim Meyering  <meyering@lucent.com>
54612
54613         * lib/quotearg.c: Include stddef.h.
54614         * lib/quote.c: Include stddef.h.
54615         Reported by Axel Kittenberger.
54616
54617         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
54618         line in double quotes so that it evokes a better diagnostic.
54619         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
54620         Reported by Axel Kittenberger.
54621
54622 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
54623
54624         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
54625         as if it was a `charset'.
54626
54627 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
54628
54629         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
54630         has const.
54631
54632 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
54633
54634         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
54635         to avoid a warning.  Add back 'const' to inptr.
54636
54637 2001-01-20  Jim Meyering  <meyering@lucent.com>
54638
54639         Be sure that headers are checked before used in code compiled
54640         for the type checks.
54641         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
54642         In place of that, invoke jm_CHECK_ALL_TYPES.
54643         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
54644         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
54645         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
54646         The check for ssize_t was mistakenly run before the test for unistd.h.
54647
54648         The configure-time check for stdbool.h was missing.
54649         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
54650         (jm_PREREQ_HASH): New function.
54651
54652 2001-01-17  Jim Meyering  <meyering@lucent.com>
54653
54654         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
54655         for autoconf-2.49c.
54656         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
54657
54658 2001-01-16  Jim Meyering  <meyering@lucent.com>
54659
54660         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
54661         From Bruno Haible.
54662
54663 2001-01-14  Jim Meyering  <meyering@lucent.com>
54664
54665         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
54666         foo and bar.  Create conftestdir/ in the script, not in the C code.
54667         Remove directories in the script, not in the C code.
54668         Remove conftestdir{,2} before trying to create the directory.
54669         Make the entire configure script fail if the mkdir fails.
54670
54671 2001-01-14  Jim Meyering  <meyering@lucent.com>
54672
54673         * lib/rename.c: New file.  From Volker Borchert.
54674         Include stdlib.h, string.h or strings.h, and xalloc.h.
54675         Use strip_trailing_slashes rather than open-coding it.
54676
54677 2001-01-03  Paul Eggert  <eggert@twinsun.com>
54678
54679         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
54680
54681 2001-01-03  Jim Meyering  <meyering@lucent.com>
54682
54683         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
54684         of local `inptr' to avoid warning with some system declarations of
54685         iconv.
54686
54687 2001-01-02  Volker Borchert  <bt@teknon.de>
54688
54689         * m4/rename.m4: New file.
54690         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
54691
54692 2001-01-01  Jim Meyering  <meyering@lucent.com>
54693
54694         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
54695         even on systems with utmpx.h.  It's necessary for the declaration of
54696         utmp's ut_user member.  Reported by Andreas Jaeger.
54697
54698         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
54699         available. They are required for the declarations of getgrgid and
54700         getpwuid resp.
54701         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
54702         Reported by Andreas Jaeger.
54703
54704 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
54705
54706         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
54707         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
54708         so `make install' also works in VPATH builds.
54709
54710 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
54711
54712         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
54713         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
54714         can be used in subdirectories.
54715
54716 2000-12-29  Paul Eggert  <eggert@twinsun.com>
54717
54718         * lib/modechange.c: Do not assume that mode_t uses the
54719         traditional octal encoding.  E.g. "chmod 1 FOO" should set
54720         the other-execute bit of FOO even if S_IXOTH != 1.
54721
54722         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
54723         WOTH, XOTH, ALLM): New macros.
54724         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
54725          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
54726         Use them.
54727         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
54728         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
54729         (mode_compile):
54730         No need to use uintmax_t; unsigned long is long enough.
54731         Don't bother to get suffix since we don't use it.
54732
54733 2000-12-26  Jim Meyering  <meyering@lucent.com>
54734
54735         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
54736         better with autoheader.
54737
54738 2000-12-24  Jim Meyering  <meyering@lucent.com>
54739
54740         * lib/hash.c (is_prime): Return explicit boolean values.
54741         (hash_get_first): Return NULL to appease Irix5.6's 89.
54742         Reported by Nelson Beebe.
54743
54744 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
54745
54746         * lib/localcharset.c (locale_charset): Add support for Win32.
54747
54748 2000-12-18  Paul Eggert  <eggert@twinsun.com>
54749
54750         * lib/physmem.h, lib/physmem.c: New files.
54751
54752         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
54753         (noinst_HEADERS): Add physmem.h.
54754
54755         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
54756         't' for compatibility with Solaris 8 sort.
54757
54758 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
54759
54760         * lib/config.charset: Add support for BeOS.
54761
54762 2000-12-17  Jim Meyering  <meyering@lucent.com>
54763
54764         * m4/dos.m4 (jm_AC_DOS): New file and macro.
54765         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
54766
54767 2000-12-16  Jim Meyering  <meyering@lucent.com>
54768
54769         This bug had a serious impact on chown: `chown N:M FILE' (for integer
54770         N and M) would have treated it like `chown N:N FILE'.
54771
54772         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
54773
54774 2000-12-16  Jim Meyering  <meyering@lucent.com>
54775
54776         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
54777         SHELLS_FILE to a file name that's useful on djgpp systems.
54778         Include stdlib.h.
54779         (ADDITIONAL_DEFAULT_SHELLS): Define.
54780         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
54781         Based mostly on a patch from Prashant TR.
54782
54783 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
54784
54785         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
54786         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
54787         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
54788
54789 2000-12-08  Andreas Schwab  <schwab@suse.de>
54790
54791         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
54792         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
54793
54794 2000-12-07  Jim Meyering  <meyering@lucent.com>
54795
54796         * lib/stripslash.c (ISSLASH): Define.
54797         (strip_trailing_slashes): Use ISSLASH rather than comparing against
54798         `/'.
54799         From Prashant TR.
54800
54801         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
54802         (dir_name_r): Declare this function as static.
54803         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
54804         manifest itself on a name containing a mix of slashes and
54805         backslashes.
54806         Make this function work with names starting with a DOS-style
54807         drive letter and colon prefix.
54808         (dir_name): Append `.' if necessary.
54809         Based mostly on patches from Prashant TR and Eli Zaretskii.
54810
54811         * lib/dirname.h (dir_name_r): Remove prototype.
54812
54813 2000-12-06  Paul Eggert  <eggert@twinsun.com>
54814
54815         * m4/off_t-format.m4: Remove this file.
54816         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
54817
54818 2000-12-06  Jim Meyering  <meyering@lucent.com>
54819
54820         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
54821         replacement strtoull, we may well need the replacement strtoul, too.
54822         Check for declarations of strtoul and strtoull.
54823         Check for strtol.  Mainly as a cue to cause automake to include
54824         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
54825         Check for limits.h -- strtol.c needs it.
54826
54827 2000-12-05  Jim Meyering  <meyering@lucent.com>
54828
54829         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
54830
54831 2000-12-04  Jim Meyering  <meyering@lucent.com>
54832
54833         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
54834         Also include memory.h, stdlib.h, unistd.h if appropriate.
54835         Reported by Andreas Jaeger (conflicting declaration of malloc).
54836
54837 2000-12-02  Jim Meyering  <meyering@lucent.com>
54838
54839         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
54840         * m4/jm-macros.m4 (jm_MACROS): require it.
54841
54842 2000-12-02  Jim Meyering  <meyering@lucent.com>
54843
54844         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
54845
54846 2000-12-01  Paul Eggert  <eggert@twinsun.com>
54847
54848         * lib/memrchr.c: Include <config.h> before any system include file.
54849
54850 2000-11-30  Jim Meyering  <meyering@lucent.com>
54851
54852         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
54853
54854 2000-11-30  Jim Meyering  <meyering@lucent.com>
54855
54856         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
54857
54858 2000-11-29  Paul Eggert  <eggert@twinsun.com>
54859
54860         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
54861
54862 2000-11-26  Jim Meyering  <meyering@lucent.com>
54863
54864         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
54865
54866 2000-11-22  Paul Eggert  <eggert@twinsun.com>
54867
54868         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
54869         size of (size_t) -1; it's not portable.
54870
54871 2000-11-17  Jim Meyering  <meyering@lucent.com>
54872
54873         * lib/strstr.c: Update from GNU libc.
54874
54875 2000-11-17  Akim Demaille  <akim@epita.fr>
54876
54877         * lib/obstack.h: Formatting changes.
54878         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
54879         prevent type checking.
54880         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
54881         cast the value to (void *): assigning a `foo *' to a `void *'
54882         variable is valid.
54883         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
54884
54885 2000-11-16  Jim Meyering  <meyering@lucent.com>
54886
54887         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
54888
54889 2000-11-11  Jim Meyering  <meyering@lucent.com>
54890
54891         * lib/error.c: Add a couple #includes, merging from GNU libc version.
54892
54893 2000-11-10  Jim Meyering  <meyering@lucent.com>
54894
54895         * lib/obstack.h: Update from GNU libc.
54896         * lib/obstack.c: Likewise.
54897
54898 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
54899
54900         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
54901
54902 2000-11-06  Paul Eggert  <eggert@twinsun.com>
54903
54904         * lib/getusershell.c (setusershell): Use rewind rather than
54905         fseek/fseeko, to avoid configuration hassles with fseeko.
54906         Don't bother opening SHELLS_FILE if shellstream is NULL;
54907         it's not necessary.
54908
54909 2000-11-05  Jim Meyering  <meyering@lucent.com>
54910
54911         * lib/makepath.h (make_dir): Declare.
54912         * lib/makepath.c (make_dir): Remove `static' attribute.
54913         Tweak a comment.
54914
54915 2000-11-04  Jim Meyering  <meyering@lucent.com>
54916
54917         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
54918
54919 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
54920
54921         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
54922         last one in a bucket, advance to the next bucket.
54923
54924 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
54925
54926         * lib/fnmatch.c: Do not comment out all the code if we are using
54927         the GNU C library, because in some cases we are replacing buggy
54928         code in the GNU C library itself.
54929
54930 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
54931
54932         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
54933         (regex_compile): Catch bogus \(\1\).
54934
54935 2000-10-30  Paul Eggert  <eggert@twinsun.com>
54936
54937         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
54938         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
54939         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
54940
54941 2000-10-30  Paul Eggert  <eggert@twinsun.com>
54942
54943         * lib/error.h, getline.h, modechange.h:
54944         Remove "2000" from Copyright line, as the file hasn't been
54945         changed this year other than in the copyright notice.
54946
54947         * lib/xalloc.h: Add "2000" to Copyright line, as this file
54948         was changed this year.
54949
54950 2000-10-29  Jim Meyering  <meyering@lucent.com>
54951
54952         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
54953         renaming.
54954         * m4/ls-mntd-fs.m4: Likewise
54955
54956 2000-10-29  Jim Meyering  <meyering@lucent.com>
54957
54958         * lib/xstat.in: Fix grammar in comment.
54959
54960 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
54961
54962         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
54963         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
54964         doesn't define __restrict_arr.
54965
54966 2000-10-28  Jim Meyering  <meyering@lucent.com>
54967
54968         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
54969         (jm_PREREQ_MEMCHR): New function.
54970
54971 2000-10-28  Jim Meyering  <meyering@lucent.com>
54972
54973         * lib/memchr.c: Update from libc.
54974         Adjust for portability:
54975         [HAVE_STDLIB_H]: Include stdlib.h.
54976         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
54977         Undef __memchr, too.
54978         [!weak_alias]: Define __memchr to memchr.
54979
54980         * lib/regex.c: Update from libc.
54981         * lib/regex.h: Likewise.
54982         * lib/getopt1.c: Likewise.
54983         * lib/memcmp.c: Likewise.
54984
54985         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
54986         Avoid using fseek, when possible -- it's broken by design.
54987         Patch by Ulrich Drepper.
54988
54989 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
54990
54991         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
54992         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
54993         Giving in to popular pressure to shut up the compiler with casts.
54994
54995 2000-10-26  Jim Meyering  <meyering@lucent.com>
54996
54997         * lib/strftime.c: Update from libc.
54998
54999 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
55000
55001         * regex.c: More `unsigned char' -> `re_char' changes.
55002         Also change several `int' into `re_wchar_t'.
55003         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
55004         (PUSH_FAILURE_POINTER): Don't cast any more.
55005         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
55006         We want GCC to complain, since this piece of code makes
55007         re_match non-reentrant, which *should* be fixed.
55008         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
55009         (EXTEND_BUFFER): Use RETALLOC.
55010         (SET_LIST_BIT): Don't cast.
55011         (re_wchar_t): New type.
55012         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
55013         that those two functions will always properly return.
55014         (IMMEDIATE_QUIT_CHECK): Cast to void.
55015         (analyse_first): Use recursion rather than an explicit stack.
55016         (re_compile_fastmap): Can't fail anymore.
55017         (re_search_2): Don't check re_compile_fastmap for failure.
55018         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
55019         Now also sets the new value (passed in a new argument).
55020         (re_match_2_internal): Use it.
55021         Also, use a new var `reg' of type size_t when looping through regs
55022         rather than reuse the inappropriate `mcnt'.
55023
55024 2000-10-25  Jim Meyering  <meyering@lucent.com>
55025
55026         * lib/obstack.c: Update from libc.
55027
55028 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
55029
55030         * regex.c (regex_compile): Change the way of handling a range from
55031         a char less than 256 to a char not less than 256.
55032
55033 2000-10-24  Andrew Innes  <andrewi@gnu.org>
55034
55035         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
55036         NT-Emacs only.
55037         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
55038         so that re_search functions only quit when callers expect them to.
55039
55040 2000-10-23  Jim Meyering  <meyering@lucent.com>
55041
55042         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
55043         wrong.  That set_locale call must not have any side effects.
55044         From Paul Eggert.
55045
55046 2000-10-22  Jim Meyering  <meyering@lucent.com>
55047
55048         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
55049         [CYCLIC]: Remove now-unused definition.
55050
55051         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
55052         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
55053         Suggestion from Ulrich Drepper.
55054
55055 2000-10-21  Jim Meyering  <meyering@lucent.com>
55056
55057         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
55058         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
55059         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
55060
55061 2000-10-21  Jim Meyering  <meyering@lucent.com>
55062
55063         * lib/dirname.c (memrchr): Declare if necessary.
55064         (dir_name): Remove the restriction that there be no
55065         trailing slashes.  Now, this code skips past them, effectively
55066         ignoring them.
55067         [TEST_DIRNAME] (main): New unit tests.
55068
55069         * lib/memrchr.c: New file from GNU libc.
55070         Undef __memrchr, too.
55071         [!weak_alias]: Define __memrchr to memrchr.
55072         Guard weak_alias use with `#ifdef weak_alias'.
55073
55074 2000-10-21  Jim Meyering  <meyering@lucent.com>
55075
55076         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
55077         (dir_name): Use dir_name_r.
55078         * lib/dirname.h (dir_name_r): Declare it.
55079
55080 2000-10-17  Jim Meyering  <meyering@lucent.com>
55081
55082         * lib/quote.h (PARAMS): Define and use.
55083         Reported by Akim Demaille.
55084
55085         * lib/getopt.c: Update from libc.
55086
55087 2000-10-16  Jim Meyering  <meyering@lucent.com>
55088
55089         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
55090         setlocale.
55091         From Jan Fedak.
55092
55093 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
55094
55095         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
55096
55097 2000-09-25  Jim Meyering  <meyering@lucent.com>
55098
55099         * lib/md5.h (rol): Define (from GnuPG).
55100
55101         * lib/sha.c: Give credit (GnuPG) where due.
55102         (M): Use rol rather than open-coding it.
55103         Add a FIXME comment.
55104
55105 2000-09-21  Jim Meyering  <meyering@lucent.com>
55106
55107         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
55108         Reported by Michael Stone.
55109
55110 2000-09-20  Jim Meyering  <meyering@lucent.com>
55111
55112         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
55113         (noinst_HEADERS): Add sha.h.
55114         Based on code from Scott G. Miller and from GnuPG.
55115
55116 2000-09-18  Jim Meyering  <meyering@lucent.com>
55117
55118         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
55119         LIBS. Otherwise, everyone ends up linking with -lelf for some
55120         configurations.
55121         Reported by Mike Stone.
55122
55123 2000-09-15  Jim Meyering  <meyering@lucent.com>
55124
55125         * lib/regex.c: Update from libc.
55126
55127 2000-09-10  Jim Meyering  <meyering@lucent.com>
55128
55129         * lib/getopt.c (_getopt_internal): Update from glibc.
55130
55131 2000-09-09  Jim Meyering  <meyering@lucent.com>
55132
55133         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
55134         think it should be used as a general replacement for isascii.
55135         * lib/fnmatch.c: Likewise.
55136         * lib/mbswidth.c: Likewise
55137         * lib/regex.c: Likewise.
55138
55139         Don't use atoi.
55140         * lib/userspec.c: Include sys/param.h and limits.h.
55141         Include xstrtol.h.
55142         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
55143         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
55144         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
55145         UID, GID.  Check range.
55146
55147 2000-09-06  Jim Meyering  <meyering@lucent.com>
55148
55149         * lib/getopt.c (_getopt_internal): Update from glibc.
55150
55151 2000-08-30  Jim Meyering  <meyering@lucent.com>
55152
55153         * lib/strftime.c: Merge in changes from GNU libc.
55154
55155 2000-08-26  Jim Meyering  <meyering@lucent.com>
55156
55157         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
55158         * m4/fpending.m4: New file.
55159
55160 2000-08-26  Jim Meyering  <meyering@lucent.com>
55161
55162         * lib/closeout.c: Include "__fpending.h".
55163         (close_stdout_status): Return right away if there's nothing to flush.
55164
55165         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
55166         * lib/__fpending.c: New file.
55167         * lib/__fpending.h: New file.
55168
55169 2000-08-20  Jim Meyering  <meyering@lucent.com>
55170
55171         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
55172         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
55173         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
55174
55175 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
55176
55177         Improve fileutils installation on systems where running
55178         programs (like install) can't be unlinked.
55179         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
55180         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
55181
55182 2000-08-07  Paul Eggert  <eggert@twinsun.com>
55183
55184         Standardize on "memory exhausted" instead of "Memory exhausted"
55185         or "virtual memory exhausted".
55186         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
55187         "virtual memory exhausted".
55188         * lib/same.c (same_name): Invoke xalloc_die instead of printing
55189         our own message.
55190         * lib/userspec.c (parse_user_spec): Likewise.
55191         * lib/bumpalloc.h: comment fix
55192         * lib/same.c, userspec.c: Include xalloc.h.
55193
55194         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
55195         not char *const and pointing to a constant array.
55196         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
55197         (xrealloc): Comment fix.
55198
55199         * lib/userspec.c (parse_user_spec):
55200         Don't translate a message until just before returning,
55201         to avoid unnecessary translation.
55202
55203 2000-08-07  Jim Meyering  <meyering@lucent.com>
55204
55205         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
55206         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
55207         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
55208         getgroups.c, gethostname.c, getopt.h, group-member.c,
55209         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
55210         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
55211         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
55212         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
55213         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
55214         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
55215         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
55216         yesno.c: Back out Copyright date changes for each file with no change
55217         this year.  This eases coordination with other programs using the same
55218         source code modules.  From Paul Eggert.
55219
55220 2000-08-06  Paul Eggert  <eggert@twinsun.com>
55221
55222         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
55223         not char, for compatibility with glibc 2.1.3 strftime.c.
55224
55225 2000-08-03  Greg McGary  <greg@mcgary.org>
55226
55227         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
55228         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
55229         (EXTEND_BUFFER): Use them.
55230
55231 2000-08-01  Jim Meyering  <meyering@lucent.com>
55232
55233         * lib/dirname.c (ISSLASH): Define.
55234         (BACKSLASH_IS_PATH_SEPARATOR): Define.
55235         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
55236         both `\' and `/' may be use as path separators.
55237         Based on a patch from Prashant TR.
55238
55239 2000-07-31  Paul Eggert  <eggert@twinsun.com>
55240
55241         * lib/quotearg.c (quotearg_n_options): Don't make the initial
55242         slot vector a constant, since it might get modified.
55243
55244 2000-07-31  Jim Meyering  <meyering@lucent.com>
55245
55246         * lib/xmalloc.c: Use `virtual memory exhausted', not
55247         `Memory exhausted'.
55248         * lib/obstack.c (print_and_abort): Likewise.
55249
55250 2000-07-30  Paul Eggert  <eggert@twinsun.com>
55251
55252         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
55253         buffer, so that the caller can always quote one small
55254         component of a "memory exhausted" message in slot 0.
55255         From a suggestion by Jim Meyering.
55256
55257 2000-07-30  Jim Meyering  <meyering@lucent.com>
55258
55259         * lib/makepath.c (make_path): Quote the other instance, too.
55260
55261         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
55262         (STATIC_BUF_SIZE): Define.
55263         (quotearg_n_options): Use only statically allocated storage when
55264         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
55265         than STATIC_BUF_SIZE.
55266
55267 2000-07-29  Jim Meyering  <meyering@lucent.com>
55268
55269         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
55270         * lib/dirname.c (dir_name): Likewise.
55271
55272         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
55273         `/'.
55274
55275         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
55276         (dir_name): Assert that there are no trailing slashes.
55277
55278 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
55279
55280         * lib/mbswidth.h (mbswidth): Add a flags argument.
55281         (mbswidth): New declaration.
55282         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
55283         * lib/mbswidth.c (mbswidth): Add a flags argument.
55284         (mbsnwidth): New function.
55285
55286 2000-07-24  Jim Meyering  <meyering@lucent.com>
55287
55288         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
55289
55290 2000-07-23  Paul Eggert  <eggert@twinsun.com>
55291
55292         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
55293
55294 2000-07-23  Paul Eggert  <eggert@twinsun.com>
55295
55296         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
55297         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
55298         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
55299         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
55300         invoke multibyte primitives.
55301
55302 2000-07-23  Paul Eggert  <eggert@twinsun.com>
55303
55304         * lib/quotearg.c:
55305         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
55306         so that mbstate_t is always defined.
55307
55308         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
55309         be 1 in at least one GCC installation, and this configuration
55310         error is likely to be common.  Ignoring MB_LEN_MAX hurts
55311         performance on hosts that have mbrtowc but have only unibyte
55312         locales, but I assume these hosts are rare.
55313
55314 2000-07-23  Paul Eggert  <eggert@twinsun.com>
55315
55316         * lib/mbswidth.c (_XOPEN_SOURCE):
55317         Don't define; this causes problems on Solaris 7.
55318         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
55319
55320 2000-07-23  Jim Meyering  <meyering@lucent.com>
55321
55322         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
55323         too: getgrgid, getpwuid, getuid.
55324
55325 2000-07-23  Jim Meyering  <meyering@lucent.com>
55326
55327         * lib/basename.c (base_name): Add an assertion.
55328
55329 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
55330
55331         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
55332         shadow its mbsinit function.
55333
55334 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
55335
55336         * lib/mbswidth.h: New file.
55337         * lib/mbswidth.c: New file.
55338         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
55339         (noinst_HEADERS): Add mbswidth.h.
55340
55341 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
55342
55343         * lib/config.charset: Add support for FreeBSD. Improve support for
55344         HP-UX and IRIX 6.
55345
55346 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
55347
55348         * m4/mbswidth.m4: New file.
55349         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
55350
55351 2000-07-15  Jim Meyering  <meyering@lucent.com>
55352
55353         * lib/makepath.c: Include quote.h.
55354         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
55355         corresponding argument in a `quote (...)' call.
55356         Give better diagnostics.
55357
55358         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
55359         (noinst_HEADERS): Add quote.h.
55360
55361         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
55362         from tar's src/misc.c.
55363         * lib/quote.h: New file.  Prototypes for same.
55364
55365 2000-07-14  Paul Eggert  <eggert@twinsun.com>
55366
55367         From a suggestion by Bruno Haible.
55368         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
55369         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
55370         to decide whether to define the BeOS workaround macro;
55371         this adjusts to the change to AC_MBSTATE_T.
55372
55373 2000-07-14  Jim Meyering  <meyering@lucent.com>
55374
55375         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
55376         jm_AC_TYPE_UINTMAX_T.
55377
55378 2000-07-13  Paul Eggert  <eggert@twinsun.com>
55379
55380         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
55381
55382         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
55383         quotearg_buffer_restyled): Add support for
55384         clocale_quoting_style.  Undo previous change to
55385         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
55386         and "{RIGHT QUOTATION MARK}" msgids.
55387
55388 2000-07-10  Paul Eggert  <eggert@twinsun.com>
55389
55390         From a suggestion by Bruno Haible.
55391         * m4/mbstate_t.m4 (AC_MBSTATE_T):
55392         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
55393         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
55394         and mbstate_t, to a single-part test that simply defines mbstate_t.
55395         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
55396         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
55397
55398 2000-07-10  Jim Meyering  <meyering@lucent.com>
55399
55400         * m4/strerror_r.m4: Mirror the correction made in autoconf.
55401
55402         * m4/gnu-source.m4: Output to confdefs.h directly.
55403         Suggestion from Akim Demaille.
55404
55405 2000-07-09  Paul Eggert  <eggert@twinsun.com>
55406
55407         The old behavior of quoting `like this' doesn't look good with
55408         newer, ISO-style fonts.  See:
55409         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
55410
55411         Instead, quote "like this" by default.  Let the translator
55412         tailor the locale-specific quoting behavior by providing
55413         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
55414
55415         * lib/quotearg.c (N_): New macro.
55416         (gettext_default): New function.
55417         (quotearg_buffer_restyled): Use
55418         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
55419         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
55420
55421 2000-07-09  Jim Meyering  <meyering@lucent.com>
55422
55423         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
55424         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
55425
55426         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
55427         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
55428
55429 2000-07-09  Jim Meyering  <meyering@lucent.com>
55430
55431         * lib/Most files: Update copyright dates to include 2000.
55432
55433 2000-07-08  Jim Meyering  <meyering@lucent.com>
55434
55435         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
55436         if not defined.
55437         (xgethostname): Remove now-unnecessary #ifdef.
55438         Move declaration of `err' into loop where it's used.
55439
55440 2000-07-05  Paul Eggert  <eggert@twinsun.com>
55441         and Bruno Haible  <haible@clisp.cons.org>
55442
55443         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
55444         only if the test for an object-type mbstate_t fails.  This
55445         prevents us from mistakenly reporting that mbstate_t is a
55446         system object type after we "#define mbstate_t int" to work
55447         around its lack.
55448
55449 2000-07-05  Paul Eggert  <eggert@twinsun.com>
55450         and Bruno Haible  <haible@clisp.cons.org>
55451
55452         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
55453
55454 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
55455
55456         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
55457         to strerror_r.
55458         Include <ctype.h> for use of isalpha.
55459
55460 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
55461
55462         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
55463         by allocating a larger buffer. Test the gethostname return value for
55464         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
55465         returns an error and ENAMETOOLONG isn't defined.
55466
55467 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
55468
55469         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
55470         dimension.
55471
55472 2000-07-04  Jim Meyering  <meyering@lucent.com>
55473
55474         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
55475         of the deprecated AC_CHECKING.
55476
55477 2000-07-04  Jim Meyering  <meyering@lucent.com>
55478
55479         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
55480         Reported by Bruno Haible.
55481
55482 2000-07-04  Jim Meyering  <meyering@lucent.com>
55483
55484         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
55485         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
55486         lacks mbrtowc.
55487
55488 2000-07-03  Paul Eggert  <eggert@twinsun.com>
55489
55490         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
55491         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
55492
55493 2000-07-03  Paul Eggert  <eggert@twinsun.com>
55494         and Bruno Haible  <haible@clisp.cons.org>
55495
55496         * lib/quotearg.c (mbrtowc):
55497         Assign to *pwc, and return 1 only if result is nonzero.
55498         (iswprint): Use ISPRINT when substituting our own mbrtowc.
55499
55500 2000-07-03  Jim Meyering  <meyering@lucent.com>
55501
55502         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
55503
55504 2000-07-03  Jim Meyering  <meyering@lucent.com>
55505
55506         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
55507         This is necessary to get a definition of e.g., UTMP_FILE on
55508         HP-UX 10.20.
55509         From Bob Proulx.
55510
55511 2000-07-02  Jim Meyering  <meyering@lucent.com>
55512
55513         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
55514
55515         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
55516         AC_LIBOBJ(function_name).
55517         * m4/chown.m4: Likewise.
55518         * m4/fnmatch.m4: Likewise.
55519         * m4/ftruncate.m4: Likewise.
55520         * m4/getgroups.m4: Likewise.
55521         * m4/getline.m4: Likewise.
55522         * m4/group-member.m4: Likewise.
55523         * m4/jm-macros.m4: Likewise.
55524         * m4/lstat.m4: Likewise.
55525         * m4/malloc.m4: Likewise.
55526         * m4/memcmp.m4: Likewise.
55527         * m4/nanosleep.m4: Likewise.
55528         * m4/putenv.m4: Likewise.
55529         * m4/realloc.m4: Likewise.
55530         * m4/regex.m4: Likewise.
55531         * m4/stat.m4: Likewise.
55532         * m4/strftime.m4: Likewise.
55533
55534 2000-07-02  Jim Meyering  <meyering@lucent.com>
55535
55536         * lib/quotearg.c (mbstate_t): Don't define here.
55537
55538 2000-07-02  Jim Meyering  <meyering@lucent.com>
55539
55540         * lib/nanosleep.c (SIGCONT): Define if not already defined.
55541
55542 2000-07-01  Jim Meyering  <meyering@lucent.com>
55543
55544         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
55545
55546 2000-07-01  Jim Meyering  <meyering@lucent.com>
55547
55548         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
55549         problem.
55550
55551 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
55552
55553         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
55554         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
55555
55556 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
55557
55558         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
55559         per change in ../m4/ls-mntd-fs.m4.
55560         (read_filesystem_list): Ignore symbolic links.
55561
55562 2000-06-29  Jim Meyering  <meyering@lucent.com>
55563
55564         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
55565         for declaration of strcmp.
55566
55567         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
55568
55569         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
55570         Avoid warning by casting result to `char *' to remove `const'.
55571
55572 2000-06-28  Jim Meyering  <meyering@lucent.com>
55573
55574         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
55575         included by quotearg.c, for which we perform this test.  From
55576         Bruno Haible.
55577
55578 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
55579
55580         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
55581         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
55582         <utmpx.h> exists, put readutmp.o into LIBOBJS.
55583
55584 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
55585
55586         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
55587
55588 2000-06-26  Paul Eggert  <eggert@twinsun.com>
55589
55590         savedir now sets errno on failure and invokes xmalloc to get memory.
55591         Fix a couple of other minor bugs while we're at it.
55592
55593         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
55594         (NAMLEN): Remove macro.
55595         (malloc, realloc): Remove decls.
55596         (stpcpy): Likewise.
55597         ("xalloc.h"): Include.
55598         (NAME_SIZE_DEFAULT): New macro.
55599         (savedir): Use xmalloc / xrealloc to allocate memory.
55600         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
55601         Skip "" directory entries.
55602         Use strlen to calculate directory entry length, since the old method
55603         is rarely used these days and isn't worth supporting.
55604         Don't use a pointer after freeing it.
55605         Check for integer overflow when calculating allocation size.
55606         Use memcpy to copy entries, instead of stpcpy.
55607         Set errno properly when returning NULL.
55608         Check for readdir error.
55609
55610 2000-06-26  Jim Meyering  <meyering@lucent.com>
55611
55612         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
55613
55614 2000-06-25  Jim Meyering  <meyering@lucent.com>
55615
55616         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
55617         Linux header bug when _XOPEN_SOURCE is defined to 500.
55618
55619 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
55620
55621         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
55622         deficiency.
55623
55624 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
55625
55626         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
55627         Include xalloc.h.
55628         Don't include <stdlib.h>.  Don't declare malloc, realloc.
55629
55630 2000-06-24  Jim Meyering  <meyering@lucent.com>
55631
55632         * m4/strerror_r.m4: Revive this file -- to try out an experimental
55633         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
55634         for which strerror does return char*, but which lacks a conveniently
55635         accessible declaration of the function.  If the compile-test says
55636         strerror_r doesn't work, then resort to a `run'-test that works on
55637         BeOS and segfaults on DEC Unix.
55638
55639 2000-06-24  Jim Meyering  <meyering@lucent.com>
55640
55641         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
55642
55643 2000-06-23  Paul Eggert  <eggert@twinsun.com>
55644
55645         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
55646         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
55647
55648 2000-06-23  Paul Eggert  <eggert@twinsun.com>
55649
55650         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
55651         (mbrtowc, mbstate_t): Define substitutes if
55652         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
55653         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
55654         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
55655
55656 2000-06-23  Jim Meyering  <meyering@lucent.com>
55657
55658         * m4/afs.m4: Add missing AC_MSG_RESULT.
55659         Reported by Bruno Haible.
55660
55661         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
55662         Suggestion from Bruno Haible.
55663
55664 2000-06-23  Jim Meyering  <meyering@lucent.com>
55665
55666         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
55667
55668 2000-06-21  Jim Meyering  <meyering@lucent.com>
55669
55670         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
55671
55672 2000-06-21  Jim Meyering  <meyering@lucent.com>
55673
55674         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
55675         (noinst_HEADERS): Add getstr.h.
55676
55677         * lib/getline.c (getstr): Move into a separate file.
55678         * lib/getstr.c (getstr): New file, extracted from getline.c, with
55679         the following changes: new parameter, delim2; both delim[12]
55680         parameters have type `int', not `char'.  The latter would lose
55681         with 8-bit delimiters.
55682         * lib/getstr.h: New file.
55683
55684 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
55685
55686         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
55687         than 1024, return a memory chunk of least possible size, instead
55688         of size PATH_MAX + 2. In the loop, increment the size proportionally.
55689         Use free/xmalloc instead of xrealloc to avoid copying for very long
55690         paths.
55691
55692 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
55693
55694         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
55695         the empty string.
55696
55697 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
55698
55699         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
55700         address, not strdup.  Include <stdlib.h> and don't declare free().
55701
55702 2000-06-19  Jim Meyering  <meyering@lucent.com>
55703
55704         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
55705
55706 2000-06-18  Jim Meyering  <meyering@lucent.com>
55707
55708         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
55709
55710         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
55711         `checking whether...' message to be consistent with that of the
55712         lstat test.
55713
55714 2000-06-18  Jim Meyering  <meyering@lucent.com>
55715
55716         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
55717         Besides, these days every porting target provides a mkdir function.
55718
55719         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
55720         needed. (this snippet comes from src/system.h).
55721
55722 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
55723
55724         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
55725
55726 2000-06-15  Paul Eggert  <eggert@twinsun.com>
55727
55728         * lib/human.c (adjust_value): New function.
55729         (human_readable_inexact): Apply rounding style even when
55730         printing approximate values.
55731
55732 2000-06-14  Paul Eggert  <eggert@twinsun.com>
55733
55734         * lib/human.c (human_readable_inexact): Allow an input block
55735         size that is not a multiple of the output block size, and vice versa.
55736         Reported by Piergiorgio Sartor.
55737
55738 2000-06-14  Paul Eggert  <eggert@twinsun.com>
55739
55740         * lib/getdate.y (get_date): Apply relative times after time
55741         zone indicator, not before.  Reported by Todd A. Jacobs.
55742
55743 2000-06-13  Jim Meyering  <meyering@lucent.com>
55744
55745         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
55746
55747         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
55748
55749 2000-06-12  Paul Eggert  <eggert@twinsun.com>
55750
55751         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
55752
55753 2000-06-12  Jim Meyering  <meyering@lucent.com>
55754
55755         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
55756         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
55757         optional argument.
55758         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
55759         the optional argument, `lib'.
55760
55761 2000-06-08  Jim Meyering  <meyering@lucent.com>
55762
55763         * m4/largefile.m4: Remove file (now that it's part of autoconf).
55764
55765 2000-06-04  Paul Eggert  <eggert@twinsun.com>
55766
55767         Rewrite largefile configuration so that we don't need to run
55768         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
55769         AC_CANONICAL_HOST in configure.in -- jmm]
55770
55771         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
55772         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
55773         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
55774         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
55775         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
55776         All uses changed.
55777         Instead of inspecting the output of getconf, try to compile the
55778         test program without and with the macro definition.
55779         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
55780         for getconf.  Instead, check for the needed flags by compiling
55781         test programs.
55782
55783 2000-06-04  Paul Eggert  <eggert@twinsun.com>
55784
55785         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
55786
55787 2000-06-04  Jim Meyering  <meyering@lucent.com>
55788
55789         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
55790         SunOS 4.1.4 for which gid_t is an unsigned type.
55791
55792 2000-06-03  Jim Meyering  <meyering@lucent.com>
55793
55794         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
55795         now that autoconf requires that.
55796
55797         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
55798         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
55799         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
55800
55801 2000-06-03  Jim Meyering  <meyering@lucent.com>
55802
55803         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
55804
55805 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
55806
55807         * m4/glibc21.m4: New file.
55808         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
55809
55810 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
55811
55812         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
55813         newer, don't install charset.alias.
55814         * lib/config.charset: Change the Linux/glibc rules so they become empty
55815         on glibc-2.1 or newer.
55816
55817 2000-06-02  Jim Meyering  <meyering@lucent.com>
55818
55819         * lib/mountlist.c: Back out last change.  Instead, do this...
55820         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
55821         me_dummy member using the same `ignore'-testing code.
55822         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
55823         fs_type strings.
55824         From Mark D. Roth.
55825
55826 2000-05-29  Jim Meyering  <meyering@lucent.com>
55827
55828         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
55829         mounts with the `ignore' attribute.  Based on a patch from
55830         Mark D. Roth.
55831
55832 2000-05-28  Jim Meyering  <meyering@lucent.com>
55833
55834         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
55835         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
55836         * m4/stat.m4: Likewise.
55837         * m4/lstat.m4: Likewise.
55838         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
55839
55840         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
55841         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
55842
55843 2000-05-26  Jim Meyering  <meyering@lucent.com>
55844
55845         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
55846
55847 2000-05-24  Jim Meyering  <meyering@lucent.com>
55848
55849         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
55850         autoconf requires that.
55851         * m4/lib-check.m4: Likewise.
55852         * m4/jm-macros.m4: Likewise.
55853         * m4/strftime.m4: Likewise.
55854
55855         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
55856         AC_CHECK_DECLS, now that autoconf requires that.
55857
55858 2000-05-22  Jim Meyering  <meyering@lucent.com>
55859
55860         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
55861         * m4/lstat.m4: Likewise.
55862
55863 2000-05-22  Jim Meyering  <meyering@lucent.com>
55864
55865         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
55866
55867 2000-05-20  Jim Meyering  <meyering@lucent.com>
55868
55869         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
55870         (jm_PREREQ): Use it.
55871
55872 2000-05-18  Jim Meyering  <meyering@lucent.com>
55873
55874         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
55875         back, too, since it may have been modified by allocate_entry.
55876         (hash_delete): Rewrite to use neither the assignment operator
55877         nor the comma operator in an if-expression.
55878
55879 2000-05-15  Paul Eggert  <eggert@twinsun.com>
55880
55881         * lib/closeout.c:
55882         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
55883         Remove; no longer needed.
55884         "quotearg.h": Add include.
55885         (file_name): Do not bother to explicitly initialize to NULL; it's less
55886         efficient on some hosts.
55887         (close_stdout_status): Remove test as to whether stdout was already
55888         closed; it breaks for the case "echo x | sort >&-".
55889         Quote file name colons.
55890         Do not assume that _("write error") lacks format strings.
55891
55892 2000-05-15  Jim Meyering  <meyering@lucent.com>
55893
55894         * lib/version-etc.c (version_etc_copyright): Update the copyright
55895         string used in all --version output.
55896
55897 2000-05-14  Jim Meyering  <meyering@lucent.com>
55898
55899         * lib/closeout.c (close_stdout_set_file_name): New function.
55900         (close_stdout_status): Use new file-scoped global.
55901         Return right away if fstat says the stdout file descriptor is invalid.
55902         * lib/closeout.h (close_stdout_set_file_name): Declare.
55903
55904 2000-05-10  Jim Meyering  <meyering@lucent.com>
55905
55906         * lib/closeout.c [default_exit_status]: New file-scoped variable.
55907         (close_stdout_set_status): New function.
55908         * lib/closeout.h (close_stdout_set_status): Declare.
55909
55910 2000-05-09  Jim Meyering  <meyering@lucent.com>
55911
55912         * m4/gettext.m4: Rename this...
55913         * m4/libintl.m4: ...to this.
55914
55915 2000-05-08  Jim Meyering  <meyering@lucent.com>
55916
55917         * lib/long-options.c: Don't include closeout.h.
55918         (parse_long_options): Don't call close_stdout for --version.
55919
55920 2000-05-06  Paul Eggert  <eggert@twinsun.com>
55921
55922         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
55923         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
55924         2.1.3 bug.  This avoids a clash when files like regex.c define
55925         _GNU_SOURCE.
55926
55927 2000-05-06  Jim Meyering  <meyering@lucent.com>
55928
55929         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
55930         (AC_REPLACE_FUNCS): Add strnlen.
55931
55932         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
55933         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
55934
55935         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
55936         AC_SEARCH_LIBS call for nanosleep.
55937         (LIB_NANOSLEEP): Set and AC_SUBST.
55938
55939 2000-05-06  Jim Meyering  <meyering@lucent.com>
55940
55941         * lib/strnlen.c: Undefine __strnlen and strnlen.
55942         [!weak_alias]: Define __strnlen to strnlen.
55943
55944         * lib/atexit.c: New file, from libiberty.
55945
55946 2000-05-06  Jim Meyering  <meyering@lucent.com>
55947
55948         * lib/closeout.c (close_stdout_status): Also check for errors on the
55949         stderr stream.
55950
55951 2000-05-05  Jim Meyering  <meyering@lucent.com>
55952
55953         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
55954         AC_SEARCH_LIBS call for clock_gettime.
55955         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
55956
55957         * m4/search-libs.m4: Update from autoconf.
55958
55959         su doesn't work on Solaris 2.6.
55960         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
55961         <shadow.h>.  Reported by Dragos Harabor.
55962
55963 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
55964
55965         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
55966         memcpy instead of xmalloc, xrealloc, path_concat.
55967         (locale_charset): Treat empty environment variables as absent.
55968         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
55969
55970 2000-05-04  Jim Meyering  <meyering@lucent.com>
55971
55972         * lib/getopt.c: Update from glibc.
55973         * lib/obstack.c: Likewise.
55974         * lib/obstack.h: Likewise.
55975         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
55976         file
55977
55978         * lib/regex.h: Likewise.
55979         * lib/strndup.c: Likewise.
55980         * lib/strnlen.c: New file, from glibc.
55981
55982 2000-05-03  Jim Meyering  <meyering@lucent.com>
55983
55984         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
55985
55986 2000-05-02  Paul Eggert  <eggert@twinsun.com>
55987
55988         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
55989         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
55990         compile-time test, rather than inspecting host and OS, to
55991         decide whether to define _LARGEFILE_SOURCE.
55992
55993 2000-05-01  Jim Meyering  <meyering@lucent.com>
55994
55995         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
55996
55997         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
55998         Based on a patch from Bruno Haible.
55999
56000 2000-05-01  Jim Meyering  <meyering@lucent.com>
56001
56002         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
56003
56004 2000-04-29  Jim Meyering  <meyering@lucent.com>
56005
56006         * lib/path-concat.c: Declare strdup only if it's not defined.
56007         * lib/canon-host.c: Likewise.
56008
56009 2000-04-28  Jim Meyering  <meyering@lucent.com>
56010
56011         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
56012         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
56013         is included first, then limits.h is included by locale.h by libintl.h.
56014         From John David Anglin.
56015
56016 2000-04-25  Jim Meyering  <meyering@lucent.com>
56017
56018         * lib/makepath.c (S_IRWXUGO): Define.
56019         (make_path): Always perform explicit chmod if MODE specifies any
56020         of the `special' permission bits.  Prompted by a bug report against
56021         install from Mate Wierdl and Joost van Baal.
56022
56023 2000-04-18  Jim Meyering  <meyering@lucent.com>
56024
56025         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
56026         (jm_PREREQ): Use it.
56027
56028 2000-04-18  Jim Meyering  <meyering@lucent.com>
56029
56030         * lib/README: New file.
56031
56032         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
56033         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
56034
56035 2000-04-17  Jim Meyering  <meyering@lucent.com>
56036
56037         Get it right :-)
56038         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
56039         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
56040         Suggestion from Akim Demaille.
56041
56042 2000-04-17  Jim Meyering  <meyering@lucent.com>
56043
56044         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
56045         the definition of it to rpl_strftime also defined-away the system's
56046         declaration.
56047
56048 2000-04-15  Jim Meyering  <meyering@lucent.com>
56049
56050         Use `C' to denote so-called `contiguous' files, the same way
56051         that tar does.
56052         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
56053         (ftypelet): Use S_ISCTG.
56054         From Michael Deutschmann.
56055
56056 2000-04-14  Jim Meyering  <meyering@lucent.com>
56057
56058         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
56059         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
56060         clobbered.
56061
56062 2000-04-14  Jim Meyering  <meyering@lucent.com>
56063
56064         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
56065
56066 2000-04-13  Jim Meyering  <meyering@lucent.com>
56067
56068         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
56069         AH_VERBATIM to insert required #ifndef into config.h.in.
56070         Suggestion from Akim Demaille.
56071
56072 2000-04-12  Jim Meyering  <meyering@lucent.com>
56073
56074         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
56075         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
56076         Christian Krackowizer.
56077
56078         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
56079         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
56080         (AC_SYS_LARGEFILE): Require.
56081         (AM_C_PROTOTYPES): Require.
56082
56083 2000-04-08  Jim Meyering  <meyering@lucent.com>
56084
56085         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
56086         names don't conflict.  Reported by Eli Zaretskii.
56087
56088 2000-04-07  Jim Meyering  <meyering@lucent.com>
56089
56090         * lib/putenv.c: Move inclusion of errno.h so it follows that of
56091         sys/types.h, to work around system header problems on AIX 3.2.5.
56092         From Bruno Haible.
56093
56094 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
56095
56096         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
56097         bug.  Deal with the different error behavior of Irix iconv.
56098
56099 2000-04-05  Paul Eggert  <eggert@twinsun.com>
56100
56101         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
56102         IRIX if the installer said otherwise.
56103
56104 2000-04-05  Jim Meyering  <meyering@lucent.com>
56105
56106         Portability tweaks required for ultrix4.3.
56107         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
56108         (jm_CHECK_DECLS): Add getutent to the list of functions.
56109         (_jm_DECL_HEADERS): Add utmpx.h.
56110         From John David Anglin.
56111
56112         * m4/strftime.m4: Back out the 2000-04-02 change.
56113         Instead of that change, simply undefine putenv in the test program.
56114
56115 2000-04-05  Jim Meyering  <meyering@lucent.com>
56116
56117         Portability tweaks required for ultrix4.3.
56118         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
56119         getutent.
56120         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
56121         * lib/canon-host.c: Declare strdup.
56122         * lib/path-concat.c: Likewise.
56123         From John David Anglin.
56124
56125 2000-04-04  Jim Meyering  <meyering@lucent.com>
56126
56127         Be more DOS 8.3-friendly.
56128         * lib/ref-add.sin: Renamed from ref-add.sed.in.
56129         * lib/ref-del.sin: Renamed from ref-del.sed.in.
56130         * lib/Makefile.am: Reflect renaming.
56131         Reported by Eli Zaretskii.
56132
56133         Use a temporary file name that won't clash with `charset.alias'
56134         in the DOS 8.3 name space.
56135         * lib/Makefile.am (charset_tmp): Define.
56136         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
56137         (uninstall-local): Likewise.
56138         Reported by Eli Zaretskii.
56139
56140 2000-04-03  Jim Meyering  <meyering@lucent.com>
56141
56142         * m4/gettext.m4: Fix typo in comment.
56143
56144         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
56145         textutils/configure.in).  Suggestion from Paul Eggert.
56146         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
56147
56148 2000-04-02  Paul Eggert  <eggert@twinsun.com>
56149
56150         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
56151         variable in the shell rather than using putenv, which isn't
56152         portable.  This avoids the configure-time inter-test dependency
56153         on the potentially-renamed putenv function.
56154
56155 2000-03-30  Paul Eggert  <eggert@twinsun.com>
56156
56157         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
56158         before checking struct stat.st_blksize, so that
56159         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
56160
56161 2000-03-29  Paul Eggert  <eggert@twinsun.com>
56162
56163         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
56164         since strftime.c uses HAVE_STRFTIME to decide whether to use
56165         the underlying strftime.
56166
56167 2000-03-29  Paul Eggert  <eggert@twinsun.com>
56168
56169         * lib/time/strftime.c (my_strftime): Make sure we call the system
56170         strftime, not ourselves, when invoking the underlying strftime.
56171
56172 2000-03-24  Jim Meyering  <meyering@lucent.com>
56173
56174         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
56175         (charset_alias): Define.
56176         (install-exec-local): Factor out common code.
56177         (uninstall-local): Split lines longer than 80.
56178         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
56179         (SUFFIXES): Define.
56180         (.sed.in.sed): New rule.  Don't redirect directly to $@.
56181         (CLEANFILES): Add ref-add.sed and ref-del.sed.
56182
56183 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
56184
56185         * lib/config.charset: Output a line containing "Packages using this
56186         file".
56187         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
56188         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
56189         ref-del.sed): New rules.
56190
56191 2000-03-17  Jim Meyering  <meyering@lucent.com>
56192
56193         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
56194         Otherwise, include <strings.h>
56195
56196 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
56197
56198         * lib/unicodeio.c (utf8_wctomb): New function.
56199         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
56200         format instead of in UCS-4 with platform dependent endianness.
56201
56202 2000-03-10  Jim Meyering  <meyering@lucent.com>
56203
56204         * m4/lib-check.m4: Look for getspnam in -lgen, too.
56205         From Marco Franzen.
56206
56207 2000-03-07  Paul Eggert  <eggert@twinsun.com>
56208
56209         * lib/savedir.c (savedir): Work even if directory size is
56210         negative; this can happen with some screwy NFS configurations.
56211
56212 2000-03-06  Jim Meyering  <meyering@lucent.com>
56213
56214         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
56215         if it's NULL (because we ran out of memory).  From Bruno Haible.
56216
56217 2000-03-05  Jim Meyering  <meyering@lucent.com>
56218
56219         * lib/localcharset.c ("path-concat.h"): Include.
56220         (get_charset_aliases): Use path_concat instead of ANSI string
56221         concatenation.
56222
56223         * lib/unicodeio.h (PARAMS): Define.
56224         Use it to guard prototype.
56225
56226 2000-03-04  Jim Meyering  <meyering@lucent.com>
56227
56228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
56229         for lib/localcharset.c.
56230
56231 2000-03-04  Jim Meyering  <meyering@lucent.com>
56232
56233         * lib/Makefile.am (install-exec-local): Create $(libdir) before
56234         installing into it.
56235         (uninstall-local): Uncomment this rule so `make distcheck' works
56236         once again.
56237
56238         * lib/unicodeio.c (<errno.h>): Include it.
56239         (errno): Declare if not defined.
56240
56241         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
56242
56243         * lib/config.charset: New version, incorporating remarks from a linux
56244         i18n mailing list.  From Bruno Haible.
56245
56246 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
56247
56248         * m4/codeset.m4: New file.
56249         * m4/iconv.m4: New file.
56250         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
56251
56252 2000-03-03  Jim Meyering  <meyering@lucent.com>
56253
56254         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
56255
56256 2000-03-02  Jim Meyering  <meyering@lucent.com>
56257
56258         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
56259         the messages come out on separate lines.
56260
56261         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
56262         rather than jm_CHECK_DECLARATIONS.
56263         * m4/decl.m4: Remove now-unused file.
56264
56265         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
56266         geteuid.
56267
56268 2000-03-02  Jim Meyering  <meyering@lucent.com>
56269
56270         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
56271
56272 2000-03-01  Jim Meyering  <meyering@lucent.com>
56273
56274         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
56275         * lib/unicodeio.c: Likewise.
56276
56277 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
56278
56279         * lib/config.charset: New file.
56280         * lib/localcharset.c: New file.
56281         * lib/unicodeio.h, lib/unicodeio.c: New files.
56282         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
56283         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
56284         (noinst_HEADERS): Add unicodeio.h.
56285         (all-local, install-exec-local, charset.alias): New targets.
56286
56287 2000-02-28  Paul Eggert  <eggert@twinsun.com>
56288
56289         * lib/quotearg.c (ALERT_CHAR): New macro.
56290         (quotearg_buffer_restyled): Use it.
56291
56292 2000-02-27  Jim Meyering  <meyering@lucent.com>
56293
56294         * m4/check-decl.m4: Add getenv to the list.
56295
56296 2000-02-27  Jim Meyering  <meyering@lucent.com>
56297
56298         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
56299         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
56300
56301         * lib/backupfile.c: Guard inclusion of stdlib.h with
56302         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
56303         Declare malloc if needed.
56304
56305         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
56306         `#ifndef HAVE_DECL..'
56307         now that autoconf always defines the HAVE_DECL_ symbols.
56308         * lib/human.c: Likewise.
56309         * lib/same.c: Likewise.
56310         * lib/strtoumax.c: Likewise.
56311
56312         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
56313         declaration check was not run.
56314         * lib/hash.c: Likewise.
56315         * lib/human.c: Likewise.
56316         * lib/same.c: Likewise.
56317         * lib/strtoumax.c: Likewise.
56318
56319         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
56320         `.', then first look up the entire `.'-containing string as a login
56321         name.
56322
56323 2000-02-23  Jim Meyering  <meyering@lucent.com>
56324
56325         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
56326         in place of my hack.
56327
56328 2000-02-18  Paul Eggert  <eggert@twinsun.com>
56329
56330         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
56331         (textint): New typedef.
56332         (parser_control): Member year changed from int to textint.
56333         All uses changed.
56334         (YYSTYPE): Removed; replaced by %union with int and textint members.
56335         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
56336         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
56337         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
56338         (tSNUMBER, tUNUMBER): Now of type <textintval>.
56339         (date, number, to_year): Use width of number in digits, not its value,
56340         to determine whether it's a 2-digit year, or a 2-digit time.
56341         (yylex): Store number of digits of numeric tokens.
56342         Reported by John Kendall.
56343
56344         (parser_control): Changed from struct parser_control to typedef (for
56345         consistency).  All uses changed.
56346
56347         (tID): Removed; not used.
56348         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
56349
56350 2000-02-14  Paul Eggert  <eggert@twinsun.com>
56351
56352         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
56353         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
56354
56355 2000-02-12  Jim Meyering  <meyering@lucent.com>
56356
56357         * lib/userspec.c (ISDIGIT): Define it.
56358         (isdigit): Remove definition.
56359         (is_number): Use ISDIGIT, not isdigit.
56360         <libintl.h>: Include.
56361         (_ and N_): Define.
56362         (parse_user_spec): Mark translatable strings.
56363
56364 2000-02-10  Jim Meyering  <meyering@lucent.com>
56365
56366         With these changes, nanosleep.[ch] are finally enough like the other
56367         lib/* replacement files to compile on a few more losing systems.
56368
56369         * lib/nanosleep.h: Don't include config.h.
56370         Remove prototype from declaration of nanosleep.
56371         (PARAMS): Remove now-unneeded definition.
56372         * lib/nanosleep.c: #undef nanosleep.
56373         (rpl_nanosleep): Rename from nanosleep.
56374
56375 2000-02-10  Jim Meyering  <meyering@lucent.com>
56376
56377         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
56378         gnu_nanosleep to rpl_nanosleep.
56379
56380 2000-02-09  Jim Meyering  <meyering@lucent.com>
56381
56382         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
56383         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
56384
56385 2000-02-08  Akim Demaille  <akim@epita.fr>
56386
56387         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
56388         `[' and `]' and remove uses of `changequote'.
56389         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
56390         (AC_SYS_LARGEFILE): Likewise.
56391         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
56392         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
56393         of changequote.
56394         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
56395         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
56396         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
56397         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
56398
56399 2000-02-05  Jim Meyering  <meyering@lucent.com>
56400
56401         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
56402         Remove explicit use of AC_HEADER_TIME.  It is required by
56403         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
56404         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
56405         in autoconf whereby the expansion of the latter ended up preceding
56406         the expansion of its prerequisite, AC_HEADER_TIME.
56407         Reported by Volker Borchert.
56408
56409 2000-02-03  Jim Meyering  <meyering@lucent.com>
56410
56411         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
56412
56413 2000-02-03  Jim Meyering  <meyering@lucent.com>
56414
56415         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
56416         rather than with `#if HAVE_UTMPNAME'.
56417
56418 2000-02-02  Jim Meyering  <meyering@lucent.com>
56419
56420         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
56421         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
56422         Reported by Eli Zaretskii.
56423
56424 2000-02-01  Jim Meyering  <meyering@lucent.com>
56425
56426         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
56427
56428 2000-01-31  Jim Meyering  <meyering@lucent.com>
56429
56430         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
56431         functions.  Add the time.h and sys/time.h headers along with the
56432         AC_REQUIRE'ment of AC_HEADER_TIME.
56433
56434 2000-01-31  Jim Meyering  <meyering@lucent.com>
56435
56436         * lib/nanosleep.h (nanosleep): Guard declaration with
56437         `#if ! HAVE_DECL_NANOSLEEP'.
56438         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
56439         the declaration in that vendor's sys/timers.h.
56440         Reported by Christian Krackowizer.
56441
56442         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
56443         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
56444         (ISPRINT): Likewise.
56445         Reported by Tom Tromey.
56446
56447 2000-01-30  Jim Meyering  <meyering@lucent.com>
56448
56449         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
56450
56451         * m4/prereq.m4 (utmp_includes): Define.
56452         Check for ut_user and ut_name members in both struct utmpx
56453         and struct utmp.
56454
56455 2000-01-30  Jim Meyering  <meyering@lucent.com>
56456
56457         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
56458         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
56459         header files where only utmpx.ut_user is declared.
56460
56461         * lib/readutmp.h (UT_USER): Define.
56462
56463 2000-01-29  Jim Meyering  <meyering@lucent.com>
56464
56465         * m4/lib-check.m4: New file containing library-related checks from
56466         fileutils and sh-utils (textutils had none).
56467
56468 2000-01-28  Jim Meyering  <meyering@lucent.com>
56469
56470         * m4/perl.m4: Change format of warning message to look more like that
56471         from the missing script.  Suggestion from François Pinard.
56472
56473 2000-01-25  Jim Meyering  <meyering@lucent.com>
56474
56475         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
56476         well as time.h in the compile check.
56477         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
56478         Fix typo in cross-compiling case: s/yes/no/.
56479
56480 2000-01-23  Jim Meyering  <meyering@lucent.com>
56481
56482         * m4/jm-macros.m4: Move df-related tests here from
56483         fileutils/configure.in
56484
56485         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
56486         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
56487
56488         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
56489         s/space/ac_fsusage_space/.
56490         (jm_FILE_SYSTEM_USAGE): Take two parameters.
56491
56492         * m4/ftruncate.m4: New file (derived from part of
56493         fileutils/configure.in).
56494         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
56495         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
56496
56497         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
56498         AC_SUBST these here, rather than just in sh-util/configure.in, so
56499         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
56500         all the same.
56501         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
56502         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
56503         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
56504         (AC_SUBST(POW_LIBM)): Likewise.
56505         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
56506
56507 2000-01-23  Jim Meyering  <meyering@lucent.com>
56508
56509         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
56510         obstack.c.
56511
56512 2000-01-22  Jim Meyering  <meyering@lucent.com>
56513
56514         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
56515
56516         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
56517
56518         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
56519         configure.in
56520         (AC_CHECK_HEADERS): Likewise for sh-utils.
56521         (AC_CHECK_HEADERS): Likewise for textutils.
56522         Merge the three lists of headers.
56523
56524         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
56525         from fileutils' configure.in.
56526
56527         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
56528         code. Moved tests into their own function (_jm_DECL_HEADERS) in
56529         check-decl.m4.
56530
56531         * m4/check-decl.m4: Use #if rather than #ifdef.
56532         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
56533         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
56534         (_jm_DECL_HEADERS): Define new function.
56535         (jm_CHECK_DECLARATIONS): Require it.
56536
56537 2000-01-22  Jim Meyering  <meyering@lucent.com>
56538
56539         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
56540         [! HAVE_DECL_STRTOULL]: Declare strtoull.
56541         Required for some AIX systems.  Reported by Christian Krackowizer.
56542         [TESTING] (main): New function.
56543
56544         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
56545         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
56546         letters.
56547
56548         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
56549         iswprint.
56550
56551         * lib/strverscmp.c (ISDIGIT): Define.
56552         (strverscmp): Use ISDIGIT, not isdigit.
56553
56554 2000-01-19  Jim Meyering  <meyering@lucent.com>
56555
56556         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
56557         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
56558         defines `struct timespec' in <sys/time.h>
56559
56560         * m4/c-bs-a.m4: Remove uses of changequote altogether.
56561         Thanks to Akim for explaining.
56562
56563 2000-01-17  Paul Eggert  <eggert@twinsun.com>
56564
56565         * lib/nanosleep.c (nanosleep):
56566         Don't use SA_INTERRUPT to decide whether to call sigaction, as
56567         POSIX.1 doesn't require SA_INTERRUPT and some systems
56568         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
56569         it's been part of POSIX.1 since day 1 (in 1988).
56570
56571 2000-01-17  Jim Meyering  <meyering@lucent.com>
56572
56573         * lib/interlock: Remove unused file.  Reported by François Pinard.
56574
56575 2000-01-16  Paul Eggert  <eggert@twinsun.com>
56576
56577         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
56578         alert, backslash, formfeed, and vertical tab unnecessarily in
56579         shell quoting style.
56580
56581 2000-01-16  Jim Meyering  <meyering@lucent.com>
56582
56583         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
56584         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
56585         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
56586         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
56587
56588 2000-01-16  Jim Meyering  <meyering@lucent.com>
56589
56590         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
56591         because the latter didn't work.
56592
56593 2000-01-15  Jim Meyering  <meyering@lucent.com>
56594
56595         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
56596         (AC_REPLACE_FUNCS): Add memcpy and memset.
56597         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
56598         Add strpbrk.
56599         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
56600
56601 2000-01-12  Jim Meyering  <meyering@lucent.com>
56602
56603         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
56604         (jm_PREREQ): Use it.
56605         (jm_PREREQ_READUTMP): New macro.
56606         (jm_PREREQ): Use it.
56607
56608 2000-01-11  Paul Eggert  <eggert@twinsun.com>
56609
56610         Quote multibyte characters correctly.
56611         * m4/c-bs-a.m4: New file.
56612         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
56613         (jm_PREREQ): Use it.
56614
56615 2000-01-11  Paul Eggert  <eggert@twinsun.com>
56616
56617         * m4/uintmax_t.m4: Port to autoconf 2.13.
56618
56619 2000-01-08  Jim Meyering  <meyering@ascend.com>
56620
56621         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
56622         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
56623
56624 2000-01-04  Jim Meyering  <meyering@ascend.com>
56625
56626         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
56627         jm_STRUCT_DIRENT_D_TYPE.
56628         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
56629         jm_STRUCT_DIRENT_D_INO.
56630         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
56631         jm_STRUCT_UTIMBUF.
56632         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
56633         renamings.
56634         * m4/utime.m4: Likewise.
56635
56636         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
56637         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
56638
56639 2000-01-03  Paul Eggert  <eggert@twinsun.com>
56640
56641         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
56642         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
56643
56644 2000-01-02  Jim Meyering  <meyering@ascend.com>
56645
56646         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
56647         remember if this is necessary.
56648
56649 1999-12-26  Jim Meyering  <meyering@ascend.com>
56650
56651         * m4/jm-macros.m4: Use it here.
56652         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
56653
56654 1999-12-23  Jim Meyering  <meyering@ascend.com>
56655
56656         * m4/jm-macros.m4: Check for clock_gettime (moved from
56657         fileutils/configure.in)
56658         Check for gettimeofday.
56659
56660 1999-12-20  Jim Meyering  <meyering@ascend.com>
56661
56662         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
56663         autoconf-2.14a-1999-12-20.
56664
56665 1999-12-19  Jim Meyering  <meyering@ascend.com>
56666
56667         * m4/lstat-slash.m4: New file.
56668         * m4/jm-macros.m4: Use the new macro:
56669         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
56670
56671 1999-12-07  Jim Meyering  <meyering@ascend.com>
56672
56673         * m4/perl.m4: Require that File::Compare be available, too.
56674         Too many systems seem to lack it.
56675
56676         * m4/strftime.m4: Add checks for most of the cpp macros tested in
56677         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
56678
56679 1999-11-18  Paul Eggert  <eggert@twinsun.com>
56680
56681         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
56682         problem with the QNX 4.25 shell, which doesn't propagate exit
56683         status of failed commands inside shell assignments.
56684
56685 1999-11-17  Jim Meyering  <meyering@ascend.com>
56686
56687         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
56688
56689 1999-11-07  Jim Meyering  <meyering@ascend.com>
56690
56691         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
56692
56693 1999-11-06  Jim Meyering  <meyering@ascend.com>
56694
56695         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
56696         * m4/jm-macros.m4 (jm_MACROS): Use it here.
56697
56698 1999-11-05  Jim Meyering  <meyering@ascend.com>
56699
56700         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
56701         configure.in of textutils, fileutils, and sh-utils into this one
56702         (shared between those packages) file.
56703         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
56704         AC_STRUCT_ST_BLKSIZE.
56705
56706 1999-11-03  Jim Meyering  <meyering@ascend.com>
56707
56708         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
56709         of AC_CHECK_TYPE checks includes unistd.h.
56710         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
56711         Suggestion from Akim Demaille.
56712
56713 1999-10-30  Jim Meyering  <meyering@ascend.com>
56714
56715         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
56716         m4-quoted string.
56717         * m4/ls-mntd-fs.m4: Likewise.
56718         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
56719         * m4/jm-winsz1.m4: Likewise.
56720
56721         * m4/const.m4: Remove file, since the fix made it into the experimental
56722         version of autoconf.
56723         * m4/mktime.m4: Likewise.
56724
56725         * m4/check-type.m4: Remove file, now that the latest version of
56726         AC_CHECK_TYPE takes a third arg to specify additional #includes.
56727
56728         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
56729         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
56730         AC_CHECK_TYPE.
56731
56732 1999-10-04  Jim Meyering  <meyering@ascend.com>
56733
56734         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
56735
56736 1999-09-22  Paul Eggert  <eggert@twinsun.com>
56737
56738         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
56739         2.95.1 bug with HP-UX 10.20.
56740
56741 1999-09-17  Jim Meyering  <meyering@ascend.com>
56742
56743         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
56744         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
56745         due to missing strdup (against sh-utils-2.0).
56746
56747 1999-08-29  Jim Meyering  <meyering@ascend.com>
56748
56749         * m4/jm-macros.m4: Require jm_BISON.
56750         * m4/bison.m4: New file.
56751
56752 1999-08-17  Paul Eggert  <eggert@twinsun.com>
56753
56754         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
56755         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
56756
56757 1999-08-05  Jim Meyering  <meyering@ascend.com>
56758
56759         * m4/getline.m4: Rename test file from conftestdata to conftest.data
56760         to avoid conflicts with `conftest' on 8+3 filesystems.
56761         Suggestion from Eli Zaretskii.
56762
56763 1999-08-04  Jim Meyering  <meyering@ascend.com>
56764
56765         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
56766         fileutils and sh-utils (textutils's getline test was inadequate).
56767         (AM_FUNC_GETLINE): Run this test.
56768         (AC_CHECK_FUNCS): Check for getdelim.
56769         Reported by Bob Proulx.
56770
56771 1999-08-02  Jim Meyering  <meyering@ascend.com>
56772
56773         * m4/jm-macros.m4: Add a comment.
56774
56775 1999-08-01  Paul Eggert  <eggert@twinsun.com>
56776
56777         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
56778         <inttypes.h> defines strtoumax as a macro (and not as a
56779         function).
56780
56781 1999-08-01  Paul Eggert  <eggert@twinsun.com>
56782
56783         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
56784         that we can shift, multiply and divide unsigned long long
56785         values; Ultrix cc can't do it.
56786
56787 1999-08-01  Paul Eggert  <eggert@twinsun.com>
56788
56789         * m4/mktime.m4: New file, which is a preview of what should appear
56790         in the next public autoconf release.
56791
56792 1999-08-01  Paul Eggert  <eggert@twinsun.com>
56793
56794         * m4/lfs.m4: Remove this file.
56795         * m4/largefile.m4: New file.  It contains the old contents of
56796         lfs.m4, except that all names with prefix AC_LFS have been
56797         changed to use the prefix AC_SYS_LARGEFILE instead, to be
56798         compatible with future autoconf versions.  Also, some minor m4
56799         quoting problems have been fixed.
56800
56801 1999-08-01  Paul Eggert  <eggert@twinsun.com>
56802
56803         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
56804         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
56805         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
56806         and simplify the shell code.
56807
56808 1999-08-01  Jim Meyering  <meyering@ascend.com>
56809
56810         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
56811         m4.
56812
56813 1999-07-20  Jim Meyering  <meyering@ascend.com>
56814
56815         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
56816
56817 1999-07-15  Jim Meyering  <meyering@ascend.com>
56818
56819         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
56820
56821 1999-05-22  Jim Meyering  <meyering@ascend.com>
56822
56823         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
56824
56825 1999-05-20  Jim Meyering  <meyering@ascend.com>
56826
56827         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
56828         Add a colon after each `then' in case $4 is empty.
56829
56830 1999-05-16  Jim Meyering  <meyering@ascend.com>
56831
56832         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
56833
56834 1999-05-10  Jim Meyering  <meyering@ascend.com>
56835
56836         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
56837
56838         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
56839         AC_FUNC_MKTIME.
56840
56841 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
56842
56843         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
56844
56845 1999-05-04  Paul Eggert  <eggert@twinsun.com>
56846
56847         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
56848         not CPPFLAGS, so that linking works correctly in IRIX.
56849
56850 1999-04-30  Paul Eggert  <eggert@twinsun.com>
56851
56852         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
56853
56854 1999-04-20  Paul Eggert  <eggert@twinsun.com>
56855
56856         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
56857         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
56858         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
56859         jm_AC_TYPE_UNSIGNED_LONG_LONG.
56860         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
56861
56862         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
56863
56864 1999-04-20  Jim Meyering  <meyering@ascend.com>
56865
56866         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
56867         AC_REPLACE xstroull if necessary.  From Paul Eggert.
56868         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
56869
56870 1999-04-18  Jim Meyering  <meyering@ascend.com>
56871
56872         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
56873         * m4/jm-macros.m4: Use it.
56874
56875 1999-04-06  Jim Meyering  <meyering@ascend.com>
56876
56877         * m4/strftime.m4: Remove test for %f.
56878
56879 1999-03-29  Jim Meyering  <meyering@ascend.com>
56880
56881         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
56882         superset of the AC_TYPE_* checks in the textutils, fileutils,
56883         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
56884         AC_TYPE_PID_T.
56885
56886 1999-03-28  Jim Meyering  <meyering@ascend.com>
56887
56888         * m4/jm-macros.m4: Define GNU_PACKAGE here.
56889         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
56890         replaced e.g., in the *.sh files of the sh-utils.
56891
56892 1999-03-20  Jim Meyering  <meyering@ascend.com>
56893
56894         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
56895         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
56896         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
56897
56898 1999-03-19  Jim Meyering  <meyering@ascend.com>
56899
56900         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
56901
56902 1999-03-12  Jim Meyering  <meyering@ascend.com>
56903
56904         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
56905
56906 1999-03-07  Jim Meyering  <meyering@ascend.com>
56907
56908         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
56909         declared.
56910
56911 1999-02-17  Jim Meyering  <meyering@ascend.com>
56912
56913         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
56914         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
56915
56916 1999-02-07  Jim Meyering  <meyering@ascend.com>
56917
56918         * m4/group-member.m4: New file -- extracted from sh-utils'
56919         configure.in.
56920
56921         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
56922         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
56923
56924 1999-02-06  Jim Meyering  <meyering@ascend.com>
56925
56926         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
56927         * m4/fnmatch.m4: Likewise.
56928         * m4/getgroups.m4: Likewise.
56929         * m4/lstat.m4: Likewise.
56930         * m4/malloc.m4: Likewise.
56931         * m4/putenv.m4: Likewise.
56932         * m4/realloc.m4: Likewise.
56933         * m4/regex.m4: Likewise.
56934         * m4/stat.m4: Likewise.
56935         * m4/strftime.m4: Likewise.
56936         Suggestion from Alain Magloire.
56937
56938         * m4/chown.m4: Use `.$ac_objext', not `.o'.
56939         * m4/fnmatch.m4: Likewise.
56940         * m4/getgroups.m4: Likewise.
56941         * m4/getline.m4: Likewise.
56942         * m4/lstat.m4: Likewise.
56943         * m4/malloc.m4: Likewise.
56944         * m4/memcmp.m4: Likewise.
56945         * m4/putenv.m4: Likewise.
56946         * m4/realloc.m4: Likewise.
56947         * m4/regex.m4: Likewise.
56948         * m4/stat.m4: Likewise.
56949         * m4/strftime.m4: Likewise.
56950         Suggestion from Alain Magloire.
56951
56952         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
56953         an argument.
56954
56955         * m4/regex.m4: Add a run-time Test for proper operation of
56956         re_compile_pattern.
56957
56958 1999-01-31  Jim Meyering  <meyering@ascend.com>
56959
56960         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
56961
56962 1999-01-30  Jim Meyering  <meyering@ascend.com>
56963
56964         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
56965
56966         * m4/jm-mktime.m4: Make this a wrapper around the official
56967         AM_FUNC_MKTIME rather than my private copy, now that the official one
56968         is up to date.
56969         * m4/mktime.m4: Remove file.
56970
56971         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
56972         * m4/uptime.m4: Likewise.
56973         * m4/uintmax_t.m4: Likewise.
56974
56975 1999-01-28  Jim Meyering  <meyering@ascend.com>
56976
56977         * m4/jm-macros.m4: Use jm_AFS.
56978         * m4/afs.m4: New file (from fileutils' configure.in).
56979
56980         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
56981         * m4/chown.m4: Likewise.
56982         * m4/d-ino.m4: Likewise.
56983         * m4/d-type.m4: Likewise.
56984         * m4/fnmatch.m4: Likewise.
56985         * m4/getgroups.m4: Likewise.
56986         * m4/gettext.m4: Likewise.
56987         * m4/jm-mktime.m4: Likewise.
56988         * m4/jm-winsz2.m4: Likewise.
56989         * m4/lcmessage.m4: Likewise.
56990         * m4/ls-mntd-fs.m4: Likewise.
56991         * m4/malloc.m4: Likewise.
56992         * m4/memcmp.m4: Likewise.
56993         * m4/putenv.m4: Likewise.
56994         * m4/realloc.m4: Likewise.
56995         * m4/st_mtim.m4: Likewise.
56996         * m4/strftime.m4: Likewise.
56997
56998 1999-01-16  Jim Meyering  <meyering@ascend.com>
56999
57000         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
57001         (ARGMATCH_DIE_DECL): Define.
57002
57003 1999-01-12  Jim Meyering  <meyering@ascend.com>
57004
57005         * m4/Makefile.am.in: Rewrite to avoid using fmt.
57006         Reported by Lars Hecking.
57007
57008 1999-01-10  Jim Meyering  <meyering@ascend.com>
57009
57010         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
57011         gross kludge.
57012         * m4/inttypes_h.m4: Likewise.
57013         * m4/lstat.m4: Likewise.
57014         * m4/malloc.m4: Likewise.
57015         * m4/readdir.m4: Likewise.
57016         * m4/realloc.m4: Likewise.
57017         * m4/st_dm_mode.m4: Likewise.
57018         * m4/stat.m4: Likewise.
57019         * m4/utimbuf.m4: Likewise.
57020         * m4/utimes.m4: Likewise.
57021
57022         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
57023         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
57024         comments in config.h.in are meaningful.
57025
57026         * m4/jm-macros.m4: Require autoconf-2.13 here.
57027
57028         * m4/regex.m4: By default, don't use the included regex.c on systems
57029         with glibc 2.  Suggestion from Uli Drepper.
57030
57031 1999-01-02  Jim Meyering  <meyering@ascend.com>
57032
57033         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
57034
57035 1998-12-18  Jim Meyering  <meyering@ascend.com>
57036
57037         * m4/Makefile.am.in (Makefile.am): Simplify rule.
57038         Based on a suggestion from Lars Hecking.
57039
57040 1998-11-16  Paul Eggert  <eggert@twinsun.com>
57041
57042         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
57043
57044 1998-11-16  Jim Meyering  <meyering@ascend.com>
57045
57046         * m4/lfs.m4: Double-quote the `uname...` expression.
57047
57048 1998-11-14  Jim Meyering  <meyering@ascend.com>
57049
57050         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
57051         * m4/stat.m4: Likewise.
57052
57053 1998-11-03  Jim Meyering  <meyering@ascend.com>
57054
57055         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
57056         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
57057
57058 1998-10-18  Jim Meyering  <meyering@ascend.com>
57059
57060         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
57061
57062 1998-10-17  Jim Meyering  <meyering@ascend.com>
57063
57064         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
57065         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
57066         calls for those previously hard-coded headers.  Instead, take a new
57067         parameter.
57068         (jm_CHECK_DECLARATIONS): Reflect interface change.
57069         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
57070         (jm_CHECK_DECL_LOCALTIME_R): New macro.
57071
57072         * m4/mktime.m4: Test for spring-forward gap before long-running test.
57073
57074 1998-10-14  Jim Meyering  <meyering@ascend.com>
57075
57076         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
57077         instead of "TZ=America/Vancouver".  From Paul Eggert.
57078
57079 1998-10-11  Jim Meyering  <meyering@ascend.com>
57080
57081         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
57082         This adds a test for a recently added compatibility fix for mktime.c.
57083         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
57084
57085 1998-09-27  Jim Meyering  <meyering@ascend.com>
57086
57087         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
57088
57089         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
57090         ../configure.in, including a change from Gordon Matzigkeit to allow
57091         cross-compiling for the Hurd.
57092
57093         * m4/glibc.m4: New file/macro to test for the GNU C Library
57094         versions 1 and 2.  From Gordon Matzigkeit.
57095         Indent.
57096
57097 1998-09-21  Jim Meyering  <meyering@ascend.com>
57098
57099         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
57100
57101 1998-08-18  Paul Eggert  <eggert@twinsun.com>
57102
57103         Port nanosecond-resolution times to UnixWare 2.1.2 and
57104         pedantic Solaris 2.6.
57105
57106         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
57107         AC_STRUCT_ST_MTIM.
57108         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
57109         Generate name of ns member, instead of just 1 or undef.
57110         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
57111
57112 1998-08-15  Jim Meyering  <meyering@ascend.com>
57113
57114         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
57115         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
57116         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
57117         instead of jm_TYPE_SSIZE_T.
57118
57119 1998-08-12  Jim Meyering  <meyering@ascend.com>
57120
57121         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
57122
57123 1998-08-02  Jim Meyering  <meyering@ascend.com>
57124
57125         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
57126         in acconfig.h manually.
57127
57128 1998-07-31  Paul Eggert  <eggert@twinsun.com>
57129
57130         * m4/st_mtim.m4: New file.
57131
57132 1998-07-28  Jim Meyering  <meyering@ascend.com>
57133
57134         * m4/utimes.m4: Undef stat.
57135
57136 1998-07-25  Jim Meyering  <meyering@ascend.com>
57137
57138         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
57139         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
57140
57141 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
57142
57143         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
57144         uid and gid actually remain unchanged.
57145
57146 1998-07-07  Jim Meyering  <meyering@ascend.com>
57147
57148         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
57149
57150 1998-07-04  Jim Meyering  <meyering@ascend.com>
57151
57152         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
57153         to prove that this macro can be used in packages without regex.c.
57154
57155 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
57156
57157         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
57158         is to be used.
57159
57160 1998-07-03  Jim Meyering  <meyering@ascend.com>
57161
57162         * m4/gettext.m4: Add -lintl if it's found to be necessary.
57163
57164         * m4/gettext.m4: New file -- from gettext-0.10.35.
57165         * m4/lcmessage.m4: Likewise.
57166         * m4/progtest.m4: Likewise.
57167
57168         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
57169         * m4/jm-macros.m4: Require the new macro.
57170
57171 1998-06-29  Jim Meyering  <meyering@ascend.com>
57172
57173         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
57174         for the definition of NGROUPS (used in a system header included
57175         by sys/mount.h).
57176
57177 1998-06-28  Jim Meyering  <meyering@ascend.com>
57178
57179         * m4/ls-mntd-fs.m4: New file.
57180         * m4/fstypename.m4: New file.
57181
57182         * m4/jm-macros.m4: Require the new macro.
57183         * m4/jm-glibc-io.m4: New file.
57184
57185 1998-05-19  Jim Meyering  <meyering@ascend.com>
57186
57187         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
57188         * m4/lchown.m4: New file.
57189
57190         * m4/Makefile.am.in: New file.
57191         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
57192
57193 1998-05-14  Jim Meyering  <meyering@ascend.com>
57194
57195         * m4/Makefile.am (EXTRA_DIST): Add them.
57196         * m4/jm-macros.m4: New file.
57197         * m4/utimbuf.m4: New file.
57198
57199 1998-05-12  Jim Meyering  <meyering@ascend.com>
57200
57201         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
57202
57203 1998-05-11  Jim Meyering  <meyering@ascend.com>
57204
57205         * m4/isc-posix.m4: New file.
57206
57207 1998-05-10  Jim Meyering  <meyering@ascend.com>
57208
57209         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
57210
57211 1998-05-09  Jim Meyering  <meyering@ascend.com>
57212
57213         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
57214         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
57215         with automake.
57216
57217         * m4/ssize_t.m4: New file.
57218         * m4/mktime.m4: Remove file -- the new automake has this now.
57219
57220 1998-04-26  Jim Meyering  <meyering@ascend.com>
57221
57222         * m4/assert.m4: New file.
57223         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
57224
57225 1998-04-05  Jim Meyering  <meyering@ascend.com>
57226
57227         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
57228         (jm_PREREQ): Use it here.
57229
57230 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
57231
57232         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
57233         in acconfig.h.
57234
57235 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
57236
57237         * m4/prereq.m4: New file.
57238         * m4/error.m4: New file.
57239         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
57240
57241 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
57242
57243         * m4/getline.m4: Don't set am_cv_func_working_getline before the
57244         cache-check for the same variable -- that defeated the purpose of
57245         the test; the test program was never run.  This was a problem only
57246         on systems with losing getline functions -- HP-UX 10.20 is one.
57247         Reported by Bjorn Helgaas.
57248
57249 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
57250
57251         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
57252
57253 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
57254
57255         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
57256
57257         * m4/const.m4: New file.  Use an initializer in this declaration
57258         typedef int charset[2]; const charset x;
57259         Reported by Bob Glickstein.
57260
57261 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
57262
57263         * m4/chown.m4: Fix reversed types on -1 args to chown.
57264         From Kaveh Ghazi.
57265
57266 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
57267
57268         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
57269         Add lseek and memchr.
57270
57271         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
57272         T.E.Dickey <dickey@clark.net> said that some older preprocessors
57273         have a 20-character limit on names.
57274
57275 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
57276
57277         * m4/inttypes_h.m4: New file.
57278         * m4/uintmax_t.m4: New file.
57279         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
57280
57281
57282         -----
57283
57284         Local Variables:
57285         coding: utf-8
57286         End:
57287
57288         Copyright (C) 1997-2009 Free Software Foundation, Inc.
57289
57290         Copying and distribution of this file, with or without
57291         modification, are permitted provided the copyright notice
57292         and this notice are preserved.