openat: fix GNU/Hurd bug in unlinkat
[gnulib.git] / ChangeLog
1 2009-10-06  Eric Blake  <ebb9@byu.net>
2
3         openat: fix GNU/Hurd bug in unlinkat
4         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
5         broken.
6         * doc/posix-functions/unlink.texi (unlink): Document this.
7         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
8
9         fdopendir: fix GNU/Hurd bug
10         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
11         allowing non-directory fds.
12         * lib/fdopendir.c (rpl_fdopendir): Work around it.
13         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
14         * modules/dirent (Makefile.am): Substitute it.
15         * lib/dirent.in.h (fdopendir): Declare replacement.
16         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
17         * tests/test-fdopendir.c (main): Test something other than
18         /dev/null, since on Hurd that behaves like a directory.
19
20         test-symlink: port to GNU/Hurd
21         * tests/test-symlink.h (test_symlink): Relax expected errno.
22
23         doc: tweak more cygwin information
24         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
25         now compatible with glibc.
26         * doc/posix-functions/getopt.texi (getopt): Likewise.
27
28         getopt-gnu: add another test
29         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
30         guarantee behavior relied on by m4.
31         * tests/test-getopt.c (main): Use it.
32         * modules/getopt-posix-tests (Depends-on): Add setenv.
33         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
34
35         getopt: fix compilation on darwin
36         * lib/getopt.in.h (includes): Leave breadcrumbs during system
37         include.
38         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
39         Reported by Ludovic Courtès.
40
41 2009-10-06  Bruno Haible  <bruno@clisp.org>
42
43         * modules/size_max (Description): Discourage its use.
44         Reported by Simon Josefsson.
45
46 2009-10-06  Jim Meyering  <meyering@redhat.com>
47
48         linkat: avoid compilation failure
49         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
50
51 2009-10-05  Eric Blake  <ebb9@byu.net>
52
53         linkat: support Linux 2.6.17
54         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
55         linkat on Linux, but allow cache variable override.
56         * lib/linkat.c (rpl_linkat): Define override.
57         * modules/linkat (Depends-on): Add symlinkat.
58         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
59         * modules/unistd (Makefile.am): Substitute it.
60         * lib/unistd.in.h (linkat): Declare replacement.
61         Reported by Pádraig Brady.
62
63         quotearg: port test to systems with C.UTF-8 locale
64         * tests/test-quotearg.c (struct result_strings): Add another
65         member, differentiating between C.ASCII and C.UTF-8 handling.
66         (compare_strings): Add parameter.
67         (main): Adjust all callers.
68
69         getopt: avoid clash with FreeBSD _getopt_internal
70         * lib/getopt.in.h (_getopt_internal): Override the name.
71         * lib/getopt_int.h (includes): Pick up any overrides.
72         Reported by Reuben Thomas.
73
74         hash: allow C89 compilation
75         * lib/hash.c (check_tuning): Move declaration before statement.
76         Reported by Reuben Thomas.
77
78 2009-10-05  Karl Berry  <karl@gnu.org>
79
80         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
81
82 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
83             Bruno Haible  <bruno@clisp.org>
84
85         * lib/uname.c (uname): Use a table-driver algorithm to compute
86         Windows NT versions.
87
88 2009-10-04  Bruno Haible  <bruno@clisp.org>
89
90         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
91         program_invocation_short_name.
92         * modules/progname (configure.ac): Test for presence of
93         program_invocation_short_name.
94         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
95
96 2009-10-04  Bruno Haible  <bruno@clisp.org>
97
98         * lib/progname.c (set_program_name): Fix comment.
99         Reported by Jim Meyering.
100
101 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
102             Bruno Haible  <bruno@clisp.org>
103
104         * lib/uname.c: Include <string.h>.
105         (uname): Do only one call to GetVersionEx in the common case.
106
107 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
108             Bruno Haible  <bruno@clisp.org>
109
110         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
111         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
112         (uname): Add support for Windows CE and various non-x86 CPU types.
113
114 2009-10-03  Bruno Haible  <bruno@clisp.org>
115
116         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
117         invocation to tests/configure.ac.
118         Reported by Ian Beckwith <ianb@erislabs.net>.
119
120 2009-10-02  Eric Blake  <ebb9@byu.net>
121
122         fchdir: avoid compiler warning
123         * lib/fchdir.c (canonicalize_file_name)
124         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
125
126         test-open: support mingw errno values
127         * tests/test-open.h (test_open): Relax test.
128         * tests/test-fopen.h (test_fopen): Likewise.
129         * tests/test-openat-safer.c (main): Likewise.
130
131         open: fix opening directory on mingw
132         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
133
134         test-open: on GNU/Hurd, /dev/null is a directory
135         * tests/test-fopen.h (main): Rename...
136         (test_fopen): ...to this.  Use a guaranteed non-directory when
137         confirming open behavior on trailing slash.
138         * tests/test-openat-safer.c (main): Likewise.
139         * tests/test-open.h (main): Likewise....
140         (test_open): ...to this.
141         * tests/test-fopen.c (main): Adjust caller.
142         * tests/test-fopen-safer.c (main): Likewise.
143         * tests/test-open.c (main): Likewise.
144         * tests/test-fcntl-safer.c (main): Likewise.
145         Reported by Samuel Thibault.
146
147         rename, fchdir: don't ignore chdir failure
148         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
149         * lib/rename.c (rpl_rename) [W32]: Likewise.
150         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
151         an empty destination directory if source cannot be renamed,
152         although there is still possibility for failure.
153         * doc/posix-functions/rename.texi (rename): Document the race.
154         Reported by Jim Meyering.
155
156         maint: cleanup whitespace in recent commits
157         * lib/rename.c (rpl_rename): Remove tabs.
158         * tests/test-link.h (test_link): Likewise.
159         * lib/fchdir.c (get_name): Likewise.
160         Reported by Jim Meyering.
161
162 2009-10-02  Ben Pfaff  <blp@gnu.org>
163
164         relocatable-prog-wrapper: Add missing dependency on
165         double-slash-root.
166         * modules/relocatable-prog-wrapper: Add dependency.
167         Reported by Ian Beckwith <ianb@erislabs.net>.
168
169 2009-10-02  Eric Blake  <ebb9@byu.net>
170
171         renameat: fix Solaris bugs
172         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
173         needed fixing.
174         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
175         * modules/stdio (Makefile.am): Substitute it.
176         * lib/stdio.in.h (renameat): Declare replacement.
177         * lib/renameat.c (rpl_renameat): Implement fix.
178
179         renameat: new module
180         * modules/renameat: New file.
181         * lib/renameat.c (renameat): Likewise.
182         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
183         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
184         * modules/stdio (Makefile.am): Substitute them.
185         * lib/stdio.in.h (renameat): Declare it.
186         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
187         * doc/posix-functions/renameat.texi (renameat): Likewise.
188         * modules/renameat-tests: New test.
189         * tests/test-renameat.c: Likewise.
190
191         rename: fix mingw bugs
192         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
193         directory overwrite bugs.
194
195         rename: fix another cygwin 1.5 bug
196         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
197         checks.
198         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
199         unnecessary cygwin workarounds.  Also work around bug with moving
200         full directory onto an empty one.
201         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
202
203         rename-dest-slash: merge into rename module
204         * modules/rename-dest-slash (Status): Mark obsolete.
205         (Depends-on): Add rename.
206         (Files): Let rename do it all.
207         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
208         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
209         * m4/rename-dest-slash.m4: ...so this file can be deleted.
210         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
211         * lib/rename.c (rpl_rename): Update comments.
212
213         rename: fix cygwin 1.5.x bugs
214         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
215         * lib/rename.c (rpl_rename): Work around them.
216         * modules/rename (Depends-on): Add same-inode.
217
218         rename: fix Solaris 10 bug
219         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
220         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
221         was the only bug.
222
223         rename: fix Solaris 9 bug
224         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
225         on non-directory.  Avoid calling exit.
226         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
227         strdup.
228         * modules/rename-tests (Depends-on): Drop lstat.
229         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
230         (gl_PREREQ_RENAME): Delete unused macro.
231
232         rename-dest-slash: fix NetBSD bug
233         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
234         links.
235         * modules/rename-dest-slash (Depends-on): Add same-inode.
236
237         rename-tests: new test, exposes several platform bugs
238         * modules/rename-tests: New file.
239         * tests/test-rename.h: Likewise.
240         * tests/test-rename.c: Likewise.
241         * doc/posix-functions/rename.texi (rename): Improve documentation,
242         including bugs that will eventually be fixed in gnulib.
243
244 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
245
246         * lib/uname.c: Include <stdlib.h>
247         (uname): Assume version info is available.
248
249 2009-10-02  Jim Meyering  <meyering@redhat.com>
250
251         gnu-web-doc-update: correct --help output
252         * build-aux/gnu-web-doc-update: Make --help output relevant.
253
254         gnu-web-doc-update: add standard options
255         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
256
257         gnu-web-doc-update: New module.
258         Use this script to automatically update the on-line web documentation
259         for your GNU project at http://www.gnu.org/software/$pkg/manual/
260         * modules/gnu-web-doc-update: New file, from coreutils.
261         * build-aux/gnu-web-doc-update: New script.
262
263 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
264
265         link: LoadLibrary is not needed.
266         * lib/link.c: Use GetModuleHandle.
267
268 2009-10-01  Eric Blake  <ebb9@byu.net>
269
270         getopt: bump serial number
271         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
272         change.
273
274         tests: tighten link, rmdir, and remove tests
275         * tests/test-link.h (includes): No need to use <config.h> here.
276         Clean up if directory hard link was created, otherwise test for
277         trailing '.'.
278         * tests/test-linkat.c (main): Simplify.
279         * tests/test-remove.c (main): Enhance test for trailing '.'.
280         * tests/test-rmdir.h (test_rmdir_func): Likewise.
281
282 2009-10-01  Jim Meyering  <meyering@redhat.com>
283
284         maint.mk: requiring "make major" was annoying, for a "minor" release.
285         What is intended is "stable", to contrast with alpha and beta,
286         so require "make stable", not "make major".
287         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
288         (get_tool_versions): Likewise.
289         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
290
291 2009-09-30  Ben Pfaff  <blp@gnu.org>
292
293         Fix broken build of replacement for Windows tmpfile().
294         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
295         flags argument added along with the 'mkostemp' module.
296
297 2009-09-28  Bruno Haible  <bruno@clisp.org>
298
299         Avoid identifier clash with POSIX function 'remove' defined as a macro.
300         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
301         to 'remove_elt'.
302         (gl_list_remove): Update.
303         * lib/gl_list.c (gl_list_remove): Update.
304         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
305         to 'remove_elt'.
306         (gl_oset_remove): Update.
307         * lib/gl_list.c (gl_oset_remove): Update.
308         Reported by Eric Blake.
309
310 2009-09-28  Eric Blake  <ebb9@byu.net>
311
312         doc: mention yet more cygwin 1.7 status
313         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
314         cygwin.
315         * doc/glibc-functions/execvpe.texi (execvpe): New file.
316         * doc/gnulib.texi (Glibc unistd.h): Mention it.
317
318         argp: fix test failure
319         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
320         that are not upper-case.  Pass correct range to tolower.
321
322 2009-09-27  Jim Meyering  <meyering@redhat.com>
323
324         test-yesno: work around sparc-dash here-document infelicity
325         Without this change, the literal \177 byte in a here document
326         would make dash 0.5.5.1-3 access uninitialized memory.
327         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
328         Instead, use a marker, "@", and filter through tr to create the desired
329         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
330
331 2009-09-27  Bruno Haible  <bruno@clisp.org>
332
333         Disable untested support for new flavours of ACLs on AIX.
334         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
335         progress.
336         * lib/set-mode-acl.c (qset_acl): Likewise.
337
338 2008-12-07  Bruno Haible  <bruno@clisp.org>
339
340         Add support for new flavours of ACLs on AIX. (Untested.)
341         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
342         (file_has_acl): Add support for newer AIX.
343         * lib/set-mode-acl.c (qset_acl): Likewise.
344         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
345         Rainer Tammer <tammer@tammer.net>.
346
347 2009-09-26  Eric Blake  <ebb9@byu.net>
348
349         argp: fix compilation of getopt
350         * lib/getopt.in.h (includes): Use different guard than glibc.
351         Reported by Sergey Poznyakoff.
352
353         doc: mention more cygwin 1.7 status
354         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
355         bug.
356         * doc/posix-functions/execl.texi (execl): Likewise.
357         * doc/posix-functions/execle.texi (execle): Likewise.
358         * doc/posix-functions/execlp.texi (execlp): Likewise.
359         * doc/posix-functions/execv.texi (execv): Likewise.
360         * doc/posix-functions/execve.texi (execve): Likewise.
361         * doc/posix-functions/execvp.texi (execvp): Likewise.
362         * doc/glibc-functions/canonicalize_file_name.texi
363         (canonicalize_file_name): Cygwin 1.7 now provides this.
364         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
365         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
366         on AT_SYMLINK_NOFOLLOW.
367
368 2009-09-24  Eric Blake  <ebb9@byu.net>
369
370         test-linkat: make test more robust
371         * tests/test-linkat.c (main): Avoid collision with EEXIST.
372
373         getopt: fix inclusion guards for cygwin
374         * modules/getopt-posix (Depends-on): Add include-next.
375         (Makefile.am): Substitute more items in replacement header.
376         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
377         <getopt.h>.
378         * lib/getopt.in.h (includes): Use split inclusion guard, and
379         prefer <getopt.h> over include <unistd.h> when one is present.
380         (option): Also override name of 'struct option'.
381
382         same-inode: revert prior change; it is not yet ready
383         * NEWS: Undo mention of this change.
384         * lib/same-inode.h (same-inode.h): Undo tri-state change.
385         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
386         * lib/cycle-check.c (cycle_check): Likewise.
387         * lib/same.c (same_name): Likewise.
388         * lib/at-func2.c (at_func2): Likewise.
389
390 2009-09-23  Eric Blake  <ebb9@byu.net>
391
392         linkat: new module
393         * modules/linkat: New file.
394         * lib/at-func2.c (at_func2): Likewise.
395         * lib/linkat.c (linkat): Likewise.
396         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
397         * lib/openat-priv.h (at_func2): Add declaration.
398         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
399         * modules/unistd (Makefile.am): Substitute them.
400         * lib/unistd.in.h (linkat): Declare it.
401         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
402         * doc/posix-functions/linkat.texi (linkat): Likewise.
403         * doc/posix-functions/link.texi (link): Tweak wording.
404         * tests/test-link.c (main): Move guts...
405         * tests/test-link.h (test_link): ...into new file.
406         * modules/linkat-tests: New test.
407         * tests/test-linkat.c: Likewise.
408         * modules/link-tests (Files): Ship new file.
409         (Depends-on): Add stdbool.
410
411         dirname: add library-safe mdir_name
412         * lib/dirname.h (mdir_name): New prototype.
413         * lib/dirname.c (dir_name): Move guts...
414         (mdir_name): ...to new function that avoids xalloc_die.
415
416         fchdir: another mingw fix
417         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
418         * lib/fchdir.c (get_name): New helper method; skips canonicalize
419         on mingw (where it has not yet been ported), and make it optional
420         elsewhere.
421         (_gl_register_fd): Use it.
422
423         same-inode: make SAME_INODE tri-state, to port to mingw
424         * NEWS: Mention this change.
425         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
426         st_ino always being 0.
427         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
428         * lib/cycle-check.c (cycle_check): Likewise.
429         * lib/same.c (same_name): Likewise.
430
431         lstat: avoid mingw compilation error
432         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
433         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
434         lstat ourselves.
435         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
436         was adequate.
437         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
438         the checks for lstat.
439         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
440
441         link: fix test failure on Solaris 9
442         * lib/link.c (rpl_link): Don't assume link will catch bogus
443         trailing slash on source.
444
445         test-symlinkat: enhance test
446         * tests/test-readlink.c (main): Move guts...
447         * tests/test-readlink.h (test_readlink): ...into new file.
448         * tests/test-symlink.c (main): Move guts...
449         * tests/test-symlink.h (test_symlink): ...into new file.
450         * tests/test-symlinkat.c (main): Use new files for further
451         coverage.
452         (do_symlink, do_readlink): New helper functions.
453         * modules/symlink-tests (Files): Ship new file.
454         (Depends-on): Add stdbool.
455         * modules/readlink-tests (Files): Ship new file.
456         (Depends-on): Add stdbool.
457         * modules/symlinkat-tests (Files): Use new files.
458
459 2009-09-23  Eric Blake  <ebb9@byu.net>
460
461         readlink: document portability issue with symlink length
462         * doc/posix-functions/lstat.texi (lstat): Mention that some file
463         systems have bogus st_size on symlinks, and mention the
464         areadlink-with-size module.
465         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
466         * doc/posix-functions/readlink.texi (readlink): Mention the
467         areadlink module, and ERANGE failure.
468         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
469         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
470
471         readlink: fix Solaris 9 bug with trailing slash
472         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
473         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
474         * doc/posix-functions/readlink.texi (readlink): Document this.
475         * modules/readlink-tests: New test.
476         * tests/test-readlink.c: Likewise.
477
478         readlink: fix cygwin 1.5.x bug with return type
479         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
480         * lib/unistd.in.h (readlink): Use ssize_t.
481         * lib/readlink.c (readlink): Likewise.
482         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
483         * modules/unistd (Makefile.am): Substitute it.
484         * lib/unistd.in.h (readlink): Declare replacement.
485         * doc/posix-functions/readlink.texi (readlink): Document this.
486
487         symlink: use throughout gnulib
488         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
489         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
490         symlink is not used.
491         * modules/symlinkat (Depends-on): Add symlink.
492         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
493         * modules/canonicalize-tests (Depends-on): Likewise.
494         * modules/lstat-tests (Depends-on): Likewise.
495         * modules/openat-tests (Depends-on): Likewise.
496         * modules/remove-tests (Depends-on): Likewise.
497         * modules/rmdir-tests (Depends-on): Likewise.
498         * modules/unlink-tests (Depends-on): Likewise.
499         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
500         * tests/test-canonicalize.c (symlink): Likewise.
501         * tests/test-fstatat.c (symlink): Likewise.
502         * tests/test-lstat.c (symlink): Likewise.
503         * tests/test-remove.c (symlink): Likewise.
504         * tests/test-rmdir.c (symlink): Likewise.
505         * tests/test-unlink.c (symlink): Likewise.
506         * tests/test-unlinkat.c (symlink): Likewise.
507
508         symlink: new module, for Solaris 9 bug
509         * modules/symlink: New file.
510         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
511         * lib/symlink.c: Likewise.
512         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
513         * modules/unistd (Makefile.am): Substitute them.
514         * lib/unistd.in.h (symlink): Declare replacement.
515         * MODULES.html.sh (File system functions): Mention it.
516         * doc/posix-functions/symlink.texi (symlink): Likewise.
517         * modules/symlink-tests: New test.
518         * tests/test-symlink.c: Likewise.
519
520 2009-09-23  Bruno Haible  <bruno@clisp.org>
521
522         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
523         when needed.
524         Test case: gnulib-tool --import --with-tests atexit inttypes.
525         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
526
527 2009-09-23  Bruno Haible  <bruno@clisp.org>
528
529         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
530         subcommand, not in a subshell.
531
532 2009-09-22  Eric Blake  <ebb9@byu.net>
533
534         unistd: sort replacement declarations
535         * lib/unistd.in.h: Sort declarations.
536
537         open, openat: minor optimization
538         * lib/open.c (open): If open succeeded, len is non-zero.
539         * lib/openat.c (rpl_openat): Likewise.
540
541         link-follow: ensure correct result
542         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
543         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
544         distinguish between possible failures.
545
546 2009-09-21  Eric Blake  <ebb9@byu.net>
547
548         fts: avoid compiler warning
549         * lib/fts.c (dirent_inode_sort_may_be_useful)
550         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
551
552 2009-09-19  Bruno Haible  <bruno@clisp.org>
553
554         * lib/progreloc.c (canonicalize_file_name): New declaration.
555
556 2009-09-19  Eric Blake  <ebb9@byu.net>
557
558         link: fix quoting
559         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
560
561         openat: fix openat bugs on Solaris 9
562         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
563         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
564         * modules/openat (Depends-on): Add open.
565         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
566         * modules/fcntl-h (Makefile.am): Substitute it.
567         * lib/fcntl.in.h (openat): Declare replacement.
568         * doc/posix-functions/openat.texi (openat): Document this.
569
570         openat: move fstatat and unlinkat into correct files
571         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
572         compiled.
573         * lib/openat.c (fstatat, unlinkat): Move...
574         * lib/fstatat.c (fstatat): ...into correct files.
575         * lib/unlinkat.c (unlinkat): Likewise.
576
577         openat: fix unlinkat bugs on Solaris 9
578         * lib/unlinkat.c (unlinkat): New file.
579         * modules/openat (Depends-on): Add unlink.
580         (Files): Distribute it.
581         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
582         trailing slash behavior is broken.
583         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
584         * modules/unistd (Makefile.am): Substitute it.
585         * lib/unistd.in.h (unlinkat): Declare replacement.
586         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
587
588         openat: fix fstatat bugs on Solaris 9
589         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
590         stat.
591         * doc/posix-functions/fstatat.texi (fstatat): Document this.
592
593         test-unlinkat: enhance test, to expose Solaris 9 bug
594         * tests/test-unlink.c (main): Factor guts...
595         * tests/test-unlink.h (test_rmdir_func): ...into new file.
596         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
597         * tests/test-rmdir.c (main): Adjust caller.
598         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
599         (unlinker): New helper function.
600         (rmdirat): Enhance check.
601         * modules/rmdir-tests (Depends-on): Add stdbool.
602         * modules/unlink-tests (Depends-on): Likewise.
603         (Files): Add test-unlink.h.
604         * modules/openat-tests (Files): Likewise.
605         (Depends-on): Add unlinkdir.
606
607         test-fstatat: new test, to expose Solaris 9 bugs
608         * tests/test-stat.c (main): Factor guts...
609         * tests/test-stat.h (test_stat_func): ...into new file.
610         * tests/test-lstat.c (main): Factor guts...
611         * tests/test-lstat.h (test_lstat_func): ...into new file.
612         * tests/test-fstatat.c: New file.
613         * modules/stat-tests (Files): Add test-stat.h.
614         * modules/lstat-tests (Files): Add test-lstat.h.
615         (Depends-on): Add stdbool.
616         * modules/openat-tests (Depends-on): Add pathmax.
617         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
618         (Makefile.am): Run new test.
619
620         remove: new module, for mingw and Solaris 9 bugs
621         * modules/remove: New file.
622         * lib/remove.c: Likewise.
623         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
624         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
625         * modules/stdio (Makefile.am): Use them.
626         * lib/stdio.in.h (remove): Declare replacement.
627         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
628         * doc/posix-functions/remove.texi (remove): Likewise.
629         * modules/remove-tests: New test.
630         * tests/test-remove.c: Likewise.
631
632         unlink: new module, for Solaris 9 bug
633         * modules/unlink: New file.
634         * lib/unlink.c: Likewise.
635         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
636         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
637         * modules/unistd (Makefile.am): Use them.
638         * lib/unistd.in.h (stat): Declare replacement.
639         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
640         * doc/posix-functions/unlink.texi (unlink): Likewise.
641         * modules/unlink-tests: New test.
642         * tests/test-unlink.c: Likewise.
643
644         lstat: fix Solaris 9 bug
645         * lib/lstat.c (lstat): Also check for trailing slash on
646         non-symlink, non-directories.  Use stat module to simplify logic.
647         * doc/posix-functions/lstat.texi (lstat): Document it.
648         * modules/lstat-tests (Depends-on): Add errno, same-inode.
649         (configure.ac): Check for symlink.
650         * tests/test-lstat.c (main): Add more tests.
651
652         stat: add as dependency to other modules
653         * modules/chown (Depends-on): Add stat.
654         * modules/euidaccess (Depends-on): Likewise.
655         * modules/fchdir (Depends-on): Likewise.
656         * modules/isdir (Depends-on): Likewise.
657         * modules/link (Depends-on): Likewise.
658         * modules/lstat (Depends-on): Likewise.
659         * modules/mkdir-p (Depends-on): Likewise.
660         * modules/modechange (Depends-on): Likewise.
661         * modules/open (Depends-on): Likewise.
662         * modules/readlink (Depends-on): Likewise.
663         * modules/same (Depends-on): Likewise.
664
665         stat: fix Solaris 9 bug
666         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
667         slash.
668         * lib/stat.c (rpl_stat): Work around it.
669         * doc/posix-functions/stat.texi (stat): Update documentation.
670
671         stat: new module, for mingw bug
672         * modules/stat: New file.
673         * lib/stat.c: Likewise.
674         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
675         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
676         * modules/sys_stat (Makefile.am): Use them.
677         * lib/sys_stat.in.h (stat): Declare replacement.
678         * lib/openat.c (fstatat): Deal with lstat and stat being function
679         macros.
680         * modules/openat (Depends-on): Add inline.
681         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
682         * doc/posix-functions/stat.texi (stat): Likewise.
683         * modules/stat-tests: New test.
684         * tests/test-stat.c: Likewise.
685
686 2009-09-19  Jim Meyering  <meyering@redhat.com>
687
688         syntax-check: detect unnecessary inclusion of canonicalize.h
689         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
690
691 2009-09-19  Eric Blake  <ebb9@byu.net>
692
693         canonicalize-lgpl: adjust clients to use correct header
694         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
695         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
696         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
697         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
698         * lib/progreloc.c (includes): Likewise.
699
700 2009-09-19  Jim Meyering  <meyering@redhat.com>
701
702         test-posixtm.c: correct a comment
703         * tests/test-posixtm.c: Correct first-line comment.
704         Spotted by Eric Blake.
705
706 2009-09-16  Jim Meyering  <meyering@redhat.com>
707
708         posixtm-tests: make T const-correct; add a test case
709         * tests/test-posixtm.c (T): Declare const.
710         Add a test for -(2^31+1).
711         Remove useless can-succeed-only-in-2002 test.
712
713         posixtm-tests: adjust the sole failing test
714         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
715         expected output matches what mktime now produces.  Cross-checked via
716         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
717
718         posixtm: move #ifdef'd tests into a new module
719         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
720         * tests/test-posixtm.c: ... this new file.
721         * modules/posixtm-tests: New module.
722
723 2009-09-19  Eric Blake  <ebb9@byu.net>
724
725         openat: simplify use of at-func.c
726         * lib/at-func.c (includes): Include prerequisites here, to
727         simplify requirements on client files.
728         * lib/openat-priv.h: Add double-inclusion guard.
729         * lib/faccessat.c (includes): Simplify.
730         * lib/fchmodat.c (includes): Likewise.
731         * lib/fchownat.c (includes): Likewise.
732         * lib/mkdirat.c (includes): Likewise.
733         * lib/mkfifoat.c (includes): Likewise.
734         * lib/symlinkat.c (includes): Likewise.
735
736         openat: allow return of fd 0
737         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
738         * modules/save-cwd (Depends-on): Replace fcntl-safer with
739         unistd-safer.
740         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
741         <fcntl.h>; this module does not leak fds.
742         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
743         must be allowed to return 0, leaving openat_safer to add the
744         safety.
745         (openat_permissive): Avoid writing to just-opened fd 2 if
746         restoring the current directory fails.
747         * lib/openat-die.c (openat_restore_fail): Add comment.
748         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
749         (save_cwd): Guarantee safe fd, but without use of open_safer.
750         * tests/test-openat.c: New test.
751         * modules/openat-tests (Files, Makefile.am): Distribute and build
752         new file.
753
754         relocatable-prog-wrapper: fix build
755         * modules/relocatable-prog-wrapper (Files): Update name of
756         canonicalize m4 file, broken on 2009-09-17.
757         Reported by emad hajjar <aleppos@hotmail.com>.
758
759 2009-09-19  Bruno Haible  <bruno@clisp.org>
760
761         * lib/safe-alloc.h: Use the standard header with GPL copyright.
762         * lib/safe-alloc.c: Likewise.
763         Reported by Ian Beckwith <ianb@erislabs.net>.
764
765 2009-09-18  Bruno Haible  <bruno@clisp.org>
766
767         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
768         Reported by <erobles@sensacd.com.mx>.
769
770 2009-09-17  Eric Blake  <ebb9@byu.net>
771
772         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
773         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
774         slashes when checking if last component is missing.
775         * tests/test-canonicalize.c (main): Test this.
776
777         canonicalize, canonicalize-lgpl: honor // if distinct from /
778         * modules/canonicalize (Files): Add double-slash-root.m4.
779         * modules/canonicalize-lgpl (Files): Likewise.
780         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
781         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
782         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
783         fallback definition.
784         (canonicalize_filename_mode): Use it to protect //.
785         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
786         (__realpath): Likewise.
787         * tests/test-canonicalize.c (main): Test this.
788         * tests/test-canonicalize-lgpl.c (main): Likewise.
789         * modules/canonicalize-tests (Depends-on): Add same-inode.
790         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
791
792         canonicalize-lgpl: fix glibc bug with trailing slash
793         * m4/canonicalize-lgpl.m4: Move contents...
794         * m4/canonicalize.m4: ...here.
795         (gl_CANONICALIZE_LGPL): Factor realpath check...
796         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
797         glibc 2.3.5 bug, fixed 2005-04-27.
798         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
799         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
800         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
801         * modules/canonicalize-lgpl (Files): Manage file rename.
802         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
803         * modules/stdlib (Makefile.am): Substitute witness.
804         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
805         is needed.
806         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
807         replacement is required.
808         * lib/canonicalize.c (canonicalize_file_name): Likewise.
809         * doc/glibc-functions/canonicalize_file_name.texi
810         (canonicalize_file_name): Document this.
811         * doc/posix-functions/realpath.texi (realpath): Likewise.
812
813         canonicalize-lgpl: reject non-directory with trailing slash
814         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
815         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
816         catches failures in glibc 2.3.5.
817         * tests/test-canonicalize.c (main): Likewise.
818
819         canonicalize-lgpl: use native realpath if it works
820         * lib/canonicalize-lgpl.c (realpath): Guard with
821         FUNC_REALPATH_WORKS.
822         * lib/stdlib.in.h (realpath): Make declaration optional based on
823         HAVE_REALPATH.
824         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
825         native realpath works.
826         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
827         * modules/stdlib (Makefile.am): Substitute witness.
828
829         canonicalize, canonicalize-lgpl: use <stdlib.h>
830         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
831         (Include): Mention <stdlib.h>.
832         (configure.ac): Mention functions we provide.
833         * modules/canonicalize (configure.ac): Likewise.
834         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
835         realpath if canonicalize_file_name is missing.
836         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
837         * modules/stdlib (Makefile.am): Substitute witnesses.
838         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
839         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
840         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
841         * NEWS: Document this.
842         * doc/glibc-functions/canonicalize_file_name.texi
843         (canonicalize_file_name): Likewise.
844         * doc/posix-functions/realpath.texi (realpath): Likewise.
845         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
846
847         test-canonicalize: consolidate into single C program
848         * tests/test-canonicalize.sh: Delete; move setup into...
849         * tests/test-canonicalize.c (main): ...the program, making it
850         easier to run in debugger.  Add some tests.
851         * modules/canonicalize-tests (Files): Remove unused file.
852         (Depends-on): Add progname.
853         (configure.ac, Makefile.am): Simplify.
854
855         test-canonicalize-lgpl: consolidate into single C program
856         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
857         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
858         easier to run in debugger.  Add some tests.
859         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
860         (configure.ac, Makefile.am): Simplify.
861
862         canonicalize: avoid resolvepath
863         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
864         unnecessary checks.
865         * lib/canonicalize.c (includes): Simplify.
866         (canonicalize_file_name): Drop resolvepath implementation.
867         * modules/canonicalize (Depends-on): Drop filenamecat.
868
869         canonicalize: don't lose errno
870         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
871         over calls to free.
872
873         canonicalize: simplify errno handling
874         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
875         assignment.
876
877         canonicalize, canonicalize-lgpl: update module dependencies
878         * modules/canonicalize (Depends-on): Add extensions, lstat,
879         pathmax, stdlib.
880         (Files): Drop pathmax.h.
881         (configure.ac): Adjust macro name.
882         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
883         lstat, stdlib, sys_stat.
884         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
885         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
886         extensions.
887         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
888         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
889         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
890         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
891         declaration, if available.
892         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
893         we can rely on the readlink module.
894         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
895         (includes): Use <unistd.h> unconditionally.
896
897 2009-09-17  Eric Blake  <ebb9@byu.net>
898
899         maint: make Include sections of modules consistent
900         * modules/alloca: Use only header name; no need to list #include.
901         * modules/alloca-opt: Likewise.
902         * modules/arpa_inet: Likewise.
903         * modules/canon-host: Likewise.
904         * modules/configmake: Likewise.
905         * modules/dirent: Likewise.
906         * modules/eealloc: Likewise.
907         * modules/environ: Likewise.
908         * modules/fchdir: Likewise.
909         * modules/fcntl: Likewise.
910         * modules/fcntl-h: Likewise.
911         * modules/gethrxtime: Likewise.
912         * modules/gettime: Likewise.
913         * modules/ignore-value: Likewise.
914         * modules/inet_ntop: Likewise.
915         * modules/inet_pton: Likewise.
916         * modules/inttypes: Likewise.
917         * modules/isnand-nolibm: Likewise.
918         * modules/isnanf-nolibm: Likewise.
919         * modules/mbchar: Likewise.
920         * modules/mbfile: Likewise.
921         * modules/mbiter: Likewise.
922         * modules/mbuiter: Likewise.
923         * modules/netdb: Likewise.
924         * modules/netinet_in: Likewise.
925         * modules/nproc: Likewise.
926         * modules/pagealign_alloc: Likewise.
927         * modules/poll: Likewise.
928         * modules/printf-frexp: Likewise.
929         * modules/pthread: Likewise.
930         * modules/putenv: Likewise.
931         * modules/random_r: Likewise.
932         * modules/relocatable-prog: Likewise.
933         * modules/search: Likewise.
934         * modules/select: Likewise.
935         * modules/selinux-h: Likewise.
936         * modules/settime: Likewise.
937         * modules/signal: Likewise.
938         * modules/size_max: Likewise.
939         * modules/socklen: Likewise.
940         * modules/ssize_t: Likewise.
941         * modules/stdarg: Likewise.
942         * modules/stdbool: Likewise.
943         * modules/stddef: Likewise.
944         * modules/stdint: Likewise.
945         * modules/stdio: Likewise.
946         * modules/stdlib: Likewise.
947         * modules/string: Likewise.
948         * modules/strings: Likewise.
949         * modules/sys_file: Likewise.
950         * modules/sys_ioctl: Likewise.
951         * modules/sys_select: Likewise.
952         * modules/sys_socket: Likewise.
953         * modules/sys_stat: Likewise.
954         * modules/sys_time: Likewise.
955         * modules/sys_times: Likewise.
956         * modules/sys_utsname: Likewise.
957         * modules/sys_wait: Likewise.
958         * modules/sysexits: Likewise.
959         * modules/time: Likewise.
960         * modules/times: Likewise.
961         * modules/tmpfile: Likewise.
962         * modules/trim: Likewise.
963         * modules/unistd: Likewise.
964         * modules/wchar: Likewise.
965         * modules/wctype: Likewise.
966
967 2009-09-17  Bruno Haible  <bruno@clisp.org>
968
969         Make getdate.y compile on QNX and NetBSD 5 / i386.
970         * m4/getdate.m4 (gl_GETDATE): Conditionally define
971         TIME_T_FITS_IN_LONG_INT.
972         * lib/getdate.y (long_time_t): New type.
973         (relative_time): Change type of 'seconds' field to long_time_t.
974         (get_date): Update types of local variables. Check against overflow
975         during conversion from long_time_t to time_t.
976         Reported by Matt Kraai <kraai@ftbfs.org>
977         and Hasso Tepper <hasso@netbsd.org>.
978
979 2009-09-17  Bruno Haible  <bruno@clisp.org>
980
981         * modules/COPYING: Update copyright years.
982         * modules/README: Likeiwse.
983         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
984         Reported by Ian Beckwith <ianb@erislabs.net>.
985
986 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
987
988         * users.txt: Update references for gnuit package.
989
990 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
991
992         * m4/getdelim.m4: Fix typo in copyright line.
993
994 2009-09-17  Bruno Haible  <bruno@clisp.org>
995
996         * lib/atoll.c: Use the standard header with GPL copyright.
997         * lib/argz.in.h: Likewise.
998         * lib/glob.c: Likewise.
999         * lib/glob-libc.h: Likewise.
1000         * lib/random_r.c: Likewise.
1001         * lib/siglist.h: Likewise.
1002         * lib/strsignal.c: Likewise.
1003         Reported by Ian Beckwith <ianb@erislabs.net>.
1004
1005 2009-09-17  Eric Blake  <ebb9@byu.net>
1006
1007         rmdir: ensure correct dependency order
1008         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
1009
1010 2009-09-17  Bruno Haible  <bruno@clisp.org>
1011
1012         Disable assertion that fails on NetBSD 5 / i386.
1013         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
1014         Reported by Sam Steingold <sds@gnu.org>
1015         and Hasso Tepper <hasso@netbsd.org>.
1016
1017 2009-09-16  Eric Blake  <ebb9@byu.net>
1018
1019         unlinkdir: port to mingw
1020         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
1021         on which no one can unlink a directory.
1022
1023         stdlib: sort witness names
1024         * modules/stdlib (Makefile.am): Sort replacements.
1025         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
1026         * lib/stdlib.in.h: Likewise.
1027
1028         parse-duration-tests: avoid link failure
1029         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
1030         LIBINTL.
1031         Reported by Tom G. Christensen.
1032
1033         openat-tests: ensure unlinkat behaves like rmdir
1034         * tests/test-rmdir.c (main): Factor guts...
1035         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
1036         * modules/rmdir-tests (Files): Ship new file.
1037         * modules/openat-tests: New test.
1038         * tests/test-unlinkat.c: Likewise.
1039
1040         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
1041         * modules/rmdir-errno (Status, Notice): Now obsolete.
1042
1043         rmdir: work around cygwin 1.5.x and mingw bugs
1044         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
1045         * lib/rmdir.c (rmdir): Work around it.
1046         * modules/rmdir (Status, Notice): No longer obsolete.
1047         (Files): Add dos.m4.
1048         (Depends-on): Add unistd.
1049         (configure.ac): Set witnesses.
1050         (License): Relax to LGPLv2+.
1051         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
1052         * modules/unistd (Makefile.am): Substitute witnesses.
1053         * lib/unistd.in.h (rmdir): Declare replacement.
1054         * doc/posix-functions/rmdir.texi (rmdir): Document this.
1055         * modules/rmdir-tests: New tests.
1056         * tests/test-rmdir.c: Likewise.
1057
1058 2009-09-15  Eric Blake  <ebb9@byu.net>
1059
1060         fchdir: improve use of replacement functions
1061         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
1062         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
1063         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
1064         REPLACE_CLOSEDIR.
1065         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
1066         * modules/sys_stat (Makefile.am): Substitute correct witness.
1067         * modules/dirent (Makefile.am): Likewise.
1068         * modules/unistd (Makefile.am): Likewise.
1069         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
1070         * lib/unistd.in.h (dup): Likewise.
1071         * lib/sys_stat.in.h (fstat): Likewise.
1072
1073         maint: ignore gnulib-tool temp files
1074         * .gitignore: Ignore files created during gnulib-tool --test.
1075
1076 2009-09-13  Jim Meyering  <meyering@redhat.com>
1077
1078         posixtm: don't reject a time that specify "60" as the number of seconds
1079         * lib/posixtm.c (posixtime): The code to reject invalid dates
1080         would also reject a time specified with the .60 suffix.
1081         But POSIX allows that, in order to accommodate leap seconds.
1082         So don't reject it.
1083         (main): Adjust tests accordingly.
1084         * modules/posixtm (Depends-on): Add stpcpy.
1085
1086 2009-09-11  Jim Meyering  <meyering@redhat.com>
1087
1088         announce-gen: include [$release_type] in emitted Subject:
1089         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
1090         e.g., [stable] in the emitted Subject: line.
1091
1092 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1093
1094         Remove obsolete macros from several modules.
1095         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
1096         obsolete Autoconf macros with their modern counterparts.
1097         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
1098         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
1099         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
1100         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
1101         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
1102         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
1103         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
1104         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
1105         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
1106         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
1107         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
1108         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
1109         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
1110         * m4/sockets.m4 (gl_SOCKETS): Likewise.
1111         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
1112         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
1113         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1114         * m4/time_r.m4 (gl_TIME_R): Likewise.
1115         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
1116         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
1117         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1118
1119         Fix copyright header in build-aux scripts.
1120         * build-aux/git-version-gen: Fix copyright header to match GPLv3
1121         recommendation.
1122         * build-aux/ncftpput-ftp: Likewise.
1123         * build-aux/update-copyright: Likewise.
1124
1125 2009-09-09  Eric Blake  <ebb9@byu.net>
1126
1127         test-link: allow Linux choice of errno
1128         * tests/test-link.c (main): Relax test for alternate error.
1129
1130         strndup: fix improper m4 caching
1131         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
1132         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
1133         (gl_PREREQ_STRNDUP): Delete.
1134         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
1135         * modules/string (Makefile.am): Substitute it.
1136         * lib/string.in.h (strndup): Modernize prototype.
1137
1138         getcwd: port to mingw
1139         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
1140         different from the POSIX assumptions made throughout the getcwd
1141         module; fortunately, the mingw getcwd does not need replacement.
1142         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
1143         * modules/getcwd-tests: New test.
1144         * tests/test-getcwd.c: Likewise.
1145
1146         link: fix platform bugs
1147         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
1148         * lib/link.c (link): Work around them.  Fix related mingw bug.
1149         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
1150         * modules/unistd (Makefile.am): Substitute it.
1151         * lib/unistd.in.h (link): Declare replacement.
1152         * doc/posix-functions/link.texi (link): Document this.
1153         * modules/link (Depends-on): Add strdup-posix, sys_stat.
1154
1155         test-link: consolidate into single C program, test more cases
1156         * tests/test-link.sh: Delete.
1157         * tests/test-link.c: Test more error conditions.  Exposes bugs on
1158         at least Cygwin and Solaris.
1159         * modules/link-tests (Files): Remove unused file.
1160         (Depends-on): Add errno, sys_stat.
1161         (Makefile.am): Simplify.
1162
1163 2009-09-08  Bruno Haible  <bruno@clisp.org>
1164
1165         Work around towlower, towupper bug on mingw.
1166         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
1167         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
1168         * doc/posix-functions/towlower.texi: Mention the mingw bug.
1169         * doc/posix-functions/towupper.texi: Likewise.
1170         Reported by Eric Blake.
1171
1172 2009-09-08  Jim Meyering  <meyering@redhat.com>
1173
1174         build: don't try to run autoheader if we don't use it
1175         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
1176         is not used in configure.ac.
1177
1178 2009-09-08  Eric Blake  <ebb9@byu.net>
1179
1180         euidaccess: fix compilation error
1181         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
1182
1183         rawmemchr: relax license
1184         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
1185         okay.
1186         Reported by Jim Meyering.
1187
1188         mkfifoat: new module
1189         * modules/mkfifoat: New file.
1190         * lib/mkfifoat.c: Likewise.
1191         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
1192         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
1193         * modules/sys_stat (Makefile.am): Use them.
1194         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
1195         * MODULES.html.sh (File system functions): Mention module.
1196         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
1197         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
1198         * modules/mkfifoat-tests: New test.
1199         * tests/test-mkfifoat.c: Likewise.
1200
1201         strchrnul: relax license
1202         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
1203         okay.
1204         Reported by Jim Meyering.
1205
1206 2009-09-08  Eric Blake  <ebb9@byu.net>
1207
1208         fstatat: fix compilation on Solaris
1209         * lib/fstatat.c (includes): Add fcntl.h.
1210         Reported by Pádraig Brady.
1211
1212 2009-09-07  Eric Blake  <ebb9@byu.net>
1213
1214         rename: modernize replacement
1215         * modules/rename (Depends-on): Add stdio.
1216         (configure.ac): Declare witness.
1217         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
1218         stdio take care of replacement.
1219         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
1220         * modules/stdio (Makefile.am): Substitute them.
1221         * lib/stdio.in.h (rename): Declare replacement.
1222         * lib/rename.c (includes): Allow cross-compilation to non-windows
1223         machines.
1224         * doc/posix-functions/rename.texi (rename): Improve
1225         documentation.
1226
1227         stdio: sort witness names
1228         * modules/stdio (Makefile.am): Sort replacements.
1229         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1230         * lib/stdio.in.h: Likewise.
1231
1232         getcwd: minor cleanups
1233         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
1234         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
1235
1236         openat: provide more convenience names
1237         * modules/faccessat (configure.ac): Add C witness.
1238         * lib/unistd.in.h (readlinkat): Fix typo.
1239         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
1240         convenience wrappers.
1241         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
1242         wrappers in syntax checks.
1243
1244 2009-09-06  Eric Blake  <ebb9@byu.net>
1245
1246         doc: fix comments in recent patches
1247         * lib/faccessat.c: Mention correct function.
1248         * lib/fchmodat.c: Likewise.
1249         * lib/fchownat.c: Likewise.
1250         * lib/symlinkat.c: Likewise.
1251         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
1252         constants.
1253
1254         faccessat, symlinkat: continue cleanup of previous patch
1255         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
1256         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
1257         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
1258         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
1259         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
1260         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
1261         set.
1262
1263 2009-09-06  Bruno Haible  <bruno@clisp.org>
1264
1265         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
1266         (fstatat): Declare if GNULIB_FSTATAT is set.
1267         (mkdirat): Declare if GNULIB_MKDIRAT is set.
1268         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
1269         (unlinkat): Declare if GNULIB_UNLINKAT is set.
1270         * modules/fcntl-h (Files): Remove m4/openat.m4.
1271         * modules/sys_stat (Files): Remove m4/openat.m4.
1272         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
1273         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
1274         * modules/unistd (Files): Remove m4/openat.m4.
1275         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
1276         GNULIB_OPENAT.
1277         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
1278         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
1279         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
1280         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
1281         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
1282         gl_OPENAT_DEFAULTS.
1283         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
1284         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
1285         Don't require gl_OPENAT_DEFAULTS.
1286         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
1287         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
1288         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
1289         (gl_OPENAT_DEFAULTS): Remove macro.
1290
1291 2009-09-06  Bruno Haible  <bruno@clisp.org>
1292
1293         * modules/openat (configure.ac): Remove unneeded witness.
1294
1295 2009-09-06  Bruno Haible  <bruno@clisp.org>
1296
1297         Set errno to ENOSYS when a function is entirely unsupported.
1298         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
1299         EOPNOTSUPP.
1300         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
1301         * modules/chown (Depends-on): Remove errno.
1302
1303 2009-09-06  Bruno Haible  <bruno@clisp.org>
1304
1305         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
1306
1307 2009-09-06  Bruno Haible  <bruno@clisp.org>
1308
1309         * lib/sys_stat.in.h: Fix preprocessor command indentation.
1310
1311 2009-09-06  Ben Pfaff  <blp@gnu.org>
1312             Bruno Haible  <bruno@clisp.org>
1313
1314         Work around a glibc bug in strtok_r.
1315         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
1316         Undefine if UNDEFINE_STRTOK_R is set.
1317         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
1318         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1319         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
1320         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
1321         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
1322         UNDEFINE_STRTOK_R.
1323         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
1324
1325 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
1326
1327         exclude: minor fix
1328         * lib/exclude.c: Include wctype.h
1329
1330 2009-09-06  Akim Demaille  <demaille@gostai.com>
1331
1332         bootstrap: improve error message
1333         * build-aux/bootstrap (find_tool): Upon failure, report the list
1334         of candidates.
1335         Honor the initial value of the envvar.
1336
1337 2009-09-05  Eric Blake  <ebb9@byu.net>
1338
1339         symlinkat: new module
1340         * modules/symlinkat: New file.
1341         * lib/symlinkat.c: Likewise.
1342         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
1343         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
1344         * modules/unistd (Makefile.am): Use them.
1345         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
1346         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
1347         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
1348         * MODULES.html.sh (File system functions): Mention module.
1349         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
1350         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
1351         * modules/symlinkat-tests: New test.
1352         * tests/test-symlinkat.c: Likewise.
1353
1354         test-openat-safer: add more checks
1355         * tests/test-openat-safer.c (main): Check more code paths.
1356
1357 2009-09-05  Jim Meyering  <meyering@redhat.com>
1358
1359         syntax-check: detect unnecessary inclusion of openat.h
1360         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
1361
1362 2009-09-05  Bruno Haible  <bruno@clisp.org>
1363
1364         Support towlower, towupper.
1365         * doc/posix-functions/towlower.texi: Mention module wctype.
1366         * doc/posix-functions/towupper.texi: Likewise.
1367         * lib/wctype.in.h (towlower, towupper): New functions.
1368         * tests/test-wctype.c: Include stdio.h, stdlib.h.
1369         (ASSERT): New macro.
1370         (e): New variable.
1371         (main): Test also towlower, towupper. Test WEOF argument.
1372         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
1373
1374 2009-09-05  Bruno Haible  <bruno@clisp.org>
1375
1376         Fix conversion behaviour when the input is invalid.
1377         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
1378         mark occurring in first pass of indirect conversion.
1379         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
1380         input.
1381         Found by clang's static analyzer.
1382
1383 2009-09-05  Bruno Haible  <bruno@clisp.org>
1384
1385         * tests/test-striconveh.c (main): Test indirect conversion on platforms
1386         where direct conversion is possible.
1387
1388 2009-09-04  Eric Blake  <ebb9@byu.net>
1389
1390         openat: fail with ENOENT on empty name
1391         * lib/openat-proc.c (openat_proc_name): Special-case the empty
1392         buffer.
1393
1394         link-follow: fix logic bug in prior patch
1395         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
1396         reversed sense of yes and no in prior patch.  Avoid confusing
1397         compilation failure with desired semantics.
1398
1399         link-follow: accomodate mingw and cross-compilation
1400         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
1401         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
1402         cross-compilation results to -1, to make linkat easier to
1403         implement when cross-compiling.  Trivially support mingw.
1404         * modules/link-follow (configure.ac): Call new name.
1405         * NEWS: Mention this.
1406
1407 2009-09-03  Eric Blake  <ebb9@byu.net>
1408
1409         faccessat: compile replacement
1410         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
1411         needed.
1412
1413         fts: fix compilation error
1414         * lib/fts.c (includes): Re-add "openat.h", for
1415         openat_needs_fchdir.
1416
1417         faccessat: new module
1418         * modules/faccessat: New file.
1419         * lib/faccessat.c: Likewise.
1420         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
1421         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1422         * modules/unistd (Makefile.am): Use it.
1423         * lib/unistd.in.h (faccessat): Declare it.
1424         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
1425         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
1426         * MODULES.html.sh (File system functions): Mention it.
1427         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
1428         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
1429
1430         euidaccess: prefer POSIX over non-standard implementation
1431         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
1432         * lib/euidaccess.c (euidaccess): Use it if available.
1433
1434         openat: make template easier to use
1435         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
1436         AT_FUNC_F2 to be undefined.
1437         (VALIDATE_FLAG): New macro; use it to reject bad flags.
1438         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
1439         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
1440         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
1441         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
1442         Likewise.
1443         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
1444         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
1445         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
1446         Likewise.
1447
1448         openat: declare in POSIX headers
1449         * NEWS: Mention this.
1450         * modules/openat (configure.ac): Declare witnesses.
1451         (Depends-on): Add fcntl-h, sys_stat, unistd.
1452         (Include): Mention correct headers.
1453         * modules/fcntl-h (Depends-on): Add link-warning.
1454         (Files): Add openat.m4.
1455         (Makefile.am): Substitute witnesses.
1456         * modules/sys_stat (Files, Makefile.am): Likewise.
1457         * modules/unistd (Files, Makefile.am): Likewise.
1458         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
1459         (gl_OPENAT_DEFAULTS): New macro.
1460         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
1461         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
1462         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
1463         (SYS_STAT_H): Remove unused variable.
1464         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
1465         * lib/fcntl--.h (includes): Remove unneeded header.
1466         * lib/openat-safer.c (includes): Likewise.
1467         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
1468         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
1469         appropriate headers.
1470         (__OPENAT_PREFIX): Delete.
1471         * lib/fcntl.in.h (openat): Provide declaration.
1472         (AT_FDCWD): Fix Solaris bug.
1473         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
1474         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
1475         * lib/fchmodat.c (includes):  Adjust to find declaration.
1476         * lib/fchownat.c (includes): Likewise.
1477         * lib/mkdirat.c (includes): Likewise.
1478         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
1479         still visible.
1480
1481 2009-09-02  Eric Blake  <ebb9@byu.net>
1482
1483         errno: use consistently
1484         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
1485         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
1486         * lib/canonicalize.c (ELOOP): Likewise.
1487         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
1488         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
1489         * lib/lchown.c (EOPNOTSUPP): Likewise.
1490         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
1491         * lib/savewd.c (ESTALE): Likewise.
1492         * lib/settime.c (ENOSYS): Likewise.
1493         * lib/utimens.c (ENOSYS): Likewise.
1494         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
1495         * lib/chdir-safer.c (ELOOP): Likewise.
1496         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
1497         * modules/c-stack (Depends-on): Add errno.
1498         * modules/canonicalize (Depends-on): Likewise.
1499         * modules/chdir-safer (Depends-on): Likewise.
1500         * modules/fdopendir (Depends-on): Likewise.
1501         * modules/inet_ntop (Depends-on): Likewise.
1502         * modules/inet_pton (Depends-on): Likewise.
1503         * modules/lchown (Depends-on): Likewise.
1504         * modules/openat (Depends-on): Likewise.
1505         * modules/savewd (Depends-on): Likewise.
1506         * modules/settime (Depends-on): Likewise.
1507         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
1508
1509         fts: avoid leaking fds
1510         * modules/fts (Depends-on): Add cloexec.
1511         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
1512         flag.
1513
1514         fts: make directory fds more robust
1515         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
1516         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
1517
1518         backupfile, chdir-long, fts, savedir: make safer
1519         * lib/backupfile.c (includes): Use "dirent--.h", since
1520         numbered_backup can write to stderr during readdir.
1521         * lib/savedir.c (includes): Likewise.
1522         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
1523         emulation can write to stderr on failure.
1524         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
1525         * lib/getcwd.c: Document why opendir_safer is unused.
1526         * lib/glob.c: Likewise.
1527         * lib/scandir.c: Likewise.
1528         * lib/openat-proc.c: Likewise, for open_safer.
1529         * modules/backupfile (Depends-on): Add dirent-safer.
1530         * modules/savedir (Depends-on): Likewise.
1531         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
1532         * modules/chdir-long (Depends-on): Add openat-safer.
1533
1534         openat-safer: new module
1535         * modules/openat-safer: New file.
1536         * lib/openat-safer.c: Likewise.
1537         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
1538         * lib/fcntl-safer.h (openat_safer): Declare.
1539         * lib/fcntl--.h (openat): Override.
1540         * MODULES.html.sh (File descriptor based I/O): Mention it.
1541         * lib/openat.h: Add double-inclusion guards.
1542         * lib/openat.c (includes): Only include "fcntl-safer.h", not
1543         "fcntl--.h", so we can implement openat.
1544         * modules/openat-safer-tests: New test.
1545         * tests/test-openat-safer.c: New file.
1546
1547         dirent-safer: new module
1548         * modules/dirent-safer: New file.
1549         * lib/dirent--.h: Likewise.
1550         * lib/dirent-safer.h: Likewise.
1551         * lib/opendir-safer.c: Likewise.
1552         * m4/dirent-safer.m4: Likewise.
1553         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
1554         * modules/dirent-safer-tests: New test.
1555         * tests/test-dirent-safer.c: New file.
1556         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
1557
1558         fdopendir: optimize on mingw
1559         * lib/unistd.in.h (_gl_directory_name): New prototype.
1560         * lib/fchdir.c (_gl_directory_name): Implement it.
1561         (fchdir): Use it to simplify implementation.
1562         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
1563         fchdir, when available, to avoid calling [f]chdir().
1564
1565         fdopendir: split into its own module
1566         * lib/openat.c (fdopendir): Move...
1567         * lib/fdopendir.c: ...into new file.
1568         * modules/fdopendir: New module.
1569         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
1570         * modules/openat (Depends-on): Add fdopendir.
1571         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
1572         fdopendir here.
1573         * modules/savedir (Depends-on): Only need fdopendir, not full
1574         openat.
1575         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
1576         * lib/openat.h (fdopendir): Drop prototype.
1577         * lib/dirent.in.h (fdopendir): Provide prototype.
1578         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
1579         * modules/dirent (Makefile.am): Substitute them.
1580         * MODULES.html.sh (File system functions): Mention it.
1581         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
1582         * modules/fdopendir-tests: New file.
1583         * tests/test-fdopendir.c: Likewise.
1584
1585         fchdir: use more consistent macro convention
1586         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
1587         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
1588         REPLACE_FCHDIR, rather than relying on config.h macros.
1589         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
1590         inside a single make-time REPLACE_FCHDIR block, rather than using
1591         the config.h FCHDIR_REPLACEMENT.
1592         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
1593         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
1594         Manage fstat replacement.
1595         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
1596         REPLACE_FCHDIR.
1597         * modules/sys_stat (Files): Add m4/unistd_h.m4.
1598         (Makefile.am): Substitute REPLACE_FCHDIR.
1599         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
1600         FCHDIR_REPLACEMENT.
1601         * lib/dup-safer.c (dup_safer): Likewise.
1602         * lib/dup2.c (rpl_dup2): Likewise.
1603         * lib/dup3.c (rpl_dup3): Likewise.
1604         * lib/open.c (rpl_open): Likewise.
1605
1606         fchdir: simplify error handling, and support dup3
1607         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
1608         stdbool, malloc-posix, realloc-posix.
1609         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
1610         (ensure_dirs_slot): Return false on allocation failure.
1611         (rpl_dup2): Delete.
1612         (_gl_register_dup): New function.
1613         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
1614         (_gl_register_fd): Close fd on allocation failure.
1615         * lib/fcntl.in.h (_gl_register_fd): Update signature.
1616         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
1617         prototype.
1618         (rpl_dup2_fchdir): Delete prototype.
1619         * lib/open.c (open): Update caller.
1620         * lib/dup2.c (dup2): Track fchdir metadata.
1621         * lib/dup3.c (dup3): Likewise.
1622         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
1623         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
1624
1625 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1626
1627         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
1628         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
1629         don't pass arguments to AC_OUTPUT.
1630
1631 2009-09-02  Bruno Haible  <bruno@clisp.org>
1632
1633         * modules/mkdtemp (License): Relicense under LGPLv2+.
1634         Reported by Paolo Bonzini.
1635
1636 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1637
1638         Replace uses of obsolete autoconf macros in Jim's modules.
1639         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
1640         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
1641         can evoke a warning from autoconf when run with -Wobsolete
1642         enabled.  They were declared obsolete for good reasons (see
1643         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
1644         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
1645         should not continue using the deprecated macros.
1646         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
1647         obsolete Autoconf macros with modern counterparts.
1648         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
1649         * m4/dos.m4 (gl_AC_DOS): Likewise.
1650         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
1651         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
1652         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
1653         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
1654         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
1655         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
1656         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
1657         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
1658         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
1659         Likewise.
1660         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
1661         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
1662         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
1663         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
1664         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1665         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
1666
1667 2009-09-01  Eric Blake  <ebb9@byu.net>
1668
1669         fchdir: fix off-by-one bug in previous patch
1670         * lib/fchdir.c (rpl_fstat): Use correct bounds.
1671         (_gl_unregister_fd): Delete useless if.
1672
1673 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
1674
1675         maint.mk: sort the list of syntax-check rules
1676         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
1677         easier to get a sense of progress when the rules are run sequentially
1678         and take a long time.
1679
1680 2009-09-01  Simon Josefsson  <simon@josefsson.org>
1681
1682         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
1683         * modules/netinet_in: Likewise.
1684         * modules/sys_file: Likewise.
1685         * modules/sys_ioctl: Likewise.
1686         * modules/sys_select: Likewise.
1687         * modules/sys_socket: Likewise.
1688         * modules/sys_stat: Likewise.
1689         * modules/sys_time: Likewise.
1690         * modules/sys_times: Likewise.
1691         * modules/sys_utsname: Likewise.
1692         * modules/sys_wait: Likewise.
1693
1694 2009-09-01  Jim Meyering  <meyering@redhat.com>
1695
1696         fts: help ensure that return values are not ignored
1697         * lib/fts_.h (__GNUC_PREREQ): Define.
1698         (__attribute_warn_unused_result__): Define.
1699         (fts_children, fts_close, fts_open, fts_read): Declare with
1700         __attribute_warn_unused_result__.
1701
1702         fts: fts_close now fails also when closing a dir file descriptor fails
1703         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
1704         and propagate to caller, along with errno.
1705
1706         announce-gen: correct formatting in --help output
1707         * build-aux/announce-gen (usage): Move the one-line description in
1708         --help output "up", to where it belongs, just after Usage:.
1709
1710 2009-08-31  Eric Blake  <ebb9@byu.net>
1711
1712         fchdir: port to mingw
1713         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
1714         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
1715         opened, then use a substitute.
1716         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
1717         replacement.
1718         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
1719         (_gl_register_fd): No need to check stat if open already filters
1720         all directories.
1721         (fchdir): Fix error condition to match POSIX.
1722         * modules/fchdir (Depends-on): Add sys_stat.
1723         * doc/posix-functions/open.texi (open): Document the limitation.
1724         * modules/fchdir-tests: New file.
1725         * tests/test-fchdir.c: Likewise.
1726
1727         canonicalize: allow cross-testing from cygwin to mingw
1728         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
1729         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
1730         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
1731         Likewise.
1732         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
1733         target does not support symlinks.
1734         * tests/test-canonicalize-lgpl.sh: Likewise.
1735
1736         chown: avoid compilation warning on mingw
1737         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
1738         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
1739         mingw.
1740         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
1741         * modules/chown (Depends-on): Add errno.
1742
1743 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
1744
1745         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
1746         command.
1747
1748 2009-08-31  Jim Meyering  <meyering@redhat.com>
1749
1750         canonicalize: remove useless initialization
1751         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
1752         initialization of local, "end".
1753
1754 2009-08-30  Bruno Haible  <bruno@clisp.org>
1755
1756         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
1757         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
1758         ENOSYS.
1759
1760 2009-08-30  Bruno Haible  <bruno@clisp.org>
1761
1762         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
1763         /usr/xpg4/bin/tr when it exists.
1764         * tests/test-pipe-filter-gi1.sh: Likewise.
1765
1766 2009-08-30  Bruno Haible  <bruno@clisp.org>
1767
1768         Work around deficient /usr/bin/id program on Solaris.
1769         * tests/test-file-has-acl.sh (ID): New variable.
1770         * tests/test-set-mode-acl.sh (ID): Likewise.
1771         * tests/test-copy-acl.sh (ID): Likewise.
1772         * tests/test-copy-file.sh (ID): Likewise.
1773
1774 2009-08-30  Bruno Haible  <bruno@clisp.org>
1775
1776         New module 'xstriconveh'.
1777         * lib/xstriconveh.h: New file.
1778         * lib/xstriconveh.c: New file.
1779         * modules/xstriconveh: New file.
1780
1781 2009-08-30  Bruno Haible  <bruno@clisp.org>
1782
1783         Make it easier to use mem_cd_iconveh.
1784         * lib/striconveh.h (iconveh_t): New type.
1785         (iconveh_open, iconveh_close): New declarations.
1786         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
1787         with a single 'const iconveh_t *' argument.
1788         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
1789         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
1790         with a single 'const iconveh_t *' argument.
1791         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
1792         * tests/test-striconveh.c (main): Update.
1793         * NEWS: Mention the change.
1794
1795 2009-08-30  Bruno Haible  <bruno@clisp.org>
1796
1797         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
1798         problem.
1799
1800 2009-08-30  Bruno Haible  <bruno@clisp.org>
1801
1802         Work around iconv_open problem on Solaris.
1803         * lib/iconv_open-solaris.gperf: New file.
1804         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
1805         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
1806         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
1807         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
1808         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
1809         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
1810
1811 2009-08-29  Jim Meyering  <meyering@redhat.com>
1812
1813         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
1814         * top/maint.mk (cvs-check): Remove target; it was just an alias
1815         to the better-named vc-diff-check.
1816         (maintainer-distcheck): Remove rule.  It was used only from
1817         the (alpha/beta/major) target, and all of its commands but one
1818         were coreutils-specific.
1819         (vc-dist): Remove rule.
1820         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
1821         Run vc-diff-check, not vc-dist.
1822         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
1823
1824 2009-08-27  Bruno Haible  <bruno@clisp.org>
1825
1826         * tests/test-bitrotate.c (main): Remove test that uses a shift count
1827         of 0.
1828
1829 2009-08-27  Bruno Haible  <bruno@clisp.org>
1830
1831         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
1832         compilers.
1833         * doc/func.texi: Document the SunPRO C bug.
1834
1835 2009-08-27  Bruno Haible  <bruno@clisp.org>
1836
1837         Fix link error on Solaris.
1838         * tests/test-parse-duration.c (xstrdup): Remove function.
1839
1840 2009-08-26  Pádraig Brady  <P@draigbrady.com>
1841
1842         ignore-value: handle pointer types, too
1843         * lib/ignore-value.h (__attribute__): Remove definition.
1844         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
1845         of a more concise and more-often effective "(void) i" statement.
1846         (ignore_ptr): New function to suppress warnings from functions that
1847         return pointers, and to make it explicit that one function doesn't
1848         handle all cases.
1849
1850 2009-08-25  Bruno Haible  <bruno@clisp.org>
1851
1852         dup2: work around a Linux bug.
1853         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
1854         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
1855         * doc/posix-functions/dup2.texi: Mention the Linux bug.
1856         Reported by Simon Josefsson.
1857
1858 2009-08-25  Jim Meyering  <meyering@redhat.com>
1859
1860         libguestfs uses gnulib
1861         * users.txt: Add libguestfs.
1862
1863 2009-08-24  Eric Blake  <ebb9@byu.net>
1864
1865         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
1866         * lib/pipe2.c (includes): Add binary-io.h.
1867         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
1868
1869 2009-08-24  Bruno Haible  <bruno@clisp.org>
1870
1871         Tolerate declared but missing accept4 syscall.
1872         * lib/accept4.c (accept4): Invoke original accept4 function first, if
1873         available.
1874         * lib/sys_socket.in.h (accept4): If the function is already present,
1875         override it.
1876         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
1877         * modules/accept4 (Makefile.am): Compile accept4.c always.
1878         Reported by Paolo Bonzini and Eric Blake.
1879
1880 2009-08-23  Bruno Haible  <bruno@clisp.org>
1881
1882         New module 'accept4'.
1883         * lib/sys_socket.in.h (accept4): New declaration.
1884         * lib/accept4.c: New file.
1885         * m4/accept4.m4: New file.
1886         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
1887         GNULIB_ACCEPT4, HAVE_ACCEPT4.
1888         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
1889         HAVE_ACCEPT4.
1890         * modules/accept4: New file.
1891         * doc/glibc-functions/accept4.texi: Mention the new module.
1892
1893 2009-08-24  Jim Meyering  <meyering@redhat.com>
1894
1895         progname: also set global program_invocation_name, when possible
1896         Before this change, a libtool-enabled program that calls glibc's
1897         error function would report the program name as
1898         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
1899         * modules/progname (configure.ac): Check for a declaration of
1900         program_invocation_name.
1901         * lib/progname.c:  Include <errno.h>.
1902         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
1903         Set program_invocation_name.
1904
1905 2009-08-23  Bruno Haible  <bruno@clisp.org>
1906
1907         * lib/dup3.c: Include <string.h>.
1908
1909 2009-08-23  Bruno Haible  <bruno@clisp.org>
1910
1911         * lib/dup3.c (dup3): Test only once whether the system actually exists.
1912         * lib/pipe2.c (pipe2): Likewise.
1913         Suggested by Eric Blake.
1914
1915 2009-08-23  Bruno Haible  <bruno@clisp.org>
1916
1917         Tolerate declared but missing dup3 syscall.
1918         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
1919         * lib/unistd.in.h (dup3): If the function is already present,
1920         override it.
1921         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
1922         * modules/dup3 (Makefile.am): Compile dup3.c always.
1923         Reported by Paolo Bonzini.
1924
1925 2009-08-23  Bruno Haible  <bruno@clisp.org>
1926
1927         Tolerate declared but missing pipe2 syscall.
1928         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
1929         available.
1930         * lib/unistd.in.h (pipe2): If the function is already present,
1931         override it.
1932         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
1933         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
1934         Reported by Paolo Bonzini.
1935
1936 2009-08-23  Bruno Haible  <bruno@clisp.org>
1937
1938         * lib/pipe2.c (pipe2): Move #ifs inside function.
1939
1940 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
1941
1942         quotearg: document limitations of quote_these_too
1943         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
1944         those limitations are created.
1945         * lib/quotearg.h (set_char_quoting): Document that digits and
1946         letters that are special after backslash are not permitted.
1947         (quotearg_char): Cross-reference set_char_quoting documentation.
1948
1949 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
1950
1951         quotearg: implement custom_quoting_style
1952         * lib/quotearg.c: (struct quoting_options): Add left_quote and
1953         right_quote fields.
1954         (set_custom_quoting): New public function.
1955         (quotearg_buffer_restyled): Add left_quote and right_quote
1956         arguments, handle them very much like locale quoting, and update
1957         all uses.
1958         (quotearg_n_custom): New public function.
1959         (quotearg_n_custom_mem): New public function.
1960         (quotearg_custom): New public function.
1961         (quotearg_custom_mem): New public function.
1962         * lib/quotearg.h: Prototype and document new public functions.
1963         (enum quoting_style): For escape_quoting_style and
1964         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
1965         ignored even though they're otherwise like c_quoting_style.
1966         Add custom_quoting_style member and document with comparison to
1967         clocale_quoting_style.
1968         * tests/test-quotearg.c (custom_quotes): New array.
1969         (custom_results): New array.
1970         (main): Extend to test custom quoting.
1971
1972 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
1973
1974         quotearg: fix right quote escaping when it's in quote_these_too
1975         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
1976         quote, be sure to prepend only one backslash.
1977         * tests/test-quotearg.c (use_quote_double_quotes): New function.
1978         (main): Test it.
1979
1980 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
1981
1982         quotearg-tests: test escaping of embedded locale quotes
1983         * tests/test-quotearg.c (struct result_strings): Add member for
1984         new input.
1985         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
1986         (inputs): Add new input.
1987         (results_g): Add expected results.
1988         (flag_results): Likewise.
1989         (locale_results): Likewise.
1990         (compare_strings): Check those.
1991
1992 2009-08-23  Bruno Haible  <bruno@clisp.org>
1993
1994         Tests for module 'dup3'.
1995         * modules/dup3-tests: New file.
1996         * tests/test-dup3.c: New file.
1997
1998         New module 'dup3'.
1999         * lib/unistd.in.h (dup3): New declaration.
2000         * lib/dup3.c: New file.
2001         * m4/dup3.m4: New file.
2002         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
2003         HAVE_DUP3.
2004         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
2005         * modules/dup3: New file.
2006         * doc/glibc-functions/dup3.texi: Mention the new module.
2007
2008 2009-08-23  Bruno Haible  <bruno@clisp.org>
2009
2010         Tweak the dup2 test.
2011         * tests/test-dup2.c (main): Create the test file empty. Verify that an
2012         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
2013         the test file is still empty. Fix argument order of lseek.
2014
2015 2009-08-23  Bruno Haible  <bruno@clisp.org>
2016
2017         Avoid test link errors when the modules getopt-gnu, gettext are used.
2018         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
2019         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2020
2021 2009-08-23  Bruno Haible  <bruno@clisp.org>
2022
2023         Fix getdtablesize() on mingw.
2024         * lib/getdtablesize.c (getdtablesize): Implement differently.
2025         * lib/unistd.in.h (getdtablesize): Improve comment.
2026
2027 2009-08-23  Bruno Haible  <bruno@clisp.org>
2028
2029         New module 'mkostemp'.
2030         Based on Ulrich Drepper's 2007-08-10 change in glibc.
2031         * lib/stdlib.in.h (mksotemp): New declaration.
2032         * lib/mkostemp.c: New file, from glibc with modifications.
2033         * lib/tempname.h (GT_FILE): Remove outdated comment.
2034         (gen_tempname): Add flags argument.
2035         * lib/tempname.c (__GT_BIGFILE): Remove macro.
2036         (__GT_FILE): Map to 1.
2037         (small_open, large_open): Remove macros.
2038         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
2039         * lib/mkstemp.c (mkstemp): Update.
2040         * lib/mkdtemp.c (mkdtemp): Likewise.
2041         * m4/mkostemp.m4: New file.
2042         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
2043         HAVE_MKOSTEMP.
2044         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
2045         HAVE_MKOSTEMP.
2046         * modules/mkostemp: New file, based on modules/mkstemp.
2047         * doc/glibc-functions/mkostemp.texi: Mention the new module.
2048         * NEWS: Mention the change.
2049
2050 2009-08-23  Bruno Haible  <bruno@clisp.org>
2051
2052         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
2053         Reported by Eric Blake.
2054
2055 2009-08-23  Bruno Haible  <bruno@clisp.org>
2056
2057         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
2058         Reported by Eric Blake.
2059
2060 2009-08-23  Bruno Haible  <bruno@clisp.org>
2061
2062         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
2063         * modules/pipe2 (Depends-on): Likewise.
2064
2065 2009-08-23  Eric Blake  <ebb9@byu.net>
2066
2067         fcntl-h: add O_TTY_INIT support
2068         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
2069         * tests/test-fcntl-h.c (o): Test it.
2070         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
2071
2072         fcntl-h: rename from fcntl, in preparation for fcntl(2)
2073         * modules/fcntl: Move <fcntl.h> header replacement...
2074         * modules/fcntl-h: ...to new name, so as not to collide with
2075         like-named function.
2076         * tests/test-fcntl.c: Rename...
2077         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
2078         * modules/fcntl-tests: Rename...
2079         * modules/fcntl-h-tests: ...to this.  Update test file name.
2080         * modules/chdir-long (Depends-on): Update clients.
2081         * modules/chdir-safer (Depends-on): Likewise.
2082         * modules/fcntl-safer (Depends-on): Likewise.
2083         * modules/fts (Depends-on): Likewise.
2084         * modules/mkancesdirs (Depends-on): Likewise.
2085         * modules/mkdir-p (Depends-on): Likewise.
2086         * modules/open (Depends-on): Likewise.
2087         * modules/savewd (Depends-on): Likewise.
2088         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
2089         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
2090
2091 2009-08-22  Bruno Haible  <bruno@clisp.org>
2092
2093         * modules/binary-io (License): Relicense under LGPL.
2094         * modules/pipe2 (License): Likewise.
2095
2096 2009-08-22  Bruno Haible  <bruno@clisp.org>
2097
2098         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
2099         return value.
2100         * lib/pipe-filter-gi.c (filter_init): Likewise.
2101         Reported by Eric Blake.
2102
2103 2009-08-22  Bruno Haible  <bruno@clisp.org>
2104
2105         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
2106         * modules/pipe (Depends-on): Add pipe2.
2107
2108 2009-08-22  Bruno Haible  <bruno@clisp.org>
2109
2110         Tests for module 'pipe2'.
2111         * modules/pipe2-tests: New file.
2112         * tests/test-pipe2.c: New file.
2113
2114         New module 'pipe2'.
2115         * lib/unistd.in.h (pipe2): New declaration.
2116         * lib/pipe2.c: New file.
2117         * m4/pipe2.m4: New file.
2118         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
2119         HAVE_PIPE2.
2120         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
2121         * modules/pipe2: New file.
2122         * doc/glibc-functions/pipe2.texi: Mention the new module.
2123
2124 2009-08-22  Bruno Haible  <bruno@clisp.org>
2125
2126         Reference some new glibc functions.
2127         * doc/glibc-functions/accept4.texi: New file.
2128         * doc/glibc-functions/dup3.texi: New file.
2129         * doc/glibc-functions/mkostemp.texi: New file.
2130         * doc/glibc-functions/pipe2.texi: New file.
2131         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
2132         (Glibc sys/socket.h): Refer to accept4.
2133         (Glibc unistd.h): Refer to dup3, pipe2.
2134         Reported by Eric Blake.
2135
2136 2009-08-22  Jim Meyering  <meyering@redhat.com>
2137             Bruno Haible  <bruno@clisp.org>
2138
2139         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
2140         This makes it so packages using automake-1.11's silent-rules option
2141         can print e.g., a single "GEN    configmake.h" line, rather than
2142         the 30+ statements that perform the job.  If you want to see the
2143         actual commands, you can still run "make V=1".
2144         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
2145         so that make output is abbreviated when those variables are defined
2146         appropriately.
2147         * modules/argz: Likewise.
2148         * modules/arpa_inet: Likewise.
2149         * modules/byteswap: Likewise.
2150         * modules/configmake: Likewise.
2151         * modules/dirent: Likewise.
2152         * modules/errno: Likewise.
2153         * modules/fcntl: Likewise.
2154         * modules/float: Likewise.
2155         * modules/fnmatch: Likewise.
2156         * modules/getopt-posix: Likewise.
2157         * modules/glob: Likewise.
2158         * modules/iconv_open: Likewise.
2159         * modules/inttypes: Likewise.
2160         * modules/localcharset: Likewise.
2161         * modules/locale: Likewise.
2162         * modules/math: Likewise.
2163         * modules/netdb: Likewise.
2164         * modules/netinet_in: Likewise.
2165         * modules/poll: Likewise.
2166         * modules/posix_spawnp-tests: Likewise.
2167         * modules/sched: Likewise.
2168         * modules/search: Likewise.
2169         * modules/selinux-h: Likewise.
2170         * modules/signal: Likewise.
2171         * modules/spawn: Likewise.
2172         * modules/stdarg: Likewise.
2173         * modules/stdbool: Likewise.
2174         * modules/stddef: Likewise.
2175         * modules/stdint: Likewise.
2176         * modules/stdio: Likewise.
2177         * modules/stdlib: Likewise.
2178         * modules/string: Likewise.
2179         * modules/strings: Likewise.
2180         * modules/sys_file: Likewise.
2181         * modules/sys_ioctl: Likewise.
2182         * modules/sys_select: Likewise.
2183         * modules/sys_socket: Likewise.
2184         * modules/sys_stat: Likewise.
2185         * modules/sys_time: Likewise.
2186         * modules/sys_times: Likewise.
2187         * modules/sys_utsname: Likewise.
2188         * modules/sys_wait: Likewise.
2189         * modules/sysexits: Likewise.
2190         * modules/time: Likewise.
2191         * modules/unistd: Likewise.
2192         * modules/wchar: Likewise.
2193         * modules/wctype: Likewise.
2194
2195 2009-08-22  Jim Meyering  <meyering@redhat.com>
2196
2197         announce-gen: detect write failure
2198         * build-aux/announce-gen: Add Coda at end.
2199         Remove equivalent-but-more-verbose block at top.
2200
2201 2009-08-19  Akim Demaille  <demaille@gostai.com>
2202
2203         bootstrap: --help to stdout.
2204         * bootstrap (usage): Don't send --help to stderr.
2205         Use a here doc instead of a long string.
2206
2207 2009-08-21  Eric Blake  <ebb9@byu.net>
2208
2209         test-popen-safer: split from test-popen
2210         * tests/test-popen.c (main): Move...
2211         * tests/test-popen.h: ...into new file.
2212         * tests/test-popen-safer2.c: New file.
2213         * modules/popen-tests (Files): Add test-popen.h.
2214         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
2215         Suggested by Bruno Haible.
2216
2217         test-fcntl-safer: split from test-open
2218         * tests/test-open.c (main): Move...
2219         * tests/test-open.h: ...into new file.
2220         * tests/test-fcntl-safer.c: New file.
2221         * modules/open-tests (Files): Add test-open.h.
2222         * modules/fcntl-safer-tests: New file.
2223         Suggested by Bruno Haible.
2224
2225         test-fopen-safer: split from test-fopen
2226         * tests/test-fopen.c (main): Move...
2227         * tests/test-fopen.h: ...into new file.
2228         * tests/test-fopen-safer.c: New file.
2229         * modules/fopen-tests (Files): Add test-fopen.h.
2230         * modules/fopen-safer-tests: New file.
2231         Suggested by Bruno Haible.
2232
2233 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
2234
2235         popen-safer: test O_CLOEXEC at run-time.
2236         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
2237
2238 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
2239
2240         fcntl: move more flags to the header
2241         * lib/cloexec.c: Do not define FD_CLOEXEC here.
2242         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
2243         * lib/fcntl.in.h: Do both things here.
2244
2245 2009-08-21  Jim Meyering  <meyering@redhat.com>
2246
2247         consistently remove $@-t before redirecting to it
2248         * modules/argz: Remove $@-t and $@ before redirecting to the former.
2249         * modules/alloca-opt: Likewise.
2250         * modules/byteswap: Likewise.
2251         * modules/fnmatch: Likewise.
2252         * modules/getopt-posix: Likewise.
2253         * modules/glob: Likewise.
2254         * modules/poll: Likewise.
2255         * modules/posix_spawnp-tests: Likewise.
2256         * modules/sys_socket: Likewise.
2257         * modules/sysexits: Likewise.
2258
2259 2009-08-21  Eric Blake  <ebb9@byu.net>
2260
2261         popen: simplify access to original popen
2262         * lib/popen.c (rpl_popen): No need to worry about popen being a
2263         macro.
2264         Reported by Bruno Haible.
2265
2266 2009-08-20  Eric Blake  <ebb9@byu.net>
2267
2268         build: avoid some compiler warnings
2269         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
2270         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
2271         type.
2272         (new_exclude_segment, excluded_file_pattern_p)
2273         (excluded_file_name_p): Reduce scope.
2274         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
2275         old-style declaration.
2276
2277 2009-08-20  Simon Josefsson  <simon@josefsson.org>
2278
2279         * tests/test-exclude1.sh: Handle Windows EOL.
2280         * tests/test-exclude2.sh: Likewise.
2281         * tests/test-exclude3.sh: Likewise.
2282         * tests/test-exclude4.sh: Likewise.
2283         * tests/test-exclude5.sh: Likewise.
2284         * tests/test-exclude6.sh: Likewise.
2285         * tests/test-exclude7.sh: Likewise.
2286
2287 2009-08-19  Akim Demaille  <demaille@gostai.com>
2288
2289         bootstrap: find sha1sum when named gsha1sum.
2290         * bootstrap (find_tool): New.
2291         ($SHA1SUM): New.
2292         Use it.
2293
2294 2009-08-20  Jim Meyering  <meyering@redhat.com>
2295
2296         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
2297         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
2298         expression that converts "." in a file name to "\." in the resulting
2299         regexp.  Start with a dummy statement, so that prior shell variable
2300         definitions are expanded portably.  Reported by Simon Josefsson.
2301
2302 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
2303
2304         Fix polling for writeability of a screen buffer.
2305         * lib/poll.c: Distinguish input and screen buffers for the
2306         Win32 implementation.
2307         * lib/select.c: Likewise.
2308
2309 2009-08-19  Eric Blake  <ebb9@byu.net>
2310
2311         popen-safer: prevent popen from clobbering std descriptors
2312         * modules/popen-safer: New file.
2313         * lib/popen-safer.c: Likewise.
2314         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
2315         * lib/stdio--.h (popen): Provide override.
2316         * lib/stdio-safer.h (popen_safer): Provide declaration.
2317         * tests/test-popen.c (includes): Partially test this.
2318         * modules/popen-safer-tests: New file, for more tests.
2319         * tests/test-popen-safer.c: Likewise.
2320         * MODULES.html.sh (file stream based Input/Output): Mention it.
2321
2322         tests: test some of the *-safer modules
2323         * modules/fopen-safer (Depends-on): Add fopen.
2324         * modules/fcntl-safer (Depends-on): Add fcntl.
2325         * modules/stdlib-safer (Depends-on): Add stdlib.
2326         (configure.ac): Set indicator.
2327         * modules/unistd-safer (configure.ac): Likewise.
2328         * modules/tmpfile-safer (configure.ac): Likewise.
2329         (Depends-on): Add tmpfile.
2330         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
2331         active.
2332         * tests/test-fopen.c (includes): Test safer versions when they are
2333         in use.
2334         * tests/test-open.c (includes): Likewise.
2335
2336         popen: fix cygwin 1.5 bug when stdin closed
2337         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
2338         * modules/popen: New file.
2339         * modules/popen-tests: Likewise.
2340         * tests/test-popen.c: Likewise.
2341         * m4/popen.m4: Likewise.
2342         * lib/popen.c: Likewise.
2343         * lib/stdio.in.h (popen): New declaration.
2344         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
2345         * modules/stdio (Makefile.am): Likewise.
2346         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
2347
2348 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
2349
2350         maint.mk: give full control over update-copyright exclusions
2351         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
2352         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
2353         (update-copyright): Don't force inclusion of top-level
2354         ChangeLog.  Don't force exclusion of all COPYING files, but make
2355         them the default exclusion instead.
2356
2357 2009-08-16  Bruno Haible  <bruno@clisp.org>
2358
2359         Fix test failures on Solaris 10.
2360         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
2361         tests when Solaris iconv() is used.
2362         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
2363         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
2364         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
2365         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
2366         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
2367
2368 2009-08-16  Bruno Haible  <bruno@clisp.org>
2369
2370         Fix test failures on Solaris 10.
2371         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
2372         'tr' program and pass it as first argument.
2373         * tests/test-pipe-filter-gi1.sh: Likewise.
2374         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
2375         program as first argument.
2376         * tests/test-pipe-filter-gi1.c (main): Likewise.
2377
2378 2009-08-16  Eric Blake  <ebb9@byu.net>
2379
2380         fpurge: fix previous commits
2381         * modules/fpurge (Makefile.am): Make replacement conditional,
2382         partially reverting 2007-04-29 change; missed in previous
2383         attempt.
2384         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
2385         is missing.
2386
2387 2009-08-16  Bruno Haible  <bruno@clisp.org>
2388
2389         Clarify fpurge's effect on the file position.
2390         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
2391         * tests/test-fpurge.c (main): Make a second pass for checking the file
2392         position.
2393
2394 2009-08-16  Bruno Haible  <bruno@clisp.org>
2395
2396         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
2397         declaration of fpurge is missing.
2398         * tests/test-fpurge.c (main): Check that the file has not more contents
2399         than expected. Close the file before removing it.
2400
2401 2009-08-15  Eric Blake  <ebb9@byu.net>
2402
2403         fpurge: don't wrap working cygwin implementation
2404         * lib/fpurge.c (fpurge): Fix comment typo.
2405         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
2406         1.7 to avoid replacement.
2407         * tests/test-fpurge.c (main): Enhance test.
2408
2409 2009-08-15  Eric Blake  <ebb9@byu.net>
2410         and Jim Meyering  <meyering@redhat.com>
2411
2412         test-update-copyright: skip if perl is insufficient
2413         * tests/test-update-copyright.sh: Failure to run maintainer tool
2414         should not cause testsuite failure on cygwin 1.5.
2415
2416 2009-08-14  Eric Blake  <ebb9@byu.net>
2417
2418         doc: mention more functions added in cygwin 1.7.0
2419         * doc/posix-headers/limits.texi (limits.h): Update for recent
2420         cygwin additions.
2421         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
2422         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
2423         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
2424         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
2425         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
2426
2427 2009-08-14  Eric Blake  <ebb9@byu.net>
2428
2429         maint.mk: simplify update-copyright rule
2430         * top/maint.mk (update-copyright-local): Delete, and document how
2431         to do it in cfg.mk instead.
2432         (update-copyright-exclude-regexp): Delete, and document how to do
2433         it in .x-update-copyright instead.
2434         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
2435         exclude ChangeLog.
2436
2437 2009-08-14  Bruno Haible  <bruno@clisp.org>
2438
2439         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
2440
2441 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
2442
2443         maint.mk: support update-copyright-env
2444         * top/maint.mk (update-copyright-env): Define place-holder.
2445         (update-copyright): Expand $(update-copyright-env) before
2446         invoking update-copyright.
2447
2448 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
2449
2450         update-copyright: implement forced reformatting
2451         * build-aux/update-copyright: Implement and document
2452         UPDATE_COPYRIGHT_FORCE.
2453         * tests/test-update-copyright.sh: Test it.
2454
2455 2009-08-14  Eric Blake  <ebb9@byu.net>
2456         and Bruno Haible  <bruno@clisp.org>
2457
2458         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
2459         * tests/test-locale.c: Revert previous patch related to NULL.
2460         * tests/test-stdio.c: Likewise.
2461         * tests/test-stdlib.c: Likewise.
2462         * tests/test-string.c: Likewise.
2463         * tests/test-unistd.c: Likewise.
2464         * modules/time-tests (Depends-on): Add verify.
2465         * modules/wchar-tests (Depends-on): Likewise.
2466         * tests/test-time.c: Test for NULL compliance.
2467         * tests/test-wchar.c: Likewise.
2468         * modules/locale (Depends-on): Add stddef.
2469         * modules/stdio (Depends-on): Likewise.
2470         * modules/stdlib (Depends-on): Likewise.
2471         * modules/string (Depends-on): Likewise.
2472         * modules/time (Depends-on): Likewise.
2473         * modules/unistd (Depends-on): Likewise.
2474         * modules/wchar (Depends-on): Likewise.
2475         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
2476         * lib/stdlib.in.h (includes): Likewise.
2477         * lib/string.in.h (includes): Likewise.
2478         * lib/time.in.h (includes): Likewise.
2479         * lib/unistd.in.h (includes): Likewise.
2480         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
2481         replaced.
2482         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2483         * m4/stddef_h.m4: New file.
2484         * modules/stddef: Likewise.
2485         * lib/stddef.in.h: Likewise.
2486         * modules/stddef-tests: Likewise.
2487         * tests/test-stddef.c: Likewise.
2488         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
2489         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
2490         * doc/posix-headers/locale.texi (locale.h): Likewise.
2491         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
2492         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
2493         * doc/posix-headers/string.texi (string.h): Likewise.
2494         * doc/posix-headers/time.texi (time.h): Likewise.
2495         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
2496         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
2497
2498 2009-08-14  Eric Blake  <ebb9@byu.net>
2499
2500         doc: improve git diff of texinfo files
2501         * .gitattributes: Add rule for *.texi files, with hint on how to
2502         use it.
2503         Copied from m4, and based on a report by Bruno Haible.
2504
2505 2009-08-14  Bruno Haible  <bruno@clisp.org>
2506
2507         Disable multithread support by default on Cygwin 1.5.x for real.
2508         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
2509
2510 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
2511
2512         update-copyright: much ado about intervals
2513         * build-aux/update-copyright: Implement and document
2514         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
2515         of copyright year intervals.
2516         Also, document UPDATE_COPYRIGHT_YEAR.
2517         * tests/test-update-copyright.sh: Test it.
2518
2519         update-copyright: convert 2-digit to 4-digit years
2520         * build-aux/update-copyright: Implement and document.
2521         * tests/test-update-copyright.sh: Update.
2522
2523 2009-08-14  Jim Meyering  <meyering@redhat.com>
2524
2525         test-exclude: avoid coreutils "make check" failure
2526         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
2527         just as in test-argmatch.c.
2528
2529 2009-08-13  Eric Blake  <ebb9@byu.net>
2530
2531         test-dup2: fix bad assumption
2532         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
2533         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
2534
2535         test-version-etc: fix CRLF portability issue
2536         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
2537         recognize \r.
2538         * tests/test-argp-version-etc-1.sh: Likewise.
2539
2540         getopt: update client modules
2541         * modules/argp (Depends-on): Use getopt-gnu.
2542         * modules/git-merge-changelog (Depends-on): Likewise.
2543         * modules/long-options (Depends-on): Likewise.
2544         * modules/xstrtol (Depends-on): Likewise.
2545
2546 2009-08-13  Simon Josefsson  <simon@josefsson.org>
2547
2548         * tests/test-version-etc.sh: Don't fail on different
2549         project/version.  Don't fail on CRLF differences.  Rewrite to use
2550         multiple -e instead of multiple sed forks, suggested by Eric Blake
2551         <ebb9@byu.net>.
2552         * tests/test-argp-version-etc-1.sh: Likewise.
2553
2554 2009-08-13  Simon Josefsson  <simon@josefsson.org>
2555
2556         * tests/test-version-etc.sh: Don't fail on different
2557         project/version.
2558
2559 2009-08-12  Bruno Haible  <bruno@clisp.org>
2560
2561         Tests for modules 'getopt-posix', 'getopt-gnu'.
2562         * modules/getopt-posix-tests: New file.
2563         * tests/test-getopt.c: New file.
2564         * tests/test-getopt.h: New file.
2565         * tests/test-getopt_long.h: New file.
2566
2567         New modules 'getopt-posix', 'getopt-gnu'.
2568         * modules/getopt-gnu: New file, renamed from modules/getopt.
2569         * modules/getopt-posix: New file.
2570         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
2571         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
2572         (gl_GETOPT): Remove macro.
2573         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
2574         Disable the test against BSD systems that declare optreset. Test
2575         against mingw bug. Test against lack of support of optional arguments
2576         on many platforms.
2577         * doc/glibc-headers/getopt.texi: Update module name and list of
2578         relevant platforms.
2579         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
2580         'getopt-gnu' and more portability problems.
2581         * NEWS: Mention the changes.
2582
2583 2009-08-12  Bruno Haible  <bruno@clisp.org>
2584
2585         Ensure that optarg etc. get declared by <unistd.h>.
2586         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
2587         AC_USE_SYSTEM_EXTENSIONS.
2588         * modules/getopt (Depends-on): Add 'extensions'.
2589
2590 2009-08-12  Bruno Haible  <bruno@clisp.org>
2591
2592         Avoid test link errors.
2593         * modules/pipe-filter-ii-tests (Makefile.am): Define
2594         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
2595         * modules/pipe-filter-gi-tests (Makefile.am): Define
2596         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
2597         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2598
2599 2009-08-12  Bruno Haible  <bruno@clisp.org>
2600
2601         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
2602         gl_GETOPT_SUBSTITUTE before.
2603         (gl_GETOPT): Use it.
2604         * m4/argp.m4 (gl_ARGP): Update.
2605         Reported by Sergey Poznyakoff.
2606
2607         * m4/getopt.m4: Reorder macros.
2608         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
2609         (gl_GETOPT_SUBSTITUTE): Remove macro.
2610
2611 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2612
2613         Minor improvement in gitlog-to-changelog
2614
2615         * build-aux/gitlog-to-changelog: New option `--format' makes
2616         output format string configurable.
2617
2618 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2619
2620         Optimize exclude: use hash tables for non-wildcard patterns.
2621
2622         * lib/exclude.c: Include hash.h and mbuiter.h
2623         (struct exclude_pattern, exclude_segment): New data types.
2624         (struct exclude): Rewrite.
2625         (fnmatch_pattern_has_wildcards): New function.
2626         (new_exclude_segment, free_exclude_segment): New functions.
2627         (excluded_file_pattern_p, excluded_file_name_p): New functions.
2628         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
2629         * lib/exclude.h (is_fnmatch_pattern): New prototype.
2630         * modules/exclude: Depend on hash and mbuiter.
2631
2632         * modules/exclude-tests: New file.
2633         * tests/test-exclude.c: New file.
2634         * tests/test-exclude1.sh: New file.
2635         * tests/test-exclude2.sh: New file.
2636         * tests/test-exclude3.sh: New file.
2637         * tests/test-exclude4.sh: New file.
2638         * tests/test-exclude5.sh: New file.
2639         * tests/test-exclude6.sh: New file.
2640         * tests/test-exclude7.sh: New file.
2641
2642 2009-08-12  Bruno Haible  <bruno@clisp.org>
2643
2644         Ensure that getopt() gets declared by <unistd.h>.
2645         * lib/unistd.in.h: Conditionally include getopt.h.
2646         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
2647         Set GNULIB_UNISTD_H_GETOPT.
2648         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2649         GNULIB_UNISTD_H_GETOPT.
2650         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
2651
2652 2009-08-12  Bruno Haible  <bruno@clisp.org>
2653
2654         Clarify logic.
2655         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
2656         gl_replace_getopt instead of GETOPT_H.
2657
2658 2009-08-12  Bruno Haible  <bruno@clisp.org>
2659
2660         * m4/getopt.m4: Add comments.
2661
2662 2009-08-12  Bruno Haible  <bruno@clisp.org>
2663
2664         Disable multithread support by default on Cygwin 1.5.x.
2665         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
2666         set gl_use_threads=no if not specified otherwise.
2667
2668 2009-08-11  Bruno Haible  <bruno@clisp.org>
2669
2670         Avoid compilation error on NetBSD 5.0.
2671         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
2672         * tests/test-stdio.c: Likewise.
2673         * tests/test-stdlib.c: Likewise.
2674         * tests/test-string.c: Likewise.
2675         * tests/test-unistd.c: Likewise.
2676         Reported by Greg Troxel <gdt@ir.bbn.com>
2677         at <https://savannah.gnu.org/support/?106973>.
2678
2679 2009-08-11  Bruno Haible  <bruno@clisp.org>
2680
2681         * modules/dup2-tests (Depends-on): Remove close.
2682
2683         Undo 2009-07-19 commit.
2684         * modules/acl-tests (Depends-on): Remove close.
2685         * modules/binary-io-tests (Depends-on): Likewise.
2686         * modules/closein-tests (Depends-on): Likewise.
2687         * modules/flock-tests (Depends-on): Likewise.
2688         * modules/fsync-tests (Depends-on): Likewise.
2689         * modules/lseek-tests (Depends-on): Likewise.
2690         * modules/pipe-tests (Depends-on): Likewise.
2691         * modules/posix_spawn-tests (Depends-on): Likewise.
2692         * modules/posix_spawnp-tests (Depends-on): Likewise.
2693         * modules/stat-time-tests (Depends-on): Likewise.
2694         * modules/yesno-tests (Depends-on): Likewise.
2695
2696 2009-08-10  Bruno Haible  <bruno@clisp.org>
2697
2698         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
2699
2700 2009-08-10  Bruno Haible  <bruno@clisp.org>
2701
2702         Fix a gcc warning.
2703         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
2704
2705 2009-08-10  Bruno Haible  <bruno@clisp.org>
2706
2707         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
2708         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
2709         not only the first time.
2710         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
2711         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
2712         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
2713         is 1, not only the the first time.
2714
2715 2009-08-10  Bruno Haible  <bruno@clisp.org>
2716
2717         Make it possible to use module 'gethostname' without module 'close'.
2718         * lib/unistd.in.h (close): Evoke a link error only if
2719         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
2720         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2721         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
2722         * modules/unistd (Makefile.am): Substitute
2723         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
2724         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
2725         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
2726         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
2727         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
2728         * modules/sys_ioctl (Makefile.am): Substitute
2729         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
2730         * modules/socket (configure.ac): On native Windows, set
2731         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
2732         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
2733         Reported by Sam Steingold <sds@gnu.org>.
2734
2735 2009-08-10  Bruno Haible  <bruno@clisp.org>
2736
2737         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
2738         * modules/ioctl (configure.ac): Likewise.
2739
2740 2009-08-10  Bruno Haible  <bruno@clisp.org>
2741
2742         Avoid collision between gnulib wrapper and libintl wrapper.
2743         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
2744         already defined in intl/printf.c.
2745         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
2746         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
2747
2748 2009-08-09  Bruno Haible  <bruno@clisp.org>
2749
2750         Make <sys/select.h> really self-contained, also on Solaris 10.
2751         * lib/sys_select.in.h: Include <string.h>.
2752         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
2753         Solaris 10 problem.
2754         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
2755         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
2756         Reported by Jim Meyering.
2757
2758 2009-08-09  Bruno Haible  <bruno@clisp.org>
2759
2760         Avoid warnings from 'aclocal' that are due to a use of macro name
2761         AM_XGETTEXT_OPTION that is not defined in automake.
2762         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
2763         automake.
2764         * modules/error (configure.ac): Likewise.
2765         * modules/propername (configure.ac): Likewise.
2766         * modules/vasprintf (configure.ac): Likewise.
2767         * modules/verror (configure.ac): Likewise.
2768         * modules/xprintf (configure.ac): Likewise.
2769         * modules/xvasprintf (configure.ac): Likewise.
2770
2771 2009-08-08  Bruno Haible  <bruno@clisp.org>
2772
2773         Avoid compilation error in C++ mode.
2774         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
2775         Reported by Sam Steingold <sds@gnu.org>.
2776
2777 2009-08-08  Bruno Haible  <bruno@clisp.org>
2778
2779         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
2780         for the various Unix platforms.
2781         * doc/posix-headers/limits.texi: Update platforms list regarding
2782         HOST_NAME_MAX.
2783         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2784
2785 2009-08-07  Jim Meyering  <meyering@redhat.com>
2786
2787         selinux-at: fix typo in a comment
2788         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
2789         Spotted by Paolo Bonzini.
2790
2791         selinux-at: remove redundant m4 code, add documentation
2792         * modules/selinux-at (configure.ac): Remove redundant code.
2793         LIB_SELINUX is already set via the dependent module, selinux-h.
2794         (Include): Add quotes around selinux-at.h.
2795         * lib/selinux-at.h: Add documentation.
2796         Reported by Bruno Haible in
2797         http://marc.info/?l=gnulib-bug&m=124958988300749
2798
2799 2009-08-07  Bruno Haible  <bruno@clisp.org>
2800
2801         Avoid link error on MacOS X 10.3 and 10.4.
2802         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
2803         on non-ELF systems.
2804         * lib/argp-pv.c (argp_program_version): Likewise.
2805         Reported by Simon Josefsson.
2806
2807 2009-08-07  Simon Josefsson  <simon@josefsson.org>
2808
2809         * tests/test-version-etc.sh: Use $EXEEXT.
2810
2811 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
2812
2813         update-copyright: update documentation to point to maint.mk
2814         * build-aux/update-copyright: Here.
2815
2816 2009-08-06  Jim Meyering  <meyering@redhat.com>
2817
2818         maint.mk: support update-copyright-local
2819         * top/maint.mk (update-copyright-local): Define place-holder.
2820         (update-copyright): Depend on $(update-copyright-local).
2821
2822 2009-08-06  Jim Meyering  <meyering@redhat.com>
2823
2824         selinux-at: new module
2825         Initially written for coreutils, this module will soon be
2826         used by findutils, too.
2827         * MODULES.html.sh [Misc]: Add selinux-at.
2828         * lib/selinux-at.h: New file, from coreutils.
2829         * lib/selinux-at.c: Likewise.
2830         * modules/selinux-at: Likewise.
2831         (License): Change from LGPL to GPL, since it depends
2832         on the GPL'd openat module.
2833
2834         doc: update README
2835         * README: Remove references to cogito.
2836         Remove cvs-repo-updating instructions from 2007.
2837         Don't imply that CVS is better if you have limited disk space.
2838
2839 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2840
2841         update-copyright: support C-style comments
2842         * build-aux/update-copyright: Implement and document.
2843         * tests/test-update-copyright.sh: Test.
2844
2845 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2846
2847         update-copyright: support omitted "(C)"
2848         * build-aux/update-copyright: Implement and document.  Also,
2849         allow variable whitespace before "(C)".
2850         * tests/test-update-copyright.sh: Test.
2851
2852 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2853
2854         update-copyright: don't trip on non-FSF copyright statements
2855         * build-aux/update-copyright: Fix so that the first correctly
2856         formatted FSF copyright statement is recognized no matter what
2857         appears before it.  Update documentation.
2858         * tests/test-update-copyright.sh: Test that.
2859
2860 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2861
2862         update-copyright: clean up code a little
2863         * build-aux/update-copyright: Append "_re" to the name of any
2864         variable holding a regular expression.
2865         Replace "old" and "new" with "stmt" in variable names.
2866         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
2867         handled correctly.
2868         Format code more consistently.
2869
2870 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
2871
2872         update-copyright-tests: improve portability
2873         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
2874         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
2875
2876 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
2877
2878         update-copyright: support @copyright{} and &copy;
2879         * build-aux/update-copyright: Implement and document.
2880         * tests/test-update-copyright.sh: Test.
2881
2882 2009-08-04  Jim Meyering  <meyering@redhat.com>
2883
2884         update-copyright-tests: correctly test EOL=\r\n handling
2885         * tests/test-update-copyright.sh: Put \r at the end of some lines
2886         for the dos-eol tests.  Based on a patch by Joel E. Denny.
2887
2888         maint.mk: make update-copyright exclusion list more configurable
2889         * top/maint.mk (update-copyright): Default to excluding COPYING,
2890         but allow an override, in case someone does want to update that file.
2891
2892         maint.mk: don't update copyright date in COPYING
2893         * top/maint.mk (update-copyright): Exclude COPYING.
2894
2895         maint.mk: add a copyright-updating rule
2896         * top/maint.mk (update-copyright): New rule.
2897         Derived from coreutils/Makefile.am.
2898
2899         update-copyright: rename some variables
2900         * build-aux/update-copyright: Rename a few variables for clarity.
2901         Tweak syntax.  List Joel E. Denny as coauthor.
2902
2903 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
2904
2905         update-copyright: fix bug for 2-digit last year and add tests
2906         * build-aux/update-copyright: Fix bug.
2907         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
2908         specified.
2909         * modules/update-copyright-tests: New
2910         * tests/test-update-copyright.sh: New.
2911
2912 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
2913
2914         update-copyright: handle leading tabs in line prefix
2915         * build-aux/update-copyright: Count leading tabs as 8 spaces
2916         when computing margin.  This helps with the formatting of
2917         ChangeLogs, for example.
2918         Fix documentation a little.
2919
2920 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
2921
2922         update-copyright: support EOL=\r\n
2923         * build-aux/update-copyright: Implement that.
2924
2925 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
2926
2927         update-copyright: automatically format copyright statements
2928         * build-aux/update-copyright: Implement that.
2929         Also, be a little more predictable and safer by always failing
2930         when the full copyright format is not perfectly recognized as an
2931         unbroken whole.  Discussed at
2932         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
2933         Rewrite documentation.
2934
2935 2009-08-03  Bruno Haible  <bruno@clisp.org>
2936
2937         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
2938
2939 2009-08-02  Bruno Haible  <bruno@clisp.org>
2940
2941         Tests for module 'uname'.
2942         * modules/uname-tests: New file.
2943         * tests/test-uname.c: New file.
2944
2945         New module 'uname'.
2946         * lib/uname.c: New file.
2947         * m4/uname.m4: New file.
2948         * modules/uname: New file.
2949         * doc/posix-functions/uname.texi: Mention the new module.
2950
2951 2009-08-02  Bruno Haible  <bruno@clisp.org>
2952
2953         Tests for module 'sys_utsname'.
2954         * modules/sys_utsname-tests: New file.
2955         * tests/test-sys_utsname.c: New file.
2956
2957         New module 'sys_utsname'.
2958         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
2959         * m4/sys_utsname_h.m4: New file.
2960         * modules/sys_utsname: New file.
2961         * doc/posix-headers/sys_utsname.texi: Mention the new module.
2962
2963 2009-08-02  Bruno Haible  <bruno@clisp.org>
2964
2965         Implicitly initialize the sockets library.
2966         * lib/gethostname.c: Include sockets.h.
2967         (rpl_gethostname): Invoke gl_sockets_startup.
2968         * lib/socket.c: Include sockets.h.
2969         (rpl_socket): Invoke gl_sockets_startup.
2970         * modules/gethostname (Depends-on): Add sockets.
2971         * modules/socket (Depends-on): Likewise.
2972         * tests/test-poll.c: Don't include sockets.h.
2973         (main): Don't invoke gl_sockets_startup.
2974         * tests/test-select.c: Don't include sockets.h.
2975         (main): Don't invoke gl_sockets_startup.
2976
2977 2009-08-02  Bruno Haible  <bruno@clisp.org>
2978
2979         Allow multiple calls to gl_sockets_startup.
2980         * lib/sockets.c (initialized_sockets_version): New variable.
2981         (gl_sockets_startup): Do nothing if already called for this or a higher
2982         version.
2983         (gl_sockets_cleanup): Reset initialized_sockets_version.
2984
2985 2009-08-03  Simon Josefsson  <simon@josefsson.org>
2986
2987         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
2988         different project/version.
2989
2990 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
2991             Bruno Haible  <bruno@clisp.org>
2992
2993         Tests for module 'pipe-filter-gi'.
2994         * modules/pipe-filter-gi-tests: New file.
2995         * tests/test-pipe-filter-gi1.sh: New file.
2996         * tests/test-pipe-filter-gi1.c: New file.
2997         * tests/test-pipe-filter-gi2.sh: New file.
2998         * tests/test-pipe-filter-gi2-main.c: New file.
2999         * tests/test-pipe-filter-gi2-child.c: New file.
3000
3001         New module 'pipe-filter-gi'.
3002         * lib/pipe-filter-gi.c: New file.
3003         * modules/pipe-filter-gi: New file.
3004
3005 2009-08-02  Bruno Haible  <bruno@clisp.org>
3006             Paolo Bonzini  <bonzini@gnu.org>
3007
3008         Tests for module 'pipe-filter-ii'.
3009         * modules/pipe-filter-ii-tests: New file.
3010         * tests/test-pipe-filter-ii1.sh: New file.
3011         * tests/test-pipe-filter-ii1.c: New file.
3012         * tests/test-pipe-filter-ii2.sh: New file.
3013         * tests/test-pipe-filter-ii2-main.c: New file.
3014         * tests/test-pipe-filter-ii2-child.c: New file.
3015
3016         New module 'pipe-filter-ii'.
3017         * lib/pipe-filter.h: New file.
3018         * lib/pipe-filter-ii.c: New file.
3019         * lib/pipe-filter-aux.h: New file.
3020         * modules/pipe-filter-ii: New file.
3021
3022 2009-08-02  Simon Josefsson  <simon@josefsson.org>
3023
3024         * lib/gc-libgcrypt.c: Change copyright to FSF.
3025         * lib/gc-gnulib.c: Likewise.
3026
3027 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
3028
3029         * lib/gethostname.c: Include limits.h.
3030
3031 2009-08-02  Simon Josefsson  <simon@josefsson.org>
3032             Bruno Haible  <bruno@clisp.org>
3033
3034         Ensure HOST_NAME_MAX as part of the gethostname module.
3035         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
3036         define also HOST_NAME_MAX.
3037         * tests/test-gethostname.c: Include <limits.h>.
3038         (main): Check also HOST_NAME_MAX.
3039         * doc/posix-headers/limits.texi: Document the mingw problem.
3040
3041 2009-08-02  Bruno Haible  <bruno@clisp.org>
3042
3043         * lib/gethostname.c (gethostname): Fix handling of large len argument.
3044         Add comments.
3045
3046 2009-03-31  Simon Josefsson  <simon@josefsson.org>
3047
3048         * lib/gethostname.c: Add Windows wrapper.
3049         * m4/gethostname.m4: Look for gethostname in -lws2_32.
3050         * modules/gethostname: Depend on sys_socket & errno, for also
3051         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
3052         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
3053
3054 2009-07-31  Jim Meyering  <meyering@redhat.com>
3055
3056         getloadavg: fix symbol name in comment
3057         * lib/getloadavg.c: Correct a typo I introduced when adding
3058         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
3059         Matt Kraai spotted the problem.
3060
3061 2009-07-29  Matt Kraai  <mkraai@beckman.com>
3062
3063         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
3064         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
3065         code also if ! defined N_NAME_POINTER.
3066         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
3067         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
3068         but the n_name member is a 12-byte array.
3069
3070 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
3071
3072         update-copyright: generalize comment handling
3073         * build-aux/update-copyright: Handle copyright statements
3074         within more comment styles.
3075         Document usage.
3076         Report any file with an external copyright holder or parse failure.
3077
3078 2009-07-29  Jim Meyering  <meyering@redhat.com>
3079
3080         mktime: correct setting of REPLACE_MKTIME
3081         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
3082
3083         update-copyright: new module
3084         * modules/update-copyright: New file.
3085         * build-aux/update-copyright: New file.
3086         * MODULES.html.sh (maint+release support): Add update-copyright.
3087
3088 2009-07-27  Bruno Haible  <bruno@clisp.org>
3089
3090         Fix compilation error when <ctime> is used and mktime is replaced.
3091         * lib/time.in.h (mktime): New declaration.
3092         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
3093         REPLACE_MKTIME instead of defining mktime in config.h.
3094         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
3095         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
3096         Reported by Ross McFarland <rwmcfa1@neces.com>.
3097
3098 2009-07-27  Bruno Haible  <bruno@clisp.org>
3099
3100         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
3101         Reported by Matt Kraai <mkraai@beckman.com>.
3102
3103 2009-07-25  Jim Meyering  <meyering@redhat.com>
3104
3105         maint.mk: avoid warnings about missing files
3106         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
3107         diagnostic when .prev-version does not exist.
3108         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
3109         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
3110         nonexistent cfg.mk.
3111         Suggestions from Simon Josefsson.
3112
3113 2009-07-25  Bruno Haible  <bruno@clisp.org>
3114
3115         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
3116         defined as macros. Needed on QNX 6.4.1.
3117         Reported by Matt Kraai <mkraai@beckman.com>.
3118
3119 2009-07-23  Jim Meyering  <meyering@redhat.com>
3120
3121         maint.mk: invoke "make dist" with a working value of XZ_OPT
3122         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
3123
3124 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
3125
3126         Make fseeko.c compile on QNX.
3127         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
3128
3129 2009-07-22  Peter Simons  <simons@cryp.to>
3130
3131         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
3132         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
3133         * lib/md4.h: Likewise.
3134         * lib/md5.h: Likewise.
3135         * lib/sha1.h: Likewise.
3136         * lib/sha256.h: Likewise.
3137         * lib/sha512.h: Likewise.
3138
3139         tests-sha1: don't assign literal string to 'char *' variable
3140         * tests/test-sha1.c (main): Declare locals with "const" to match
3141         attributes of the right hand side.
3142
3143 2009-07-21  Eric Blake  <ebb9@byu.net>
3144
3145         dup2: fix more mingw problems
3146         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
3147         fd to itself.
3148         * doc/posix-functions/dup2.texi (dup2): Document the bug.
3149         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
3150         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
3151         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
3152         care of mingw bugs.
3153
3154 2009-07-21  Jim Meyering  <meyering@redhat.com>
3155
3156         vc-list-files: avoid failure when /bin/sh is dash
3157         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
3158         On some Debian based systems, /bin/sh is a symlink to dash, and running
3159         this command would omit the "/" following each 'tests' prefix:
3160           dash -x build-aux/vc-list-files -C . tests
3161         That is because bash and dash work differently:
3162           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
3163           bash ok
3164           dash odd
3165
3166 2009-07-21  Eric Blake  <ebb9@byu.net>
3167
3168         dup2-tests: test previous patch
3169         * modules/dup2-tests: New file.
3170         * tests/test-dup2.c: Likewise.
3171         * tests/test-open.c (main): Avoid unspecified behavior.
3172         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
3173         test.
3174
3175         dup2: work around mingw and cygwin 1.5 bug
3176         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
3177         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
3178         * modules/unistd (Makefile.am): Substitute it.
3179         * lib/unistd.in.h (dup2): Declare the replacement.
3180         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
3181         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
3182         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
3183         * modules/execute (Depends-on): Add dup2.
3184         * modules/fseterr (Depends-on): Likewise.
3185         * modules/pipe (Depends-on): Likewise.
3186         * modules/posix_spawn-internal (Depends-on): Likewise.
3187
3188 2009-07-21  Bruno Haible  <bruno@clisp.org>
3189
3190         * modules/.gitattributes: New file.
3191
3192 2009-07-20  Bruno Haible  <bruno@clisp.org>
3193
3194         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
3195         (main): Use it.
3196
3197 2009-07-20  Eric Blake  <ebb9@byu.net>
3198
3199         test-pipe: make a bit more robust.
3200         * tests/test-pipe.c (myerr): Allow error messages regardless of
3201         what we do to stderr.
3202         (test_pipe): Rearrange to avoid deadlock.
3203         (child_main): Try a larger read, to ensure we avoided deadlock.
3204         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
3205         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
3206         if misused.
3207
3208 2009-07-19  Jim Meyering  <meyering@redhat.com>
3209
3210         fts: avoid false-positive cycle-detection
3211         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
3212         for each new command line argument.
3213
3214 2009-07-19  Bruno Haible  <bruno@clisp.org>
3215
3216         Fix build error on mingw with the modules sys_select and unistd.
3217         * modules/acl-tests (Depends-on): Add close.
3218         * modules/binary-io-tests (Depends-on): Likewise.
3219         * modules/closein-tests (Depends-on): Likewise.
3220         * modules/flock-tests (Depends-on): Likewise.
3221         * modules/fsync-tests (Depends-on): Likewise.
3222         * modules/lseek-tests (Depends-on): Likewise.
3223         * modules/pipe-tests (Depends-on): Likewise.
3224         * modules/posix_spawn-tests (Depends-on): Likewise.
3225         * modules/posix_spawnp-tests (Depends-on): Likewise.
3226         * modules/stat-time-tests (Depends-on): Likewise.
3227         * modules/yesno-tests (Depends-on): Likewise.
3228
3229 2009-07-19  Bruno Haible  <bruno@clisp.org>
3230
3231         Unify conditionals.
3232         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
3233         macros, not at the compiler macros.
3234         * lib/pipe.c: Likewise.
3235         * lib/execute.c: Likewise.
3236         * lib/spawni.c: Likewise.
3237
3238 2009-07-19  Bruno Haible  <bruno@clisp.org>
3239
3240         Fix handling of closed stdin/stdout/stderr on mingw.
3241         * lib/w32spawn.h: Include unistd.h.
3242         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
3243         file descriptor with O_NOINHERIT flag.
3244         (fd_safer_noinherit): New function, based on fd-safer.c.
3245         (dup_safer_noinherit): New function, based on dup-safer.c.
3246         (undup_safer_noinherit): New function.
3247         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
3248         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
3249         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
3250         instead of fd_safer.
3251         * tests/test-pipe.c: Include <windows.h>.
3252         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
3253
3254         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
3255         from main.
3256         (test_pipe): Pass an extra argument for disambiguation.
3257         (main): Invoke parent_main or child_main.
3258
3259         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
3260         consistently.
3261
3262 2009-07-18  Eric Blake  <ebb9@byu.net>
3263
3264         test-pipe: fix mingw build
3265         * tests/test-pipe.c (main): Avoid fcntl on mingw.
3266
3267 2009-07-18  Bruno Haible  <bruno@clisp.org>
3268
3269         * modules/pipe-tests (Makefile.am): Fix typo.
3270
3271 2009-07-18  Eric Blake  <ebb9@byu.net>
3272
3273         error: fix mingw build
3274         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
3275         Reported by Bruno Haible.
3276
3277         error: avoid undefined use of stdout
3278         * lib/error.c (error, error_at_line): Check that fd 1 is open
3279         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
3280         is handling faults and the close_stdout module wants to report the
3281         detection of closed stdout as an error.
3282
3283 2009-07-17  Eric Blake  <ebb9@byu.net>
3284
3285         pipe: be robust in face of closed fds
3286         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
3287         should cause child to misbehave.
3288         * modules/pipe-tests: New module.
3289         * tests/test-pipe.c: New file.
3290         * tests/test-pipe.sh: New file.
3291         Reported by Akim Demaille.
3292
3293 2009-07-14  Bruno Haible  <bruno@clisp.org>
3294
3295         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
3296         Reported by anonymous kc.
3297
3298 2009-07-07  Jim Meyering  <meyering@redhat.com>
3299
3300         maint.mk: don't look for translatable strings in *.m4 or *.mk
3301         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
3302         when searching for translatable strings.
3303
3304 2009-07-05  Jim Meyering  <meyering@redhat.com>
3305
3306         remove superfluous parentheses in STREQ definition
3307         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
3308         * lib/getugroups.c (STREQ): Likewise.
3309         * lib/fnmatch.c (STREQ): Likewise.
3310         Spotted by Bruno Haible.
3311
3312 2009-07-04  Jim Meyering  <meyering@redhat.com>
3313
3314         argv-iter: new module
3315         * MODULES.html.sh: Add argv-iter.
3316         * lib/argv-iter.c, lib/argv-iter.h: New files.
3317         * modules/argv-iter: New file.
3318         * modules/argv-iter-tests: New file.
3319         * tests/test-argv-iter.c: Test it.
3320
3321 2009-07-04  Bruno Haible  <bruno@clisp.org>
3322
3323         Fix assertion.
3324         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
3325         contains more exact copies of a given entry than file2, leave the extra
3326         copies unpaired rather than aborting.
3327         Reported by Eric Blake.
3328
3329 2009-07-02  Bruno Haible  <bruno@clisp.org>
3330
3331         Speedup git-merge-changelog for git cherry-pick.
3332         * lib/git-merge-changelog.c (struct entries_mapping): New type.
3333         (entries_mapping_get): New function, extracted from compute_mapping.
3334         (entries_mapping_reverse_get): New function.
3335         (compute_mapping): Add a 'full' argument. Return the result in a
3336         'struct entries_mapping'.
3337         (main): Update. Access the mappings through entries_mapping_get.
3338         Reported by Eric Blake.
3339
3340 2009-07-02  Bruno Haible  <bruno@clisp.org>
3341
3342         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
3343         best_i.
3344
3345 2009-07-02  Bruno Haible  <bruno@clisp.org>
3346
3347         Speed up approximate search for matching ChangeLog entries.
3348         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
3349         argument. Call fstrcmp_bounded instead of fstrcmp.
3350         (compute_mapping, try_split_merged_entry, main): Update callers.
3351
3352 2009-07-02  Bruno Haible  <bruno@clisp.org>
3353
3354         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
3355
3356 2009-06-30  Bruno Haible  <bruno@clisp.org>
3357
3358         Reduce the number of uc_is_cased calls.
3359         * lib/unicase.h (casing_suffix_context_t): Add
3360         'first_char_except_ignorable' field.
3361         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
3362         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
3363         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
3364         Update initializer.
3365         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
3366         case-ignorable characters.
3367         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
3368         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
3369         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
3370         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
3371         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
3372
3373 2009-06-30  Bruno Haible  <bruno@clisp.org>
3374
3375         Tests for module 'unicase/ignorable'.
3376         * modules/unicase/ignorable-tests: New file.
3377         * tests/unicase/test-ignorable.c: New file, generated by
3378         gen-uni-tables.
3379
3380         Tests for module 'unicase/cased'.
3381         * modules/unicase/cased-tests: New file.
3382         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
3383         * tests/unicase/test-predicate-part1.h: New file, derived from
3384         tests/unictype/test-predicate-part1.h.
3385         * tests/unicase/test-predicate-part2.h: New file, same as
3386         tests/unictype/test-predicate-part2.h.
3387
3388         Fix evaluation of "Before C" condition of FINAL_SIGMA.
3389         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
3390         (output_casing_properties): New function.
3391         (main): Call it.
3392         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
3393         * lib/unicase/cased.c: Include unictype/bitmap.h.
3394         (uc_is_cased): Define through a bitmap lookup.
3395         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
3396         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
3397         (uc_is_case_ignorable): Define through a bitmap lookup.
3398         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
3399         lib/unictype/bitmap.h.
3400         (Depends-on): Add inline. Clean up.
3401         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
3402         lib/unictype/bitmap.h.
3403         (Depends-on): Add inline. Clean up.
3404         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
3405         recognition.
3406         * tests/unicase/test-u16-tolower.c (main): Likewise.
3407         * tests/unicase/test-u32-tolower.c (main): Likewise.
3408
3409 2009-06-30  Bruno Haible  <bruno@clisp.org>
3410
3411         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
3412         * lib/unicase/u16-casemap.c: Likewise.
3413         * lib/unicase/u32-casemap.c: Likewise.
3414
3415 2009-06-29  Bruno Haible  <bruno@clisp.org>
3416
3417         Define u32_casefold as a wrapper around u32_ct_casefold.
3418         * lib/unicase/u32-casefold.c: Update.
3419         * modules/unicase/u32-casefold (Depends-on): Add
3420         unicase/u32-ct-casefold, unicase/empty-prefix-context,
3421         unicase/empty-suffix-context. Clean up.
3422
3423         Define u16_casefold as a wrapper around u16_ct_casefold.
3424         * lib/unicase/u16-casefold.c: Update.
3425         * modules/unicase/u16-casefold (Depends-on): Add
3426         unicase/u16-ct-casefold, unicase/empty-prefix-context,
3427         unicase/empty-suffix-context. Clean up.
3428
3429         Define u8_casefold as a wrapper around u8_ct_casefold.
3430         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
3431         * lib/unicase/u8-casefold.c: Update.
3432         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
3433         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
3434
3435         Define u32_totitle as a wrapper around u32_ct_totitle.
3436         * lib/unicase/u32-totitle.c: Update.
3437         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
3438         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
3439
3440         Define u16_totitle as a wrapper around u16_ct_totitle.
3441         * lib/unicase/u16-totitle.c: Update.
3442         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
3443         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
3444
3445         Define u8_totitle as a wrapper around u8_ct_totitle.
3446         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
3447         functions.
3448         (FUNC): Delegate to U_CT_TOTITLE.
3449         * lib/unicase/u8-totitle.c: Update.
3450         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
3451         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
3452
3453         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
3454         invocation.
3455         * modules/unicase/u32-tolower (Depends-on): Add
3456         unicase/empty-prefix-context, unicase/empty-suffix-context.
3457
3458         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
3459         invocation.
3460         * modules/unicase/u16-tolower (Depends-on): Add
3461         unicase/empty-prefix-context, unicase/empty-suffix-context.
3462
3463         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
3464         * modules/unicase/u8-tolower (Depends-on): Add
3465         unicase/empty-prefix-context, unicase/empty-suffix-context.
3466
3467         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
3468         invocation.
3469         * modules/unicase/u32-toupper (Depends-on): Add
3470         unicase/empty-prefix-context, unicase/empty-suffix-context.
3471
3472         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
3473         invocation.
3474         * modules/unicase/u16-toupper (Depends-on): Add
3475         unicase/empty-prefix-context, unicase/empty-suffix-context.
3476
3477         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
3478         * modules/unicase/u8-toupper (Depends-on): Add
3479         unicase/empty-prefix-context, unicase/empty-suffix-context.
3480
3481         New module 'unicase/u32-ct-casefold'.
3482         * lib/unicase/u32-ct-casefold.c: New file.
3483         * modules/unicase/u32-ct-casefold: New file.
3484
3485         New module 'unicase/u16-ct-casefold'.
3486         * lib/unicase/u16-ct-casefold.c: New file.
3487         * modules/unicase/u16-ct-casefold: New file.
3488
3489         New module 'unicase/u8-ct-casefold'.
3490         * lib/unicase/u8-ct-casefold.c: New file.
3491         * lib/unicase/u-ct-casefold.h: New file, derived from
3492         lib/unicase/u-casefold.h.
3493         * modules/unicase/u8-ct-casefold: New file.
3494
3495         New module 'unicase/u32-ct-totitle'.
3496         * lib/unicase/u32-ct-totitle.c: New file.
3497         * modules/unicase/u32-ct-totitle: New file.
3498
3499         New module 'unicase/u16-ct-totitle'.
3500         * lib/unicase/u16-ct-totitle.c: New file.
3501         * modules/unicase/u16-ct-totitle: New file.
3502
3503         New module 'unicase/u8-ct-totitle'.
3504         * lib/unicase/u8-ct-totitle.c: New file.
3505         * lib/unicase/u-ct-totitle.h: New file, derived from
3506         lib/unicase/u-totitle.h.
3507         * modules/unicase/u8-ct-totitle: New file.
3508
3509         New module 'unicase/u32-ct-tolower'.
3510         * lib/unicase/u32-ct-tolower.c: New file.
3511         * modules/unicase/u32-ct-tolower: New file.
3512
3513         New module 'unicase/u16-ct-tolower'.
3514         * lib/unicase/u16-ct-tolower.c: New file.
3515         * modules/unicase/u16-ct-tolower: New file.
3516
3517         New module 'unicase/u8-ct-tolower'.
3518         * lib/unicase/u8-ct-tolower.c: New file.
3519         * modules/unicase/u8-ct-tolower: New file.
3520
3521         New module 'unicase/u32-ct-toupper'.
3522         * lib/unicase/u32-ct-toupper.c: New file.
3523         * modules/unicase/u32-ct-toupper: New file.
3524
3525         New module 'unicase/u16-ct-toupper'.
3526         * lib/unicase/u16-ct-toupper.c: New file.
3527         * modules/unicase/u16-ct-toupper: New file.
3528
3529         New module 'unicase/u8-ct-toupper'.
3530         * lib/unicase/u8-ct-toupper.c: New file.
3531         * modules/unicase/u8-ct-toupper: New file.
3532
3533         Add context arguments to u*_casemap functions.
3534         * lib/unicase/unicasemap.h: Include unicase.h.
3535         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
3536         suffix_context arguments.
3537         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
3538         functions.
3539         (FUNC): Add prefix_context and suffix_context arguments. Use
3540         uc_is_cased and uc_is_case_ignorable.
3541         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
3542         * lib/unicase/u16-casemap.c: Likewise.
3543         * lib/unicase/u32-casemap.c: Likewise.
3544         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
3545         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
3546         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
3547         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
3548         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
3549         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
3550
3551         New module 'unicase/u32-suffix-context'.
3552         * lib/unicase/u32-suffix-context.c: New file.
3553         * modules/unicase/u32-suffix-context: New file.
3554
3555         New module 'unicase/u16-suffix-context'.
3556         * lib/unicase/u16-suffix-context.c: New file.
3557         * modules/unicase/u16-suffix-context: New file.
3558
3559         New module 'unicase/u8-suffix-context'.
3560         * lib/unicase/u8-suffix-context.c: New file.
3561         * lib/unicase/u-suffix-context.h: New file.
3562         * modules/unicase/u8-suffix-context: New file.
3563
3564         New module 'unicase/empty-suffix-context'.
3565         * lib/unicase/empty-suffix-context.c: New file.
3566         * modules/unicase/empty-suffix-context: New file.
3567
3568         New module 'unicase/u32-prefix-context'.
3569         * lib/unicase/u32-prefix-context.c: New file.
3570         * modules/unicase/u32-prefix-context: New file.
3571
3572         New module 'unicase/u16-prefix-context'.
3573         * lib/unicase/u16-prefix-context.c: New file.
3574         * modules/unicase/u16-prefix-context: New file.
3575
3576         New module 'unicase/u8-prefix-context'.
3577         * lib/unicase/u8-prefix-context.c: New file.
3578         * lib/unicase/u-prefix-context.h: New file.
3579         * lib/unicase/context.h: New file.
3580         * modules/unicase/u8-prefix-context: New file.
3581
3582         New module 'unicase/empty-prefix-context'.
3583         * lib/unicase/empty-prefix-context.c: New file.
3584         * modules/unicase/empty-prefix-context: New file.
3585
3586         New module 'unicase/ignorable'.
3587         * lib/unicase/ignorable.c: New file.
3588         * modules/unicase/ignorable: New file.
3589
3590         New module 'unicase/cased'.
3591         * lib/unicase/caseprop.h: New file.
3592         * lib/unicase/cased.c: New file.
3593         * modules/unicase/cased: New file.
3594
3595         New functions for case mapping of substrings.
3596         * lib/unicase.h (casing_prefix_context_t): New type.
3597         (unicase_empty_prefix_context): New variable.
3598         (u8_casing_prefix_context, u16_casing_prefix_context,
3599         u32_casing_prefix_context, u8_casing_prefixes_context,
3600         u16_casing_prefixes_context, u32_casing_prefixes_context): New
3601         declarations.
3602         (casing_suffix_context_t): New type.
3603         (unicase_empty_suffix_context): New variable.
3604         (u8_casing_suffix_context, u16_casing_suffix_context,
3605         u32_casing_suffix_context, u8_casing_suffixes_context,
3606         u16_casing_suffixes_context, u32_casing_suffixes_context,
3607         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
3608         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
3609         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
3610         declarations.
3611
3612 2009-06-28  Jim Meyering  <meyering@redhat.com>
3613
3614         boostrap: indent only with spaces
3615         * build-aux/bootstrap: Indent only with spaces, never TABs.
3616
3617         bootstrap: split long lines
3618         * build-aux/bootstrap: Keep line length < 80.
3619
3620         bootstrap: sync from coreutils
3621         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
3622         just as autoreconf does.  Verify a list of prerequisite
3623         package-name,version-number pairs if defined in bootstrap.conf.
3624         Refer to README-prereq, if prerequisites are not satisfied.
3625
3626 2009-06-27  Eric Blake  <ebb9@byu.net>
3627
3628         tests: add test for bogus NULL definition
3629         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
3630         * tests/test-stdlib.c: Likewise.
3631         * tests/test-string.c: Likewise.
3632         * tests/test-locale.c: Likewise.
3633         * tests/test-unistd.c: Likewise.
3634         * modules/stdio-tests (Depends-on): Add verify.
3635         * modules/stdlib-tests (Depends-on): Likewise.
3636         * modules/string-tests (Depends-on): Likewise.
3637         * modules/locale-tests (Depends-on): Likewise.
3638         * modules/unistd-tests (Depends-on): Likewise.
3639
3640 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
3641
3642         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
3643         self-explaining comment.
3644         * m4/selinux-selinux-h: Update serial.
3645         (gl_LIBSELINUX): New macro, adding a warning for missing development
3646         packages to code extracted from...
3647         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
3648         Add warning for missing development packages here, too.
3649
3650 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
3651
3652         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
3653
3654 2009-06-25  Eric Blake  <ebb9@byu.net>
3655
3656         version-etc: fix regression
3657         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
3658         gcc.
3659         (version_etc): Use it, to catch bugs with trailing NULL.
3660         * lib/version-etc.c (version_etc_arn): Delete unused argument.
3661         (version_etc_va): Fix logic bug.
3662         * modules/version-etc-tests: Add test.
3663         * tests/test-version-etc.c: New file.
3664         * tests/test-version-etc.sh: Likewise.
3665
3666 2009-06-25  Sam Steingold  <sds@gnu.org>
3667
3668         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
3669         mbtowc declaration.
3670
3671 2009-06-25  Eric Blake  <ebb9@byu.net>
3672
3673         fpurge: migrate into <stdio.h>
3674         * lib/fpurge.h: Delete...
3675         * lib/stdio.in.h (fpurge): ...and declare here, instead.
3676         * lib/fpurge.c (fpurge): Change declaring header.
3677         * modules/fpurge (Files): Drop deleted file.
3678         (Depends-on): Add stdio.
3679         (configure.ac): Set witness.
3680         * modules/stdio (Makefile.am): Support fpurge macros.
3681         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3682         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
3683         * lib/fflush.c: Update client.
3684         * tests/test-fpurge.c: Likewise.
3685         * NEWS: Mention the change.
3686
3687 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
3688
3689        * lib/argp-version-etc.c (program_authors): Add const
3690        qualifier.
3691        * lib/version-etc.c: Fix typos in the comments.
3692        * modules/argp-version-etc: Depends on version-etc.
3693
3694 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
3695
3696         argp-version-etc: new module.
3697
3698         * lib/argp-version-etc.c: New file.
3699         * lib/argp-version-etc.h: New file.
3700         * modules/argp-version-etc: New file.
3701         * modules/argp-version-etc-tests: New file.
3702         * tests/test-argp-version-etc.c: New test.
3703         * tests/test-argp-version-etc-1.sh: New test.
3704
3705 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
3706
3707         Provide additional interfaces and documentation for version-etc
3708         module.
3709
3710         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
3711         interfaces.
3712         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
3713         prototypes.
3714
3715 2009-06-24  Bruno Haible  <bruno@clisp.org>
3716
3717         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
3718         HAVE_LIB${NAME} macro.
3719         Reported by Sam Steingold <sds@gnu.org>.
3720
3721 2009-06-23  Simon Josefsson  <simon@josefsson.org>
3722
3723         * modules/hash-tests (test_hash_LDADD): Link to libintl when
3724         needed.
3725
3726 2009-06-21  Bruno Haible  <bruno@clisp.org>
3727
3728         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
3729         work.
3730         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
3731         together with LIB${NAME}, LTLIB${NAME}.
3732         Reported by Sam Steingold <sds@gnu.org>.
3733
3734 2009-06-20  Jim Meyering  <meyering@redhat.com>
3735
3736         tests: make sc_require_test_exit_idiom more generic
3737         * top/maint.mk (Exit_witness_file): New overridable variable.
3738         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
3739         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
3740
3741 2009-06-19  Jim Meyering  <meyering@redhat.com>
3742
3743         hash: reverse order of src/dst parameters in an internal interface
3744         * lib/hash.c (transfer_entries): Reverse order of parameters to
3745         put DST before SRC.  Adjust callers.
3746
3747         tests: test-hash: avoid wholesale duplication
3748         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
3749         Instead, use a loop and add a single conditional.
3750
3751         tests: test-hash: allow seed selection via a command line argument
3752         * tests/test-hash.c (get_seed): New function.
3753         (main): Use it.
3754
3755 2009-06-19  Eric Blake  <ebb9@byu.net>
3756
3757         hash: avoid memory leak on allocation failure
3758         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
3759         failure.  Factor repeated algorithm...
3760         (transfer_entries): ...into new helper routine.
3761         (hash_delete): React to hash_rehash return value.
3762
3763         hash: reduce memory pressure in hash_rehash no-op case
3764         * lib/hash.c (next_prime): Avoid overflow.
3765         (hash_initialize): Factor bucket size computation...
3766         (compute_bucket_size): ...into new helper function.
3767         (hash_rehash): Use new function and open coding to reduce memory
3768         pressure, and avoid a memory leak in USE_OBSTACK code.
3769         Reported by Jim Meyering.
3770
3771 2009-06-18  Eric Blake  <ebb9@byu.net>
3772
3773         hash: make rotation more obvious
3774         * modules/hash (Depends-on): Add bitrotate and stdint.
3775         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
3776         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
3777         (SIZE_MAX): Rely on headers for definition.
3778         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
3779         (raw_hasher): Use rotr_sz.
3780         Suggested by Jim Meyering.
3781
3782         hash: fix memory leak in last patch
3783         * lib/hash.c (hash_rehash): Avoid memory leak.
3784
3785         hash: avoid no-op rehashing
3786         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
3787
3788         hash: provide default callback functions
3789         * lib/hash.c (raw_hasher, raw_comparator): New functions.
3790         (hash_initialize): Use them as defaults.
3791         * tests/test-hash.c (main): Test this.
3792
3793         hash: minor optimization
3794         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
3795         when possible.
3796         (hash_initialize): Document this promise.
3797         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
3798         * tests/test-hash.c (hash_compare_strings): Test this.
3799
3800 2009-06-18  Bruno Haible  <bruno@clisp.org>
3801
3802         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
3803         going to be replaced anyway.
3804
3805 2009-06-18  Bruno Haible  <bruno@clisp.org>
3806
3807         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
3808         in one place.
3809         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
3810         be replaced anyway.
3811
3812 2009-06-18  Eric Blake  <ebb9@byu.net>
3813
3814         hash: check for resize before insertion
3815         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
3816         threshold before insertion, so that a pathological hash_rehash
3817         that fills every bucket can still trigger another rehash.
3818
3819 2009-06-18  Jim Meyering  <meyering@redhat.com>
3820
3821         hash-tests: add a loop around the small tests
3822         * tests/test-hash.c (main): Repeat small tests with selected
3823         small initial table sizes.
3824
3825 2009-06-17  Eric Blake  <ebb9@byu.net>
3826
3827         hash: minor cleanups
3828         * lib/hash.h (hash_entry): Make opaque, by moving...
3829         * lib/hash.c (hash_entry): ...here.
3830         (hash_insert): Clarify restrictions on what can be inserted.
3831         (hash_get_next): Clarify when it is safe to remove an element
3832         during traversal.
3833         (check_tuning): Skip verification when tuning is known safe.
3834         (hash_initialize): Clarify restrictions on tuning.
3835
3836 2009-06-17  Jim Meyering  <jim@meyering.net>
3837         and Eric Blake  <ebb9@byu.net>
3838
3839         hash-tests: new module
3840         * modules/hash-tests: New file.
3841         * tests/test-hash.c: New file.
3842
3843 2009-06-17  Eric Blake  <ebb9@byu.net>
3844
3845         strstr-simple: document new module
3846         * MODULES.html.sh: Document new module.
3847
3848         strstr, strcasestr: replace on platforms with broken memchr
3849         * modules/strstr: Split into...
3850         * modules/strstr-simple: ...new module that does not care about
3851         performance, but does care about glibc bug.
3852         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
3853         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
3854         if platform memchr is broken, per Debian bug 521737.
3855         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
3856         memchr.
3857         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
3858         * doc/posix-functions/strstr.texi (strstr): Document the fix.
3859         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
3860         * modules/mountlist (Depends-on): Add strstr-simple.
3861         * modules/gen-uni-tables (Depends-on): Likewise.
3862         * modules/argz (Depends-on): Add strstr.
3863
3864 2009-06-17  Bruno Haible  <bruno@clisp.org>
3865
3866         * modules/posix_spawn-internal (Depends-on): Add errno.
3867
3868 2009-06-17  Bruno Haible  <bruno@clisp.org>
3869
3870         Define missing ESTALE on Interix 3.5.
3871         * lib/errno.in.h (ESTALE): Assign a value if missing.
3872         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
3873         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
3874         missing.
3875         * doc/posix-headers/errno.texi: Mention the Interix bug.
3876         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
3877
3878 2009-06-15  Eric Blake  <ebb9@byu.net>
3879
3880         memchr, memchr2: add valgrind exception
3881         * lib/memchr.valgrind: New file.
3882         * lib/memchr2.valgrind: New file.
3883         * modules/memchr (Files): Distribute valgrind file.
3884         * modules/memchr2 (Files): Likewise.
3885
3886         docs: memchr is no longer obsolete
3887         * MODULES.html.sh: Move memchr from obsolete to string.h section.
3888         * lib/string.in.h (memchr): Simplify logic.
3889
3890 2009-06-14  Jim Meyering  <meyering@redhat.com>
3891
3892         link-follow: fix the "checking..." message to not mention trailing slash
3893         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
3894         never considered trailing slashes.
3895
3896 2009-06-14  Bruno Haible  <bruno@clisp.org>
3897
3898         * m4/memchr.m4: Mention also the bug on IA-64.
3899         * doc/posix-functions/memchr.texi: Likewise.
3900
3901 2009-06-12  Eric Blake  <ebb9@byu.net>
3902
3903         memchr: detect broken x86_64 and alpha implementations
3904         * modules/memchr-tests (Depends-on): Move mmap detection...
3905         * modules/memchr (Depends-on): ...here.
3906         (configure.ac): Set indicator.
3907         * lib/string.in.h (memchr): Declare replacement.
3908         * modules/string (Makefile.am): Trigger replacement.
3909         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
3910         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
3911         bugs.
3912         * doc/posix-functions/memchr.texi (memchr): Document the bug.
3913         * modules/getpagesize (License): Relax license.
3914
3915 2009-06-11  Bruno Haible  <bruno@clisp.org>
3916
3917         * lib/idpriv.h: Add more references.
3918
3919 2009-06-08  Bruno Haible  <bruno@clisp.org>
3920
3921         Tests for module 'idpriv-droptemp'.
3922         * modules/idpriv-droptemp-tests: New file.
3923         * tests/test-idpriv-droptemp.sh: New file.
3924         * tests/test-idpriv-droptemp.su.sh: New file.
3925         * tests/test-idpriv-droptemp.c: New file.
3926
3927         New module 'idpriv-droptemp'.
3928         * lib/idpriv-droptemp.c: New file.
3929         * modules/idpriv-droptemp: New file.
3930
3931 2009-06-08  Bruno Haible  <bruno@clisp.org>
3932
3933         Tests for module 'idpriv-drop'.
3934         * modules/idpriv-drop-tests: New file.
3935         * tests/test-idpriv-drop.sh: New file.
3936         * tests/test-idpriv-drop.su.sh: New file.
3937         * tests/test-idpriv-drop.c: New file.
3938
3939         New module 'idpriv-drop'.
3940         * lib/idpriv.h: New file.
3941         * lib-idpriv-drop.c: New file.
3942         * m4/idpriv.m4: New file.
3943         * modules/idpriv-drop: New file.
3944
3945 2009-06-08  Bruno Haible  <bruno@clisp.org>
3946
3947         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
3948         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3949         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3950         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3951         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3952         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3953         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3954
3955 2009-06-08  Eric Blake  <ebb9@byu.net>
3956
3957         test-strstr: use memory fence, when possible
3958         * tests/test-strstr.c (main): Use memory fence, in order to be
3959         more likely to trigger Debian bug 521737.
3960         * modules/strstr-tests (Files): Pull in additional files.
3961
3962         memchr: no longer obsolete, for wider field testing
3963         * modules/memchr (Status, Notice): Delete, this module is no
3964         longer obsolete.
3965         * modules/vasnprintf (Depends-on): Add memchr.
3966
3967 2009-06-07  Jim Meyering  <meyering@redhat.com>
3968
3969         hash: declare some functions with the warn_unused_result attribute
3970         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
3971
3972 2009-06-07  Bruno Haible  <bruno@clisp.org>
3973
3974         * tests/test-alignof.c: Don't test int64_t if it does not exist.
3975         Reported by Eric Blake.
3976
3977 2009-06-06  Eric Blake  <ebb9@byu.net>
3978
3979         test-alignof: fix typo with long double
3980         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
3981         compiler error.
3982
3983 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
3984
3985         Escape non-texinfo { and }s.
3986         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
3987         markup error.
3988
3989 2009-06-04  Jim Meyering  <meyering@redhat.com>
3990
3991         gitlog-to-changelog: don't infloop on an empty commit log
3992         * build-aux/gitlog-to-changelog: Warn about an empty log message.
3993         Reported by Boris Petersen <transacid@centerim.org>.
3994
3995 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
3996
3997         version-etc: extend for packagers
3998         Add three new configure options, intended for packagers:
3999           --with-packager="packager name"
4000           --with-packager-version="packager-specific version"
4001           --with-packager-bug-reports="packager bug reporting"
4002         An example with coreutils:
4003           $ ./configure \
4004             --with-packager=Gentoo \
4005             --with-packager-bug-report=http://bugs.gentoo.org/ \
4006             --with-packager-version="patchset 1.6"
4007           $ ./src/ls --version | head -n3
4008           ls (GNU coreutils) 7.1-dirty
4009           Packaged by Gentoo (patchset 1.6)
4010           Copyright (C) 2009 Free Software Foundation, Inc.
4011         Note that the bug reporting info via --help doesn't show up because
4012         coreutils uses its own custom emit_bug_reporting_address() implementation
4013         in src/system.h.  If it didn't, it'd look like:
4014           $ ./src/ls --help | tail -n4
4015           Report bugs to <bug-coreutils@gnu.org>.
4016           Report Gentoo bugs to <http://bugs.gentoo.org/>.
4017           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
4018           General help using GNU software: <http://www.gnu.org/gethelp/>.
4019         * lib/version-etc.c: Print new information, if provided.
4020         * m4/version-etc.m4: New file.
4021         * modules/version-etc (Files): Add m4/version-etc.m4.
4022         (configure.ac): Add gl_VERSION_ETC.
4023
4024 2009-05-31  Bruno Haible  <bruno@clisp.org>
4025
4026         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
4027         and 'int64_t'.
4028         * modules/alignof-tests (Dependencies): Add stdint.
4029         Reported by Eric Blake.
4030
4031 2009-05-31  Bruno Haible  <bruno@clisp.org>
4032
4033         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
4034         restriction due to compiler bugs.
4035         Reported by Eric Blake.
4036
4037 2009-05-31  Simon Josefsson  <simon@josefsson.org>
4038             Bruno Haible  <bruno@clisp.org>
4039
4040         Fix test-alignof failure.
4041         * lib/alignof.h (alignof_slot): New macro.
4042         (alignof_type): New macro, with the same semantics as the previous
4043         'alignof'.
4044         (alignof): Alias to alignof_slot.
4045         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
4046         check that the results are usable as constant expressions.
4047
4048 2009-05-31  Bruno Haible  <bruno@clisp.org>
4049
4050         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
4051         * tests/test-memchr.c (main): Check that memchr does not read past the
4052         first occurrence of the byte.
4053         * tests/test-strstr.c (main): Update comment.
4054         Suggested by Eric Blake.
4055
4056 2009-05-30  Bruno Haible  <bruno@clisp.org>
4057
4058         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
4059         detail how to use dumpbin.
4060         Reported by David Byron <dbyron@dbyron.com>.
4061
4062 2009-06-02  Simon Josefsson  <simon@josefsson.org>
4063
4064         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
4065
4066 2009-06-02  Simon Josefsson  <simon@josefsson.org>
4067
4068         * m4/manywarnings.m4: Add GCC 4.4 warnings.
4069
4070 2009-05-28  Bruno Haible  <bruno@clisp.org>
4071
4072         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
4073         build-aux/ files.
4074
4075 2009-05-28  Simon Josefsson  <simon@josefsson.org>
4076
4077         * gnulib-tool (func_import): Transform license on build-aux/ files too.
4078
4079 2009-05-27  Simon Josefsson  <simon@josefsson.org>
4080
4081         * gnulib-tool (sed_transform_main_lib_file)
4082         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
4083         regexps.
4084
4085 2009-05-26  Simon Josefsson  <simon@josefsson.org>
4086
4087         * tests/test-strstr.c: Add another self-test.
4088         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
4089         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
4090
4091 2009-05-23  Bruno Haible  <bruno@clisp.org>
4092
4093         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
4094         change.
4095
4096 2009-05-21  Bruno Haible  <bruno@clisp.org>
4097
4098         Simplify use of mode_t varargs.
4099         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
4100         uses 'mode_t' or 'int'.
4101         * lib/openat.c (openat): Likewise.
4102         * lib/open-safer.c (open_safer): Likewise.
4103         * m4/mode_t.m4: New file.
4104         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
4105         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
4106         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
4107         * modules/open (Files): Add m4/mode_t.m4.
4108         * modules/openat (Files): Likewise.
4109         * modules/fcntl-safer (Files): Likewise.
4110         Suggested by Eric Blake.
4111
4112 2009-05-21  Pádraig Brady  <P@draigbrady.com>
4113
4114         * doc/glibc-functions/fallocate.texi: New file.
4115         * doc/gnulib.texi: Include it.
4116
4117 2009-05-21  Eric Blake  <ebb9@byu.net>
4118             Bruno Haible  <bruno@clisp.org>
4119
4120         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
4121         invocations.
4122         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4123
4124 2009-05-21  Eric Blake  <ebb9@byu.net>
4125             Bruno Haible  <bruno@clisp.org>
4126
4127         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
4128         include_next. Fix of 2008-11-20 commit.
4129         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
4130         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
4131         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
4132         NEXT_MATH_H.
4133         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
4134         instead of NEXT_MATH_H.
4135
4136 2009-05-21  Bruno Haible  <bruno@clisp.org>
4137
4138         Avoid redefinition warnings for SIZE_MAX.
4139         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
4140         Reported by Simon Josefsson.
4141
4142 2009-05-21  Bruno Haible  <bruno@clisp.org>
4143
4144         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
4145         AC_CACHE_VAL.
4146
4147 2009-05-20  Bruno Haible  <bruno@clisp.org>
4148
4149         Make zeroptr.h work on mingw.
4150         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
4151         mprotect.
4152         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
4153         * modules/memchr2-tests (configure.ac): Likewise.
4154         * modules/memcmp-tests (configure.ac): Likewise.
4155         * modules/memmem-tests (configure.ac): Likewise.
4156         * modules/memrchr-tests (configure.ac): Likewise.
4157         Reported by Simon Josefsson.
4158
4159 2009-05-20  Simon Josefsson  <simon@josefsson.org>
4160
4161         * tests/test-glob.c: Include string.h for strcmp prototype.
4162
4163 2009-05-20  Simon Josefsson  <simon@josefsson.org>
4164
4165         * modules/getdelim (Depends-on): Add explicit stdint, although it
4166         was implicitly already pulled in via realloc-posix.
4167         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
4168
4169 2009-05-20  Simon Josefsson  <simon@josefsson.org>
4170
4171         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
4172         G. Christensen" <tgc@jupiterrise.com>.
4173         * m4/sys_socket_h.m4: Check for sa_family_t.
4174         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
4175         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
4176         * tests/test-sys_socket.c: Check that sa_family_t works.
4177
4178 2009-05-18  Eric Blake  <ebb9@byu.net>
4179
4180         maint.mk: allow gnulib_dir in VPATH build
4181         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
4182
4183 2009-05-15  Jim Meyering  <meyering@redhat.com>
4184
4185         maint.mk: Give gnulib_dir a default definition.
4186         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
4187         Thus, most packages no longer need to specify this variable in cfg.mk
4188
4189 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
4190
4191         rename.m4: fix typos that would make non-mingw cross-configure fail
4192         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
4193
4194 2009-05-13  Eric Blake  <ebb9@byu.net>
4195
4196         mmap-anon: avoid out-of-order autoconf expansion
4197         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
4198         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
4199         * modules/memchr-tests (Depends-on): Add extensions.
4200         * modules/memchr2-tests (Depends-on): Add extensions.
4201         * modules/memcmp-tests (Depends-on): Add extensions.
4202         * modules/memmem-tests (Depends-on): Add extensions.
4203         * modules/memrchr-tests (Depends-on): Add extensions.
4204
4205 2009-05-13  Bruno Haible  <bruno@clisp.org>
4206
4207         Make some tests ISO C 99 compliant.
4208         * tests/zerosize-ptr.h: New file.
4209         * tests/test-memchr.c: Include zerosize-ptr.h.
4210         (main): Use a zero-size object pointer instead of NULL.
4211         * tests/test-memchr2.c: Include zerosize-ptr.h.
4212         (main): Use a zero-size object pointer instead of NULL.
4213         * tests/test-memcmp.c: Include zerosize-ptr.h.
4214         (main): Use a zero-size object pointer instead of NULL.
4215         * tests/test-memmem.c: Include zerosize-ptr.h.
4216         (main): Use a zero-size object pointer instead of NULL.
4217         * tests/test-memrchr.c: Include zerosize-ptr.h.
4218         (main): Use a zero-size object pointer instead of NULL.
4219         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
4220         m4/mmap-anon.m4.
4221         (Depends-on): Add getpagesize.
4222         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
4223         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
4224         m4/mmap-anon.m4.
4225         (Depends-on): Add getpagesize.
4226         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
4227         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
4228         m4/mmap-anon.m4.
4229         (Depends-on): Add getpagesize.
4230         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
4231         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
4232         m4/mmap-anon.m4.
4233         (Depends-on): Add getpagesize.
4234         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
4235         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
4236         m4/mmap-anon.m4.
4237         (Depends-on): Add getpagesize.
4238         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
4239
4240 2009-05-12  Bruno Haible  <bruno@clisp.org>
4241
4242         Tests for module 'alignof'.
4243         * modules/alignof-tests: New file.
4244         * tests/test-alignof.c: New file.
4245
4246 2009-05-12  Bruno Haible  <bruno@clisp.org>
4247
4248         Fix alignof macro.
4249         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
4250         vendor compilers that are always correct.
4251
4252 2009-05-12  Bruno Haible  <bruno@clisp.org>
4253
4254         Make the MAP_ANONYMOUS detection work on HP-UX 11.
4255         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
4256         not whether its fully works.
4257
4258 2009-05-12  Bruno Haible  <bruno@clisp.org>
4259
4260         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
4261
4262 2009-05-12  Jim Meyering  <meyering@redhat.com>
4263
4264         * top/maint.mk: Adjust backslash alignment.
4265
4266 2009-05-11  Simon Josefsson  <simon@josefsson.org>
4267
4268         * top/maint.mk: Make $(srcdir)/build-aux configurable.
4269
4270 2009-05-11  Eric Blake  <ebb9@byu.net>
4271
4272         argp: avoid undefined behavior
4273         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
4274         macros.
4275
4276 2009-05-08  Simon Josefsson  <simon@josefsson.org>
4277
4278         * tests/test-vc-list-files-git.sh: Do git config of user.email and
4279         user.name to prevent git commit from complaining.
4280
4281 2009-05-10  Bruno Haible  <bruno@clisp.org>
4282
4283         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
4284         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
4285         it rewrites every file name only once.
4286         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
4287
4288 2009-05-08  Bruno Haible  <bruno@clisp.org>
4289
4290         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
4291         instead of 'max'.
4292
4293 2009-05-08  Simon Josefsson  <simon@josefsson.org>
4294
4295         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
4296         sockaddr_storage test.
4297
4298 2009-05-07  Simon Josefsson  <simon@josefsson.org>
4299
4300         * modules/sys_socket (Makefile.am): Substitute
4301         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
4302         * m4/sys_socket_h.m4: Check for sockaddr_storage.
4303         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
4304         * tests/test-sys_socket.c: Check sockaddr_storage.
4305
4306 2009-05-08  Bruno Haible  <bruno@clisp.org>
4307
4308         New module 'alignof'.
4309         * lib/alignof.h: New file.
4310         * modules/alignof: New file.
4311
4312 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
4313             Bruno Haible  <bruno@clisp.org>
4314
4315         Fix test-file-has-acl on FreeBSD.
4316         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
4317         mask is implicitly added.
4318         * tests/test-file-has-acl.c: Include <signal.h>.
4319         (main): Terminate the test after 5 seconds.
4320         * modules/acl-tests (configure.ac): Check for alarm function.
4321
4322 2009-05-04  Bruno Haible  <bruno@clisp.org>
4323
4324         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
4325         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
4326         * modules/errno (configure.ac): Drop AC_REQUIRE.
4327         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
4328         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
4329
4330 2009-05-04  Simon Josefsson  <simon@josefsson.org>
4331
4332         * modules/glob-tests: New module.
4333         * tests/test-glob.c: Add.
4334
4335 2009-05-04  Simon Josefsson  <simon@josefsson.org>
4336
4337         * modules/fnmatch-tests: New module.
4338         * tests/test-fnmatch.c: Add.
4339
4340 2009-05-04  Eric Blake  <ebb9@byu.net>
4341
4342         maint: make the new no-submodule-changes rule VPATH-safe
4343         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
4344
4345 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
4346             Bruno Haible  <bruno@clisp.org>
4347
4348         acl: Fix infinite loop on FreeBSD.
4349         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
4350         of return value from acl_get_entry.
4351         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
4352         Likewise.
4353
4354 2009-05-03  Bruno Haible  <bruno@clisp.org>
4355
4356         * lib/acl-internal.h (acl_entries): Clarify return value.
4357         * lib/acl_entries.c (acl_entries): Likewise.
4358
4359 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
4360
4361         Bug fix in acl module.
4362         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
4363
4364 2009-05-03  Bruno Haible  <bruno@clisp.org>
4365
4366         Create gperf-generated file in the source dir, not in the build dir.
4367         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
4368         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
4369         * modules/unicase/locale-language (unicase/locale-languages.h):
4370         Likewise.
4371         * modules/unicase/special-casing (unicase/special-casing-table.h):
4372         Likewise.
4373         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
4374         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
4375         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
4376         Reported by Ralf Wildenhues.
4377
4378 2009-05-03  Bruno Haible  <bruno@clisp.org>
4379
4380         * modules/fnmatch (Description, configure.ac): Taken from
4381         fnmatch-posix.
4382         * modules/fnmatch-posix: Turn into a symbolic reference to the
4383         'fnmatch' module, and deprecate.
4384         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
4385
4386 2009-05-03  Bruno Haible  <bruno@clisp.org>
4387
4388         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
4389         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
4390         Reported by Ralf Wildenhues.
4391
4392 2009-05-04  Simon Josefsson  <simon@josefsson.org>
4393
4394         * m4/fnmatch.m4: Fix fnmatch re-define.
4395
4396 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
4397
4398         priv-set: new module and tests; adapt write-any-file
4399         * lib/priv-set.c: New file.
4400         * lib/priv-set.h: New file.
4401         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
4402         * lib/write-any-file.c: Simplify by using priv-set module.
4403         * m4/priv-set.m4: New file.
4404         * modules/priv-set: New file.
4405         * modules/unlinkdir: Add dependency on priv-set module.
4406         * modules/write-any-file: Likewise.
4407
4408         Tests for module 'priv-set'.
4409         * modules/priv-set-tests: New file.
4410         * tests/test-priv-set.c: New file.
4411
4412 2009-05-03  Jim Meyering  <meyering@redhat.com>
4413             Bruno Haible  <bruno@clisp.org>
4414
4415         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
4416         use the converted UTF-8 variant of the name instead.
4417
4418 2009-05-03  Jim Meyering  <meyering@redhat.com>
4419
4420         tests: tighten some getdate tests
4421         * tests/test-getdate.c (main): Tighten tests: require equality,
4422         not just greater than.  Set TZ envvar to UTC0.
4423
4424 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
4425
4426         getdate: correctly interpret "next monday" when run on a Monday
4427         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
4428         that e.g., "next tues" (when run on a tuesday) results in a date
4429         that is one week in the future, and not today's date.
4430         I.e., add a week when the wday is the same as the current one.
4431         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
4432         and earlier by Martin Bernreuther and Jan Minář.
4433         * tests/test-getdate.c (main): Check that "next DAY" is always in
4434         the future and that "last DAY" is always in the past.
4435
4436 2009-05-02  Jim Meyering  <meyering@redhat.com>
4437
4438         build: ensure that a release build fails when a submodule is unclean
4439         * top/maint.mk (no-submodule-changes): New rule.
4440         (alpha beta major): Depend on it.
4441
4442 2009-05-02  Bruno Haible  <bruno@clisp.org>
4443
4444         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
4445         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
4446         shell variable gl_fnmatch_required to detect which variant is
4447         requested.
4448         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
4449         gl_FUNC_FNMATCH_POSIX.
4450         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
4451         exclude fnmatch-posix.
4452
4453 2009-05-02  Bruno Haible  <bruno@clisp.org>
4454
4455         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
4456         * modules/mbsrtowcs (License): Change to LGPLv2+.
4457         * modules/strnlen1 (License): Likewise.
4458         Reported by Simon Josefsson.
4459
4460 2009-05-02  Bruno Haible  <bruno@clisp.org>
4461
4462         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
4463         "cross".
4464         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
4465         gnulib-tool was called with option --source-base=lib.
4466
4467 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4468
4469         Use automake *-local hooks without commands, for extensibility.
4470         * modules/localcharset (Makefile.am): Rename install-exec-local
4471         rule to install-exec-localcharset, and make it a prerequisite of
4472         install-exec-local.  Likewise, rename the uninstall-local rule to
4473         uninstall-localcharset, and make it a prerequisite of the former.
4474
4475 2009-05-01  Bruno Haible  <bruno@clisp.org>
4476
4477         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
4478         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
4479         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
4480         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
4481         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
4482         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
4483         m4/locale-zh.m4, m4/codeset.m4.
4484
4485         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
4486         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
4487         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
4488         m4/locale-zh.m4.
4489
4490         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
4491         REPLACE_WCRTOMB if mbstate_t must be replaced.
4492         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
4493         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
4494
4495 2009-05-01  Bruno Haible  <bruno@clisp.org>
4496
4497         Avoid compiler warnings when redefining macros defined by <libintl.h>.
4498         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
4499         dngettext, dcngettext, textdomain, bindtextdomain,
4500         bind_textdomain_codeset): Undefine before redefining.
4501
4502 2009-04-30  Bruno Haible  <bruno@clisp.org>
4503
4504         Fix bug introduced on 2009-04-25.
4505         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
4506         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
4507         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
4508         is defined.
4509         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
4510         is defined.
4511         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
4512         is defined.
4513         Reported by Elbert_Pol <elbert.pol@gmail.com>.
4514
4515 2009-04-28  Bruno Haible  <bruno@clisp.org>
4516
4517         Comment tweaks.
4518         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
4519         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
4520         * lib/unicase.h (u*_casexfrm): Likewise.
4521         Reported by Paolo Bonzini.
4522
4523 2009-04-28  Bruno Haible  <bruno@clisp.org>
4524
4525         Fix a compilation error.
4526         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
4527         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
4528         Reported by Jim Meyering.
4529
4530 2009-04-27  Bruno Haible  <bruno@clisp.org>
4531
4532         New module 'libunistring'.
4533         * modules/libunistring: New file.
4534         * m4/libunistring.m4: New file.
4535         * MODULES.html.sh (Unicode string functions): Add it.
4536
4537 2009-04-27  Eric Blake  <ebb9@byu.net>
4538
4539         maint.mk: allow package-specific header to provide <config.h>
4540         * top/maint.mk (sc_require_config_h): New variable.
4541         (sc_require_config_h, sc_require_config_h_first): Use it.
4542
4543 2009-04-27  Simon Josefsson  <simon@josefsson.org>
4544
4545         * top/maint.mk (sc_avoid_if_before_free): Except
4546         useless-if-before-free script.
4547
4548 2009-04-27  Eric Blake  <ebb9@byu.net>
4549
4550         maintainer-makefile: depend on all required helper scripts
4551         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
4552         useless-if-before-free.
4553         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
4554         version, rather than assuming gnulib checkout is available.
4555         Reported by Simen Josefsson.
4556
4557 2009-04-26  Bruno Haible  <bruno@clisp.org>
4558
4559         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
4560         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
4561         "../" or "..".
4562
4563 2009-04-26  Bruno Haible  <bruno@clisp.org>
4564
4565         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
4566         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
4567         AC_LIB_HAVE_LINKFLAGS.
4568
4569 2009-04-26  Bruno Haible  <bruno@clisp.org>
4570
4571         Simplify calling convention of u*_conv_from_encoding.
4572         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
4573         u32_conv_from_encoding): Expect a resultbuf argument and return the
4574         result directly as a pointer.
4575         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
4576         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
4577         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
4578         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
4579         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
4580         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
4581         Update.
4582         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
4583         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
4584         * lib/vasnprintf.c (VASNPRINTF): Update.
4585         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
4586         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
4587         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
4588         * NEWS: Mention the change.
4589
4590 2009-04-26  Bruno Haible  <bruno@clisp.org>
4591
4592         Simplify calling convention of u*_conv_to_encoding.
4593         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
4594         u32_conv_to_encoding): Expect a resultbuf argument and return the
4595         result directly as a pointer.
4596         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
4597         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
4598         freeing scaled_offsets if mem_iconveha failed.
4599         * lib/unicase/u-casexfrm.h (FUNC): Update.
4600         * lib/uninorm/u-normxfrm.h (FUNC): Update.
4601         * lib/vasnprintf.c (VASNPRINTF): Update.
4602         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
4603         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
4604         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
4605         * NEWS: Mention the change.
4606
4607 2009-04-26  Bruno Haible  <bruno@clisp.org>
4608
4609         Avoid test failures on AIX and OSF/1.
4610         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
4611         malloc(0).
4612         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
4613         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
4614         Likewise.
4615         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
4616         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
4617         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
4618         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
4619         * doc/posix-functions/malloc.texi: Document the portability problem
4620         related to malloc(0).
4621
4622 2009-04-26  Bruno Haible  <bruno@clisp.org>
4623
4624         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
4625         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
4626         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
4627
4628 2009-04-25  Bruno Haible  <bruno@clisp.org>
4629
4630         Avoid link error when creating a namespace clean library.
4631         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
4632         as macro with arguments if already defined as an alias.
4633         * lib/signbitf.c (gl_signbitf): Don't undefine.
4634         * lib/signbitd.c (gl_signbitd): Don't undefine.
4635         * lib/signbitl.c (gl_signbitl): Don't undefine.
4636
4637 2009-04-25  Jim Meyering  <meyering@redhat.com>
4638
4639         vc-list-files: fix another quoting bug
4640         * build-aux/vc-list-files: Avoid sed backslash expansion
4641         of pathological directory names.
4642
4643 2009-04-25  Eric Blake  <ebb9@byu.net>
4644
4645         vc-list-files: fix shell quoting error
4646         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
4647         timestamp.
4648
4649 2009-04-25  Jim Meyering  <meyering@redhat.com>
4650
4651         vc-list-files: restore lost functionality with subdir argument
4652         * build-aux/vc-list-files: When given a non-"." sub-directory
4653         argument, substitute the $dir/ prefix back onto each resulting name.
4654         Otherwise, coreutils' root_tests check would fail.
4655
4656 2009-04-24  Eric Blake  <ebb9@byu.net>
4657
4658         vc-list-files: ignore git symlinks
4659         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
4660         than ls-files, to ignore git symlinks.
4661
4662         maint.mk: import improvements from m4
4663         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
4664         (move_if_change): Delete unused macro.
4665         (news-date-check, vc-diff-check): Support VPATH builds.
4666         (announcement): Likewise.  Split --bootstrap-tools list...
4667         (boostrap-tools): ...into separate list, which can be overridden
4668         in cfg.mk.
4669         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
4670         requiring dependency on useless-if-before-free module.
4671         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
4672         Support VPATH builds.
4673
4674 2009-04-24  Jim Meyering  <meyering@redhat.com>
4675
4676         maint.mk: remove coreutils-specific rules and variables
4677         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
4678         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
4679         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
4680
4681         maint.mk: remove obsolete rule
4682         * top/maint.mk (rel-check): Remove rule.
4683         (WGET, WGETFLAGS): Remove now-unused variables.
4684
4685 2009-04-24  Simon Josefsson  <simon@josefsson.org>
4686
4687         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
4688         consistency.
4689
4690         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
4691         '$(PATH_SEPARATOR)' instead of ':'.
4692
4693 2009-04-24  Simon Josefsson  <simon@josefsson.org>
4694
4695         * lib/getopt1.c (main): Use 'const' for static array.
4696
4697 2009-04-24  Simon Josefsson  <simon@josefsson.org>
4698
4699         * top/maint.mk: Sync with coreutils.
4700         * NEWS: Explain incompatibilities.
4701
4702 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4703             Bruno Haible  <bruno@clisp.org>
4704
4705         Fix cross-compilation results.
4706         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
4707         statement, as third argument of AC_TRY_RUN.
4708         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
4709         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
4710         Likewise.
4711         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
4712         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
4713         Likewise.
4714         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
4715         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
4716         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
4717
4718 2009-04-20  Bruno Haible  <bruno@clisp.org>
4719
4720         Avoid test failure on mingw.
4721         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
4722
4723 2009-04-20  Bruno Haible  <bruno@clisp.org>
4724
4725         Avoid compilation error on mingw.
4726         * modules/localename-tests (Depends-on): Add locale.
4727
4728 2009-04-19  Bruno Haible  <bruno@clisp.org>
4729
4730         Support for building a shared library on Windows platforms.
4731         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
4732         (main): Test the presence of UNINORM_NFC here.
4733         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
4734         (main): Test the presence of UNINORM_NFD here.
4735         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
4736         (main): Test the presence of UNINORM_NFKC here.
4737         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
4738         (main): Test the presence of UNINORM_NFKD here.
4739
4740 2009-04-19  Bruno Haible  <bruno@clisp.org>
4741
4742         Avoid a compiler warning.
4743         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
4744         Change type of variable 'sequence'.
4745
4746 2009-04-19  Bruno Haible  <bruno@clisp.org>
4747
4748         * modules/configmake (Makefile.am): When the contents of configmake.h
4749         does not change, arrange to preserve its modification time.
4750
4751 2009-04-17  Simon Josefsson  <simon@josefsson.org>
4752
4753         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
4754         gettext domain.
4755
4756 2009-04-16  Jim Meyering  <meyering@redhat.com>
4757
4758         useless-if-before-free: improve conversion code
4759         * build-aux/useless-if-before-free: Adjust code-in-comment to match
4760         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
4761
4762 2009-04-14  Bruno Haible  <bruno@clisp.org>
4763
4764         * modules/fcntl (Depends-on): Add extensions.
4765         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
4766
4767 2009-04-12  Ben Pfaff  <blp@gnu.org>
4768
4769         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
4770         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
4771
4772 2009-03-20  Ben Pfaff  <blp@gnu.org>
4773
4774         Make rename replace existing destinations on Windows.
4775         * m4/rename.m4: Add test for Mingw.
4776         * lib/rename.c: Add rename replacement that uses MoveFileEx with
4777         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
4778         * doc/posix-functions/rename.texi: Document.
4779
4780 2009-04-10  Bruno Haible  <bruno@clisp.org>
4781
4782         New include file "iconveh.h".
4783         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
4784         * lib/striconveh.h: Include it.
4785         (enum iconv_ilseq_handler): Remove definition.
4786         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
4787         striconveh.h.
4788         * lib/striconveha.c: Include striconveh.h.
4789         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
4790         * modules/striconveh (Files): Add lib/iconveh.h.
4791         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
4792         lib/striconveh.h.
4793
4794 2009-04-10  Bruno Haible  <bruno@clisp.org>
4795
4796         * lib/uniconv.h: Update comment.
4797
4798 2009-04-10  Bruno Haible  <bruno@clisp.org>
4799
4800         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
4801         always.
4802         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
4803         * lib/unistr/u16-mbtouc-aux.c: Likewise.
4804         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
4805         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
4806         "unistring-notinline.h", so that the function gets defined always.
4807         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
4808         * lib/unistr/u8-uctomb.c: Likewise.
4809         * lib/unistr/u16-mbtouc.c: Likewise.
4810         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
4811         * lib/unistr/u16-uctomb.c: Likewise.
4812         * lib/unistr/u32-mbtouc.c: Likewise.
4813         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
4814         * lib/unistr/u32-uctomb.c: Likewise.
4815
4816 2009-04-10  Bruno Haible  <bruno@clisp.org>
4817
4818         Mark 'utime' obsolete.
4819         * modules/utime (Status, Notice): New sections.
4820         Suggested by Jim Meyering.
4821
4822         Fix cross-compile guess for utime test.
4823         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
4824         autoconf.
4825         * doc/posix-functions/utime.texi: Give more precisions.
4826         Reported by Jan <ipif@ymail.com>.
4827
4828 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
4829
4830         filevercmp: correct today's change
4831         * lib/filevercmp.c: Also handle coreutils' test inputs.
4832         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
4833
4834         Fix regression in 'filevercmp' module. Thanks Sven Joachim
4835         for reporting it.
4836         * lib/filevercmp.c: Special handle for "", "." and "..".
4837         * tests/test-filevercmp.c: Enlarge the set suite.
4838
4839 2009-04-07  Jim Meyering  <meyering@redhat.com>
4840
4841         useless-if-before-free: show how to remove braced useless free, too
4842         * build-aux/useless-if-before-free: still only in a comment, though.
4843
4844 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
4845
4846         maint.mk: import changes to syntax-check macros from coreutils
4847         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
4848         Use them in the relevant macros.
4849
4850 2009-04-06  Bruno Haible  <bruno@clisp.org>
4851
4852         Fix unportable use of bit-fields.
4853         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
4854         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
4855         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
4856
4857 2009-04-06  Bruno Haible  <bruno@clisp.org>
4858
4859         Avoid test failures on AIX and OSF/1.
4860         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
4861         that malloc(0) = NULL.
4862         * tests/unicase/test-u8-tolower.c (check): Likewise.
4863         * tests/unicase/test-u8-totitle.c (check): Likewise.
4864         * tests/unicase/test-u8-toupper.c (check): Likewise.
4865         * tests/unicase/test-u16-casefold.c (check): Likewise.
4866         * tests/unicase/test-u16-tolower.c (check): Likewise.
4867         * tests/unicase/test-u16-totitle.c (check): Likewise.
4868         * tests/unicase/test-u16-toupper.c (check): Likewise.
4869         * tests/unicase/test-u32-casefold.c (check): Likewise.
4870         * tests/unicase/test-u32-tolower.c (check): Likewise.
4871         * tests/unicase/test-u32-totitle.c (check): Likewise.
4872         * tests/unicase/test-u32-toupper.c (check): Likewise.
4873         * tests/uninorm/test-u8-nfc.c (check): Likewise.
4874         * tests/uninorm/test-u8-nfd.c (check): Likewise.
4875         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
4876         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
4877         * tests/uninorm/test-u16-nfc.c (check): Likewise.
4878         * tests/uninorm/test-u16-nfd.c (check): Likewise.
4879         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
4880         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
4881         * tests/uninorm/test-u32-nfc.c (check): Likewise.
4882         * tests/uninorm/test-u32-nfd.c (check): Likewise.
4883         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
4884         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
4885
4886 2009-04-05  Bruno Haible  <bruno@clisp.org>
4887
4888         Work around an autoconf limitation.
4889         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
4890         comment line if it would be longer than 3 KB.
4891
4892 2009-04-05  Bruno Haible  <bruno@clisp.org>
4893
4894         Avoid test failure with libiconv-1.13.
4895         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
4896         of the expected test results.
4897
4898 2009-04-05  Bruno Haible  <bruno@clisp.org>
4899
4900         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
4901         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
4902         that it should be installed.
4903
4904 2009-04-05  Bruno Haible  <bruno@clisp.org>
4905
4906         * gnulib-tool: New option --copy-file.
4907         (func_usage): Document it.
4908         (func_dest_tmpfilename): Moved out of func_import.
4909         (func_add_file, func_update_file): New functions, extracted from
4910         func_import.
4911         (func_import): Update.
4912
4913 2009-04-05  Karl Berry  <karl@gnu.org>
4914
4915         * README: prominently mention gnulib-tool.
4916         Rearrange sections so getting the code is near the top.
4917
4918 2009-04-05  Bruno Haible  <bruno@clisp.org>
4919
4920         * lib/unicase.h: Mention u*_cmp2.
4921         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
4922         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
4923         * lib/unicase/ulc-casecmp.c: Likewise.
4924         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
4925         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
4926         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
4927         unistr/u8-cmp.
4928         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
4929         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
4930         unistr/u16-cmp.
4931         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
4932         unistr/u32-cmp.
4933
4934         * lib/uninorm.h: Mention u*_cmp2.
4935         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
4936         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
4937         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
4938         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
4939         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
4940         unistr/u8-cmp.
4941         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
4942         unistr/u16-cmp.
4943         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
4944         unistr/u32-cmp.
4945
4946         New module 'unistr/u32-cmp2'.
4947         * lib/unistr/u32-cmp2.c: New file.
4948         * modules/unistr/u32-cmp2: New file.
4949
4950         New module 'unistr/u16-cmp2'.
4951         * lib/unistr/u16-cmp2.c: New file.
4952         * modules/unistr/u16-cmp2: New file.
4953
4954         New module 'unistr/u8-cmp2'.
4955         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
4956         * lib/unistr/u8-cmp2.c: New file.
4957         * lib/unistr/u-cmp2.h: New file.
4958         * modules/unistr/u8-cmp2: New file.
4959
4960 2009-04-05  Bruno Haible  <bruno@clisp.org>
4961
4962         * lib/unictype.h (uc_property_is_valid): New macro.
4963         * tests/unictype/test-pr_byname.c (main): Use it.
4964
4965         * lib/unistr.h: Doc fixes.
4966         * lib/uniconv.h: Doc fixes.
4967         * lib/unictype.h: Doc fixes.
4968
4969 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
4970
4971         Port coreutils 7.2 to Solaris 8.
4972
4973         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
4974         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
4975         for Solaris 8.  This is a bit of a hack, as it means it's the
4976         caller's responsibility to add -lnsl if needed, but most likely it
4977         won't be needed since only getaddrinfo uses this and getaddrinfo
4978         isn't needed on Solaris 8.
4979
4980         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
4981         problem to Solaris 8 encountered with coreutils 7.2, which
4982         resulted in a message "fnmatch.c:292: warning: passing argument 4
4983         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
4984         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
4985
4986 2009-04-03  Simon Josefsson  <simon@josefsson.org>
4987
4988         * m4/ld-version-script.m4: Add FIXME comment.
4989
4990 2009-04-02  Simon Josefsson  <simon@josefsson.org>
4991
4992         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
4993         SOVERSION variable.
4994
4995 2009-04-02  Bruno Haible  <bruno@clisp.org>
4996
4997         * Makefile (info, html, dvi, pdf): Combine the rules.
4998         Suggested by Jim Meyering.
4999
5000 2009-04-01  Bruno Haible  <bruno@clisp.org>
5001
5002         * Makefile (info, html, dvi, pdf): New targets.
5003         Reported by Reuben Thomas <rrt@sc3d.org>.
5004
5005 2009-04-01  Bruno Haible  <bruno@clisp.org>
5006
5007         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
5008         can be put into PATH.
5009         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
5010
5011 2009-04-01  Bruno Haible  <bruno@clisp.org>
5012
5013         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
5014
5015 2009-04-01  Bruno Haible  <bruno@clisp.org>
5016
5017         Rename module 'visibility'.
5018         * modules/lib-symbol-visibility: Renamed from modules/visibility.
5019         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
5020         * doc/gnulib.texi: Update.
5021         * MODULES.html.sh (Misc): Update.
5022         * NEWS: Mention the change.
5023
5024 2009-04-01  Simon Josefsson  <simon@josefsson.org>
5025
5026         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
5027         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
5028         Eric Blake <ebb9@byu.net> for review.
5029         * MODULES.html.sh: Add lib-msvc-compat.
5030         * doc/gnulib.texi: Link to new section.
5031         * m4/ld-output-def.m4: New file.
5032         * doc/ld-output-def.texi: New file.
5033
5034 2009-04-01  Simon Josefsson  <simon@josefsson.org>
5035
5036         Rename ld-version-script to lib-symbol-versions.  Suggested by
5037         Bruno Haible <bruno@clisp.org>.
5038         * modules/ld-version-script: Renamed to lib-symbol-versions.
5039         * doc/ld-version-script.texi: Fix module name.
5040         * MODULES.html.sh: Add lib-symbol-versions.
5041
5042 2009-03-31  Simon Josefsson  <simon@josefsson.org>
5043
5044         * modules/u64-tests: New file.
5045         * tests/test-u64.c: New file.
5046
5047 2009-03-04  Simon Josefsson  <simon@josefsson.org>
5048
5049         * MODULES.html.sh: Mention u64.
5050         * modules/u64: New module.
5051         * modules/crypto/sha512: Depend on u64 module instead of providing
5052         u64.h.
5053
5054 2009-03-27  Eric Blake  <ebb9@byu.net>
5055
5056         test-strerror: make debugging EAI_SYSTEM easier
5057         * modules/getaddrinfo-tests (Depends-on): Add strerror.
5058         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
5059         failure was EAI_SYSTEM.
5060
5061 2009-03-25  Bruno Haible  <bruno@clisp.org>
5062
5063         Fix a problem with --enable-relocatable on Solaris 7.
5064         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
5065         since 2008-02-24.
5066
5067 2009-03-25  Eric Blake  <ebb9@byu.net>
5068
5069         test-sockets: avoid gcc warning
5070         * tests/test-sockets.c (main): Silence compiler warning.
5071
5072 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
5073
5074         New modules nproc, pthread, contributed by Glen Lenker.
5075
5076         * MODULES.html.sh: Add pthread, nproc.
5077         * lib/nproc.c: New file.
5078         * lib/nproc.h: New file.
5079         * lib/pthread.in.h: New file.
5080         * m4/pthread.m4: New file.
5081         * modules/nproc: New file.
5082         * modules/pthread: New file.
5083
5084 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5085
5086         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
5087         New variable.
5088
5089 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
5090
5091         filevercmp: handle simple~ and numbered.~3~ backup suffixes
5092         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
5093         * tests/test-filevercmp.c: Add tests for backup suffixes.
5094
5095 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5096
5097         * modules/stdlib (Depends-on): Add stdint, needed when defining
5098         struct random_data on, for example, HP-UX 10.20.  Reported by
5099         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5100
5101 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5102
5103         * lib/readline.c (readline): Call fflush on stdout after printing
5104         prompt.
5105
5106 2009-03-20  Bruno Haible  <bruno@clisp.org>
5107
5108         Remove dependency from 'close' module to -lws2_32 on native Windows.
5109         * lib/close-hook.h: New file.
5110         * lib/close-hook.c: New file.
5111         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
5112         w32sock.h.
5113         (_gl_close_fd_maybe_socket): Remove function.
5114         (rpl_close): Invoke execute_all_close_hooks instead of
5115         _gl_close_fd_maybe_socket.
5116         * lib/sockets.c: Include close-hook.h, w32sock.h.
5117         (close_fd_maybe_socket): New function, essentially from lib/close.c.
5118         (close_sockets_hook): New variable.
5119         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
5120         (gl_sockets_cleanup): Unregister it.
5121         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
5122         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
5123         * modules/close-hook: New file.
5124         * modules/close (Files): Remove lib/w32sock.h.
5125         (Depends-on): Add close-hook.
5126         (Link): Remove section.
5127         * modules/sockets (Files): Add lib/w32sock.h.
5128         (Depends-on): Add close-hook.
5129         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
5130         invocation.
5131         * NEWS: Mention that LIB_CLOSE is gone.
5132
5133 2009-03-23  Eric Blake  <ebb9@byu.net>
5134
5135         signal-tests: test previous patch
5136         * tests/test-signal.c: New file.
5137         * modules/signal-tests: Likewise.
5138
5139         signal.h: always support 'volatile sig_atomic_t'
5140         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
5141         (gl_SIGNAL_H_DEFAULTS): Add a default.
5142         * modules/signal (Makefile.am): Substitute if needed.
5143         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
5144         users can blindly add volatile.
5145         * doc/posix-headers/signal.texi (signal.h): Document it.
5146         Reported by Matthew Woehlke.
5147
5148 2009-03-23  Jim Meyering  <meyering@redhat.com>
5149
5150         pathmax: PATH_MAX: use pathconf only when available
5151         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
5152         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
5153         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
5154         This avoids a link failure in a PSP cross-compilation environment
5155         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
5156
5157         * lib/vasnprintf.c (divide): Fix typo in comment.
5158
5159 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5160
5161         * gnulib-tool (func_filter_filelist): Fix comment.
5162
5163 2009-03-20  Bruno Haible  <bruno@clisp.org>
5164
5165         Make sockets.h self-contained.
5166         * lib/sockets.c: Include sockets.h first.
5167         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
5168
5169 2009-03-19  Eric Blake  <ebb9@byu.net>
5170
5171         doc: mention more functions added in cygwin 1.7.0
5172         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
5173         addition.
5174         * doc/posix-functions/log2f.texi: Likewise.
5175
5176 2009-03-19  Jim Meyering  <meyering@redhat.com>
5177
5178         fsusage: avoid syntax error due to statement-before-declaration
5179         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
5180         after all declarations.  Reported by Matthew Woehlke in
5181         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
5182
5183 2009-03-18  Eric Blake  <ebb9@byu.net>
5184
5185         build-aux/compile: sync from automake
5186         * build-aux/compile: New file, from automake.
5187         * config/srclist.txt: Mention build-aux/compile.
5188
5189 2009-03-17  Bruno Haible  <bruno@clisp.org>
5190
5191         * lib/git-merge-changelog.c: Fix typo in comment.
5192         Reported by Reuben Thomas <rrt@sc3d.org>.
5193
5194 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
5195
5196         * m4/regex.m4: update and improve help for
5197         --without-included-regex.
5198
5199 2009-03-17  Simon Josefsson  <simon@josefsson.org>
5200
5201         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
5202         failure on missing include files.
5203
5204 2009-03-17  Eric Blake  <ebb9@byu.net>
5205
5206         doc: mention more functions added in cygwin 1.7.0
5207         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
5208         addition.
5209         * doc/posix-functions/fwscanf.texi: Likewise.
5210         * doc/posix-functions/swprintf.texi: Likewise.
5211         * doc/posix-functions/swscanf.texi: Likewise.
5212         * doc/posix-functions/vfwprintf.texi: Likewise.
5213         * doc/posix-functions/vfwscanf.texi: Likewise.
5214         * doc/posix-functions/vswprintf.texi: Likewise.
5215         * doc/posix-functions/vswscanf.texi: Likewise.
5216         * doc/posix-functions/vwprintf.texi: Likewise.
5217         * doc/posix-functions/vwscanf.texi: Likewise.
5218         * doc/posix-functions/wcscasecmp.texi: Likewise.
5219         * doc/posix-functions/wcsdup.texi: Likewise.
5220         * doc/posix-functions/wcsftime.texi: Likewise.
5221         * doc/posix-functions/wcsncasecmp.texi: Likewise.
5222         * doc/posix-functions/wprintf.texi: Likewise.
5223         * doc/posix-functions/wscanf.texi: Likewise.
5224         * doc/glibc-functions/gethostbyname2.texi: Likewise.
5225
5226 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5227
5228         maint.mk: really add $(AM_MAKEFLAGS)
5229         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
5230         was inadvertently omitted in the last commit.
5231         Spotted by Bruno Haible.
5232
5233         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
5234         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
5235         $(AM_MAKEFLAGS)' rather than plain `make'.
5236
5237         gnulib-tool: execute $MAKE not make
5238         * gnulib-tool: Default $MAKE to 'make'.
5239         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
5240         than make.  Initialize $MAKE in the do-autobuild script.
5241
5242         gnulib-tool: use $MAKE not make in generated files
5243         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
5244         make, in generated files.  Initialize $MAKE in the do-autobuild
5245         script.
5246
5247         * top/GNUmakefile (_have-git-version-gen): Fix typo.
5248
5249         GNUmakefile: disable parallelism only for multiple, recursive targets
5250         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
5251         additions in the Makefile.
5252         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
5253         by Automake.
5254         (.NOTPARALLEL): Only disable parallel builds if multiple targets
5255         are listed on the command line and at least one of them is
5256         listed in $(ALL_RECURSIVE_TARGETS).
5257
5258 2009-03-14  Bruno Haible  <bruno@clisp.org>
5259
5260         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
5261         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
5262         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
5263         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
5264         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
5265         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
5266         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
5267         unistr/u8-uctomb.
5268         * modules/unistr/u8-strchr (Depends-on): Likewise.
5269         * modules/unistr/u8-strrchr (Depends-on): Likewise.
5270         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
5271         unistr/u16-uctomb.
5272         * modules/unistr/u16-strchr (Depends-on): Likewise.
5273         * modules/unistr/u16-strrchr (Depends-on): Likewise.
5274
5275 2009-03-12  Bruno Haible  <bruno@clisp.org>
5276
5277         Work around select() bug on Interix 3.5.
5278         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
5279         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
5280         * m4/select.m4: New file.
5281         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
5282         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
5283         * modules/select (Files): Add m4/select.m4.
5284         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
5285         * modules/nanosleep (Depends-on): Add select.
5286         * modules/poll (Depends-on): Likewise.
5287         * doc/posix-functions/select.texi: Mention the Interix bug.
5288         Reported by Markus Duft <mduft@gentoo.org>.
5289
5290         * lib/select.c: Renamed from lib/winsock-select.c.
5291         * modules/select (Files): Add lib/select.c, remove
5292         lib/winsock-select.c.
5293         (configure.ac): Update.
5294
5295 2009-03-12  Jim Meyering  <meyering@redhat.com>
5296
5297         avoid gcc warnings about unused macro definitions
5298         * lib/readtokens.c (STREQ): Remove unused definition.
5299         * lib/xmalloc.c (SIZE_MAX): Likewise.
5300         * lib/openat-die.c (N_): Likewise.
5301         * lib/mountlist.c (SIZE_MAX): Remove definition.
5302         Instead, include <stdint.h>.
5303         * lib/readutmp.c: Likewise.
5304         * modules/readutmp (Depends-on): Add stdint.
5305         * modules/mountlist (Depends-on): Add stdint.
5306         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
5307
5308 2009-03-10  Bruno Haible  <bruno@clisp.org>
5309
5310         Tests for module 'mbmemcasecoll'.
5311         * modules/mbmemcasecoll-tests: New file.
5312         * tests/test-mbmemcasecoll1.sh: New file.
5313         * tests/test-mbmemcasecoll2.sh: New file.
5314         * tests/test-mbmemcasecoll3.sh: New file.
5315         * tests/test-mbmemcasecoll.c: New file.
5316
5317         New module 'mbmemcasecoll'.
5318         * lib/mbmemcasecoll.h: New file.
5319         * lib/mbmemcasecoll.c: New file.
5320         * modules/mbmemcasecoll: New file.
5321
5322         * tests/test-mbmemcasecmp.h: New file, extracted from
5323         tests/test-mbmemcasecmp.c.
5324         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
5325         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
5326         (main): Update.
5327         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
5328
5329 2009-03-09  Bruno Haible  <bruno@clisp.org>
5330
5331         Tests for module 'mbmemcasecmp'.
5332         * modules/mbmemcasecmp-tests: New file.
5333         * tests/test-mbmemcasecmp1.sh: New file.
5334         * tests/test-mbmemcasecmp2.sh: New file.
5335         * tests/test-mbmemcasecmp3.sh: New file.
5336         * tests/test-mbmemcasecmp.c: New file.
5337
5338         New module 'mbmemcasecmp'.
5339         * lib/mbmemcasecmp.h: New file.
5340         * lib/mbmemcasecmp.c: New file.
5341         * modules/mbmemcasecmp: New file.
5342
5343 2009-03-09  Bruno Haible  <bruno@clisp.org>
5344
5345         Tests for module 'unicase/ulc-casecoll'.
5346         * modules/unicase/ulc-casecoll-tests: New file.
5347         * tests/unicase/test-ulc-casecoll1.sh: New file.
5348         * tests/unicase/test-ulc-casecoll2.sh: New file.
5349         * tests/unicase/test-ulc-casecoll.c: New file.
5350
5351         New module 'unicase/ulc-casecoll'.
5352         * lib/unicase.h (ulc_casecoll): New declaration.
5353         * lib/unicase/ulc-casecoll.c: New file.
5354         * modules/unicase/ulc-casecoll: New file.
5355
5356         New module 'unicase/ulc-casexfrm'.
5357         * lib/unicase.h (ulc_casexfrm): New declaration.
5358         * lib/unicase/ulc-casexfrm.c: New file.
5359         * modules/unicase/ulc-casexfrm: New file.
5360
5361 2009-03-09  Bruno Haible  <bruno@clisp.org>
5362
5363         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
5364         invocations.
5365
5366         * m4/mbscasecmp.m4: Remove file.
5367         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
5368         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
5369
5370         * m4/mbscasestr.m4: Remove file.
5371         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
5372         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
5373
5374         * m4/mbschr.m4: Remove file.
5375         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
5376         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
5377
5378         * m4/mbscspn.m4: Remove file.
5379         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
5380         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
5381
5382         * m4/mbslen.m4: Remove file.
5383         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
5384         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
5385
5386         * m4/mbsncasecmp.m4: Remove file.
5387         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
5388         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
5389
5390         * m4/mbsnlen.m4: Remove file.
5391         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
5392         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
5393
5394         * m4/mbspbrk.m4: Remove file.
5395         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
5396         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
5397
5398         * m4/mbspcasecmp.m4: Remove file.
5399         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
5400         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
5401
5402         * m4/mbsrchr.m4: Remove file.
5403         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
5404         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
5405
5406         * m4/mbssep.m4: Remove file.
5407         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
5408         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
5409
5410         * m4/mbsspn.m4: Remove file.
5411         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
5412         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
5413
5414         * m4/mbsstr.m4: Remove file.
5415         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
5416         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
5417
5418         * m4/mbstok_r.m4: Remove file.
5419         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
5420         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
5421
5422         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
5423
5424         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
5425         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
5426
5427         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
5428
5429 2009-03-08  Bruno Haible  <bruno@clisp.org>
5430
5431         Tests for module 'unicase/ulc-casecmp'.
5432         * modules/unicase/ulc-casecmp-tests: New file.
5433         * tests/unicase/test-ulc-casecmp1.sh: New file.
5434         * tests/unicase/test-ulc-casecmp2.sh: New file.
5435         * tests/unicase/test-ulc-casecmp.c: New file.
5436
5437         New module 'unicase/ulc-casecmp'.
5438         * lib/unicase.h (ulc_casecmp): New declaration.
5439         * lib/unicase/ulc-casecmp.c: New file.
5440         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
5441         'const SRC_UNIT *'.
5442         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
5443         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
5444         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
5445         * modules/unicase/ulc-casecmp: New file.
5446
5447         Tests for module 'unicase/u32-is-cased'.
5448         * modules/unicase/u32-is-cased-tests: New file.
5449         * tests/unicase/test-u32-is-cased.c: New file.
5450
5451         Tests for module 'unicase/u16-is-cased'.
5452         * modules/unicase/u16-is-cased-tests: New file.
5453         * tests/unicase/test-u16-is-cased.c: New file.
5454
5455         Tests for module 'unicase/u8-is-cased'.
5456         * modules/unicase/u8-is-cased-tests: New file.
5457         * tests/unicase/test-u8-is-cased.c: New file.
5458         * tests/unicase/test-is-cased.h: New file.
5459
5460         New module 'unicase/u32-is-cased'.
5461         * lib/unicase/u32-is-cased.c: New file.
5462         * modules/unicase/u32-is-cased: New file.
5463
5464         New module 'unicase/u16-is-cased'.
5465         * lib/unicase/u16-is-cased.c: New file.
5466         * modules/unicase/u16-is-cased: New file.
5467
5468         New module 'unicase/u8-is-cased'.
5469         * lib/unicase/u8-is-cased.c: New file.
5470         * lib/unicase/u-is-cased.h: New file.
5471         * modules/unicase/u8-is-cased: New file.
5472
5473         Tests for module 'unicase/u32-is-casefolded'.
5474         * modules/unicase/u32-is-casefolded-tests: New file.
5475         * tests/unicase/test-u32-is-casefolded.c: New file.
5476
5477         Tests for module 'unicase/u16-is-casefolded'.
5478         * modules/unicase/u16-is-casefolded-tests: New file.
5479         * tests/unicase/test-u16-is-casefolded.c: New file.
5480
5481         Tests for module 'unicase/u8-is-casefolded'.
5482         * modules/unicase/u8-is-casefolded-tests: New file.
5483         * tests/unicase/test-u8-is-casefolded.c: New file.
5484         * tests/unicase/test-is-casefolded.h: New file.
5485
5486         New module 'unicase/u32-is-casefolded'.
5487         * lib/unicase/u32-is-casefolded.c: New file.
5488         * modules/unicase/u32-is-casefolded: New file.
5489
5490         New module 'unicase/u16-is-casefolded'.
5491         * lib/unicase/u16-is-casefolded.c: New file.
5492         * modules/unicase/u16-is-casefolded: New file.
5493
5494         New module 'unicase/u8-is-casefolded'.
5495         * lib/unicase/u8-is-casefolded.c: New file.
5496         * modules/unicase/u8-is-casefolded: New file.
5497
5498         Tests for module 'unicase/u32-is-titlecase'.
5499         * modules/unicase/u32-is-titlecase-tests: New file.
5500         * tests/unicase/test-u32-is-titlecase.c: New file.
5501
5502         Tests for module 'unicase/u16-is-titlecase'.
5503         * modules/unicase/u16-is-titlecase-tests: New file.
5504         * tests/unicase/test-u16-is-titlecase.c: New file.
5505
5506         Tests for module 'unicase/u8-is-titlecase'.
5507         * modules/unicase/u8-is-titlecase-tests: New file.
5508         * tests/unicase/test-u8-is-titlecase.c: New file.
5509         * tests/unicase/test-is-titlecase.h: New file.
5510
5511         New module 'unicase/u32-is-titlecase'.
5512         * lib/unicase/u32-is-titlecase.c: New file.
5513         * modules/unicase/u32-is-titlecase: New file.
5514
5515         New module 'unicase/u16-is-titlecase'.
5516         * lib/unicase/u16-is-titlecase.c: New file.
5517         * modules/unicase/u16-is-titlecase: New file.
5518
5519         New module 'unicase/u8-is-titlecase'.
5520         * lib/unicase/u8-is-titlecase.c: New file.
5521         * modules/unicase/u8-is-titlecase: New file.
5522
5523         Tests for module 'unicase/u32-is-lowercase'.
5524         * modules/unicase/u32-is-lowercase-tests: New file.
5525         * tests/unicase/test-u32-is-lowercase.c: New file.
5526
5527         Tests for module 'unicase/u16-is-lowercase'.
5528         * modules/unicase/u16-is-lowercase-tests: New file.
5529         * tests/unicase/test-u16-is-lowercase.c: New file.
5530
5531         Tests for module 'unicase/u8-is-lowercase'.
5532         * modules/unicase/u8-is-lowercase-tests: New file.
5533         * tests/unicase/test-u8-is-lowercase.c: New file.
5534         * tests/unicase/test-is-lowercase.h: New file.
5535
5536         New module 'unicase/u32-is-lowercase'.
5537         * lib/unicase/u32-is-lowercase.c: New file.
5538         * modules/unicase/u32-is-lowercase: New file.
5539
5540         New module 'unicase/u16-is-lowercase'.
5541         * lib/unicase/u16-is-lowercase.c: New file.
5542         * modules/unicase/u16-is-lowercase: New file.
5543
5544         New module 'unicase/u8-is-lowercase'.
5545         * lib/unicase/u8-is-lowercase.c: New file.
5546         * modules/unicase/u8-is-lowercase: New file.
5547
5548         Tests for module 'unicase/u32-is-uppercase'.
5549         * modules/unicase/u32-is-uppercase-tests: New file.
5550         * tests/unicase/test-u32-is-uppercase.c: New file.
5551
5552         Tests for module 'unicase/u16-is-uppercase'.
5553         * modules/unicase/u16-is-uppercase-tests: New file.
5554         * tests/unicase/test-u16-is-uppercase.c: New file.
5555
5556         Tests for module 'unicase/u8-is-uppercase'.
5557         * modules/unicase/u8-is-uppercase-tests: New file.
5558         * tests/unicase/test-u8-is-uppercase.c: New file.
5559         * tests/unicase/test-is-uppercase.h: New file.
5560
5561         New module 'unicase/u32-is-uppercase'.
5562         * lib/unicase/u32-is-uppercase.c: New file.
5563         * modules/unicase/u32-is-uppercase: New file.
5564
5565         New module 'unicase/u16-is-uppercase'.
5566         * lib/unicase/u16-is-uppercase.c: New file.
5567         * modules/unicase/u16-is-uppercase: New file.
5568
5569         New module 'unicase/u8-is-uppercase'.
5570         * lib/unicase/u8-is-uppercase.c: New file.
5571         * modules/unicase/u8-is-uppercase: New file.
5572
5573         New module 'unicase/u32-is-invariant'.
5574         * lib/unicase/u32-is-invariant.c: New file.
5575         * modules/unicase/u32-is-invariant: New file.
5576
5577         New module 'unicase/u16-is-invariant'.
5578         * lib/unicase/u16-is-invariant.c: New file.
5579         * modules/unicase/u16-is-invariant: New file.
5580
5581         New module 'unicase/u8-is-invariant'.
5582         * lib/unicase/u8-is-invariant.c: New file.
5583         * lib/unicase/invariant.h: New file.
5584         * lib/unicase/u-is-invariant.h: New file.
5585         * modules/unicase/u8-is-invariant: New file.
5586
5587         Tests for module 'unicase/u32-casecoll'.
5588         * modules/unicase/u32-casecoll-tests: New file.
5589         * tests/unicase/test-u32-casecoll.c: New file.
5590
5591         Tests for module 'unicase/u16-casecoll'.
5592         * modules/unicase/u16-casecoll-tests: New file.
5593         * tests/unicase/test-u16-casecoll.c: New file.
5594
5595         Tests for module 'unicase/u8-casecoll'.
5596         * modules/unicase/u8-casecoll-tests: New file.
5597         * tests/unicase/test-u8-casecoll.c: New file.
5598
5599         New module 'unicase/u32-casecoll'.
5600         * lib/unicase/u32-casecoll.c: New file.
5601         * modules/unicase/u32-casecoll: New file.
5602
5603         New module 'unicase/u16-casecoll'.
5604         * lib/unicase/u16-casecoll.c: New file.
5605         * modules/unicase/u16-casecoll: New file.
5606
5607         New module 'unicase/u8-casecoll'.
5608         * lib/unicase/u8-casecoll.c: New file.
5609         * lib/unicase/u-casecoll.h: New file.
5610         * modules/unicase/u8-casecoll: New file.
5611
5612         New module 'unicase/u32-casexfrm'.
5613         * lib/unicase/u32-casexfrm.c: New file.
5614         * modules/unicase/u32-casexfrm: New file.
5615
5616         New module 'unicase/u16-casexfrm'.
5617         * lib/unicase/u16-casexfrm.c: New file.
5618         * modules/unicase/u16-casexfrm: New file.
5619
5620         New module 'unicase/u8-casexfrm'.
5621         * lib/unicase/u8-casexfrm.c: New file.
5622         * lib/unicase/u-casexfrm.h: New file.
5623         * modules/unicase/u8-casexfrm: New file.
5624
5625         Tests for module 'unicase/u32-casecmp'.
5626         * modules/unicase/u32-casecmp-tests: New file.
5627         * tests/unicase/test-u32-casecmp.c: New file.
5628
5629         Tests for module 'unicase/u16-casecmp'.
5630         * modules/unicase/u16-casecmp-tests: New file.
5631         * tests/unicase/test-u16-casecmp.c: New file.
5632
5633         Tests for module 'unicase/u8-casecmp'.
5634         * modules/unicase/u8-casecmp-tests: New file.
5635         * tests/unicase/test-u8-casecmp.c: New file.
5636         * tests/unicase/test-casecmp.h: New file.
5637
5638         New module 'unicase/u32-casecmp'.
5639         * lib/unicase/u32-casecmp.c: New file.
5640         * modules/unicase/u32-casecmp: New file.
5641
5642         New module 'unicase/u16-casecmp'.
5643         * lib/unicase/u16-casecmp.c: New file.
5644         * modules/unicase/u16-casecmp: New file.
5645
5646         New module 'unicase/u8-casecmp'.
5647         * lib/unicase/u8-casecmp.c: New file.
5648         * lib/unicase/u-casecmp.h: New file.
5649         * modules/unicase/u8-casecmp: New file.
5650
5651         Tests for module 'unicase/u32-casefold'.
5652         * modules/unicase/u32-casefold-tests: New file.
5653         * tests/unicase/test-u32-casefold.c: New file.
5654
5655         Tests for module 'unicase/u16-casefold'.
5656         * modules/unicase/u16-casefold-tests: New file.
5657         * tests/unicase/test-u16-casefold.c: New file.
5658
5659         Tests for module 'unicase/u8-casefold'.
5660         * modules/unicase/u8-casefold-tests: New file.
5661         * tests/unicase/test-u8-casefold.c: New file.
5662
5663         New module 'unicase/u32-casefold'.
5664         * lib/unicase/u32-casefold.c: New file.
5665         * modules/unicase/u32-casefold: New file.
5666
5667         New module 'unicase/u16-casefold'.
5668         * lib/unicase/u16-casefold.c: New file.
5669         * modules/unicase/u16-casefold: New file.
5670
5671         New module 'unicase/u8-casefold'.
5672         * lib/unicase/u8-casefold.c: New file.
5673         * lib/unicase/u-casefold.h: New file.
5674         * modules/unicase/u8-casefold: New file.
5675
5676         New module 'unicase/tocasefold'.
5677         * lib/unicase/casefold.h: New file.
5678         * lib/unicase/tocasefold.c: New file.
5679         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
5680         * modules/unicase/tocasefold: New file.
5681
5682         Tests for module 'unicase/u32-totitle'.
5683         * modules/unicase/u32-totitle-tests: New file.
5684         * tests/unicase/test-u32-totitle.c: New file.
5685
5686         Tests for module 'unicase/u16-totitle'.
5687         * modules/unicase/u16-totitle-tests: New file.
5688         * tests/unicase/test-u16-totitle.c: New file.
5689
5690         Tests for module 'unicase/u8-totitle'.
5691         * modules/unicase/u8-totitle-tests: New file.
5692         * tests/unicase/test-u8-totitle.c: New file.
5693
5694         New module 'unicase/u32-totitle'.
5695         * lib/unicase/u32-totitle.c: New file.
5696         * modules/unicase/u32-totitle: New file.
5697
5698         New module 'unicase/u16-totitle'.
5699         * lib/unicase/u16-totitle.c: New file.
5700         * modules/unicase/u16-totitle: New file.
5701
5702         New module 'unicase/u8-totitle'.
5703         * lib/unicase/u8-totitle.c: New file.
5704         * lib/unicase/u-totitle.h: New file.
5705         * modules/unicase/u8-totitle: New file.
5706
5707         Tests for module 'unicase/u32-tolower'.
5708         * modules/unicase/u32-tolower-tests: New file.
5709         * tests/unicase/test-u32-tolower.c: New file.
5710
5711         Tests for module 'unicase/u16-tolower'.
5712         * modules/unicase/u16-tolower-tests: New file.
5713         * tests/unicase/test-u16-tolower.c: New file.
5714
5715         Tests for module 'unicase/u8-tolower'.
5716         * modules/unicase/u8-tolower-tests: New file.
5717         * tests/unicase/test-u8-tolower.c: New file.
5718
5719         New module 'unicase/u32-tolower'.
5720         * lib/unicase/u32-tolower.c: New file.
5721         * modules/unicase/u32-tolower: New file.
5722
5723         New module 'unicase/u16-tolower'.
5724         * lib/unicase/u16-tolower.c: New file.
5725         * modules/unicase/u16-tolower: New file.
5726
5727         New module 'unicase/u8-tolower'.
5728         * lib/unicase/u8-tolower.c: New file.
5729         * modules/unicase/u8-tolower: New file.
5730
5731         Tests for module 'unicase/u32-toupper'.
5732         * modules/unicase/u32-toupper-tests: New file.
5733         * tests/unicase/test-u32-toupper.c: New file.
5734
5735         Tests for module 'unicase/u16-toupper'.
5736         * modules/unicase/u16-toupper-tests: New file.
5737         * tests/unicase/test-u16-toupper.c: New file.
5738
5739         Tests for module 'unicase/u8-toupper'.
5740         * modules/unicase/u8-toupper-tests: New file.
5741         * tests/unicase/test-u8-toupper.c: New file.
5742
5743         New module 'unicase/u32-toupper'.
5744         * lib/unicase/u32-toupper.c: New file.
5745         * modules/unicase/u32-toupper: New file.
5746
5747         New module 'unicase/u16-toupper'.
5748         * lib/unicase/u16-toupper.c: New file.
5749         * modules/unicase/u16-toupper: New file.
5750
5751         New module 'unicase/u8-toupper'.
5752         * lib/unicase/u8-toupper.c: New file.
5753         * modules/unicase/u8-toupper: New file.
5754
5755         New module 'unicase/u32-casemap'.
5756         * lib/unicase/u32-casemap.c: New file.
5757         * modules/unicase/u32-casemap: New file.
5758
5759         New module 'unicase/u16-casemap'.
5760         * lib/unicase/u16-casemap.c: New file.
5761         * modules/unicase/u16-casemap: New file.
5762
5763         New module 'unicase/u8-casemap'.
5764         * lib/unicase/unicasemap.h: New file.
5765         * lib/unicase/u8-casemap.c: New file.
5766         * lib/unicase/u-casemap.h: New file.
5767         * modules/unicase/u8-casemap: New file.
5768
5769         New module 'unicase/special-casing'.
5770         * lib/unicase/special-casing.h: New file.
5771         * lib/unicase/special-casing.c: New file.
5772         * lib/unicase/special-casing-table.gperf: New file, generated by
5773         gen-uni-tables.c.
5774         * modules/unicase/special-casing: New file.
5775
5776         Tests for module 'unicase/locale-language'.
5777         * modules/unicase/locale-language-tests: New file.
5778         * tests/unicase/test-locale-language.sh: New file.
5779         * tests/unicase/test-locale-language.c: New file.
5780
5781         New module 'unicase/locale-language'.
5782         * lib/unicase/locale-language.c: New file.
5783         * lib/unicase/locale-languages.gperf: New file.
5784         * modules/unicase/locale-language: New file.
5785
5786         Generate more tables for case conversion and case folding.
5787         * lib/gen-uni-tables.c (SCC_*): New enum items.
5788         (struct special_casing_rule): New type.
5789         (casing_rules, num_casing_rules, allocated_casing_rules): New
5790         variables.
5791         (add_casing_rule, fill_casing_rules): New functions.
5792         (struct casefold_rule): New type.
5793         (casefolding_rules, num_casefolding_rules,
5794         allocated_casefolding_rules): New variables.
5795         (fill_casefolding_rules): New function.
5796         (unicode_casefold): New variable.
5797         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
5798         sort_casing_rules, output_casing_rules): New functions.
5799         (main): Accept to more arguments: SpecialCasing.txt and
5800         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
5801         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
5802         Output mapping for casefolding.
5803
5804         * lib/unicase.h: Include stdbool.h, uninorm.h.
5805         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
5806         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
5807         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
5808         arguments.
5809         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
5810         resultp arguments.
5811         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
5812         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
5813         resultp arguments.
5814         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
5815         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
5816         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
5817         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
5818         declarations.
5819         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
5820
5821 2009-03-08  Bruno Haible  <bruno@clisp.org>
5822
5823         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
5824         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
5825         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
5826         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
5827
5828 2009-03-07  Bruno Haible  <bruno@clisp.org>
5829
5830         Adjust u*_normcmp, u*_normcoll API.
5831         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
5832         u16_normcoll, u32_normcoll): Change failure conventions.
5833         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
5834         errno and return -1.
5835         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
5836
5837 2009-03-07  Bruno Haible  <bruno@clisp.org>
5838
5839         Tests for module 'uninorm/u32-normcoll'.
5840         * modules/uninorm/u32-normcoll-tests: New file.
5841         * tests/uninorm/test-u32-normcoll.c: New file.
5842
5843         Tests for module 'uninorm/u16-normcoll'.
5844         * modules/uninorm/u16-normcoll-tests: New file.
5845         * tests/uninorm/test-u16-normcoll.c: New file.
5846
5847         Tests for module 'uninorm/u8-normcoll'.
5848         * modules/uninorm/u8-normcoll-tests: New file.
5849         * tests/uninorm/test-u8-normcoll.c: New file.
5850
5851 2009-03-07  Bruno Haible  <bruno@clisp.org>
5852
5853         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
5854         tests/uninorm/test-u32-normcmp.c.
5855         * tests/uninorm/test-u32-normcmp.c: Include it.
5856         (test_nonascii): New function, extracted from main. Add some more
5857         tests.
5858         (main): Invoke test_ascii and test_nonascii.
5859         * modules/uninorm/u32-normcmp-tests (Files): Add
5860         tests/uninorm/test-u32-normcmp.h.
5861         (Depends-on): Remove uninorm/u32-normcmp.
5862
5863         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
5864         tests/uninorm/test-u16-normcmp.c.
5865         * tests/uninorm/test-u16-normcmp.c: Include it.
5866         (test_nonascii): New function, extracted from main. Add some more
5867         tests.
5868         (main): Invoke test_ascii and test_nonascii.
5869         * modules/uninorm/u16-normcmp-tests (Files): Add
5870         tests/uninorm/test-u16-normcmp.h.
5871         (Depends-on): Remove uninorm/u16-normcmp.
5872
5873         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
5874         tests/uninorm/test-u8-normcmp.c.
5875         * tests/uninorm/test-u8-normcmp.c: Include it.
5876         (test_nonascii): New function, extracted from main. Add some more
5877         tests.
5878         (main): Invoke test_ascii and test_nonascii.
5879         * modules/uninorm/u8-normcmp-tests (Files): Add
5880         tests/uninorm/test-u8-normcmp.h.
5881         (Depends-on): Remove uninorm/u8-normcmp.
5882
5883 2009-03-07  Bruno Haible  <bruno@clisp.org>
5884
5885         New module 'uninorm/u32-normcoll'.
5886         * lib/uninorm/u32-normcoll.c: New file.
5887         * modules/uninorm/u32-normcoll: New file.
5888
5889         New module 'uninorm/u16-normcoll'.
5890         * lib/uninorm/u16-normcoll.c: New file.
5891         * modules/uninorm/u16-normcoll: New file.
5892
5893         New module 'uninorm/u8-normcoll'.
5894         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
5895         declarations.
5896         * lib/uninorm/u8-normcoll.c: New file.
5897         * lib/uninorm/u-normcoll.h: New file.
5898         * modules/uninorm/u8-normcoll: New file.
5899
5900         New module 'uninorm/u32-normxfrm'.
5901         * lib/uninorm/u32-normxfrm.c: New file.
5902         * modules/uninorm/u32-normxfrm: New file.
5903
5904         New module 'uninorm/u16-normxfrm'.
5905         * lib/uninorm/u16-normxfrm.c: New file.
5906         * modules/uninorm/u16-normxfrm: New file.
5907
5908         New module 'uninorm/u8-normxfrm'.
5909         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
5910         declarations.
5911         * lib/uninorm/u8-normxfrm.c: New file.
5912         * lib/uninorm/u-normxfrm.h: New file.
5913         * modules/uninorm/u8-normxfrm: New file.
5914
5915 2009-03-07  Bruno Haible  <bruno@clisp.org>
5916
5917         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
5918         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
5919         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
5920
5921 2009-03-07  Bruno Haible  <bruno@clisp.org>
5922
5923         New module 'memxfrm'.
5924         * lib/memxfrm.h: New file.
5925         * lib/memxfrm.c: New file.
5926         * modules/memxfrm: New file.
5927
5928 2009-03-07  Bruno Haible  <bruno@clisp.org>
5929
5930         New module 'memcmp2'.
5931         * lib/memcmp2.h: New file.
5932         * lib/memcmp2.c: New file.
5933         * modules/memcmp2: New file.
5934
5935 2009-03-07  Bruno Haible  <bruno@clisp.org>
5936
5937         Tests for module 'uninorm/decomposing-form'.
5938         * modules/uninorm/decomposing-form-tests: New file.
5939         * tests/uninorm/test-decomposing-form.c: New file.
5940
5941         New module 'uninorm/decomposing-form'.
5942         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
5943         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
5944         Add 'decomposing_variant' field.
5945         * lib/uninorm/decomposing-form.c: New file.
5946         * lib/uninorm/nfc.c (uninorm_nfc): Update.
5947         * lib/uninorm/nfd.c (uninorm_nfd): Update.
5948         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
5949         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
5950         * modules/uninorm/decomposing-form: New file.
5951         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
5952         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
5953
5954 2009-03-07  Bruno Haible  <bruno@clisp.org>
5955
5956         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
5957         strings.
5958
5959 2009-03-06  Bruno Haible  <bruno@clisp.org>
5960
5961         Tests for module 'uninorm/u32-normcmp'.
5962         * tests/uninorm/test-u32-normcmp.c: New file.
5963         * modules/uninorm/u32-normcmp-tests: New file.
5964
5965         Tests for module 'uninorm/u16-normcmp'.
5966         * tests/uninorm/test-u16-normcmp.c: New file.
5967         * modules/uninorm/u16-normcmp-tests: New file.
5968
5969         Tests for module 'uninorm/u8-normcmp'.
5970         * tests/uninorm/test-u8-normcmp.c: New file.
5971         * modules/uninorm/u8-normcmp-tests: New file.
5972
5973         New module 'uninorm/u32-normcmp'.
5974         * lib/uninorm/u32-normcmp.c: New file.
5975         * modules/uninorm/u32-normcmp: New file.
5976
5977         New module 'uninorm/u16-normcmp'.
5978         * lib/uninorm/u16-normcmp.c: New file.
5979         * modules/uninorm/u16-normcmp: New file.
5980
5981         New module 'uninorm/u8-normcmp'.
5982         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
5983         declarations.
5984         * lib/uninorm/u8-normcmp.c: New file.
5985         * lib/uninorm/u-normcmp.h: New file.
5986         * modules/uninorm/u8-normcmp: New file.
5987
5988 2009-03-06  Bruno Haible  <bruno@clisp.org>
5989
5990         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
5991         Reported by Eric Blake.
5992
5993 2009-03-06  Eric Blake  <ebb9@byu.net>
5994             Bruno Haible  <bruno@clisp.org>
5995
5996         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
5997         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
5998         condition.
5999         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
6000         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
6001         condition.
6002         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
6003
6004 2009-03-06  Eric Blake  <ebb9@byu.net>
6005
6006         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
6007         to avoid compiler warnings.
6008         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
6009
6010 2009-03-05  Bruno Haible  <bruno@clisp.org>
6011
6012         * tests/test-ftell.c (main): Disable test beyond end of file on
6013         FreeMiNT.
6014         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
6015
6016 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
6017
6018         * lib/filevercmp.c: Move hidden files up in ordering.
6019         * tests/test-filevercmp.c: Add tests for hidden files.
6020
6021 2009-03-04  Bruno Haible  <bruno@clisp.org>
6022
6023         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
6024         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
6025         AM_CFLAGS.
6026         Reported by Simon Josefsson.
6027
6028 2009-03-03  Bruno Haible  <bruno@clisp.org>
6029
6030         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
6031         Reported by Simon Josefsson.
6032
6033         * doc/ld-version-script.texi: Update node reference.
6034
6035 2009-03-03  Bruno Haible  <bruno@clisp.org>
6036
6037         * modules/visibility (License): Change to 'unlimited'.
6038         Suggested by Simon Josefsson.
6039
6040 2009-03-03  Jim Meyering  <meyering@redhat.com>
6041
6042         unlinkdir: cannot_unlink_dir may modify process state
6043         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
6044         it's neither thread-safe nor appropriate for use in a library.
6045
6046 2009-03-03  Eric Blake  <ebb9@byu.net>
6047
6048         test-closein: silence test under Darwin
6049         * tests/test-closein.sh: Ignore stderr from cat, since we don't
6050         care if it dies from EPIPE or EBADF.
6051
6052 2009-03-03  Bruno Haible  <bruno@clisp.org>
6053
6054         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
6055         earlier.
6056         * doc/visibility.texi: Fix @node and @section.
6057
6058 2009-03-03  Simon Josefsson  <simon@josefsson.org>
6059
6060         * doc/gnulib.texi: Link to sections for ld version script and
6061         visibility.
6062         * doc/visibility.texi: Add @node and @section.
6063         * modules/ld-version-script: New module.
6064         * m4/ld-version-script.m4: New file.
6065         * doc/ld-version-script.texi: New file.
6066
6067 2009-03-02  David Lutterkort  <lutter@redhat.com>
6068
6069         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
6070         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6071
6072 2009-03-02  Bruno Haible  <bruno@clisp.org>
6073
6074         * doc/visibility.texi: Mention libtool's -export-symbols option.
6075
6076 2009-03-02  Jim Meyering  <meyering@redhat.com>
6077
6078         announce-gen: new option: --no-print-checksums
6079         * build-aux/announce-gen (usage): Describe it.
6080         (print_checksums): Print a newline here, not in the [*] footnote.
6081         (main): Honor it.
6082
6083 2009-03-01  Bruno Haible  <bruno@clisp.org>
6084
6085         Use socklen_t in the native Windows replacements prototypes.
6086         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
6087         instead of 'int'.
6088         * lib/getsockopt.c (rpl_getsockopt): Likewise.
6089         * lib/setsockopt.c (rpl_setsockopt): Likewise.
6090         * modules/getsockopt (Depends-on): Add socklen.
6091         * modules/setsockopt (Depends-on): Add socklen.
6092
6093 2009-03-01  Bruno Haible  <bruno@clisp.org>
6094
6095         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
6096         least 4.2.
6097
6098 2009-03-01  Eric Blake  <ebb9@byu.net>
6099             Bruno Haible  <bruno@clisp.org>
6100
6101         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
6102         error messages.
6103         * lib/wait-process.c (wait_subprocess): Omit error message about
6104         deadly signal sent to the child of termsigp != NULL.
6105
6106 2009-03-01  Eric Blake  <ebb9@byu.net>
6107
6108         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
6109
6110 2009-03-01  Bruno Haible  <bruno@clisp.org>
6111
6112         Avoid a gcc warning.
6113         * tests/test-sched.c (b): Make global.
6114         Reported by Eric Blake.
6115
6116 2009-01-19  Martin Lambers  <marlam@marlam.de>
6117
6118         Provide POSIX semantics for socket timeout options on W32.
6119         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
6120         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
6121         * modules/setsockopt: Depend on sys_time module for struct timeval.
6122         * modules/getsockopt: Depend on sys_time module for struct timeval.
6123
6124 2009-03-01  Simon Josefsson  <simon@josefsson.org>
6125
6126         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
6127         __USE_GNU, for consistency with netdb.in.h.
6128         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6129
6130 2009-03-01  Bruno Haible  <bruno@clisp.org>
6131
6132         More support for FreeMiNT.
6133         * lib/fseeko.c (rpl_fseeko): Complete last commit.
6134         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6135
6136 2009-03-01  Bruno Haible  <bruno@clisp.org>
6137
6138         More support for FreeMiNT.
6139         * lib/fpurge.c (fpurge): Correct last commit.
6140         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6141
6142 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6143
6144         Fix unportable awk script in vc-list-files.
6145         * build-aux/vc-list-files: In the replacement awk script, use
6146         substr with a second argument of 1, not zero.
6147         Report by Simon Josefsson.
6148
6149 2009-02-28  Bruno Haible  <bruno@clisp.org>
6150
6151         More support for FreeMiNT.
6152         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
6153         to FreeMiNT today.
6154         * lib/fwriting.c (fwriting): Likewise.
6155         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
6156
6157 2009-02-28  Bruno Haible  <bruno@clisp.org>
6158
6159         * tests/test-freadseek.c (main): Disable test beyond end of file on
6160         FreeMiNT.
6161         * tests/test-ftello.c (main): Likewise.
6162         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
6163
6164 2009-02-28  Bruno Haible  <bruno@clisp.org>
6165
6166         Add tentative support for FreeMiNT.
6167         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
6168         * lib/fpurge.c (fpurge): Likewise.
6169         * lib/freadable.c (freadable): Likewise.
6170         * lib/freading.c (freading): Likewise.
6171         * lib/freadptr.c (freadptr): Likewise.
6172         * lib/freadseek.c (freadptrinc): Likewise.
6173         * lib/fseeko.c (rpl_fseeko): Likewise.
6174         * lib/fseterr.c (fseterr): Likewise.
6175         * lib/fwritable.c (fwritable): Likewise.
6176         * lib/fwriting.c (fwriting): Likewise.
6177         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
6178         Hourihane.
6179         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
6180
6181 2009-02-28  Bruno Haible  <bruno@clisp.org>
6182
6183         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
6184         SIGCHLD.
6185         Reported by Jim Meyering.
6186
6187 2009-02-28  Bruno Haible  <bruno@clisp.org>
6188
6189         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
6190         Mention the results of these tests on various platforms.
6191         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
6192         order.
6193         * doc/posix-functions/printf.texi: Likewise.
6194         * doc/posix-functions/snprintf.texi: Likewise.
6195         * doc/posix-functions/sprintf.texi: Likewise.
6196         * doc/posix-functions/vfprintf.texi: Likewise.
6197         * doc/posix-functions/vprintf.texi: Likewise.
6198         * doc/posix-functions/vsnprintf.texi: Likewise.
6199         * doc/posix-functions/vsprintf.texi: Likewise.
6200         * doc/glibc-functions/obstack_printf.texi: Likewise.
6201         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
6202
6203 2009-02-28  Bruno Haible  <bruno@clisp.org>
6204
6205         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
6206         Reported by Loïc Minier <lool@dooz.org>.
6207
6208 2009-02-27  Bruno Haible  <bruno@clisp.org>
6209
6210         * gnulib-tool (func_import): Make the sed expression used to create the
6211         sed script for updating the .gitignore file POSIX compliant.
6212         Reported by Eric Blake.
6213
6214 2009-02-27  Bruno Haible  <bruno@clisp.org>
6215
6216         * gnulib-tool (sed): Don't alias as "sed --posix".
6217         Reported by Eric Blake.
6218
6219 2009-02-27  Bruno Haible  <bruno@clisp.org>
6220
6221         Avoid test link errors.
6222         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
6223         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
6224         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
6225         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
6226         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6227
6228 2009-02-27  Bruno Haible  <bruno@clisp.org>
6229
6230         Avoid spurious "(cached)" in configure output.
6231         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
6232         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
6233         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
6234         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
6235         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
6236         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
6237         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
6238         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
6239         Reported by Eric Blake.
6240
6241 2009-02-27  Eric Blake  <ebb9@byu.net>
6242
6243         printf: fix regression in previous patch
6244         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
6245
6246 2009-02-27  Bruno Haible  <bruno@clisp.org>
6247
6248         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
6249         value.
6250         * lib/stdint.in.h: Likewise.
6251         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
6252
6253 2009-02-27  Eric Blake  <ebb9@byu.net>
6254
6255         doc: mention more functions added in cygwin 1.7.0
6256         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
6257         addition.
6258         * doc/posix-functions/open_wmemstream.texi: Likewise.
6259         * doc/posix-functions/wcsnlen.texi: Likewise.
6260         * doc/posix-functions/wcsnrtombs.texi: Likewise.
6261         * doc/posix-functions/wcstod.texi: Likewise.
6262         * doc/posix-functions/wcstof.texi: Likewise.
6263         * doc/posix-functions/wcstoimax.texi: Likewise.
6264         * doc/posix-functions/wcstok.texi: Likewise.
6265         * doc/posix-functions/wcstoumax.texi: Likewise.
6266
6267         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
6268         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
6269         * doc/posix-functions/fprintf.texi: Update.
6270         * doc/posix-functions/printf.texi: Update.
6271         * doc/posix-functions/snprintf.texi: Update.
6272         * doc/posix-functions/sprintf.texi: Update.
6273         * doc/posix-functions/vfprintf.texi: Update.
6274         * doc/posix-functions/vprintf.texi: Update.
6275         * doc/posix-functions/vsnprintf.texi: Update.
6276         * doc/posix-functions/vsprintf.texi: Update.
6277         * doc/glibc-functions/obstack_printf.texi: Update.
6278         * doc/glibc-functions/obstack_vprintf.texi: Update.
6279
6280 2009-02-26  Eric Blake  <ebb9@byu.net>
6281
6282         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
6283         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
6284         compilation bug by using runtime conversion.
6285         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
6286         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
6287         * modules/ceill-tests (Files): Use nan.h.
6288         * modules/floorl-tests (Files): Likewise.
6289         * modules/frexpl-tests (Files): Likewise.
6290         * modules/isnanl-tests (Files): Likewise.
6291         * modules/ldexpl-tests (Files): Likewise.
6292         * modules/roundl-tests (Files): Likewise.
6293         * modules/truncl-tests (Files): Likewise.
6294         * tests/test-ceill.c (main): Use a working NaN.
6295         * tests/test-floorl.c (main): Likewise.
6296         * tests/test-frexpl.c (main): Likewise.
6297         * tests/test-isnan.c (test_long_double): Likewise.
6298         * tests/test-isnanl.h (main): Likewise.
6299         * tests/test-ldexpl.h (main): Likewise.
6300         * tests/test-roundl.h (main): Likewise.
6301         * tests/test-truncl.h (main): Likewise.
6302         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
6303
6304 2009-02-26  Eric Blake  <ebb9@byu.net>
6305             Bruno Haible  <bruno@clisp.org>
6306
6307         Work around a *printf bug with %ls on Solaris.
6308         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
6309         precision is specified, sprintf stops converting the wide string
6310         argument when the number of bytes that have been produced by this
6311         conversion equals or exceeds the precision.
6312         * doc/posix-functions/fprintf.texi: Update.
6313         * doc/posix-functions/printf.texi: Update.
6314         * doc/posix-functions/snprintf.texi: Update.
6315         * doc/posix-functions/sprintf.texi: Update.
6316         * doc/posix-functions/vfprintf.texi: Update.
6317         * doc/posix-functions/vprintf.texi: Update.
6318         * doc/posix-functions/vsnprintf.texi: Update.
6319         * doc/posix-functions/vsprintf.texi: Update.
6320         * doc/glibc-functions/obstack_printf.texi: Update.
6321         * doc/glibc-functions/obstack_vprintf.texi: Update.
6322
6323 2009-02-26  Eric Blake  <ebb9@byu.net>
6324
6325         stdlib: favor compiler check of random.h
6326         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
6327         to avoid an ObjC random.h installed by Swarm.
6328
6329 2009-02-26  Bruno Haible  <bruno@clisp.org>
6330
6331         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
6332         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
6333         Reported by Gary V. Vaughan <gary@gnu.org>.
6334
6335 2009-02-26  Bruno Haible  <bruno@clisp.org>
6336
6337         Fix *printf behaviour regarding the %ls directive.
6338         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
6339         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
6340         NEED_PRINTF_DIRECTIVE_LS.
6341         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
6342         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6343         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6344         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
6345         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
6346         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
6347         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
6348         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6349         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6350         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6351         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6352         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
6353         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6354         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6355         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6356         * doc/posix-functions/fprintf.texi: Update.
6357         * doc/posix-functions/printf.texi: Update.
6358         * doc/posix-functions/snprintf.texi: Update.
6359         * doc/posix-functions/sprintf.texi: Update.
6360         * doc/posix-functions/vfprintf.texi: Update.
6361         * doc/posix-functions/vprintf.texi: Update.
6362         * doc/posix-functions/vsnprintf.texi: Update.
6363         * doc/posix-functions/vsprintf.texi: Update.
6364         * doc/glibc-functions/obstack_printf.texi: Update.
6365         * doc/glibc-functions/obstack_vprintf.texi: Update.
6366         Reported by Eric Blake.
6367
6368 2009-02-25  Bruno Haible  <bruno@clisp.org>
6369
6370         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
6371         with known value.
6372         Reported by Gary V. Vaughan <gary@gnu.org>.
6373
6374 2009-02-25  Bruno Haible  <bruno@clisp.org>
6375
6376         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
6377         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
6378         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
6379         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
6380         Reported by Gary V. Vaughan <gary@gnu.org>.
6381
6382 2009-02-25  Bruno Haible  <bruno@clisp.org>
6383
6384         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
6385         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
6386         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
6387         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
6388         Reported by Gary V. Vaughan <gary@gnu.org>.
6389
6390 2009-02-25  Eric Blake  <ebb9@byu.net>
6391
6392         tests: skip fseek/ftell tests if ungetc is broken
6393         * m4/ungetc.m4: New file.
6394         * modules/fseek-tests: Split test, so ungetc dependency is
6395         separate from rest of test.
6396         * modules/fseeko-tests: Likewise.
6397         * modules/ftell-tests: Likewise.
6398         * modules/ftello-tests: Likewise.
6399         * tests/test-fseek.c (main): Isolate ungetc dependency.
6400         * tests/test-fseeko.c (main): Likewise.
6401         * tests/test-ftell.c (main): Likewise.
6402         * tests/test-ftello.c (main): Likewise.
6403         * tests/test-fseek2.sh: New file.
6404         * tests/test-fseeko2.sh: Likewise.
6405         * tests/test-ftell2.sh: Likewise.
6406         * tests/test-ftello2.sh: Likewise.
6407
6408 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
6409
6410         test-getaddrinfo: fix usage of skip return code 77
6411         * tests/test-gettaddrinfo.c: Return skip code 77 only
6412         for first occurance of skip (4x77 is not 77)
6413
6414 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
6415
6416         strtod: avoid C99 decl-after-statement
6417         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
6418
6419 2009-02-24  Eric Blake  <ebb9@byu.net>
6420
6421         strtod: detect HP-UX 11.31 bug
6422         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
6423         Reported by Gary V. Vaughan.
6424
6425 2009-02-23  Bruno Haible  <bruno@clisp.org>
6426
6427         Fix invalid read past end of memory block.
6428         * lib/vasnprintf.c (DCHAR_SET): Define.
6429         (local_wcslen): Define only when needed.
6430         (local_strnlen, local_wcsnlen): New functions.
6431         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
6432         directives that involve a conversion ourselves.
6433         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
6434         wcsnlen, mbrtowc, wcrtomb.
6435         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
6436         * tests/test-vasprintf-posix.c (test_function): Likewise.
6437         * tests/test-snprintf-posix.h (test_function): Likewise.
6438         * tests/test-sprintf-posix.h (test_function): Likewise.
6439         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6440
6441 2009-02-22  Bruno Haible  <bruno@clisp.org>
6442
6443         Implement new clarified decomposition of Hangul syllables.
6444         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
6445         of type LTV, return only a pairwise decomposition.
6446         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
6447         Likewise.
6448         * tests/uninorm/test-decomposition.c (main): Updated expected result.
6449         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
6450         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
6451
6452 2009-02-22  Bruno Haible  <bruno@clisp.org>
6453
6454         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
6455         zero-length results and shrink excess allocated memory.
6456         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
6457         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
6458         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
6459         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
6460         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
6461         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
6462         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
6463         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
6464         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
6465         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
6466         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
6467         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
6468
6469 2009-02-21  Bruno Haible  <bruno@clisp.org>
6470
6471         * doc/gnulib.texi: Include safe-alloc.texi earlier.
6472         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
6473         spaces after a period. Put a space between a macro name and its
6474         argument list. Trivial rewordings.
6475         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
6476         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
6477         (main): Return 0 explicitly.
6478
6479 2009-02-21  Bruno Haible  <bruno@clisp.org>
6480
6481         Tests for module 'uninorm/filter'.
6482         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
6483         * modules/uninorm/filter-tests: New file.
6484
6485         New module 'uninorm/filter'.
6486         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
6487         uninorm_filter_flush, uninorm_filter_free): New declarations.
6488         * lib/uninorm/uninorm-filter.c: New file.
6489         * modules/uninorm/filter: New file.
6490
6491 2009-02-21  Bruno Haible  <bruno@clisp.org>
6492
6493         Tests for module 'uninorm/nfkc'.
6494         * tests/uninorm/test-nfkc.c: New file.
6495         * tests/uninorm/test-u8-nfkc.c: New file.
6496         * tests/uninorm/test-u16-nfkc.c: New file.
6497         * tests/uninorm/test-u32-nfkc.c: New file.
6498         * tests/uninorm/test-u32-nfkc-big.sh: New file.
6499         * tests/uninorm/test-u32-nfkc-big.c: New file.
6500         * modules/uninorm/nfkc-tests: New file.
6501
6502         New module 'uninorm/nfkc'.
6503         * lib/uninorm/nfkc.c: New file.
6504         * modules/uninorm/nfkc: New file.
6505
6506         Tests for module 'uninorm/nfkd'.
6507         * tests/uninorm/test-nfkd.c: New file.
6508         * tests/uninorm/test-u8-nfkd.c: New file.
6509         * tests/uninorm/test-u16-nfkd.c: New file.
6510         * tests/uninorm/test-u32-nfkd.c: New file.
6511         * tests/uninorm/test-u32-nfkd-big.sh: New file.
6512         * tests/uninorm/test-u32-nfkd-big.c: New file.
6513         * modules/uninorm/nfkd-tests: New file.
6514
6515         New module 'uninorm/nfkd'.
6516         * lib/uninorm/nfkd.c: New file.
6517         * modules/uninorm/nfkd: New file.
6518
6519         Tests for module 'uninorm/nfc'.
6520         * tests/uninorm/test-nfc.c: New file.
6521         * tests/uninorm/test-u8-nfc.c: New file.
6522         * tests/uninorm/test-u16-nfc.c: New file.
6523         * tests/uninorm/test-u32-nfc.c: New file.
6524         * tests/uninorm/test-u32-nfc-big.sh: New file.
6525         * tests/uninorm/test-u32-nfc-big.c: New file.
6526         * modules/uninorm/nfc-tests: New file.
6527
6528         New module 'uninorm/nfc'.
6529         * lib/uninorm/nfc.c: New file.
6530         * modules/uninorm/nfc: New file.
6531
6532         Tests for module 'uninorm/nfd'.
6533         * tests/uninorm/test-nfd.c: New file.
6534         * tests/uninorm/test-u8-nfd.c: New file.
6535         * tests/uninorm/test-u16-nfd.c: New file.
6536         * tests/uninorm/test-u32-nfd.c: New file.
6537         * tests/uninorm/test-u32-nfd-big.sh: New file.
6538         * tests/uninorm/test-u32-nfd-big.c: New file.
6539         * tests/uninorm/test-u32-normalize-big.h: New file.
6540         * tests/uninorm/test-u32-normalize-big.c: New file.
6541         * tests/uninorm/NormalizationTest.txt: New file, created from
6542         Unicode 5.1.0 NormalizationTest.txt.
6543         * modules/uninorm/nfd-tests: New file.
6544
6545         New module 'uninorm/nfd'.
6546         * lib/uninorm/nfd.c: New file.
6547         * modules/uninorm/nfd: New file.
6548
6549         New module 'uninorm/u32-normalize'.
6550         * lib/uninorm/u32-normalize.c: New file.
6551         * modules/uninorm/u32-normalize: New file.
6552
6553         New module 'uninorm/u16-normalize'.
6554         * lib/uninorm/u16-normalize.c: New file.
6555         * modules/uninorm/u16-normalize: New file.
6556
6557         New module 'uninorm/u8-normalize'.
6558         * lib/uninorm/u8-normalize.c: New file.
6559         * lib/uninorm/normalize-internal.h: New file.
6560         * lib/uninorm/u-normalize-internal.h: New file.
6561         * modules/uninorm/u8-normalize: New file.
6562
6563         New module 'uninorm/decompose-internal'.
6564         * lib/uninorm/decompose-internal.c: New file.
6565         * modules/uninorm/decompose-internal: New file.
6566
6567         Tests for module 'uninorm/composition'.
6568         * tests/uninorm/test-composition.c: New file.
6569         * modules/uninorm/composition-tests: New file.
6570
6571         New module 'uninorm/composition'.
6572         * lib/uninorm/composition.c: New file.
6573         * lib/uninorm/composition-table.gperf: New file, generated by
6574         gen-uni-tables.
6575         * modules/uninorm/composition: New file.
6576
6577         Tests for module 'uninorm/compat-decomposition'.
6578         * tests/uninorm/test-compat-decomposition.c: New file.
6579         * modules/uninorm/compat-decomposition-tests: New file.
6580
6581         New module 'uninorm/compat-decomposition'.
6582         * lib/uninorm/decompose-internal.h: New file.
6583         * lib/uninorm/compat-decomposition.c: New file.
6584         * modules/uninorm/compat-decomposition: New file.
6585
6586         Tests for module 'uninorm/canonical-decomposition'.
6587         * tests/uninorm/test-canonical-decomposition.c: New file.
6588         * modules/uninorm/canonical-decomposition-tests: New file.
6589
6590         New module 'uninorm/canonical-decomposition'.
6591         * lib/uninorm/canonical-decomposition.c: New file.
6592         * modules/uninorm/canonical-decomposition: New file.
6593
6594         Tests for module 'uninorm/decomposition'.
6595         * tests/uninorm/test-decomposition.c: New file.
6596         * modules/uninorm/decomposition-tests: New file.
6597
6598         New module 'uninorm/decomposition'.
6599         * lib/uninorm/decomposition.c: New file.
6600         * modules/uninorm/decomposition: New file.
6601
6602         New module 'uninorm/decomposition-table'.
6603         * lib/uninorm/decomposition-table.h: New file.
6604         * lib/uninorm/decomposition-table.c: New file.
6605         * lib/uninorm/decomposition-table1.h: New file, generated by
6606         gen-uni-tables.
6607         * lib/uninorm/decomposition-table2.h: New file, generated by
6608         gen-uni-tables.
6609         * modules/uninorm/decomposition-table: New file.
6610
6611         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
6612         (UC_DECOMP_*): New enumeration items.
6613         (get_decomposition): New function.
6614         (struct decomp_table): New type.
6615         (output_decomposition, output_decomposition_tables): New functions.
6616         (unicode_composition_exclusions): New variable.
6617         (fill_composition_exclusions, debug_output_composition_tables): New
6618         functions.
6619         (main): Accept one more argument. Invoke fill_composition_exclusions.
6620         Output decomposition and composition tables.
6621
6622         New module 'uninorm/base'.
6623         * lib/uninorm.h: New file.
6624         * lib/unictype.h: Update comment.
6625         * modules/uninorm/base: New file.
6626
6627 2009-02-21  David Lutterkort  <lutter@redhat.com>
6628
6629         Tests for module 'safe-alloc'.
6630         * tests/test-safe-alloc.c: New file.
6631         * modules/safe-alloc-tests: New file.
6632
6633         New module 'safe-alloc'.
6634         * lib/safe-alloc.h: New file.
6635         * lib/safe-alloc.c: New file.
6636         * m4/safe-alloc.m4: New file.
6637         * modules/safe-alloc: New file.
6638         * doc/safe-alloc.texi: New file.
6639         * doc/gnulib.texi: Include it.
6640         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
6641         safe-alloc.
6642
6643 2009-02-18  Bruno Haible  <bruno@clisp.org>
6644
6645         Fix link error on non-glibc systems.
6646         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
6647         variable.
6648         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
6649
6650 2009-02-18  Jim Meyering  <meyering@redhat.com>
6651
6652         fts: avoid used-uninitialized error due to recent change
6653         * lib/fts.c (fts_read): Guard uses of the new member,
6654         parent->fts_n_dirs_remaining, since it's not relevant for
6655         the parent of a directory specified on the command-line.
6656
6657 2009-02-17  James Youngman  <jay@gnu.org>
6658             Bruno Haible  <bruno@clisp.org>
6659
6660         * m4/include_next.m4: Reformulate comment.
6661
6662 2009-02-16  Jim Meyering  <meyering@redhat.com>
6663
6664         fts: add #if guards so that the fts_lgpl module still builds
6665         * lib/fts.c: Guard just-added hash-table-using parts with
6666         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
6667         Reported by Simon Josefsson.
6668
6669 2009-02-15  Bruno Haible  <bruno@clisp.org>
6670
6671         * modules/array-mergesort-tests: New file.
6672         * tests/test-array-mergesort.c: New file.
6673
6674         New module 'array-mergesort'.
6675         * modules/array-mergesort: New file.
6676         * lib/array-mergesort.h: New file.
6677
6678 2009-02-15  Bruno Haible  <bruno@clisp.org>
6679
6680         Fix 2009-02-07 commit.
6681         * lib/gen-uni-tables.c (output_predicate, output_category,
6682         output_combclass, output_bidi_category, output_decimal_digit,
6683         output_digit, output_numeric, output_mirror, output_scripts,
6684         output_ident_category, output_simple_mapping): Fix format directives.
6685         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
6686
6687 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
6688
6689         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
6690         fixes are available from IBM.
6691
6692 2009-02-13  Jim Meyering  <meyering@redhat.com>
6693
6694         fts: arrange not to stat non-directories in more cases
6695         This makes GNU find (when it doesn't need to stat each file)
6696         *much* more efficient at traversing reiserfs file systems.
6697         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
6698         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
6699         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
6700         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
6701         (leaf_optimization_applies): New function.
6702         (LCO_hash, LCO_compare): New helper functions.
6703         (link_count_optimize_ok): New function.
6704         (fts_stat): Initialize new member (if dir).
6705         (fts_read): Decrement parent's fts_n_dirs_remaining count if
6706         we've just stat'ed a directory.  Skip the stat call when possible.
6707         ---
6708         Note this AFS-related exchange:
6709         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
6710         and note find's pioctl call in find/fstype.c.
6711         But that is necessary only if you want to enable the
6712         optimization for AFS, and for now, I don't.
6713
6714         fts: move a function definition "up" (no semantic change)
6715         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
6716         "up" to precede upcoming use of a related function.
6717
6718 2009-02-11  Jim Meyering  <meyering@redhat.com>
6719
6720         fts: correct internal computation of nlinks (optimization-related)
6721         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
6722         whether the current entry is a directory, so don't test it.
6723
6724 2009-02-10  Bruno Haible  <bruno@clisp.org>
6725
6726         Tests for module 'uniwbrk/ulc-wordbreaks'.
6727         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
6728         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
6729         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
6730
6731         Tests for module 'uniwbrk/u32-wordbreaks'.
6732         * modules/uniwbrk/u32-wordbreaks-tests: New file.
6733         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
6734
6735         Tests for module 'uniwbrk/u16-wordbreaks'.
6736         * modules/uniwbrk/u16-wordbreaks-tests: New file.
6737         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
6738
6739         Tests for module 'uniwbrk/u8-wordbreaks'.
6740         * modules/uniwbrk/u8-wordbreaks-tests: New file.
6741         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
6742
6743 2009-02-10  Bruno Haible  <bruno@clisp.org>
6744
6745         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
6746         property.
6747         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
6748         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
6749         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
6750
6751 2009-02-10  Simon Josefsson  <simon@josefsson.org>
6752
6753         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
6754         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
6755
6756 2009-02-10  Bruno Haible  <bruno@clisp.org>
6757
6758         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
6759         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
6760         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
6761         * lib/unilbrk/u8-possible-linebreaks.c: Update.
6762         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
6763         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
6764
6765 2009-02-09  Simon Josefsson  <simon@josefsson.org>
6766
6767         * lib/sockets.h (gl_fd_to_handle): New function.
6768
6769         * tests/test-sockets.c: Call gl_fd_to_handle.
6770
6771 2009-02-09  Bruno Haible  <bruno@clisp.org>
6772
6773         * doc/havelib.texi: Document the conventions on bi-arch systems.
6774
6775 2009-02-08  Bruno Haible  <bruno@clisp.org>
6776
6777         Document the AC_LIB_LINKFLAGS macro.
6778         * doc/havelib.texi: New file, mostly written on 2005-05-24.
6779         * doc/gnulib.texi: Include it.
6780
6781 2009-02-08  Bruno Haible  <bruno@clisp.org>
6782
6783         Fix wrong order of sections, compared to TOC.
6784         * doc/gnulib.texi: Include relocatable-maint.texi after the
6785         "Regular expressions" node, not before.
6786
6787 2009-02-08  Bruno Haible  <bruno@clisp.org>
6788
6789         Tests for module 'unicase/totitle'.
6790         * modules/unicase/totitle-tests: New file.
6791
6792         Tests for module 'unicase/tolower'.
6793         * modules/unicase/tolower-tests: New file.
6794
6795         Tests for module 'unicase/toupper'.
6796         * modules/unicase/toupper-tests: New file.
6797         * tests/unicase/test-mapping-part1.h: New file.
6798         * tests/unicase/test-mapping-part2.h: New file.
6799
6800         New module 'unicase/totitle'.
6801         * modules/unicase/totitle: New file.
6802         * lib/unicase/totitle.c: New file.
6803
6804         New module 'unicase/tolower'.
6805         * modules/unicase/tolower: New file.
6806         * lib/unicase/tolower.c: New file.
6807
6808         New module 'unicase/toupper'.
6809         * modules/unicase/toupper: New file.
6810         * lib/unicase/toupper.c: New file.
6811         * lib/unicase/simple-mapping.h: New file.
6812
6813         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
6814         (mapping_table): New structure.
6815         (output_simple_mapping): New function.
6816         (main): Invoke output_simple_mapping_test and output_simple_mapping.
6817         * modules/gen-uni-tables (Description): Update.
6818         * lib/unicase/toupper.h: New file, automatically generated by
6819         gen-uni-tables.
6820         * lib/unicase/tolower.h: New file, automatically generated by
6821         gen-uni-tables.
6822         * lib/unicase/totitle.h: New file, automatically generated by
6823         gen-uni-tables.
6824         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
6825         gen-uni-tables.
6826         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
6827         gen-uni-tables.
6828         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
6829         gen-uni-tables.
6830
6831         New module 'unicase/base'.
6832         * modules/unicase/base: New file.
6833         * lib/unicase.h: New file.
6834
6835 2009-02-08  Bruno Haible  <bruno@clisp.org>
6836
6837         New module 'uniwbrk/ulc-wordbreaks'.
6838         * modules/uniwbrk/ulc-wordbreaks: New file.
6839         * lib/uniwbrk/ulc-wordbreaks.c: New file.
6840
6841         New module 'uniwbrk/u32-wordbreaks'.
6842         * modules/uniwbrk/u32-wordbreaks: New file.
6843         * lib/uniwbrk/u32-wordbreaks.c: New file.
6844
6845         New module 'uniwbrk/u16-wordbreaks'.
6846         * modules/uniwbrk/u16-wordbreaks: New file.
6847         * lib/uniwbrk/u16-wordbreaks.c: New file.
6848
6849         New module 'uniwbrk/u8-wordbreaks'.
6850         * modules/uniwbrk/u8-wordbreaks: New file.
6851         * lib/uniwbrk/u8-wordbreaks.c: New file.
6852         * lib/uniwbrk/u-wordbreaks.h: New file.
6853
6854         New module 'uniwbrk/table'.
6855         * modules/uniwbrk/table: New file.
6856         * lib/uniwbrk/wbrktable.h: New file.
6857         * lib/uniwbrk/wbrktable.c: New file.
6858
6859         New module 'uniwbrk/wordbreak-property'.
6860         * modules/uniwbrk/wordbreak-property: New file.
6861         * lib/uniwbrk/wordbreak-property.c: New file.
6862
6863         * lib/gen-uni-tables.c (WBP_*): New enum items.
6864         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
6865         (unicode_org_wbp): New variable.
6866         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
6867         New functions.
6868         (wbp_table): New structure.
6869         (output_wbp, output_wbrk_tables): New functions.
6870         (main): Accept additional argument. Invoke fill_org_wbp,
6871         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
6872         output_wbrk_tables.
6873         * modules/gen-uni-tables (Description): Update.
6874         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
6875         gen-uni-tables.
6876
6877         New module 'uniwbrk/base'.
6878         * modules/uniwbrk/base: New file.
6879         * lib/uniwbrk.h: New file.
6880
6881 2009-02-08  Bruno Haible  <bruno@clisp.org>
6882
6883         Update to Unicode 5.1.0.
6884         * lib/gen-uni-tables.c (is_property_alphabetic): Include
6885         U+2185..U+2188.
6886         (is_property_default_ignorable_code_point): Don't include characters
6887         of category Cc or Cs and not-a-characters.
6888         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
6889         U+0D79, U+109E, U+109F, U+A60C.
6890         * lib/unictype/bidi_of.h: Regenerated.
6891         * lib/unictype/blocks.h: Regenerated.
6892         * lib/unictype/categ_C.h: Regenerated.
6893         * lib/unictype/categ_Cf.h: Regenerated.
6894         * lib/unictype/categ_Cn.h: Regenerated.
6895         * lib/unictype/categ_L.h: Regenerated.
6896         * lib/unictype/categ_Ll.h: Regenerated.
6897         * lib/unictype/categ_Lm.h: Regenerated.
6898         * lib/unictype/categ_Lo.h: Regenerated.
6899         * lib/unictype/categ_Lu.h: Regenerated.
6900         * lib/unictype/categ_M.h: Regenerated.
6901         * lib/unictype/categ_Mc.h: Regenerated.
6902         * lib/unictype/categ_Me.h: Regenerated.
6903         * lib/unictype/categ_Mn.h: Regenerated.
6904         * lib/unictype/categ_N.h: Regenerated.
6905         * lib/unictype/categ_Nd.h: Regenerated.
6906         * lib/unictype/categ_Nl.h: Regenerated.
6907         * lib/unictype/categ_No.h: Regenerated.
6908         * lib/unictype/categ_P.h: Regenerated.
6909         * lib/unictype/categ_Pd.h: Regenerated.
6910         * lib/unictype/categ_Pe.h: Regenerated.
6911         * lib/unictype/categ_Pf.h: Regenerated.
6912         * lib/unictype/categ_Pi.h: Regenerated.
6913         * lib/unictype/categ_Po.h: Regenerated.
6914         * lib/unictype/categ_Ps.h: Regenerated.
6915         * lib/unictype/categ_S.h: Regenerated.
6916         * lib/unictype/categ_Sk.h: Regenerated.
6917         * lib/unictype/categ_Sm.h: Regenerated.
6918         * lib/unictype/categ_So.h: Regenerated.
6919         * lib/unictype/categ_of.h: Regenerated.
6920         * lib/unictype/combining.h: Regenerated.
6921         * lib/unictype/ctype_alnum.h: Regenerated.
6922         * lib/unictype/ctype_alpha.h: Regenerated.
6923         * lib/unictype/ctype_graph.h: Regenerated.
6924         * lib/unictype/ctype_lower.h: Regenerated.
6925         * lib/unictype/ctype_print.h: Regenerated.
6926         * lib/unictype/ctype_punct.h: Regenerated.
6927         * lib/unictype/ctype_upper.h: Regenerated.
6928         * lib/unictype/decdigit.h: Regenerated.
6929         * lib/unictype/digit.h: Regenerated.
6930         * lib/unictype/mirror.h: Regenerated.
6931         * lib/unictype/numeric.h: Regenerated.
6932         * lib/unictype/pr_alphabetic.h: Regenerated.
6933         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
6934         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
6935         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
6936         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
6937         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
6938         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
6939         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
6940         * lib/unictype/pr_combining.h: Regenerated.
6941         * lib/unictype/pr_dash.h: Regenerated.
6942         * lib/unictype/pr_decimal_digit.h: Regenerated.
6943         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
6944         * lib/unictype/pr_deprecated.h: Regenerated.
6945         * lib/unictype/pr_diacritic.h: Regenerated.
6946         * lib/unictype/pr_extender.h: Regenerated.
6947         * lib/unictype/pr_format_control.h: Regenerated.
6948         * lib/unictype/pr_grapheme_base.h: Regenerated.
6949         * lib/unictype/pr_grapheme_extend.h: Regenerated.
6950         * lib/unictype/pr_grapheme_link.h: Regenerated.
6951         * lib/unictype/pr_id_continue.h: Regenerated.
6952         * lib/unictype/pr_id_start.h: Regenerated.
6953         * lib/unictype/pr_ideographic.h: Regenerated.
6954         * lib/unictype/pr_ignorable_control.h: Regenerated.
6955         * lib/unictype/pr_lowercase.h: Regenerated.
6956         * lib/unictype/pr_math.h: Regenerated.
6957         * lib/unictype/pr_numeric.h: Regenerated.
6958         * lib/unictype/pr_other_alphabetic.h: Regenerated.
6959         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
6960         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
6961         * lib/unictype/pr_other_id_continue.h: Regenerated.
6962         * lib/unictype/pr_other_lowercase.h: Regenerated.
6963         * lib/unictype/pr_other_math.h: Regenerated.
6964         * lib/unictype/pr_punctuation.h: Regenerated.
6965         * lib/unictype/pr_sentence_terminal.h: Regenerated.
6966         * lib/unictype/pr_soft_dotted.h: Regenerated.
6967         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
6968         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
6969         * lib/unictype/pr_unified_ideograph.h: Regenerated.
6970         * lib/unictype/pr_uppercase.h: Regenerated.
6971         * lib/unictype/pr_xid_continue.h: Regenerated.
6972         * lib/unictype/pr_xid_start.h: Regenerated.
6973         * lib/unictype/pr_zero_width.h: Regenerated.
6974         * lib/unictype/scripts.h: Regenerated.
6975         * lib/unictype/scripts_byname.gperf: Regenerated.
6976         * lib/unictype/sy_java_ident.h: Regenerated.
6977         * lib/unilbrk/lbrkprop1.h: Regenerated.
6978         * lib/unilbrk/lbrkprop2.h: Regenerated.
6979         * tests/unictype/test-categ_C.c: Regenerated.
6980         * tests/unictype/test-categ_Cf.c: Regenerated.
6981         * tests/unictype/test-categ_Cn.c: Regenerated.
6982         * tests/unictype/test-categ_L.c: Regenerated.
6983         * tests/unictype/test-categ_Ll.c: Regenerated.
6984         * tests/unictype/test-categ_Lm.c: Regenerated.
6985         * tests/unictype/test-categ_Lo.c: Regenerated.
6986         * tests/unictype/test-categ_Lu.c: Regenerated.
6987         * tests/unictype/test-categ_M.c: Regenerated.
6988         * tests/unictype/test-categ_Mc.c: Regenerated.
6989         * tests/unictype/test-categ_Me.c: Regenerated.
6990         * tests/unictype/test-categ_Mn.c: Regenerated.
6991         * tests/unictype/test-categ_N.c: Regenerated.
6992         * tests/unictype/test-categ_Nd.c: Regenerated.
6993         * tests/unictype/test-categ_Nl.c: Regenerated.
6994         * tests/unictype/test-categ_No.c: Regenerated.
6995         * tests/unictype/test-categ_P.c: Regenerated.
6996         * tests/unictype/test-categ_Pd.c: Regenerated.
6997         * tests/unictype/test-categ_Pe.c: Regenerated.
6998         * tests/unictype/test-categ_Pf.c: Regenerated.
6999         * tests/unictype/test-categ_Pi.c: Regenerated.
7000         * tests/unictype/test-categ_Po.c: Regenerated.
7001         * tests/unictype/test-categ_Ps.c: Regenerated.
7002         * tests/unictype/test-categ_S.c: Regenerated.
7003         * tests/unictype/test-categ_Sk.c: Regenerated.
7004         * tests/unictype/test-categ_Sm.c: Regenerated.
7005         * tests/unictype/test-categ_So.c: Regenerated.
7006         * tests/unictype/test-ctype_alnum.c: Regenerated.
7007         * tests/unictype/test-ctype_alpha.c: Regenerated.
7008         * tests/unictype/test-ctype_graph.c: Regenerated.
7009         * tests/unictype/test-ctype_lower.c: Regenerated.
7010         * tests/unictype/test-ctype_print.c: Regenerated.
7011         * tests/unictype/test-ctype_punct.c: Regenerated.
7012         * tests/unictype/test-ctype_upper.c: Regenerated.
7013         * tests/unictype/test-decdigit.h: Regenerated.
7014         * tests/unictype/test-digit.h: Regenerated.
7015         * tests/unictype/test-numeric.h: Regenerated.
7016         * tests/unictype/test-pr_alphabetic.c: Regenerated.
7017         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
7018         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
7019         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
7020         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
7021         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
7022         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
7023         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
7024         * tests/unictype/test-pr_combining.c: Regenerated.
7025         * tests/unictype/test-pr_dash.c: Regenerated.
7026         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
7027         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
7028         * tests/unictype/test-pr_deprecated.c: Regenerated.
7029         * tests/unictype/test-pr_diacritic.c: Regenerated.
7030         * tests/unictype/test-pr_extender.c: Regenerated.
7031         * tests/unictype/test-pr_format_control.c: Regenerated.
7032         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
7033         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
7034         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
7035         * tests/unictype/test-pr_id_continue.c: Regenerated.
7036         * tests/unictype/test-pr_id_start.c: Regenerated.
7037         * tests/unictype/test-pr_ideographic.c: Regenerated.
7038         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
7039         * tests/unictype/test-pr_lowercase.c: Regenerated.
7040         * tests/unictype/test-pr_math.c: Regenerated.
7041         * tests/unictype/test-pr_numeric.c: Regenerated.
7042         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
7043         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
7044         Regenerated.
7045         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
7046         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
7047         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
7048         * tests/unictype/test-pr_other_math.c: Regenerated.
7049         * tests/unictype/test-pr_punctuation.c: Regenerated.
7050         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
7051         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
7052         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
7053         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
7054         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
7055         * tests/unictype/test-pr_uppercase.c: Regenerated.
7056         * tests/unictype/test-pr_xid_continue.c: Regenerated.
7057         * tests/unictype/test-pr_xid_start.c: Regenerated.
7058         * tests/unictype/test-pr_zero_width.c: Regenerated.
7059
7060         Update to Unicode 5.1.0.
7061         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
7062         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
7063         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
7064         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
7065         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
7066         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
7067         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
7068         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
7069         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
7070         (nonspacing_table_ind): Update.
7071         * tests/uniwidth/test-uc_width2.sh: Update expected result.
7072
7073         Update to Unicode 5.1.0.
7074         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
7075         code transform.
7076         * lib/uniname/uniname.c (unicode_character_name,
7077         unicode_name_character): Add the range 0x1Fxxx to the code transform.
7078         * lib/uniname/uninames.h: Regenerated.
7079         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
7080
7081 2009-02-07  Bruno Haible  <bruno@clisp.org>
7082
7083         Merge gen-ctype and gen-lbrk into a single program.
7084         * lib/gen-uni-tables.c: New file, incorporating
7085         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
7086         Add directory prefixes to the names of the generated files.
7087         * lib/unictype/gen-ctype.c: Remove file.
7088         * lib/unilbrk/gen-lbrk.c: Remove file.
7089         * modules/gen-uni-tables: New file.
7090         * modules/unictype/gen-ctype: Remove file.
7091         * modules/unilbrk/gen-lbrk: Remove file.
7092
7093 2009-02-07  Bruno Haible  <bruno@clisp.org>
7094
7095         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
7096
7097         New module 'unistr/u32-strcoll'.
7098         * modules/unistr/u32-strcoll: New file.
7099         * lib/unistr/u32-strcoll.c: New file.
7100
7101         New module 'unistr/u16-strcoll'.
7102         * modules/unistr/u16-strcoll: New file.
7103         * lib/unistr/u16-strcoll.c: New file.
7104
7105         New module 'unistr/u8-strcoll'.
7106         * modules/unistr/u8-strcoll: New file.
7107         * lib/unistr/u8-strcoll.c: New file.
7108         * lib/unistr/u-strcoll.h: New file.
7109
7110 2009-02-07  Bruno Haible  <bruno@clisp.org>
7111
7112         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
7113         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
7114         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
7115         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
7116         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
7117         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
7118
7119 2009-02-07  Bruno Haible  <bruno@clisp.org>
7120
7121         Make 64-bit clean.
7122         * lib/unictype/gen-ctype.c (output_predicate, output_category,
7123         output_combclass, output_bidi_category, output_decimal_digit,
7124         output_digit, output_numeric, output_mirror, output_scripts,
7125         output_ident_category): Use proper width specifier in format strings.
7126
7127 2009-02-07  Bruno Haible  <bruno@clisp.org>
7128
7129         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
7130         failure behaviour.
7131
7132 2009-02-07  Jim Meyering  <meyering@redhat.com>
7133
7134         regex: avoid compilation failure with upcoming gcc-4.4
7135         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
7136         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
7137         "... error: integer overflow in preprocessor expression".
7138
7139 2009-02-05  Ben Pfaff  <blp@gnu.org>
7140
7141         Fix link errors on Windows when close module is used.
7142         * modules/close: Add $(LIB_CLOSE) to Link section.
7143         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
7144         $(LIB_CLOSE) on Windows.
7145
7146 2009-02-05  Jim Meyering  <meyering@redhat.com>
7147
7148         still avoid unused-parameter warnings, but do it cleanly
7149         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
7150         (get_fs_usage): Cast to void instead.
7151         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
7152         (dev_from_mount_options, read_file_system_list): Cast to void.
7153         Prompted by Bruno Haible.
7154
7155 2009-02-04  Jim Meyering  <meyering@redhat.com>
7156
7157         fsusage.c: correct copyright year
7158         * lib/fsusage.c: Reflect year in which the change is pushed into
7159
7160         avoid misc. warnings
7161         * lib/fsusage.c (UNUSED_PARAM): Define.
7162         (get_fs_usage): Mark parameter "disk" as unused.
7163         * lib/getugroups.c (getgrent): Use "void" in prototype.
7164         * lib/mountlist.c: Mark unused parameters.
7165         (read_file_system_list): Declare a local with "const".
7166         * lib/nanosleep.c (getnow): Declare static.
7167         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
7168
7169         dirfd: set errno upon failure
7170         * lib/dirfd.c: Include <errno.h>.
7171         Set errno to ENOTSUP when returning -1.
7172         * modules/dirfd (Depends-on): Add errno.
7173         Suggested by John Kodis <kodis@comcast.net>.
7174
7175 2009-02-01  Bruno Haible  <bruno@clisp.org>
7176
7177         Don't assume sizeof (long) >= sizeof (void *).
7178         * lib/memcmp.c: Include stdint.h.
7179         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
7180         srcp2 to 'const byte *'.
7181         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
7182         types to uintptr_t.
7183         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
7184         * modules/memcmp (Depends-on): Add stdint.
7185         Reported by Ozkan Sezer <sezeroz@gmail.com>.
7186
7187 2009-01-30  Eric Blake  <ebb9@byu.net>
7188
7189         fix more require-before-expand issues
7190         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
7191         expand, AC_PROG_AWK.
7192         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
7193
7194 2009-01-28  Eric Blake  <ebb9@byu.net>
7195
7196         version-etc: use consistent URL formatting
7197         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
7198         Improve formatting.  Use fputs for string without %.
7199
7200 2009-01-28  Jim Meyering  <meyering@redhat.com>
7201
7202         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
7203         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
7204         "underquoted definition of NAME" from autoconf-2.59.
7205
7206 2009-01-28  Bruno Haible  <bruno@clisp.org>
7207
7208         * doc/gnulib.texi: Add "Obsolete modules" to index.
7209
7210 2009-01-28  Jim Meyering  <meyering@redhat.com>
7211
7212         useless-if-before-free: recognize more variants
7213         * build-aux/useless-if-before-free: Also recognize e.g.,
7214         if (NULL != p) free (p);
7215
7216 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
7217
7218         test-getaddrinfo: skip (don't fail) this test when there's no network
7219         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
7220         on the presumption that it means you lack network access.
7221
7222 2009-01-26  Jim Meyering  <meyering@redhat.com>
7223
7224         fflush: avoid warnings on modern systems
7225         * lib/fflush.c (rpl_fflush): Move declarations of locals,
7226         pos and result, into scopes where they're used.
7227
7228 2009-01-26  Eric Blake  <ebb9@byu.net>
7229
7230         Silence warning reintroduced by recent extensions patch.
7231         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
7232         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
7233         autoconf.
7234
7235         Backport improved autoconf semantics of AC_DEFUN_ONCE.
7236         * m4/00gnulib.m4: New file.
7237         * gnulib-tool (func_get_filelist): Always use it.
7238         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
7239         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
7240
7241 2009-01-25  Bruno Haible  <bruno@clisp.org>
7242
7243         Make test-quotearg work on MacOS X and AIX.
7244         * tests/test-quotearg.sh: New file.
7245         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
7246         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
7247         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
7248         include <libintl.h>.
7249         (fake_locale): Remove variable.
7250         (gettext, dgettext, dcgettext): Remove functions.
7251         (main): Instead of setting a fake locale, set a real locale. Call
7252         textdomain and bindtextdomain.
7253         * modules/quotearg-tests (Files): Add the new files.
7254         (Depends-on): Add gettext, setenv, unsetenv.
7255         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
7256         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
7257         Augment TESTS_ENVIRONMENT.
7258
7259 2009-01-25  Bruno Haible  <bruno@clisp.org>
7260
7261         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
7262         fr_FR.ISO8859-1 locale on MacOS X.
7263         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
7264         ja_JP.eucJP locale on MacOS X.
7265         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
7266         zh_CN.GB18030 locale on MacOS X.
7267
7268 2009-01-25  Bruno Haible  <bruno@clisp.org>
7269
7270         Avoid link errors on MacOS X 10.3.
7271         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
7272         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
7273
7274 2009-01-25  Bruno Haible  <bruno@clisp.org>
7275
7276         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
7277         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
7278         * modules/pipe (Files): Remove m4/posix_spawn.m4.
7279         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
7280         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
7281         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
7282         posix_spawnattr_init, posix_spawnattr_setsigmask,
7283         posix_spawnattr_setflags, posix_spawnattr_destroy.
7284
7285         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
7286         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
7287         * modules/execute (Files): Remove m4/posix_spawn.m4.
7288         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
7289         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
7290         posix_spawnattr_init, posix_spawnattr_setsigmask,
7291         posix_spawnattr_setflags, posix_spawnattr_destroy.
7292
7293 2009-01-25  Bruno Haible  <bruno@clisp.org>
7294
7295         * lib/glthread/threadlib.c: Include <stdlib.h>.
7296
7297 2009-01-25  Bruno Haible  <bruno@clisp.org>
7298
7299         * lib/glthread/threadlib.c (dummy): New declaration.
7300
7301 2009-01-25  Bruno Haible  <bruno@clisp.org>
7302
7303         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
7304         multibyte characters also for the GB18030 encoding. Don't crash when
7305         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
7306
7307 2009-01-25  Bruno Haible  <bruno@clisp.org>
7308
7309         Avoid redefining 'struct random_data' on OSF/1 5.1.
7310         * lib/stdlib.in.h: Include <random.h> if it exists.
7311         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
7312         HAVE_RANDOM_H. Include <random.h> when testing whether
7313         'struct random_data' exists.
7314         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
7315
7316 2009-01-25  Bruno Haible  <bruno@clisp.org>
7317
7318         Don't install charset.alias on MacOS X >= 10.3.
7319         * lib/localcharset.c (DARWIN7): New macro.
7320         (get_charset_aliases): Hardcode the result for Darwin7.
7321         * modules/localcharset (install-exec-local): Don't install
7322         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
7323
7324 2009-01-25  Bruno Haible  <bruno@clisp.org>
7325
7326         Don't install charset.alias on mingw and Cygwin.
7327         * modules/localcharset (install-exec-local): Don't install
7328         charset.alias on mingw and Cygwin, if the file does not yet exist.
7329         The result for these platforms is hardcoded in localcharset.c.
7330
7331 2009-01-25  Bruno Haible  <bruno@clisp.org>
7332
7333         Make it possible again to use AC_GNU_SOURCE together with gnulib.
7334         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
7335         before requiring AC_USE_SYSTEM_EXTENSIONS.
7336
7337 2009-01-25  Jim Meyering  <meyering@redhat.com>
7338
7339         c-strtod: avoid warnings
7340         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
7341         "assignment discards qualifiers from pointer target type" warnings.
7342
7343 2009-01-24  Bruno Haible  <bruno@clisp.org>
7344
7345         Add support for non-UTF-8 locales on MacOS X.
7346         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
7347         canonical encodings. For Darwin 7 and newer, don't map traditional
7348         encodings to UTF-8.
7349         Reported by Vincent Lefevre <vincent@vinc17.org>
7350         at <http://savannah.gnu.org/bugs/?25235>.
7351
7352 2009-01-24  Bruno Haible  <bruno@clisp.org>
7353
7354         * doc/gnulib.texi (Obsolete modules): New section.
7355         Reported by Mike Frysinger <vapier@gentoo.org>.
7356
7357 2009-01-24  Bruno Haible  <bruno@clisp.org>
7358
7359         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
7360         (%.dvi): New rule.
7361
7362 2009-01-24  Bruno Haible  <bruno@clisp.org>
7363
7364         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
7365         Reported by Eric Blake.
7366
7367 2009-01-24  Bruno Haible  <bruno@clisp.org>
7368
7369         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
7370         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
7371         Reported by Gary V. Vaughan <gary@gnu.org>.
7372
7373 2009-01-24  Bruno Haible  <bruno@clisp.org>
7374
7375         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
7376
7377 2009-01-23  Bruno Haible  <bruno@clisp.org>
7378
7379         Make c-strtod, c-strtold usable in libraries.
7380         * lib/c-strtod.c: Include string.h instead of xalloc.h.
7381         (C_STRTOD): Call strdup instead of xstrdup.
7382         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
7383         * modules/c-strtold (Depends-on): Likewise.
7384         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
7385         * NEWS: Mention the change.
7386         Reported by Michael Gold <mgold@ncf.ca>.
7387
7388 2009-01-23  Jim Meyering  <meyering@redhat.com>
7389
7390         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
7391         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
7392         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
7393
7394 2009-01-23  Simon Josefsson  <simon@josefsson.org>
7395
7396         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
7397         GNU CoreUtils.
7398         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
7399         * modules/version-etc (Description): Update.
7400
7401 2009-01-22  Bruno Haible  <bruno@clisp.org>
7402
7403         Cache the C locale object.
7404         * lib/c-strtod.c (c_locale_cache): New variable.
7405         (c_locale): New function.
7406         (C_STRTOD): Use it, and don't call freelocale.
7407         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
7408         Suggested by Paolo Bonzini.
7409
7410 2009-01-21  Bruno Haible  <bruno@clisp.org>
7411
7412         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
7413         conditions other than overflow.
7414
7415 2009-01-21  Bruno Haible  <bruno@clisp.org>
7416
7417         * lib/c-strtod.c: Include errno.h.
7418         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
7419         value from STRTOD_L and STRTOD.
7420
7421 2009-01-21  Bruno Haible  <bruno@clisp.org>
7422         and Jim Meyering  <meyering@redhat.com>
7423
7424         nanosleep: skip configure test (fail it) for apple universal builds
7425         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
7426         universal builds, assume that nanosleep does not work.
7427         * modules/nanosleep (Depends-on): Add multiarch.
7428
7429         mktime: skip configure test (fail it) for apple universal builds
7430         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
7431         universal builds, assume that mktime does not work.
7432         * modules/mktime (Depends-on): Add multiarch.
7433
7434 2009-01-21  Eric Blake  <ebb9@byu.net>
7435
7436         multiarch: avoid expand-before-require warning
7437         * modules/multiarch (configure.ac): Require, rather than expand,
7438         gl_MULTIARCH.
7439         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
7440         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
7441         enforce that all clients require it.  Partial reversion of
7442         2008-12-29 patch.
7443
7444         error: avoid expand-before-require warning
7445         * modules/errno (configure.ac): Require, rather than expand,
7446         gl_HEADER_ERRNO_H.
7447         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
7448         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
7449         enforce that all clients require it.
7450
7451         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
7452         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
7453         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
7454         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
7455
7456 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
7457
7458         Revert:
7459         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
7460
7461         regex: do not depend on obsolete modules.
7462         * modules/regex: Remove memcmp and memmove.
7463
7464 2009-01-20  Bruno Haible  <bruno@clisp.org>
7465
7466         Make the 'link' module link on Windows NT 4.
7467         * lib/link.c (_WIN32_WINNT): Don't define.
7468         (CreateHardLinkFuncType): New type.
7469         (CreateHardLinkFunc, initialized): New variables.
7470         (initialize): New function.
7471         (link): Invoke CreateHardLink indirectly through the function pointer.
7472
7473 2009-01-20  Bruno Haible  <bruno@clisp.org>
7474
7475         Fix compilation failure on mingw.
7476         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
7477
7478 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
7479
7480         * doc/c-strtod.texi: Mention a couple of restrictions.
7481
7482 2009-01-20  Jim Meyering  <meyering@redhat.com>
7483
7484         gettimeofday: move more declarations out of functions
7485         * lib/gettimeofday.c: Move extern declarations of tzset and
7486         gmtime out of containing functions.  Prompted by Bruno Haible.
7487
7488 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
7489
7490         regex: do not depend on obsolete modules.
7491         * modules/regex: Remove memcmp and memmove.
7492
7493 2009-01-19  Bruno Haible  <bruno@clisp.org>
7494
7495         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
7496         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
7497         gl_BIGENDIAN, not AC_C_BIGENDIAN.
7498         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
7499         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
7500
7501 2009-01-19  Bruno Haible  <bruno@clisp.org>
7502
7503         * tests/test-link.c: Include <errno.h>.
7504         (main): Exit with code 77 when a hard link cannot be created due to
7505         the file system.
7506         * tests/test-link.sh: Skip test when a hard link cannot be created due
7507         to the file system.
7508         Suggested by Eric Blake.
7509
7510 2009-01-19  Martin Lambers  <marlam@marlam.de>
7511
7512         * modules/link-tests: New file.
7513         * tests/test-link.sh: New file.
7514         * tests/test-link.c: New file.
7515
7516 2009-01-19  Eric Blake  <ebb9@byu.net>
7517
7518         doc: mention another function added in cygwin 1.7.0
7519         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
7520         Another new function in cygwin 1.7.
7521
7522 2009-01-19  Bruno Haible  <bruno@clisp.org>
7523
7524         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
7525         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
7526         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
7527         gl_BIGENDIAN, not AC_C_BIGENDIAN.
7528         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
7529         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
7530         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
7531         * m4/md4.m4 (gl_MD4): Likewise.
7532         * m4/md5.m4 (gl_MD5): Likewise.
7533         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
7534         * m4/sha1.m4 (gl_SHA1): Likewise.
7535         * m4/sha256.m4 (gl_SHA256): Likewise.
7536         * m4/sha512.m4 (gl_SHA512): Likewise.
7537
7538 2009-01-19  Bruno Haible  <bruno@clisp.org>
7539
7540         * modules/uniname/uniname-tests (Depends-on): Add progname.
7541         * tests/uniname/test-uninames.c: Include progname.h.
7542         (main): Call set_program_name.
7543
7544         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
7545         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
7546         (main): Call set_program_name.
7547
7548         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
7549         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
7550         (main): Call set_program_name.
7551
7552         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
7553         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
7554         (main): Call set_program_name.
7555
7556         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
7557         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
7558         (main): Call set_program_name.
7559
7560         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
7561         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
7562         (main): Call set_program_name.
7563
7564         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
7565         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
7566         (main): Call set_program_name.
7567
7568         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
7569         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
7570         (main): Call set_program_name.
7571
7572         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
7573         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
7574         (main): Call set_program_name.
7575
7576 2009-01-19  Eric Blake  <ebb9@byu.net>
7577
7578         test-unistd: test previous patch
7579         * tests/test-unistd.c: Test *_FILENO macros.
7580
7581         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
7582         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
7583         Guarantee a definition.
7584         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
7585         * modules/unistd-safer (Depends-on): Add dependency on unistd.
7586         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
7587         * lib/dup-safer.c (STDERR_FILENO): Likewise.
7588         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
7589         Likewise.
7590         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
7591         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
7592         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
7593         Likewise.
7594         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
7595         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
7596         (STDERR_FILENO): Likewise.
7597         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
7598         (STDERR_FILENO): Likewise.
7599         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
7600         (STDERR_FILENO): Likewise.
7601         Reported by Elbert Pol.
7602
7603 2009-01-19  Eric Blake  <ebb9@byu.net>
7604
7605         doc: mention more functions added in cygwin 1.7.0
7606         * doc/posix-functions/abort.texi (abort): Update wording related
7607         to cygwin.
7608         * doc/posix-functions/daylight.texi (daylight): Likewise.
7609         * doc/posix-functions/optarg.texi (optarg): Likewise.
7610         * doc/posix-functions/optarg.texi (opterr): Likewise.
7611         * doc/posix-functions/optarg.texi (optind): Likewise.
7612         * doc/posix-functions/optarg.texi (optopt): Likewise.
7613         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
7614         worked in 1.5.x, and was withdrawn in 1.7.
7615         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
7616         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
7617         cygwin versions.
7618         * doc/posix-functions/perror.texi (perror): Likewise.
7619         * doc/posix-functions/printf.texi (printf): Likewise.
7620         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
7621         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
7622         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
7623         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
7624         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
7625         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
7626         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
7627         Likewise.
7628         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
7629         Likewise.
7630         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
7631         this function.
7632         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
7633         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
7634         Likewise.
7635         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
7636         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
7637         * doc/posix-functions/confstr.texi (confstr): Likewise.
7638         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
7639         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
7640         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
7641         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
7642         * doc/posix-functions/fputws.texi (fputws): Likewise.
7643         * doc/posix-functions/fwide.texi (fwide): Likewise.
7644         * doc/posix-functions/getwc.texi (getwc): Likewise.
7645         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
7646         * doc/posix-functions/putwc.texi (putwc): Likewise.
7647         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
7648         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
7649         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
7650         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
7651         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
7652         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
7653         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
7654         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
7655         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
7656         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
7657         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
7658
7659 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
7660
7661         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
7662         * lib/ioctl.c: Include <sys/ioctl.h>.
7663
7664 2009-01-19  Simon Josefsson  <simon@josefsson.org>
7665
7666         * modules/getdate-tests (Depends-on): Add progname.
7667         * tests/test-getdate.c: Use progname module, to avoid link errors
7668         on non-glibc systems.
7669
7670 2009-01-18  Simon Josefsson  <simon@josefsson.org>
7671
7672         * modules/filenamecat-tests (Depends-on): Add progname.
7673         * modules/fstrcmp-tests (Depends-on): Likewise.
7674
7675         * tests/test-filenamecat.c: Use progname module, to avoid link
7676         errors on non-glibc systems.
7677         * tests/test-fstrcmp.c: Likewise.
7678
7679 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
7680
7681         gettimeofday: avoid warning: nested extern declaration of 'localtime'
7682         * lib/gettimeofday.c: Move extern declaration out of function.
7683
7684 2009-01-18  Bruno Haible  <bruno@clisp.org>
7685
7686         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
7687         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
7688         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
7689
7690 2009-01-18  Bruno Haible  <bruno@clisp.org>
7691
7692         * lib/strftime.c (MEMPCPY): Remove unused macro.
7693         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
7694
7695 2009-01-18  Martin Lambers  <marlam@marlam.de>
7696
7697         New module 'link'.
7698         * lib/unistd.in.h (link): New declaration.
7699         * lib/link.c: New file.
7700         * m4/link.m4: New file.
7701         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
7702         HAVE_LINK.
7703         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
7704         * modules/link: New file.
7705         * doc/posix-functions/link.texi: Mention the new module.
7706
7707 2009-01-18  Bruno Haible  <bruno@clisp.org>
7708
7709         * tests/test-avltree_list.c (main): Call set_program_name.
7710         * tests/test-avltree_oset.c (main): Likewise.
7711         * tests/test-obstack-printf.c: Include progname.h.
7712         (main): Call set_program_name.
7713         * tests/test-quotearg.c: Include progname.h.
7714         (main): Call set_program_name.
7715         * tests/test-xmemdup0.c: Include progname.h.
7716         (main): Call set_program_name.
7717
7718 2009-01-18  Bruno Haible  <bruno@clisp.org>
7719
7720         New module 'alphasort'.
7721         * lib/dirent.in.h (alphasort): New declaration.
7722         * lib/alphasort.c: New file, from glibc with modifications.
7723         * m4/alphasort.m4: New file.
7724         * modules/alphasort: New file.
7725         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
7726         HAVE_ALPHASORT.
7727         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
7728         HAVE_ALPHASORT.
7729         * doc/posix-functions/alphasort.texi: Mention the new module and the
7730         portability problems.
7731
7732 2009-01-18  Bruno Haible  <bruno@clisp.org>
7733
7734         New module 'scandir'.
7735         * lib/dirent.in.h (scandir): New declaration.
7736         * lib/scandir.c: New file, from glibc with modifications.
7737         * m4/scandir.m4: New file.
7738         * modules/scandir: New file.
7739         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
7740         HAVE_SCANDIR.
7741         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
7742         HAVE_SCANDIR.
7743         * doc/posix-functions/scandir.texi: Mention the new module and the
7744         portability problems.
7745
7746 2009-01-17  Bruno Haible  <bruno@clisp.org>
7747
7748         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
7749         Update documentation.
7750         (func_remove_suffix): Escape all dots in the suffix. Update
7751         documentation.
7752         (func_filter_filelist): Update documentation.
7753         Reported by Ralf Wildenhues.
7754
7755 2009-01-17  Bruno Haible  <bruno@clisp.org>
7756
7757         * modules/dprintf-posix-tests: New file.
7758         * tests/test-dprintf-posix.sh: New file.
7759         * tests/test-dprintf-posix.c: New file.
7760
7761         New modules 'dprintf', 'dprintf-posix'.
7762         * lib/stdio.in.h (dprintf): New declaration.
7763         * lib/dprintf.c: New file.
7764         * m4/dprintf.m4: New file.
7765         * m4/dprintf-posix.m4: New file.
7766         * modules/dprintf: New file.
7767         * modules/dprintf-posix: New file.
7768         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
7769         HAVE_DPRINTF, REPLACE_DPRINTF.
7770         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
7771         HAVE_DPRINTF, REPLACE_DPRINTF.
7772         * doc/posix-functions/dprintf.texi: Mention the new modules.
7773
7774 2009-01-17  Bruno Haible  <bruno@clisp.org>
7775
7776         * modules/vdprintf-posix-tests: New file.
7777         * tests/test-vdprintf-posix.sh: New file.
7778         * tests/test-vdprintf-posix.c: New file.
7779
7780         New modules 'vdprintf', 'vdprintf-posix'.
7781         * lib/stdio.in.h (vdprintf): New declaration.
7782         * lib/vdprintf.c: New file.
7783         * m4/vdprintf.m4: New file.
7784         * m4/vdprintf-posix.m4: New file.
7785         * modules/vdprintf: New file.
7786         * modules/vdprintf-posix: New file.
7787         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
7788         HAVE_VDPRINTF, REPLACE_VDPRINTF.
7789         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
7790         HAVE_VDPRINTF, REPLACE_VDPRINTF.
7791         * doc/posix-functions/vdprintf.texi: Mention the new modules.
7792
7793 2009-01-17  Bruno Haible  <bruno@clisp.org>
7794
7795         Fix replacement of fopen on mingw.
7796         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
7797         mingw.
7798
7799 2009-01-17  Bruno Haible  <bruno@clisp.org>
7800
7801         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
7802         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
7803
7804 2009-01-17  Bruno Haible  <bruno@clisp.org>
7805
7806         Avoid test-fflush2.sh failure on mingw.
7807         * tests/test-fflush2.c: Include binary-io.h.
7808         (main): Put standard input into binary mode.
7809         * modules/fflush-tests (Depends-on): Add binary-io.
7810
7811 2009-01-17  Bruno Haible  <bruno@clisp.org>
7812
7813         * lib/wchar.in.h: In another particular situation, include only the
7814         system's <wchar.h> file.
7815         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
7816         Reported by Albert Chin-A-Young <china@thewrittenword.com>
7817         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
7818
7819 2009-01-17  Bruno Haible  <bruno@clisp.org>
7820
7821         Support for stripping executables in --enable-relocatable.
7822         * build-aux/install-reloc: Expect one more argument, or an environment
7823         variable RELOC_STRIP_PROG. If set, strip the destination program and
7824         its wrapper.
7825         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
7826         RELOC_STRIP_PROG.
7827         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
7828         to set RELOCATABLE_STRIP.
7829         * NEWS: Mention the new Makefile requirement.
7830
7831 2009-01-17  Bruno Haible  <bruno@clisp.org>
7832
7833         * build-aux/install-reloc: Remove debugging information left over by
7834         C compiler on MacOS X.
7835
7836 2009-01-17  Bruno Haible  <bruno@clisp.org>
7837
7838         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
7839         * lib/progreloc.c (find_executable): Fix type of pointer passed to
7840         _NSGetExecutablePath.
7841
7842 2009-01-16  Jim Meyering  <meyering@redhat.com>
7843
7844         strerror: avoid warnings about discarding "const"
7845         * lib/strerror.c (rpl_strerror): Instead of returning a const
7846         string from each and every "case", use a variable, and add a single
7847         cast after the switch.
7848
7849 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
7850
7851         * lib/arpa_inet.in.h: Add extern "C" block for C++.
7852
7853 2009-01-16  Bruno Haible  <bruno@clisp.org>
7854
7855         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
7856         array initializer syntax that also works in C++ mode.
7857         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7858
7859 2009-01-16  Jim Meyering  <meyering@redhat.com>
7860
7861         poll: suppress a warning
7862         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
7863         to ignore "...unsigned expression < 0 is always false" warnings.
7864
7865 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
7866
7867         poll: remove declarations of unused variables
7868         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
7869         sockbuf and optlen.
7870
7871 2009-01-15  Bruno Haible  <bruno@clisp.org>
7872
7873         Make fflush-after-ungetc POSIX compliant on BSD systems.
7874         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
7875         (clear_ungetc_buffer): Implement also for other systems.
7876         (rpl_fflush): On glibc systems, invoke
7877         clear_ungetc_buffer_preserving_position. Otherwise, invoke
7878         clear_ungetc_buffer after fetching the stream's position, not before.
7879
7880 2009-01-15  Bruno Haible  <bruno@clisp.org>
7881
7882         Make fflush-after-ungetc POSIX compliant on glibc systems.
7883         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
7884         after ungetc.
7885         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
7886         (rpl_fflush): On glibc systems, simply call the system's fflush
7887         function after clearing the ungetc buffer.
7888         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
7889         Instead, lseek only to the end of file, then use the system's fseeko
7890         for the rest. On glibc systems, reset the EOF indicator bit.
7891
7892 2009-01-15  Jim Meyering  <meyering@redhat.com>
7893
7894         openmp.m4: revert quote-adding change, for portability to older autoconf
7895         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
7896         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
7897         Simon Josefsson noticed the problem when using autoconf-2.61.
7898
7899 2009-01-15  Bruno Haible  <bruno@clisp.org>
7900
7901         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
7902         * tests/test-fflush2.c (ASSERT): Always fail.
7903         (main): Add two tests for fflush() after ungetc(), taking into account
7904         the Austin Group's clarification.
7905         Suggested by Eric Blake.
7906
7907 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
7908
7909         mktime.m4: remove K&R-style function prototypes
7910         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
7911         for the Sun C++ compiler.
7912
7913 2009-01-14  Bruno Haible  <bruno@clisp.org>
7914
7915         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
7916         while including <wchar.h>.
7917         * lib/wchar.in.h: In two particular situations on HP-UX, include only
7918         the system's <wchar.h> file.
7919         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7920
7921 2009-01-14  Bruno Haible  <bruno@clisp.org>
7922
7923         * m4/csharp.m4: Don't mention gettext on the serial number line.
7924         * m4/csharpexec.m4: Likewise.
7925         * m4/eaccess.m4: Likewise.
7926         * m4/javaexec.m4: Likewise.
7927         * m4/sig_atomic_t.m4: Likewise.
7928         * m4/tmpdir.m4: Likewise.
7929         * m4/intldir.m4: Bump gettext version.
7930         * m4/lib-ld.m4: Likewise.
7931
7932 2009-01-14  Bruno Haible  <bruno@clisp.org>
7933
7934         * lib/progname.c (set_program_name): Add more comments.
7935         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
7936
7937 2009-01-14  Simon Josefsson  <simon@josefsson.org>
7938
7939         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
7940         were sys/stat.h does not define it.
7941
7942 2009-01-14  Jim Meyering  <meyering@redhat.com>
7943
7944         many *.m4 files: improve m4 quoting
7945         99% of this change was performed by running the following commands:
7946         git ls-files | grep '\.m4$' | xargs perl -pi \
7947           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
7948           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
7949           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
7950           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
7951         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
7952         The remainder were to add Copyright dates, increment serial numbers,
7953         undo some changes in comments, exclude m4/intl.m4, and add quotes
7954         around the "1" in ",1" where the unusual spacing prohibited the
7955         above regexps from doing the job.  For more details, see
7956         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
7957         * m4/acl.m4: Modified.
7958         * m4/afs.m4: Likewise.
7959         * m4/alloca.m4: Likewise.
7960         * m4/argp.m4: Likewise.
7961         * m4/argz.m4: Likewise.
7962         * m4/atexit.m4: Likewise.
7963         * m4/bison-i18n.m4: Likewise.
7964         * m4/bison.m4: Likewise.
7965         * m4/byteswap.m4: Likewise.
7966         * m4/c-stack.m4: Likewise.
7967         * m4/c-strtod.m4: Likewise.
7968         * m4/calloc.m4: Likewise.
7969         * m4/canonicalize-lgpl.m4: Likewise.
7970         * m4/chown.m4: Likewise.
7971         * m4/clock_time.m4: Likewise.
7972         * m4/codeset.m4: Likewise.
7973         * m4/copy-file.m4: Likewise.
7974         * m4/csharp.m4: Likewise.
7975         * m4/csharpcomp.m4: Likewise.
7976         * m4/csharpexec.m4: Likewise.
7977         * m4/d-ino.m4: Likewise.
7978         * m4/d-type.m4: Likewise.
7979         * m4/dirfd.m4: Likewise.
7980         * m4/double-slash-root.m4: Likewise.
7981         * m4/eaccess.m4: Likewise.
7982         * m4/eealloc.m4: Likewise.
7983         * m4/environ.m4: Likewise.
7984         * m4/errno_h.m4: Likewise.
7985         * m4/euidaccess.m4: Likewise.
7986         * m4/execute.m4: Likewise.
7987         * m4/fatal-signal.m4: Likewise.
7988         * m4/fchdir.m4: Likewise.
7989         * m4/fcntl_h.m4: Likewise.
7990         * m4/fileblocks.m4: Likewise.
7991         * m4/filenamecat.m4: Likewise.
7992         * m4/findprog.m4: Likewise.
7993         * m4/flexmember.m4: Likewise.
7994         * m4/fnmatch.m4: Likewise.
7995         * m4/fopen.m4: Likewise.
7996         * m4/fpending.m4: Likewise.
7997         * m4/fprintf-posix.m4: Likewise.
7998         * m4/free.m4: Likewise.
7999         * m4/frexp.m4: Likewise.
8000         * m4/frexpl.m4: Likewise.
8001         * m4/fsusage.m4: Likewise.
8002         * m4/ftruncate.m4: Likewise.
8003         * m4/gc-camellia.m4: Likewise.
8004         * m4/gc-random.m4: Likewise.
8005         * m4/gc.m4: Likewise.
8006         * m4/getaddrinfo.m4: Likewise.
8007         * m4/getcwd-abort-bug.m4: Likewise.
8008         * m4/getcwd-path-max.m4: Likewise.
8009         * m4/getdate.m4: Likewise.
8010         * m4/getdomainname.m4: Likewise.
8011         * m4/getgroups.m4: Likewise.
8012         * m4/gethostname.m4: Likewise.
8013         * m4/gethrxtime.m4: Likewise.
8014         * m4/getline.m4: Likewise.
8015         * m4/getloadavg.m4: Likewise.
8016         * m4/getndelim2.m4: Likewise.
8017         * m4/getpass.m4: Likewise.
8018         * m4/gettext.m4: Likewise.
8019         * m4/gettime.m4: Likewise.
8020         * m4/gettimeofday.m4: Likewise.
8021         * m4/gnulib-common.m4: Likewise.
8022         * m4/group-member.m4: Likewise.
8023         * m4/host-os.m4: Likewise.
8024         * m4/iconv.m4: Likewise.
8025         * m4/iconv_open.m4: Likewise.
8026         * m4/inet_ntop.m4: Likewise.
8027         * m4/inet_pton.m4: Likewise.
8028         * m4/inline.m4: Likewise.
8029         * m4/intldir.m4: Likewise.
8030         * m4/intlmacosx.m4: Likewise.
8031         * m4/intmax.m4: Likewise.
8032         * m4/intmax_t.m4: Likewise.
8033         * m4/inttypes.m4: Likewise.
8034         * m4/inttypes_h.m4: Likewise.
8035         * m4/inttypes-pri.m4: Likewise.
8036         * m4/isapipe.m4: Likewise.
8037         * m4/isnand.m4: Likewise.
8038         * m4/isnanf.m4: Likewise.
8039         * m4/isnanl.m4: Likewise.
8040         * m4/javacomp.m4: Likewise.
8041         * m4/javaexec.m4: Likewise.
8042         * m4/jm-winsz1.m4: Likewise.
8043         * m4/jm-winsz2.m4: Likewise.
8044         * m4/lchown.m4: Likewise.
8045         * m4/lcmessage.m4: Likewise.
8046         * m4/ldexpl.m4: Likewise.
8047         * m4/lib-ld.m4: Likewise.
8048         * m4/lib-link.m4: Likewise.
8049         * m4/libsigsegv.m4: Likewise.
8050         * m4/link-follow.m4: Likewise.
8051         * m4/localcharset.m4: Likewise.
8052         * m4/locale-fr.m4: Likewise.
8053         * m4/locale-ja.m4: Likewise.
8054         * m4/locale-tr.m4: Likewise.
8055         * m4/locale-zh.m4: Likewise.
8056         * m4/lock.m4: Likewise.
8057         * m4/longlong.m4: Likewise.
8058         * m4/ls-mntd-fs.m4: Likewise.
8059         * m4/lstat.m4: Likewise.
8060         * m4/malloc.m4: Likewise.
8061         * m4/mathl.m4: Likewise.
8062         * m4/mbrtowc.m4: Likewise.
8063         * m4/mbstate_t.m4: Likewise.
8064         * m4/mbswidth.m4: Likewise.
8065         * m4/memchr.m4: Likewise.
8066         * m4/memcmp.m4: Likewise.
8067         * m4/memcpy.m4: Likewise.
8068         * m4/memmem.m4: Likewise.
8069         * m4/memmove.m4: Likewise.
8070         * m4/mempcpy.m4: Likewise.
8071         * m4/memrchr.m4: Likewise.
8072         * m4/memset.m4: Likewise.
8073         * m4/minmax.m4: Likewise.
8074         * m4/mkdir-slash.m4: Likewise.
8075         * m4/mkdtemp.m4: Likewise.
8076         * m4/mktime.m4: Likewise.
8077         * m4/mmap-anon.m4: Likewise.
8078         * m4/mountlist.m4: Likewise.
8079         * m4/nanosleep.m4: Likewise.
8080         * m4/nls.m4: Likewise.
8081         * m4/nocrash.m4: Likewise.
8082         * m4/open.m4: Likewise.
8083         * m4/openat.m4: Likewise.
8084         * m4/openmp.m4: Likewise.
8085         * m4/pathmax.m4: Likewise.
8086         * m4/perl.m4: Likewise.
8087         * m4/physmem.m4: Likewise.
8088         * m4/pipe.m4: Likewise.
8089         * m4/po.m4: Likewise.
8090         * m4/poll.m4: Likewise.
8091         * m4/posixtm.m4: Likewise.
8092         * m4/posixver.m4: Likewise.
8093         * m4/printf-frexp.m4: Likewise.
8094         * m4/printf-frexpl.m4: Likewise.
8095         * m4/printf-posix.m4: Likewise.
8096         * m4/printf-posix-rpl.m4: Likewise.
8097         * m4/printf.m4: Likewise.
8098         * m4/progtest.m4: Likewise.
8099         * m4/putenv.m4: Likewise.
8100         * m4/readline.m4: Likewise.
8101         * m4/readlink.m4: Likewise.
8102         * m4/readutmp.m4: Likewise.
8103         * m4/realloc.m4: Likewise.
8104         * m4/regex.m4: Likewise.
8105         * m4/relocatable.m4: Likewise.
8106         * m4/relocatable-lib.m4: Likewise.
8107         * m4/rename-dest-slash.m4: Likewise.
8108         * m4/rename.m4: Likewise.
8109         * m4/rmdir-errno.m4: Likewise.
8110         * m4/rmdir.m4: Likewise.
8111         * m4/roundf.m4: Likewise.
8112         * m4/roundl.m4: Likewise.
8113         * m4/rpmatch.m4: Likewise.
8114         * m4/save-cwd.m4: Likewise.
8115         * m4/selinux-selinux-h.m4: Likewise.
8116         * m4/setenv.m4: Likewise.
8117         * m4/settime.m4: Likewise.
8118         * m4/sig2str.m4: Likewise.
8119         * m4/sig_atomic_t.m4: Likewise.
8120         * m4/signalblocking.m4: Likewise.
8121         * m4/signbit.m4: Likewise.
8122         * m4/sigpipe.m4: Likewise.
8123         * m4/sockets.m4: Likewise.
8124         * m4/sockpfaf.m4: Likewise.
8125         * m4/st_dm_mode.m4: Likewise.
8126         * m4/stat-time.m4: Likewise.
8127         * m4/stdbool.m4: Likewise.
8128         * m4/stdint.m4: Likewise.
8129         * m4/stdint_h.m4: Likewise.
8130         * m4/stpcpy.m4: Likewise.
8131         * m4/stpncpy.m4: Likewise.
8132         * m4/strcase.m4: Likewise.
8133         * m4/strchrnul.m4: Likewise.
8134         * m4/strcspn.m4: Likewise.
8135         * m4/strdup.m4: Likewise.
8136         * m4/strftime.m4: Likewise.
8137         * m4/strndup.m4: Likewise.
8138         * m4/strnlen.m4: Likewise.
8139         * m4/strpbrk.m4: Likewise.
8140         * m4/strptime.m4: Likewise.
8141         * m4/strsep.m4: Likewise.
8142         * m4/strtod.m4: Likewise.
8143         * m4/strtoimax.m4: Likewise.
8144         * m4/strtok_r.m4: Likewise.
8145         * m4/strtol.m4: Likewise.
8146         * m4/strtoll.m4: Likewise.
8147         * m4/strtoul.m4: Likewise.
8148         * m4/strtoull.m4: Likewise.
8149         * m4/strtoumax.m4: Likewise.
8150         * m4/strverscmp.m4: Likewise.
8151         * m4/threadlib.m4: Likewise.
8152         * m4/timegm.m4: Likewise.
8153         * m4/tm_gmtoff.m4: Likewise.
8154         * m4/tmpdir.m4: Likewise.
8155         * m4/tmpfile.m4: Likewise.
8156         * m4/tzset.m4: Likewise.
8157         * m4/uintmax_t.m4: Likewise.
8158         * m4/unlinkdir.m4: Likewise.
8159         * m4/unlocked-io.m4: Likewise.
8160         * m4/uptime.m4: Likewise.
8161         * m4/userspec.m4: Likewise.
8162         * m4/utimbuf.m4: Likewise.
8163         * m4/utime.m4: Likewise.
8164         * m4/utimes-null.m4: Likewise.
8165         * m4/utimes.m4: Likewise.
8166         * m4/vararrays.m4: Likewise.
8167         * m4/vasnprintf.m4: Likewise.
8168         * m4/vfprintf-posix.m4: Likewise.
8169         * m4/vprintf-posix.m4: Likewise.
8170         * m4/wait-process.m4: Likewise.
8171         * m4/wchar_t.m4: Likewise.
8172         * m4/wint_t.m4: Likewise.
8173         * m4/write-any-file.m4: Likewise.
8174         * m4/yield.m4: Likewise.
8175
8176 2009-01-13  Bruno Haible  <bruno@clisp.org>
8177
8178         Avoid test-copy-file.sh failures when ACL support insufficient.
8179         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
8180         TESTS_ENVIRONMENT.
8181         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
8182         Reported by Jim Meyering.
8183
8184 2009-01-13  Bruno Haible  <bruno@clisp.org>
8185
8186         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
8187         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
8188         * modules/unistdio/u8-printf-parse (Files): Likewise.
8189         * modules/unistdio/u32-printf-parse (Files): Likewise.
8190         * modules/unistdio/ulc-printf-parse (Files): Likewise.
8191
8192 2009-01-13  Simon Josefsson  <simon@josefsson.org>
8193
8194         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
8195         and m4/inttypes_h.m4 too.
8196
8197 2009-01-12  Eric Blake  <ebb9@byu.net>
8198
8199         tests: IRIX 6.2 cc can't compile -0.0 into .data
8200         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
8201         rather than at compile-time.
8202         * tests/test-floorl.c (minus_zero): Likewise.
8203         * tests/test-frexpl.c (minus_zero): Likewise.
8204         * tests/test-isnan.c (minus_zerol): Likewise.
8205         * tests/test-isnanl.h (minus_zero): Likewise.
8206         * tests/test-ldexpl.c (minus_zero): Likewise.
8207         * tests/test-roundl.c (minus_zero): Likewise.
8208         * tests/test-signbit.c (minus_zerol): Likewise.
8209         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
8210         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
8211         * tests/test-truncl.c (minus_zero): Likewise.
8212         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
8213         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
8214         Reported by Tom G. Christensen and Nelson H. F. Beebe.
8215
8216 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
8217
8218         regex: fix glibc bug 9697
8219         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
8220         handling.
8221
8222 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
8223
8224         regex: fix glibc bug 697
8225         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
8226         being NULL also if there are no backreferences.
8227
8228 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
8229
8230         regex: merge glibc changes
8231         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
8232         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
8233         re_string_skip_chars, re_string_reconstruct): Likewise.
8234         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
8235
8236 2009-01-07  Jim Meyering  <meyering@redhat.com>
8237
8238         poll: filter through cppi
8239         * lib/poll.c: Indent cpp directives to reflect nesting.
8240
8241 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
8242
8243         poll: don't return uninitialized
8244         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
8245
8246 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
8247
8248         avoid compile failure on AIX 6.1
8249         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
8250         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
8251
8252 2009-01-04  Jim Meyering  <meyering@redhat.com>
8253
8254         remove duplicate inclusion of <stdio.h>
8255         * tests/test-fprintf-posix.c: Likewise.
8256         * tests/test-printf-posix.c: Likewise.
8257         * tests/test-snprintf-posix.c: Likewise.
8258         * tests/test-sprintf-posix.c: Likewise.
8259         * tests/test-vasprintf-posix.c: Likewise.
8260         * tests/test-vfprintf-posix.c: Likewise.
8261         * tests/test-vprintf-posix.c: Likewise.
8262         * tests/test-vsnprintf-posix.c: Likewise.
8263         * tests/test-vsprintf-posix.c: Likewise.
8264
8265 2009-01-03  Jim Meyering  <meyering@redhat.com>
8266
8267         gnulib-tool: fix sed-based filtering
8268         * gnulib-tool (func_filter_filelist): Remove extra backslash
8269         in sed_fff_filter definition.
8270
8271 2009-01-02  Jim Meyering  <meyering@redhat.com>
8272
8273         strftime: avoid compilation failure on Solaris 2.6
8274         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
8275         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
8276         Don't #define mbrlen or mbsinit, since now they're guaranteed to
8277         be available.  Reported by Tom G. Christensen.  Details in
8278         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
8279
8280 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8281             Bruno Haible  <bruno@clisp.org>
8282
8283         Speed up gnulib-tool by doing more string processing through shell
8284         built-ins.
8285         * gnulib-tool (fast_func_append): New variable.
8286         (func_remove_prefix, func_remove_suffix): New functions.
8287         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
8288         (func_filter_filelist): New function.
8289         (func_get_dependencies): Use func_remove_suffix instead of sed.
8290         (func_get_automake_snippet): Use func_filter_filelist instead of a
8291         subshell and sed invocation.
8292
8293 2009-01-01  Bruno Haible  <bruno@clisp.org>
8294
8295         Fix a security bug.
8296         * gnulib-tool (func_import, import, update): Don't allow the characters
8297         '"', '$', '`', '\' in macro arguments that become part of commands that
8298         are evaluated.
8299
8300 2009-01-01  Bruno Haible  <bruno@clisp.org>
8301
8302         * gnulib-tool (func_reset_sigpipe): Add more comments.
8303
8304 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8305
8306         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
8307         func_emit_tests_Makefile_am, func_import): Abort loops early if we
8308         already know the answer.
8309
8310 2009-01-01  Jim Meyering  <meyering@redhat.com>
8311
8312         * lib/version-etc.c (version_etc_va): Update copyright year.
8313
8314 2008-12-30  Bruno Haible  <bruno@clisp.org>
8315
8316         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
8317         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
8318         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
8319
8320 2008-12-29  Eric Blake  <ebb9@byu.net>
8321
8322         multiarch: avoid autoconf AC_REQUIRE bug
8323         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
8324         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
8325         2.63 and older.
8326         Reported by Bruno Haible, and analyzed in
8327         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
8328
8329 2008-12-29  Bruno Haible  <bruno@clisp.org>
8330
8331         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
8332         files in subdirectories correctly.
8333         Reported by Ralf Wildenhues.
8334
8335 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8336
8337         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
8338         rather than 'join FILE -', for Solaris join.
8339
8340 2008-12-29  Bruno Haible  <bruno@clisp.org>
8341
8342         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
8343         quoting.
8344         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
8345         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
8346         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
8347         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
8348         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
8349         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
8350         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
8351         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
8352         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8353         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
8354         * m4/nls.m4 (AM_NLS): Likewise.
8355         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
8356         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
8357         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
8358         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
8359         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
8360         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
8361         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
8362         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
8363         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
8364         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
8365         * m4/xsize.m4 (gl_XSIZE): Likewise.
8366         Suggested by Jim Meyering.
8367
8368 2008-11-17  Bruce Korb  <bkorb@gnu.org>
8369
8370         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
8371         * lib/parse-duration.c: use a switch instead of cascading if's.
8372
8373 2008-12-29  Eric Blake  <ebb9@byu.net>
8374
8375         wchar.h: supply WEOF on Irix 5.3
8376         * lib/wchar.in.h (wint_t): Also supply WEOF.
8377         * lib/wctype.in.h (wint_t): Likewise.
8378         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
8379         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
8380         Reported by Tom G. Christensen.
8381
8382 2008-12-26  Bruno Haible  <bruno@clisp.org>
8383
8384         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
8385         i486, i586, i686.
8386
8387 2008-12-26  Bruno Haible  <bruno@clisp.org>
8388
8389         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
8390
8391 2008-12-26  Bruno Haible  <bruno@clisp.org>
8392
8393         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
8394         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
8395         not __STDC_CONSTANT_MACROS.
8396         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
8397
8398 2008-12-25  Bruno Haible  <bruno@clisp.org>
8399
8400         Add support for universal builds to vasnprintf.
8401         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
8402         universal builds, guess no.
8403         * modules/vasnprintf-posix (Depends-on): Add multiarch.
8404         * modules/vasprintf-posix (Depends-on): Likewise.
8405         * modules/fprintf-posix (Depends-on): Likewise.
8406         * modules/vfprintf-posix (Depends-on): Likewise.
8407         * modules/snprintf-posix (Depends-on): Likewise.
8408         * modules/vsnprintf-posix (Depends-on): Likewise.
8409         * modules/sprintf-posix (Depends-on): Likewise.
8410         * modules/vsprintf-posix (Depends-on): Likewise.
8411         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8412         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8413         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8414         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8415         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8416         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8417         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8418
8419         Add support for universal builds to <inttypes.h>.
8420         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
8421         _SCNu64_PREFIX): In Apple
8422         universal builds, define directly, using _LP64.
8423         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
8424         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
8425         * modules/inttypes (Depends-on): Add multiarch.
8426         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
8427
8428         Add support for universal builds to <stdint.h>.
8429         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
8430         universal builds, define directly, using _LP64.
8431         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
8432         Apple universal builds, don't test for the size and suffix of ptrdiff_t
8433         and size_t.
8434         * modules/stdint (Depends-on): Add multiarch.
8435         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
8436
8437         New module 'multiarch'.
8438         * modules/multiarch: New file.
8439         * m4/multiarch.m4: New file.
8440
8441 2008-12-25  Bruno Haible  <bruno@clisp.org>
8442
8443         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
8444
8445 2008-12-25  Bruno Haible  <bruno@clisp.org>
8446
8447         * modules/btowc (License): Relicense under LGPLv2+.
8448         * modules/mbsinit (License): Likewise.
8449         * modules/mbrtowc (License): Likewise.
8450         * modules/wcrtomb (License): Likewise.
8451         * modules/streq (License): Likewise.
8452         Reported by David Lutterkort <lutter@redhat.com>.
8453
8454 2008-12-23  Bruno Haible  <bruno@clisp.org>
8455
8456         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
8457
8458 2008-12-23  Bruno Haible  <bruno@clisp.org>
8459
8460         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
8461         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
8462         GETADDRINFO_LIB, not in LIBS.
8463         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
8464         * modules/canon-host (Link): Likewise.
8465         * NEWS: Mention the change.
8466         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
8467         GETADDRINFO_LIB.
8468
8469 2008-12-22  Bruno Haible  <bruno@clisp.org>
8470
8471         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
8472         * doc/posix-functions/iswalpha_l.texi: Likewise.
8473         * doc/posix-functions/iswblank_l.texi: Likewise.
8474         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8475         * doc/posix-functions/iswctype_l.texi: Likewise.
8476         * doc/posix-functions/iswdigit_l.texi: Likewise.
8477         * doc/posix-functions/iswgraph_l.texi: Likewise.
8478         * doc/posix-functions/iswlower_l.texi: Likewise.
8479         * doc/posix-functions/iswprint_l.texi: Likewise.
8480         * doc/posix-functions/iswpunct_l.texi: Likewise.
8481         * doc/posix-functions/iswspace_l.texi: Likewise.
8482         * doc/posix-functions/iswupper_l.texi: Likewise.
8483         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8484         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
8485         * doc/posix-functions/open_wmemstream.texi: Likewise.
8486         * doc/posix-functions/swscanf.texi: Likewise.
8487         * doc/posix-functions/towctrans_l.texi: Likewise.
8488         * doc/posix-functions/towlower.texi: Likewise.
8489         * doc/posix-functions/towlower_l.texi: Likewise.
8490         * doc/posix-functions/towupper.texi: Likewise.
8491         * doc/posix-functions/towupper_l.texi: Likewise.
8492         * doc/posix-functions/vfwprintf.texi: Likewise.
8493         * doc/posix-functions/vfwscanf.texi: Likewise.
8494         * doc/posix-functions/vswscanf.texi: Likewise.
8495         * doc/posix-functions/vwprintf.texi: Likewise.
8496         * doc/posix-functions/vwscanf.texi: Likewise.
8497         * doc/posix-functions/wcpcpy.texi: Likewise.
8498         * doc/posix-functions/wcpncpy.texi: Likewise.
8499         * doc/posix-functions/wcscasecmp.texi: Likewise.
8500         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
8501         * doc/posix-functions/wcscoll_l.texi: Likewise.
8502         * doc/posix-functions/wcsdup.texi: Likewise.
8503         * doc/posix-functions/wcsncasecmp.texi: Likewise.
8504         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
8505         * doc/posix-functions/wcsnlen.texi: Likewise.
8506         * doc/posix-functions/wcsnrtombs.texi: Likewise.
8507         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8508         * doc/posix-functions/wctrans_l.texi: Likewise.
8509         * doc/posix-functions/wctype_l.texi: Likewise.
8510         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
8511         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
8512         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
8513         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
8514         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
8515         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
8516         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
8517         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
8518         * doc/glibc-functions/wcschrnul.texi: Likewise.
8519         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8520         * doc/glibc-functions/wcstod_l.texi: Likewise.
8521         * doc/glibc-functions/wcstof_l.texi: Likewise.
8522         * doc/glibc-functions/wcstol_l.texi: Likewise.
8523         * doc/glibc-functions/wcstold_l.texi: Likewise.
8524         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8525         * doc/glibc-functions/wcstoq.texi: Likewise.
8526         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8527         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8528         * doc/glibc-functions/wcstouq.texi: Likewise.
8529         * doc/glibc-functions/wmempcpy.texi: Likewise.
8530
8531 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
8532             Eric Blake  <ebb9@byu.net>
8533             Paolo Bonzini  <bonzini@gnu.org>
8534             Bruno Haible  <bruno@clisp.org>
8535
8536         Make c-stack work on Haiku.
8537         * lib/c-stack.c (SA_ONSTACK): Define fallback.
8538         (c_stack_action): Use SA_ONSTACK flag.
8539
8540 2008-12-22  Bruno Haible  <bruno@clisp.org>
8541
8542         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
8543
8544 2008-12-22  Bruno Haible  <bruno@clisp.org>
8545
8546         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
8547         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
8548         being overridden.
8549         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
8550         New macros.
8551         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
8552         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
8553         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
8554         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
8555
8556 2008-12-22  Bruno Haible  <bruno@clisp.org>
8557
8558         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
8559         from test code.
8560
8561 2008-12-22  Eric Blake  <ebb9@byu.net>
8562
8563         Avoid gcc warnings on cygwin.
8564         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
8565         Avoid unused variable.
8566         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
8567         Likewise.
8568
8569 2008-12-22  Bruno Haible  <bruno@clisp.org>
8570
8571         Remove HAVE_MBRTOWC conditionals.
8572         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
8573         (mbscasecmp): Assume mbrtowc function.
8574         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
8575         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
8576         * lib/mbschr.c: Include mbuiter.h unconditionally.
8577         (mbschr): Assume mbrtowc function.
8578         * lib/mbscspn.c: Include mbuiter.h unconditionally.
8579         (mbscspn): Assume mbrtowc function.
8580         * lib/mbslen.c: Include mbuiter.h unconditionally.
8581         (mbslen): Assume mbrtowc function.
8582         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
8583         (mbsncasecmp): Assume mbrtowc function.
8584         * lib/mbsnlen.c: Include mbiter.h unconditionally.
8585         (mbsnlen): Assume mbrtowc function.
8586         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
8587         (mbspbrk): Assume mbrtowc function.
8588         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
8589         (mbspcasecmp): Assume mbrtowc function.
8590         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
8591         (mbsrchr): Assume mbrtowc function.
8592         * lib/mbssep.c: Include mbuiter.h unconditionally.
8593         (mbssep): Assume mbrtowc function.
8594         * lib/mbsspn.c: Include mbuiter.h unconditionally.
8595         (mbsspn): Assume mbrtowc function.
8596         * lib/mbsstr.c: Include mbuiter.h unconditionally.
8597         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
8598         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
8599         (mbstok_r): Assume mbrtowc function.
8600         * lib/propername.c: Include mbuiter.h unconditionally.
8601         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
8602         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
8603         (trim2): Assume mbrtowc function.
8604         * lib/mbswidth.c (mbsinit): Remove fallback definition.
8605         (mbsnwidth): Assume mbrtowc function.
8606         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
8607         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
8608         fallback definitions.
8609         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
8610
8611 2008-12-22  Bruno Haible  <bruno@clisp.org>
8612
8613         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
8614
8615 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
8616
8617         * modules/regex: Request emulations for the mb*/wc* functions we need.
8618         * m4/regex.m4: Don't look for those functions here.
8619         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
8620
8621 2008-12-22  Bruno Haible  <bruno@clisp.org>
8622
8623         * modules/fnmatch (Depends-on): Remove duplicated dependency.
8624
8625 2008-12-21  Bruno Haible  <bruno@clisp.org>
8626
8627         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
8628         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
8629         (Include): Remove conditionalization.
8630         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
8631         (Include): Remove conditionalization.
8632         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
8633         (Include): Remove conditionalization.
8634         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
8635         * m4/mbfile.m4 (gl_MBFILE): Likewise.
8636         * NEWS: Mention the change.
8637         Reported by Alan Hourihane <alanh@fairlite.co.uk>
8638         via Sergey Poznyakoff <gray@gnu.org.ua>.
8639
8640 2008-12-21  Bruno Haible  <bruno@clisp.org>
8641
8642         * MODULES.html.sh (Extended multibyte and wide character utilities
8643         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
8644         wcrtomb, wcsrtombs.
8645         (Support for systems lacking POSIX:2008): Add accept, bind, close,
8646         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
8647         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
8648         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
8649
8650 2008-12-21  Bruno Haible  <bruno@clisp.org>
8651
8652         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
8653
8654 2008-12-21  Bruno Haible  <bruno@clisp.org>
8655
8656         * modules/wcsnrtombs-tests: New file.
8657         * tests/test-wcsnrtombs1.sh: New file.
8658         * tests/test-wcsnrtombs2.sh: New file.
8659         * tests/test-wcsnrtombs3.sh: New file.
8660         * tests/test-wcsnrtombs4.sh: New file.
8661         * tests/test-wcsnrtombs.c: New file.
8662
8663         New module 'wcsnrtombs'.
8664         * lib/wchar.in.h (wcsnrtombs): New declaration.
8665         * lib/wcsnrtombs.c: New file.
8666         * lib/wcsrtombs-state.c: New file.
8667         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
8668         (internal_state): Remove variable.
8669         * m4/wcsnrtombs.m4: New file.
8670         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
8671         compilation units.
8672         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
8673         HAVE_WCSNRTOMBS.
8674         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
8675         HAVE_WCSNRTOMBS.
8676         * modules/wcsnrtombs: New file.
8677         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
8678         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
8679
8680 2008-12-21  Bruno Haible  <bruno@clisp.org>
8681
8682         * modules/wcsrtombs-tests: New file.
8683         * tests/test-wcsrtombs1.sh: New file.
8684         * tests/test-wcsrtombs2.sh: New file.
8685         * tests/test-wcsrtombs3.sh: New file.
8686         * tests/test-wcsrtombs4.sh: New file.
8687         * tests/test-wcsrtombs.c: New file.
8688
8689         New module 'wcsrtombs'.
8690         * lib/wchar.in.h (wcsrtombs): New declaration.
8691         * lib/wcsrtombs.c: New file.
8692         * m4/wcsrtombs.m4: New file.
8693         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
8694         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
8695         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
8696         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
8697         * modules/wcsrtombs: New file.
8698         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
8699         bugs.
8700
8701 2008-12-21  Bruno Haible  <bruno@clisp.org>
8702
8703         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
8704         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
8705         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
8706         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
8707         if not correct.
8708         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
8709         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
8710         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
8711         m4/locale-zh.m4, m4/codeset.m4.
8712         * doc/posix-functions/wcrtomb.texi: Document the bug.
8713
8714 2008-12-21  Bruno Haible  <bruno@clisp.org>
8715
8716         Work around a btowc() bug on IRIX 6.5.
8717         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
8718         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
8719         REPLACE_WTOBC if not.
8720         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
8721         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
8722         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
8723
8724 2008-12-21  Bruno Haible  <bruno@clisp.org>
8725
8726         * modules/wcrtomb-tests: New file.
8727         * tests/test-wcrtomb.sh: New file.
8728         * tests/test-wcrtomb.c: New file.
8729
8730         New module 'wcrtomb'.
8731         * lib/wchar.in.h (wcrtomb): New declaration.
8732         * lib/wcrtomb.c: New file.
8733         * m4/wcrtomb.m4: New file.
8734         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
8735         HAVE_WCRTOMB.
8736         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
8737         HAVE_WCRTOMB.
8738         * modules/wcrtomb: New file.
8739         * doc/posix-functions/wcrtomb.texi: Mention the new module.
8740
8741 2008-12-21  Bruno Haible  <bruno@clisp.org>
8742
8743         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
8744         * modules/mbsrtowcs (Files): Likewise.
8745         * modules/wctob (Files): Likewise.
8746         * modules/c-strcase-tests (Files): Likewise.
8747         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
8748         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
8749         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
8750         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
8751         * modules/vasnprintf-posix-tests (Files): Likewise.
8752
8753 2008-12-21  William Pursell  <bill.pursell@gmail.com>
8754
8755         gitlog-to-changelog: pass all command-line arguments to git-log
8756         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
8757         it is sometimes convenient to filter the commits in various ways.
8758         gitlog-to-changelog only allows --since to specify a start date,
8759         but git-log itself supports many other filtering mechanisms.
8760         At the moment, I want to filter by branch name.  Rather than
8761         adding a --branch option to gitlog-to-changelog, it seems more
8762         flexible to simply pass all options directly to git-log and let
8763         git do the work.  Notice that this effectively makes --since a
8764         redundant option for gitlog-to-changelog, but removing it would
8765         require current usage to change since calls would then require
8766         an additional '--'.
8767
8768 2008-12-21  Bruno Haible  <bruno@clisp.org>
8769
8770         * modules/mbsnrtowcs-tests: New file.
8771         * tests/test-mbsnrtowcs1.sh: New file.
8772         * tests/test-mbsnrtowcs2.sh: New file.
8773         * tests/test-mbsnrtowcs3.sh: New file.
8774         * tests/test-mbsnrtowcs4.sh: New file.
8775         * tests/test-mbsnrtowcs.c: New file.
8776
8777         New module 'mbsnrtowcs'.
8778         * lib/wchar.in.h (mbsnrtowcs): New declaration.
8779         * lib/mbsnrtowcs.c: New file.
8780         * lib/mbsrtowcs-state.c: New file.
8781         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
8782         (internal_state): Remove variable.
8783         * m4/mbsnrtowcs.m4: New file.
8784         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
8785         compilation units.
8786         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
8787         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
8788         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
8789         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
8790         * modules/mbsnrtowcs: New file.
8791         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
8792         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
8793         portability problem.
8794
8795 2008-12-21  Bruno Haible  <bruno@clisp.org>
8796
8797         Work around mbsrtowcs bug.
8798         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
8799         (gl_FUNC_MBSRTOWCS): Invoke it.
8800         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
8801         m4/locale-zh.m4.
8802         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
8803
8804 2008-12-21  Bruno Haible  <bruno@clisp.org>
8805
8806         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
8807
8808 2008-12-21  Bruno Haible  <bruno@clisp.org>
8809
8810         Update doc for AIX.
8811         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
8812         16-bit wchar_t type.
8813         * doc/posix-functions/btowc.texi: Likewise.
8814         * doc/posix-functions/fgetwc.texi: Likewise.
8815         * doc/posix-functions/fgetws.texi: Likewise.
8816         * doc/posix-functions/fputwc.texi: Likewise.
8817         * doc/posix-functions/fputws.texi: Likewise.
8818         * doc/posix-functions/fwide.texi: Likewise.
8819         * doc/posix-functions/fwprintf.texi: Likewise.
8820         * doc/posix-functions/fwscanf.texi: Likewise.
8821         * doc/posix-functions/getwchar.texi: Likewise.
8822         * doc/posix-functions/getwc.texi: Likewise.
8823         * doc/posix-functions/iswalnum.texi: Likewise.
8824         * doc/posix-functions/iswalpha.texi: Likewise.
8825         * doc/posix-functions/iswblank.texi: Likewise.
8826         * doc/posix-functions/iswcntrl.texi: Likewise.
8827         * doc/posix-functions/iswctype.texi: Likewise.
8828         * doc/posix-functions/iswdigit.texi: Likewise.
8829         * doc/posix-functions/iswgraph.texi: Likewise.
8830         * doc/posix-functions/iswlower.texi: Likewise.
8831         * doc/posix-functions/iswprint.texi: Likewise.
8832         * doc/posix-functions/iswpunct.texi: Likewise.
8833         * doc/posix-functions/iswspace.texi: Likewise.
8834         * doc/posix-functions/iswupper.texi: Likewise.
8835         * doc/posix-functions/iswxdigit.texi: Likewise.
8836         * doc/posix-functions/mbrtowc.texi: Likewise.
8837         * doc/posix-functions/mbsrtowcs.texi: Likewise.
8838         * doc/posix-functions/mbstowcs.texi: Likewise.
8839         * doc/posix-functions/mbtowc.texi: Likewise.
8840         * doc/posix-functions/putwchar.texi: Likewise.
8841         * doc/posix-functions/putwc.texi: Likewise.
8842         * doc/posix-functions/swprintf.texi: Likewise.
8843         * doc/posix-functions/tolower.texi: Likewise.
8844         * doc/posix-functions/toupper.texi: Likewise.
8845         * doc/posix-functions/towctrans.texi: Likewise.
8846         * doc/posix-functions/ungetwc.texi: Likewise.
8847         * doc/posix-functions/vswprintf.texi: Likewise.
8848         * doc/posix-functions/wcrtomb.texi: Likewise.
8849         * doc/posix-functions/wcscat.texi: Likewise.
8850         * doc/posix-functions/wcschr.texi: Likewise.
8851         * doc/posix-functions/wcscmp.texi: Likewise.
8852         * doc/posix-functions/wcscoll.texi: Likewise.
8853         * doc/posix-functions/wcscpy.texi: Likewise.
8854         * doc/posix-functions/wcscspn.texi: Likewise.
8855         * doc/posix-functions/wcsftime.texi: Likewise.
8856         * doc/posix-functions/wcslen.texi: Likewise.
8857         * doc/posix-functions/wcsncat.texi: Likewise.
8858         * doc/posix-functions/wcsncmp.texi: Likewise.
8859         * doc/posix-functions/wcsncpy.texi: Likewise.
8860         * doc/posix-functions/wcspbrk.texi: Likewise.
8861         * doc/posix-functions/wcsrchr.texi: Likewise.
8862         * doc/posix-functions/wcsrtombs.texi: Likewise.
8863         * doc/posix-functions/wcsspn.texi: Likewise.
8864         * doc/posix-functions/wcsstr.texi: Likewise.
8865         * doc/posix-functions/wcstod.texi: Likewise.
8866         * doc/posix-functions/wcstof.texi: Likewise.
8867         * doc/posix-functions/wcstoimax.texi: Likewise.
8868         * doc/posix-functions/wcstok.texi: Likewise.
8869         * doc/posix-functions/wcstold.texi: Likewise.
8870         * doc/posix-functions/wcstoll.texi: Likewise.
8871         * doc/posix-functions/wcstol.texi: Likewise.
8872         * doc/posix-functions/wcstombs.texi: Likewise.
8873         * doc/posix-functions/wcstoull.texi: Likewise.
8874         * doc/posix-functions/wcstoul.texi: Likewise.
8875         * doc/posix-functions/wcstoumax.texi: Likewise.
8876         * doc/posix-functions/wcswidth.texi: Likewise.
8877         * doc/posix-functions/wcsxfrm.texi: Likewise.
8878         * doc/posix-functions/wctob.texi: Likewise.
8879         * doc/posix-functions/wctomb.texi: Likewise.
8880         * doc/posix-functions/wctrans.texi: Likewise.
8881         * doc/posix-functions/wctype.texi: Likewise.
8882         * doc/posix-functions/wcwidth.texi: Likewise.
8883         * doc/posix-functions/wmemchr.texi: Likewise.
8884         * doc/posix-functions/wmemcmp.texi: Likewise.
8885         * doc/posix-functions/wmemcpy.texi: Likewise.
8886         * doc/posix-functions/wmemmove.texi: Likewise.
8887         * doc/posix-functions/wmemset.texi: Likewise.
8888         * doc/posix-functions/wprintf.texi: Likewise.
8889         * doc/posix-functions/wscanf.texi: Likewise.
8890
8891 2008-12-21  Bruno Haible  <bruno@clisp.org>
8892
8893         Update doc for HP-UX 11.11.
8894         * doc/posix-functions/btowc.texi: Clarify that the function is missing
8895         in HP-UX version 11.00, not in all versions of HP-UX 11.
8896         * doc/posix-functions/fwide.texi: Likewise.
8897         * doc/posix-functions/fwprintf.texi: Likewise.
8898         * doc/posix-functions/fwscanf.texi: Likewise.
8899         * doc/posix-functions/inet_ntop.texi: Likewise.
8900         * doc/posix-functions/inet_pton.texi: Likewise.
8901         * doc/posix-functions/mbrlen.texi: Likewise.
8902         * doc/posix-functions/mbrtowc.texi: Likewise.
8903         * doc/posix-functions/mbsinit.texi: Likewise.
8904         * doc/posix-functions/mbsrtowcs.texi: Likewise.
8905         * doc/posix-functions/swprintf.texi: Likewise.
8906         * doc/posix-functions/swscanf.texi: Likewise.
8907         * doc/posix-functions/towctrans.texi: Likewise.
8908         * doc/posix-functions/vfwprintf.texi: Likewise.
8909         * doc/posix-functions/vswprintf.texi: Likewise.
8910         * doc/posix-functions/vwprintf.texi: Likewise.
8911         * doc/posix-functions/wcrtomb.texi: Likewise.
8912         * doc/posix-functions/wcsrtombs.texi: Likewise.
8913         * doc/posix-functions/wcsstr.texi: Likewise.
8914         * doc/posix-functions/wctob.texi: Likewise.
8915         * doc/posix-functions/wctrans.texi: Likewise.
8916         * doc/posix-functions/wmemchr.texi: Likewise.
8917         * doc/posix-functions/wmemcmp.texi: Likewise.
8918         * doc/posix-functions/wmemcpy.texi: Likewise.
8919         * doc/posix-functions/wmemmove.texi: Likewise.
8920         * doc/posix-functions/wmemset.texi: Likewise.
8921         * doc/posix-functions/wprintf.texi: Likewise.
8922         * doc/posix-functions/wscanf.texi: Likewise.
8923
8924 2008-12-21  Bruno Haible  <bruno@clisp.org>
8925
8926         Work around a portability problem.
8927         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
8928         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
8929
8930 2008-12-20  Bruno Haible  <bruno@clisp.org>
8931
8932         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
8933         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
8934         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
8935         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
8936         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
8937
8938         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
8939         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
8940         set.
8941         (GNULIB_defined_mbstate_t): New macro.
8942         (mbsinit): Redefine if REPLACE_MBSINIT is set.
8943         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
8944         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
8945         reuses the system's mbrtowc function but works around the bugs.
8946         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
8947         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
8948         macros.
8949         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
8950         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
8951         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
8952         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
8953         REPLACE_MBSINIT if mbsinit needs to be overridden.
8954         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
8955         REPLACE_MBSINIT, REPLACE_MBRTOWC.
8956         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
8957         REPLACE_MBSINIT, REPLACE_MBRTOWC.
8958         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
8959         m4/locale-zh.m4.
8960         (Depends): Add mbsinit.
8961         * modules/mbsinit (Depends): Add mbrtowc.
8962         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
8963
8964 2008-12-20  Bruno Haible  <bruno@clisp.org>
8965
8966         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
8967         so that there are no conversion errors on AIX.
8968         * tests/test-mbsrtowcs.c (main): LIkewise.
8969
8970 2008-12-20  Bruno Haible  <bruno@clisp.org>
8971
8972         Work around wctob bug on Solaris <= 9.
8973         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
8974         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
8975         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
8976         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
8977         * modules/wctob (Files): Add m4/locale-fr.m4.
8978         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
8979
8980 2008-12-20  Bruno Haible  <bruno@clisp.org>
8981
8982         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
8983         /dev/null.
8984         * tests/test-select-in.sh: Likewise.
8985         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8986
8987 2008-12-20  Bruno Haible  <bruno@clisp.org>
8988
8989         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
8990         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
8991         Cygwin 1.5.x.
8992
8993 2008-12-20  Bruno Haible  <bruno@clisp.org>
8994
8995         Ensure mbstate_t is defined on HP-UX 11.11.
8996         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
8997         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
8998         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
8999         AC_USE_SYSTEM_EXTENSIONS.
9000         * modules/fnmatch (Depends-on): Add extensions.
9001         * modules/mbrlen (Depends-on): Likewise.
9002         * modules/mbrtowc (Depends-on): Likewise.
9003         * modules/mbsinit (Depends-on): Likewise.
9004         * modules/mbsrtowcs (Depends-on): Likewise.
9005         * modules/mbswidth (Depends-on): Likewise.
9006         * modules/quotearg (Depends-on): Likewise.
9007         * modules/strftime (Depends-on): Likewise.
9008
9009 2008-12-20  Bruno Haible  <bruno@clisp.org>
9010
9011         Ensure wctob is declared on IRIX 6.5.
9012         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
9013         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
9014         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
9015         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
9016         of HAVE_WCTOB.
9017         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
9018         HAVE_WCTOB.
9019         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
9020
9021 2008-12-19  Bruno Haible  <bruno@clisp.org>
9022
9023         * modules/mbsrtowcs-tests: New file.
9024         * tests/test-mbsrtowcs1.sh: New file.
9025         * tests/test-mbsrtowcs2.sh: New file.
9026         * tests/test-mbsrtowcs3.sh: New file.
9027         * tests/test-mbsrtowcs4.sh: New file.
9028         * tests/test-mbsrtowcs.c: New file.
9029
9030         New module 'mbsrtowcs'.
9031         * lib/wchar.in.h (mbsrtowcs): New declaration.
9032         * lib/mbsrtowcs.c: New file.
9033         * m4/mbsrtowcs.m4: New file.
9034         * modules/mbsrtowcs: New file.
9035         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
9036         HAVE_MBSRTOWCS.
9037         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
9038         HAVE_MBSRTOWCS.
9039         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
9040
9041 2008-12-19  Bruno Haible  <bruno@clisp.org>
9042
9043         New module 'mbrlen'.
9044         * lib/wchar.in.h (mbrlen): New declaration.
9045         * lib/mbrlen.c: New file.
9046         * m4/mbrlen.m4: New file.
9047         * modules/mbrlen: New file.
9048         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
9049         HAVE_MBRLEN.
9050         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
9051         HAVE_MBRLEN.
9052         * doc/posix-functions/mbrlen.texi: Document the new module.
9053
9054 2008-12-19  Bruno Haible  <bruno@clisp.org>
9055
9056         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
9057         * modules/mbrtowc (Depends-on): Add verify.
9058         Suggested by Paul Eggert.
9059
9060 2008-12-18  Bruno Haible  <bruno@clisp.org>
9061
9062         * modules/mbsinit-tests: New file.
9063         * tests/test-mbsinit.sh: New file.
9064         * tests/test-mbsinit.c: New file.
9065
9066 2008-12-18  Bruno Haible  <bruno@clisp.org>
9067
9068         * modules/mbrtowc-tests: New file.
9069         * tests/test-mbrtowc1.sh: New file.
9070         * tests/test-mbrtowc2.sh: New file.
9071         * tests/test-mbrtowc3.sh: New file.
9072         * tests/test-mbrtowc4.sh: New file.
9073         * tests/test-mbrtowc.c: New file.
9074
9075         New module 'mbrtowc'.
9076         * lib/wchar.in.h (mbstate_t): Override when the system does not have
9077         mbsinit and mbrtowc.
9078         (mbrtowc): New declaration.
9079         * lib/mbrtowc.c: New file.
9080         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
9081         * modules/mbrtowc: New file.
9082         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
9083         HAVE_MBRTOWC.
9084         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
9085         HAVE_MBRTOWC.
9086         * doc/posix-functions/mbrtowc.texi: Document the new module.
9087
9088 2008-12-18  Bruno Haible  <bruno@clisp.org>
9089
9090         New module 'wctob'.
9091         * lib/wchar.in.h (wctob): New declaration.
9092         * lib/wctob.c: New file.
9093         * m4/wctob.m4: New file.
9094         * modules/wctob: New file.
9095         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
9096         HAVE_WCTOB.
9097         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
9098         * doc/posix-functions/wctob.texi: Document the new module.
9099
9100 2008-12-18  Bruno Haible  <bruno@clisp.org>
9101
9102         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
9103         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
9104
9105 2008-12-18  Simon Josefsson  <simon@josefsson.org>
9106
9107         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
9108         G. Christensen" <tgc@jupiterrise.com>.
9109
9110         * lib/flock.c: Need to include errno.h.  Reported by "Tom
9111         G. Christensen" <tgc@jupiterrise.com>.
9112
9113         * lib/flock.c: Need to include string.h.  Reported by "Tom
9114         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
9115         <ebb9@byu.net>.
9116
9117 2008-12-18  Bruno Haible  <bruno@clisp.org>
9118
9119         * m4/locale-ja.m4: New file, from GNU gettext.
9120
9121 2008-12-17  Bruno Haible  <bruno@clisp.org>
9122
9123         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
9124         Suggested by Eric Blake.
9125
9126 2008-12-17  Bruno Haible  <bruno@clisp.org>
9127
9128         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
9129
9130 2008-12-17  Bruno Haible  <bruno@clisp.org>
9131
9132         * lib/mbsinit.c: Include verify.h. Verify an assumption.
9133         * modules/mbsinit (Depends-on): Add verify.
9134         Suggested by Paul Eggert.
9135
9136 2008-12-17  Bruno Haible  <bruno@clisp.org>
9137
9138         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
9139         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
9140         gl_FUNC_MBRTOWC.
9141         * m4/mbiter.m4 (gl_MBITER): LIkewise.
9142         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
9143         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
9144         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
9145         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
9146         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
9147         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
9148         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
9149         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
9150         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
9151         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
9152         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
9153         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
9154         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
9155         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
9156         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9157         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
9158         * modules/trim (configure.ac): Likewise.
9159
9160 2008-12-17  Bruno Haible  <bruno@clisp.org>
9161
9162         * modules/btowc-tests: New file.
9163         * tests/test-btowc1.sh: New file.
9164         * tests/test-btowc2.sh: New file.
9165         * tests/test-btowc.c: New file.
9166
9167         New module 'btowc'.
9168         * lib/wchar.in.h (btowc): New declaration.
9169         * lib/btowc.c: New file.
9170         * m4/btowc.m4: New file.
9171         * modules/btowc: New file.
9172         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
9173         HAVE_BTOWC.
9174         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
9175         * doc/posix-functions/btowc.texi: Document the new module.
9176
9177 2008-12-17  Bruno Haible  <bruno@clisp.org>
9178
9179         New module 'mbsinit'.
9180         * lib/wchar.in.h (mbsinit): New declaration.
9181         * lib/mbsinit.c: New file.
9182         * m4/mbsinit.m4: New file.
9183         * modules/mbsinit: New file.
9184         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
9185         HAVE_MBSINIT.
9186         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
9187         HAVE_MBSINIT.
9188         * doc/posix-functions/mbsinit.texi: Document the new module.
9189
9190 2008-12-16  Bruno Haible  <bruno@clisp.org>
9191
9192         * lib/unistd.in.h: Add comment.
9193         * tests/test-environ.c: Don't include <stdlib.h>.
9194
9195 2008-12-16  Bruno Haible  <bruno@clisp.org>
9196
9197         * lib/parse-duration.h (parse_duration): Document return value
9198         convention.
9199         * lib/parse-duration.c: Include specification header first. Add
9200         comments.
9201         (_): Remove macro.
9202         (parse_year_month_day, parse_hour_minute_second): Move side effects
9203         outside of strchr call.
9204         (parse_non_iso8601): Move side effects outside of isspace call.
9205         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
9206         call.
9207
9208 2008-12-16  Bruno Haible  <bruno@clisp.org>
9209
9210         * tests/test-parse-duration.sh: Produce no output when the test
9211         succeeds.
9212
9213 2008-12-16  Bruno Haible  <bruno@clisp.org>
9214
9215         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
9216         expressions.
9217
9218 2008-12-15  Bruno Haible  <bruno@clisp.org>
9219
9220         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
9221         * doc/glibc-functions/flistxattr.texi: Likewise.
9222         * doc/glibc-functions/fopencookie.texi: Likewise.
9223         * doc/glibc-functions/fremovexattr.texi: Likewise.
9224         * doc/glibc-functions/fsetxattr.texi: Likewise.
9225         * doc/glibc-functions/getxattr.texi: Likewise.
9226         * doc/glibc-functions/lgetxattr.texi: Likewise.
9227         * doc/glibc-functions/listxattr.texi: Likewise.
9228         * doc/glibc-functions/llistxattr.texi: Likewise.
9229         * doc/glibc-functions/lremovexattr.texi: Likewise.
9230         * doc/glibc-functions/lsetxattr.texi: Likewise.
9231         * doc/glibc-functions/removexattr.texi: Likewise.
9232         * doc/glibc-functions/setxattr.texi: Likewise.
9233         * doc/posix-functions/open_memstream.texi: Likewise.
9234
9235 2008-12-15  Eric Blake  <ebb9@byu.net>
9236
9237         Update doc for cygwin 1.7.
9238         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
9239         functions.
9240         * doc/posix-functions/fchmodat.texi: Likewise.
9241         * doc/posix-functions/fchownat.texi: Likewise.
9242         * doc/posix-functions/fdopendir.texi: Likewise.
9243         * doc/posix-functions/fmemopen.texi: Likewise.
9244         * doc/posix-functions/freeaddrinfo.texi: Likewise.
9245         * doc/posix-functions/fstatat.texi: Likewise.
9246         * doc/posix-functions/futimens.texi: Likewise.
9247         * doc/posix-functions/gai_strerror.texi: Likewise.
9248         * doc/posix-functions/getaddrinfo.texi: Likewise.
9249         * doc/posix-functions/getnameinfo.texi: Likewise.
9250         * doc/posix-functions/if_freenameindex.texi: Likewise.
9251         * doc/posix-functions/if_indextoname.texi: Likewise.
9252         * doc/posix-functions/if_nameindex.texi: Likewise.
9253         * doc/posix-functions/if_nametoindex.texi: Likewise.
9254         * doc/posix-functions/insque.texi: Likewise.
9255         * doc/posix-functions/linkat.texi: Likewise.
9256         * doc/posix-functions/llrint.texi: Likewise.
9257         * doc/posix-functions/llrintf.texi: Likewise.
9258         * doc/posix-functions/llrintl.texi: Likewise.
9259         * doc/posix-functions/lockf.texi: Likewise.
9260         * doc/posix-functions/lrintl.texi: Likewise.
9261         * doc/posix-functions/mkdirat.texi: Likewise.
9262         * doc/posix-functions/mkfifoat.texi: Likewise.
9263         * doc/posix-functions/mknodat.texi: Likewise.
9264         * doc/posix-functions/mq_close.texi: Likewise.
9265         * doc/posix-functions/mq_getattr.texi: Likewise.
9266         * doc/posix-functions/mq_notify.texi: Likewise.
9267         * doc/posix-functions/mq_open.texi: Likewise.
9268         * doc/posix-functions/mq_receive.texi: Likewise.
9269         * doc/posix-functions/mq_send.texi: Likewise.
9270         * doc/posix-functions/mq_setattr.texi: Likewise.
9271         * doc/posix-functions/mq_timedreceive.texi: Likewise.
9272         * doc/posix-functions/mq_timedsend.texi: Likewise.
9273         * doc/posix-functions/mq_unlink.texi: Likewise.
9274         * doc/posix-functions/open_memstream.texi: Likewise.
9275         * doc/posix-functions/openat.texi: Likewise.
9276         * doc/posix-functions/posix_fadvise.texi: Likewise.
9277         * doc/posix-functions/posix_fallocate.texi: Likewise.
9278         * doc/posix-functions/posix_madvise.texi: Likewise.
9279         * doc/posix-functions/posix_memalign.texi: Likewise.
9280         * doc/posix-functions/posix_openpt.texi: Likewise.
9281         * doc/posix-functions/readlinkat.texi: Likewise.
9282         * doc/posix-functions/remque.texi: Likewise.
9283         * doc/posix-functions/renameat.texi: Likewise.
9284         * doc/posix-functions/rintl.texi: Likewise.
9285         * doc/posix-functions/sem_unlink.texi: Likewise.
9286         * doc/posix-functions/shm_open.texi: Likewise.
9287         * doc/posix-functions/shm_unlink.texi: Likewise.
9288         * doc/posix-functions/signgam.texi: Likewise.
9289         * doc/posix-functions/sigset.texi: Likewise.
9290         * doc/posix-functions/stpcpy.texi: Likewise.
9291         * doc/posix-functions/stpncpy.texi: Likewise.
9292         * doc/posix-functions/strerror.texi: Likewise.
9293         * doc/posix-functions/strtod.texi: Likewise.
9294         * doc/posix-functions/symlinkat.texi: Likewise.
9295         * doc/posix-functions/unlinkat.texi: Likewise.
9296         * doc/posix-functions/utimensat.texi: Likewise.
9297         * doc/glibc-functions/bindresvport.texi: Likewise.
9298         * doc/glibc-functions/dn_expand.texi: Likewise.
9299         * doc/glibc-functions/exp10.texi: Likewise.
9300         * doc/glibc-functions/exp10f.texi: Likewise.
9301         * doc/glibc-functions/fgetxattr.texi: Likewise.
9302         * doc/glibc-functions/flistxattr.texi: Likewise.
9303         * doc/glibc-functions/fopencookie.texi: Likewise.
9304         * doc/glibc-functions/freeifaddrs.texi: Likewise.
9305         * doc/glibc-functions/fremovexattr.texi: Likewise.
9306         * doc/glibc-functions/fsetxattr.texi: Likewise.
9307         * doc/glibc-functions/getifaddrs.texi: Likewise.
9308         * doc/glibc-functions/getxattr.texi: Likewise.
9309         * doc/glibc-functions/lgetxattr.texi: Likewise.
9310         * doc/glibc-functions/listxattr.texi: Likewise.
9311         * doc/glibc-functions/llistxattr.texi: Likewise.
9312         * doc/glibc-functions/lremovexattr.texi: Likewise.
9313         * doc/glibc-functions/lsetxattr.texi: Likewise.
9314         * doc/glibc-functions/pow10.texi: Likewise.
9315         * doc/glibc-functions/pow10f.texi: Likewise.
9316         * doc/glibc-functions/rcmd_af.texi: Likewise.
9317         * doc/glibc-functions/removexattr.texi: Likewise.
9318         * doc/glibc-functions/res_init.texi: Likewise.
9319         * doc/glibc-functions/res_mkquery.texi: Likewise.
9320         * doc/glibc-functions/res_query.texi: Likewise.
9321         * doc/glibc-functions/res_querydomain.texi: Likewise.
9322         * doc/glibc-functions/res_send.texi: Likewise.
9323         * doc/glibc-functions/rresvport_af.texi: Likewise.
9324         * doc/glibc-functions/setxattr.texi: Likewise.
9325         * doc/glibc-functions/strcasestr.texi: Likewise.
9326
9327 2008-12-15  Bruno Haible  <bruno@clisp.org>
9328
9329         Fix compilation error on OSF/1 4.0.
9330         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
9331         <sys/time.h>, simply delegate to the system header.
9332         Reported by Daniel Richard G. <oss@teragram.com>.
9333
9334 2008-12-15  Bruno Haible  <bruno@clisp.org>
9335
9336         * doc/posix-functions/openat.texi: Mention the 'openat' module.
9337         * doc/posix-functions/fchmodat.texi: Likewise.
9338         * doc/posix-functions/fchownat.texi: Likewise.
9339         * doc/posix-functions/fdopendir.texi: Likewise.
9340         * doc/posix-functions/fstatat.texi: Likewise.
9341         * doc/posix-functions/mkdirat.texi: Likewise.
9342         * doc/posix-functions/unlinkat.texi: Likewise.
9343
9344 2008-12-14  Bruno Haible  <bruno@clisp.org>
9345
9346         Update doc for POSIX:2008.
9347         * doc/posix-functions/faccessat.texi: New file.
9348         * doc/posix-functions/fchmodat.texi: New file.
9349         * doc/posix-functions/fchownat.texi: New file.
9350         * doc/posix-functions/fdopendir.texi: New file.
9351         * doc/posix-functions/fstatat.texi: New file.
9352         * doc/posix-functions/futimens.texi: New file.
9353         * doc/posix-functions/linkat.texi: New file.
9354         * doc/posix-functions/mkdirat.texi: New file.
9355         * doc/posix-functions/mkfifoat.texi: New file.
9356         * doc/posix-functions/mknodat.texi: New file.
9357         * doc/posix-functions/open_wmemstream.texi: New file.
9358         * doc/posix-functions/openat.texi: New file.
9359         * doc/posix-functions/psiginfo.texi: New file.
9360         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
9361         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
9362         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
9363         * doc/posix-functions/readlinkat.texi: New file.
9364         * doc/posix-functions/renameat.texi: New file.
9365         * doc/posix-functions/strerror_l.texi: New file.
9366         * doc/posix-functions/symlinkat.texi: New file.
9367         * doc/posix-functions/unlinkat.texi: New file.
9368         * doc/posix-functions/utimensat.texi: New file.
9369         * doc/gnulib.texi (Function Substitutes): Add these subsections.
9370
9371 2008-12-14  Bruno Haible  <bruno@clisp.org>
9372
9373         Update doc for POSIX:2008.
9374         * doc/posix-functions/alphasort.texi: Renamed from
9375         doc/glibc-functions/alphasort.texi.
9376         * doc/posix-functions/dirfd.texi: Renamed from
9377         doc/glibc-functions/dirfd.texi.
9378         * doc/posix-functions/dprintf.texi: Renamed from
9379         doc/glibc-functions/dprintf.texi.
9380         * doc/posix-functions/duplocale.texi: Renamed from
9381         doc/glibc-functions/duplocale.texi.
9382         * doc/posix-functions/fexecve.texi: Renamed from
9383         doc/glibc-functions/fexecve.texi.
9384         * doc/posix-functions/fmemopen.texi: Renamed from
9385         doc/glibc-functions/fmemopen.texi.
9386         * doc/posix-functions/freelocale.texi: Renamed from
9387         doc/glibc-functions/freelocale.texi.
9388         * doc/posix-functions/getdate_err.texi: Renamed from
9389         doc/glibc-functions/getdate_err.texi.
9390         * doc/posix-functions/isalnum_l.texi: Renamed from
9391         doc/glibc-functions/isalnum_l.texi.
9392         * doc/posix-functions/isalpha_l.texi: Renamed from
9393         doc/glibc-functions/isalpha_l.texi.
9394         * doc/posix-functions/isblank_l.texi: Renamed from
9395         doc/glibc-functions/isblank_l.texi.
9396         * doc/posix-functions/iscntrl_l.texi: Renamed from
9397         doc/glibc-functions/iscntrl_l.texi.
9398         * doc/posix-functions/isdigit_l.texi: Renamed from
9399         doc/glibc-functions/isdigit_l.texi.
9400         * doc/posix-functions/isgraph_l.texi: Renamed from
9401         doc/glibc-functions/isgraph_l.texi.
9402         * doc/posix-functions/islower_l.texi: Renamed from
9403         doc/glibc-functions/islower_l.texi.
9404         * doc/posix-functions/isprint_l.texi: Renamed from
9405         doc/glibc-functions/isprint_l.texi.
9406         * doc/posix-functions/ispunct_l.texi: Renamed from
9407         doc/glibc-functions/ispunct_l.texi.
9408         * doc/posix-functions/isspace_l.texi: Renamed from
9409         doc/glibc-functions/isspace_l.texi.
9410         * doc/posix-functions/isupper_l.texi: Renamed from
9411         doc/glibc-functions/isupper_l.texi.
9412         * doc/posix-functions/iswalnum_l.texi: Renamed from
9413         doc/glibc-functions/iswalnum_l.texi.
9414         * doc/posix-functions/iswalpha_l.texi: Renamed from
9415         doc/glibc-functions/iswalpha_l.texi.
9416         * doc/posix-functions/iswblank_l.texi: Renamed from
9417         doc/glibc-functions/iswblank_l.texi.
9418         * doc/posix-functions/iswcntrl_l.texi: Renamed from
9419         doc/glibc-functions/iswcntrl_l.texi.
9420         * doc/posix-functions/iswctype_l.texi: Renamed from
9421         doc/glibc-functions/iswctype_l.texi.
9422         * doc/posix-functions/iswdigit_l.texi: Renamed from
9423         doc/glibc-functions/iswdigit_l.texi.
9424         * doc/posix-functions/iswgraph_l.texi: Renamed from
9425         doc/glibc-functions/iswgraph_l.texi.
9426         * doc/posix-functions/iswlower_l.texi: Renamed from
9427         doc/glibc-functions/iswlower_l.texi.
9428         * doc/posix-functions/iswprint_l.texi: Renamed from
9429         doc/glibc-functions/iswprint_l.texi.
9430         * doc/posix-functions/iswpunct_l.texi: Renamed from
9431         doc/glibc-functions/iswpunct_l.texi.
9432         * doc/posix-functions/iswspace_l.texi: Renamed from
9433         doc/glibc-functions/iswspace_l.texi.
9434         * doc/posix-functions/iswupper_l.texi: Renamed from
9435         doc/glibc-functions/iswupper_l.texi.
9436         * doc/posix-functions/iswxdigit_l.texi: Renamed from
9437         doc/glibc-functions/iswxdigit_l.texi.
9438         * doc/posix-functions/isxdigit_l.texi: Renamed from
9439         doc/glibc-functions/isxdigit_l.texi.
9440         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
9441         doc/glibc-functions/mbsnrtowcs.texi.
9442         * doc/posix-functions/mkdtemp.texi: Renamed from
9443         doc/glibc-functions/mkdtemp.texi.
9444         * doc/posix-functions/newlocale.texi: Renamed from
9445         doc/glibc-functions/newlocale.texi.
9446         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
9447         doc/glibc-functions/nl_langinfo_l.texi.
9448         * doc/posix-functions/open_memstream.texi: Renamed from
9449         doc/glibc-functions/open_memstream.texi.
9450         * doc/posix-functions/opterr.texi: Renamed from
9451         doc/glibc-functions/opterr.texi.
9452         * doc/posix-functions/optind.texi: Renamed from
9453         doc/glibc-functions/optind.texi.
9454         * doc/posix-functions/optopt.texi: Renamed from
9455         doc/glibc-functions/optopt.texi.
9456         * doc/posix-functions/psignal.texi: Renamed from
9457         doc/glibc-functions/psignal.texi.
9458         * doc/posix-functions/scandir.texi: Renamed from
9459         doc/glibc-functions/scandir.texi.
9460         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
9461         doc/glibc-functions/sched_get_priority_min.texi.
9462         * doc/posix-functions/signgam.texi: Renamed from
9463         doc/glibc-functions/signgam.texi.
9464         * doc/posix-functions/stpcpy.texi: Renamed from
9465         doc/glibc-functions/stpcpy.texi.
9466         * doc/posix-functions/stpncpy.texi: Renamed from
9467         doc/glibc-functions/stpncpy.texi.
9468         * doc/posix-functions/strcasecmp_l.texi: Renamed from
9469         doc/glibc-functions/strcasecmp_l.texi.
9470         * doc/posix-functions/strcoll_l.texi: Renamed from
9471         doc/glibc-functions/strcoll_l.texi.
9472         * doc/posix-functions/strfmon_l.texi: Renamed from
9473         doc/glibc-functions/strfmon_l.texi.
9474         * doc/posix-functions/strftime_l.texi: Renamed from
9475         doc/glibc-functions/strftime_l.texi.
9476         * doc/posix-functions/strncasecmp_l.texi: Renamed from
9477         doc/glibc-functions/strncasecmp_l.texi.
9478         * doc/posix-functions/strndup.texi: Renamed from
9479         doc/glibc-functions/strndup.texi.
9480         * doc/posix-functions/strnlen.texi: Renamed from
9481         doc/glibc-functions/strnlen.texi.
9482         * doc/posix-functions/strsignal.texi: Renamed from
9483         doc/glibc-functions/strsignal.texi.
9484         * doc/posix-functions/strxfrm_l.texi: Renamed from
9485         doc/glibc-functions/strxfrm_l.texi.
9486         * doc/posix-functions/timer_gettime.texi: Renamed from
9487         doc/glibc-functions/timer_gettime.texi.
9488         * doc/posix-functions/tolower_l.texi: Renamed from
9489         doc/glibc-functions/tolower_l.texi.
9490         * doc/posix-functions/toupper_l.texi: Renamed from
9491         doc/glibc-functions/toupper_l.texi.
9492         * doc/posix-functions/towctrans_l.texi: Renamed from
9493         doc/glibc-functions/towctrans_l.texi.
9494         * doc/posix-functions/towlower_l.texi: Renamed from
9495         doc/glibc-functions/towlower_l.texi.
9496         * doc/posix-functions/towupper_l.texi: Renamed from
9497         doc/glibc-functions/towupper_l.texi.
9498         * doc/posix-functions/uselocale.texi: Renamed from
9499         doc/glibc-functions/uselocale.texi.
9500         * doc/posix-functions/vdprintf.texi: Renamed from
9501         doc/glibc-functions/vdprintf.texi.
9502         * doc/posix-functions/wcpcpy.texi:
9503         Renamed from doc/glibc-functions/wcpcpy.texi.
9504         * doc/posix-functions/wcpncpy.texi: Renamed from
9505         doc/glibc-functions/wcpncpy.texi.
9506         * doc/posix-functions/wcscasecmp.texi: Renamed from
9507         doc/glibc-functions/wcscasecmp.texi.
9508         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
9509         doc/glibc-functions/wcscasecmp_l.texi.
9510         * doc/posix-functions/wcscoll_l.texi: Renamed from
9511         doc/glibc-functions/wcscoll_l.texi.
9512         * doc/posix-functions/wcsdup.texi: Renamed from
9513         doc/glibc-functions/wcsdup.texi.
9514         * doc/posix-functions/wcsncasecmp.texi: Renamed from
9515         doc/glibc-functions/wcsncasecmp.texi.
9516         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
9517         doc/glibc-functions/wcsncasecmp_l.texi.
9518         * doc/posix-functions/wcsnlen.texi: Renamed from
9519         doc/glibc-functions/wcsnlen.texi.
9520         * doc/posix-functions/wcsnrtombs.texi: Renamed from
9521         doc/glibc-functions/wcsnrtombs.texi.
9522         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
9523         doc/glibc-functions/wcsxfrm_l.texi.
9524         * doc/posix-functions/wctrans_l.texi: Renamed from
9525         doc/glibc-functions/wctrans_l.texi.
9526         * doc/posix-functions/wctype_l.texi: Renamed from
9527         doc/glibc-functions/wctype_l.texi.
9528         * doc/gnulib.texi (Function Substitutes): Add these subsections.
9529         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
9530         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
9531         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
9532         these subsections.
9533         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
9534         Remove sections.
9535
9536 2008-12-14  Bruno Haible  <bruno@clisp.org>
9537
9538         Update doc for POSIX:2008.
9539         * doc/posix-functions/*.texi: Update URL of POSIX specification.
9540
9541 2008-12-14  Bruno Haible  <bruno@clisp.org>
9542
9543         Update doc for POSIX:2008.
9544         * doc/pastposix-functions/bcmp.texi: Renamed from
9545         doc/posix-functions/bcmp.texi.
9546         * doc/pastposix-functions/bcopy.texi: Renamed from
9547         doc/posix-functions/bcopy.texi.
9548         * doc/pastposix-functions/bsd_signal.texi: Renamed from
9549         doc/posix-functions/bsd_signal.texi.
9550         * doc/pastposix-functions/bzero.texi: Renamed from
9551         doc/posix-functions/bzero.texi.
9552         * doc/pastposix-functions/ecvt.texi: Renamed from
9553         doc/posix-functions/ecvt.texi.
9554         * doc/pastposix-functions/fcvt.texi: Renamed from
9555         doc/posix-functions/fcvt.texi.
9556         * doc/pastposix-functions/ftime.texi: Renamed from
9557         doc/posix-functions/ftime.texi.
9558         * doc/pastposix-functions/gcvt.texi: Renamed from
9559         doc/posix-functions/gcvt.texi.
9560         * doc/pastposix-functions/getcontext.texi: Renamed from
9561         doc/posix-functions/getcontext.texi.
9562         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
9563         doc/posix-functions/gethostbyaddr.texi.
9564         * doc/pastposix-functions/gethostbyname.texi: Renamed from
9565         doc/posix-functions/gethostbyname.texi.
9566         * doc/pastposix-functions/getwd.texi: Renamed from
9567         doc/posix-functions/getwd.texi.
9568         * doc/pastposix-functions/h_errno.texi: Renamed from
9569         doc/posix-functions/h_errno.texi.
9570         * doc/pastposix-functions/index.texi: Renamed from
9571         doc/posix-functions/index.texi.
9572         * doc/pastposix-functions/makecontext.texi: Renamed from
9573         doc/posix-functions/makecontext.texi.
9574         * doc/pastposix-functions/mktemp.texi: Renamed from
9575         doc/posix-functions/mktemp.texi.
9576         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
9577         doc/posix-functions/pthread_attr_getstackaddr.texi.
9578         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
9579         doc/posix-functions/pthread_attr_setstackaddr.texi.
9580         * doc/pastposix-functions/rindex.texi: Renamed from
9581         doc/posix-functions/rindex.texi.
9582         * doc/pastposix-functions/scalb.texi: Renamed from
9583         doc/posix-functions/scalb.texi.
9584         * doc/pastposix-functions/setcontext.texi: Renamed from
9585         doc/posix-functions/setcontext.texi.
9586         * doc/pastposix-functions/swapcontext.texi: Renamed from
9587         doc/posix-functions/swapcontext.texi.
9588         * doc/pastposix-functions/ualarm.texi: Renamed from
9589         doc/posix-functions/ualarm.texi.
9590         * doc/pastposix-functions/usleep.texi: Renamed from
9591         doc/posix-functions/usleep.texi.
9592         * doc/pastposix-functions/vfork.texi: Renamed from
9593         doc/posix-functions/vfork.texi.
9594         * doc/pastposix-functions/wcswcs.texi: Renamed from
9595         doc/posix-functions/wcswcs.texi.
9596         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
9597         (Function Substitutes): Update.
9598
9599 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9600
9601         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
9602         m4/strerror.m4.
9603
9604 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9605             Bruno Haible  <bruno@clisp.org>
9606
9607         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
9608
9609 2008-12-13  Bruno Haible  <bruno@clisp.org>
9610
9611         * modules/strtoull (Depends-on): Remove unistd.
9612
9613 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9614
9615         * modules/strtoull (Depends-on): Add stdlib.
9616
9617 2008-12-11  Simon Josefsson  <simon@josefsson.org>
9618
9619         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
9620
9621 2008-12-10  Jim Meyering  <meyering@redhat.com>
9622
9623         gl_ASSERT: don't say assertions are disabled when they're not
9624         * m4/assert.m4 (gl_ASSERT): Do not make configure report
9625         "checking whether to enable assertions... no", when they are in
9626         fact enabled.  This is solely a bug in the output of configure.
9627         In spite of saying "no", NDEBUG was not defined in that case.
9628         Also, as noted by Eric Blake, leave assertions enabled upon
9629         --enable-assert=INVALID.
9630
9631 2008-12-10  Bruno Haible  <bruno@clisp.org>
9632
9633         Change MODULES.html to refer to POSIX:2008 where possible.
9634         * MODULES.html.sh (POSIX2008_URL): New variable.
9635         (posix_headers): Remove sys/timeb, ucontext.
9636         (posix2001_headers): New variable.
9637         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
9638         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
9639         index, makecontext, mktemp, pthread_attr_getstackaddr,
9640         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
9641         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
9642         (posix2001_functions): New variable.
9643         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
9644         otherwise.
9645
9646 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9647
9648         add missing include to parse-duration.c
9649         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
9650         * modules/parse-duration (Depends-on): Add xalloc.
9651
9652         fix sed script reading maint.mk
9653         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
9654         (syntax-check-rules): Use it.
9655
9656 2008-12-09  Bruno Haible  <bruno@clisp.org>
9657
9658         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
9659         MacOS X 10.4/PowerPC.
9660         Reported by Simon Josefsson.
9661
9662 2008-12-08  Jim Meyering  <meyering@redhat.com>
9663
9664         work around mingw's lack of some S_IF definitions
9665         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
9666         Reported by Simon Josefsson.
9667
9668 2008-12-08  Bruno Haible  <bruno@clisp.org>
9669
9670         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
9671         applied to variables. Needed on MacOS X 10.4/PowerPC.
9672         Reported by Simon Josefsson.
9673
9674 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
9675         and Eric Blake  <ebb9@byu.net>
9676
9677         assert: honor --enable-assert
9678         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
9679         order to honor --enable-assert, rather than treating it as a
9680         synonym for --disable-assert.
9681
9682 2008-12-08  Jim Meyering  <meyering@redhat.com>
9683
9684         * lib/posixtm.c: Remove now-useless declaration of mktime.
9685
9686         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
9687
9688 2008-12-07  Bruno Haible  <bruno@clisp.org>
9689
9690         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
9691         test_once): Mark functions as static.
9692         * tests/test-tls.c (test_tls): Likewise.
9693
9694 2008-12-07  Bruno Haible  <bruno@clisp.org>
9695
9696         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
9697         iconv_register_autodetect.
9698
9699 2008-12-07  Jim Meyering  <meyering@redhat.com>
9700
9701         posixtm.c: avoid a warning
9702         * lib/posixtm.c (posixtime): Don't initialize tm0.
9703         It's no longer needed to placate gcc4's -Wuninitialized,
9704         and the attempt to placate would elicit a new warning.
9705
9706         unicodeio.c: mark unused parameters
9707         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
9708         (fallback_failure_callback): Likewise.
9709
9710 2008-12-07  Bruno Haible  <bruno@clisp.org>
9711
9712         * gnulib-tool (func_create_testdir): When building the tests
9713         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
9714         Reported by Simon Josefsson.
9715
9716 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9717
9718         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
9719
9720 2008-12-06  Bruno Haible  <bruno@clisp.org>
9721
9722         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
9723         Suggested by Eric Blake.
9724
9725 2008-12-06  Bruno Haible  <bruno@clisp.org>
9726
9727         Fix a c-stack test failure on MacOS X.
9728         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
9729         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
9730         handler for SIGBUS as well.
9731         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
9732         install a signal handler for SIGBUS as well.
9733         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
9734
9735 2008-12-06  Bruno Haible  <bruno@clisp.org>
9736
9737         Advocacy documentation.
9738         * doc/gnulib-intro.texi (Benefits): New section.
9739         * doc/gnulib.texi: Update.
9740
9741 2008-12-06  Bruno Haible  <bruno@clisp.org>
9742
9743         Document the 'manywarnings' module.
9744         * doc/manywarnings.texi: New file.
9745         * doc/gnulib.texi: Include it.
9746
9747 2008-12-05  Eric Blake  <ebb9@byu.net>
9748
9749         tests: silence some gcc warnings
9750         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
9751         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
9752         type mismatches.
9753
9754 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9755             Bruno Haible  <bruno@clisp.org>
9756
9757         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
9758
9759 2008-11-29  Jim Meyering  <meyering@redhat.com>
9760
9761         unicodeio.c: mark unused parameters
9762         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
9763         (fallback_failure_callback): Likewise.
9764
9765         fts: fix a thinko
9766         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
9767         (set_stat_type): Return S_IF*-valued "type" directly.
9768         Prompted by James Youngman's spotting a related bug.
9769         Confirmed by further testing through find.
9770
9771         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
9772         * lib/fts.c (D_TYPE): Define.
9773         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
9774         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
9775         (s_ifmt_shift_bits): New function.
9776         (set_stat_type): New function.
9777         (fts_build): When not calling fts_stat, call set_stat_type
9778         to propagate dirent.d_type info to fts_read caller.
9779         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
9780         fts_statp->st_mode type information may be valid.
9781
9782 2008-11-28  Simon Josefsson  <simon@josefsson.org>
9783
9784         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
9785         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
9786         <sds@gnu.org>.
9787
9788 2008-11-20  Bruno Haible  <bruno@clisp.org>
9789
9790         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
9791         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
9792         INCLUDE_NEXT.
9793         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
9794         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
9795         * modules/math (Makefile.am): Substitute
9796         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
9797         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9798
9799 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
9800             Bruno Haible  <bruno@clisp.org>
9801
9802         * lib/stdint.in.h: Define all type macros so that their expansion is
9803         a single typedef'ed token. Fixes a compilation failure in Boost which
9804         does "using ::int8_t;".
9805
9806 2008-11-18  Simon Josefsson  <simon@josefsson.org>
9807
9808         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
9809         gl_MANYWARN_ALL_GCC.
9810         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
9811         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
9812         * modules/manywarnings: New file.
9813         * MODULES.html.sh: Mention manywarnings module.
9814
9815 2008-11-18  Bruno Haible  <bruno@clisp.org>
9816
9817         * doc/gnulib-tool.texi (Unit tests): New section.
9818
9819 2008-11-18  Simon Josefsson  <simon@josefsson.org>
9820
9821         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
9822         paths like 'lib/po/foo.po'.
9823
9824 2008-11-17  Simon Josefsson  <simon@josefsson.org>
9825
9826         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
9827         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
9828
9829 2008-11-17  Simon Josefsson  <simon@josefsson.org>
9830
9831         * m4/warnings.m4: Use CPPFLAGS to really check whether the
9832         parameter works.
9833
9834 2008-11-17  Simon Josefsson  <simon@josefsson.org>
9835
9836         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
9837
9838 2008-11-17  Bruce Korb  <bkorb@gnu.org>
9839
9840         * modules/parse-duration-tests: New file.
9841         * tests/test-parse-duration.sh: New file.
9842         * tests/test-parse-duration.c: New file.
9843
9844         New module 'parse-duration'.
9845         * lib/parse-duration.h: New file.
9846         * lib/parse-duration.c: New file.
9847         * modules/parse-duration: New file.
9848
9849 2008-11-17  Bruno Haible  <bruno@clisp.org>
9850
9851         * tests/test-select-out.sh: Comment out the first pipe test.
9852         Reported by Simon Josefsson.
9853
9854 2008-11-17  Bruno Haible  <bruno@clisp.org>
9855
9856         * modules/getaddrinfo (Depends-on): Add servent, hostent.
9857         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
9858         gl_HOSTENT.
9859
9860 2008-11-17  Bruno Haible  <bruno@clisp.org>
9861
9862         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
9863         -lnetwork and -lnet. Needed for Haiku and BeOS.
9864
9865 2008-11-16  Bruno Haible  <bruno@clisp.org>
9866
9867         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
9868
9869 2008-11-16  Bruno Haible  <bruno@clisp.org>
9870
9871         Avoid test failure on Haiku.
9872         * tests/test-fsync.c: Include <errno.h>.
9873         (main): Don't require that fsync (0) fails.
9874
9875 2008-11-15  Bruno Haible  <bruno@clisp.org>
9876
9877         New module 'hostent'.
9878         * modules/hostent: New file.
9879         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
9880
9881 2008-11-15  Bruno Haible  <bruno@clisp.org>
9882
9883         New module 'servent'.
9884         * modules/servent: New file.
9885         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
9886
9887 2008-11-15  Bruno Haible  <bruno@clisp.org>
9888
9889         Avoid generating same test program with two different rules.
9890         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
9891         test-frexp to test-frexp-nolibm.
9892         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
9893         test-frexpl to test-frexpl-nolibm.
9894
9895 2008-11-15  Bruno Haible  <bruno@clisp.org>
9896
9897         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
9898         $(FREXPL_LIBM).
9899
9900 2008-11-15  Bruno Haible  <bruno@clisp.org>
9901
9902         * lib/netdb.in.h: Activate the definitions also when the system's
9903         <netdb.h> has 'struct addrinfo'.
9904         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
9905         EAI_OVERFLOW or AI_NUMERICSERV.
9906         * doc/posix-headers/netdb.texi: Document the problem.
9907
9908 2008-11-15  Bruno Haible  <bruno@clisp.org>
9909
9910         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
9911
9912         Make the 'sched' module work on platforms where <sched.h> exists but
9913         is incomplete (such as Haiku).
9914         * lib/sched.in.h; Include the system's <sched.h> if it exists.
9915         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
9916         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
9917         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
9918         HAVE_STRUCT_SCHED_PARAM.
9919         * modules/sched (Depends-on): Add include_next.
9920         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
9921         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
9922         * doc/posix-headers/sched.texi: Document the issue.
9923
9924 2008-11-13  Jim Meyering  <meyering@redhat.com>
9925
9926         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
9927         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
9928         test would fail due to the difference in the Report bugs to ...
9929         line.  The expected address is empty, "<>", while the actual
9930         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
9931
9932 2008-11-12  Bruno Haible  <bruno@clisp.org>
9933
9934         lstat: don't compile lstat.c on systems lacking lstat
9935         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
9936         which don't have lstat; this is handled by lib/sys_stat.in.h already.
9937         Reported by Daniel P. Berrange via Jim Meyering.
9938
9939 2008-11-12  Jim Meyering  <meyering@redhat.com>
9940
9941         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
9942
9943 2008-11-12  Simon Josefsson  <simon@josefsson.org>
9944
9945         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
9946         instead.
9947
9948 2008-11-12  Bruno Haible  <bruno@clisp.org>
9949
9950         * lib/unicodeio.c: Include unistr.h.
9951         (utf8_wctomb): Remove function.
9952         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
9953
9954 2008-11-12  Simon Josefsson  <simon@josefsson.org>
9955
9956         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
9957         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
9958         <bruno@clisp.org>.
9959         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
9960
9961 2008-11-12  Simon Josefsson  <simon@josefsson.org>
9962
9963         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
9964         * doc/gnulib.texi: Add section for warnings.
9965
9966 2008-11-11  Bruno Haible  <bruno@clisp.org>
9967
9968         * lib/sockets.h: Add a comment.
9969
9970 2008-11-11  Karl Berry  <karl@gnu.org>
9971
9972         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
9973
9974 2008-11-11  Eric Blake  <ebb9@byu.net>
9975
9976         fdl.texi: avoid git symlinks
9977         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
9978
9979 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
9980
9981         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
9982
9983 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
9984
9985         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
9986         (gl_WARN_ADD): Substitute $2 if literal.
9987
9988 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
9989
9990         * m4/warning.m4: Remove.
9991
9992 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
9993
9994         * m4/warnings.m4: Almost complete rewrite. :-)
9995
9996 2008-11-10  Simon Josefsson  <simon@josefsson.org>
9997
9998         * modules/warnings: New module.
9999         * m4/warnings.m4: New file.
10000         * MODULES.html.sh: Mention warnings module.
10001         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
10002         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10003
10004 2008-11-10  Eric Blake  <ebb9@byu.net>
10005
10006         fdl.texi: make a symlink to the latest version
10007         * doc/standards.texi: Revert today's earlier change.
10008         * doc/fdl-1.2.texi: Rename from old fdl.texi...
10009         * doc/fdl.texi: ...and replace this with a symlink to the newer
10010         fdl-1.3.texi.
10011
10012 2008-11-10  Bruno Haible  <bruno@clisp.org>
10013
10014         * tests/test-select-fd.c (main): Accept the result file name as fourth
10015         argument.
10016         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
10017         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
10018
10019 2008-11-10  Bruno Haible  <bruno@clisp.org>
10020
10021         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
10022         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
10023         as autoconf-substituted macros.
10024         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
10025         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
10026         gl_NETDB_H_DEFAULTS. Set these variables.
10027         * modules/netdb (Makefile.am): Substitute these variables.
10028
10029 2008-11-10  Eric Blake  <ebb9@byu.net>
10030
10031         standards.texi: include correct file for FDL 1.3
10032         * doc/standards.texi (GNU Free Documentation License): Change
10033         include file to pull in FDL 1.3, not 1.2.
10034
10035         fdl.texi: revert accidental change to license
10036         * doc/fdl.texi: This is FDL 1.2, not 1.3.
10037
10038 2008-11-10  Bruno Haible  <bruno@clisp.org>
10039
10040         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
10041         cross-compiling guesses also when the native compile gives no result.
10042
10043 2008-11-10  Bruno Haible  <bruno@clisp.org>
10044
10045         * lib/spawni.c (__spawni): Force variable into the stack.
10046
10047 2008-11-10  Bruno Haible  <bruno@clisp.org>
10048
10049         Add support for Haiku.
10050         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
10051         glibc and BeOS, but also on Haiku.
10052         * lib/fpurge.c (fpurge): Likewise.
10053         * lib/freadable.c (freadable): Likewise.
10054         * lib/freadahead.c (freadahead): Likewise.
10055         * lib/freading.c (freading): Likewise.
10056         * lib/freadptr.c (freadptr): Likewise.
10057         * lib/freadseek.c (freadptrinc): Likewise.
10058         * lib/fseeko.c (rpl_fseeko): Likewise.
10059         * lib/fseterr.c (fseterr): Likewise.
10060         * lib/fwritable.c (fwritable): Likewise.
10061         * lib/fwriting.c (fwriting): Likewise.
10062         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
10063
10064 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
10065
10066         * lib/config.charset: Treat Haiku like BeOS.
10067
10068 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
10069
10070         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
10071         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
10072
10073 2008-11-08  Bruno Haible  <bruno@clisp.org>
10074
10075         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
10076         AC_CACHE_CHECK.
10077
10078 2008-11-08  Bruno Haible  <bruno@clisp.org>
10079
10080         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
10081
10082 2008-11-08  Bruno Haible  <bruno@clisp.org>
10083
10084         * tests/test-select-fd.c: New file.
10085         * tests/test-select-in.sh: New file.
10086         * tests/test-select-out.sh: New file.
10087         * tests/test-select-stdin.c: New file.
10088         * modules/select-tests (Files): Add the new files.
10089         (Depends-on): Add gettimeofday.
10090         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
10091         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
10092         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
10093
10094 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
10095             Bruno Haible  <bruno@clisp.org>
10096
10097         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
10098
10099 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
10100
10101         * build-aux/pmccabe2html: Added support for C++ source files.
10102
10103 2008-11-05  Ben Pfaff  <blp@gnu.org>
10104
10105         Fix lib/close.c build on Windows.
10106         * modules/close (Files): Add lib/w32sock.h.
10107
10108 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
10109
10110         Accept Bison's NEWS format.
10111         * build-aux/announce-gen (print_news_deltas): Tweak
10112         $re_prefix.
10113
10114 2008-11-04  Bruno Haible  <bruno@clisp.org>
10115
10116         * modules/random_r (Maintainer): Add glibc.
10117
10118 2008-11-04  Simon Josefsson  <simon@josefsson.org>
10119
10120         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
10121         by karl@freefriends.org (Karl Berry).
10122         * doc/alloca.texi: Likewise.
10123         * doc/c-ctype.texi: Likewise.
10124         * doc/c-strcase.texi: Likewise.
10125         * doc/c-strcaseeq.texi: Likewise.
10126         * doc/c-strcasestr.texi: Likewise.
10127         * doc/c-strstr.texi: Likewise.
10128         * doc/c-strtod.texi: Likewise.
10129         * doc/c-strtold.texi: Likewise.
10130         * doc/ctime.texi: Likewise.
10131         * doc/error.texi: Likewise.
10132         * doc/fdl.texi: Likewise.
10133         * doc/gcd.texi: Likewise.
10134         * doc/getdate.texi: Likewise.
10135         * doc/gnulib-intro.texi: Likewise.
10136         * doc/gnulib-tool.texi: Likewise.
10137         * doc/gnulib.texi: Likewise.
10138         * doc/inet_ntoa.texi: Likewise.
10139         * doc/maintain.texi: Likewise.
10140         * doc/make-stds.texi: Likewise.
10141         * doc/quote.texi: Likewise.
10142         * doc/regexprops-generic.texi: Likewise.
10143         * doc/standards.texi: Likewise.
10144         * doc/verify.texi: Likewise.
10145         * doc/visibility.texi: Likewise.
10146         * doc/gnulib.texi (GNU Free Documentation License): Include
10147         fdl-1.3.texi instead of fdl.texi.
10148
10149 2008-11-04  Simon Josefsson  <simon@josefsson.org>
10150
10151         * doc/fdl-1.3.texi: New file, from
10152         <http://www.gnu.org/licenses/fdl-1.3.texi>.
10153         * modules/fdl-1.3: Add.
10154         * MODULES.html.sh: Add fdl-1.3.
10155
10156 2008-11-03  Bruno Haible  <bruno@clisp.org>
10157
10158         Make determination of absolute name of header file work with AIX xlc.
10159         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
10160         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
10161         preprocessing.
10162         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10163         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
10164
10165 2008-11-03  Simon Josefsson  <simon@josefsson.org>
10166
10167         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
10168         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
10169         <ludo@gnu.org>.
10170
10171 2008-11-02  Bruno Haible  <bruno@clisp.org>
10172
10173         Mark 'strpbrk' obsolete.
10174         * modules/strpbrk (Status, Notice): New sections.
10175         * modules/strtok_r (Depends-on): Add strpbrk.
10176
10177 2008-11-02  Bruno Haible  <bruno@clisp.org>
10178
10179         Mark 'strdup' obsolete.
10180         * modules/strdup (Status, Notice): New sections.
10181         * modules/findprog (Depends-on): Add strdup.
10182         * modules/getaddrinfo (Depends-on): Likewise.
10183         * modules/localename (Depends-on): Likewise.
10184         * modules/relocatable-lib (Depends-on): Likewise.
10185         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
10186         * modules/relocatable-prog (Depends-on): Likewise.
10187         * modules/trim (Depends-on): Likewise.
10188         * modules/unictype/gen-ctype (Depends-on): Likewise.
10189         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
10190
10191 2008-11-02  Bruno Haible  <bruno@clisp.org>
10192
10193         Mark 'strcspn' obsolete.
10194         * modules/strcspn (Status, Notice): New sections.
10195
10196 2008-11-02  Bruno Haible  <bruno@clisp.org>
10197
10198         Mark 'rmdir' obsolete.
10199         * modules/rmdir (Status, Notice): New sections.
10200         * modules/clean-temp (Depends-on): Add rmdir.
10201         * modules/openat (Depends-on): Likewise.
10202
10203 2008-11-02  Bruno Haible  <bruno@clisp.org>
10204
10205         Mark 'raise' obsolete.
10206         * modules/raise (Status, Notice): New sections.
10207         (Include): Specify <signal.h>.
10208         * modules/stdio (Depends-on): Add raise.
10209         * modules/write (Depends-on): Likewise.
10210
10211 2008-11-02  Bruno Haible  <bruno@clisp.org>
10212
10213         Mark 'memset' obsolete.
10214         * modules/memset (Status, Notice): New sections.
10215
10216 2008-11-02  Bruno Haible  <bruno@clisp.org>
10217
10218         Mark 'memmove' obsolete.
10219         * modules/memmove (Status, Notice): New sections.
10220         * modules/argp (Depends-on): Add memmove.
10221         * modules/argz (Depends-on): Likewise.
10222         * modules/canonicalize (Depends-on): Likewise.
10223         * modules/canonicalize-lgpl (Depends-on): Likewise.
10224         * modules/fts (Depends-on): Likewise.
10225         * modules/getcwd (Depends-on): Likewise.
10226         * modules/human (Depends-on): Likewise.
10227         * modules/regex (Depends-on): Likewise.
10228         * modules/striconveh (Depends-on): Likewise.
10229         * modules/trim (Depends-on): Likewise.
10230         * modules/unistr/u8-move (Depends-on): Likewise.
10231         * modules/unistr/u16-move (Depends-on): Likewise.
10232         * modules/unistr/u32-move (Depends-on): Likewise.
10233
10234 2008-11-02  Bruno Haible  <bruno@clisp.org>
10235
10236         Mark 'memcpy' obsolete.
10237         * modules/memcpy (Status, Notice): New sections.
10238
10239 2008-11-02  Bruno Haible  <bruno@clisp.org>
10240
10241         Mark 'memcmp' obsolete.
10242         * modules/memcmp (Status, Notice): New sections.
10243         * modules/argmatch (Depends-on): Add memchr.
10244         * modules/backupfile (Depends-on): Likewise.
10245         * modules/c-strcasestr (Depends-on): Likewise.
10246         * modules/crypto/des (Depends-on): Likewise.
10247         * modules/csharpcomp (Depends-on): Likewise.
10248         * modules/fnmatch (Depends-on): Likewise.
10249         * modules/git-merge-changelog (Depends-on): Likewise.
10250         * modules/isnand (Depends-on): Likewise.
10251         * modules/isnand-nolibm (Depends-on): Likewise.
10252         * modules/isnanf (Depends-on): Likewise.
10253         * modules/isnanf-nolibm (Depends-on): Likewise.
10254         * modules/isnanl (Depends-on): Likewise.
10255         * modules/isnanl-nolibm (Depends-on): Likewise.
10256         * modules/mbchar (Depends-on): Likewise.
10257         * modules/memcoll (Depends-on): Likewise.
10258         * modules/quotearg (Depends-on): Likewise.
10259         * modules/regex (Depends-on): Likewise.
10260         * modules/relocatable-prog (Depends-on): Likewise.
10261         * modules/same (Depends-on): Likewise.
10262         * modules/signbit (Depends-on): Likewise.
10263         * modules/strcasestr-simple (Depends-on): Likewise.
10264         * modules/unictype/gen-ctype (Depends-on): Likewise.
10265         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
10266         * modules/uniname/uniname (Depends-on): Likewise.
10267         * modules/unistr/u8-cmp (Depends-on): Likewise.
10268
10269 2008-11-02  Bruno Haible  <bruno@clisp.org>
10270
10271         Mark 'memchr' obsolete.
10272         * modules/memchr (Status, Notice): New sections.
10273         * modules/argp (Depends-on): Add memchr.
10274         * modules/base64 (Depends-on): Likewise.
10275         * modules/c-strcasestr (Depends-on): Likewise.
10276         * modules/chdir-long (Depends-on): Likewise.
10277         * modules/fnmatch (Depends-on): Likewise.
10278         * modules/getsubopt (Depends-on): Likewise.
10279         * modules/git-merge-changelog (Depends-on): Likewise.
10280         * modules/glob (Depends-on): Likewise.
10281         * modules/strcasestr-simple (Depends-on): Likewise.
10282         * modules/strnlen (Depends-on): Likewise.
10283
10284 2008-11-02  Bruno Haible  <bruno@clisp.org>
10285
10286         Mark 'atexit' obsolete.
10287         * modules/atexit (Status, Notice): New sections.
10288         * modules/chdir-long (Depends-on): Add atexit.
10289         * modules/wait-process (Depends-on): Likewise.
10290
10291 2008-11-02  Bruno Haible  <bruno@clisp.org>
10292
10293         * gnulib-tool: New option --with-obsolete.
10294         (func_usage): Document it.
10295         (func_modules_transitive_closure): Drop obsolete dependencies if
10296         incobsolete is not true.
10297         (func_import): Read and save the incobsolete variable to the cache.
10298
10299 2008-11-02  Bruno Haible  <bruno@clisp.org>
10300
10301         * modules/TEMPLATE-EXTENDED: New field 'Status'.
10302         * gnulib-tool: New option --extract-status.
10303         (func_usage): Document it.
10304         (sed_extract_prog): Recognize it.
10305         (func_get_status): New function.
10306
10307 2008-10-30  Simon Josefsson  <simon@josefsson.org>
10308
10309         * modules/sockets (License): Change from LGPL to LGPLv2+.
10310
10311 2008-10-28  Simon Josefsson  <simon@josefsson.org>
10312
10313         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
10314
10315 2008-10-28  Simon Josefsson  <simon@josefsson.org>
10316
10317         * MODULES.html.sh (Support for systems lacking POSIX:2001):
10318         Mention times and sys_times.
10319         * modules/sys_times, modules/sys_times-tests: New modules.
10320         * modules/times, modules/times-tests: Likewise
10321         * m4/sys_times_h.m4: New file.
10322         * lib/sys_times.in.h: Likewise
10323         * lib/times.c: Likewise.
10324         * tests/test-sys_times.c: Likewise.
10325         * tests/test-times.c: Likewise.
10326         * doc/posix-headers/sys_times.texi: Update.
10327         * doc/posix-functions/times.texi: Update.
10328
10329 2008-10-28  Jim Meyering  <meyering@redhat.com>
10330
10331         * modules/tempname (Depends-on): Add lstat.
10332
10333         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
10334
10335 2008-10-28  Simon Josefsson  <simon@josefsson.org>
10336
10337         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
10338         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
10339         using idiom used elsewhere in gnulib.
10340
10341 2008-10-27  Jim Meyering  <meyering@redhat.com>
10342
10343         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
10344
10345 2008-10-27  Simon Josefsson  <simon@josefsson.org>
10346
10347         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
10348         TESTS_ENVIRONMENT, for shell scripts that needs to call built
10349         programs.
10350         * tests/test-argp-2.sh: Use $EXEEXT when needed.
10351
10352 2008-10-27  Simon Josefsson  <simon@josefsson.org>
10353
10354         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
10355
10356 2008-10-27  Bruno Haible  <bruno@clisp.org>
10357
10358         * tests/test-lstat.c: Include <stdio.h>.
10359
10360 2008-10-27  Simon Josefsson  <simon@josefsson.org>
10361
10362         * modules/lstat-tests: New module.
10363         * tests/test-lstat.c: New file.
10364
10365 2008-10-26  Jim Meyering  <meyering@redhat.com>
10366
10367         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
10368
10369 2008-10-26  Simon Josefsson  <simon@josefsson.org>
10370             Bruno Haible  <bruno@clisp.org>
10371
10372         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
10373         * modules/configmake (Include): Add a note that the include must come
10374         after all system headers.
10375         * lib/javaversion.c: Include configmake.h after all other includes.
10376
10377 2008-10-26  Bruno Haible  <bruno@clisp.org>
10378
10379         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
10380         HAVE_STRUCT_RANDOM_DATA to 1.
10381         (gl_STDLIB_H): Simplify.
10382
10383 2008-10-26  Simon Josefsson  <simon@josefsson.org>
10384
10385         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
10386         substitute HAVE_STRUCT_RANDOM_DATA.
10387         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
10388         random_data.
10389         * modules/stdlib (Makefile.am): Substitute
10390         HAVE_STRUCT_RANDOM_DATA.
10391
10392 2008-10-26  Simon Josefsson  <simon@josefsson.org>
10393
10394         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
10395         * doc/gnulib-intro.texi (Copyright): Likewise.
10396
10397 2008-10-26  Simon Josefsson  <simon@josefsson.org>
10398
10399         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
10400         findings.
10401
10402 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
10403             Bruno Haible  <bruno@clisp.org>
10404
10405         * lib/unistd.in.h: Include <winsock2.h>.
10406         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
10407         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
10408         Provide dummy declarations.
10409         (gethostname): Override.
10410         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
10411         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
10412         gl_PREREQ_SYS_H_WINSOCK2.
10413         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
10414         * doc/posix-functions/gethostname.texi: More details.
10415
10416 2008-10-25  Bruno Haible  <bruno@clisp.org>
10417
10418         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
10419         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
10420         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
10421
10422         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
10423         here ...
10424         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
10425         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
10426         gl_UNISTD_H_DEFAULTS.
10427
10428 2008-10-25  Eric Blake  <ebb9@byu.net>
10429
10430         signbit: avoid spurious compiler failure
10431         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
10432         declarations inside function.
10433
10434 2008-10-24  Simon Josefsson  <simon@josefsson.org>
10435             Bruno Haible  <bruno@clisp.org>
10436
10437         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
10438         * modules/random_r (Depends-on): Add stdint.
10439
10440 2008-10-24  Bruno Haible  <bruno@clisp.org>
10441
10442         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
10443         Eggert.
10444         * modules/strerror (License): Likewise.
10445
10446 2008-10-24  Jim Meyering  <meyering@redhat.com>
10447
10448         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
10449         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
10450
10451 2008-10-24  Eric Blake  <ebb9@byu.net>
10452
10453         getgroups: fix compilation when getgroups is available
10454         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
10455         but with <config.h> override of getgroups disabled.
10456
10457 2008-10-24  Simon Josefsson  <simon@josefsson.org>
10458
10459         * doc/gnulib.texi (Header files): Add note about C++ problems.
10460         Explained by Bruno Haible <bruno@clisp.org>.
10461
10462 2008-10-23  Bruno Haible  <bruno@clisp.org>
10463
10464         Define a dummy SA_NODEFER macro on Interix.
10465         * lib/signal.in.h (SA_NODEFER): Define fallback.
10466         Reported by Aleksey Cheusov <cheusov@tut.by> via
10467         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
10468
10469 2008-10-23  Bruno Haible  <bruno@clisp.org>
10470
10471         * modules/freadahead (License): Change to LGPLv2+.
10472         Suggested by Simon Josefsson.
10473
10474 2008-10-23  Jim Meyering  <meyering@redhat.com>
10475
10476         random_r: new module
10477         * modules/random_r: New file.
10478         * m4/random_r.m4: New file.
10479         * lib/random_r.c: New file, from glibc.
10480         * modules/random_r-tests: New file.
10481         * tests/test-random_r.c: New file.
10482         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
10483          Declare.
10484         (RAND_MAX): Define.
10485         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
10486         * modules/stdlib: Substitute them, too.
10487         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
10488         * doc/glibc-functions/initstate_r.texi: Mention the new module.
10489         * doc/glibc-functions/random_r.texi: Likewise.
10490         * doc/glibc-functions/setstate_r.texi: Likewise.
10491         * doc/glibc-functions/srandom_r.texi: Likewise.
10492         * config/srclist.txt: Mention it.
10493
10494 2008-10-23  David Lutterkort  <lutter@redhat.com>
10495
10496         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
10497         link requirement
10498
10499 2008-10-23  Jim Meyering  <meyering@redhat.com>
10500
10501         selinux-h: mark parameters of stub functions as intentionally unused
10502         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
10503         * lib/se-context.in.h: Likewise.
10504
10505 2008-10-22  Simon Josefsson  <simon@josefsson.org>
10506
10507         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
10508
10509 2008-10-22  Simon Josefsson  <simon@josefsson.org>
10510
10511         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
10512
10513 2008-10-22  Eric Blake  <ebb9@byu.net>
10514
10515         glthread/thread: avoid compiler warning
10516         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
10517         Add unreachable abort to silence compiler.
10518
10519 2008-10-22  Eric Blake  <ebb9@byu.net>
10520
10521         netdb: also supply struct addrinfo for cygwin 1.5.x
10522         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
10523         older cygwin.
10524         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
10525         cygwin.
10526         * doc/posix-headers/netdb.texi (netdb.h): Document this.
10527
10528 2008-10-22  Bruno Haible  <bruno@clisp.org>
10529
10530         * users.txt: Update entry about pspp.
10531
10532 2008-10-21  Bruno Haible  <bruno@clisp.org>
10533
10534         Simplification.
10535         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
10536         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
10537
10538         Simplification.
10539         * lib/ioctl.c (ioctl): Don't undefine.
10540         * lib/socket.c (socket): Don't undefine.
10541
10542         Remove unused module indicator macros.
10543         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
10544         GNULIB_$1 as a C macro.
10545
10546         * doc/posix-functions/close.texi: Undo last change.
10547         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
10548         Windows platforms.
10549
10550 2008-10-21  Bruno Haible  <bruno@clisp.org>
10551
10552         Add gethostname() declaration to <unistd.h>.
10553         * lib/unistd.in.h (gethostname): New declaration.
10554         * lib/gethostname.c: Include <unistd.h>.
10555         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
10556         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
10557         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
10558         and HAVE_GETHOSTNAME.
10559         * modules/gethostname (Depends-on): Add unistd.
10560         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10561         (Include): Specify <unistd.h>.
10562         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
10563         HAVE_GETHOSTNAME.
10564         * tests/test-gethostname.c: Include <unistd.h> first.
10565
10566 2008-10-21  Bruno Haible  <bruno@clisp.org>
10567
10568         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
10569         * modules/select-tests (Depends-on): Likewise.
10570         Reported by Simon Josefsson.
10571
10572 2008-10-21  Simon Josefsson  <simon@josefsson.org>
10573
10574         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
10575         * lib/accept.c: New file, based on winsock.c.
10576         * lib/bind.c: New file, based on winsock.c.
10577         * lib/connect.c: New file, based on winsock.c.
10578         * lib/getpeername.c: New file, based on winsock.c.
10579         * lib/getsockname.c: New file, based on winsock.c.
10580         * lib/getsockopt.c: New file, based on winsock.c.
10581         * lib/ioctl.c: New file, based on winsock.c.
10582         * lib/listen.c: New file, based on winsock.c.
10583         * lib/recv.c: New file, based on winsock.c.
10584         * lib/recvfrom.c: New file, based on winsock.c.
10585         * lib/send.c: New file, based on winsock.c.
10586         * lib/sendto.c: New file, based on winsock.c.
10587         * lib/setsockopt.c: New file, based on winsock.c.
10588         * lib/shutdown.c: New file, based on winsock.c.
10589         * lib/socket.c: New file, based on winsock.c.
10590         * lib/w32sock.h: New file, based on winsock.c.
10591         * lib/winsock.c: Remove file.
10592         * modules/accept: Likewise.
10593         * modules/bind: Likewise.
10594         * modules/connect: Likewise.
10595         * modules/getpeername: Likewise.
10596         * modules/getsockname: Likewise.
10597         * modules/getsockopt: Likewise.
10598         * modules/ioctl: Likewise.
10599         * modules/listen: Likewise.
10600         * modules/recv: Likewise.
10601         * modules/recvfrom: Likewise.
10602         * modules/send: Likewise.
10603         * modules/sendto: Likewise.
10604         * modules/setsockopt: Likewise.
10605         * modules/shutdown: Likewise.
10606         * modules/socket: Use socket.c instead of winsock.c.
10607         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
10608         * doc/posix-functions/accept.texi: Doc fix.
10609         * doc/posix-functions/bind.texi: Doc fix.
10610         * doc/posix-functions/close.texi: Doc fix.
10611         * doc/posix-functions/connect.texi: Doc fix.
10612         * doc/posix-functions/getpeername.texi: Doc fix.
10613         * doc/posix-functions/getsockname.texi: Doc fix.
10614         * doc/posix-functions/getsockopt.texi: Doc fix.
10615         * doc/posix-functions/ioctl.texi: Doc fix.
10616         * doc/posix-functions/listen.texi: Doc fix.
10617         * doc/posix-functions/recv.texi: Doc fix.
10618         * doc/posix-functions/recvfrom.texi: Doc fix.
10619         * doc/posix-functions/send.texi: Doc fix.
10620         * doc/posix-functions/sendto.texi: Doc fix.
10621         * doc/posix-functions/setsockopt.texi: Doc fix.
10622         * doc/posix-functions/shutdown.texi: Doc fix.
10623         * doc/posix-functions/socket.texi: Doc fix.
10624
10625 2008-10-20  Bruno Haible  <bruno@clisp.org>
10626
10627         Take into account the role of SIGABRT_COMPAT on Windows 2008.
10628         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
10629         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
10630         as an alias for SIGABRT.
10631         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
10632         (sigaction): Map it to SIGABRT.
10633         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
10634
10635 2008-10-20  Bruno Haible  <bruno@clisp.org>
10636
10637         * lib/fts.c: Don't include lstat.h.
10638         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
10639
10640         Move the lstat() declaration to <sys/stat.h>.
10641         * lib/lstat.h: Remove file.
10642         * lib/sys_stat.in.h: Add special invocation convention.
10643         (lstat): New declaration.
10644         * lib/lstat.c (orig_lstat): New function.
10645         (rpl_lstat): Use orig_lstat instead of lstat.
10646         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
10647         AC_C_INLINE. Set REPLACE_LSTAT.
10648         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
10649         and REPLACE_LSTAT.
10650         * modules/lstat (Files): Remove lib/lstat.h.
10651         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
10652         (Include): Specify <sys/stat.h> instead of lstat.h.
10653         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
10654         REPLACE_LSTAT.
10655         * NEWS: Mention the change.
10656
10657 2008-10-20  Bruno Haible  <bruno@clisp.org>
10658
10659         * modules/posix_spawn-tests: New file.
10660         * tests/test-posix_spawn3.c: New file.
10661
10662 2008-10-20  Bruno Haible  <bruno@clisp.org>
10663
10664         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
10665         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
10666         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
10667         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
10668         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
10669
10670 2008-10-20  Bruno Haible  <bruno@clisp.org>
10671
10672         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
10673         of posix_spawn on AIX 5.3.
10674
10675 2008-10-20  Bruno Haible  <bruno@clisp.org>
10676
10677         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
10678
10679 2008-10-20  Bruno Haible  <bruno@clisp.org>
10680
10681         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
10682         of AC_LANG_PROGRAM.
10683
10684 2008-10-20  Simon Josefsson  <simon@josefsson.org>
10685
10686         * lib/netdb.in.h: Don't define GNU specific constants until they
10687         are supported or needed.  Reported by Bruno Haible
10688         <bruno@clisp.org>.
10689
10690 2008-10-20  Simon Josefsson  <simon@josefsson.org>
10691
10692         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
10693
10694 2008-10-20  Simon Josefsson  <simon@josefsson.org>
10695
10696         * lib/getaddrinfo.h: Remove file.
10697         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
10698         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
10699         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
10700         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
10701         * modules/netdb: Substitute GNULIB_GETADDRINFO.
10702         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
10703         * tests/test-getaddrinfo.c: Likewise.
10704         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
10705         * NEWS: Mention change.
10706
10707 2008-10-19  Bruno Haible  <bruno@clisp.org>
10708
10709         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
10710
10711 2008-10-19  Bruno Haible  <bruno@clisp.org>
10712
10713         * lib/wait-process.c: Include simply <sys/wait.h>.
10714         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
10715         WIFSTOPPED): Remove fallback definitions.
10716         * modules/wait-process (Depends-on): Add sys_wait.
10717
10718         New module 'sys_wait'.
10719         * modules/sys_wait: New file.
10720         * lib/sys_wait.in.h: New file, partially copied from
10721         lib/wait-process.c.
10722         * m4/sys_wait_h.m4: New file.
10723         * doc/posix-headers/sys_wait.texi: Mention the new module.
10724
10725 2008-10-19  Bruno Haible  <bruno@clisp.org>
10726
10727         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
10728
10729 2008-10-19  Bruno Haible  <bruno@clisp.org>
10730
10731         Assume that waitpid() fills an 'int' status, not a 'union wait'.
10732         * lib/wait-process.c (WAIT_T): Remove type.
10733         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
10734         (wait_subprocess): Update.
10735
10736 2008-10-19  Bruno Haible  <bruno@clisp.org>
10737
10738         New module 'atoll'.
10739         * modules/atoll: New file.
10740         * lib/stdlib.in.h (atoll): New declaration.
10741         * lib/atoll.c: New file, from glibc with modifications.
10742         * m4/atoll.m4: New file.
10743         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
10744         HAVE_ATOLL.
10745         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
10746         * doc/posix-functions/atoll.texi: Mention the new module.
10747
10748 2008-10-19  Bruno Haible  <bruno@clisp.org>
10749
10750         Add strtoull() declaration to <stdlib.h>.
10751         * lib/stdlib.in.h (strtoull): New declaration.
10752         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
10753         Set HAVE_STRTOULL.
10754         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
10755         HAVE_STRTOULL.
10756         * modules/strtoull (Depends-on): Add stdlib.
10757         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10758         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
10759         HAVE_STRTOULL.
10760
10761 2008-10-19  Bruno Haible  <bruno@clisp.org>
10762
10763         Add strtoll() declaration to <stdlib.h>.
10764         * lib/stdlib.in.h (strtoll): New declaration.
10765         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
10766         Set HAVE_STRTOLL.
10767         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
10768         HAVE_STRTOLL.
10769         * modules/strtoll (Depends-on): Add stdlib.
10770         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10771         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
10772
10773 2008-10-19  Bruno Haible  <bruno@clisp.org>
10774
10775         * modules/bcopy (Depends-on): Add strings.
10776         (Include): Specify <strings.h>.
10777
10778 2008-10-19  Bruno Haible  <bruno@clisp.org>
10779
10780         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
10781
10782 2008-10-19  Bruno Haible  <bruno@clisp.org>
10783
10784         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
10785         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
10786         mingw.
10787
10788 2008-10-19  Bruno Haible  <bruno@clisp.org>
10789
10790         * lib/atanl.c: Don't include isnanl.h.
10791         * lib/cosl.c: Likewise.
10792         * lib/ldexpl.c: Likewise.
10793         * lib/logl.c: Likewise.
10794         * lib/sinl.c: Likewise.
10795         * lib/sqrtl.c: Likewise.
10796         * lib/tanl.c: Likewise.
10797
10798         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
10799         * lib/isnanf.h: Remove file.
10800         * lib/isnand.h: Remove file.
10801         * lib/isnanl.h: Remove file.
10802         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
10803         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
10804         macros.
10805         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
10806         HAVE_ISNANF, don't define it as a C macro.
10807         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
10808         HAVE_ISNAND, don't define it as a C macro.
10809         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
10810         HAVE_ISNANL, don't define it as a C macro.
10811         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
10812         HAVE_ISNAN[FDL].
10813         * modules/isnanf (Files): Remove lib/isnanf.h.
10814         (Depends-on): Add math.
10815         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
10816         (Include): Specify <math.h> instead of isnanf.h.
10817         * modules/isnand (Files): Remove lib/isnand.h.
10818         (Depends-on): Add math.
10819         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
10820         (Include): Specify <math.h> instead of isnand.h.
10821         * modules/isnanl (Files): Remove lib/isnanl.h.
10822         (Depends-on): Add math.
10823         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
10824         (Include): Specify <math.h> instead of isnanl.h.
10825         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
10826         HAVE_ISNAN[FDL].
10827         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
10828         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
10829         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
10830         * NEWS: Mention the change.
10831
10832 2008-10-18  Bruno Haible  <bruno@clisp.org>
10833
10834         Add getusershell(), setusershell(), endusershell() declarations to
10835         <unistd.h>.
10836         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
10837         declarations.
10838         * lib/getusershell.c: Include unistd.h.
10839         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
10840         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
10841         HAVE_GETUSERSHELL.
10842         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
10843         and HAVE_GETUSERSHELL.
10844         * modules/getusershell (Depends-on): Add unistd, extensions.
10845         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10846         (Include): Specify <unistd.h>.
10847         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
10848         HAVE_GETUSERSHELL.
10849
10850 2008-10-18  Bruno Haible  <bruno@clisp.org>
10851
10852         Add a getloadavg() declaration to <stdlib.h>.
10853         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
10854         getloadavg declaration.
10855         (getloadavg): New declaration.
10856         * lib/getloadavg.c: Include <stdlib.h> first.
10857         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
10858         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
10859         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
10860         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
10861         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
10862         * modules/getloadavg (Depends-on): Add stdlib, extensions.
10863         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10864         (Include): Specify <stdlib.h>.
10865         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
10866         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
10867
10868 2008-10-18  Bruno Haible  <bruno@clisp.org>
10869
10870         * lib/dirchownmod.c: Don't include lchmod.h.
10871
10872         Move the lchmod() declaration to <sys/stat.h>.
10873         * lib/lchmod.h: Remove file.
10874         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
10875         (lchmod): New declaration, moved here from lib/lchown.h.
10876         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
10877         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
10878         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
10879         and HAVE_LCHMOD.
10880         * modules/lchmod (Files): Remove lib/lchmod.h.
10881         (Depends-on): Add sys_stat, extensions.
10882         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
10883         (Include): Specify <sys/stat.h> instead of lchmod.h.
10884         * modules/sys_stat (Depends-on): Add link-warning.
10885         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
10886         definition of GL_LINK_WARNING.
10887         * NEWS: Mention the change.
10888
10889 2008-10-18  Bruno Haible  <bruno@clisp.org>
10890
10891         * lib/fchdir.c: Don't include dirfd.h.
10892         * lib/fts.c: Likewise.
10893         * lib/getcwd.c: Likewise.
10894         * lib/glob.c: Likewise.
10895
10896         Move the dirfd() declaration to <dirent.h>.
10897         * lib/dirfd.h: Remove file.
10898         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
10899         (dirfd): New declaration.
10900         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
10901         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
10902         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
10903         HAVE_DECL_DIRFD.
10904         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
10905         HAVE_DECL_DIRFD.
10906         * modules/dirfd (Files): Remove lib/dirfd.h.
10907         (Depends-on): Add dirent, extensions.
10908         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
10909         (Include): Specify <dirent.h> instead of dirfd.h.
10910         * modules/dirent (Depends-on): Add link-warning.
10911         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
10912         definition of GL_LINK_WARNING.
10913         * NEWS: Mention the change.
10914
10915 2008-10-18  Bruno Haible  <bruno@clisp.org>
10916
10917         Move the euidaccess() declaration to <unistd.h>.
10918         * lib/euidaccess.h: Remove file.
10919         * lib/unistd.in.h (euidaccess): New declaration.
10920         * lib/euidaccess.c: Don't include euidaccess.h.
10921         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
10922         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
10923         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
10924         and HAVE_EUIDACCESS.
10925         * modules/euidaccess (Files): Remove lib/euidaccess.h.
10926         (Depends-on): Add unistd.
10927         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10928         (Include): Specify <unistd.h> instead of euidaccess.h.
10929         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
10930         HAVE_EUIDACCESS.
10931         * NEWS: Mention the change.
10932
10933 2008-10-18  Bruno Haible  <bruno@clisp.org>
10934
10935         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
10936
10937         Move the getdomainname() declaration to <unistd.h>.
10938         * lib/getdomainname.h: Remove file.
10939         * lib/unistd.in.h (getdomainname): New declaration.
10940         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
10941         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
10942         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
10943         HAVE_GETDOMAINNAME.
10944         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10945         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
10946         * modules/getdomainname (Files): Remove lib/getdomainname.h.
10947         (Depends-on): Add unistd, extensions.
10948         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
10949         (Includes): Specify <unistd.h> instead of getdomainname.h.
10950         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
10951         HAVE_GETDOMAINNAME.
10952         * NEWS: Mention the change.
10953
10954 2008-10-18  Bruno Haible  <bruno@clisp.org>
10955
10956         * modules/dirent: New file.
10957         * m4/dirent_h.m4: New file.
10958         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
10959         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
10960         * modules/fchdir (Files): Remove lib/dirent.in.h.
10961         (Depends-on): Add dirent.
10962         (Makefile.am): Move rules to modules/dirent.
10963         * doc/posix-headers/dirent.texi: Mention the new module.
10964
10965 2008-10-18  Bruno Haible  <bruno@clisp.org>
10966
10967         Avoid -Wunused-parameter warnings in public gnulib header files.
10968         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
10969         macro.
10970         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
10971
10972 2008-10-18  Bruno Haible  <bruno@clisp.org>
10973
10974         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
10975         * doc/glibc-functions/error.texi: Mention the module 'error'.
10976         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
10977         * doc/glibc-functions/getdomainname.texi: Mention the module
10978         'getdomainname'.
10979         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
10980         * doc/glibc-functions/getpagesize.texi: Mention the module
10981         'getpagesize'.
10982         * doc/glibc-functions/getusershell.texi: Mention the module
10983         'getusershell'.
10984         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
10985         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
10986         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
10987         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
10988         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
10989         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
10990         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
10991         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
10992         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
10993         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
10994         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
10995         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
10996         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
10997         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
10998
10999 2008-10-17  Bruno Haible  <bruno@clisp.org>
11000
11001         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
11002         HP-UX and IRIX, use -0.0L.
11003         * tests/test-ceill.c (minus_zero): Likewise.
11004         * tests/test-floorl.c (minus_zero): Likewise.
11005         * tests/test-frexpl.c (minus_zero): Likewise.
11006         * tests/test-isnan.c (minus_zerol): Likewise.
11007         * tests/test-isnanl.h (minus_zero): Likewise.
11008         * tests/test-ldexpl.c (minus_zero): Likewise.
11009         * tests/test-roundl.c (minus_zero): Likewise.
11010         * tests/test-signbit.c (minus_zerol): Likewise.
11011         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
11012         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
11013         * tests/test-truncl.c (minus_zero): Likewise.
11014         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
11015         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
11016         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
11017         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
11018
11019 2008-10-17  Bruno Haible  <bruno@clisp.org>
11020
11021         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
11022         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
11023         that it gets activated only for gcc >= 3.0.
11024         * lib/dirent.in.h: Likewise.
11025         * lib/errno.in.h: Likewise.
11026         * lib/fcntl.in.h: Likewise.
11027         * lib/float.in.h: Likewise.
11028         * lib/iconv.in.h: Likewise.
11029         * lib/inttypes.in.h: Likewise.
11030         * lib/locale.in.h: Likewise.
11031         * lib/math.in.h: Likewise.
11032         * lib/netdb.in.h: Likewise.
11033         * lib/netinet_in.in.h: Likewise.
11034         * lib/search.in.h: Likewise.
11035         * lib/signal.in.h: Likewise.
11036         * lib/spawn.in.h: Likewise.
11037         * lib/stdarg.in.h: Likewise.
11038         * lib/stdint.in.h: Likewise.
11039         * lib/stdio.in.h: Likewise.
11040         * lib/stdlib.in.h: Likewise.
11041         * lib/string.in.h: Likewise.
11042         * lib/strings.in.h: Likewise.
11043         * lib/sys_file.in.h: Likewise.
11044         * lib/sys_ioctl.in.h: Likewise.
11045         * lib/sys_select.in.h: Likewise.
11046         * lib/sys_socket.in.h: Likewise.
11047         * lib/sys_stat.in.h: Likewise.
11048         * lib/sys_time.in.h: Likewise.
11049         * lib/sysexits.in.h: Likewise.
11050         * lib/time.in.h: Likewise.
11051         * lib/unistd.in.h: Likewise.
11052         * lib/wchar.in.h: Likewise.
11053         * lib/wctype.in.h: Likewise.
11054         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11055
11056 2008-10-17  Jim Meyering  <meyering@redhat.com>
11057
11058         ignore-value: don't depend on inline module
11059         * modules/ignore-value (Depends-on): Remove 'inline'.
11060         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
11061         Suggestion from Bruno Haible.
11062
11063 2008-10-17  Bruno Haible  <bruno@clisp.org>
11064
11065         New implementation of condition variables for Win32.
11066         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
11067         (gl_linked_waitqueue_t): New type.
11068         (gl_cond_t): Use it.
11069         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
11070         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
11071         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
11072         (glthread_cond_init_func, glthread_cond_wait_func,
11073         glthread_cond_timedwait_func, glthread_cond_signal_func,
11074         glthread_cond_broadcast_func, glthread_cond_destroy_func):
11075         Reimplemented on the basis of gl_linked_waitqueue_t.
11076         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
11077         gl_waitqueue_t.
11078         (gl_rwlock_t): Update.
11079         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
11080
11081 2008-10-17  Simon Josefsson  <simon@josefsson.org>
11082
11083         * modules/recvfrom (Depends-on): Add dependency on getpeername.
11084         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
11085
11086 2008-10-17  Jim Meyering  <meyering@redhat.com>
11087
11088         ignore-value: new module
11089         * modules/ignore-value: New file.
11090         * lib/ignore-value.h: New file.
11091         * MODULES.html.sh (Compiler warning management): New section,
11092         just for this module.  More to come.
11093
11094 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11095
11096         open-safer.c: avoid 'signed and unsigned in conditional...' warning
11097         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
11098         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
11099
11100 2008-10-16  Jim Meyering  <meyering@redhat.com>
11101
11102         openat-die.c: avoid 'no previous prototype' warning
11103         * lib/openat-die.c: Include "openat.h".
11104         Reported by Reuben Thomas <rrt@sc3d.org>.
11105
11106 2008-10-16  Simon Josefsson  <simon@josefsson.org>
11107
11108         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
11109         * lib/netdb.in.h: Fix typo.
11110         Reported by Bruno Haible  <bruno@clisp.org>
11111
11112         * lib/netdb.in.h: Include sys/socket.h for platforms without
11113         netdb.h, to get structures like hostent on MinGW.
11114         * modules/netdb (Depends-on): Add sys_socket.
11115
11116 2008-10-15  Simon Josefsson  <simon@josefsson.org>
11117
11118         * modules/netdb, modules/netdb-tests: New file.
11119         * m4/netdb_h.m4: New file.
11120         * lib/netdb.in.h: Add, currently just an empty file pending
11121         definitions.
11122         * tests/test-netdb.c: New file.
11123         * doc/posix-headers/netdb.texi: Mention that we replace it if
11124         needed.
11125         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11126         netdb.
11127
11128 2008-10-15  Simon Josefsson  <simon@josefsson.org>
11129
11130         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
11131         with code.
11132
11133 2008-10-13  Bruno Haible  <bruno@clisp.org>
11134
11135         * lib/glthread/cond.c (glthread_cond_wait_func,
11136         glthread_cond_timedwait_func): Add a comment.
11137
11138 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
11139
11140         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
11141         * tests/test-select.c: Likewise,
11142
11143 2008-10-13  Bruno Haible  <bruno@clisp.org>
11144
11145         * lib/glthread/cond.c (glthread_cond_wait_func,
11146         glthread_cond_timedwait_func): Fix variable name.
11147         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
11148
11149 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
11150
11151         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
11152         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
11153         struct sockaddr.sa_len.
11154         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
11155
11156 2008-10-13  Simon Josefsson  <simon@josefsson.org>
11157
11158         * build-aux/pmccabe2html: Add css and css_url parameters.
11159
11160 2008-10-12  Bruno Haible  <bruno@clisp.org>
11161
11162         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
11163         calling aclx_get.
11164         Reported by Rainer Tammer <tammer@tammer.net>.
11165
11166 2008-10-12  Bruno Haible  <bruno@clisp.org>
11167
11168         Use msvcrt aware primitives for creation/termination of Win32 threads.
11169         * lib/glthread/thread.c: Include <process.h>.
11170         (glthread_create_func): Use _beginthreadex instead of CreateThread.
11171         (wrapper_func): Update signature.
11172         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
11173
11174 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
11175             Bruno Haible  <bruno@clisp.org>
11176
11177         Provide a Win32 implementation of the 'cond' module.
11178         * lib/glthread/cond.h [USE_WIN32]: New implementation.
11179         * lib/glthread/cond.c (glthread_cond_init_func,
11180         glthread_cond_wait_func, glthread_cond_timedwait_func,
11181         glthread_cond_signal_func, glthread_cond_broadcast_func,
11182         glthread_cond_destroy_func) [USE_WIN32]: New functions.
11183         * modules/cond (Dependencies): Add gettimeofday.
11184
11185 2008-10-11  Bruno Haible  <bruno@clisp.org>
11186
11187         Make sleep work on older versions of mingw.
11188         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
11189         only whether it exists.
11190         * doc/posix-functions/sleep.texi: Mention the problem with older
11191         versions of mingw.
11192
11193 2008-10-11  Bruno Haible  <bruno@clisp.org>
11194
11195         New module 'shutdown'.
11196         * modules/shutdown: New file.
11197         * lib/sys_socket.in.h (shutdown): New declaration.
11198         * lib/winsock.c (shutdown): New function.
11199         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11200         GNULIB_SHUTDOWN.
11201         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
11202         * doc/posix-functions/shutdown.texi: Document the new module.
11203
11204 2008-10-11  Jim Meyering  <meyering@redhat.com>
11205
11206         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
11207
11208 2008-10-11  Bruno Haible  <bruno@clisp.org>
11209
11210         New module 'fclose'.
11211         * modules/fclose: New file.
11212         * lib/stdio.in.h (fclose): New declaration.
11213         * lib/fclose.c: New file.
11214         * m4/fclose.m4: New file.
11215         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
11216         REPLACE_FCLOSE.
11217         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
11218         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
11219         REPLACE_FCLOSE.
11220         * modules/close (Depends-on): fclose.
11221         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
11222
11223 2008-10-11  Bruno Haible  <bruno@clisp.org>
11224
11225         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
11226         set errno and don't call _close.
11227
11228 2008-10-10  Bruno Haible  <bruno@clisp.org>
11229
11230         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
11231         ACL, not afterwards. Fixes test failure on Cygwin.
11232
11233 2008-10-09  Ben Pfaff  <blp@gnu.org>
11234
11235         * build-aux/announce-gen: Fix gnulib version related part of usage
11236         message.  Die with a useful error message if no tarballs are
11237         found.
11238
11239 2008-10-10  Jim Meyering  <meyering@redhat.com>
11240
11241         bootstrap: use git's --depth=N option only if it's supported
11242         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
11243         recognize the --depth option.  Reported by Pádraig Brady.
11244
11245 2008-10-09  Bruno Haible  <bruno@clisp.org>
11246
11247         New module 'ioctl'.
11248         * modules/ioctl: New file.
11249         * lib/sys_socket.in.h (ioctl): Remove declaration.
11250         * lib/winsock.c: Include <sys/ioctl.h>.
11251         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
11252         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
11253         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
11254         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
11255         * doc/posix-functions/ioctl.texi: Mention the new module.
11256
11257 2008-10-09  Bruno Haible  <bruno@clisp.org>
11258
11259         New module 'sys_ioctl'.
11260         * lib/sys_ioctl.in.h: New file.
11261         * m4/sys_ioctl_h.m4: New file.
11262         * modules/sys_ioctl: New file.
11263         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
11264
11265 2008-10-09  Bruno Haible  <bruno@clisp.org>
11266
11267         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
11268         * lib/winsock.c: Include <stdarg.h>.
11269         (rpl_ioctl): Change to second argument 'int' and then varargs.
11270
11271 2008-10-09  Bruno Haible  <bruno@clisp.org>
11272
11273         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
11274         when the sys_socket module is present and the system has <winsock2.h>.
11275
11276 2008-10-09  Bruno Haible  <bruno@clisp.org>
11277
11278         * doc/posix-functions/close.texi: Mention module 'close' instead of
11279         module 'sys_socket'.
11280
11281 2008-10-09  Bruno Haible  <bruno@clisp.org>
11282
11283         * doc/glibc-headers/sys_ioctl.texi: New file.
11284         * doc/gnulib.texi: Include it.
11285
11286 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
11287             Bruno Haible  <bruno@clisp.org>
11288
11289         Combine the two replacements of 'close'.
11290         * lib/sys_socket.in.h (close): Define to a reminder to include
11291         <unistd.h>.
11292         (_gl_close_fd_maybe_socket): New declaration.
11293         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
11294         * lib/winsock.c (close): Remove undefinition.
11295         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
11296         needed for the gnulib module 'close'.
11297         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
11298         define to an error symbol or to a warning, if suitable.
11299         * lib/close.c: Include <sys/socket.h>.
11300         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
11301         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
11302         UNISTD_H_HAVE_WINSOCK2_H.
11303         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
11304         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11305         UNISTD_H_HAVE_WINSOCK2_H.
11306         * modules/sys_socket (Files): Add m4/unistd_h.m4.
11307         (configure.ac): Set a module indicator.
11308         (Makefile.am): Substitute GNULIB_CLOSE.
11309         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
11310         * modules/poll-tests (Depends-on): Add close.
11311         * modules/select-tests (Depends-on): Likewise.
11312
11313 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
11314             Bruno Haible  <bruno@clisp.org>
11315
11316         New module 'close'.
11317         * modules/close: New file.
11318         * lib/unistd.in.h (close): Move declaration out of the
11319         FCHDIR_REPLACEMENT scope.
11320         (_gl_unregister_fd): New declaration.
11321         * lib/close.c: New file.
11322         * lib/fchdir.c (rpl_close): Remove function.
11323         * m4/close.m4: New file.
11324         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
11325         close.
11326         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
11327         REPLACE_CLOSE.
11328         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
11329         REPLACE_CLOSE.
11330         * modules/fchdir (Depends-on): Add close.
11331
11332 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
11333             Bruno Haible  <bruno@clisp.org>
11334
11335         * lib/fcntl.in.h (open): Simplify conditionals.
11336         (_gl_register_fd): New declaration.
11337         * lib/fchdir.c (rpl_open): Remove function.
11338         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
11339         also.
11340         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
11341         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
11342         open.
11343
11344 2008-10-09  Jim Meyering  <meyering@redhat.com>
11345
11346         GNUmakefile: use the more name-space-friendly "_version"
11347         * top/GNUmakefile (_dummy): Update.
11348         (_version): Rename from "version".
11349
11350 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
11351             Bruno Haible  <bruno@clisp.org>
11352
11353         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
11354         rpl_close.
11355         (_gl_register_fd): New function, extracted from rpl_open.
11356         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
11357         (rpl_open, rpl_opendir): Use _gl_register_fd.
11358
11359 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
11360
11361         Fix organization of 'open' replacement.
11362         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
11363         (gl_FUNC_OPEN): Use it.
11364         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
11365
11366 2008-10-08  Bruno Haible  <bruno@clisp.org>
11367
11368         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
11369
11370 2008-10-08  Simon Josefsson  <simon@josefsson.org>
11371
11372         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
11373         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
11374         listen).
11375
11376 2008-10-08  Eric Blake  <ebb9@byu.net>
11377
11378         GNUmakefile: add 'make version' target
11379         * top/GNUmakefile (_curr-ver): Split version update rules...
11380         (version): ...into a target.
11381
11382 2008-10-07  Bruno Haible  <bruno@clisp.org>
11383
11384         Use a more portable replacement expression for -0.0L.
11385         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
11386         instead of -0.0L. Fix m4 quotation.
11387
11388         * tests/test-signbit.c: Include <float.h>.
11389         (minus_zero): New variable.
11390         (test_signbitl): Use minus_zero instead of -zero.
11391         * modules/signbit-tests (Depends-on): Add float.
11392
11393         * tests/test-ceill.c: Include <float.h>.
11394         (zero): Remove variable.
11395         (minus_zero): New variable.
11396         (main): Use minus_zero instead of -zero.
11397         * modules/ceill-tests (Depends-on): Add float.
11398
11399         * tests/test-floorl.c: Include <float.h>.
11400         (zero): Remove variable.
11401         (minus_zero): New variable.
11402         (main): Use minus_zero instead of -zero.
11403         * modules/floorl-tests (Depends-on): Add float.
11404
11405         * tests/test-roundl.c: Include <float.h>.
11406         (zero): Remove variable.
11407         (minus_zero): New variable.
11408         (main): Use minus_zero instead of -zero.
11409         * modules/roundl-tests (Depends-on): Add float.
11410
11411         * tests/test-truncl.c: Include <float.h>.
11412         (zero): Remove variable.
11413         (minus_zero): New variable.
11414         (main): Use minus_zero instead of -zero.
11415         * modules/truncl-tests (Depends-on): Add float.
11416
11417         * tests/test-frexpl.c (zero): Remove variable.
11418         (minus_zero): New variable.
11419         (main): Use minus_zero instead of -zero.
11420         * modules/frexpl-tests (Depends-on): Add float.
11421
11422         * tests/test-isnan.c (zerol): Remove variable.
11423         (minus_zerol): New variable.
11424         (test_long_double): Use minus_zerol instead of -zerol.
11425         * modules/isnan-tests (Depends-on): Add float.
11426
11427         * tests/test-isnanl.h (zero): Remove variable.
11428         (minus_zero): New variable.
11429         (main): Use minus_zero instead of -zero.
11430         * modules/isnanl-nolibm-tests (Depends-on): Add float.
11431         * modules/isnanl-tests (Depends-on): Add float.
11432
11433         * tests/test-ldexpl.c (zero): Remove variable.
11434         (minus_zero): New variable.
11435         (main): Use minus_zero instead of -zero.
11436         * modules/ldexpl-tests (Depends-on): Add float.
11437
11438         * tests/test-snprintf-posix.h (zerol): Remove variable.
11439         (minus_zerol): New variable.
11440         (test_function): Use minus_zerol instead of -zerol.
11441         * modules/snprintf-posix-tests (Depends-on): Add float.
11442         * modules/vsnprintf-posix-tests (Depends-on): Add float.
11443
11444         * tests/test-sprintf-posix.h (zerol): Remove variable.
11445         (minus_zerol): New variable.
11446         (test_function): Use minus_zerol instead of -zerol.
11447         * modules/sprintf-posix-tests (Depends-on): Add float.
11448         * modules/vsprintf-posix-tests (Depends-on): Add float.
11449
11450         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
11451         (minus_zerol): New variable.
11452         (test_function): Use minus_zerol instead of -zerol.
11453         * modules/vasnprintf-posix-tests (Depends-on): Add float.
11454
11455         * tests/test-vasprintf-posix.c (zerol): Remove variable.
11456         (minus_zerol): New variable.
11457         (test_function): Use minus_zerol instead of -zerol.
11458         * modules/vasprintf-posix-tests (Depends-on): Add float.
11459
11460 2008-10-07  Simon Josefsson  <simon@josefsson.org>
11461
11462         * MODULES.html.sh (Support for building documentation): Mention
11463         pmccabe2html.  Sort entries.
11464
11465         Add pmccabe2html module, from gnupdf.
11466         * build-aux/pmccabe.css: New file.
11467         * build-aux/pmccabe2html: New file.
11468         * m4/pmccabe2html.m4: New file.
11469         * modules/pmccabe2html: New file.
11470
11471 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
11472
11473         flock: new module
11474         * MODULES.html.sh: Add to list of modules.
11475         * lib/flock.c: flock implementation for Windows and Unix systems
11476         which have fcntl.
11477         * doc/glibc-functions/flock.texi: Update documentation.
11478         * lib/sys_file.in.h: <sys/file.h> header file.
11479         * m4/flock.m4: M4 macros.
11480         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
11481         * modules/flock: flock module.
11482         * modules/flock-tests: flock tests module.
11483         * modules/sys_file: sys/file.h module.
11484         * tests/test-flock.c: test suite for flock.
11485
11486 2008-10-06  Jim Meyering  <meyering@redhat.com>
11487
11488         bootstrap: check for LT_INIT more portably still ;-)
11489         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
11490         Spotted by Bruno Haible.
11491
11492 2008-10-06  Eric Blake  <ebb9@byu.net>
11493
11494         test-signbit: avoid tripping Irix cc bug on -0.0L
11495         * tests/test-signbit.c (minus_zerol): Delete, and replace with
11496         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
11497         entire testsuite consistent and avoids an Irix 6.2 bug.
11498
11499 2008-10-05  Bruno Haible  <bruno@clisp.org>
11500             Jim Meyering  <jim@meyering.net>
11501
11502         Add an option for ignoring EPIPE during close_stdout.
11503         * lib/closeout.h: Include <stdbool.h>.
11504         (close_stdout_set_ignore_EPIPE): New declaration.
11505         * lib/closeout.c: Include <stdbool.h>.
11506         (ignore_EPIPE): New variable.
11507         (close_stdout_set_ignore_EPIPE): New function.
11508         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
11509         * lib/close-stream.c (close_stream): Mention the possible EPIPE
11510         failure.
11511         * modules/closeout (Depends-on): Add stdbool.
11512
11513 2008-10-05  Bruno Haible  <bruno@clisp.org>
11514
11515         * modules/accept: New file.
11516         * modules/bind: New file.
11517         * modules/connect: New file.
11518         * modules/getpeername: New file.
11519         * modules/getsockname: New file.
11520         * modules/getsockopt: New file.
11521         * modules/listen: New file.
11522         * modules/recv: New file.
11523         * modules/recvfrom: New file.
11524         * modules/send: New file.
11525         * modules/sendto: New file.
11526         * modules/setsockopt: New file.
11527         * modules/socket: New file.
11528         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
11529         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
11530         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
11531         the particular module is requested. Add a link warning when the
11532         particular module is not requested.
11533         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
11534         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
11535         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
11536         the particular module is requested.
11537         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
11538         gl_SYS_SOCKET_H_DEFAULTS): New macros.
11539         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
11540         * modules/sys_socket (Depends-on): Add link-warning.
11541         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
11542         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
11543         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
11544         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
11545         GL_LINK_WARNING.
11546         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
11547         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
11548         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
11549         * doc/posix-functions/getpeername.texi: Mention the new module
11550         'getpeername'.
11551         * doc/posix-functions/getsockname.texi: Mention the new module
11552         'getsockname'.
11553         * doc/posix-functions/getsockopt.texi: Mention the new module
11554         'getsockopt'.
11555         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
11556         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
11557         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
11558         * doc/posix-functions/send.texi: Mention the new module 'send'.
11559         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
11560         * doc/posix-functions/setsockopt.texi: Mention the new module
11561         'setsockopt'.
11562         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
11563         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
11564         listen, connect, accept.
11565         * modules/select-tests (Depends-on): Likewise.
11566
11567 2008-10-05  Bruno Haible  <bruno@clisp.org>
11568
11569         * lib/winsock.c (strerror): Remove unused #undef.
11570         (rpl_close): Remove unused local variable.
11571
11572         * modules/sys_socket (Depends-on); Add errno.
11573
11574 2008-10-05  Bruno Haible  <bruno@clisp.org>
11575
11576         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
11577         (select): Add a link warning when the 'select' module is not used.
11578         * modules/sys_select (Depends-on): Add link-warning.
11579         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
11580         Suggested by Paolo Bonzini.
11581
11582 2008-10-05  Jim Meyering  <meyering@redhat.com>
11583
11584         bootstrap: check for LT_INIT more portably
11585         * build-aux/bootstrap: Avoid using grep -E, since it's not
11586         portable enough.  Suggestion from Bruno Haible.
11587
11588 2008-10-05  Bruno Haible  <bruno@clisp.org>
11589
11590         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
11591         as being fixed by gnulib.
11592
11593 2008-10-05  Bruno Haible  <bruno@clisp.org>
11594
11595         * modules/select-tests: New file, mostly copied from
11596         modules/sys_select-tests.
11597         * tests/test-select.c: New file, mostly copied from
11598         tests/test-sys_select.c.
11599         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
11600         * modules/sys_select-tests (Depends-on): Remove all dependencies.
11601         (Makefile.am): Remove test_sys_select_LDADD.
11602
11603         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
11604         to an undefined symbol, for an error message.
11605         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
11606         (gl_SYS_SELECT_H_DEFAULTS): New macro.
11607         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
11608         winsock-select.c here.
11609         * modules/sys_select (Files): Remove lib/winsock-select.c.
11610         (Depends-on): Remove alloca.
11611         (Makefile.am): Substitute GNULIB_SELECT.
11612         * modules/select: New file.
11613         * doc/posix-functions/select.texi: Update.
11614
11615 2008-10-05  Bruno Haible  <bruno@clisp.org>
11616
11617         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
11618         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
11619         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
11620         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
11621         getdtablesize.
11622         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
11623         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
11624
11625 2008-10-05  Bruno Haible  <bruno@clisp.org>
11626
11627         * modules/getdtablesize-tests: New file.
11628         * tests/test-getdtablesize.c: New file.
11629
11630         New module 'getdtablesize'.
11631         * lib/unistd.in.h (getdtablesize): New declaration.
11632         * lib/getdtablesize.c: New file.
11633         * m4/getdtablesize.m4: New file.
11634         * modules/getdtablesize: New file.
11635         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11636         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
11637         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
11638         HAVE_GETDTABLESIZE.
11639         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
11640
11641 2008-10-05  Bruno Haible  <bruno@clisp.org>
11642
11643         * modules/sched (Makefile.am): Fix typo.
11644         Reported by Simon Josefsson.
11645
11646 2008-10-05  Jim Meyering  <meyering@redhat.com>
11647
11648         bootstrap: check for LT_INIT, too
11649         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
11650         are deprecated.  Suggestion from Ralf Wildenhues.
11651
11652 2008-10-05  Bruno Haible  <bruno@clisp.org>
11653
11654         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
11655         overriding them by ours.
11656         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
11657
11658 2008-10-05  Jim Meyering  <meyering@redhat.com>
11659
11660         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
11661         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
11662         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
11663
11664 2008-10-04  Bruno Haible  <bruno@clisp.org>
11665
11666         * modules/dup2 (License): Change to LGPLv2+.
11667         * modules/sleep (License): Likewise.
11668         * modules/perror (License): Likewise.
11669         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
11670         Blake.
11671         * modules/signal (License): Likewise.
11672         * modules/sigprocmask (License): Likewise.
11673         * modules/raise (License): Change to LGPLv2+, with approval by Jim
11674         Meyering.
11675
11676 2008-10-04  Bruno Haible  <bruno@clisp.org>
11677
11678         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
11679         Reported by Rainer Tammer <tammer@tammer.net>.
11680
11681 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
11682             Bruno Haible  <bruno@clisp.org>
11683
11684         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
11685         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
11686         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
11687
11688 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
11689
11690         filevercmp: new module
11691         * lib/filevercmp.h: New function filevercmp comparing version strings.
11692         * lib/filevercmp.c: Implementation of filevercmp function.
11693         * modules/filevercmp: Module metadata.
11694         * tests/test-filevercmp.c: Unit test for new module.
11695         * modules/filevercmp-tests: Unit test metadata.
11696         * MODULES.html.sh: Add filevercmp module.
11697
11698 2008-10-03  Bruno Haible  <bruno@clisp.org>
11699
11700         * lib/c-ctype.h: Add comment.
11701         Reported by Jim Meyering.
11702
11703 2008-10-02  Bruno Haible  <bruno@clisp.org>
11704
11705         * modules/posix_spawn-internal (Depends-on): Add 'open'.
11706
11707 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
11708
11709         * build-aux/bootstrap: Allow renaming bootstrap, and change the
11710         name of bootstrap.conf accordingly.
11711
11712 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
11713
11714         * build-aux/bootstrap: Install git-merge-changelog configuration
11715         items into .gitconfig if needed.
11716
11717 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
11718
11719         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
11720         git repository, and initialize/update it accordingly.
11721
11722 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
11723
11724         * modules/fsync-tests: New file.
11725         * tests/test-fsync.c: New file.
11726
11727         New module 'fsync'.
11728         * lib/fsync.c: New file.
11729         * m4/fsync.m4: New file.
11730         * modules/fsync: New file.
11731         * lib/unistd.in.h (fsync): New declaration.
11732         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
11733         GNULIB_FSYNC and HAVE_FSYNC.
11734         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
11735         * MODULES.html.sh (posix_functions): Add fsync.
11736         * doc/posix-functions/fsync.texi: Mention the new module.
11737
11738 2008-10-02  Jim Meyering  <meyering@redhat.com>
11739
11740         fts.c: sync with similar code from coreutils' remove.c
11741         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
11742         Guard also with "#if defined __linux__", since for now at least,
11743         this code is Linux-kernel-specific.
11744
11745 2008-10-02  Jim Meyering  <meyering@redhat.com>
11746
11747         fts: bug fixes
11748         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
11749         Include <sys/vfs.h>, not <sys/statfs.h>.
11750
11751         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
11752         Include <sys/vfs.h>, not <sys/statfs.h>.
11753
11754 2008-10-01  Bruno Haible  <bruno@clisp.org>
11755
11756         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
11757         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
11758         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
11759         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
11760         * doc/posix-functions/posix_spawnp.texi: Likewise.
11761         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
11762         whether posix_spawn actually works.
11763         * m4/pipe.m4 (gl_PIPE): Likewise.
11764         * modules/execute (Files): Add m4/posix_spawn.m4.
11765         * modules/pipe (Files): Add m4/posix_spawn.m4.
11766         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
11767
11768 2008-10-01  Jim Meyering  <meyering@redhat.com>
11769
11770         remove trailing spaces
11771         * NEWS: Likewise.
11772         * lib/poll.c (poll): Likewise.
11773         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
11774         * lib/winsock.c (rpl_close): Likewise.
11775         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
11776         * modules/yield: Likewise.
11777         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
11778         * tests/test-sys_select.c (connect_to_socket): Likewise.
11779
11780         fts.c: adjust a new interface to be more generally useful
11781         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
11782         (fts_build): Adjust caller.
11783
11784 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11785
11786         * modules/cond-tests: New file.
11787         * tests/test-cond.c: New file.
11788
11789 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11790             Bruno Haible  <bruno@clisp.org>
11791
11792         * modules/cond (Dependencies): Add errno, time.
11793         * lib/glthread/cond.h: Include <time.h>.
11794         (gl_cond_define, gl_cond_define_initialized): Use the same definition
11795         across platforms.
11796
11797 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11798             Bruno Haible  <bruno@clisp.org>
11799
11800         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
11801
11802 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11803             Bruno Haible  <bruno@clisp.org>
11804
11805         * modules/tls-tests (Depends-on): Add thread, yield.
11806         (configure.ac): Remove all checks.
11807         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
11808         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
11809         gl_thread_self): Remove definitions. Include glthread/thread.h and
11810         glthread/yield.h instead.
11811         (test_tls): Pass an additional NULL argument to gl_thread_join.
11812
11813 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11814             Bruno Haible  <bruno@clisp.org>
11815
11816         * modules/lock-tests (Depends-on): Add thread, yield.
11817         (configure.ac): Remove all checks.
11818         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
11819         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
11820         gl_thread_self): Remove definitions. Include glthread/thread.h and
11821         glthread/yield.h instead.
11822         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
11823         additional NULL argument to gl_thread_join.
11824
11825 2008-09-30  Bruno Haible  <bruno@clisp.org>
11826
11827         Fix the Win32 implementation of the 'thread' module.
11828         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
11829         pointer type.
11830         (gl_thread_self): Invoke gl_thread_self_func.
11831         (gl_thread_self_func): New declaration.
11832         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
11833         (do_init_self_key, init_self_key): New functions.
11834         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
11835         Remove some fields.
11836         (running_threads, running_lock): Remove variables.
11837         (get_current_thread_handle): New function.
11838         (gl_thread_self_func, wrapper_func, glthread_create_func,
11839         glthread_join_func, gl_thread_exit_func): Largely rewritten and
11840         simplified.
11841
11842 2008-09-30  Bruno Haible  <bruno@clisp.org>
11843
11844         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
11845         files.
11846
11847 2008-09-30  Jim Meyering  <meyering@redhat.com>
11848
11849         fts.m4: correct the test for statfs.f_type
11850         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
11851         when checking for statfs.f_type.
11852
11853 2008-09-15  Simon Josefsson  <simon@josefsson.org>
11854
11855         tests: avoid some compiler warnings
11856         * tests/test-memchr.c (main): Pass NULL indirectly.
11857         * tests/test-getdate.c (main): Remove unused variable 'ret'.
11858
11859 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
11860
11861         getdate.y: disallow countable dayshifts like "4 yesterday ago"
11862         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
11863         exactly specified dayshifts.
11864         (dayshift): New rule.
11865         (rel): Add dayshift.
11866         (relative_time_table) [tomorrow, yesterday, today, now]:
11867         Use tDAY_SHIFT in place of tDAY_UNIT.
11868         * tests/test-getdate.c: Add tests for now-disallowed countable
11869         dayshifts, e.g., "4 yesterday ago".
11870
11871 2008-09-29  Bruno Haible  <bruno@clisp.org>
11872
11873         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
11874         * tests/test-posix_spawn1.in.sh: Renamed from
11875         tests/test-posix_spawn.in.sh.
11876         * tests/test-posix_spawn2.c: New file.
11877         * tests/test-posix_spawn2.in.sh: New file.
11878         * modules/posix_spawnp-tests (Files): Update.
11879         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
11880
11881 2008-09-29  Bruno Haible  <bruno@clisp.org>
11882
11883         Propagate effects of putenv/setenv/unsetenv to child processes.
11884         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
11885         * lib/pipe.c (create_pipe): Likewise.
11886
11887 2008-09-29  Bruno Haible  <bruno@clisp.org>
11888
11889         Enable use of shell scripts as executables in mingw.
11890         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
11891         run the program as a shell script.
11892         * lib/pipe.c (create_pipe): Likewise.
11893         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
11894         resulting array.
11895
11896 2008-09-29  Eric Blake  <ebb9@byu.net>
11897
11898         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
11899
11900 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
11901
11902         * doc/posix-functions/accept.texi: Update mingw problems.
11903         * doc/posix-functions/bind.texi: Update mingw problems.
11904         * doc/posix-functions/close.texi: Update mingw problems.
11905         * doc/posix-functions/connect.texi: Update mingw problems.
11906         * doc/posix-functions/getpeername.texi: Update mingw problems.
11907         * doc/posix-functions/getsockname.texi: Update mingw problems.
11908         * doc/posix-functions/getsockopt.texi: Update mingw problems.
11909         * doc/posix-functions/ioctl.texi: Update mingw problems.
11910         * doc/posix-functions/listen.texi: Update mingw problems.
11911         * doc/posix-functions/recv.texi: Update mingw problems.
11912         * doc/posix-functions/recvfrom.texi: Update mingw problems.
11913         * doc/posix-functions/select.texi: Update mingw problems.
11914         * doc/posix-functions/send.texi: Update mingw problems.
11915         * doc/posix-functions/sendto.texi: Update mingw problems.
11916         * doc/posix-functions/setsockopt.texi: Update mingw problems.
11917         * doc/posix-functions/socket.texi: Update mingw problems.
11918
11919 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
11920             Bruno Haible  <bruno@clisp.org>
11921
11922         * lib/sys_select.in.h: Include sys/time.h.
11923         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
11924         * modules/sys_select: Depend on sys_time.
11925         * tests/test-sys_select.c: Test that sys/select.h defines struct
11926         timeval fully.
11927
11928 2008-09-29  Bruno Haible  <bruno@clisp.org>
11929
11930         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
11931         * lib/sys_select.in.h: Likewise.
11932
11933 2008-09-29  Bruno Haible  <bruno@clisp.org>
11934
11935         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
11936
11937 2008-09-29  Bruno Haible  <bruno@clisp.org>
11938
11939         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
11940         Set LIBSOCKET instead of augmenting LIBS.
11941         * modules/sockets (Link): New section.
11942         * modules/sockets-tests (test_sockets_LDADD): New variable.
11943         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
11944         * modules/poll-tests (test_poll_LDADD): New variable.
11945         * NEWS: Document the change.
11946
11947 2008-09-29  Bruno Haible  <bruno@clisp.org>
11948
11949         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
11950         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
11951         ARPA_INET_H directly.
11952         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
11953
11954 2008-09-28  Bruno Haible  <bruno@clisp.org>
11955
11956         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
11957         from gl_HEADER_SYS_SOCKET.
11958         (gl_HEADER_SYS_SOCKET): Invoke it.
11959         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
11960
11961 2008-09-28  Bruno Haible  <bruno@clisp.org>
11962
11963         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
11964         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
11965         Needed on OSF/1 4.0.
11966
11967 2008-09-28  Bruno Haible  <bruno@clisp.org>
11968
11969         Override open more carefully.
11970         * lib/open.c (orig_open): New function.
11971         (rpl_open): Use orig_open instead of open.
11972         * lib/fcntl.in.h: Add special invocation convention.
11973         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
11974         (gl_FUNC_OPEN): Invoke it.
11975
11976         Override freopen more carefully.
11977         * lib/freopen.c (orig_freopen): New function.
11978         (rpl_freopen): Use orig_freopen instead of freopen.
11979         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
11980         (gl_FUNC_FREOPEN): Invoke it.
11981
11982         Override fopen more carefully.
11983         * lib/fopen.c (orig_fopen): New function.
11984         (rpl_fopen): Use orig_fopen instead of fopen.
11985         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
11986         (gl_FUNC_FOPEN): Invoke it.
11987         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
11988
11989 2008-09-28  Bruno Haible  <bruno@clisp.org>
11990
11991         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
11992         SIGPIPE.
11993
11994 2008-09-28  Bruno Haible  <bruno@clisp.org>
11995
11996         * tests/test-sigaction.c (handler, main): Disable the check whether
11997         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
11998         glibc systems with LinuxThreads.
11999
12000 2008-09-28  Bruno Haible  <bruno@clisp.org>
12001
12002         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
12003
12004         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
12005         with AIX xlc.
12006         * lib/fcntl.in.h (open): Likewise.
12007         Reported by Rainer Tammer <tammer@tammer.net>.
12008
12009 2008-09-28  Bruno Haible  <bruno@clisp.org>
12010
12011         * modules/posix_spawnp-tests: New file.
12012         * tests/test-posix_spawn.c: New file.
12013         * tests/test-posix_spawn.in.sh: New file.
12014
12015         New module 'posix_spawnp'.
12016         * modules/posix_spawnp: New file.
12017         * lib/spawnp.c: New file, from GNU libc with modifications.
12018         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
12019
12020         New module 'posix_spawn'.
12021         * modules/posix_spawn: New file.
12022         * lib/spawn.c: New file, from GNU libc with modifications.
12023         * doc/posix-functions/posix_spawn.texi: Mention the new module.
12024
12025         New module 'posix_spawnattr_destroy'.
12026         * modules/posix_spawnattr_destroy: New file.
12027         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
12028         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
12029         module.
12030
12031         New module 'posix_spawnattr_setsigmask'.
12032         * modules/posix_spawnattr_setsigmask: New file.
12033         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
12034         modifications.
12035         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
12036         new module.
12037
12038         New module 'posix_spawnattr_getsigmask'.
12039         * modules/posix_spawnattr_getsigmask: New file.
12040         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
12041         modifications.
12042         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
12043         new module.
12044
12045         New module 'posix_spawnattr_setsigdefault'.
12046         * modules/posix_spawnattr_setsigdefault: New file.
12047         * lib/spawnattr_setdefault.c: New file, from GNU libc with
12048         modifications.
12049         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
12050         new module.
12051
12052         New module 'posix_spawnattr_getsigdefault'.
12053         * modules/posix_spawnattr_getsigdefault: New file.
12054         * lib/spawnattr_getdefault.c: New file, from GNU libc with
12055         modifications.
12056         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
12057         new module.
12058
12059         New module 'posix_spawnattr_setschedpolicy'.
12060         * modules/posix_spawnattr_setschedpolicy: New file.
12061         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
12062         modifications.
12063         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
12064         new module.
12065
12066         New module 'posix_spawnattr_getschedpolicy'.
12067         * modules/posix_spawnattr_getschedpolicy: New file.
12068         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
12069         modifications.
12070         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
12071         new module.
12072
12073         New module 'posix_spawnattr_setschedparam'.
12074         * modules/posix_spawnattr_setschedparam: New file.
12075         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
12076         modifications.
12077         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
12078         new module.
12079
12080         New module 'posix_spawnattr_getschedparam'.
12081         * modules/posix_spawnattr_getschedparam: New file.
12082         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
12083         modifications.
12084         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
12085         new module.
12086
12087         New module 'posix_spawnattr_setpgroup'.
12088         * modules/posix_spawnattr_setpgroup: New file.
12089         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
12090         modifications.
12091         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
12092         module.
12093
12094         New module 'posix_spawnattr_getpgroup'.
12095         * modules/posix_spawnattr_getpgroup: New file.
12096         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
12097         modifications.
12098         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
12099         module.
12100
12101         New module 'posix_spawnattr_setflags'.
12102         * modules/posix_spawnattr_setflags: New file.
12103         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
12104         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
12105         module.
12106
12107         New module 'posix_spawnattr_getflags'.
12108         * modules/posix_spawnattr_getflags: New file.
12109         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
12110         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
12111         module.
12112
12113         New module 'posix_spawnattr_init'.
12114         * modules/posix_spawnattr_init: New file.
12115         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
12116         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
12117         module.
12118
12119         New module 'posix_spawn_file_actions_destroy'.
12120         * modules/posix_spawn_file_actions_destroy: New file.
12121         * lib/spawn_faction_destroy.c: New file, from GNU libc with
12122         modifications.
12123         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
12124         the new module.
12125
12126         New module 'posix_spawn_file_actions_addopen'.
12127         * modules/posix_spawn_file_actions_addopen: New file.
12128         * lib/spawn_faction_addopen.c: New file, from GNU libc with
12129         modifications.
12130         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
12131         the new module.
12132
12133         New module 'posix_spawn_file_actions_adddup2'.
12134         * modules/posix_spawn_file_actions_adddup2: New file.
12135         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
12136         modifications.
12137         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
12138         the new module.
12139
12140         New module 'posix_spawn_file_actions_addclose'.
12141         * modules/posix_spawn_file_actions_addclose: New file.
12142         * lib/spawn_faction_addclose.c: New file, from GNU libc with
12143         modifications.
12144         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
12145         the new module.
12146
12147         New module 'posix_spawn_file_actions_init'.
12148         * modules/posix_spawn_file_actions_init: New file.
12149         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
12150         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
12151         new module.
12152
12153         New module 'posix_spawn-internal'.
12154         * modules/posix_spawn-internal: New file.
12155         * lib/spawn_int.h: New file, from GNU libc with modifications.
12156         * lib/spawni.c: New file, from GNU libc with modifications.
12157         * m4/posix_spawn.m4: New file.
12158
12159         New module 'spawn'.
12160         * modules/spawn: New file.
12161         * lib/spawn.in.h: New file, from GNU libc with modifications.
12162         * m4/spawn_h.m4: New file.
12163         * doc/posix-headers/spawn.texi: Mention the new module.
12164
12165 2008-09-28  Bruno Haible  <bruno@clisp.org>
12166
12167         * modules/sched-tests: New file.
12168         * tests/test-sched.c: New file.
12169
12170         New module 'sched'.
12171         * modules/sched: New file.
12172         * lib/sched.in.h: New file.
12173         * m4/sched_h.m4: New file.
12174         * doc/posix-headers/sched.texi: Mention the new module.
12175
12176 2008-09-27  Eric Blake  <ebb9@byu.net>
12177
12178         Fix previous patch, and tweak references to $0.
12179         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
12180         (func_version, func_gnulib_dir): Don't call this program
12181         gnulib-tool.
12182         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
12183         with using $0 in function.
12184         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
12185         (func_fatal_error): Reuse the name the user invoked us with.
12186
12187 2008-09-27  Bruno Haible  <bruno@clisp.org>
12188
12189         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
12190         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
12191         (gl_ICONV_H): Not here.
12192         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
12193         instead of assigning ICONV_H directly.
12194
12195         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
12196         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
12197         WCHAR_H directly.
12198
12199 2008-09-27  Bruno Haible  <bruno@clisp.org>
12200
12201         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
12202         * modules/arpa_inet (Depends-on): Add link-warning.
12203         (Makefile.am): Insert the definition of GL_LINK-WARNING.
12204         * modules/unistd (Makefile.am): Likewise.
12205
12206 2008-09-26  Bruno Haible  <bruno@clisp.org>
12207
12208         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
12209         variables.
12210         (func_version): Essentially copied from gnulib-tool.
12211         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
12212         func_readlink): Copied from gnulib-tool.
12213
12214 2008-09-26  Bruno Haible  <bruno@clisp.org>
12215
12216         * gnulib-tool (func_version): Change directory to $gnulib_dir before
12217         invoking git-version-gen.
12218
12219 2008-09-26  Bruno Haible  <bruno@clisp.org>
12220
12221         * posix-modules: Update to directory names changed on 2008-01-19.
12222         Remove commas in output before splitting into words. No more need to
12223         avoid 'ftruncate' since 2007-02-19.
12224
12225 2008-09-26  Bruno Haible  <bruno@clisp.org>
12226
12227         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
12228
12229 2008-09-26  Bruno Haible  <bruno@clisp.org>
12230
12231         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
12232         * modules/fwriteerror (Depends-on): Add errno.
12233
12234 2008-09-26  Bruno Haible  <bruno@clisp.org>
12235
12236         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
12237         * tests/test-vc-list-files-cvs.sh: Likewise.
12238
12239 2008-09-26  Bruno Haible  <bruno@clisp.org>
12240
12241         * doc/posix-headers/sys_resource.texi: Reorder items.
12242
12243 2008-09-26  Jim Meyering  <meyering@redhat.com>
12244
12245         fts: tweak inode comparison function
12246         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
12247         inode numbers, as documented.
12248
12249         fts: sort dirent entries on inode number before traversing
12250         This avoids a quadratic, seek-related performance penalty when
12251         operating on a directory containing many entries (measurable at 10k;
12252         3.5 hours at 2 million entries with a cold cache) on certain types
12253         of file systems, including ext3 and ext4, but not tmpfs.
12254         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
12255         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
12256         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
12257         (fs_handles_readdir_ordered_dirents_efficiently): New function.
12258         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
12259         (fts_build): Set the stat.st_ino member from D_INO.
12260         If it is likely to be useful, sort dirent entries on inode number.
12261
12262         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
12263         and the struct statfs.f_type member.
12264         * modules/fts (Depends-on): Add d-ino.
12265
12266 2008-09-26  Bruno Haible  <bruno@clisp.org>
12267
12268         * modules/sigpipe-die (Depends-on): Add sigpipe.
12269
12270         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
12271         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
12272         and GNULIB_STDIO_H_SIGPIPE are set.
12273         * lib/stdio-write.c: New file.
12274         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
12275         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
12276         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
12277         REPLACE_STDIO_WRITE_FUNCS.
12278         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
12279         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
12280         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
12281         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
12282         * modules/stdio (Files): Add lib/stdio-write.c.
12283         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
12284         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
12285         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
12286         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
12287         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
12288         REPLACE_FPRINTF_POSIX.
12289         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
12290         REPLACE_PRINTF_POSIX.
12291         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
12292         REPLACE_VFPRINTF_POSIX.
12293         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
12294         REPLACE_VPRINTF_POSIX.
12295         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
12296         SIGPIPE issue.
12297         * doc/posix-functions/fputc.texi: Likewise.
12298         * doc/posix-functions/fputs.texi: Likewise.
12299         * doc/posix-functions/fwrite.texi: Likewise.
12300         * doc/posix-functions/printf.texi: Likewise.
12301         * doc/posix-functions/putc.texi: Likewise.
12302         * doc/posix-functions/putchar.texi: Likewise.
12303         * doc/posix-functions/puts.texi: Likewise.
12304         * doc/posix-functions/vfprintf.texi: Likewise.
12305         * doc/posix-functions/vprintf.texi: Likewise.
12306
12307         * modules/safe-write (Depends-on): Add write.
12308
12309         * modules/sigpipe-tests: New file.
12310         * tests/test-sigpipe.c: New file.
12311         * tests/test-sigpipe.sh: New file.
12312
12313         * modules/write: New file.
12314         * lib/unistd.in.h: Include <sys/types.h>.
12315         (write): New declaration.
12316         * lib/write.c: New file.
12317         * m4/write.m4: New file.
12318         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12319         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
12320         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
12321         GNULIB_WRITE, REPLACE_WRITE.
12322         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
12323         and the SIGPIPE issue.
12324
12325         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
12326         (raise): New declaration.
12327         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
12328         (ext_signal): New function.
12329         (rpl_raise): New function.
12330         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
12331         GNULIB_SIGNAL_H_SIGPIPE.
12332         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
12333         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
12334
12335         * modules/sigpipe: New file.
12336         * m4/sigpipe.m4: New file.
12337
12338 2008-09-25  Derek Price  <derek@ximbiot.com>
12339             Bruno Haible  <bruno@clisp.org>
12340
12341         * gnulib-tool (func_import): Report all license incompatibilities, not
12342         just the first one.
12343
12344 2008-09-25  Bruno Haible  <bruno@clisp.org>
12345
12346         * gnulib-tool (func_import): When computing the edits, consider not
12347         only the Makefile.ams that exist but also those that will be generated.
12348
12349 2008-09-25  Simon Josefsson  <simon@josefsson.org>
12350
12351         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
12352         fixes gnulib-tool --test warning about duplicate dependency.
12353
12354 2008-09-25  Bruno Haible  <bruno@clisp.org>
12355
12356         * gnulib-tool: Don't ask the user to perform edits in the generated
12357         Makefile.ams.
12358         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
12359         apply to the Makefile.am being generated.
12360         (func_emit_tests_Makefile_am): Execute edits that apply to the
12361         Makefile.am being generated.
12362         (func_import): Setup list of Makefile.am edits before emitting the
12363         Makefile.ams, not at the end.
12364         (func_create_testdir): Update.
12365         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12366
12367 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12368
12369         * gnulib-tool (func_import): Store the --tests-base option in the
12370         comment in gnulib-cache.m4.
12371
12372 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
12373
12374         * NEWS: Document increased portability that sys_select now provides.
12375
12376         * lib/sys_select.in.h: Install select wrapper.
12377         * lib/sys_socket.in.h: Use more descriptive name when there is no
12378         select wrapper.
12379         * lib/winsock-select.c: New.
12380         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
12381         Require gl_HEADER_SYS_SOCKET.
12382         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
12383         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
12384         * tests/test-sys_select.c: Add functional tests.
12385
12386 2008-09-24  Eric Blake  <ebb9@byu.net>
12387
12388         open, fopen: close fd leak in last patch
12389         * lib/open.c (rpl_open): Close fd before returning error.
12390         * lib/fopen.c (rpl_fopen): Close fd before returning error.
12391         * doc/posix-functions/open.texi (open): Document that Irix also
12392         has the bug.
12393         * doc/posix-functions/fopen.texi (fopen): Likewise.
12394         Reported by Paolo Bonzini.
12395
12396 2008-09-24  Bruno Haible  <bruno@clisp.org>
12397
12398         Ensure that a filename ending in a slash cannot be used to access a
12399         non-directory.
12400         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
12401         to check whether it's really a directory.
12402         * lib/fopen.c: Include fcntl.h, unistd.h.
12403         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
12404         and fdopen().
12405         * modules/fopen (Depends-on): Add unistd.
12406         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
12407         * tests/test-fopen.c (main): Likewise.
12408         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
12409         * doc/posix-functions/fopen.texi: Likewise.
12410         Reported by Eric Blake.
12411
12412 2008-09-23  Eric Blake  <ebb9@byu.net>
12413
12414         c-stack: avoid compiler optimizations when provoking overflow
12415         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
12416         recursion harder to optimize, to ensure a stack overflow occurs.
12417         * tests/test-c-stack.c (recurse): Likewise.
12418         Borrowed from libsigsegv.
12419
12420         c-stack: work around Irix sigaltstack bug
12421         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
12422         whether sigaltstack uses wrong end of stack_t (copied in part from
12423         libsigsegv).
12424         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
12425         Irix bug, without requiring an over-allocation.
12426         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
12427         bug.
12428
12429         fopen: document mingw bug on directories
12430         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
12431         not allowing a stream visiting a directory, even though reading
12432         from such a stream is not portable.
12433
12434 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
12435
12436         * lib/poll.c: Rewrite.
12437         * modules/poll: Depend on alloca.
12438
12439 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
12440
12441         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
12442         instead define prototypes for a full set of wrappers.  Ensure
12443         that Cygwin does not use the compatibility code, which is only
12444         for MinGW.
12445         * lib/winsock.c: New.
12446         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
12447         * modules/sys_socket: Add lib/winsock.c.
12448
12449         * modules/poll-tests: Add errno and perror.
12450         * tests/test-poll.c: Use ioctl, not ioctlsocket.
12451
12452 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
12453
12454         * tests/test-poll.c: Downgrade minimum needed Winsock version.
12455
12456 2008-09-23  Bruno Haible  <bruno@clisp.org>
12457
12458         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
12459         * doc/glibc-functions/*: Likewise.
12460
12461 2008-09-23  Simon Josefsson  <simon@josefsson.org>
12462
12463         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
12464         success.
12465
12466 2008-09-22  Eric Blake  <ebb9@byu.net>
12467             Bruno Haible  <bruno@clisp.org>
12468
12469         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
12470         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
12471         supply %A but mishandle pseudo-NaN.
12472         Reported by Simon Josefsson.
12473
12474 2008-09-21  Bruno Haible  <bruno@clisp.org>
12475
12476         * tests/test-lock.c (main): Tweak skip message.
12477         * tests/test-tls.c (main): Likewise.
12478
12479 2008-09-21  Bruno Haible  <bruno@clisp.org>
12480
12481         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
12482         whether 'struct sigaction' has sa_sigaction here...
12483         (gl_PREREQ_SIG_HANDLER_H): ... not here.
12484         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
12485
12486 2008-09-21  Bruno Haible  <bruno@clisp.org>
12487
12488         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
12489         section.
12490         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
12491         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
12492         the new section.
12493         (Support for obsolete systems lacking POSIX:2001): New section.
12494         (String handling <string.h>): Move strdup to the new section.
12495         Suggested by Simon Josefsson and Paolo Bonzini.
12496
12497 2008-09-21  Bruno Haible  <bruno@clisp.org>
12498
12499         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
12500         exponents in %e and %g results on 'long double'. Needed for mingw's
12501         improved *printf functions.
12502         * tests/test-vasprintf-posix.c (test_function): Likewise.
12503         * tests/test-snprintf-posix.h (test_function): Likewise.
12504         * tests/test-sprintf-posix.h (test_function): Likewise.
12505         Reported by Eric Blake.
12506
12507 2008-09-21  Bruno Haible  <bruno@clisp.org>
12508
12509         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
12510         * tests/test-sprintf-posix.h (test_function): Likewise.
12511
12512 2008-09-21  Bruno Haible  <bruno@clisp.org>
12513
12514         * modules/getpass (Depends-on): Add strdup-posix.
12515
12516         New module 'strdup-posix'.
12517         * modules/strdup-posix: New file.
12518         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
12519         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
12520         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12521         REPLACE_STRDUP.
12522         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
12523         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
12524         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12525         strdup-posix.
12526
12527         * modules/strdup (Depends-on): Remove malloc-posix.
12528
12529 2008-09-20  Bruno Haible  <bruno@clisp.org>
12530
12531         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
12532         Wildenhues.
12533
12534 2008-09-20  Bruno Haible  <bruno@clisp.org>
12535
12536         Ensure that wint_t gets defined on IRIX 5.3.
12537         * lib/wchar.in.h (wint_t): Define if not defined by the system.
12538         * lib/wctype.in.h (wint_t): Likewise.
12539         (__wctype_wint_t): Remove type.
12540         (isw*): Use wint_t instead of __wctype_wint_t.
12541         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
12542         * modules/wchar (Files): Add m4/wint_t.m4.
12543         (Makefile.am): Substitute HAVE_WINT_T.
12544         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
12545         * tests/test-wctype.c: Check that wint_t is defined.
12546         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
12547         * doc/posix-headers/wctype.texi: Likewise.
12548         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12549
12550 2008-09-18  Bruno Haible  <bruno@clisp.org>
12551
12552         * gnulib-tool (func_exit): Update comment.
12553
12554 2008-09-18  Simon Josefsson  <simon@josefsson.org>
12555
12556         * modules/getaddrinfo (Depends-on): Remove strdup, this module
12557         assumes strdup exists and does not depend on strdup to return
12558         ENOMEM on out of memory conditions.
12559
12560 2008-09-18  Bruno Haible  <bruno@clisp.org>
12561
12562         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
12563         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
12564         digits for the exponent.
12565
12566 2008-09-18  Jim Meyering  <meyering@redhat.com>
12567             Bruno Haible  <bruno@clisp.org>
12568
12569         * lib/vasnprintf.c (decimal_point_char): Define also if
12570         NEED_PRINTF_INFINITE_LONG_DOUBLE.
12571
12572 2008-09-16  Bruno Haible  <bruno@clisp.org>
12573         and Eric Blake  <ebb9@byu.net>
12574
12575         vasnprintf: support Irix 5.3
12576         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
12577         that mishandle long double infinity.
12578         Reported by Tom G. Christensen.
12579
12580 2008-09-16  Bruno Haible  <bruno@clisp.org>
12581
12582         * doc/glibc-functions/scandir.texi: Mention the function is missing on
12583         Solaris 9.
12584         * doc/glibc-functions/alphasort.texi: Likewise.
12585         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
12586
12587 2008-09-16  Jim Meyering  <meyering@redhat.com>
12588
12589         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
12590         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
12591         a umask modification leak out of a subshell.  Otherwise, the
12592         opensolaris /bin/sh would be accepted and thus cause unwarranted
12593         failures in the coreutils test suite.
12594
12595 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
12596
12597         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
12598         to succeed.
12599
12600 2008-09-16  Jim Meyering  <meyering@redhat.com>
12601
12602         avoid spurious test failure when library is built without ACL support
12603         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
12604         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
12605         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
12606         * tests/test-copy-acl.sh: Likewise.
12607
12608 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12609
12610         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
12611         based on character occurrence counts.
12612
12613 2008-09-15  Eric Blake  <ebb9@byu.net>
12614
12615         tests: avoid some compiler warnings
12616         * tests/test-memchr.c (main): Pass NULL indirectly.
12617         * tests/test-closein.c (main): Avoid unused variable.
12618
12619 2008-09-15  Bruno Haible  <bruno@clisp.org>
12620
12621         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
12622         are missing on OpenBSD 4.0 individually.
12623         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12624
12625 2008-09-15  Bruno Haible  <bruno@clisp.org>
12626
12627         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
12628         * doc/posix-functions/strerror.texi: Mention also Cygwin.
12629         * doc/posix-functions/perror.texi: Likewise.
12630         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
12631         is missing.
12632         Reported by Eric Blake.
12633
12634         * lib/errno.in.h: Use replacement values >= 2000.
12635         Reported by Eric Blake.
12636
12637 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12638
12639         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
12640         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
12641         limit.
12642         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
12643         compareseq was aborted.
12644
12645 2008-09-14  Bruno Haible  <bruno@clisp.org>
12646
12647         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
12648         yvec_edit_count.
12649         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
12650         (fstrcmp_bounded): Simplify result computation accordingly.
12651
12652 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12653
12654         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
12655         (fstrcmp): Define in terms of fstrcmp_bounded.
12656         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
12657         lower_bound argument.
12658         Return quickly if the result is certainly < lower_bound.
12659         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
12660
12661 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12662
12663         * lib/diffseq.h (EARLY_ABORT): New macro.
12664         (compareseq): Change return type to bool. Return true when EARLY_ABORT
12665         evaluates to true.
12666
12667 2008-09-14  Bruno Haible  <bruno@clisp.org>
12668
12669         * modules/perror-tests: New file.
12670         * tests/test-perror.sh: New file.
12671         * tests/test-perror.c: New file.
12672
12673         New module 'perror'.
12674         * lib/stdio.in.h (perror): New declaration.
12675         * lib/perror.c: New file.
12676         * m4/perror.m4: New file.
12677         * modules/perror: New file.
12678         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
12679         * doc/posix-functions/perror.texi: Mention the perror module.
12680         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
12681         REPLACE_PERROR.
12682         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
12683         REPLACE_PERROR.
12684
12685 2008-09-14  Bruno Haible  <bruno@clisp.org>
12686
12687         * modules/stdio (Makefile.am): Reorder to match the order in
12688         lib/stdio.in.h.
12689         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12690
12691 2008-09-13  Bruno Haible  <bruno@clisp.org>
12692
12693         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
12694
12695 2008-09-13  Bruno Haible  <bruno@clisp.org>
12696
12697         Extend strerror to cover the added errno values.
12698         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
12699         (rpl_strerror): Provide error messages for the added errno values and
12700         for the WSA* values.
12701         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
12702         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
12703         strerror.
12704         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
12705         * modules/strerror (Depends-on): Add errno.
12706         * doc/posix-functions/strerror.texi: Document the change.
12707         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
12708         and EOVERFLOW.
12709
12710 2008-09-13  Bruno Haible  <bruno@clisp.org>
12711
12712         * modules/EOVERFLOW: Remove file.
12713         * m4/eoverflow.m4: Remove file.
12714         * modules/EOVERFLOW-tests: Remove file.
12715         * tests/test-EOVERFLOW.c: Remove file.
12716         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
12717         * modules/ftell (Depends-on): Likewise.
12718         * modules/getdelim (Depends-on): Likewise.
12719         * modules/getugroups (Depends-on): Likewise.
12720         * modules/poll (Depends-on): Likewise.
12721         * modules/snprintf (Depends-on): Likewise.
12722         * modules/sprintf-posix (Depends-on): Likewise.
12723         * modules/vasnprintf (Depends-on): Likewise.
12724         * modules/vasprintf (Depends-on): Likewise.
12725         * modules/vfprintf-posix (Depends-on): Likewise.
12726         * modules/vsnprintf (Depends-on): Likewise.
12727         * modules/vsprintf-posix (Depends-on): Likewise.
12728         * modules/xvasprintf (Depends-on): Likewise.
12729         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12730         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
12731         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
12732         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
12733         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12734         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
12735         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
12736         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
12737         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12738         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
12739         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
12740         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
12741         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12742         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
12743         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
12744         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
12745         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12746         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
12747         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
12748         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
12749         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12750         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
12751         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
12752         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
12753         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
12754         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12755         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
12756         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
12757         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
12758         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
12759         * MODULES.html.sh: Remove EOVERFLOW.
12760         * NEWS: Mention the change.
12761
12762 2008-09-13  Bruno Haible  <bruno@clisp.org>
12763
12764         * modules/errno-tests: New file.
12765         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
12766
12767         * lib/errno.in.h: New file.
12768         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
12769         * modules/errno: New file.
12770         * doc/posix-headers/errno.texi: Update documentation.
12771         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
12772
12773 2008-09-13  Bruno Haible  <bruno@clisp.org>
12774
12775         * tests/test-poll.c: Use #if for native Windows, rather than testing
12776         __MSVCRT__.
12777
12778 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12779             Bruno Haible  <bruno@clisp.org>
12780
12781         * lib/glob.c: Don't include <pwd.h> on native Windows.
12782         (WINDOWS32): New macro.
12783         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
12784
12785 2008-09-13  Bruno Haible  <bruno@clisp.org>
12786
12787         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
12788         (ETIMEDOUT): Remove macro.
12789         (glthread_cond_timedwait_multithreaded): New declaration.
12790         (glthread_cond_timedwait): Use it.
12791         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
12792         (glthread_cond_timedwait_multithreaded): New function.
12793
12794 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
12795
12796         * modules/poll-tests: Do not check for io.h.
12797         * tests/test-poll.c: Check for __MSVCRT__ instead.
12798
12799 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
12800
12801         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
12802         * modules/poll-tests: Add inet_pton, stdbool, sockets.
12803         * tests/test-poll.c: Use them.  Use _pipe on Windows.
12804
12805 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
12806
12807         * modules/poll-tests: New.
12808         * tests/test-poll.c: New.
12809
12810 2008-09-12  Eric Blake  <ebb9@byu.net>
12811
12812         frexp: test for NetBSD failure on -0.0
12813         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
12814         not all, bugs from NetBSD 3.0 have been fixed.
12815         * doc/posix-functions/frexp.texi (frexp): Document bug.
12816         Reported by Thomas Klausner.
12817
12818         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
12819         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
12820         literal -0.0.
12821         Reported by Jonathan C. Patschke <jp@centtech.com>.
12822
12823 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12824
12825         * lib/glthread/cond.h: Use dummy implementation also if
12826         USE_WIN32_THREADS.
12827
12828 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12829
12830         * modules/fnmatch-posix (License): Change to LGPLv2+.
12831         * modules/fnmatch-gnu (License): Likewise.
12832
12833 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12834
12835         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
12836
12837 2008-09-11  Jim Meyering  <meyering@redhat.com>
12838
12839         * users.txt: Add gtk-vnc.
12840
12841 2008-09-08  Simon Josefsson  <simon@josefsson.org>
12842
12843         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
12844         rotate amounts.
12845
12846         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
12847         required for 16-bit and 8-bit rotates.
12848         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
12849         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
12850         UINT8_MAX instead of hard-coded constants.
12851         Suggested by Paul Eggert.
12852
12853 2008-09-07  Bruno Haible  <bruno@clisp.org>
12854
12855         * tests/test-striconveh.c (main): Check behaviour when converting from
12856         UTF-7.
12857
12858         Make striconveh work better with stateful encodings.
12859         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
12860         that iconv does not increment the inptr when returning -1/EINVAL.
12861
12862 2008-09-07  Bruno Haible  <bruno@clisp.org>
12863
12864         * build-aux/config.rpath: Update according to libtool-2.2.6.
12865         * build-aux/config.libpath: Likewise.
12866
12867 2008-09-06  Bruno Haible  <bruno@clisp.org>
12868
12869         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
12870         * lib/freadptr.c (freadptr): Likewise.
12871         * lib/freadseek.c (freadptrinc): Likewise.
12872         Reported by Simon Josefsson.
12873
12874 2008-09-06  Bruno Haible  <bruno@clisp.org>
12875
12876         * modules/freadptr (License): Change to LGPLv2+.
12877         * modules/freadseek (License): Likewise.
12878         Suggested by Eric Blake.
12879
12880         * modules/memchr2 (License): Change to LGPLv2+.
12881         Approved by Eric Blake.
12882
12883 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12884             Bruno Haible  <bruno@clisp.org>
12885
12886         Make gnulib-tool work with native 'sed' on AIX.
12887         * gnulib-tool (sed_noop): New variable.
12888         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
12889         func_add_or_update, func_create_testdir): Use it to initialize sed
12890         script variables.
12891         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12892
12893 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
12894             Bruno Haible  <bruno@clisp.org>
12895
12896         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
12897         also works after #include directives.
12898
12899 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
12900
12901         getdate.y: reject an out-of-range timezone value
12902         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
12903         the range [-24...+24].  When specified with only one or two digits,
12904         * tests/test-getdate.c: Tests for the fix.
12905         * doc/getdate.texi: Document this change.
12906
12907 2008-09-03  Bruno Haible  <bruno@clisp.org>
12908
12909         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
12910
12911 2008-09-02  Simon Josefsson  <simon@josefsson.org>
12912
12913         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
12914         <bruce.korb@gmail.com> with ideas from Ben Pfaff
12915         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
12916         Blake <ebb9@byu.net>.
12917
12918         * tests/test-bitrotate.c: Add more test vectors.
12919
12920 2008-09-02  Eric Blake  <ebb9@byu.net>
12921
12922         vasnprintf-posix: handle large precision via %.*d
12923         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
12924         when handling it ourselves.
12925         * tests/test-vasnprintf-posix.c (test_function): Add test.
12926         * tests/test-snprintf-posix.h (test_function): Likewise.
12927         * tests/test-sprintf-posix.h (test_function): Likewise.
12928         * tests/test-vasprintf-posix.c (test_function): Likewise.
12929         Reported by Alain Guibert.
12930
12931 2008-09-01  Eric Blake  <ebb9@byu.net>
12932
12933         c-stack: make configure-time check more robust
12934         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
12935         successful sigaction call.
12936         Reported by Tom G. Christensen.
12937
12938 2008-09-01  Bruno Haible  <bruno@clisp.org>
12939
12940         New module 'findprog-lgpl'.
12941         * modules/findprog-lgpl: New file.
12942         * lib/findprog-lgpl.c: New file.
12943         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
12944         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
12945         to decide whether to use strdup or xstrdup, concatenated_filename or
12946         xconcatenated_filename.
12947
12948 2008-09-01  Bruno Haible  <bruno@clisp.org>
12949
12950         Split module 'concat-filename' into 'concat-filename' (LGPL) and
12951         'xconcat-filename' (GPL).
12952         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
12953         (License): Change to LGPLv2+.
12954         * modules/xconcat-filename: New file.
12955         * lib/concat-filename.h (concatenated_filename): Change specification.
12956         (xconcatenated_filename): New declaration.
12957         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
12958         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
12959         memory situations.
12960         * lib/xconcat-filename.c: New file.
12961         * NEWS: Mention the change.
12962         * lib/findprog.c: Include concat-filename.h, not filename.h.
12963         (find_in_path): Use xconcatenated_filename instead of
12964         concatenated_filename.
12965         * lib/javacomp.c: Include concat-filename.h, not filename.h.
12966         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
12967         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
12968         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
12969         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
12970         instead of concatenated_filename.
12971         * lib/javaexec.c: Include concat-filename.h, not filename.h.
12972         (execute_java_class): Use xconcatenated_filename instead of
12973         concatenated_filename.
12974         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
12975         * modules/javacomp (Depends-on): Likewise.
12976         * modules/javaexec (Depends-on): Likewise.
12977
12978 2008-09-01  Bruno Haible  <bruno@clisp.org>
12979
12980         Split module 'filename' into 'filename' and 'concat-filename'.
12981         * modules/filename: Keep only lib/filename.h.
12982         (License): Change to LGPLv2+.
12983         * modules/concat-filename: New file, extracted from modules/filename.
12984         * lib/filename.h (concatenated_filename): Remove declaration.
12985         * lib/concat-filename.h: New file, extracted from lib/filename.h.
12986         * lib/concat-filename.c: Include concat-filename.h.
12987         * NEWS: Mention the change.
12988
12989 2008-09-01  Simon Josefsson  <simon@josefsson.org>
12990
12991         * lib/bitrotate.h (rotl8, rotr8): Add.
12992
12993         * modules/bitrotate (configure.ac): Need
12994         AC_REQUIRE([AC_C_INLINE]).
12995         (Description): Mention stdint.h.  Reported by Bruno Haible
12996         <bruno@clisp.org>.
12997
12998         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
12999         Paolo Bonzini <bonzini@gnu.org>.
13000
13001 2008-08-31  Bruno Haible  <bruno@clisp.org>
13002
13003         Assume Solaris specific bi-arch conventions on Solaris systems.
13004         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
13005         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
13006         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
13007         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
13008         like acl_libdirstem.
13009         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
13010         acl_libdirstem.
13011         * NEWS: Mention the change.
13012         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
13013
13014 2008-08-31  Jim Meyering  <meyering@redhat.com>
13015
13016         * lib/strftime.h: Add comments describing the two added arguments.
13017
13018         remove duplicate #include directives
13019         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
13020         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
13021
13022 2008-08-31  Bruno Haible  <bruno@clisp.org>
13023
13024         New module 'sigpipe-die'.
13025         * modules/sigpipe-die: New file.
13026         * lib/sigpipe-die.h: New file.
13027         * lib/sigpipe-die.c: New file.
13028         * MODULES.html.sh (Signal handling): Add sigpipe-die.
13029
13030 2008-08-31  Bruno Haible  <bruno@clisp.org>
13031
13032         Don't override previously installed signal handlers.
13033         * lib/fatal-signal.c (saved_sigactions): New variable.
13034         (uninstall_handlers): Reset the signal to the saved handler, not
13035         to SIG_DFL (except when ignored).
13036         (install_handlers): Save the previous handlers.
13037
13038 2008-08-30  Bruno Haible  <bruno@clisp.org>
13039
13040         * gnulib-tool (func_reset_sigpipe): New function.
13041         (func_get_automake_snippet, func_modules_transitive_closure,
13042         func_import): Invoke it before a join command that reads from stdin,
13043         to avoid "echo: write error: Broken pipe" error messages on stderr.
13044         Reported by Sam Steingold <sds@gnu.org>.
13045
13046 2008-08-30  Bruno Haible  <bruno@clisp.org>
13047
13048         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
13049         Code copied from m4/open.m4.
13050         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
13051         access and the filename ends in a slash. Code copied from lib/open.c.
13052         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
13053         * tests/test-fopen.c (main): Check against bug with trailing slash.
13054
13055 2008-08-29  Bruno Haible  <bruno@clisp.org>
13056
13057         Avoid some "gcc -pedantic" warnings.
13058         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
13059         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
13060         * lib/dirent.in.h: Likewise.
13061         * lib/fcntl.in.h: Likewise.
13062         * lib/float.in.h: Likewise.
13063         * lib/iconv.in.h: Likewise.
13064         * lib/inttypes.in.h: Likewise.
13065         * lib/locale.in.h: Likewise.
13066         * lib/math.in.h: Likewise.
13067         * lib/netinet_in.in.h: Likewise.
13068         * lib/search.in.h: Likewise.
13069         * lib/signal.in.h: Likewise.
13070         * lib/stdarg.in.h: Likewise.
13071         * lib/stdint.in.h: Likewise.
13072         * lib/stdio.in.h: Likewise.
13073         * lib/stdlib.in.h: Likewise.
13074         * lib/string.in.h: Likewise.
13075         * lib/strings.in.h: Likewise.
13076         * lib/sys_select.in.h: Likewise.
13077         * lib/sys_socket.in.h: Likewise.
13078         * lib/sys_stat.in.h: Likewise.
13079         * lib/sys_time.in.h: Likewise.
13080         * lib/sysexits.in.h: Likewise.
13081         * lib/time.in.h: Likewise.
13082         * lib/unistd.in.h: Likewise.
13083         * lib/wchar.in.h: Likewise.
13084         * lib/wctype.in.h: Likewise.
13085         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
13086         * modules/fchdir (Makefile.am): Likewise.
13087         * modules/fcntl (Makefile.am): Likewise.
13088         * modules/float (Makefile.am): Likewise.
13089         * modules/iconv_open (Makefile.am): Likewise.
13090         * modules/inttypes (Makefile.am): Likewise.
13091         * modules/locale (Makefile.am): Likewise.
13092         * modules/math (Makefile.am): Likewise.
13093         * modules/netinet_in (Makefile.am): Likewise.
13094         * modules/search (Makefile.am): Likewise.
13095         * modules/signal (Makefile.am): Likewise.
13096         * modules/stdarg (Makefile.am): Likewise.
13097         * modules/stdint (Makefile.am): Likewise.
13098         * modules/stdio (Makefile.am): Likewise.
13099         * modules/stdlib (Makefile.am): Likewise.
13100         * modules/string (Makefile.am): Likewise.
13101         * modules/strings (Makefile.am): Likewise.
13102         * modules/sys_select (Makefile.am): Likewise.
13103         * modules/sys_socket (Makefile.am): Likewise.
13104         * modules/sys_stat (Makefile.am): Likewise.
13105         * modules/sys_time (Makefile.am): Likewise.
13106         * modules/sysexits (Makefile.am): Likewise.
13107         * modules/time (Makefile.am): Likewise.
13108         * modules/unistd (Makefile.am): Likewise.
13109         * modules/wchar (Makefile.am): Likewise.
13110         * modules/wctype (Makefile.am): Likewise.
13111         Reported by Reuben Thomas <rrt@sc3d.org>.
13112
13113 2008-08-29  Bruno Haible  <bruno@clisp.org>
13114
13115         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
13116         any more.
13117
13118 2008-08-29  Simon Josefsson  <simon@josefsson.org>
13119
13120         * MODULES.html.sh (Misc): Add bitrotate.
13121
13122         * modules/bitrotate: New file.
13123
13124         * lib/bitrotate.h: New file.
13125
13126         * modules/bitrotate-tests: New file.
13127
13128         * tests/test-bitrotate.c: New file.
13129
13130         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
13131         on the bitrotate module.
13132
13133         * lib/arctwo.c: Use new bitrotate module.
13134
13135 2008-08-29  Jim Meyering  <meyering@redhat.com>
13136
13137         bootstrap: merge changes from coreutils
13138         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
13139         of copied files.  Remove a kludge, now that this is fixed.
13140         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
13141         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
13142         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
13143
13144 2008-08-29  Bruno Haible  <bruno@clisp.org>
13145
13146         * MODULES.html.sh: Remove --cvs-urls option.
13147
13148 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
13149
13150         maint.mk: adjust to file name change
13151         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
13152
13153 2008-08-28  Jim Meyering  <meyering@redhat.com>
13154
13155         * modules/getndelim2 (License): Relicense to LGPLv2+.
13156         Approved by Richard Stallman for the version of 1995, and by
13157         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
13158
13159 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
13160
13161         * lib/getdelim.c (flockfile, funlockfile): Make all of them
13162         dummy if one is not available.  Do not touch them if
13163         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
13164         (getc_maybe_unlocked): New.
13165         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
13166
13167 2008-08-26  Eric Blake  <ebb9@byu.net>
13168
13169         doc/INSTALL: resync from autoconf
13170         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
13171         (INSTALL_PRELUDE): Delete; this is done more efficiently by
13172         moving...
13173         * install.texi [!autoconf]: ...here.  Resync from autoconf.
13174         * INSTALL: Regenerate.
13175         * INSTALL.ISO: New file.
13176         * INSTALL.UTF-8: Likewise.
13177
13178 2008-08-26  Jim Meyering  <meyering@redhat.com>
13179
13180         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
13181         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
13182         these definitions conditional, so that they may be overridden, too.
13183
13184 2008-08-26  Bruno Haible  <bruno@clisp.org>
13185
13186         Generate INSTALL file variants with prettier quotes.
13187         * doc/Makefile (INSTALL_PRELUDE): New macro.
13188         (INSTALL): Use it.
13189         (INSTALL.ISO, INSTALL.UTF-8): New rules.
13190
13191 2008-08-26  Bruno Haible  <bruno@clisp.org>
13192
13193         Run makeinfo in an English locale.
13194         * doc/Makefile (MAKEINFO): New variable.
13195
13196 2008-08-26  Bruno Haible  <bruno@clisp.org>
13197
13198         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
13199         Suggested by Eric Blake.
13200
13201 2008-08-25  Bruno Haible  <bruno@clisp.org>
13202
13203         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
13204
13205 2008-08-25  Eric Blake  <ebb9@byu.net>
13206
13207         c-stack: test that stack overflow can be caught
13208         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
13209         that platform allows handling stack overflow; at least OS/2 EMX
13210         has sigaltstack, but crashes before transferring control to
13211         handler on stack overflow.
13212         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
13213         check for HAVE_STACK_OVERFLOW_HANDLING.
13214         Reported by Elbert Pol.
13215
13216 2008-08-25  Bruno Haible  <bruno@clisp.org>
13217
13218         * doc/posix-functions/strftime.texi: Fix description of strftime
13219         module.
13220
13221 2008-08-24  Bruno Haible  <bruno@clisp.org>
13222
13223         * tests/uniwidth/test-uc_width2.c: New file.
13224         * tests/uniwidth/test-uc_width2.sh: New file.
13225         * modules/uniwidth/width-tests (Files): Add the new files.
13226         (TESTS): Add uniwidth/test-uc_width2.sh.
13227         (TESTS_ENVIRONMENT): New variable.
13228         (check_PROGRAMS): Add test-uc_width2.
13229         (test_uc_width2_SOURCES): New variable.
13230
13231         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
13232         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
13233         not 0x00AB.
13234         Reported by Alexander V. Lukyanov <lav@netis.ru>.
13235
13236 2008-08-22  Eric Blake  <ebb9@byu.net>
13237
13238         test-lock, test-tls: mention why a test is skipped
13239         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
13240         skipped.
13241         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
13242
13243         count-one-bits: relax license
13244         * modules/count-one-bits (License): Relicense to LGPLv2+.
13245         Suggested by Ludovic Courtès, approved by Ben Pfaff.
13246
13247 2008-08-22  Andreas Schwab  <schwab@suse.de>
13248
13249         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
13250         Remove spurious space in assignment.
13251
13252 2008-08-21  Simon Josefsson  <simon@josefsson.org>
13253
13254         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
13255         Paul Eggert <eggert@CS.UCLA.EDU>.
13256
13257 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
13258
13259         * modules/gettext: Add m4/threadlib.m4.
13260
13261 2008-08-19  Eric Blake  <ebb9@byu.net>
13262
13263         test-c-stack: fix compilation failure on FreeBSD 5.0
13264         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
13265         headers before <sys/resource.h>.
13266         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
13267         the bug.
13268         Reported by Nelson H. F. Beebe.
13269
13270         strverscmp: migrate from "strverscmp.h" to <string.h>
13271         * modules/string (Makefile.am): Add new hooks.
13272         * modules/strverscmp (Files): Remove strverscmp.h.
13273         (Depends-on): Add string.
13274         (configure.ac): Add indicator.
13275         (Include): Mention new header.
13276         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
13277         defaults.
13278         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
13279         results.
13280         * lib/strverscmp.h: Delete.
13281         * lib/string.in.h (strverscmp): Provide declaration, when needed.
13282         * tests/test-strverscmp.c (includes): Adjust client.
13283         * lib/check-version.c (includes): Likewise.
13284         * NEWS: Document the change.
13285
13286         strverscmp: add unit test
13287         * modules/strverscmp-tests: New file.
13288         * tests/test-strverscmp.c: Likewise.
13289
13290 2008-08-19  Simon Josefsson  <simon@josefsson.org>
13291
13292         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
13293         regarding Windows crypto stuff, from Mono.
13294
13295 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
13296
13297         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
13298         if present, for intel RND.  Return error on failures.
13299
13300 2008-08-18  Ben Pfaff  <blp@gnu.org>
13301
13302         gitlog-to-changelog: give better diagnostic for failed pipe-open
13303         * build-aux/gitlog-to-changelog: Improve error message: suggest
13304         that the version of Git may be too old.
13305
13306 2008-08-18  Simon Josefsson  <simon@josefsson.org>
13307
13308         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
13309         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
13310
13311 2008-08-18  Bruno Haible  <bruno@clisp.org>
13312
13313         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
13314         pthread_in_use().
13315
13316 2008-08-18  Bruno Haible  <bruno@clisp.org>
13317
13318         * lib/glthread/threadlib.c: Include <pthread.h>.
13319
13320 2008-08-18  Bruno Haible  <bruno@clisp.org>
13321
13322         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
13323         glthread_recursive_lock_* macros.
13324         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
13325         Fix syntax error.
13326
13327 2008-08-18  Bruno Haible  <bruno@clisp.org>
13328
13329         * lib/glthread/thread.c: Avoid forcing a context switch right after
13330         thread creation.
13331
13332 2008-08-17  Bruno Haible  <bruno@clisp.org>
13333
13334         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
13335         * lib/glthread/thread.h: Provide Win32 specific implementation.
13336         * modules/thread (Files): Add lib/glthread/thread.c.
13337         (Depends-on): Add lock.
13338         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
13339
13340 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13341
13342         New module 'yield'.
13343         * modules/yield: New file.
13344         * lib/glthread/yield.h: New file.
13345         * m4/yield.m4: New file.
13346         * MODULES.html.sh (Multithreading): Add yield.
13347
13348 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13349
13350         New module 'thread'.
13351         * modules/thread: New file.
13352         * lib/glthread/thread.h: New file.
13353         * m4/thread.m4: New file.
13354         * MODULES.html.sh (Multithreading): Add thread.
13355
13356 2008-08-17  Bruno Haible  <bruno@clisp.org>
13357
13358         * lib/glthread/lock.h: Include <stdlib.h> always.
13359         * lib/glthread/tls.h: Likewise.
13360         * lib/glthread/cond.h: Likewise.
13361
13362 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13363
13364         New module 'cond'.
13365         * modules/cond: New file.
13366         * lib/glthread/cond.h: New file.
13367         * lib/glthread/cond.c: New file.
13368         * m4/cond.m4: New file.
13369         * MODULES.html.sh (Multithreading): Add cond.
13370
13371 2008-08-16  Eric Blake  <ebb9@byu.net>
13372
13373         c-stack: fix regression on Irix 5.3 from 2008-06-21
13374         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
13375         sa_sigaction...
13376         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
13377         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
13378         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
13379         * modules/signal (Makefile.am): Use the value.
13380         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
13381         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
13382         * doc/posix-headers/signal.texi (signal.h): Document this
13383         portability issue.
13384         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
13385         Reported by Tom G. Christensen.
13386
13387 2008-08-17  Bruno Haible  <bruno@clisp.org>
13388
13389         New module 'threadlib'.
13390         * modules/threadlib: New file.
13391         * lib/glthread/threadlib.c: New file, extracted from
13392         lib/glthread/lock.c.
13393         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
13394         functions.
13395         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
13396         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
13397         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
13398         macros.
13399         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
13400         (gl_DISABLE_THREADS): Remove macro.
13401         * modules/lock (Files): Remove build-aux/config.rpath.
13402         (Depends-on): Remove havelib. Add threadlib.
13403         (configure.ac-early): Remove section.
13404         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
13405         * modules/tls (Depends-on): Remove lock. Add threadlib.
13406         (Link): New section, copied from threadlib.
13407         * MODULES.html.sh (Multithreading): Add threadlib.
13408
13409 2008-08-14  Bruno Haible  <bruno@clisp.org>
13410
13411         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
13412         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
13413         glthread_rwlock_unlock, glthread_rwlock_destroy,
13414         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
13415         glthread_recursive_lock_destroy): Define as macros always.
13416         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
13417         glthread_lock_lock.
13418         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
13419         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
13420         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
13421         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
13422         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
13423         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
13424         (glthread_recursive_lock_lock_func): Renamed from
13425         glthread_recursive_lock_lock.
13426         (glthread_recursive_lock_unlock_func): Renamed from
13427         glthread_recursive_lock_unlock.
13428         (glthread_recursive_lock_destroy_func): Renamed from
13429         glthread_recursive_lock_destroy.
13430
13431 2008-08-14  Bruno Haible  <bruno@clisp.org>
13432
13433         * lib/glthread/lock.h: Renamed from lib/lock.h.
13434         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
13435         * lib/glthread/tls.h: Renamed from lib/tls.h.
13436         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
13437         * lib/fstrcmp.c: Update includes.
13438         * lib/strsignal.c: Update includes.
13439         * modules/lock (Files, Makefile.am): Update.
13440         (Include): Change to "glthread/lock.h".
13441         * modules/tls (Files, Makefile.am): Update.
13442         (Include): Change to "glthread/tls.h".
13443         * tests/test-lock.c: Update includes.
13444         * tests/test-tls.c: Update includes.
13445         * NEWS: Mention the renamed header files.
13446
13447 2008-08-11  Jim Meyering  <meyering@redhat.com>
13448
13449         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
13450
13451 2008-08-11  Eric Blake  <ebb9@byu.net>
13452
13453         test-c-stack: avoid C99-ism
13454         * tests/test-c-stack.c (main): Fix whitespace, move declaration
13455         before statement.
13456         Reported by Alain Guibert.
13457
13458 2008-08-10  Jim Meyering  <meyering@redhat.com>
13459
13460         ensure that return value of uinttostr et al are not ignored
13461         * lib/inttostr.h (__GNUC_PREREQ): Define.
13462         (__attribute_warn_unused_result__): Define.
13463         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
13464
13465 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
13466
13467         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
13468         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
13469
13470 2008-08-07  Jim Meyering  <meyering@redhat.com>
13471
13472         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
13473
13474         * modules/mkstemp (License): Relicense under LGPLv2+.
13475         * modules/tempname (License): Likewise.
13476
13477 2008-08-06  Bruno Haible  <bruno@clisp.org>
13478
13479         * lib/poll.c (poll): Further micro-optimization.
13480
13481 2008-08-06  Jim Meyering  <meyering@redhat.com>
13482
13483         inet_pton.c: use locale-independent tolower
13484         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
13485         (inet_pton6): Use c_tolower rather than tolower.
13486         * modules/inet_pton (Depends-on): Add c-ctype.
13487
13488 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
13489
13490         * lib/poll.c (poll): Avoid division when timeout is 0, cache
13491         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
13492
13493 2008-08-06  Jim Meyering  <meyering@redhat.com>
13494
13495         * modules/inet_pton (License): Relicense under LGPLv2+.
13496
13497 2008-08-03  Bruno Haible  <bruno@clisp.org>
13498
13499         Additional non-aborting API for lock and tls.
13500         * lib/lock.h: Include <errno.h>.
13501         (glthread_lock_init): New macro/function.
13502         (gl_lock_init): Define as wrapper around glthread_lock_init.
13503         (glthread_lock_lock): New macro/function.
13504         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
13505         (glthread_lock_unlock): New macro/function.
13506         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
13507         (glthread_lock_destroy): New macro/function.
13508         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
13509         (glthread_rwlock_init): New macro/function.
13510         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
13511         (glthread_rwlock_rdlock): New macro/function.
13512         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
13513         (glthread_rwlock_wrlock): New macro/function.
13514         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
13515         (glthread_rwlock_unlock): New macro/function.
13516         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
13517         (glthread_rwlock_destroy): New macro/function.
13518         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
13519         (glthread_recursive_lock_init): New macro/function.
13520         (gl_recursive_lock_init): Define as wrapper around
13521         glthread_recursive_lock_init.
13522         (glthread_recursive_lock_lock): New macro/function.
13523         (gl_recursive_lock_lock): Define as wrapper around
13524         glthread_recursive_lock_lock.
13525         (glthread_recursive_lock_unlock): New macro/function.
13526         (gl_recursive_lock_unlock): Define as wrapper around
13527         glthread_recursive_lock_unlock.
13528         (glthread_recursive_lock_destroy): New macro/function.
13529         (gl_recursive_lock_destroy): Define as wrapper around
13530         glthread_recursive_lock_destroy.
13531         (glthread_once): New macro/function.
13532         (gl_once): Define as wrapper around glthread_once.
13533         Update function declarations.
13534         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
13535         glthread_rwlock_init. Return error code.
13536         (glthread_rwlock_rdlock_multithreaded): Renamed from
13537         glthread_rwlock_rdlock. Return error code.
13538         (glthread_rwlock_wrlock_multithreaded): Renamed from
13539         glthread_rwlock_wrlock. Return error code.
13540         (glthread_rwlock_unlock_multithreaded): Renamed from
13541         glthread_rwlock_unlock. Return error code.
13542         (glthread_rwlock_destroy_multithreaded): Renamed from
13543         glthread_rwlock_destroy. Return error code.
13544         (glthread_recursive_lock_init_multithreaded): Renamed from
13545         glthread_recursive_lock_init. Return error code.
13546         (glthread_recursive_lock_lock_multithreaded): Renamed from
13547         glthread_recursive_lock_lock. Return error code.
13548         (glthread_recursive_lock_unlock_multithreaded): Renamed from
13549         glthread_recursive_lock_unlock. Return error code.
13550         (glthread_recursive_lock_destroy_multithreaded): Renamed from
13551         glthread_recursive_lock_destroy. Return error code.
13552         (glthread_once_call): Make static.
13553         (glthread_once_multithreaded): Renamed from glthread_once.
13554         * lib/tls.h: Include <errno.h>.
13555         (glthread_tls_key_init): New macro/function.
13556         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
13557         (glthread_tls_set): New macro/function.
13558         (gl_tls_set): Define as wrapper around glthread_tls_set.
13559         (glthread_tls_key_destroy): New macro/function.
13560         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
13561         Update function declarations.
13562         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
13563         glthread_tls_get.
13564         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13565
13566 2008-08-04  Eric Blake  <ebb9@byu.net>
13567
13568         gnumakefile: use space, not TAB, outside of targets
13569         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
13570
13571 2008-08-02  Jim Meyering  <meyering@redhat.com>
13572
13573         getdate.y: avoid locale-dependent date parsing failure
13574         In Turkish locales, getdate would fail to recognize keywords
13575         containing a lowercase "i".  The solution is not to rely on
13576         locale-sensitive case-conversion.
13577         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
13578         (lookup_word): Use c_toupper in place of toupper.
13579         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
13580         Reported by Vefa Bicakci <bicave@superonline.com> in
13581         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
13582         * modules/getdate (Depends-on): Add c-ctype.
13583
13584 2008-08-02  Bruno Haible  <bruno@clisp.org>
13585
13586         * gnulib-tool (func_import): When updating or creating a .gitignore
13587         file, prepend each added line with a slash, and ignore leading slashes
13588         from the existing lines.
13589         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13590
13591 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13592
13593         Portability fix for GNU make 3.79.1.
13594         * top/GNUmakefile: Avoid 'else COND', which older GNU make
13595         versions do not understand.
13596
13597 2008-08-01  Bruno Haible  <bruno@clisp.org>
13598
13599         Work around bug of HP-UX 10.20 cc with -0.0 literal.
13600         * tests/test-isnanf.h (zero): New variable.
13601         (main): Avoid literal -0.0f.
13602         * tests/test-isnand.h (zero): New variable.
13603         (main): Avoid literal -0.0.
13604         * tests/test-isnanl.h (zero): New variable.
13605         (main): Avoid literal -0.0L.
13606         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
13607         (test_float, test_double, test_long_double): Avoid literals -0.0f,
13608         -0.0, -0.0L.
13609         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
13610         (test_signbitd): Avoid literal -0.0.
13611         (test_signbitl): Avoid literal -0.0L.
13612         * tests/test-ceilf1.c (zero): New variable.
13613         (main): Avoid literal -0.0f.
13614         * tests/test-ceill.c (zero): New variable.
13615         (main): Avoid literal -0.0L.
13616         * tests/test-floorf1.c (zero): New variable.
13617         (main): Avoid literal -0.0f.
13618         * tests/test-floorl.c (zero): New variable.
13619         (main): Avoid literal -0.0L.
13620         * tests/test-roundf1.c (zero): New variable.
13621         (main): Avoid literal -0.0f.
13622         * tests/test-round1.c (zero): New variable.
13623         (main): Avoid literal -0.0.
13624         * tests/test-roundl.c (zero): New variable.
13625         (main): Avoid literal -0.0L.
13626         * tests/test-truncf1.c (zero): New variable.
13627         (main): Avoid literal -0.0f.
13628         * tests/test-trunc1.c (zero): New variable.
13629         (main): Avoid literal -0.0.
13630         * tests/test-truncl.c (zero): New variable.
13631         (main): Avoid literal -0.0L.
13632         * tests/test-frexp.c (zero): New variable.
13633         (main): Avoid literal -0.0.
13634         * tests/test-frexpl.c (zero): New variable.
13635         (main): Avoid literal -0.0L.
13636         * tests/test-ldexpl.c (zero): New variable.
13637         (main): Avoid literal -0.0L.
13638         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
13639         (zerod, zerol): New variables.
13640         (test_function): Avoid literals -0.0, -0.0L.
13641         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
13642         (zerod, zerol): New variables.
13643         (test_function): Avoid literals -0.0, -0.0L.
13644         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
13645         (zerod, zerol): New variables.
13646         (test_function): Avoid literals -0.0, -0.0L.
13647         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
13648         (zerod, zerol): New variables.
13649         (test_function): Avoid literals -0.0, -0.0L.
13650         * tests/test-strtod.c (zero): New variable.
13651         (main): Avoid literal -0.0.
13652         Reported by Jonathan C. Patschke <jp@centtech.com>.
13653
13654 2008-07-31  Jim Meyering  <meyering@redhat.com>
13655
13656         sha256.h: correct definition of SHA224_DIGEST_SIZE
13657         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
13658         Reported by Paulie Pena IV <paulie4@gmail.com>.
13659         Define as 224 / 8, rather than as a literal.
13660         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
13661         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
13662         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
13663
13664 2008-07-31  Bruno Haible  <bruno@clisp.org>
13665
13666         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
13667         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
13668         Reported by Jonathan Patschke <jp@centtech.com>.
13669
13670 2008-07-31  Bruno Haible  <bruno@clisp.org>
13671
13672         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
13673         Reported by Paolo Bonzini <bonzini@gnu.org>.
13674
13675 2008-07-30  Eric Blake  <ebb9@byu.net>
13676
13677         test-strtod: allow compilation without -lm
13678         * tests/test-strtod.c (main): Avoid link dependence on fabs.
13679         Reported by Dennis Clarke <blastwave@gmail.com>.
13680
13681 2008-07-28  Jim Meyering  <meyering@redhat.com>
13682
13683         bootstrap: work also when there are no .po files in po/
13684         * build-aux/bootstrap (update_po_files): Complete the change
13685         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
13686
13687 2008-07-27  Jim Meyering  <meyering@redhat.com>
13688
13689         * users.txt: Add zile.
13690
13691 2008-07-26  Ben Pfaff  <blp@gnu.org>
13692
13693         Add missing dependencies on new m4/exponent[fdl].m4 files.
13694         * modules/isnanf-nolibm: Add m4/exponentf.m4.
13695         * modules/isnand-nolibm: Add m4/exponentd.m4.
13696         * modules/isnanl-nolibm: Add m4/exponentl.m4.
13697         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
13698         m4/isnan[fdl].m4, because the macros actually used moved.
13699         Reported by Jim Meyering.
13700
13701 2008-07-14  Ben Pfaff  <blp@gnu.org>
13702
13703         Add isinf module.
13704         * lib/isinf.c: New file.
13705         * lib/math.in.h: Define isinf macro if we have decided to replace
13706         it.
13707         * m4/isinf.m4: New file.
13708         * m4/math_h.m4: Initialize and substitute variables for isinf
13709         module.
13710         * modules/isinf: New file.
13711         * modules/isinf-tests: New file.
13712         * modules/math: Add substitutions for new module.
13713         * tests/test-isinf.c: New file.
13714         * doc/posix-functions/isinf.texi: Mention new module.
13715         * MODULES.html.sh: Mention new module.
13716
13717 2008-07-14  Ben Pfaff  <blp@gnu.org>
13718
13719         Factor out some macros for use by additional modules.
13720         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
13721         exponentf.m4.
13722         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
13723         exponentd.m4.
13724         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
13725         file exponentl.m4.
13726         * m4/exponentf.m4: New file.
13727         * m4/exponentd.m4: New file.
13728         * m4/exponentl.m4: New file.
13729         * modules/isnanf: Use new file m4/exponentf.m4.
13730         * modules/isnand: Use new file m4/exponentd.m4.
13731         * modules/isnanl: Use new file m4/exponentl.m4.
13732
13733 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
13734
13735         mktime.c: normalize tp->tm_isdst value to -1/0/1.
13736         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
13737         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
13738         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
13739
13740         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
13741         readlink on platforms without PATH_MAX.
13742
13743 2008-07-21  Eric Blake  <ebb9@byu.net>
13744
13745         Warn, not fail, on stale version.
13746         * top/GNUmakefile (_curr-ver): Tone down previous patch.
13747
13748         Don't allow installation with stale devel version number.
13749         * top/GNUmakefile (_is-install-target): New macro.
13750         (_curr-ver): Forbid installation with stale version number.
13751
13752 2008-07-20  Bruno Haible  <bruno@clisp.org>
13753
13754         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
13755         TESTS_ENVIRONMENT.
13756         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
13757
13758 2008-07-20  Bruno Haible  <bruno@clisp.org>
13759
13760         * lib/c-stack.h (c_stack_action): Add documentation.
13761         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
13762
13763 2008-07-20  Bruno Haible  <bruno@clisp.org>
13764
13765         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
13766         * modules/readlink (License): Likewise.
13767
13768 2008-07-17  Eric Blake  <ebb9@byu.net>
13769
13770         * modules/c-stack (Link): Fix typo.
13771
13772         Make c-stack use libsigsegv, when available.
13773         * modules/c-stack (Depends-on): Add libsigsegv.
13774         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
13775         needed.
13776         * lib/c-stack.c (SIGSTKSZ): Define fallback.
13777         (segv_handler, overflow_handler, c_stack_action)
13778         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
13779         implementation when libsigsegv is available, but only when using
13780         the library is necessary.
13781         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
13782         comment, explaining why XSI check fails on Linux.
13783         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
13784         * tests/test-c-stack2.sh: Tweak skip message.
13785         * NEWS: Document new link-time requirements.
13786
13787 2008-07-16  Eric Blake  <ebb9@byu.net>
13788
13789         c-stack: Expose false positives when not using libsigsegv.
13790         * modules/c-stack-tests (Files): Expand test.
13791         * tests/test-c-stack.c (main): Add means to conditionally trigger
13792         non-overflow SIGSEGV.
13793         * tests/test-c-stack2.sh: New file.
13794
13795 2008-07-14  Bruno Haible  <bruno@clisp.org>
13796
13797         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
13798         Reported by Eric Blake.
13799
13800 2008-07-14  Sam Steingold  <sds@gnu.org>
13801             Bruno Haible  <bruno@clisp.org>
13802
13803         New module libsigsegv.
13804         * modules/libsigsegv: New file.
13805         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
13806         modifications.
13807         * MODULES.html.sh (Signal handling): New section.
13808
13809 2008-07-14  Bruno Haible  <bruno@clisp.org>
13810
13811         * modules/unictype/ctype-* (Description): Add the word "function".
13812         Improves the resulting doc in MODULES.html.
13813
13814 2008-07-12  Ben Pfaff  <blp@gnu.org>
13815
13816         Add longlong module.
13817         * modules/longlong: New file.
13818
13819 2008-07-12  Bruno Haible  <bruno@clisp.org>
13820
13821         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
13822         to empty.
13823
13824 2008-07-10  Ben Pfaff  <blp@gnu.org>
13825
13826         Add isnan module.
13827         * doc/posix-functions/isnan.texi: Mention new module.
13828         * lib/math.in.h: Define isnan macro if we have decided to replace
13829         it.
13830         * m4/isnan.m4: New file.
13831         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
13832         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
13833         also.
13834         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
13835         redundancy.
13836         * m4/math_h.m4: Initialize and substitute variables for isnan
13837         module.
13838         * modules/isnan: New file.
13839         * modules/isnan-tests: New file.
13840         * modules/math: Add substitutions for new module.
13841         * tests/test-isnan.c: New file.
13842         * MODULES.html.sh: Mention new module.
13843
13844 2008-07-10  Ben Pfaff  <blp@gnu.org>
13845
13846         Add isnanf module.
13847         * lib/isnanf.m4: New file.
13848         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
13849         (gl_HAVE_ISNANF_IN_LIBM): New macro.
13850         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
13851         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
13852         * modules/isnanf: New file.
13853         * modules/isnanf-tests: New file.
13854         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
13855         files.
13856         * tests/test-isnanf-nolibm.c: factored most of its contents into
13857         new file tests/test-isnanf.h.
13858         * tests/test-isnanf.h: New file.
13859         * tests/test-isnanf.c: New file.
13860         * MODULES.html.sh: Mention new module.
13861         * doc/glibc-functions/isnanf.texi: Mention new module.
13862
13863 2008-07-10  Ben Pfaff  <blp@gnu.org>
13864
13865         Add isnand module.
13866         * lib/isnand.h: New file.
13867         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
13868         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
13869         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
13870         functionality also.
13871         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
13872         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
13873         (gl_HAVE_ISNAND_IN_LIBM): New macro.
13874         * modules/isnand: New file.
13875         * modules/isnand-tests: New file.
13876         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
13877         files.
13878         * tests/test-isnand-nolibm.c: factored most of its contents into
13879         new file tests/test-isnand.h.
13880         * tests/test-isnand.h: New file.
13881         * tests/test-isnand.c: New file.
13882         * MODULES.html.sh: Mention new module.
13883
13884 2008-07-10  Ben Pfaff  <blp@gnu.org>
13885
13886         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
13887         * lib/isnand.h: Rename lib/isnand-nolibm.h.
13888         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
13889         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
13890         * modules/isnanf-nolibm: Update references to renamed files.
13891         * modules/isnand-nolibm: Likewise.
13892         * modules/isnanf-nolibm-tests: Likewise.
13893         * modules/isnand-nolibm-tests: Likewise.
13894         * lib/frexp.c: Likewise.
13895         * lib/isfinite.c: Likewise.
13896         * lib/signbitd.c: Likewise.
13897         * lib/signbitf.c: Likewise.
13898         * lib/vasnprintf.c: Likewise.
13899         * tests/test-ceilf1.c: Likewise.
13900         * tests/test-ceilf2.c: Likewise.
13901         * tests/test-floorf1.c: Likewise.
13902         * tests/test-floorf2.c: Likewise.
13903         * tests/test-frexp.c: Likewise.
13904         * tests/test-round1.c: Likewise.
13905         * tests/test-round2.c: Likewise.
13906         * tests/test-roundf1.c: Likewise.
13907         * tests/test-strtod.c: Likewise.
13908         * tests/test-trunc1.c: Likewise.
13909         * tests/test-trunc2.c: Likewise.
13910         * tests/test-truncf1.c: Likewise.
13911         * tests/test-truncf2.c: Likewise.
13912         * NEWS: Mention the renamed header files.
13913
13914 2008-07-11  Jim Meyering  <meyering@redhat.com>
13915
13916         vc-list-files: make the last-resort awk code more portable
13917         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
13918         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
13919         does not support it.
13920
13921 2008-07-10  Eric Blake  <ebb9@byu.net>
13922
13923         Work with tar's bootstrap.
13924         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
13925         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
13926         an m4 comment.
13927
13928 2008-07-09  Jim Meyering  <meyering@redhat.com>
13929
13930         posix-shell.m4: fix typo that made this test malfunction
13931         * m4/posix-shell.m4: Remove capitalization in variable name.
13932
13933 2008-07-08  Bruno Haible  <bruno@clisp.org>
13934
13935         * m4/onceonly.m4: Update comments.
13936         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13937
13938 2008-07-04  Jim Meyering  <meyering@redhat.com>
13939
13940         * users.txt: Add vc-dwim.
13941         (bison, coreutils): Use the gitweb URL.
13942
13943 2008-07-03  Jim Meyering  <meyering@redhat.com>
13944
13945         * users.txt: Add libffcall.  From Sam Steingold.
13946
13947 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
13948
13949         getdate.y: do not ignore TZ with relative day, month or year offset
13950         * lib/getdate.y (get_date): Move the tz-handling block to follow the
13951         relative-date-handling, since otherwise, the latter would clobber the
13952         sole output (an updated Start value) of the tz-handling block.
13953         * tests/test-getdate.c: Tests for the fix
13954
13955 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13956
13957         Recognize 'foo_LIBRARIES += libgnu.a'.
13958         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
13959         makefile snippet has already specified an installation location,
13960         also using '+='.
13961
13962 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
13963
13964         getdate.y: factor out common actions
13965         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
13966         Use them in place of open-coded actions.
13967
13968 2008-07-01  Simon Josefsson  <simon@josefsson.org>
13969
13970         Add self-test for getdate module.
13971         * modules/getdate-tests: New file.
13972         * tests/test-getdate.c: New file.
13973
13974 2008-06-29  Bruno Haible  <bruno@clisp.org>
13975
13976         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
13977         .gitignore.
13978         Reported by Sylvain Beucler <beuc@beuc.net>.
13979
13980 2008-06-29  Bruno Haible  <bruno@clisp.org>
13981
13982         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
13983         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
13984
13985 2008-06-29  Bruno Haible  <bruno@clisp.org>
13986
13987         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
13988         EXTRA_DIST.
13989         Reported by Sylvain Beucler <beuc@beuc.net>.
13990
13991 2008-06-26  Jim Meyering  <meyering@redhat.com>
13992
13993         make several modules depend on the "open" module
13994         This provides slightly increased consistency when opening-for-write
13995         the name of a non-directory spelled with a trailing slash.
13996         * modules/chdir-safer: Likewise.
13997         * modules/chown: Likewise.
13998         * modules/clean-temp: Likewise.
13999         * modules/copy-file: Likewise.
14000         * modules/fchdir: Likewise.
14001         * modules/fcntl-safer: Likewise.
14002         * modules/pipe: Likewise.
14003         * modules/utime: Likewise.
14004         Prompted by Eric Blake and Bruno Haible.
14005
14006 2008-06-24  Andreas Schwab  <schwab@suse.de>
14007
14008         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
14009         literals can be used as initializers for global variables.
14010
14011 2008-06-23  Eric Blake  <ebb9@byu.net>
14012
14013         Make gnulib-cache.m4 easier to diff.
14014         * gnulib-tool (func_import): Allow newlines when reading cached
14015         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
14016
14017 2008-06-23  Bruno Haible  <bruno@clisp.org>
14018
14019         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
14020         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
14021         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
14022         m4/signalblocking.m4.
14023         (gl_PREREQ_SIGACTION): Don't invoke it.
14024         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
14025         gl_PREREQ_SIG_HANDLER_H.
14026         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
14027         Don't check for sigaction here.
14028
14029 2008-06-23  Bruno Haible  <bruno@clisp.org>
14030
14031         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
14032         (install_handlers): Don't set the SA_RESETHAND flag.
14033
14034 2008-06-23  Bruno Haible  <bruno@clisp.org>
14035
14036         * m4/sigaction.m4: Comment fixes.
14037         * lib/signal.in.h: Likewise.
14038
14039 2008-06-23  Eric Blake  <ebb9@byu.net>
14040
14041         Fix typo.
14042         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
14043
14044         Avoid SA_ namespace.
14045         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
14046         Reported by Ralf Wildenhues.
14047
14048         Avoid test failure due to SA_RESTORER.
14049         * tests/test-sigaction.c (SA_MASK): New macro.
14050         (main): Avoid failing due to extension flags being set.
14051         Reported by Jim Meyering.
14052
14053         Revert use of sig-handler.h in sigprocmask.c.
14054         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
14055         it requires the existence of struct sigaction.
14056         * lib/sigprocmask.c (handler_t): Restore typedef.
14057         (rpl_signal, old_handlers): Use local type.
14058
14059 2008-06-22  Bruno Haible  <bruno@clisp.org>
14060
14061         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
14062         conditionally.
14063         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14064
14065 2008-06-22  Bruno Haible  <bruno@clisp.org>
14066
14067         * doc/posix-functions/siginterrupt.texi: Move note.
14068
14069         * lib/signal.in.h (SA_RESTART): New macro.
14070         * lib/sigaction.c: Update comment.
14071
14072         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
14073
14074         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
14075         (gl_PREREQ_SIGPROCMASK): Invoke it.
14076         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
14077
14078         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
14079
14080         * lib/sigprocmask.c: Update a comment.
14081
14082 2008-06-21  Eric Blake  <ebb9@byu.net>
14083
14084         Use sigaction module rather than signal().
14085         * modules/c-stack (Depends-on): Add sigaction.
14086         * modules/fatal-signal (Depends-on): Likewise.
14087         * modules/nanosleep (Depends-on): Likewise.
14088         * modules/sigprocmask (Files): Add sig-handler.h.
14089         * modules/sigaction (Files): Likewise.
14090         * lib/sig-handler.h (get_handler): New file, suggested by Paul
14091         Eggert.
14092         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
14093         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
14094         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
14095         (init_fatal_signals): Likewise.
14096         * lib/nanosleep.c (rpl_nanosleep): Likewise.
14097         (siginterrupt): Delete fallback.
14098         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
14099         instead.
14100         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
14101         siginterrupt.
14102
14103         New module sigaction, for mingw.
14104         * modules/sigaction: New module...
14105         * modules/sigaction-tests: ...and its test.
14106         * m4/sigaction.m4: New file.
14107         * lib/sigaction.c: Likewise.
14108         * tests/test-sigaction.c: Likewise.
14109         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
14110         * modules/signal (Makefile.am): Likewise.
14111         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
14112         needed.
14113         * doc/posix-headers/signal.texi (signal.h): Mention provided
14114         types.
14115         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
14116         that sigaction is preferable.
14117         * doc/posix-functions/sigaction.texi (sigaction): Mention new
14118         module.
14119         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14120         sigaction.
14121
14122         Improve robustness of sigprocmask by overriding signal.
14123         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
14124         is in use.
14125         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
14126         (SIGKILL, SIGSTOP): Provide fallbacks.
14127         (rpl_signal): Implement.
14128         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
14129         signal can be called inside handlers.
14130
14131         Fix nanosleep module on mingw.
14132         * modules/nanosleep (Depends-on): Add sys_select.
14133         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
14134
14135         Fix licensing of sigprocmask.
14136         * modules/raise (License): Relicense as LGPL.
14137
14138 2008-06-21  Bruno Haible  <bruno@clisp.org>
14139
14140         * lib/propername.c (proper_name_utf8): Don't use the transliterated
14141         result if it contains question marks.
14142         Reported by Michael Geng <linux@michaelgeng.de>.
14143
14144 2008-06-19  Bruno Haible  <bruno@clisp.org>
14145
14146         Fix CVS-ism.
14147         * doc/gnulib.texi: Include updated-stamp.texi.
14148         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
14149         (updated-stamp.texi): New rule.
14150         (gnulib.info): Depend on it.
14151         * doc/.gitignore: Add updated-stamp.texi.
14152         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
14153
14154 2008-06-19  Bruno Haible  <bruno@clisp.org>
14155
14156         * doc/Makefile (gnulib.info): Update and simplify dependencies.
14157         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
14158
14159 2008-06-19  Eric Blake  <ebb9@byu.net>
14160
14161         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
14162         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
14163         Reported by Stepan Kasal.
14164
14165 2008-06-18  Bruno Haible  <bruno@clisp.org>
14166
14167         * lib/fatal-signal.c (init_fatal_signals): Add comment.
14168         Reported by Eric Blake.
14169
14170 2008-06-18  Eric Blake  <ebb9@byu.net>
14171
14172         Work around cygwin 1.5.25 strsignal bug.
14173         * tests/test-strsignal.c: Allow for const char *.
14174         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
14175
14176 2008-06-18  Simon Josefsson  <simon@josefsson.org>
14177
14178         * users.txt: Update URL to article and add author/date
14179         information.
14180
14181 2008-06-17  Bruno Haible  <bruno@clisp.org>
14182
14183         New macro gl_DISABLE_THREADS.
14184         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
14185         if the user did not pass --enable-threads or --disable-threads option.
14186         (gl_DISABLE_THREADS): New macro.
14187         Reported by Eric Blake <ebb9@byu.net>.
14188
14189 2008-06-17  Bruno Haible  <bruno@clisp.org>
14190
14191         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
14192         when the macro ignores it.
14193         Based on a patch by Eric Blake <ebb9@byu.net>.
14194
14195 2008-06-17  Bruno Haible  <bruno@clisp.org>
14196
14197         * modules/tls (License): Change to LGPLv2+.
14198         Reported by Eric Blake.
14199
14200 2008-06-17  Eric Blake  <ebb9@byu.net>
14201
14202         Simplify c-stack prerequisites.
14203         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
14204         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
14205         no longer requires <ucontext.h> to exist.  Optimize setrlimit
14206         check.
14207         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
14208         <sys/resource.h>.
14209
14210         Move c-stack test into testsuite.
14211         * modules/c-stack-tests: New file.
14212         * lib/c-stack.c [DEBUG]: Move test program...
14213         * tests/test-c-stack.c: ...into this new file.  Skip rather than
14214         fail test if sigaltstack is lacking.
14215         * tests/test-c-stack.sh: New driver file.
14216
14217 2008-06-16  Eric Blake  <ebb9@byu.net>
14218
14219         Use raise module consistently.
14220         * modules/fatal-signal (Depends-on): Add raise.
14221         * modules/sigprocmask (Depends-on): Likewise.
14222         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
14223         * lib/sigprocmask.c (sigprocmask): Likewise.
14224         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
14225         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
14226
14227         Fix compliance bug in sigpending.
14228         * lib/sigprocmask.c (sigpending): Return pending array via
14229         parameter, not return value.
14230
14231 2008-06-14  Eric Blake  <ebb9@byu.net>
14232
14233         Improve obstack-printf test code.
14234         * tests/test-obstack-printf.c (test_function): Fix comment, and
14235         simplify usage of obstack_* in macros.  Add a test for coverage.
14236         Reported by Bruno Haible.
14237
14238 2008-06-14  Bruno Haible  <bruno@clisp.org>
14239
14240         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
14241         array size as a constant, not as a const variable.
14242         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
14243         AC_USE_SYSTEM_EXTENSIONS.
14244         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
14245         Test whether the obstack_printf function actually exists.
14246         * modules/obstack-printf (Depends-on): Add extensions.
14247         (Include): Remove obstack.h.
14248         * modules/obstack-printf-posix (Depends-on): Add extensions.
14249         (Include): Remove obstack.h.
14250
14251 2008-06-13  Eric Blake  <ebb9@byu.net>
14252
14253         Add obstack-printf and obstack-printf-posix modules.
14254         * modules/obstack-printf: New file.
14255         * modules/obstack-printf-posix: Likewise.
14256         * MODULES.html.sh (Misc): Mention them.
14257         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
14258         Likewise.
14259         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
14260         Likewise.
14261         * modules/stdio (Makefile.am): Accomodate new modules.
14262         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14263         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
14264         Declare.
14265         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
14266         functions.
14267         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
14268         (gl_REPLACE_OBSTACK_PRINTF): New macros
14269         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
14270         * tests/test-obstack-printf.c: New file.
14271         * modules/obstack-printf-tests: Likewise.
14272         * modules/obstack-printf-posix-tests: Likewise.
14273
14274 2008-06-11  Bruno Haible  <bruno@clisp.org>
14275
14276         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
14277         * lib/open.c: Include errno.h.
14278         (open): Fail when attempting to write to a file that has a trailing
14279         slash.
14280         * tests/test-open.c (main): Test against trailing slash bug.
14281         * doc/posix-functions/open.texi: Mention the trailing slash bug.
14282
14283 2008-06-10  Bruno Haible  <bruno@clisp.org>
14284
14285         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
14286         for $? to work inside the trap command, with various /bin/sh-s.
14287         * tests/test-vc-list-files-cvs.sh: Likewise.
14288
14289 2008-06-10  Bruno Haible  <bruno@clisp.org>
14290
14291         * lib/acl-internal.h: Don't include gettext.h here.
14292         * lib/set-mode-acl.c: Include gettext.h here.
14293         * lib/copy-acl.c: Likewise.
14294
14295 2008-06-10  Bruno Haible  <bruno@clisp.org>
14296
14297         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
14298         * lib/wait-process.c (wait_subprocess): Likewise.
14299         * lib/execute.h (execute): Add termsigp argument.
14300         * lib/execute.c (execute): Likewise.
14301         * lib/csharpcomp.c (compile_csharp_using_pnet,
14302         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
14303         * lib/csharpexec.c (execute_csharp_using_pnet,
14304         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
14305         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
14306         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
14307         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
14308         is_jikes_present): Update.
14309         * lib/javaexec.c (execute_java_class): Update.
14310         * lib/javaversion.c (execute_and_read_line): Update.
14311         * NEWS: Document the changes.
14312         Reported by Eric Blake.
14313
14314 2008-06-10  Eric Blake  <ebb9@byu.net>
14315
14316         Add missing include.
14317         * tests/test-strstr.c (includes): Add <signal.h>.
14318         * tests/test-strcasestr.c (includes): Likewise.
14319         * tests/test-memmem.c (includes): Likewise.
14320
14321 2008-06-10  Bruno Haible  <bruno@clisp.org>
14322
14323         * lib/wait-process.c (wait_subprocess): Add an assertion.
14324
14325 2008-06-10  Bruno Haible  <bruno@clisp.org>
14326
14327         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
14328
14329 2008-06-10  Bruno Haible  <bruno@clisp.org>
14330
14331         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
14332         using alarm().
14333         * tests/test-strcasestr.c (main): Likewise.
14334         * tests/test-strstr.c (main): Likewise.
14335
14336 2008-06-09  Bruno Haible  <bruno@clisp.org>
14337
14338         Work around the Solaris 10 ACE ACLs ABI change.
14339         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
14340         declare if ACL_NO_TRIVIAL is present.
14341         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
14342         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
14343         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
14344         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
14345         define if ACL_NO_TRIVIAL is present.
14346         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
14347         and use the current ABI.
14348         (file_has_acl): Use same #if condition as elsewhere.
14349         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
14350         in use, and use the current ABI.
14351         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
14352         Reported by Jim Meyering.
14353
14354 2008-06-09  Eric Blake  <ebb9@byu.net>
14355
14356         Work around environments that (stupidly) ignore SIGALRM.
14357         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
14358         before using alarm().
14359         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14360         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
14361         Reported by Ian Beckwith <ianb@erislabs.net>.
14362
14363         Produce autobuild blurb earlier in log.
14364         * modules/autobuild (configure.ac-early): Move AB_INIT here.
14365
14366 2008-06-09  Jim Meyering  <meyering@redhat.com>
14367         and Ondřej Vašík  <ovasik@redhat.com>
14368
14369         utimens.c: correct kernel bug work-around
14370         Ondřej Vašík found that the invalid return value of 280 indicates
14371         failure, not success, and the kernel bug we're trying to work
14372         around affects not just the utimensat call, but also the fallback
14373         futimens call.
14374         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
14375         not success.
14376         [HAVE_FUTIMENS]: Use the same work-around, here.
14377
14378 2008-06-09  Jim Meyering  <meyering@redhat.com>
14379
14380         add more guards around definition of ACE_-related code
14381         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
14382         ALLOW and ACE_OWNER are also defined.
14383
14384 2008-06-08  Bruno Haible  <bruno@clisp.org>
14385
14386         * lib/acl-internal.h: Add me as co-author.
14387         * lib/file-has-acl.c: Likewise.
14388         * lib/set-mode-acl.c: Likewise.
14389         * lib/copy-acl.c: Likewise.
14390
14391 2008-06-08  Bruno Haible  <bruno@clisp.org>
14392
14393         Add support for AIX ACLs.
14394         * lib/acl-internal.h (acl_nontrivial): New declaration.
14395         * lib/file-has-acl.c (acl_nontrivial): New function.
14396         (file_has_acl): Add implementation using AIX 4 ACL API.
14397         * lib/set-mode-acl.c (qset_acl): Likewise.
14398         * lib/copy-acl.c (qcopy_acl): Likewise.
14399
14400 2008-06-08  Bruno Haible  <bruno@clisp.org>
14401
14402         Add support for HP-UX ACLs.
14403         * lib/acl-internal.h (acl_nontrivial): New declaration.
14404         * lib/file-has-acl.c (acl_nontrivial): New function.
14405         (file_has_acl): Add implementation using HP-UX 11 ACL API.
14406         * lib/set-mode-acl.c (qset_acl): Likewise.
14407         * lib/copy-acl.c (qcopy_acl): Likewise.
14408
14409 2008-06-08  Bruno Haible  <bruno@clisp.org>
14410
14411         Add support for Cygwin ACLs.
14412         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
14413         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
14414         the chmod_or_fchmod call.
14415         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
14416
14417 2008-06-08  Bruno Haible  <bruno@clisp.org>
14418
14419         Fix bug with setuid modes in Solaris 10+ code.
14420         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
14421         succeeded, when the mode contains some special bits.
14422
14423 2008-06-08  Bruno Haible  <bruno@clisp.org>
14424
14425         Add support for Solaris 7..10 ACLs.
14426         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
14427         declarations.
14428         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
14429         functions.
14430         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
14431         * lib/set-mode-acl.c (qset_acl): Likewise.
14432         * lib/copy-acl.c (qcopy_acl): Likewise.
14433
14434 2008-06-08  Bruno Haible  <bruno@clisp.org>
14435
14436         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
14437         declaration.
14438         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
14439         (acl_access_nontrivial): Remove MacOS X case.
14440         (file_has_acl): Use acl_extended_nontrivial.
14441         * lib/copy-acl.c (qcopy_acl): Likewise.
14442
14443 2008-06-08  Bruno Haible  <bruno@clisp.org>
14444
14445         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
14446
14447 2008-06-08  Jim Meyering  <meyering@redhat.com>
14448
14449         * modules/acl (Maintainer): Add Bruno Haible.
14450
14451 2008-06-07  Bruno Haible  <bruno@clisp.org>
14452
14453         Improve support for Tru64 ACLs.
14454         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
14455         ACL on OSF/1.
14456
14457 2008-06-07  Bruno Haible  <bruno@clisp.org>
14458
14459         Add support for MacOS X ACLs.
14460         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
14461         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
14462         * lib/set-mode-acl.c (qset_acl): Likewise.
14463         * lib/copy-acl.c (qcopy_acl): Likewise.
14464
14465 2008-06-07  Bruno Haible  <bruno@clisp.org>
14466
14467         Fix memory leak introduced on 2008-05-22.
14468         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
14469         use.
14470
14471 2008-06-07  Bruno Haible  <bruno@clisp.org>
14472
14473         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
14474         to construct an empty ACL.
14475
14476 2008-06-07  Bruno Haible  <bruno@clisp.org>
14477
14478         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
14479         precisely.
14480         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
14481
14482 2008-06-07  Bruno Haible  <bruno@clisp.org>
14483
14484         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
14485         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
14486
14487 2008-06-07  Bruno Haible  <bruno@clisp.org>
14488
14489         * doc/posix-functions/_setjmp.texi: Explain the use of this function
14490         regardless of POSIX.
14491         * doc/posix-functions/_longjmp.texi: Likewise.
14492         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
14493         SystemV platform in this case.
14494
14495 2008-06-06  Eric Blake  <ebb9@byu.net>
14496
14497         Document abort() bugs.
14498         * doc/posix-functions/abort.texi (abort): Mention anomalies.
14499
14500         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
14501         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
14502         sigsetjmp.
14503         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
14504         siglongjmp, but only as a macro.
14505         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
14506         is obsolete.
14507         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
14508
14509         Tweak documentation to cover cygwin argz bugs.
14510         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
14511         argz bug fix; no code change needed since no cygwin releases
14512         occurred between the last fix and the bug being tested.
14513         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
14514         module and recently fixed cygwin bugs.
14515         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
14516         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
14517         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
14518         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
14519         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
14520         Likewise.
14521         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
14522         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
14523         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
14524         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
14525         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
14526         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
14527         Likewise.
14528
14529         Avoid gcc warning on cygwin.
14530         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
14531         !ACL_NO_TRIVIAL]: Avoid unused variable.
14532
14533 2008-06-05  Eric Blake  <ebb9@byu.net>
14534
14535         Be tolerant of UNKNOWN version in gnulib-tool test dir.
14536         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
14537         git-version-gen fails to come up with a version.
14538         Reported by Simon Josefsson.
14539
14540 2008-06-05  Jim Meyering  <meyering@redhat.com>
14541             Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         utimens.c: work around a probable Linux kernel bug
14544         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
14545         appears to be a kernel bug that causes utimensat to return 280
14546         instead of 0, indicating success.
14547
14548 2008-06-04  Bruno Haible  <bruno@clisp.org>
14549
14550         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
14551         2008-06-01 commit.
14552
14553 2008-06-04  Bruno Haible  <bruno@clisp.org>
14554
14555         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
14556         * lib/file-has-acl.c (acl_access_nontrivial): New function.
14557         (file_has_acl): Use it. Save errno afterwards.
14558         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
14559
14560 2008-06-03  Bruno Haible  <bruno@clisp.org>
14561
14562         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
14563         draft code. Simplify #ifs.
14564         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
14565         Put Solaris code after POSIX-draft code. Fix comments regarding
14566         Solaris 10, HP-UX. Mention Cygwin.
14567         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
14568
14569 2008-06-03  Eric Blake  <ebb9@byu.net>
14570
14571         Provide fallback for older kernels.
14572         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
14573         Provide runtime fallback if kernel lacks support.
14574         Reported by Mike Frysinger.
14575
14576 2008-06-02  Bruno Haible  <bruno@clisp.org>
14577
14578         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
14579         it exists.
14580
14581 2008-06-02  Bruno Haible  <bruno@clisp.org>
14582
14583         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
14584         * lib/copy-acl.c (qcopy_acl): Update comment.
14585
14586 2008-06-02  Bruno Haible  <bruno@clisp.org>
14587
14588         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
14589         like ACL APIs.
14590
14591 2008-06-02  Bruno Haible  <bruno@clisp.org>
14592
14593         * tests/test-file-has-acl.sh: Use different code for Cygwin.
14594         * tests/test-set-mode-acl.sh: Likewise.
14595         * tests/test-copy-acl.sh: Likewise.
14596         * tests/test-copy-file.sh: Likewise.
14597
14598 2008-06-02  Bruno Haible  <bruno@clisp.org>
14599
14600         * tests/test-file-has-acl.sh: Remove unused code.
14601
14602 2008-06-01  Bruno Haible  <bruno@clisp.org>
14603
14604         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
14605         (copy_acl): Just a wrapper around qcopy_acl that emits the error
14606         messages.
14607         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
14608
14609 2008-06-01  Bruno Haible  <bruno@clisp.org>
14610
14611         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
14612         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
14613         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
14614         APIs.
14615         * modules/acl-tests (configure.ac): Remove tests now contained in
14616         m4/acl.m4.
14617
14618 2008-06-02  Jim Meyering  <meyering@redhat.com>
14619
14620         announce-gen: use a better key-server host name
14621         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
14622         it may be more consistently reliable.  Suggested by Werner Koch
14623         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
14624
14625 2008-06-01  Bruno Haible  <bruno@clisp.org>
14626
14627         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
14628         Reported by Voroskoi Andras <voroskoi@gmail.com>.
14629
14630 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
14631
14632         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
14633
14634 2008-06-01  Bruno Haible  <bruno@clisp.org>
14635
14636         New ACL tests.
14637         * tests/test-file-has-acl.sh: New file.
14638         * tests/test-file-has-acl.c: New file.
14639         * tests/test-set-mode-acl.sh: New file.
14640         * tests/test-set-mode-acl.c: New file.
14641         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
14642         * tests/test-copy-acl.c: New file.
14643         * modules/acl-tests: New file, based on modules/copy-file-tests.
14644         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
14645         (Depends-on): Add acl-tests.
14646         (configure.ac): Remove checks.
14647         (Makefile.am): Don't create test-sameacls program here any more.
14648
14649 2008-06-01  Bruno Haible  <bruno@clisp.org>
14650
14651         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
14652         * tests/test-sameacls.c: Include progname.h.
14653         (main): Invoke set_program_name. Portability fixes for MacOS X,
14654         Solaris, HP-UX.
14655
14656 2008-06-01  Bruno Haible  <bruno@clisp.org>
14657
14658         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
14659         function.
14660         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
14661
14662 2008-06-01  Bruno Haible  <bruno@clisp.org>
14663
14664         * modules/rpmatch (Depends-on): Add strdup.
14665
14666 2008-06-01  Bruno Haible  <bruno@clisp.org>
14667
14668         * lib/pipe.c: Include unistd-safer.h.
14669         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
14670         * modules/pipe (Depends-on): Add unistd-safer.
14671
14672 2008-05-30  Simon Josefsson  <simon@josefsson.org>
14673
14674         * modules/autobuild (configure.ac): Call AB_INIT.
14675
14676 2008-05-30  Simon Josefsson  <simon@josefsson.org>
14677
14678         * tests/test-getaddrinfo.c: Don't print debug messages by default.
14679         Suggested by Bruno Haible <bruno@clisp.org>.
14680
14681 2008-05-30  Simon Josefsson  <simon@josefsson.org>
14682
14683         * tests/test-base64.c: Cast size_t to unsigned long when invoking
14684         printf.  Use %lu instead of %d.  Reported by Bruno Haible
14685         <bruno@clisp.org>.
14686
14687 2008-05-29  Eric Blake  <ebb9@byu.net>
14688
14689         Prefer new POSIX 200x interfaces over futimesat.
14690         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
14691         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
14692         when available.
14693         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
14694
14695 2008-05-28  Bruno Haible  <bruno@clisp.org>
14696
14697         * modules/stpcpy (License): Change to LGPLv2+.
14698         Requested by David Lutterkort <dlutter@redhat.com>.
14699
14700 2008-05-27  Bruno Haible  <bruno@clisp.org>
14701
14702         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
14703         current mingw.
14704         Reported by Jose E. Marchesi <jemarch@gnu.org>.
14705
14706 2008-05-27  Bruno Haible  <bruno@clisp.org>
14707
14708         * modules/iconv_open (Link): New section, from module 'iconv'.
14709         * modules/striconv (Link): Likewise.
14710         * modules/striconveh (Link): Likewise.
14711         * modules/xstriconv (Link): Likewise.
14712         * modules/unicodeio (Link): Likewise.
14713         * modules/propername (Link): Likewise.
14714         Reported by Jim Meyering.
14715
14716 2008-05-26  Jim Meyering  <meyering@redhat.com>
14717
14718         sha256: do not artificially restrict buffer length to be < 2^32
14719         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
14720         uint32_t to size_t.
14721         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
14722         to match.
14723
14724         avoid unaligned access errors, e.g., on sparc
14725         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
14726         direct access through a possibly-unaligned uint64* pointer.
14727         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
14728         direct access through a possibly-unaligned uint32* pointer.
14729         Prompted by this patch from Tom "spot" Callaway:
14730         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
14731
14732         sha512.c: fix typo in comment
14733         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
14734
14735 2008-05-25  Bruno Haible  <bruno@clisp.org>
14736
14737         * lib/set-mode-acl.c: Renamed from lib/acl.c.
14738         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
14739         (Makefile.am): Update lib_SOURCES.
14740
14741 2008-05-25  Bruno Haible  <bruno@clisp.org>
14742
14743         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
14744
14745 2008-05-25  Jim Meyering  <meyering@redhat.com>
14746
14747         useless-if-before-free: freed expr may have white-space differences
14748         * build-aux/useless-if-before-free: Recognize cases in which the
14749         freed expression differs from the tested one in embedded white
14750         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
14751         $1 was used, so we can't make any regexp shy.  Improved tests now
14752         detect this.
14753
14754         useless-if-before-free: accept white space in the expression.
14755         * build-aux/useless-if-before-free: For now, any white space
14756         in the expression must be identical in the free argument.
14757
14758         useless-if-before-free: efficiency tweak
14759         * build-aux/useless-if-before-free: Make the expression-matching
14760         regexp "shy".
14761         Make the *outer* regexp shy, not the expr-matching one.
14762
14763         update code-in-comment to accept cast of free arg
14764         * build-aux/useless-if-before-free: Update regexp.
14765
14766 2008-05-25  Bruno Haible  <bruno@clisp.org>
14767
14768         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
14769         * modules/copy-file-tests (Files, Makefile.am): Update.
14770         * tests/test-copy-file.c (func_test_copy): Update.
14771
14772 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
14773
14774         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
14775
14776 2008-05-23  Bruno Haible  <bruno@clisp.org>
14777
14778         Improve support for ACLs on OSF/1.
14779         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
14780         Remove fallback for unknown flavors of ACLs.
14781
14782 2008-05-22  Bruno Haible  <bruno@clisp.org>
14783
14784         Add support for ACLs on OSF/1.
14785         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
14786         replacements.
14787         (acl_free_text): New macro fallback.
14788         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
14789         acl_free.
14790         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
14791         acl_free_text function. Require AC_C_INLINE.
14792
14793 2008-05-22  Bruno Haible  <bruno@clisp.org>
14794
14795         Make copy_acl work on MacOS X 10.5.
14796         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
14797         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
14798         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
14799         If MODE_INSIDE_ACL, don't assume that every system has the same text
14800         representation for ACLs as FreeBSD.
14801         * lib/copy-acl.c (copy_acl): Add support for platforms with
14802         !MODE_INSIDE_ACL.
14803         * lib/file-has-acl.c (file_has_acl): Likewise.
14804         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
14805         FreeBSD, MacOS X, or IRIX, respectively.
14806
14807 2008-05-22  Bruno Haible  <bruno@clisp.org>
14808
14809         * lib/acl.h: Don't include <sys/acl.h>.
14810         (GETACLCNT): Move fallback to lib/acl-internal.h.
14811         * lib/acl-internal.h: Include <sys/acl.h> here.
14812         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
14813
14814 2008-05-22  Bruno Haible  <bruno@clisp.org>
14815
14816         Split off copy_acl function to separate file.
14817         * lib/copy-acl.c: New file, extracted from lib/acl.c.
14818         * lib/acl.c (copy_acl): Moved function to separate file.
14819         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
14820         * modules/acl (Files): Add lib/copy-acl.c.
14821         (Makefiles.am): Augment lib_SOURCES.
14822
14823 2008-05-22  Bruno Haible  <bruno@clisp.org>
14824
14825         * modules/copy-file-tests: New file.
14826         * tests/test-copy-file.sh: New file.
14827         * tests/test-copy-file.c: New file.
14828         * tests/test-copy-file-sameacls.c: New file.
14829
14830 2008-05-22  Eric Blake  <ebb9@byu.net>
14831
14832         Avoid gcc warning.
14833         * tests/test-memcmp.c (main): Pass NULL indirectly.
14834
14835 2008-05-21  Bruno Haible  <bruno@clisp.org>
14836
14837         Add reference doc about ACLs.
14838         * doc/acl-resources.txt: New file.
14839         * doc/acl-cygwin.txt: New file.
14840
14841 2008-05-21  Bruno Haible  <bruno@clisp.org>
14842
14843         Avoid one more warning from gcc.
14844         * lib/vasnprintf.c (IF_LINT): Update comments.
14845         (VASNPRINTF): Use it also for the 'prefix' array initializer.
14846
14847 2008-05-21  Jim Meyering  <meyering@redhat.com>
14848
14849         avoid a warning from gcc
14850         * lib/vasnprintf.c (IF_LINT): Define.
14851         (scale10_round_decimal_long_double):
14852         Use it to avoid a "may be used uninitialized" warning.
14853         (scale10_round_decimal_double): Likewise.
14854
14855 2008-05-21  Simon Josefsson  <simon@josefsson.org>
14856
14857         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
14858         declared.
14859
14860 2008-05-20  Bruno Haible  <bruno@clisp.org>
14861
14862         * tests/test-memcmp.c (main): Test also the sign of the result. Test
14863         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
14864
14865 2008-05-20  Simon Josefsson  <simon@josefsson.org>
14866
14867         * modules/memcmp-tests: New file.
14868         * tests/test-memcmp.c: New file.
14869
14870 2008-05-19  Bruno Haible  <bruno@clisp.org>
14871
14872         * modules/propername (Notice, configure.ac): Put quoted "..." into
14873         --keyword option.
14874         * lib/propername.h: Update comments accordingly.
14875         Reported by Eric Blake.
14876
14877 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
14878
14879         * modules/getpass-gnu (Depends-on): Add fseeko.
14880
14881 2008-05-19  Simon Josefsson  <simon@josefsson.org>
14882
14883         * modules/base64-tests: New file.
14884
14885 2008-05-19  Bo Borgerson <gigabo@gmail.com>
14886
14887         * lib/base64.c (base64_decode_ctx): If a decode context structure
14888         was passed in use it to ignore newlines.  If a context structure
14889         was _not_ passed in, continue to treat newlines as garbage (this
14890         is the historical behavior).  Formerly base64_decode.
14891         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
14892         takes a decode context structure.
14893         * lib/base64.h (base64_decode): Macro for four-argument calls.
14894         (base64_decode_alloc): Likewise.
14895         * lib/base64.c (base64_decode_ctx): If a decode context structure
14896         was passed in use it to ignore newlines.  If a context structure
14897         was _not_ passed in, continue to treat newlines as garbage (this
14898         is the historical behavior).  Formerly base64_decode.
14899         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
14900         takes a decode context structure.
14901         * lib/base64.h (base64_decode): Macro for four-argument calls.
14902         (base64_decode_alloc): Likewise.
14903
14904 2008-05-19  Jim Meyering  <meyering@redhat.com>
14905
14906         avoid a warning from gcc
14907         * lib/trim.c (IF_LINT): Define.
14908         (trim2): Use it to avoid a "may be used uninitialized" warning.
14909
14910         Fix doc typo.
14911         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
14912
14913 2008-05-19  Bruno Haible  <bruno@clisp.org>
14914
14915         * doc/glibc-functions/getpass.texi: Document limits of other
14916         implementations.
14917
14918 2008-05-19  Simon Josefsson  <simon@josefsson.org>
14919             Bruno Haible <bruno@clisp.org>
14920
14921         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
14922
14923 2008-05-18  Bruno Haible  <bruno@clisp.org>
14924
14925         * modules/propername: New file, from GNU gettext.
14926         * lib/propername.h: New file, from GNU gettext.
14927         * lib/propername.c: New file, from GNU gettext.
14928         * MODULES.html.sh (Internationalization functions): Add propername.
14929
14930 2008-05-16  Jim Meyering  <meyering@redhat.com>
14931             Bruno Haible  <bruno@clisp.org>
14932
14933         Avoid some warnings from "gcc -Wshadow".
14934         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
14935
14936 2008-05-15  Eric Blake  <ebb9@byu.net>
14937
14938         Extend previous patch to cygwin 1.7.0.
14939         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
14940         fast implementation in cygwin >= 1.7.0.
14941         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14942         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14943
14944 2008-05-15  Bruno Haible  <bruno@clisp.org>
14945
14946         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
14947         implementation in glibc >= 2.9.
14948         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14949         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14950
14951 2008-05-15  Bruno Haible  <bruno@clisp.org>
14952
14953         * MODULES.html.sh (Internationalization functions): Remove linebreak.
14954         (Unicode string functions): Add unilbrk/*.
14955         Reported by Karl Berry.
14956
14957 2008-05-15  Eric Blake  <ebb9@byu.net>
14958
14959         Fix violation of <stdbool.h> replacement in regex.
14960         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
14961         * lib/regexec.c (re_search_internal): Likewise.
14962         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
14963
14964 2008-05-15  Jim Meyering  <meyering@redhat.com>
14965
14966         avoid distracting test output when git or cvs is not found
14967         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
14968         * tests/test-vc-list-files-git.sh: Likewise.
14969
14970 2008-05-15  Eric Blake  <ebb9@byu.net>
14971
14972         Glibc finally accepted the memmem speedup code, bugzilla #5514.
14973         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
14974         glibc version.
14975         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14976         * doc/posix-functions/strstr.texi (strstr): Likewise.
14977         * lib/str-two-way.h (MAX): Sychronize with glibc.
14978
14979 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
14980
14981         * lib/regcomp.c (optimize_utf8): Add a note on why we test
14982         opr.ctx_type.
14983         (calc_first): Initialize constraint field.
14984         (duplicate_node_closure): Use it instead of special casing ANCHORS.
14985         Fix grammar.
14986         (duplicate_node): Merge constraint field for all node types.
14987         (calc_eclosure_iter): Look at constraint field for all node types.
14988         * lib/regex_internal.c (create_cd_newstate): Don't look at
14989         opr.ctx_type.
14990
14991 2008-05-14  Bruno Haible  <bruno@clisp.org>
14992
14993         Help GCC to do better code generation.
14994         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
14995         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
14996         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
14997         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
14998         Declare with attribute 'malloc' if supported.
14999
15000 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
15001
15002         use "echo STR|wc -c" rather than unportable "expr length STR"
15003         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
15004         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
15005
15006 2008-05-14  Jim Meyering  <meyering@redhat.com>
15007
15008         use dd ibs=$n count=1 ... rather than less-portable head -c$n
15009         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
15010         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
15011         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
15012         via Collin Lasse.
15013
15014 2008-05-14  Eric Blake  <ebb9@byu.net>
15015
15016         Avoid quadratic growth in gl_LIBSOURCES.
15017         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
15018         Suggested by Bruno Haible.
15019
15020         Test xmemdup0.
15021         * modules/xmemdup0-tests: New file.
15022         * tests/test-xmemdup0.c: Likewise.
15023
15024 2008-05-13  Eric Blake  <ebb9@byu.net>
15025
15026         Split xmemdup0 into its own module.
15027         * modules/xmemdup0: New file.
15028         * lib/xmemdup0.h: Likewise.
15029         * lib/xmemdup0.c: Likewise.
15030         * MODULES.html.sh (Memory management functions): Add xmemdup0.
15031         * lib/xalloc.h (xmemdup0): Remove.
15032         * lib/xmalloc.c (xmemdup0): Likewise.
15033
15034 2008-05-13  Eric Blake  <ebb9@byu.net>
15035             Bruno Haible  <bruno@clisp.org>
15036
15037         Reduce number of forks required during autoconf.
15038         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
15039         and gl_LIBSOURCES_DIR.
15040         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
15041         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
15042         m4_syscmd per file.
15043         <m4_foreach_w>: Move...
15044         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
15045
15046 2008-05-13  Eric Blake  <ebb9@byu.net>
15047
15048         * gnulib-tool: Fix various comment typos.
15049
15050 2008-05-12  Bruno Haible  <bruno@clisp.org>
15051
15052         Tailor the linebreaking algorithm.
15053         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
15054
15055 2008-05-12  Bruno Haible  <bruno@clisp.org>
15056
15057         Update to Unicode 5.0.0.
15058         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
15059         LBP_JV, LBP_JT. Redistribute values.
15060         (unilbrk_table): Change size.
15061         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
15062         Unicode TR#14 rev. 22.
15063         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
15064         LBP_JV, LBP_JT. Redistribute values.
15065         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
15066         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
15067         Update.
15068         * lib/unilbrk/lbrkprop1.h: Regenerated.
15069         * lib/unilbrk/lbrkprop2.h: Regenerated.
15070         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
15071         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
15072         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
15073         Likewise.
15074         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
15075         Likewise.
15076         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
15077         result.
15078         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
15079         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
15080         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
15081         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
15082         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
15083         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
15084
15085 2008-05-11  Bruno Haible  <bruno@clisp.org>
15086
15087         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
15088
15089 2008-05-11  Bruno Haible  <bruno@clisp.org>
15090
15091         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
15092         * modules/unilbrk/gen-lbrk: New file.
15093
15094 2008-05-11  Bruno Haible  <bruno@clisp.org>
15095
15096         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
15097         * m4/sha512.m4 (gl_SHA512): Likewise.
15098
15099 2008-05-11  Jim Meyering  <meyering@redhat.com>
15100
15101         New modules: crypto/sha256, crypto/sha512 (from coreutils)
15102         * modules/crypto/sha256: New file.
15103         * modules/crypto/sha512: Likewise.
15104         * lib/sha256.c: Likewise.
15105         * lib/sha256.h: Likewise.
15106         * lib/sha512.c: Likewise.
15107         * lib/sha512.h: Likewise.
15108         * lib/u64.h: Likewise.
15109         * m4/sha256.m4: Likewise.
15110         * m4/sha512.m4: Likewise.
15111         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
15112
15113 2008-05-10  Bruno Haible  <bruno@clisp.org>
15114
15115         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
15116         (Input/Output <stdio.h>): Add xprintf.
15117         (Signal handling <signal.h>): Add strsignal.
15118         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
15119         (Core language properties): Add func.
15120         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
15121         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
15122         strings.
15123         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
15124         (Input/output): New section.
15125         (File system functions): Add openat-die, stat-macros.
15126         (Networking functions): Add sockets.
15127         (Unicode string functions): Add unictype/*.
15128         (Support for building libraries and executables): Add gperf.
15129         (Support for building documentation): Add agpl-3.0.
15130         (Misc): Add nocrash.
15131
15132 2008-05-10  Bruno Haible  <bruno@clisp.org>
15133
15134         * modules/unictype/gen-ctype: New file.
15135
15136 2008-05-10  Jim Meyering  <meyering@redhat.com>
15137
15138         Make chdir-safer.c more efficient on a system with no symlinks.
15139         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
15140         also if ELOOP is zero.  Suggested by Bruno Haible.
15141
15142         Make chdir-safer.c slightly safer.
15143         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
15144         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
15145
15146         Avoid compile failure on systems without ELOOP (like mingw).
15147         * lib/chdir-safer.c (ELOOP): Define if not already defined.
15148         Reported by Bruno Haible.
15149
15150 2008-05-10  Bruno Haible  <bruno@clisp.org>
15151
15152         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
15153         (is_utf8_encoding): Use a case-insensitive comparison.
15154         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
15155         streq.
15156
15157 2008-05-10  Bruno Haible  <bruno@clisp.org>
15158
15159         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
15160         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
15161         * lib/unilbrk/ulc-common.h (iconv_string_length,
15162         iconv_string_keeping_offsets): Remove declarations.
15163         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
15164         Don't include <iconv.h>, streq.h, xsize.h.
15165         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
15166         conversion.
15167         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
15168         <iconv.h>, streq.h, xsize.h.
15169         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
15170         conversion.
15171         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
15172         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
15173         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
15174         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
15175
15176 2008-05-10  Bruno Haible  <bruno@clisp.org>
15177
15178         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
15179         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
15180
15181         * modules/unilbrk/u32-width-linebreaks-tests: New file.
15182         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
15183
15184         * modules/unilbrk/u16-width-linebreaks-tests: New file.
15185         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
15186
15187         * modules/unilbrk/u8-width-linebreaks-tests: New file.
15188         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
15189
15190         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
15191         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
15192
15193         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
15194         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
15195
15196         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
15197         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
15198
15199         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
15200         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
15201
15202 2008-05-10  Bruno Haible  <bruno@clisp.org>
15203
15204         Split up 'linebreak' module.
15205         * lib/unilbrk.h: New file, based on lib/linebreak.h.
15206         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
15207         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
15208         modifications.
15209         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
15210         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
15211         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
15212         lib/linebreak.c.
15213         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
15214         lib/linebreak.c.
15215         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
15216         lib/linebreak.c.
15217         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
15218         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
15219         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
15220         lib/linebreak.c.
15221         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
15222         lib/linebreak.c.
15223         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
15224         lib/linebreak.c.
15225         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
15226         lib/linebreak.c.
15227         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
15228         lib/linebreak.c.
15229         * modules/unilbrk/base: New file.
15230         * modules/unilbrk/tables: New file.
15231         * modules/unilbrk/u8-possible-linebreaks: New file.
15232         * modules/unilbrk/u16-possible-linebreaks: New file.
15233         * modules/unilbrk/u32-possible-linebreaks: New file.
15234         * modules/unilbrk/ulc-common: New file.
15235         * modules/unilbrk/ulc-possible-linebreaks: New file.
15236         * modules/unilbrk/u8-width-linebreaks: New file.
15237         * modules/unilbrk/u16-width-linebreaks: New file.
15238         * modules/unilbrk/u32-width-linebreaks: New file.
15239         * modules/unilbrk/ulc-width-linebreaks: New file.
15240         * lib/linebreak.h: Remove file.
15241         * lib/linebreak.c: Remove file.
15242         * m4/linebreak.m4: Remove file.
15243         * modules/linebreak: Remove file.
15244         * NEWS: Mention the changes.
15245
15246 2008-05-09  Eric Blake  <ebb9@byu.net>
15247
15248         Add xmemdup0.
15249         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
15250         implementation.
15251         * lib/xmalloc.c (xmemdup0): New C implementation.
15252
15253 2008-05-08  Bruno Haible  <bruno@clisp.org>
15254
15255         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
15256
15257 2008-05-07  Eric Blake  <ebb9@byu.net>
15258
15259         Support cross-compilation of <wctype.h>.
15260         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
15261         AC_CACHE_CHECK.
15262
15263 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
15264
15265         * build-aux/vc-list-files: Add support for bzr.
15266
15267 2008-05-03  Jim Meyering  <meyering@redhat.com>
15268
15269         avoid failed assertion with tight malloc
15270         * tests/test-getndelim2.c: Correct an off-by-one assertion.
15271
15272 2008-05-03  Simon Josefsson  <simon@josefsson.org>
15273
15274         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
15275         are needed from arpa/inet.h.
15276         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
15277         Reported by Bruno Haible.
15278
15279 2008-05-02  Jim Meyering  <meyering@redhat.com>
15280
15281         avoid compilation error on FreeBSD 6
15282         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
15283
15284 2008-05-01  Jim Meyering  <meyering@redhat.com>
15285
15286         useless-if-before-free: correct --help's exit status description
15287         * build-aux/useless-if-before-free (usage): Like grep, exit 0
15288         for one or more matches, etc.  Reported by Bruno Haible.
15289
15290         vc-list-files: make the stand-alone gnulib test work
15291         * modules/vc-list-files-tests (configure.ac):
15292         Define and AC_SUBST abs_aux_dir.
15293         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
15294         $(abs_top_srcdir) to each script and having each of them
15295         duplicate the work of setting PATH, set PATH here, using
15296         the new variable, abs_aux_dir instead.
15297         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
15298         * tests/test-vc-list-files-git.sh: Likewise.
15299         Reported by Bruno Haible.
15300
15301 2008-05-01  Bruno Haible  <bruno@clisp.org>
15302
15303         * lib/getndelim2.c (getndelim2): Fix newsize computation during
15304         reallocation. Rename 'done' to 'found_delimiter'.
15305
15306 2008-05-01  Jim Meyering  <meyering@redhat.com>
15307
15308         vc-list-files: accommodate /bin/sh like the one from Solaris 10
15309         * build-aux/vc-list-files: Use `...`, not $(...).
15310
15311 2008-04-30  Jim Meyering  <meyering@redhat.com>
15312
15313         add tests for vc-list-files
15314         * modules/vc-list-files-tests: New module.
15315         * tests/test-vc-list-files-cvs.sh: New file.
15316         * tests/test-vc-list-files-git.sh: New file.
15317
15318         avoid a warning from gcc
15319         * lib/getndelim2.c (IF_LINT): Define.
15320         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
15321
15322         vc-list-files: work properly with build-aux/cvsu, too
15323         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
15324         to all cvs-based clauses.
15325
15326         vc-list-files: work properly in the CVS+awk case, too
15327         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
15328
15329         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
15330         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
15331         take more than one file argument, so .  Add quotes, just in case $dir
15332         ever contains a shell meta-character.  Prompted by Soren Hansen in
15333         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
15334
15335 2008-04-29  Eric Blake  <ebb9@byu.net>
15336
15337         Optimize getndelim2 to use block operations when possible.
15338         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
15339         freadseek, and memchr2.
15340         * lib/getndelim2.c (getndelim2): Use them for block reads.
15341
15342 2008-04-29  Bruno Haible  <bruno@clisp.org>
15343
15344         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
15345         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
15346         * modules/inet_ntop (Depends-on): Add extensions.
15347         * modules/inet_pton (Depends-on): Likewise.
15348         Reported by Simon Josefsson.
15349
15350 2008-04-29  Jim Meyering  <meyering@redhat.com>
15351
15352         When the is more than one match in a block, match all of them.
15353         * build-aux/useless-if-before-free: Iterate through each block
15354         until there are no more matches.
15355
15356         Fix broken useless-if-before-free script.
15357         * build-aux/useless-if-before-free: Fix typo: missing "?" after
15358         the expression to match cast of argument to free-like function.
15359
15360 2008-04-29  Eric Blake  <ebb9@byu.net>
15361
15362         Use new header.
15363         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
15364
15365 2008-04-29  Jim Meyering  <meyering@redhat.com>
15366
15367         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
15368         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
15369         by gnulib to exist and to declare e.g., inet_ntop.
15370         Don't include "inet_ntop.h", now removed.
15371
15372         * m4/arpa_inet_h.m4: Remove trailing blanks.
15373
15374 2008-04-29  Eric Blake  <ebb9@byu.net>
15375
15376         Silence valgrind on safe reads beyond potential array bounds.
15377         * lib/rawmemchr.valgrind: New file.
15378         * lib/strchrnul.valgrind: Likewise.
15379         * modules/rawmemchr (Files): Distribute new file.
15380         * modules/strchrnul (Files): Likewise.
15381         Suggested by Bruno Haible.
15382
15383 2008-04-29  Bruno Haible  <bruno@clisp.org>
15384
15385         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
15386         (inet_ntop, inet_pton): Change portability warning's wording.
15387         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
15388         Invoke gl_CHECK_NEXT_HEADERS.
15389         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
15390         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
15391         set ARPA_INET_H.
15392         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
15393         * modules/arpa_inet (Description): No longer only for systems that
15394         lack it.
15395         (Depends-on): Add include_next.
15396         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
15397         HAVE_ARPA_INET_H.
15398
15399 2008-04-29  Jim Meyering  <meyering@redhat.com>
15400
15401         * modules/mkdir (License): Re-license as LGPLv2+.
15402
15403 2008-04-29  Bruno Haible  <bruno@clisp.org>
15404
15405         * modules/rawmemchr (Maintainer): Set to Eric.
15406         * modules/strchrnul (Maintainer): Likewise.
15407
15408 2008-04-29  Simon Josefsson  <simon@josefsson.org>
15409
15410         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
15411         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
15412
15413         * modules/arpa_inet (arpa/inet.h): Use them.
15414
15415 2008-04-28  Eric Blake  <ebb9@byu.net>
15416
15417         Test getndelim2.
15418         * modules/getndelim2-tests: New file.
15419         * tests/test-getndelim2.c: Likewise.
15420         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
15421         stream.
15422         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
15423
15424         * MODULES.html.sh: Document new module.
15425
15426 2008-04-20  Bruno Haible  <bruno@clisp.org>
15427
15428         * lib/c-stack.c (die): Use raise.
15429         * modules/c-stack (Depends-on): Add raise.
15430
15431 2008-04-28  Bruno Haible  <bruno@clisp.org>
15432
15433         Expect rpmatch to be declared.
15434         * lib/yesno.c (rpmatch): Remove declaration.
15435
15436         Declare rpmatch.
15437         * lib/stdlib.in.h (rpmatch): New declaration.
15438         * lib/rpmatch.c: Include <stdlib.h> first.
15439         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
15440         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
15441         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
15442         HAVE_RPMATCH.
15443         * modules/rpmatch (Depends-on): Add stdlib, extensions.
15444         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15445         (Include): Set to <stdlib.h>.
15446         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
15447         HAVE_RPMATCH.
15448         * NEWS: Document the change.
15449
15450 2008-04-28  Bruno Haible  <bruno@clisp.org>
15451
15452         Change rpmatch to use nl_langinfo when appropriate.
15453         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
15454         (N_): New macro.
15455         (localized_pattern): New function/macro.
15456         (try): Remove match, nomatch arguments. Copy the pattern into safe
15457         memory before caching it.
15458         (rpmatch): Use localized_pattern. Add translator comments.
15459         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
15460         Suggested by Eric Blake.
15461         * modules/rpmatch (Depends-on): Add stdbool.
15462
15463 2008-04-28  Eric Blake  <ebb9@byu.net>
15464
15465         Add rawmemchr module, matching glibc.
15466         * modules/string (Makefile.am): New indicator.
15467         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
15468         * lib/string.in.h (rawmemchr): Declare when appropriate.
15469         * modules/rawmemchr: New file.
15470         * m4/rawmemchr.m4: Likewise.
15471         * lib/rawmemchr.c: Likewise.
15472         * modules/rawmemchr-tests: Likewise.
15473         * tests/test-rawmemchr.c: Likewise.
15474         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
15475         module.
15476         * modules/strchrnul (Depends-on): Add rawmemchr.
15477         * lib/strchrnul.c (strchrnul): Optimize a corner case.
15478
15479         Whitespace cleanup.
15480         * tests/test-strchrnul.c: Reindent.
15481         * lib/strchrnul.c: Likewise.
15482
15483         Optimize and test strchrnul.
15484         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
15485         * modules/strchrnul-tests: New file.
15486         * tests/test-strchrnul.c: Likewise.
15487
15488         Remove intprops dependency.
15489         * modules/memchr (Depends-on): Remove intprops.
15490         * modules/memrchr (Depends-on): Likewise.
15491         * modules/memchr2 (Depends-on): Likewise.
15492         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
15493         * lib/memrchr.c (__memrchr): Likewise.
15494         * lib/memrchr2.c (memchr2): Likewise.
15495         Reported by Simon Josefsson.
15496
15497 2008-04-28  Simon Josefsson  <simon@josefsson.org>
15498
15499         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
15500         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15501
15502 2008-04-28  Simon Josefsson  <simon@josefsson.org>
15503
15504         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
15505
15506         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
15507
15508         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
15509
15510         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
15511         declarations.
15512         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
15513
15514         * m4/inet_pton.m4: Don't check for header files.
15515
15516         * m4/inet_ntop.m4: Don't check for header files.
15517
15518 2008-04-28  Simon Josefsson  <simon@josefsson.org>
15519
15520         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
15521         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
15522         trigger for cygwin).
15523         Reported by Bruno Haible  <bruno@clisp.org>.
15524
15525 2008-04-28  Bruno Haible  <bruno@clisp.org>
15526
15527         * doc/posix-functions/strdup.texi: Mention mingw problem.
15528
15529 2008-04-27  Bruno Haible  <bruno@clisp.org>
15530
15531         * modules/stat-time-tests (Depends-on): Add sleep.
15532         * tests/test-stat-time.c (force_unlink): New function.
15533         (cleanup): Use it.
15534         (test_mtime): Remove the ctime related tests.
15535         (test_ctime): New function, containing the ctime related tests.
15536         (main): Call test_ctime, except on native Windows platforms.
15537
15538 2008-04-27  Bruno Haible  <bruno@clisp.org>
15539
15540         * lib/rpmatch.c (rpmatch): Add some comments.
15541         Reported by James Youngman <jay@gnu.org>.
15542
15543 2008-04-27  Bruno Haible  <bruno@clisp.org>
15544
15545         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
15546         quiet NaNs.
15547
15548 2008-04-27  Bruno Haible  <bruno@clisp.org>
15549
15550         Make test-yesno.sh work on mingw.
15551         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
15552         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
15553         (main): Set stdin to binary mode.
15554         * modules/yesno-tests (Depends-on): Add binary-io.
15555
15556 2008-04-27  Bruno Haible  <bruno@clisp.org>
15557
15558         Fix 'isfinite' on x86, x86_64, ia64 platforms.
15559         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
15560         argument that lie outside the IEEE 854 domain.
15561         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
15562         (gl_ISFINITE): Use it.
15563         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
15564
15565 2008-04-27  Bruno Haible  <bruno@clisp.org>
15566
15567         Allow local renaming in config.h.
15568         * lib/memrchr.c (memrchr): Don't undefine outside libc.
15569
15570 2008-04-27  Bruno Haible  <bruno@clisp.org>
15571
15572         * lib/memchr.c (__memchr): Change type of 'i'.
15573         * lib/memchr2.c (memchr2): Likewise.
15574
15575 2008-04-26  Eric Blake  <ebb9@byu.net>
15576         and Bruno Haible  <bruno@clisp.org>
15577
15578         Optimize and test memrchr.
15579         * modules/memrchr (Depends-on): Add intprops.
15580         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
15581         * modules/memrchr-tests: New file.
15582         * tests/test-memrchr.c: New file.
15583
15584 2008-04-26  Bruno Haible  <bruno@clisp.org>
15585
15586         Add tentative support for DragonFly BSD.
15587         * lib/stdio-impl.h: Add macros for DragonFly BSD.
15588         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
15589         fp.
15590         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
15591         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
15592         * lib/fpurge.c (fpurge): Likewise.
15593         * lib/freadable.c (freaadable): Likewise.
15594         * lib/freadahead.c (freadahead): Likewise.
15595         * lib/freading.c (freading): Likewise.
15596         * lib/freadptr.c (freadptr): Likewise.
15597         * lib/freadseek.c (freadptrinc): Likewise.
15598         * lib/fseeko.c (fseeko): Likewise.
15599         * lib/fseterr.c (fseterr): Likewise.
15600         * lib/fwritable.c (fwritable): Likewise.
15601         * lib/fwriting.c (fwriting): Likewise.
15602
15603 2008-04-26  Bruno Haible  <bruno@clisp.org>
15604
15605         * lib/stdio-impl.h: New file.
15606         * lib/fbufmode.c: Include stdio-impl.h.
15607         (fbufmode): Use fp_, remove redundant #defines.
15608         * lib/fflush.c: Include stdio-impl.h.
15609         (clear_ungetc_buffer): Remove redundant #defines.
15610         * lib/fpurge.c: Include stdio-impl.h.
15611         (fpurge): Remove redundant #defines.
15612         * lib/freadable.c: Include stdio-impl.h.
15613         (freadable): Remove redundant #defines.
15614         * lib/freadahead.c: Include stdio-impl.h.
15615         (freadahead): Remove redundant #defines.
15616         * lib/freading.c: Include stdio-impl.h.
15617         (freading): Remove redundant #defines.
15618         * lib/freadptr.c: Include stdio-impl.h.
15619         (freadptr): Remove redundant #defines.
15620         * lib/freadseek.c: Include stdio-impl.h.
15621         (freadptrinc): Remove redundant #defines.
15622         * lib/fseeko.c: Include stdio-impl.h.
15623         (rpl_fseeko): Remove redundant #defines.
15624         * lib/fseterr.c: Include stdio-impl.h.
15625         (fseterr): Remove redundant #defines.
15626         * lib/fwritable.c: Include stdio-impl.h.
15627         (fwritable: Remove redundant #defines.
15628         * lib/fwriting.c: Include stdio-impl.h.
15629         (fwriting): Remove redundant #defines.
15630         * modules/fbufmode (Files): Add lib/stdio-impl.h.
15631         * modules/fflush (Files): Likewise.
15632         * modules/fpurge (Files): Likewise.
15633         * modules/freadable (Files): Likewise.
15634         * modules/freadahead (Files): Likewise.
15635         * modules/freading (Files): Likewise.
15636         * modules/freadptr (Files): Likewise.
15637         * modules/freadseek (Files): Likewise.
15638         * modules/fseeko (Files): Likewise.
15639         * modules/fseterr (Files): Likewise.
15640         * modules/fwritable (Files): Likewise.
15641         * modules/fwriting (Files): Likewise.
15642
15643 2008-04-26  Bruno Haible  <bruno@clisp.org>
15644
15645         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
15646         restore_seek_optimization, update_fpos_cache): New functions, extracted
15647         from rpl_fflush.
15648         (rpl_fflush): Use them.
15649         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
15650         (gl_REPLACE_FFLUSH): Use it.
15651
15652 2008-04-26  Bruno Haible  <bruno@clisp.org>
15653
15654         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
15655         on Solaris.
15656         * tests/test-xstrtoimax.sh: Likewise.
15657         * tests/test-xstrtoumax.sh: Likewise.
15658         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15659
15660 2008-04-26  Bruno Haible  <bruno@clisp.org>
15661
15662         * modules/memchr-tests: New file.
15663         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
15664
15665 2008-04-26  Eric Blake  <ebb9@byu.net>
15666             Bruno Haible  <bruno@clisp.org>
15667
15668         * lib/memchr.c: Include intprops.h.
15669         (__memchr): Optimize parallel detection of matching bytes. Rename local
15670         variables. Add explanatory comments.
15671
15672 2008-04-26  Bruno Haible  <bruno@clisp.org>
15673
15674         Fix module 'memchr', broken since 2000-10-28.
15675         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
15676
15677 2008-04-26  Bruno Haible  <bruno@clisp.org>
15678
15679         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
15680         comments.
15681
15682 2008-04-25  Eric Blake  <ebb9@byu.net>
15683
15684         Use native fstatat on cygwin 1.7.0.
15685         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
15686         first.
15687
15688 2008-04-23  Eric Blake  <ebb9@byu.net>
15689
15690         Improve memchr2 performance.
15691         * lib/memchr2.c (memchr2): Further optimize parallel detection of
15692         NUL bytes.
15693         * modules/memchr2 (Depends-on): Use intprops.h.
15694
15695 2008-04-23  Simon Josefsson  <simon@josefsson.org>
15696
15697         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
15698         an inline function instead of a CPP macro.  Patch by Ben Pfaff
15699         <blp@cs.stanford.edu>.
15700
15701 2008-04-23  Simon Josefsson  <simon@josefsson.org>
15702
15703         * lib/arpa_inet.in.h: New file.
15704
15705         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
15706         (Makefile.am): Sed in substitute header file.
15707
15708         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
15709         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
15710
15711         * modules/inet_ntop (configure.ac): Use
15712         gl_ARPA_INET_MODULE_INDICATOR.
15713
15714         * modules/inet_pton (configure.ac): Use
15715         gl_ARPA_INET_MODULE_INDICATOR.
15716
15717 2008-04-22  Jim Meyering  <meyering@redhat.com>
15718
15719         * modules/verify (License): Re-license as LGPLv2+.
15720
15721 2008-04-22  Simon Josefsson  <simon@josefsson.org>
15722
15723         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
15724         parameter to void* as per POSIX standard (MinGW uses char*).
15725
15726 2008-04-21  Bruno Haible  <bruno@clisp.org>
15727
15728         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
15729         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
15730         Define to replacements if REPLACE_ISWCNTRL is 1.
15731         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
15732         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
15733         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
15734         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
15735         what it fixes.
15736         * doc/posix-functions/iswalpha.texi: Likewise.
15737         * doc/posix-functions/iswblank.texi: Likewise.
15738         * doc/posix-functions/iswcntrl.texi: Likewise.
15739         * doc/posix-functions/iswdigit.texi: Likewise.
15740         * doc/posix-functions/iswgraph.texi: Likewise.
15741         * doc/posix-functions/iswlower.texi: Likewise.
15742         * doc/posix-functions/iswprint.texi: Likewise.
15743         * doc/posix-functions/iswpunct.texi: Likewise.
15744         * doc/posix-functions/iswspace.texi: Likewise.
15745         * doc/posix-functions/iswupper.texi: Likewise.
15746         * doc/posix-functions/iswxdigit.texi: Likewise.
15747         Reported by Alain Guibert.
15748
15749 2008-04-21  Bruno Haible  <bruno@clisp.org>
15750
15751         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
15752         Patch by Alain Guibert.
15753
15754 2008-04-21  Bruno Haible  <bruno@clisp.org>
15755
15756         Fix test failures on mingw.
15757         * tests/test-xstrtol.c (print_no_progname): New function.
15758         (main): Install it in error_print_progname hook.
15759         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
15760         * tests/test-xstrtoimax.sh: Likewise.
15761         * tests/test-xstrtoumax.sh: Likewise.
15762
15763 2008-04-21  Bruno Haible  <bruno@clisp.org>
15764
15765         Fix test failure on mingw.
15766         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
15767
15768 2008-04-21  Bruno Haible  <bruno@clisp.org>
15769
15770         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
15771         Actually assign a value.
15772
15773 2008-04-20  Bruno Haible  <bruno@clisp.org>
15774
15775         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
15776         take 2.
15777         * lib/canonicalize.c (canonicalize_file_name): Elide if the
15778         'canonicalize-lgpl' module is also used.
15779         * lib/canonicalize-lgpl.c: Undo last change.
15780         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
15781
15782 2008-04-20  Bruno Haible  <bruno@clisp.org>
15783
15784         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
15785         config.h. Provide _mkdir based fallback for mingw.
15786         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
15787         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
15788         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
15789         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
15790         rather than defining mkdir in config.h.
15791         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
15792         (gl_SYS_STAT_H_DEFAULTS): New macro.
15793         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
15794         HAVE_IO_H any more.
15795         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
15796         HAVE_DECL_MKDIR and HAVE_IO_H.
15797
15798 2008-04-20  Bruno Haible  <bruno@clisp.org>
15799
15800         * lib/isapipe.c: Port to native Windows platforms.
15801
15802 2008-04-20  Bruno Haible  <bruno@clisp.org>
15803
15804         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
15805
15806 2008-04-21  Eric Blake  <ebb9@byu.net>
15807
15808         Work around preprocessors that don't handle UINTMAX_MAX.
15809         * lib/memchr2.c (memchr2): Avoid embedded #if.
15810         Reported by Alain Guibert, fix suggested by Bruno Haible.
15811
15812 2008-04-21  Simon Josefsson  <simon@josefsson.org>
15813
15814         * doc/posix-functions/strftime.texi (strftime): Explain better
15815         Windows incompatibility.  Suggested by Micah Cowan
15816         <micah@cowan.name>.
15817
15818 2008-04-20  Bruno Haible  <bruno@clisp.org>
15819
15820         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
15821         unistr/u8-mblen.
15822
15823 2008-04-20  Bruno Haible  <bruno@clisp.org>
15824
15825         Fix test failure on platforms with non-GNU iconv.
15826         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
15827         (U_TO_U8): Use it, rather than u16_to_u8.
15828         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
15829         units at the end of the input string.
15830         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
15831
15832 2008-04-20  Bruno Haible  <bruno@clisp.org>
15833
15834         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
15835         when the resulting length is 0.
15836         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
15837
15838 2008-04-20  Bruno Haible  <bruno@clisp.org>
15839
15840         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
15841         works.
15842         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
15843
15844 2008-04-20  Bruno Haible  <bruno@clisp.org>
15845
15846         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
15847         * modules/tsearch-tests (configure.ac): Test for initstate function.
15848
15849 2008-04-20  Bruno Haible  <bruno@clisp.org>
15850
15851         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
15852         for nlink_t if missing.
15853         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
15854
15855 2008-04-19  Bruno Haible  <bruno@clisp.org>
15856
15857         Work around snprintf bug on Linux libc5.
15858         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
15859         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15860         gl_SNPRINTF_SIZE1.
15861         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15862         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
15863         that test failed.
15864         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
15865         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
15866         * modules/snprintf (Files): Add m4/printf.m4.
15867         * modules/vsnprintf (Files): Likewise.
15868         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
15869         * doc/posix-functions/vsnprintf.texi: Likewise.
15870
15871 2008-04-19  Bruno Haible  <bruno@clisp.org>
15872
15873         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
15874         from 0.0058 to less than 10^-7.
15875
15876 2008-04-19  Bruno Haible  <bruno@clisp.org>
15877
15878         Fix rounding when a precision is given.
15879         * lib/vasnprintf.c (is_borderline): New function.
15880         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
15881         9...9x.
15882         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
15883         %e, %g.
15884         * tests/test-vasprintf-posix.c (test_function): Likewise.
15885         * tests/test-snprintf-posix.h (test_function): Likewise.
15886         * tests/test-sprintf-posix.h (test_function): Likewise.
15887         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
15888         * tests/test-printf-posix.h (test_function): Likewise.
15889         * tests/test-printf-posix.output: Update.
15890         Reported by John Darrington <john@darrington.wattle.id.au> via
15891         Ben Pfaff <blp@cs.stanford.edu>.
15892
15893 2008-04-18  Simon Josefsson  <simon@josefsson.org>
15894
15895         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
15896         Suggested by Bruno Haible <bruno@clisp.org>.
15897
15898 2008-04-17  Bruno Haible  <bruno@clisp.org>
15899
15900         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
15901         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
15902         implementation.
15903         Patch by Bruce Merry <bmerry@gmail.com>.
15904
15905 2008-04-17  Simon Josefsson  <simon@josefsson.org>
15906
15907         * doc/posix-functions/strftime.texi (strftime): Mention that %e
15908         doesn't work under Windows.
15909
15910 2008-04-16  Bruno Haible  <bruno@clisp.org>
15911
15912         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
15913         New macros.
15914         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
15915         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
15916         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
15917         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
15918         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
15919         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
15920         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
15921         macros.
15922         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
15923         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
15924         Northern Sotho, Uighur.
15925
15926 2008-04-16  Bruno Haible  <bruno@clisp.org>
15927
15928         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
15929         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
15930         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
15931         Reported by Daniel Bergström <daniel@octocode.com>.
15932
15933 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
15934             Bruno Haible  <bruno@clisp.org>
15935
15936         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
15937         function.
15938         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
15939         New functions, mostly extracted from gl_locale_name_default.
15940         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
15941
15942 2008-04-16  Eric Blake  <ebb9@byu.net>
15943
15944         Adjust strtod detection to catch glibc 2.7 bug.
15945         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
15946         Reported by John Gatewood Ham.
15947
15948 2008-04-16  Bruno Haible  <bruno@clisp.org>
15949
15950         Add tentative support for Linux libc5.
15951         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
15952         * lib/fpurge.c (fpurge): Likewise.
15953         * lib/freadable.c (freadable): Likewise.
15954         * lib/freadahead.c (freadahead): Likewise.
15955         * lib/freading.c (freading): Likewise.
15956         * lib/freadptr.c (freadptr): Likewise.
15957         * lib/freadseek.c (freadptrinc): Likewise.
15958         * lib/fseeko.c (rpl_fseeko): Likewise.
15959         * lib/fseterr.c (fseterr): Likewise.
15960         * lib/fwritable.c (fwritable): Likewise.
15961         * lib/fwriting.c (fwriting): Likewise.
15962         Reported by Alain Guibert <alguibert+bts@free.fr>.
15963
15964 2008-04-15  Bruno Haible  <bruno@clisp.org>
15965
15966         * modules/mathl (configure.ac): Define module indicator.
15967
15968 2008-04-15  Bruno Haible  <bruno@clisp.org>
15969
15970         * lib/logl.c (logl): Remove unused variables.
15971
15972 2008-04-15  Bruno Haible  <bruno@clisp.org>
15973
15974         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
15975         fails.
15976
15977 2008-04-15  Bruno Haible  <bruno@clisp.org>
15978
15979         * lib/trim.c (trim2): Fix argument of isspace() macro.
15980
15981 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
15982
15983         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
15984         to 0.
15985         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
15986
15987 2008-04-14  Bruno Haible  <bruno@clisp.org>
15988
15989         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
15990         AC_LANG_PROGRAM argument.
15991         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
15992         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
15993         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
15994         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
15995         * m4/math_h.m4 (gl_MATH_H): Likewise.
15996         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
15997         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
15998         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
15999         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
16000         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
16001         * m4/regex.m4 (gl_REGEX): Likewise.
16002         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
16003         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
16004         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
16005         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
16006         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
16007         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
16008         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
16009         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
16010
16011 2008-04-14  Jim Meyering  <meyering@redhat.com>
16012
16013         test-strtod: fix typos: s/abs/fabs/
16014         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
16015
16016 2008-04-13  Bruno Haible  <bruno@clisp.org>
16017
16018         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
16019         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
16020         module is also used and while not building the reloc-wrapper.
16021
16022 2008-04-13  Bruno Haible  <bruno@clisp.org>
16023
16024         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
16025
16026 2008-04-13  Bruno Haible  <bruno@clisp.org>
16027
16028         Fix AIX compilation failure introduced on 2008-04-02.
16029         * tests/test-frexp.c (exp): Undefine before redefining.
16030         * tests/test-frexpl.c (exp): Likewise.
16031
16032 2008-04-13  Bruno Haible  <bruno@clisp.org>
16033
16034         Work around a HP-UX stdio bug.
16035         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
16036         * tests/test-ftello.c (main): Likewise.
16037         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
16038         * doc/posix-functions/ftello.texi: Likewise.
16039
16040 2008-04-13  Bruno Haible  <bruno@clisp.org>
16041
16042         Make test-signbit pass on HP-UX/hppa.
16043         * tests/test-signbit.c (minus_zerol): New variable.
16044         (test_signbitl): Use it.
16045
16046 2008-04-13  Bruno Haible  <bruno@clisp.org>
16047
16048         Make truncl work on OSF/1 4.0.
16049         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
16050         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
16051         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
16052         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
16053         HAVE_DECL_TRUNCL.
16054         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
16055         HAVE_DECL_TRUNCL.
16056         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
16057
16058 2008-04-13  Bruno Haible  <bruno@clisp.org>
16059
16060         * lib/unictype.h: Remove trailing comma from enumeration definitions.
16061
16062 2008-04-13  Bruno Haible  <bruno@clisp.org>
16063
16064         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
16065         expression, so as to avoid HP-UX 11 cc compiler bug.
16066
16067 2008-04-13  Bruno Haible  <bruno@clisp.org>
16068
16069         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
16070
16071 2008-04-13  Bruno Haible  <bruno@clisp.org>
16072
16073         * lib/git-merge-changelog.c: Remove empty declaration outside of
16074         functions.
16075
16076 2008-04-13  Bruno Haible  <bruno@clisp.org>
16077
16078         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
16079
16080 2008-04-13  Bruno Haible  <bruno@clisp.org>
16081
16082         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
16083         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
16084         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
16085         also if it exists but lacks definitions of the SHUT_* macros.
16086         * modules/sys_socket (Description): Update.
16087         Reported by Elbert Pol <e.pol@chello.nl>.
16088
16089 2008-04-13  Bruno Haible  <bruno@clisp.org>
16090
16091         * lib/localcharset.c (OS2): Don't redefine if already defined.
16092         Reported by Elbert Pol <e.pol@chello.nl>.
16093
16094 2008-04-13  Bruno Haible  <bruno@clisp.org>
16095
16096         * lib/binary-io.h [__EMX__]: Include <io.h>.
16097         Reported by Elbert Pol <e.pol@chello.nl>.
16098
16099 2008-04-12  Bruno Haible  <bruno@clisp.org>
16100
16101         * lib/fpucw.h: Enable the definitions also for x86_64.
16102         Needed for NetBSD/x86_64.
16103         Reported by Thomas Klausner <tk@giga.or.at>.
16104
16105 2008-04-12  Bruno Haible  <bruno@clisp.org>
16106
16107         * tests/test-strtod.c: Include isnand.h.
16108         (main): Use isnand instead of isnan.
16109         Reported by Jim Meyering.
16110
16111 2008-04-12  Bruno Haible  <bruno@clisp.org>
16112
16113         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
16114         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
16115
16116 2008-04-12  Jim Meyering  <meyering@redhat.com>
16117
16118         * m4/math_h.m4 (gl_MATH_H): Fix typos.
16119
16120 2008-04-12  Bruno Haible  <bruno@clisp.org>
16121
16122         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
16123         Reported by Elbert Pol <e.pol@chello.nl>.
16124
16125 2008-04-12  Eric Blake  <ebb9@byu.net>
16126
16127         Work around Solaris 10 math.h bug.
16128         * m4/math_h.m4 (gl_MATH_H): Check for bug.
16129         (gl_MATH_H_DEFAULTS): Set up default.
16130         * modules/math (Makefile.am): Replace new indicators.
16131         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
16132         * tests/test-math.c (main): Test this.
16133         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
16134         * doc/posix-headers/math.texi (math.h): Mention bug.
16135         Reported by Nelson H. F. Beebe and Jim Meyering.
16136
16137 2008-04-11  Bruno Haible  <bruno@clisp.org>
16138
16139         Adapt to future versions of Apple GCC.
16140         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
16141         Reported by Peter O'Gorman <peter@pogma.com>.
16142
16143 2008-04-11  Bruno Haible  <bruno@clisp.org>
16144
16145         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
16146
16147 2008-04-11  Bruno Haible  <bruno@clisp.org>
16148
16149         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
16150
16151         * modules/getaddrinfo-tests (Makefile.am): Define
16152         test_getaddrinfo_LDADD.
16153
16154 2008-04-11  Bruno Haible  <bruno@clisp.org>
16155
16156         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
16157         (init): Fix syntax error.
16158         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
16159         is declared.
16160
16161 2008-04-11  Bruno Haible  <bruno@clisp.org>
16162
16163         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
16164         * modules/glob (Depends-on): Add stdbool.
16165
16166 2008-04-11  Bruno Haible  <bruno@clisp.org>
16167
16168         * lib/trim.c: Include <string.h>.
16169
16170 2008-04-11  Eric Blake  <ebb9@byu.net>
16171
16172         Avoid compile failure on OS/2.
16173         * lib/regex_internal.h (internal_function): Disable optimization
16174         on OS/2 (__EMX__), where it caused compiler error.
16175         Reported by Elbert Pol.
16176
16177 2008-04-11  Bruno Haible  <bruno@clisp.org>
16178
16179         Flush the standard error stream before aborting. Needed on mingw.
16180         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
16181         * tests/test-array_list.c (ASSERT): Likewise.
16182         * tests/test-array_oset.c (ASSERT): Likewise.
16183         * tests/test-avltree_list.c (ASSERT): Likewise.
16184         * tests/test-avltree_oset.c (ASSERT): Likewise.
16185         * tests/test-avltreehash_list.c (ASSERT): Likewise.
16186         * tests/test-binary-io.c (ASSERT): Likewise.
16187         * tests/test-byteswap.c (ASSERT): Likewise.
16188         * tests/test-c-ctype.c (ASSERT): Likewise.
16189         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
16190         * tests/test-c-strcasestr.c (ASSERT): Likewise.
16191         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
16192         * tests/test-c-strstr.c (ASSERT): Likewise.
16193         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
16194         * tests/test-canonicalize.c (ASSERT): Likewise.
16195         * tests/test-carray_list.c (ASSERT): Likewise.
16196         * tests/test-ceilf1.c (ASSERT): Likewise.
16197         * tests/test-ceilf2.c (ASSERT): Likewise.
16198         * tests/test-ceill.c (ASSERT): Likewise.
16199         * tests/test-count-one-bits.c (ASSERT): Likewise.
16200         * tests/test-fbufmode.c (ASSERT): Likewise.
16201         * tests/test-fflush2.c (ASSERT): Likewise.
16202         * tests/test-floorf1.c (ASSERT): Likewise.
16203         * tests/test-floorf2.c (ASSERT): Likewise.
16204         * tests/test-floorl.c (ASSERT): Likewise.
16205         * tests/test-fopen.c (ASSERT): Likewise.
16206         * tests/test-fpending.c (ASSERT): Likewise.
16207         * tests/test-fprintf-posix.c (ASSERT): Likewise.
16208         * tests/test-fpurge.c (ASSERT): Likewise.
16209         * tests/test-freadable.c (ASSERT): Likewise.
16210         * tests/test-freadahead.c (ASSERT): Likewise.
16211         * tests/test-freading.c (ASSERT): Likewise.
16212         * tests/test-freadptr.c (ASSERT): Likewise.
16213         * tests/test-freadptr2.c (ASSERT): Likewise.
16214         * tests/test-freadseek.c (ASSERT): Likewise.
16215         * tests/test-freopen.c (ASSERT): Likewise.
16216         * tests/test-frexp.c (ASSERT): Likewise.
16217         * tests/test-frexpl.c (ASSERT): Likewise.
16218         * tests/test-fseek.c (ASSERT): Likewise.
16219         * tests/test-fseeko.c (ASSERT): Likewise.
16220         * tests/test-fstrcmp.c (ASSERT): Likewise.
16221         * tests/test-ftell.c (ASSERT): Likewise.
16222         * tests/test-ftello.c (ASSERT): Likewise.
16223         * tests/test-func.c (ASSERT): Likewise.
16224         * tests/test-fwritable.c (ASSERT): Likewise.
16225         * tests/test-fwriting.c (ASSERT): Likewise.
16226         * tests/test-getdelim.c (ASSERT): Likewise.
16227         * tests/test-getline.c (ASSERT): Likewise.
16228         * tests/test-i-ring.c (ASSERT): Likewise.
16229         * tests/test-iconv-utf.c (ASSERT): Likewise.
16230         * tests/test-iconv.c (ASSERT): Likewise.
16231         * tests/test-isfinite.c (ASSERT): Likewise.
16232         * tests/test-isnand.c (ASSERT): Likewise.
16233         * tests/test-isnanf.c (ASSERT): Likewise.
16234         * tests/test-isnanl.h (ASSERT): Likewise.
16235         * tests/test-ldexpl.c (ASSERT): Likewise.
16236         * tests/test-linked_list.c (ASSERT): Likewise.
16237         * tests/test-linkedhash_list.c (ASSERT): Likewise.
16238         * tests/test-localename.c (ASSERT): Likewise.
16239         * tests/test-lseek.c (ASSERT): Likewise.
16240         * tests/test-mbscasecmp.c (ASSERT): Likewise.
16241         * tests/test-mbscasestr1.c (ASSERT): Likewise.
16242         * tests/test-mbscasestr2.c (ASSERT): Likewise.
16243         * tests/test-mbscasestr3.c (ASSERT): Likewise.
16244         * tests/test-mbscasestr4.c (ASSERT): Likewise.
16245         * tests/test-mbschr.c (ASSERT): Likewise.
16246         * tests/test-mbscspn.c (ASSERT): Likewise.
16247         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
16248         * tests/test-mbspbrk.c (ASSERT): Likewise.
16249         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
16250         * tests/test-mbsrchr.c (ASSERT): Likewise.
16251         * tests/test-mbsspn.c (ASSERT): Likewise.
16252         * tests/test-mbsstr1.c (ASSERT): Likewise.
16253         * tests/test-mbsstr2.c (ASSERT): Likewise.
16254         * tests/test-mbsstr3.c (ASSERT): Likewise.
16255         * tests/test-memchr2.c (ASSERT): Likewise.
16256         * tests/test-memmem.c (ASSERT): Likewise.
16257         * tests/test-open.c (ASSERT): Likewise.
16258         * tests/test-printf-frexp.c (ASSERT): Likewise.
16259         * tests/test-printf-frexpl.c (ASSERT): Likewise.
16260         * tests/test-printf-posix.c (ASSERT): Likewise.
16261         * tests/test-quotearg.c (ASSERT): Likewise.
16262         * tests/test-rbtree_list.c (ASSERT): Likewise.
16263         * tests/test-rbtree_oset.c (ASSERT): Likewise.
16264         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
16265         * tests/test-round1.c (ASSERT): Likewise.
16266         * tests/test-roundf1.c (ASSERT): Likewise.
16267         * tests/test-roundl.c (ASSERT): Likewise.
16268         * tests/test-signbit.c (ASSERT): Likewise.
16269         * tests/test-sleep.c (ASSERT): Likewise.
16270         * tests/test-snprintf-posix.c (ASSERT): Likewise.
16271         * tests/test-snprintf.c (ASSERT): Likewise.
16272         * tests/test-sprintf-posix.c (ASSERT): Likewise.
16273         * tests/test-stat-time.c (ASSERT): Likewise.
16274         * tests/test-strcasestr.c (ASSERT): Likewise.
16275         * tests/test-strerror.c (ASSERT): Likewise.
16276         * tests/test-striconv.c (ASSERT): Likewise.
16277         * tests/test-striconveh.c (ASSERT): Likewise.
16278         * tests/test-striconveha.c (ASSERT): Likewise.
16279         * tests/test-strsignal.c (ASSERT): Likewise.
16280         * tests/test-strstr.c (ASSERT): Likewise.
16281         * tests/test-strtod.c (ASSERT): Likewise.
16282         * tests/test-trunc1.c (ASSERT): Likewise.
16283         * tests/test-trunc2.c (ASSERT): Likewise.
16284         * tests/test-truncf1.c (ASSERT): Likewise.
16285         * tests/test-truncf2.c (ASSERT): Likewise.
16286         * tests/test-truncl.c (ASSERT): Likewise.
16287         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
16288         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
16289         * tests/test-vasnprintf.c (ASSERT): Likewise.
16290         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
16291         * tests/test-vasprintf.c (ASSERT): Likewise.
16292         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
16293         * tests/test-vprintf-posix.c (ASSERT): Likewise.
16294         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
16295         * tests/test-vsnprintf.c (ASSERT): Likewise.
16296         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
16297         * tests/test-wcwidth.c (ASSERT): Likewise.
16298         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
16299         * tests/test-xprintf-posix.c (ASSERT): Likewise.
16300         * tests/test-xvasprintf.c (ASSERT): Likewise.
16301         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
16302         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
16303         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
16304         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
16305         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
16306         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
16307         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
16308         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
16309         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
16310         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
16311         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
16312         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
16313         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
16314         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
16315         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
16316         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
16317         * tests/unictype/test-block_list.c (ASSERT): Likewise.
16318         * tests/unictype/test-block_of.c (ASSERT): Likewise.
16319         * tests/unictype/test-block_test.c (ASSERT): Likewise.
16320         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
16321         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
16322         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
16323         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
16324         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
16325         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
16326         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
16327         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
16328         * tests/unictype/test-combining.c (ASSERT): Likewise.
16329         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
16330         * tests/unictype/test-digit.c (ASSERT): Likewise.
16331         * tests/unictype/test-mirror.c (ASSERT): Likewise.
16332         * tests/unictype/test-numeric.c (ASSERT): Likewise.
16333         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
16334         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
16335         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
16336         * tests/unictype/test-scripts.c (ASSERT): Likewise.
16337         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
16338         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
16339         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
16340         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
16341         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
16342         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
16343         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
16344         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
16345         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
16346         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
16347         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
16348         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
16349         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
16350         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
16351         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
16352         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
16353         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
16354         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
16355         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
16356         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
16357         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
16358         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
16359         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
16360         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
16361         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
16362         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
16363         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
16364         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
16365         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
16366         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
16367         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
16368         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
16369         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
16370         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
16371         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
16372         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
16373         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
16374         Reported by Eric Blake.
16375
16376 2008-04-11  Bruno Haible  <bruno@clisp.org>
16377
16378         * lib/wchar.in.h: Tweak comment.
16379
16380 2008-04-11  Bruno Haible  <bruno@clisp.org>
16381
16382         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
16383         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
16384         gl_COMMON.
16385         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
16386
16387 2008-04-11  Bruno Haible  <bruno@clisp.org>
16388
16389         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
16390
16391 2008-04-11  Simon Josefsson  <simon@josefsson.org>
16392
16393         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
16394         of attempting to use non-existing /dev/*random.  Based on patch
16395         from Adam Strzelecki <ono@java.pl> in
16396         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
16397
16398 2008-04-08  Bruno Haible  <bruno@clisp.org>
16399
16400         Add tentative support for emx+gcc.
16401         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
16402         * lib/fpurge.c (fpurge): Likewise.
16403         * lib/freadable.c (freadable): Likewise.
16404         * lib/freadahead.c (freadahead): Likewise.
16405         * lib/freading.c (freading): Likewise.
16406         * lib/freadptr.c (freadptr): Likewise.
16407         * lib/freadseek.c (freadptrinc): Likewise.
16408         * lib/fseeko.c (rpl_fseeko): Likewise.
16409         * lib/fseterr.c (fseterr): Likewise.
16410         * lib/fwritable.c (fwritable): Likewise.
16411         * lib/fwriting.c (fwriting): Likewise.
16412         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
16413
16414 2008-04-09  Eric Blake  <ebb9@byu.net>
16415
16416         Avoid some autoconf warnings.
16417         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
16418         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
16419         * m4/afs.m4 (gl_AFS): Likewise.
16420         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
16421         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
16422         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
16423         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
16424         (gl_INTEGER_TYPE_SUFFIX): Likewise.
16425         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
16426         (AC_CHECK_DECLS_ONCE): Likewise.
16427         Rename file...
16428         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
16429         gnulib-tool requires autoconf 2.59 or better.
16430         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
16431
16432 2008-04-08  Eric Blake  <ebb9@byu.net>
16433
16434         Use 'git describe --match' if present (added in git 1.5.5).
16435         * build-aux/git-version-gen: Limit result to tags that match 'v*'
16436         if possible.
16437
16438 2008-04-08  Bruno Haible  <bruno@clisp.org>
16439
16440         Add tentative support for OpenServer.
16441         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
16442         _ptr, _cnt.
16443         * lib/fpurge.c (fpurge): Likewise.
16444         * lib/freadable.c (freadable): Likewise.
16445         * lib/freadahead.c (freadahead): Likewise.
16446         * lib/freading.c (freading): Likewise.
16447         * lib/freadptr.c (freadptr): Likewise.
16448         * lib/freadseek.c (freadptrinc): Likewise.
16449         * lib/fseeko.c (rpl_fseeko): Likewise.
16450         * lib/fseterr.c (fseterr): Likewise.
16451         * lib/fwritable.c (fwritable): Likewise.
16452         * lib/fwriting.c (fwriting): Likewise.
16453         Reported by Roger Cornelius <rac@tenzing.org> and
16454         Brian K. White <brian@aljex.com>.
16455
16456 2008-04-06  Jim Meyering  <meyering@redhat.com>
16457
16458         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
16459
16460 2008-04-06  Bruno Haible  <bruno@clisp.org>
16461
16462         Avoid possible error with non-ASCII bytes in UTF-8 locales.
16463         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
16464         * tests/test-printf-posix.sh: Likewise.
16465         * tests/test-vfprintf-posix.sh: Likewise.
16466         * tests/test-vprintf-posix.sh: Likewise.
16467         * tests/test-xprintf-posix.sh: Likewise.
16468
16469 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16470
16471         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
16472         hide error from 'ls', needed on OS/2.
16473         Report by Elbert Pol <elbert.pol@gmail.com>.
16474
16475 2008-04-04  Eric Blake  <ebb9@byu.net>
16476
16477         Make test-fseeko.c failures meaningful.
16478         * tests/test-fseeko.c: Print line number on failure.
16479         * tests/test-fseek.c: Likewise.
16480         Reported by Nelson H. F. Beebe.
16481
16482         Improve strtod bug detection check.
16483         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
16484         required for Solaris 10.
16485         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
16486
16487 2008-04-04  Bruno Haible  <bruno@clisp.org>
16488
16489         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
16490         by m4/setenv.m4.
16491
16492 2008-04-03  Eric Blake  <ebb9@byu.net>
16493
16494         Ensure sane .version contents.
16495         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
16496         version string.
16497         * build-aux/git-version-gen: Improve documentation.
16498
16499         Make GNU make output nicer.
16500         * top/GNUmakefile [!_have-Makefile]: Add dependency on
16501         MAKECMDGOALS to enforce message for all command line targets.  Set
16502         srcdir for use in maint.mk.
16503
16504         Another maintainer tweak.
16505         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
16506         a target that regenerates version.
16507
16508 2008-04-03  Jim Meyering  <meyering@redhat.com>
16509
16510         vc-list-files: don't cause coreutils "make po-check" failure
16511         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
16512
16513 2008-04-03  Eric Blake  <ebb9@byu.net>
16514
16515         Allow VPATH usage of vc-list-files.
16516         * build-aux/vc-list-files (scriptversion): Add timestamp.
16517         (options): Add --help, --version, -C.
16518         (CVS): Support installed cvsu.
16519
16520 2008-04-02  Bruno Haible  <bruno@clisp.org>
16521
16522         Avoid some "statement with no effect" warnings from gcc.
16523         * tests/test-wctype.c (main): Explicitly ignore unused values.
16524         Reported by Jim Meyering.
16525
16526 2008-04-02  Jim Meyering  <meyering@redhat.com>
16527
16528         Avoid some warnings from "gcc -Wshadow".
16529         * tests/test-frexp.c (exp): Define to a different identifier.
16530         * tests/test-frexpl.c (exp): Likewise.
16531
16532 2008-04-03  Jim Meyering  <meyering@redhat.com>
16533
16534         bootstrap: remove dangling *.[ch] symlinks from lib
16535         * build-aux/bootstrap [dangling symlink removal]: Move find's
16536         -depth option to precede all others, to avoid a warning.
16537         Remove *.[ch] files too, and from "$source_base" (usually lib/).
16538
16539 2008-04-02  Bruno Haible  <bruno@clisp.org>
16540
16541         Avoid some warnings from "gcc -Wshadow".
16542         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
16543         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
16544         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
16545         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
16546         Reported by Jim Meyering.
16547
16548 2008-04-01  Bruno Haible  <bruno@clisp.org>
16549
16550         Fix test to work on IRIX 6.5 with cc.
16551         * tests/test-math.c (numeric_equal): New function.
16552         (main): Use it.
16553
16554 2008-04-01  Bruno Haible  <bruno@clisp.org>
16555
16556         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
16557
16558 2008-04-01  Bruno Haible  <bruno@clisp.org>
16559
16560         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
16561         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
16562         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
16563         (Depends-on): Remove math.
16564
16565         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
16566         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
16567         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
16568         (Depends-on): Remove math.
16569
16570         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
16571         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
16572         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
16573         (Depends-on): Remove math.
16574         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
16575         (Depends-on): Remove math.
16576
16577         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
16578         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
16579         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
16580         (Depends-on): Remove math.
16581         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
16582         (Depends-on): Remove math.
16583
16584         * tests/test-round1.c: Include nan.h.
16585         (main): Use NaNd instead of NAN.
16586         * modules/round-tests (Files): Add tests/nan.h.
16587
16588         * tests/test-trunc1.c: Include nan.h.
16589         (main): Use NaNd instead of NAN.
16590         * modules/trunc-tests (Files): Add tests/nan.h.
16591
16592         * tests/test-roundf1.c: Include nan.h.
16593         (main): Use NaNf instead of NAN.
16594         * modules/roundf-tests (Files): Add tests/nan.h.
16595
16596         * tests/test-truncf1.c: Include nan.h.
16597         (main): Use NaNf instead of NAN.
16598         * modules/truncf-tests (Files): Add tests/nan.h.
16599
16600         * tests/test-ceilf1.c: Include nan.h.
16601         (main): Use NaNf instead of NAN.
16602         * modules/ceilf-tests (Files): Add tests/nan.h.
16603
16604         * tests/test-floorf1.c: Include nan.h.
16605         (main): Use NaNf instead of NAN.
16606         * modules/floorf-tests (Files): Add tests/nan.h.
16607
16608         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
16609         (main): Use NaNf instead of NAN.
16610         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
16611
16612         * tests/test-isnand.c: Include nan.h instead of <math.h>.
16613         (main): Use NaNd instead of NAN.
16614         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
16615
16616         * tests/test-frexp.c: Include nan.h.
16617         (main): Use NaNd instead of NAN.
16618         * modules/frexp-tests (Files): Add tests/nan.h.
16619
16620         * lib/isnan.c: Don't include <math.h>.
16621         (FUNC): Don't use NAN macro.
16622         * modules/isnand-nolibm (Depends-on): Remove math.
16623         * modules/isnanf-nolibm (Depends-on): Remove math.
16624         * modules/isnanl (Depends-on): Remove math.
16625         * modules/isnanl-nolibm (Depends-on): Remove math.
16626
16627         * tests/nan.h: New file.
16628
16629 2008-04-01  Eric Blake  <ebb9@byu.net>
16630
16631         Fix typos.
16632         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
16633         values to be the right type.
16634
16635         For now, cater to gnulib strtod inaccuracies.
16636         * tests/test-strtod.c (main): Allow 1-ulp error on expected
16637         fractional results.  While not as nice from a QoI perspective, it
16638         is a quicker patch than correctly implementing decimal to binary
16639         rounding.
16640
16641 2008-03-31  Eric Blake  <ebb9@byu.net>
16642
16643         Guarantee a definition of NAN.
16644         * lib/math.in.h (NAN): Define if missing.
16645         * tests/test-math.c (main): Test it.
16646         * doc/posix-headers/math.texi (math.h): Document this.
16647         * lib/isnan.c (rpl_isnand): Use it.
16648         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
16649         * tests/test-floorf1.c (NaN): Likewise.
16650         * tests/test-frexp.c (NaN): Likewise.
16651         * tests/test-isnand.c (NaN): Likewise.
16652         * tests/test-isnanf.c (NaN): Likewise.
16653         * tests/test-round1.c (NaN): Likewise.
16654         * tests/test-roundf1.c (NaN): Likewise.
16655         * tests/test-snprintf-posix.h (NaN): Likewise.
16656         * tests/test-sprintf-posix.h (NaN): Likewise.
16657         * tests/test-trunc1.c (NaN): Likewise.
16658         * tests/test-truncf1.c (NaN): Likewise.
16659         * tests/test-vasnprintf-posix.c (NaN): Likewise.
16660         * tests/test-vasprintf-posix.c (NaN): Likewise.
16661         * modules/isnand-nolibm (Depends-on): Add math.
16662         * modules/isnanf-nolibm (Depends-on): Likewise.
16663         * modules/isnanl (Depends-on): Likewise.
16664         * modules/isnanl-nolibm (Depends-on): Likewise.
16665         * modules/snprintf-posix-tests (Depends-on): Likewise.
16666         * modules/sprintf-posix-tests (Depends-on): Likewise.
16667         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
16668         * modules/vsprintf-posix-tests (Depends-on): Likewise.
16669         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
16670         * modules/vasprintf-posix-tests (Depends-on): Likewise.
16671
16672 2008-03-31  Bruno Haible  <bruno@clisp.org>
16673
16674         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
16675         * doc/posix-functions/strtod.texi: Likewise.
16676
16677 2008-03-31  Bruno Haible  <bruno@clisp.org>
16678
16679         * tests/test-strtod.c (main): Don't use C99 syntax.
16680
16681 2008-03-31  Bruno Haible  <bruno@clisp.org>
16682
16683         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
16684         Reported by Eric Blake.
16685
16686 2008-03-31  Jim Meyering  <meyering@redhat.com>
16687
16688         Don't compare actual signbit return values.
16689         * tests/test-strtod.c (main): Rather, compare only their
16690         zero/non-zero nature.
16691
16692 2008-03-31  Eric Blake  <ebb9@byu.net>
16693
16694         More strtod documentation.
16695         * doc/posix-functions/strtod.texi (strtod): Interpret more test
16696         failures as distinct bugs.
16697
16698 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16699
16700         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
16701         Problem reported by Erik Benada in
16702         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
16703
16704 2008-03-30  Bruno Haible  <bruno@clisp.org>
16705
16706         * tests/test-strtod.c: Add comments about which assertion fails on which
16707         platform.
16708         * doc/posix-functions/strtod.texi: Add info about many more platforms.
16709
16710 2008-03-30  Eric Blake  <ebb9@byu.net>
16711
16712         Test signbit behavior on zeros.
16713         * tests/test-signbit.c (test_signbitf): Add tests for zero.
16714         (test_signbitd, test_signbitl): Likewise.
16715
16716         More strtod touchups.
16717         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
16718         sign of negative underflow, for now.  Use .5, not .1.
16719         * doc/posix-functions/strtod.texi (strtod): Mention these
16720         limitations.
16721         Reported by Jim Meyering.
16722
16723 2008-03-30  Bruno Haible  <bruno@clisp.org>
16724
16725         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
16726         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
16727
16728 2008-03-30  Bruno Haible  <bruno@clisp.org>
16729
16730         Avoid failure when attempting to return empty iconv results on some
16731         platforms.
16732         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
16733         allocation, don't report ENOMEM when the resulting string is empty.
16734
16735 2008-03-30  Bruno Haible  <bruno@clisp.org>
16736
16737         Fix buffer overrun.
16738         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
16739         Don't consider the width for tmp_length. Check count against tmp_length
16740         before doing the padding. Ensure enough allocation during padding.
16741
16742 2008-03-30  Eric Blake  <ebb9@byu.net>
16743
16744         strtod touchups.
16745         * lib/strtod.c (strtod): Avoid compiler warnings.
16746         Reported by Jim Meyering.
16747
16748 2008-03-30  Bruno Haible  <bruno@clisp.org>
16749
16750         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
16751         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
16752         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
16753         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
16754         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
16755         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
16756         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
16757         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
16758
16759         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
16760         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
16761         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
16762         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
16763         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
16764         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
16765         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
16766         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
16767
16768         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
16769         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
16770         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
16771         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
16772         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
16773         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
16774         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
16775         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
16776
16777         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
16778         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
16779
16780         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
16781         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
16782
16783         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
16784         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
16785
16786         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
16787         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
16788         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
16789
16790         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
16791         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
16792         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
16793
16794         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
16795         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
16796         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
16797
16798         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
16799         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
16800         * modules/vasprintf (Depends-on): Add EOVERFLOW.
16801
16802         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
16803         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
16804         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
16805         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
16806         (Depends-on): Add EOVERFLOW.
16807         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
16808         (Depends-on): Add EOVERFLOW.
16809         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
16810         (Depends-on): Add EOVERFLOW.
16811         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
16812         (Depends-on): Add EOVERFLOW.
16813         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
16814         (Depends-on): Add EOVERFLOW.
16815         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
16816         (Depends-on): Add EOVERFLOW.
16817         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
16818         (Depends-on): Add EOVERFLOW.
16819         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
16820         (Depends-on): Add EOVERFLOW.
16821
16822         * lib/sprintf.c (EOVERFLOW): Remove fallback.
16823         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
16824         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
16825
16826         * lib/snprintf.c (EOVERFLOW): Remove fallback.
16827         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
16828         * modules/snprintf (Depends-on): Add EOVERFLOW.
16829
16830         * lib/poll.c (EOVERFLOW): Remove fallback.
16831         * modules/poll (Depends-on): Add EOVERFLOW.
16832
16833         * lib/getugroups.c (EOVERFLOW): Remove fallback.
16834         * modules/getugroups (Depends-on): Add EOVERFLOW.
16835
16836         * lib/getdelim.c (EOVERFLOW): Remove fallback.
16837         * modules/getdelim (Depends-on): Add EOVERFLOW.
16838
16839         * lib/ftell.c (EOVERFLOW): Remove fallback.
16840         * modules/ftell (Depends-on): Add EOVERFLOW.
16841
16842         * lib/fprintf.c (EOVERFLOW): Remove fallback.
16843         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
16844         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
16845
16846         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
16847
16848         * modules/EOVERFLOW-tests: New file.
16849         * tests/test-EOVERFLOW.c: New file.
16850
16851         * modules/EOVERFLOW: New file.
16852         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
16853
16854 2008-03-30  Bruno Haible  <bruno@clisp.org>
16855
16856         Fix bug introduced on 2007-06-10.
16857         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
16858         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
16859
16860 2008-03-30  Bruno Haible  <bruno@clisp.org>
16861
16862         Improve freadseek's efficiency after ungetc.
16863         * lib/freadseek.c: Include freadahead.h.
16864         (freadptrinc): New function, extracted from freadseek.
16865         (freadseek): Use it in a loop. Use freadahead to determine the number
16866         of loop iterations.
16867         * modules/freadseek (Depends-on): Add freadahead.
16868         (configure.ac): Require AC_C_INLINE.
16869
16870 2008-03-30  Bruno Haible  <bruno@clisp.org>
16871
16872         * lib/freadseek.c (freadseek): Don't ignore the return value of
16873         freadptr.
16874
16875 2008-03-29  Eric Blake  <ebb9@byu.net>
16876
16877         Add hex float support.
16878         * modules/strtod (Depends-on): Add c-ctype.
16879         (Link): Mention POW_LIB.
16880         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
16881         whitespace between 'e' and exponent.
16882         * tests/test-strtod.c (main): Enable hex float tests.
16883         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
16884         now provides.
16885
16886         Document various strtod bugs, with some fixes.
16887         * doc/posix-functions/strtod.texi (strtod): Document bugs with
16888         "-0x", "inf", "nan", and hex constants.
16889         * doc/posix-functions/atof.texi (atof): Likewise.
16890         * modules/stdlib (Makefile.am): Support strtod.
16891         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
16892         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
16893         detect additional strtod bugs.
16894         * lib/stdlib.in.h (rpl_strtod): Add declarations.
16895         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
16896         bool where appropriate.  Parse 'inf' and 'nan'.
16897         * tests/test-strtod.c: New file.
16898         * modules/strtod (Depends-on): Add stdbool, stdlib.
16899         (configure.ac): Turn on module indicator.
16900         * modules/strtod-tests: New module.
16901
16902 2008-03-29  Eric Blake  <ebb9@byu.net>
16903
16904         Fix ftell on mingw.
16905         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
16906         * modules/ftell-tests (Depends-on): Add binary-io.
16907         * modules/ftello-tests (Depends-on): Likewise.
16908         * tests/test-ftell.c (main): Enhance test to cover behavior after
16909         ungetc.  Enforce binary mode.
16910         * tests/test-ftello.c (main): Likewise.
16911
16912         Pass test-freadseek on cygwin.
16913         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
16914         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
16915         ungetc buffer.
16916
16917         * tests/test-fflush2.c (main): Fix typo.
16918
16919 2008-03-29  Bruno Haible  <bruno@clisp.org>
16920
16921         * tests/test-fflush2.c (main): Temporarily disable the contents of
16922         this test.
16923         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
16924         Reported by Eric Blake.
16925
16926 2008-03-28  Simon Josefsson  <simon@josefsson.org>
16927
16928         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
16929         (GC_SHA224_DIGEST_SIZE): Add.
16930
16931         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
16932         (gc_hash_digest_length): Likewise.
16933         (gc_hash_buffer): Likewise.
16934
16935 2008-03-25  Bruno Haible  <bruno@clisp.org>
16936
16937         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
16938         detail which gettext release to use.
16939         Reported by Simon Josefsson.
16940
16941 2008-03-26  Jim Meyering  <meyering@redhat.com>
16942
16943         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
16944         * modules/gnumakefile (clean-GNUmakefile): Also, use
16945         test ... && ... || : syntax rather than if-then ... fi.
16946
16947         gnumakefile: Don't double-quote-expand $(VPATH) value.
16948         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
16949
16950 2008-03-24  Eric Blake  <ebb9@byu.net>
16951
16952         Alter GNUmakefile to install into top directory.
16953         * modules/maintainer-makefile: Split, and add dependency...
16954         * modules/gnumakefile: to this new module.
16955         * build-aux/GNUmakefile: Move...
16956         * top/GNUmakefile: ...here.
16957         * build-aux/maint.mk: Move...
16958         * top/maint.mk: ...here.
16959         * MODULES.html.sh (Support for maintaining...): Document new
16960         module.
16961
16962 2008-03-23  Bruno Haible  <bruno@clisp.org>
16963
16964         * gnulib-tool: New options --vc-files, --no-vc-files.
16965         (func_usage): Document them.
16966         (vc_files): New variable.
16967         (func_import): Consider vc_files.
16968         (func_create_testdir): Set vc_files to empty.
16969         Suggested by Jim Meyering and Karl Berry.
16970
16971 2008-03-23  Bruno Haible  <bruno@clisp.org>
16972
16973         Fix regex compilation error on HP-UX 11.
16974         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
16975         * modules/regex (Files): Add m4/mbstate_t.m4.
16976         Reported by Ton Voon <ton.voon@altinity.com>.
16977
16978 2008-03-23  Bruno Haible  <bruno@clisp.org>
16979
16980         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
16981
16982 2008-03-23  Eric Blake  <ebb9@byu.net>
16983             Bruno Haible  <bruno@clisp.org>
16984
16985         Install files from top/ in the destination directory.
16986         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
16987         augmentation also for the files from top/.
16988         (func_import, func_create_testdir): Rewrite file names:
16989         top/filename -> filename.
16990
16991 2008-03-23  Bruno Haible  <bruno@clisp.org>
16992
16993         Tweak "gnulib --version" output.
16994         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
16995
16996 2008-03-23  Bruno Haible  <bruno@clisp.org>
16997
16998         Tweak "gnulib --version" output.
16999         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
17000         rather than contents of ChangeLog, when possible.
17001
17002 2008-03-21  Eric Blake  <ebb9@byu.net>
17003
17004         More --version tweaks.
17005         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
17006         date of last ChangeLog entry.
17007
17008 2008-03-21  Jim Meyering  <meyering@redhat.com>
17009
17010         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
17011
17012 2008-03-20  Eric Blake  <ebb9@byu.net>
17013
17014         VPATH fix.
17015         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
17016
17017 2008-03-20  Simon Josefsson  <simon@josefsson.org>
17018
17019         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
17020         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
17021
17022 2008-03-20  Eric Blake  <ebb9@byu.net>
17023
17024         Sync GNUmakefile with coreutils.
17025         * build-aux/GNUmakefile (have-Makefile): Rename...
17026         (_have-Makefile): ...to this, for namespace consideration.
17027         (GNUmakefile.cfg): Include, if present.
17028         (_autoreconf): Define a default.
17029         (_is-dist-target): New rule for rebuilds to pick up intra-release
17030         version.
17031         (maint-cfg.mk): Rename...
17032         (cfg.mk): ...to this.
17033
17034 2008-03-18  Jim Meyering  <meyering@redhat.com>
17035
17036         New script and module: mktempd
17037         * MODULES.html.sh (maint+release support): Add mktempd.
17038         * build-aux/mktempd: New file.
17039         * modules/mktempd: New file.
17040
17041 2008-03-15  Jim Meyering  <meyering@redhat.com>
17042
17043         Undo last change.
17044         * lib/sha1.c, lib/md5.c: 63 != ~63.
17045         Reported by Andreas Schwab.
17046
17047         sha1.c, md5.c: Hoist a redundant expression.
17048         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
17049         "ctx->buflen" only once, before calling *_process_block.
17050         * lib/md5.c (md5_process_bytes): Likewise.
17051
17052 2008-03-14  Eric Blake  <ebb9@byu.net>
17053
17054         Bump copyright year in files generated by gnulib-tool.
17055         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
17056         gnulib-tool, rather than hard-coding it.
17057
17058         Fix 'gnulib-tool --version' output to work with git.
17059         * gnulib-tool (func_gnulib_dir): New function, extracted from...
17060         (startup): ...here.
17061         (func_version): Use it to invoke git-version-gen, rather than
17062         relying on CVS keyword expansion.  Modernize wording.
17063         (cvsdatestamp, last_checkin_date, version): Kill unused
17064         variables.
17065
17066 2008-03-12  Jim Meyering  <meyering@redhat.com>
17067
17068         Recognize optional cast of the argument to free.
17069         * build-aux/useless-if-before-free: Update regexps.
17070
17071         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
17072
17073 2008-03-11  Bruno Haible  <bruno@clisp.org>
17074
17075         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
17076         by a single package.
17077         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
17078         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
17079         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
17080         Reported by Sam Steingold <sds@gnu.org>.
17081
17082 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
17083
17084         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
17085         repositories.
17086
17087 2008-03-11  Bruno Haible  <bruno@clisp.org>
17088
17089         Avoid conflicts between local macro definitions.
17090         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
17091         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
17092
17093 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
17094             Bruno Haible  <bruno@clisp.org>
17095
17096         Make va_copy work with some version of xlc on AIX 5.1.
17097         * lib/stdarg.in.h: New file.
17098         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
17099         On AIX, use a <stdarg.h> file substitute.
17100         * modules/stdarg (Files): Add lib/stdarg.in.h.
17101         (Depends-on): Add include_next.
17102         (Makefile.am): Build a stdarg.h substitute if requested.
17103         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
17104
17105 2008-03-10  Bruno Haible  <bruno@clisp.org>
17106
17107         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
17108         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
17109         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
17110
17111 2008-03-10  Bruno Haible  <bruno@clisp.org>
17112
17113         * modules/stdlib (Depends-on): Add include_next, remove
17114         absolute-header.
17115
17116 2008-03-09  Bruno Haible  <bruno@clisp.org>
17117
17118         * lib/freadahead.h (freadahead): Document more precisely.
17119         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
17120         the sum of both buffer sizes.
17121         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
17122         * NEWS: Document the change.
17123
17124 2008-03-09  Bruno Haible  <bruno@clisp.org>
17125
17126         Extend freadptr to return also the buffer size.
17127         * lib/freadptr.h (freadptr): Add sizep argument.
17128         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
17129         (freadptr): Add sizep argument. Determine buffer size like freadahead
17130         does.
17131         * tests/test-freadptr.c: Don't include freadahead.h.
17132         (main): Adapt for new calling convention of freadptr.
17133         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
17134         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
17135         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
17136         tests/test-freadptr2.sh.
17137         (Depends): Remove freadahead.
17138         (TESTS): Add test-freadptr2.sh.
17139         (check_PROGRAMS): Add test-freadptr2.
17140
17141 2008-03-09  Bruno Haible  <bruno@clisp.org>
17142
17143         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
17144         Report and solution by Simon Josefsson.
17145
17146 2008-03-06  Bruno Haible  <bruno@clisp.org>
17147
17148         Make fflush after ungetc work on BSD platforms.
17149         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
17150         * tests/test-fflush2.c: New file.
17151         * tests/test-fflush2.sh: New file.
17152         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
17153         tests/test-fflush2.c.
17154         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
17155         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
17156
17157 2008-03-06  Eric Blake  <ebb9@byu.net>
17158
17159         Likewise for ftello.
17160         * modules/ftello (Dependencies): Add extensions.
17161         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
17162
17163 2008-03-06  Bruno Haible  <bruno@clisp.org>
17164
17165         * modules/fseeko (Dependencies): Add extensions.
17166         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
17167         Needed on glibc systems.
17168
17169 2008-03-06  Bruno Haible  <bruno@clisp.org>
17170
17171         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
17172         email address.
17173         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
17174
17175 2008-03-06  Bruno Haible  <bruno@clisp.org>
17176
17177         * users.txt: Add libgnupdf.
17178
17179 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
17180
17181         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
17182         (Header File Substitutes, Function Substitutes,
17183         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
17184         (Build robot for gnulib): Fix typo.
17185
17186 2008-03-06  Bruno Haible  <bruno@clisp.org>
17187
17188         * doc/gnulib-tool.texi (VCS Issues): Small updates.
17189         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
17190
17191 2008-03-06  Bruno Haible  <bruno@clisp.org>
17192
17193         * doc/func.texi: New file, extracted from doc/gnulib.texi.
17194         * doc/gnulib.texi: Include it.
17195
17196 2008-03-06  Simon Josefsson  <simon@josefsson.org>
17197
17198         * modules/func (License): Change license to unlimited; there was
17199         no LGPL parts in the module anyway.
17200
17201 2008-03-06  Simon Josefsson  <simon@josefsson.org>
17202
17203         * modules/__func__: Renamed to modules/func.
17204         * modules/__func__-tests: Renamed to modules/func-tests.
17205         * tests/test-__func__.c: Renamed to tests/test-func.c.
17206         * m4/__func__.m4: Renamed to m4/func.m4.
17207         * doc/gnulib.texi (__func__): Section renamed to func.
17208         Suggested by Eric Blake <ebb9@byu.net>.
17209
17210 2008-03-06  Simon Josefsson  <simon@josefsson.org>
17211
17212         * doc/gnulib.texi (__func__): Use C99 terminology when talking
17213         about __func__.  Make example self-contained.  Suggested by Eric
17214         Blake <ebb9@byu.net>.
17215
17216         * tests/test-__func__.c (main): Avoid extraneous () around __func.
17217         Suggested by Eric Blake <ebb9@byu.net>.
17218
17219 2008-03-06  Simon Josefsson  <simon@josefsson.org>
17220
17221         * modules/__func__: New file.
17222         * modules/__func__-tests: New file.
17223         * tests/test-__func__.c: New file.
17224         * m4/__func__.m4: New file.
17225         * doc/gnulib.texi (__func__): Document __func__ module.
17226
17227 2008-03-05  Simon Josefsson  <simon@josefsson.org>
17228
17229         * modules/byteswap (License): Re-license as LGPLv2+.
17230
17231 2008-03-05  Simon Josefsson  <simon@josefsson.org>
17232
17233         * doc/Makefile: Add pdf target.
17234
17235 2008-03-05  Simon Josefsson  <simon@josefsson.org>
17236
17237         * modules/inline (License): Use 'unlimited', since there are only
17238         *.m4 files in this module.
17239
17240 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
17241             Bruno Haible  <bruno@clisp.org>
17242
17243         Add support for HP C 7.1 on OpenVMS 8.3.
17244         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
17245
17246 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
17247
17248         Update VMS specifics.
17249         * lib/getopt.c [VMS]: Remove include of unixlib.h.
17250
17251 2008-03-02  Jim Meyering  <meyering@redhat.com>
17252
17253         Remove the last dependency on the "free" module.
17254         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
17255         Reported by Bob Proulx.
17256
17257         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
17258
17259         Remove useless "if" tests before free.  Deprecate "free" module.
17260         * doc/posix-functions/free.texi: Mention that this
17261         module is no longer useful.
17262         * modules/free (Notice): Say this module is obsolete.
17263         * modules/readutmp (Depends-on): Remove free.
17264         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
17265         * lib/putenv.c (putenv): Likewise.
17266         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
17267         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
17268         * tests/test-c-strcasestr.c (main): Likewise.
17269         * tests/test-c-strstr.c (main): Likewise.
17270         * tests/test-mbscasestr1.c (main): Likewise.
17271         * tests/test-mbscasestr2.c (main): Likewise.
17272         * tests/test-mbsstr1.c (main): Likewise.
17273         * tests/test-mbsstr2.c (main): Likewise.
17274         * tests/test-memmem.c (main): Likewise.
17275         * tests/test-strcasestr.c (main): Likewise.
17276         * tests/test-striconv.c (main): Likewise.
17277         * tests/test-striconveh.c (main): Likewise.
17278         * tests/test-striconveha.c (main): Likewise.
17279         * tests/test-strstr.c (main): Likewise.
17280
17281         * build-aux/git-version-gen: Adjust a comment and the Usage string.
17282
17283         bootstrap: sync from coreutils again
17284         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
17285
17286 2008-03-01  Jim Meyering  <meyering@redhat.com>
17287
17288         bootstrap: sync from coreutils
17289         * build-aux/bootstrap (update_po_files): Copy a .po file into place
17290         also when the target doesn't exist.
17291
17292 2008-03-01  Eric Blake  <ebb9@byu.net>
17293
17294         Fix bugs in last patch.
17295         * lib/memchr2.c (memchr2): Fix typo.
17296         * tests/test-memchr2.c: Test previous bug, and don't use GNU
17297         extension.
17298         Reported by Bruce Korb.
17299
17300         New module 'memchr2'.
17301         * modules/memchr2: New file.
17302         * modules/memchr2-tests: Likewise.
17303         * lib/memchr2.h: Likewise.
17304         * lib/memchr2.c: Likewise, based on memchr.c.
17305         * tests/test-memchr2.c: New test.
17306         * MODULES.html.sh (String handling): Add memchr2.
17307
17308 2008-02-29  Bruno Haible  <bruno@clisp.org>
17309
17310         * modules/freadseek-tests: New file.
17311         * tests/test-freadseek.sh: New file.
17312         * tests/test-freadseek.c: New file.
17313
17314         New module 'freadseek'.
17315         * modules/freadseek: New file.
17316         * lib/freadseek.h: New file.
17317         * lib/freadseek.c: New file.
17318         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
17319
17320 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
17321
17322         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
17323         wydawca.
17324
17325         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
17326         program_invocation_name and program_invocation_short_name are
17327         present.
17328
17329 2008-02-28  Bruno Haible  <bruno@clisp.org>
17330
17331         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
17332         * tests/test-freadptr.sh: Also test non-seekable stdin.
17333
17334 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
17335
17336         * build-aux/bootstrap (source_base, m4_base)
17337         (doc_base, tests_base): New variables.
17338         (gnulib_tool_options): Do not hardcode base directories, use
17339         the above variables instead.
17340
17341 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
17342
17343         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
17344
17345 2008-02-28  Bruno Haible  <bruno@clisp.org>
17346
17347         * modules/freadptr-tests: New file.
17348         * tests/test-freadptr.sh: New file.
17349         * tests/test-freadptr.c: New file.
17350
17351         New module 'freadptr'.
17352         * modules/freadptr: New file.
17353         * lib/freadptr.h: New file.
17354         * lib/freadptr.c: New file.
17355         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
17356
17357 2008-02-26  Karl Berry  <karl@freefriends.org>
17358
17359         Sync from Libtool:
17360         * libltdl/argz.c (argz_add, argz_count): New functions.
17361         * libltdl/argz.in.h: Declare them.
17362         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
17363
17364 2008-02-22  Bruno Haible  <bruno@clisp.org>
17365
17366         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
17367         is a pointer type.  Needed for HP-UX 10.
17368         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
17369         * doc/posix-functions/gmtime_r.texi: Likewise.
17370         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
17371
17372 2008-02-24  Bruno Haible  <bruno@clisp.org>
17373
17374         * modules/environ-tests: New file.
17375         * tests/test-environ.c: New file.
17376
17377         New module 'environ'.
17378         * modules/environ: New file.
17379         * lib/unistd.in.h (environ): New declaration.
17380         * m4/environ.m4: New file.
17381         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
17382         after use.
17383         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
17384         HAVE_DECL_ENVIRON.
17385         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
17386         HAVE_DECL_ENVIRON.
17387         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
17388         wrong claim that 'environ' is missing on some systems.
17389         * modules/execute (Depends-on): Add environ.
17390         * lib/execute.c (environ): Remove fallback declaration.
17391         * modules/pipe (Depends-on): Add environ.
17392         * lib/pipe.c (environ): Remove fallback declaration.
17393         * modules/setenv (Depends-on): Add environ.
17394         * lib/setenv.c (environ): Remove fallback declaration.
17395         * modules/unsetenv (Depends-on): Add environ.
17396         * lib/unsetenv.c (environ): Remove fallback declaration.
17397         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
17398         m4/environ.m4.
17399         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
17400         (gl_PREREQ_UNSETENV): Likewise.
17401
17402 2008-02-24  Bruno Haible  <bruno@clisp.org>
17403
17404         * doc/posix-functions/environ.texi: Document the MacOS X problem.
17405
17406 2008-02-20  Bob Proulx  <bob@proulx.com>
17407
17408         Enable use of older two part flavor 'git describe'.
17409         * build-aux/git-version-gen: If using the older two part flavor of
17410         git version then recreate the third part now present in the
17411         newer three part flavor of git describe.
17412
17413 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
17414
17415         * lib/fts.c (fts_build): Typo correction to comment.
17416
17417 2008-02-17  Bruno Haible  <bruno@clisp.org>
17418
17419         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
17420         generating no-op conflicts.
17421
17422 2008-02-17  Bruno Haible  <bruno@clisp.org>
17423
17424         Speed up by 10%.
17425         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
17426         result_entries, rather than an index-based loop.
17427
17428 2008-02-17  Bruno Haible  <bruno@clisp.org>
17429
17430         Speed up by 25%.
17431         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
17432         'hashcode_cached'.
17433         (entry_create): New function.
17434         (entry_hashcode): Use the cached hashcode if possible.
17435         (read_changelog_file, try_split_merged_entry): Use entry_create.
17436
17437 2008-02-17  Bruno Haible  <bruno@clisp.org>
17438
17439         Speed up from O(n^2) to O(n) for long ChangeLog files.
17440         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
17441         (read_changelog_file): Change implementation of entries_reversed list
17442         to rbtreehash.
17443         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
17444
17445 2008-02-17  Bruno Haible  <bruno@clisp.org>
17446
17447         New option --split-merged-entry.
17448         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
17449         (find_paragraph_end, try_split_merged_entry): New functions.
17450         (long_options): Add option --split-merged-entry.
17451         (usage): Document option --split-merged-entry.
17452         (main): Implement option --split-merged-entry.
17453         Reported by Eric Blake.
17454
17455 2008-02-17  Bruno Haible  <bruno@clisp.org>
17456
17457         * lib/git-merge-changelog.c: Include c-strstr.h.
17458         (main): Support the "git pull --rebase" situation.
17459         * modules/git-merge-changelog (Depends-on): Add c-strstr.
17460         Reported by Eric Blake.
17461
17462 2008-02-16  Eric Blake  <ebb9@byu.net>
17463
17464         Avoid doubling \ in common case of "c-maybe" quoting style.
17465         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
17466         eliding outer quotes.
17467         * lib/quotearg.h: Document this.
17468         * tests/test-quotearg.c (result_strings, inputs, results_g)
17469         (flag_results, locale_results): Test it by adding a new string to
17470         each test group.
17471         (compare_strings): Test new string.
17472
17473 2008-02-13  Eric Blake  <ebb9@byu.net>
17474
17475         Avoid trigraph quoting in default output.
17476         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
17477         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
17478         unless explicitly requested.
17479         * tests/test-quotearg.c (flag_results, main): Add additional tests.
17480
17481 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
17482
17483         Don't rely on signed integer overflowing to negative value.
17484         * lib/getugroups.c (getugroups): Include <limits.h>.
17485         Instead, compare against INT_MAX, and increment only if the test passes.
17486
17487 2008-02-13  Jim Meyering  <meyering@redhat.com>
17488         and Eric Blake  <ebb9@byu.net>
17489
17490         Avoid shadowing warning and compile errors on Linux.
17491         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
17492         forwarding macros on Linux.
17493         (dcgettext): Define a stub, for Linux.
17494         (results_g, main): Avoid warnings.
17495
17496 2008-02-12  Eric Blake  <ebb9@byu.net>
17497
17498         Silence warning in last patch.
17499         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
17500
17501         Quotearg part 4: add tests, fix c-maybe colon quoting.
17502         * lib/quotearg.h: Improve documentation.
17503         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
17504         escapes when adding outer quotes.  When quoting trigraphs, use
17505         valid C notation.  When quoting NUL, omit extra characters if next
17506         character is not digit.  Alter prototype.
17507         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
17508         callers.
17509         * modules/quotearg-tests: New module.
17510         * tests/test-quotearg.c: New test.
17511
17512 2008-02-07  Eric Blake  <ebb9@byu.net>
17513
17514         Quotearg part 3: add flag to control outer quote elision.
17515         * lib/quotearg.h (c_maybe_quoting_style): New style.
17516         (enum quoting_flags): Better documentation of flags.
17517         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
17518         c-maybe style.
17519         (quotearg_buffer_restyled): Handle new flag to elide outer
17520         quotes.
17521
17522         Quotearg part 2: add flag that can control NUL elision.
17523         * lib/quotearg.h (set_quoting_flags): New prototype.
17524         * lib/quotearg.c (struct quoting_options): Add flag field.
17525         (set_quoting_flags): New function.
17526         (quotearg_buffer_restyled): Add flags parameter.
17527         (quotearg_alloc_mem): Set the flag if length cannot be returned.
17528         (quotearg_n_options): Set the flag, since length cannot be
17529         returned.
17530         (quoting_options_from_style): Default flags correctly.
17531
17532         Quotearg part 1: more wrappers, restore quotearg_char state.
17533         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
17534         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
17535         (quotearg_colon_mem): New wrappers.
17536         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
17537         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
17538         functions.
17539         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
17540         (quotearg_colon_mem): New functions.
17541
17542 2008-02-11  Bruno Haible  <bruno@clisp.org>
17543
17544         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
17545         library in the current directory: it does not work with parallel make.
17546         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17547
17548 2008-02-11  Bruno Haible  <bruno@clisp.org>
17549
17550         * .gitattributes: New file.
17551
17552 2008-02-11  Jim Meyering  <meyering@redhat.com>
17553
17554         useless-if-before-free: Fix reversed exit values.
17555         * build-aux/useless-if-before-free: Use correct values
17556         for EXIT_MATCH and EXIT_NO_MATCH.
17557
17558         * build-aux/useless-if-before-free: Close stdout carefully.
17559
17560 2008-02-10  Bruno Haible  <bruno@clisp.org>
17561
17562         New module 'git-merge-changelog'.
17563         * modules/git-merge-changelog: New file.
17564         * lib/git-merge-changelog.c: New file.
17565
17566 2008-02-10  Jim Meyering  <meyering@redhat.com>
17567
17568         useless-if-before-free: New option: --list (-l).
17569
17570         useless-if-before-free: Don't exit immediately upon open failure.
17571         * build-aux/useless-if-before-free: Exit 2 for errors.
17572         Upon failure to open a file, don't exit immediately.
17573         Rather, just warn and continue with any remaining files.
17574
17575 2008-02-10  Bruno Haible  <bruno@clisp.org>
17576
17577         New abstract list operation 'node_set_value'.
17578         * lib/gl_list.h (gl_list_node_set_value): New function.
17579         (struct gl_list_implementation): New field node_set_value.
17580         * lib/gl_list.c (gl_list_node_set_value): New function.
17581         * lib/gl_array_list.c (gl_array_node_set_value): New function.
17582         (gl_array_list_implementation): Update.
17583         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
17584         (gl_carray_list_implementation): Update.
17585         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
17586         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17587         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17588         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
17589         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17590         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17591         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17592         Update.
17593         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
17594         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
17595         (gl_sublist_list_implementation): Update.
17596
17597 2008-02-10  Bruno Haible  <bruno@clisp.org>
17598
17599         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
17600         Needed when ELEMENT is #defined to 'some_type *'.
17601
17602 2008-02-10  Jim Meyering  <meyering@redhat.com>
17603
17604         New script and module: useless-if-before-free
17605         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
17606         * build-aux/useless-if-before-free: New file.
17607         * modules/useless-if-before-free: New file.
17608
17609         * build-aux/gitlog-to-changelog: Use committer date, not author date.
17610
17611         xstrtol_error: Fix typo.
17612         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
17613         s/exit_failure/exit_status/.
17614
17615 2008-02-09  Jim Meyering  <meyering@redhat.com>
17616
17617         New script and module: gitlog-to-changelog
17618         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
17619         * modules/gitlog-to-changelog: New file.
17620         * build-aux/gitlog-to-changelog: New file.
17621
17622 2008-02-08  Jim Meyering  <meyering@redhat.com>
17623
17624         Avoid two "parameter unused" warnings.
17625         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
17626         Mark "st" as used.
17627
17628         Use "git COMMAND", not "git-COMMAND".
17629         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
17630         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
17631         * build-aux/git-version-gen: Use "git status", not "git-status".
17632
17633 2008-02-07  Bruno Haible  <bruno@clisp.org>
17634
17635         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
17636         Avoids a crash on Windows Vista.
17637         Reported by Adam Strzelecki <ono@java.pl> via
17638         Simon Josefsson <simon@josefsson.org>.
17639
17640 2008-02-06  Bruno Haible  <bruno@clisp.org>
17641
17642         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
17643         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
17644         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
17645         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
17646         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
17647         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17648         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
17649         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
17650         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17651         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17652         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17653         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17654         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17655         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17656         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17657         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
17658         left-adjust flag.
17659         * tests/test-snprintf-posix.h (test_function): Likewise.
17660         * tests/test-sprintf-posix.h (test_function): Likewise.
17661         * tests/test-vasprintf-posix.c (test_function): Likewise.
17662         * doc/posix-functions/fprintf.texi: Update.
17663         * doc/posix-functions/printf.texi: Update.
17664         * doc/posix-functions/snprintf.texi: Update.
17665         * doc/posix-functions/sprintf.texi: Update.
17666         * doc/posix-functions/vfprintf.texi: Update.
17667         * doc/posix-functions/vprintf.texi: Update.
17668         * doc/posix-functions/vsnprintf.texi: Update.
17669         * doc/posix-functions/vsprintf.texi: Update.
17670         Reported by Peter Fales <psfales@alcatel-lucent.com>.
17671
17672 2008-02-06  Bruno Haible  <bruno@clisp.org>
17673
17674         Fix bug introduced on 2008-01-26.
17675         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
17676
17677 2008-02-06  Bruno Haible  <bruno@clisp.org>
17678
17679         Fix bug introduced on 2007-06-10.
17680         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
17681         !NEED_PRINTF_FLAG_ZERO.
17682
17683 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
17684
17685         getloadavg: use libperfstat on AIX5
17686         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
17687
17688 2008-02-03  Bruno Haible  <bruno@clisp.org>
17689
17690         * lib/diffseq.h: Add comments about required #includes.
17691         Reported by Michael Biggs <gnulib@doubleplum.net>.
17692
17693 2008-02-01  Bruno Haible  <bruno@clisp.org>
17694
17695         * users.txt: Add gnuit.
17696
17697 2008-01-31  Bruno Haible  <bruno@clisp.org>
17698
17699         * lib/md4.c (set_uint32): Mark as inline.
17700         * lib/md5.c (set_uint32): Likewise.
17701         * lib/sha1.c (set_uint32): Likewise.
17702         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
17703         * m4/md5.m4 (gl_MD5): Likewise.
17704         * m4/sha1.m4 (gl_SHA1): Likewise.
17705
17706 2008-01-31  Jim Meyering  <meyering@redhat.com>
17707
17708         Use "sizeof VAR", rather than a literal "4".
17709         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
17710         * lib/md4.c (md4_read_ctx): Likewise.
17711         * lib/sha1.c (sha1_read_ctx): Likewise.
17712
17713 2008-01-31  Simon Josefsson  <simon@josefsson.org>
17714
17715         * tests/test-sha1.c: New file, based on test-md5.c.
17716
17717         * modules/crypto/sha1-tests: New file.
17718
17719 2008-01-31  Simon Josefsson  <simon@josefsson.org>
17720
17721         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
17722
17723 2008-01-31  Jim Meyering  <meyering@redhat.com>
17724
17725         Prefer "sizeof v" over the equivalent "4".
17726         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
17727         * lib/md5.c (set_uint32): Likewise.
17728         * lib/sha1.c (set_uint32): Likewise.
17729
17730 2008-01-31  Simon Josefsson  <simon@josefsson.org>
17731
17732         * lib/sha1.c (set_uint32): Mark function as static.
17733
17734 2008-01-31  Simon Josefsson  <simon@josefsson.org>
17735
17736         md2: clarify comments to say that alignment is not required.
17737         * lib/md2.h: Remove warning about alignment in comment.
17738         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
17739         never been required.
17740
17741 2008-01-31  Simon Josefsson  <simon@josefsson.org>
17742
17743         md4: adapt alignment constraint fix from sha1.
17744         * lib/md4.c (set_uint32): New function, from sha1.c
17745         (md4_read_ctx): Use it.
17746         (md4_finish_ctx): Doc fix.
17747         * lib/md4.h: Doc fix.
17748
17749 2008-01-31  Simon Josefsson  <simon@josefsson.org>
17750
17751         md5: adapt alignment constraint fix from sha1.
17752         * lib/md5.c (set_uint32): New function, from sha1.c
17753         (md5_read_ctx): Use it.
17754         (md5_finish_ctx): Doc fix.
17755         * lib/md5.h: Doc fix.
17756
17757 2008-01-30  Peter Palfrader  <weasel@debian.org>
17758
17759         sha1: remove the result buffer alignment constraint
17760         * lib/sha1.c (set_uint32): New function.
17761         (sha1_read_ctx): Rewrite to remove the result buffer alignment
17762         constraint.
17763         (sha1_finish_ctx): Remove comment warning about alignment constraint.
17764         * lib/sha1.h: Likewise.
17765
17766 2008-01-30  Andreas Schwab  <schwab@suse.de>
17767             Bruno Haible  <bruno@clisp.org>
17768
17769         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
17770         correct definition of LDBL_MIN_EXP.
17771
17772 2008-01-30  Karl Berry  <karl@gnu.org>
17773
17774         * config/srclist-update: try to preserve x bit on updates.
17775         * config/srclistvars.sh: update for karl.
17776
17777 2008-01-29  Jim Meyering  <meyering@redhat.com>
17778
17779         vasnprintf.c: Avoid warning about unused label
17780         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
17781         "overflow" label definition and associated code with the
17782         same cpp condition that guards the sole use of that label.
17783
17784 2008-01-26  Bruno Haible  <bruno@clisp.org>
17785
17786         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
17787         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
17788         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
17789         * lib/isnanl-nolibm.h (isnanl): Likewise.
17790         Reported by Paul Eggert <eggert@cs.ucla.edu>.
17791
17792 2008-01-26  Bruno Haible  <bruno@clisp.org>
17793
17794         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
17795         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
17796
17797 2008-01-26  Bruno Haible  <bruno@clisp.org>
17798
17799         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
17800         GCC >= 4.0 built-in.
17801         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
17802
17803 2008-01-26  Bruno Haible  <bruno@clisp.org>
17804
17805         Rename isnan, applicable to 'double' only, to isnand.
17806         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
17807         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
17808         (configure.ac): Update.
17809         (Include): Replace "isnan.h" with "isnand.h".
17810         * m4/isnand.m4: Renamed from m4/isnan.m4.
17811         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
17812         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
17813         instead of isnan.c.
17814         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
17815         instead of HAVE_ISNAN_IN_LIBC.
17816         (isnand): Renamed from isnan.
17817         * lib/isnand.c: New file.
17818         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
17819         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
17820         (Makefile.am): Update.
17821         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
17822         Include isnand.h instead of isnan.h.
17823         (main): Test isnand instead of isnan.
17824         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
17825         isnan-nolibm.
17826         * modules/frexp (Depends-on): Likewise.
17827         * modules/frexp-tests (Depends-on): Likewise.
17828         * modules/frexp-nolibm (Depends-on): Likewise.
17829         * modules/frexp-nolibm-tests (Depends-on): Likewise.
17830         * modules/isfinite (Depends-on): Likewise.
17831         * modules/round-tests (Depends-on): Likewise.
17832         * modules/signbit (Depends-on): Likewise.
17833         * modules/signbit-tests (Depends-on): Likewise.
17834         * modules/snprintf-posix (Depends-on): Likewise.
17835         * modules/sprintf-posix (Depends-on): Likewise.
17836         * modules/trunc-tests (Depends-on): Likewise.
17837         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17838         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17839         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17840         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17841         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17842         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17843         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17844         * modules/vasnprintf-posix (Depends-on): Likewise.
17845         * modules/vasprintf-posix (Depends-on): Likewise.
17846         * modules/vfprintf-posix (Depends-on): Likewise.
17847         * modules/vsnprintf-posix (Depends-on): Likewise.
17848         * modules/vsprintf-posix (Depends-on): Likewise.
17849         * lib/frexp.c: Include isnand.h instead of isnan.h.
17850         (ISNAN): Set to isnand instead of isnan.
17851         * lib/isfinite.c: Include isnand.h instead of isnan.h.
17852         (gl_isfinited): Use isnand instead of isnan.
17853         * lib/signbitd.c: Include isnand.h instead of isnan.h.
17854         (gl_signbitd): Use isnand instead of isnan.
17855         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
17856         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
17857         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
17858         (main): Use isnand instead of isnan.
17859         * tests/test-round1.c: Include isnand.h.
17860         (main): Use isnand instead of isnan.
17861         * tests/test-round2.c: Include isnand.h instead of isnan.h.
17862         (ISNAN): Set to isnand instead of isnan.
17863         * tests/test-trunc1.c: Include isnand.h.
17864         (main): Use isnand instead of isnan.
17865         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
17866         (equal): Use isnand instead of isnan.
17867         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
17868         isnand-nolibm.
17869         * NEWS: Mention the change.
17870
17871 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
17872             Bruno Haible  <bruno@clisp.org>
17873
17874         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
17875         the GCC builtins for signbits are present and set
17876         REPLACE_SIGNBIT_USING_GCC if so.
17877         * lib/math.in.h (signbit): Define using GCC builtins if
17878         REPLACE_SIGNBIT_USING_GCC is set.
17879         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
17880         REPLACE_SIGNBIT_USING_GCC.
17881         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
17882
17883 2008-01-25  Jim Meyering  <meyering@redhat.com>
17884
17885         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
17886         * lib/poll.c: Include <config.h>, not "config.h".
17887         * tests/test-getaddrinfo.c: Likewise.
17888
17889 2008-01-25  Simon Josefsson  <simon@josefsson.org>
17890
17891         * modules/sockets-tests: New file.
17892
17893 2008-01-24  Simon Josefsson  <simon@josefsson.org>
17894
17895         * modules/sockets: New module, can be used to call WSA_Startup and
17896         WSA_Cleanup when needed.
17897
17898         * lib/sockets.h, lib/sockets.c: New files.
17899
17900         * m4/sockets.m4: New file.
17901
17902         * tests/test-sockets.c: New file.
17903
17904 2008-01-19  Bruno Haible  <bruno@clisp.org>
17905
17906         * doc/posix-headers: Renamed from doc/headers.
17907         * doc/posix-functions: Renamed from doc/functions.
17908         * doc/gnulib.texi: Update.
17909
17910 2008-01-19  Bruno Haible  <bruno@clisp.org>
17911
17912         * doc/glibc-functions/strcasestr.texi: Include contents of
17913         doc/functions/strcasestr.texi, fixing the list of platforms.
17914         * doc/functions/strcasestr.texi: Remove file.
17915
17916 2008-01-19  Bruno Haible  <bruno@clisp.org>
17917
17918         * doc/glibc-functions/memmem.texi: Include contents of
17919         doc/functions/memmem.texi.
17920         * doc/functions/memmem.texi: Remove file.
17921
17922 2008-01-18  Bruno Haible  <bruno@clisp.org>
17923
17924         * doc/glibc-functions/*.texi: New files.
17925         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
17926         to use the new files.
17927
17928 2008-01-17  Bruno Haible  <bruno@clisp.org>
17929
17930         * tests/test-gethostname.c (main): Fix printf statement.
17931
17932 2008-01-17  Simon Josefsson  <simon@josefsson.org>
17933
17934         * modules/gethostname-tests: New file.
17935
17936         * tests/test-gethostname.c: New file.
17937
17938 2008-01-17  Simon Josefsson  <simon@josefsson.org>
17939
17940         * lib/gethostname.c: Include string.h unconditionally, strncpy is
17941         used by the UNAME case.  Reported by Bruno Haible
17942         <bruno@clisp.org>.
17943
17944 2008-01-17  Eric Blake  <ebb9@byu.net>
17945
17946         Convert c-strcasestr to be more efficient.
17947         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
17948         (Depends-on): Add c-strcase, remove malloca, strnlen.
17949         * tests/test-c-strcasestr.c (main): Enhance test.
17950         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
17951
17952 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
17953
17954         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
17955         Use it in creating po/Makevars.
17956
17957 2008-01-15  Simon Josefsson  <simon@josefsson.org>
17958
17959         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
17960         Applications that requires it should initialize libgcrypt
17961         manually.
17962
17963 2008-01-16  Simon Josefsson  <simon@josefsson.org>
17964
17965         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
17966
17967 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
17968
17969         Fix problem with getdate on mingw32 reported by Simon Josefsson
17970         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
17971         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
17972         tzname", when deciding whether to declare tzname.
17973         * lib/strftime.c (tzname): Likewise.
17974
17975 2008-01-15  Bruno Haible  <bruno@clisp.org>
17976
17977         Work around a MacOS X 10.5 bug in frexpl().
17978         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
17979         * doc/functions/frexpl.texi: Document the bug.
17980         Reported by Elias Pipping <pipping@gentoo.org>.
17981
17982 2008-01-14  Eric Blake  <ebb9@byu.net>
17983
17984         Touch up previous patch.
17985         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
17986         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
17987
17988         Convert strcasestr module to use Two-Way algorithm.
17989         * modules/strcasestr-simple: New module, based on the old
17990         strcasestr, but with Two-Way rather than KMP.
17991         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
17992         * lib/string.in.h (rpl_strcasestr): Declare.
17993         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
17994         performance.
17995         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
17996         * modules/string (Makefile.am): Support strcasestr.
17997         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
17998         * modules/strcasestr-tests (Depends-on): Check for alarm.
17999         * tests/test-strcasestr.c: Augment test.
18000         * lib/str-two-way.h: Clean up stray macro.
18001         * NEWS: Document new module.
18002         * MODULES.html.sh (string handling): Likewise.
18003         * doc/functions/strcasestr.texi: New file.
18004         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
18005         here, since it is not a POSIX function.
18006
18007 2008-01-14  Colin Watson  <cjwatson@debian.org>
18008             Bruno Haible  <bruno@clisp.org>
18009
18010         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
18011         works fine; if not, set REPLACE_STRSIGNAL.
18012         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
18013         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18014         REPLACE_STRSIGNAL.
18015         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
18016         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
18017         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
18018
18019 2008-01-14  Bruno Haible  <bruno@clisp.org>
18020
18021         * modules/strsignal (Include): Change to <string.h>.
18022
18023 2008-01-14  Colin Watson  <cjwatson@debian.org>
18024
18025         * modules/argp (Notice): Add a notice recommending to change
18026         XGETTEXT_OPTIONS.
18027         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
18028
18029 2008-01-13  Colin Watson  <cjwatson@debian.org>
18030
18031         * modules/strsignal-tests: New file.
18032         * tests/test-strsignal.c: New file.
18033
18034         * lib/strsignal.c: New file, from glibc with modifications.
18035         * lib/siglist.h: New file, from glibc with modifications.
18036         * lib/string.in.h (strsignal): New declaration.
18037         * m4/strsignal.m4: New file.
18038         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18039         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
18040         * modules/strsignal: New file.
18041         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
18042         HAVE_DECL_STRSIGNAL.
18043
18044 2008-01-13  Bruno Haible  <bruno@clisp.org>
18045
18046         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
18047         locale encoding is not ASCII. Needed for OpenBSD 4.0.
18048         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
18049         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
18050
18051 2008-01-13  Bruno Haible  <bruno@clisp.org>
18052
18053         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
18054         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
18055         * lib/argp.h (__attribute__): Likewise.
18056         * lib/c-stack.c (__attribute__): Likewise.
18057         * lib/error.h (__attribute__): Likewise.
18058         * lib/fts.c (__attribute__): Likewise.
18059         * lib/openat.h (__attribute__): Likewise.
18060         * lib/stdio.in.h (__attribute__): Likewise.
18061         * lib/string.in.h (__attribute__): Likewise.
18062         * lib/utimens.c (__attribute__): Likewise.
18063         * lib/vasnprintf.h (__attribute__): Likewise.
18064         * lib/xalloc.h (__attribute__): Likewise.
18065         * lib/xprintf.h (__attribute__): Likewise.
18066         * lib/xstrtol.h (__attribute__): Likewise.
18067         * lib/xvasprintf.h (__attribute__): Likewise.
18068
18069 2008-01-12  Bruno Haible  <bruno@clisp.org>
18070
18071         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
18072         * doc/glibc-headers/a.out.texi: New file.
18073         * doc/glibc-headers/aliases.texi: New file.
18074         * doc/glibc-headers/alloca.texi: New file.
18075         * doc/glibc-headers/ar.texi: New file.
18076         * doc/glibc-headers/argp.texi: New file.
18077         * doc/glibc-headers/argz.texi: New file.
18078         * doc/glibc-headers/byteswap.texi: New file.
18079         * doc/glibc-headers/crypt.texi: New file.
18080         * doc/glibc-headers/endian.texi: New file.
18081         * doc/glibc-headers/envz.texi: New file.
18082         * doc/glibc-headers/err.texi: New file.
18083         * doc/glibc-headers/error.texi: New file.
18084         * doc/glibc-headers/execinfo.texi: New file.
18085         * doc/glibc-headers/fpu_control.texi: New file.
18086         * doc/glibc-headers/fstab.texi: New file.
18087         * doc/glibc-headers/fts.texi: New file.
18088         * doc/glibc-headers/getopt.texi: New file.
18089         * doc/glibc-headers/ieee754.texi: New file.
18090         * doc/glibc-headers/ifaddrs.texi: New file.
18091         * doc/glibc-headers/libintl.texi: New file.
18092         * doc/glibc-headers/mcheck.texi: New file.
18093         * doc/glibc-headers/mntent.texi: New file.
18094         * doc/glibc-headers/obstack.texi: New file.
18095         * doc/glibc-headers/paths.texi: New file.
18096         * doc/glibc-headers/printf.texi: New file.
18097         * doc/glibc-headers/pty.texi: New file.
18098         * doc/glibc-headers/resolv.texi: New file.
18099         * doc/glibc-headers/shadow.texi: New file.
18100         * doc/glibc-headers/sysexits.texi: New file.
18101         * doc/glibc-headers/ttyent.texi: New file.
18102
18103 2008-01-12  Jim Meyering  <meyering@redhat.com>
18104
18105         announce-gen: emit Gnulib's git-based version string.
18106         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
18107         New option --gnulib-version=V, where V is expected to be
18108         the output of running git describe in the gnulib directory.
18109         (get_tool_versions): Request feedback on xdelta.  I suspect it's
18110         not useful, and plan to stop publishing an xdelta file with each
18111         coreutils release.
18112
18113         * build-aux/announce-gen: Also check for lzma-compressed files.
18114
18115 2008-01-11  Bruno Haible  <bruno@clisp.org>
18116
18117         * tests/test-memmem.c (main): Increase maximum allowed time.
18118         * tests/test-strstr.c (main): Likewise.
18119
18120 2008-01-11  Bruno Haible  <bruno@clisp.org>
18121
18122         * doc/functions/memmem.texi: Add more precisions about platforms.
18123         * doc/functions/strstr.texi: Likewise.
18124
18125 2008-01-10  Eric Blake  <ebb9@byu.net>
18126
18127         * m4/strstr.m4: Delete cruft from copy-n-paste.
18128         Reported by Bruno Haible.
18129
18130 2008-01-10  Bruno Haible  <bruno@clisp.org>
18131
18132         Make c-strstr rely on strstr.
18133         * lib/c-strstr.c: Don't include str-kmp.h.
18134         (c_strstr): Define in terms of strstr.
18135         * modules/c-strstr (Files): Remove lib/str-kmp.h.
18136         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
18137
18138 2008-01-10  Bruno Haible  <bruno@clisp.org>
18139
18140         * doc/gnulib.texi (String Functions in C Locale): New section.
18141         * doc/c-ctype.texi: New file.
18142         * doc/c-strcase.texi: New file.
18143         * doc/c-strcaseeq.texi: New file.
18144         * doc/c-strcasestr.texi: New file.
18145         * doc/c-strstr.texi: New file.
18146         * doc/c-strtod.texi: New file.
18147         * doc/c-strtold.texi: New file.
18148
18149 2008-01-10  Eric Blake  <ebb9@byu.net>
18150
18151         * lib/relocatable.h: Fix a comment.
18152
18153 2008-01-10  Eric Blake  <ebb9@byu.net>
18154
18155         Share two-way algorithm.
18156         * lib/str-two-way.h: New file, merged from...
18157         * lib/memmem.c: ...here...
18158         * lib/strstr.c: ...and here.
18159         * modules/memmem (Files): Use it.
18160         * modules/strstr (Files): Likewise.
18161
18162         Avoid quadratic strstr implementations.
18163         * lib/strstr.c: New file.
18164         * m4/strstr.m4: Likewise.
18165         * modules/strstr: Likewise.
18166         * modules/strstr-tests: Likewise.
18167         * tests/test-strstr.c: Likewise.
18168         * lib/string.in.h (rpl_strstr): Declare.
18169         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
18170         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
18171         * modules/string (Makefile.am): Likewise.
18172         * MODULES.html.sh (string handling): Mention new module.
18173         * doc/functions/strstr.texi (strstr): Document the bug.
18174
18175 2008-01-10  Bruno Haible  <bruno@clisp.org>
18176
18177         * lib/relocatable.h (relocate): State whether result is freshly
18178         allocated or not.
18179         * lib/relocatable.c (relocate): Return a freshly allocated string
18180         instead of a pointer to a privately held string.
18181         Reported by Sylvain Beucler <beuc@gnu.org>.
18182
18183 2008-01-10  Colin Watson  <cjwatson@debian.org>
18184
18185         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
18186         s/S_ISNLK/S_ISLNK/.
18187
18188 2008-01-09  Bruno Haible  <bruno@clisp.org>
18189
18190         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
18191         and other files.
18192         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
18193         if it's only a guess.
18194         * modules/memmem: Simplify by depending on memmem-simple.
18195
18196 2008-01-09  Bruno Haible  <bruno@clisp.org>
18197
18198         Work around OpenBSD 4.0 tdelete() bug.
18199         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
18200         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
18201         macros and don't redefine the enum values.
18202         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
18203         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
18204         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
18205
18206 2008-01-09  Bruno Haible  <bruno@clisp.org>
18207
18208         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
18209         (main): Don't perform the tests if setlocale did not install a UTF-8
18210         locale. Needed on OpenBSD 4.0.
18211         * modules/wcwidth-tests (Depends-on): Add localcharset.
18212
18213 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
18214
18215         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
18216         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
18217         * NEWS: announce this.
18218         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
18219
18220 2008-01-09  Simon Josefsson  <simon@josefsson.org>
18221         and Eric Blake  <ebb9@byu.net>
18222
18223         Add memmem-simple module.
18224         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
18225         (gl_FUNC_MEMMEM): Separate performance from presence checks.
18226         * modules/memmem-simple: New file.
18227         * modules/memmem (Description): Tweak.
18228         * MODULES.html.sh (string handling): Mention new module.
18229         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
18230         addressed by memmem-simple.
18231         * NEWS: Document the difference.
18232
18233 2008-01-09  Eric Blake  <ebb9@byu.net>
18234
18235         Give gcc some memmem optimization hints.
18236         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
18237         (strcasestr): Declare as pure.
18238         * modules/memmem (Maintainer): Claim my implementation.
18239
18240 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18241
18242         Support AIX 6.1 and higher.
18243         * build-aux/config.libpath: Likewise.
18244         * build-aux/config.rpath: Likewise.
18245
18246 2008-01-08  Jim Meyering  <meyering@redhat.com>
18247             Bruno Haible  <bruno@clisp.org>
18248
18249         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
18250         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
18251         Reported by Peter Fales in
18252         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
18253
18254 2008-01-08  Bruno Haible  <bruno@clisp.org>
18255
18256         * modules/unictype/category-of (Depends-on): Add
18257         unictype/category-none.
18258         * modules/unictype/category-and-tests (Depends-on): Add
18259         unictype/category-{L,N,Lu,Nd}.
18260         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
18261         * modules/unictype/category-or-tests (Depends-on): Add
18262         unictype/category-{L,N}.
18263         * modules/unictype/category-name-tests (Depends-on): Add
18264         unictype/category-{Z,Nl}.
18265         Reported by Simon Josefsson.
18266
18267 2008-01-08  Bruno Haible  <bruno@clisp.org>
18268
18269         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
18270         convention better.
18271         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
18272         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
18273         Reported by Peter Miller <millerp@canb.auug.org.au>.
18274
18275 2008-01-08  Eric Blake  <ebb9@byu.net>
18276
18277         Rewrite memmem to guarantee linear complexity without malloc.
18278         * lib/memmem.c (memmem): Use Two-Way rather than
18279         Knuth-Morris-Pratt, to allow O(1) space usage.
18280         (critical_factorization, two_way_short_needle)
18281         (two_way_long_needle): New functions.
18282         (knuth_morris_pratt): Delete.
18283         * modules/memmem (Depends-on): No longer need malloca or stdbool.
18284         Add stdint.
18285         * tests/test-memmem.c (main): Add tests for periodic needle and
18286         sublinear performance.
18287         * doc/functions/memmem.texi (memmem): Document other deficiencies
18288         in cygwin and older glibc.
18289
18290 2008-01-08  Bruno Haible  <bruno@clisp.org>
18291
18292         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
18293         augmentation.
18294
18295 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
18296
18297         Add a configure time option: --disable-acl.
18298         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
18299         AC_ARG_ENABLE(acl).
18300
18301 2008-01-06  Simon Josefsson  <simon@josefsson.org>
18302
18303         * tests/test-localename.c: Don't include obsolete "setenv.h".
18304
18305         * modules/localename-tests (Depends-on): Need unsetenv.
18306
18307 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18308
18309         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
18310
18311 2008-01-06  Colin Watson  <cjwatson@debian.org>
18312
18313         * users.txt: Add man-db.
18314
18315 2008-01-07  Bruno Haible  <bruno@clisp.org>
18316
18317         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
18318         previous section name.
18319
18320 2008-01-07  Bruno Haible  <bruno@clisp.org>
18321
18322         * lib/progname.c (set_program_name): Don't strip off a leading
18323         "lt-" prefix outside a .libs directory.
18324         Suggested by Paul Eggert.
18325
18326 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
18327             Bruno Haible  <bruno@clisp.org>
18328
18329         Improve memory cleanup in 'relocatable' module.
18330         * lib/relocatable.h (compute_curr_prefix): Change return type to
18331         'char *'.
18332         * lib/relocatable.c (compute_curr_prefix): Change return type to
18333         'char *'. Free curr_installdir after use.
18334         (relocate): Free curr_prefix_better after use.
18335         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
18336
18337 2008-01-01  Bruno Haible  <bruno@clisp.org>
18338
18339         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
18340         failure on older glibc systems.
18341         Reported by Peter Fales <psfales@alcatel-lucent.com>.
18342
18343 2008-01-05  Eric Blake  <ebb9@byu.net>
18344
18345         Avoid quadratic system memmem.
18346         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
18347         Reported by Ralf Wildenhues.
18348
18349         Fix memmem test for mingw.
18350         * modules/memmem-tests (configure.ac): Check for alarm.
18351         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
18352         it.
18353         * doc/functions/memmem.texi: New file.
18354         * doc/gnulib.texi (Function Substitutes): Add memmem.
18355         Reported by Bruno Haible.
18356
18357 2008-01-04  Bruno Haible  <bruno@clisp.org>
18358
18359         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
18360         Require gl_HEADER_STRINGS_H_DEFAULTS, not
18361         gl_HEADER_STRING_H_DEFAULTS.
18362
18363 2008-01-04  Eric Blake  <ebb9@byu.net>
18364
18365         Shorten duration of memmem test.
18366         * tests/test-memmem.c (main): Use alarm to declare failure if test
18367         is taking too long.
18368         Reported by Ralf Wildenhues.
18369
18370 2007-12-21  Simon Josefsson  <simon@josefsson.org>
18371
18372         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
18373         string, needed by strerror.
18374
18375 2008-01-03  Colin Watson  <cjwatson@debian.org>
18376             Bruno Haible  <bruno@clisp.org>
18377
18378         * doc/gnulib-tool.texi (Localization): New section.
18379
18380 2008-01-02  Bruno Haible  <bruno@clisp.org>
18381
18382         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
18383         variables to 'unsigned char *' type.
18384         Reported by Paul Eggert.
18385
18386 2008-01-02  Jim Meyering  <jim@meyering.net>
18387
18388         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
18389
18390 2007-12-31  Jim Meyering  <jim@meyering.net>
18391
18392         Avoid use of private FTS type name.
18393         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
18394
18395 2007-12-30  Karl Berry  <karl@gnu.org>
18396
18397         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
18398         work around defect in Texinfo and/or the standalone Info browser.
18399
18400 2007-12-30  Bruno Haible  <bruno@clisp.org>
18401
18402         Unify 5 copies of the KMP code.
18403         * lib/str-kmp.h: New file.
18404         * lib/c-strcasestr.c: Include str-kmp.h.
18405         (knuth_morris_pratt): Remove function.
18406         (c_strcasestr): Update.
18407         * lib/c-strstr.c: Include str-kmp.h.
18408         (knuth_morris_pratt): Remove function.
18409         (c_strcasestr): Update.
18410         * lib/mbscasestr.c: Include str-kmp.h.
18411         (knuth_morris_pratt_unibyte): Remove function.
18412         * lib/mbsstr.c: Include str-kmp.h.
18413         (knuth_morris_pratt_unibyte): Remove function.
18414         * lib/strcasestr.c: Include str-kmp.h.
18415         (knuth_morris_pratt): Remove function.
18416         (strcasestr): Update.
18417         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
18418         * modules/c-strstr (Files): Likewise.
18419         * modules/mbscasestr (Files): Likewise.
18420         * modules/mbsstr (Files): Likewise.
18421         * modules/strcasestr (Files): Likewise.
18422         Suggested by Paul Eggert.
18423
18424 2007-12-30  Bruno Haible  <bruno@clisp.org>
18425
18426         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
18427         defined.
18428
18429 2007-12-30  Bruno Haible  <bruno@clisp.org>
18430
18431         * lib/xmalloca.h: Include xalloc.h.
18432         (xnmalloca): New macro.
18433
18434 2007-12-30  Bruno Haible  <bruno@clisp.org>
18435
18436         * lib/malloca.h (nmalloca): New macro.
18437         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
18438         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
18439         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
18440         knuth_morris_pratt_multibyte): Likewise.
18441         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
18442         knuth_morris_pratt_multibyte): Likewise.
18443         * lib/memmem.c (knuth_morris_pratt): Likewise.
18444         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
18445
18446 2007-12-25  Bruno Haible  <bruno@clisp.org>
18447
18448         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
18449         * lib/glob.c: Don't include openat.h.
18450         (link_exists2_p): Add back the code that deals with the
18451         !GLOB_ALTDIRFUNC case.
18452         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
18453         let it do the filename concatenation.
18454         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
18455         * modules/glob (Depends-on): Remove openat.
18456
18457 2007-12-31  Bruno Haible  <bruno@clisp.org>
18458
18459         * modules/dirfd (License): Change to LGPLv2+.
18460         Approved by Jim Meyering.
18461
18462 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
18463
18464         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
18465         when multiplying M by sizeof (size_t).
18466
18467 2007-12-10  Martin Lambers  <marlam@marlam.de>
18468
18469         Override getpagesize on mingw.
18470         * lib/getpagesize.c: New file.
18471         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
18472         * modules/getpagesize (Files): Add lib/getpagesize.c.
18473         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
18474         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18475         REPLACE_GETPAGESIZE.
18476         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
18477
18478 2007-12-25  Bruno Haible  <bruno@clisp.org>
18479
18480         * modules/localcharset (Notice): New field.
18481         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
18482         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
18483
18484 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
18485             Bruno Haible  <bruno@clisp.org>
18486
18487         Avoid using the syntax symbol() in formatted documentation.
18488         * MODULES.html.sh (func_module): When replacing symbol() with a
18489         hyperlink, remove the parentheses. Show an error if some remain.
18490         Recognize and render the '...' syntax.
18491         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
18492         Rework. Add paragraph about GCC's inlining.
18493         * doc/alloca.texi: Likewise.
18494         * doc/error.texi: Remove parentheses from symbol reference.
18495         * doc/gnulib-intro.texi: Likewise.
18496         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
18497         * modules/fnmatch (Description): Reword to say "the ... function".
18498         * modules/full-read (Description): Likewise.
18499         * modules/full-write (Description): Likewise.
18500         * modules/safe-read (Description): Likewise.
18501         * modules/safe-write (Description): Likewise.
18502         * modules/strchrnul (Description): Likewise.
18503         * modules/trim (Description): Likewise.
18504         * modules/error (Description): Remove parentheses from symbol
18505         references.
18506         * modules/verror (Description): Likewise.
18507         Reported by Karl Berry.
18508
18509 2007-12-25  Bruno Haible  <bruno@clisp.org>
18510
18511         Fixup after 2007-10-16 commit.
18512         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
18513
18514 2007-12-24  Bruno Haible  <bruno@clisp.org>
18515
18516         Make --enable-relocatable work with DESTDIR.
18517         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
18518         to compute installdir from destprog.
18519         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
18520         also set the RELOC_DESTDIR variable.
18521         Reported by Левашев Иван <octagram@bluebottle.com>.
18522
18523 2007-12-24  Bruno Haible  <bruno@clisp.org>
18524
18525         Fix link error due to xalloc_die().
18526         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
18527         of xreadlink.
18528         * lib/relocwrapper.c: Update comments.
18529         * build-aux/install-reloc: Remove xreadlink.c from file list.
18530         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
18531         xreadlink.c.
18532         Reported by Левашев Иван <octagram@bluebottle.com>.
18533
18534 2007-12-24  Bruno Haible  <bruno@clisp.org>
18535
18536         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
18537         * lib/setenv.h: Remove file.
18538         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
18539         lib/setenv.h.
18540         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
18541         (Depends-on): Add stdlib.
18542         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
18543         gl_FUNC_UNSETENV.
18544         (Include): Replace setenv.h with <stdlib.h>.
18545         * modules/unsetenv: New file.
18546         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
18547         * lib/unsetenv.c: Include <stdlib.h> first.
18548         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
18549         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
18550         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
18551         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
18552         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
18553         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
18554         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
18555         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
18556         * doc/functions/unsetenv.texi: Update.
18557         * modules/xsetenv (Depends-on): Add unsetenv.
18558         * modules/getdate (Depends-on): Likewise.
18559         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
18560         * lib/xsetenv.c: Don't include setenv.h.
18561         * lib/getdate.y: Likewise.
18562         * lib/relocwrapper.c: Likewise.
18563         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
18564         (Depends-on): Add stdlib.
18565         * NEWS: Mention the changes.
18566         Reported by Левашев Иван <octagram@bluebottle.com>.
18567
18568 2007-12-23  Bruno Haible  <bruno@clisp.org>
18569
18570         * lib/memmem.c (memmem): Use lowercase variable names. Tab
18571         indentation.
18572
18573 2007-12-23  Bruno Haible  <bruno@clisp.org>
18574
18575         * lib/c-strcasestr.c: Add more comments.
18576         * lib/c-strstr.c: Likewise.
18577         * lib/mbscasestr.c: Likewise.
18578         * lib/mbsstr.c: Likewise.
18579         * lib/strcasestr.c: Likewise.
18580         * lib/memmem.c: Likewise.
18581
18582 2007-12-23  Bruno Haible  <bruno@clisp.org>
18583
18584         * tests/test-memmem.c: Include <string.h> first.
18585
18586 2007-12-22  Bruno Haible  <bruno@clisp.org>
18587
18588         * gnulib-tool (func_create_testdir): Change $auxdir while generating
18589         the contents of $testsbase.
18590         Reported by Ralf Wildenhues.
18591
18592 2007-12-22  Bruno Haible  <bruno@clisp.org>
18593
18594         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
18595         two variables local_ldadd_before, local_ldadd_last.
18596
18597 2007-12-20  Eric Blake  <ebb9@byu.net>
18598
18599         Work around circular library issue when cross-compiling.
18600         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
18601         that progname.o does not need to pull in rpl_memcmp.
18602
18603 2007-12-19  Eric Blake  <ebb9@byu.net>
18604
18605         Fix memmem to avoid O(n^2) worst-case complexity.
18606         * lib/memmem.c (knuth_morris_pratt): New function.
18607         (memmem): Use it if first few naive iterations fail.
18608         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
18609         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
18610         * modules/memchr (License): Likewise.
18611         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
18612         malloca.
18613         * tests/test-memmem.c: Rewrite, borrowing ideas from
18614         test-mbsstr1.c; the old version wouldn't even compile!
18615         * modules/memmem-tests: New file.
18616         * lib/string.in.h (rpl_memmem): Add declaration.
18617         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
18618         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
18619         REPLACE_MEMMEM.
18620
18621 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
18622
18623         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
18624         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
18625         before any system include files, and undef after them all.  This
18626         should fix a problem on VMS reported by John E. Malmberg in
18627         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
18628
18629 2007-12-17  Eric Blake  <ebb9@byu.net>
18630
18631         Revert addition of verify, for BSD/OS.
18632         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
18633         can't handle large files, for the sake of obsolete platforms.
18634         * modules/fseeko (Depends-on): Remove verify.
18635         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
18636         * doc/functions/ftello.texi (ftello): Likewise.
18637         * doc/functions/fgetpos.texi (fgetpos): Likewise.
18638         Reported by Larry Jones.
18639
18640 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
18641
18642         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
18643         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
18644
18645 2007-12-17  Jim Meyering  <meyering@redhat.com>
18646
18647         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
18648         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
18649         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
18650         * modules/getcwd (Depends-on): Add openat.
18651         Reported by Petr Salinger.
18652
18653 2007-12-17  Bruno Haible  <bruno@clisp.org>
18654
18655         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
18656         avoid a segmentation fault of the configure test on x86_64 systems.
18657
18658 2007-12-15  Jim Meyering  <meyering@redhat.com>
18659
18660         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
18661
18662 2007-12-13  Eric Blake  <ebb9@byu.net>
18663
18664         Another fseek test.
18665         * tests/test-fseek.c (main): Also test ungetc handling.
18666         * tests/test-fseeko.c (main): Likewise.
18667         * modules/fseeko (Depends-on): Add verify.
18668         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
18669         large.
18670         Reported by Larry Jones.
18671
18672         Fix fseeko on mingw.
18673         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
18674         seek.
18675
18676         Beef up fseek tests.
18677         * tests/test-fseek.c (main): Also test eof handling.
18678         * tests/test-fseeko.c (main): Likewise.
18679         Reported by Larry Jones.
18680
18681 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
18682
18683         Fix fseeko on BSD-based platforms.
18684         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
18685         successful seek.
18686
18687 2007-12-12  Eric Blake  <ebb9@byu.net>
18688
18689         Allow circular dependency of separate libtests.a
18690         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
18691         when use_libtests.
18692
18693 2007-12-11  Eric Blake  <ebb9@byu.net>
18694
18695         Fix bug with -0.0L in previous patch.
18696         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
18697         * tests/test-isnan.c (main): Also test on zeroes.
18698         * tests/test-isnanf.c (main): Likewise.
18699         * tests/test-isnanl.h (main): Likewise.
18700
18701         Detect pseudo-denormals on x86 even when cross-compiling.
18702         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
18703         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
18704         invalid bit patterns that happen to satisfy ==.
18705
18706         Avoid link failures with separate libtests.a.
18707         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
18708         last, to satisfy circular dependencies.
18709
18710 2007-12-11  Eric Blake  <ebb9@byu.net>
18711         and Bruno Haible  <bruno@clisp.org>
18712
18713         Fix OpenBSD 4.0 <float.h> handling of long double.
18714         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
18715         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
18716         * doc/headers/float.texi (float.h): Document OpenBSD bug.
18717
18718 2007-12-11  Jim Meyering  <meyering@redhat.com>
18719
18720         * users.txt: Add libvirt.
18721
18722         Support versions of autoconf prior to 2.59c.
18723         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
18724         if it is not already defined.
18725
18726 2007-12-09  Bruno Haible  <bruno@clisp.org>
18727
18728         Let 'gnulib-tool --import' collect sources needed for the tests in
18729         tests/ rather than in lib/.
18730         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
18731         argument. If true, add rules to generate libtests.a, and put libtests.a
18732         into $(LDADD). Consider source files in subdirectories and set
18733         uses_subdirs.
18734         (func_emit_initmacro_start, func_emit_initmacro_end,
18735         func_emit_initmacro_done): Pass all arguments explicitly.
18736         (func_import): Determine two module lists main_modules,
18737         testsrelated_modules. Determine use_libtests. Determine two variables
18738         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
18739         instead of just sed_transform_lib_file. Determine two variables
18740         main_files and testsrelated_files. Compute 'files' as the union of
18741         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
18742         func_add_or_update. In the generated gnulib-comp.m4, collect the
18743         object files for tests/ in different variables than those for lib/.
18744         Substitute LIBTESTS_LIBDEPS.
18745         (func_create_testdir): Combine the uses_subdirs results from
18746         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
18747
18748 2007-12-09  Bruno Haible  <bruno@clisp.org>
18749
18750         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
18751         the build-aux directory.
18752
18753 2007-12-09  Bruno Haible  <bruno@clisp.org>
18754
18755         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
18756         introduced on 2006-09-09.
18757
18758 2007-12-07  Jim Meyering  <meyering@redhat.com>
18759
18760         Let these macros work also with autoconf-2.59.
18761         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
18762         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
18763         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
18764
18765 2007-12-06  Jim Meyering  <meyering@redhat.com>
18766
18767         Avoid a configure-time syntax error in gl_FUNC_ACL.
18768         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
18769         function in each branch, before testing the cache variable.
18770
18771 2007-12-04  Eric Blake  <ebb9@byu.net>
18772
18773         Make scripts executable.
18774         * build-aux/config.guess: Add execute permissions.
18775         * build-aux/config.sub: Likewise.
18776         * build-aux/gendocs.sh: Likewise.
18777
18778         Fix frexp on mingw.
18779         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
18780         cross-compiling.
18781         * doc/functions/frexp.texi (frexp): Document the bug.
18782
18783         Make cygwin fseeko check more reliable.
18784         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
18785         version numbers, rather than unrelated feature check.
18786         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
18787         * doc/functions/ftello.texi (ftello): Likewise.
18788         Reported by Bruno Haible.
18789
18790         * m4/strerror.m4: Bump version number.
18791
18792 2007-12-03  Bruno Haible  <bruno@clisp.org>
18793
18794         * doc/functions/mprotect.texi: Mention the mingw problem.
18795
18796 2007-12-03  Eric Blake  <ebb9@byu.net>
18797
18798         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
18799         REPLACE_STRERROR is initialized before this macro.
18800
18801 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
18802
18803         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
18804         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
18805         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
18806         put -lsec in even for programs other than 'ls'.  This fixes a problem
18807         for gettext reported by Bruno Haible in
18808         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
18809         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
18810         Add support for Solaris 10.  This isn't efficient, but should get the
18811         job done for now.
18812
18813 2007-12-03  James Youngman  <jay@gnu.org>
18814
18815         * doc/regexprops-generic.texi: change "an close-group" to "a
18816         close-group" and "illegal" to "not allowed".
18817
18818 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18819
18820         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
18821         pr_byname.h. Needed for the rare case when the maintainer has done
18822         "make maintainer-clean" in the source directory and then attempts a
18823         build outside the source directory.
18824         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
18825         scripts_byname.h.
18826
18827 2007-12-02  Martin Lambers <marlam@marlam.de>
18828             Bruno Haible  <bruno@clisp.org>
18829
18830         * lib/getpagesize.h: Remove file.
18831         * lib/unistd.in.h: Include declaration of getpagesize here.
18832         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
18833         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
18834         HAVE_SYS_PARAM_H.
18835         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
18836         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
18837         * modules/getpagesize (Files): Remove lib/getpagesize.h.
18838         (Depends-on): Add unistd.
18839         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18840         (Include): Use <unistd.h> instead of getpagesize.h.
18841         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
18842         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
18843         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
18844         gl_GETPAGESIZE invocation, already handled by module dependency.
18845         * lib/pagealign_alloc.c: Don't include getpagesize.h.
18846
18847 2007-12-02  Bruno Haible  <bruno@clisp.org>
18848
18849         * modules/strings-tests: New file.
18850         * tests/test-strings.c: New file.
18851
18852         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
18853         * lib/strings.in.h: New file.
18854         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
18855         * m4/strings_h.m4: New file.
18856         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
18857         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
18858         * modules/strings: New file.
18859         * modules/string (Makefile.am): Update.
18860         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
18861         Reported by Karl Berry.
18862
18863 2007-12-01  Eric Blake  <ebb9@byu.net>
18864
18865         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
18866         accomodate fix in cygwin 1.5.25.
18867
18868 2007-12-01  Jim Meyering  <meyering@redhat.com>
18869
18870         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
18871         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
18872         that would inhibit utf8-optimization of a regexp containing line-
18873         or buffer-anchors, e.g., `^', `$'.
18874
18875 2007-11-30  Bruno Haible  <bruno@clisp.org>
18876
18877         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
18878         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
18879         glthread_recursive_lock_init.
18880         * lib/lock.c (glthread_recursive_lock_init)
18881         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
18882         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18883
18884 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
18885
18886         New function qset_acl, like set_acl but with syscall semantics.
18887         * lib/acl.h (qset_acl): New decl.
18888         * lib/acl.c (qset_acl): New function.
18889         (set_acl): Use new function.  Use more-consistent diagnostics.
18890
18891 2007-11-28  Jim Meyering  <meyering@redhat.com>
18892
18893         * modules/physmem (License): Change from GPL to LGPLv2+.
18894
18895 2007-11-26  Bruno Haible  <bruno@clisp.org>
18896
18897         * lib/vasnprintf.c (decode_long_double): Don't abort if the
18898         'long double' type has excess precision.
18899         Reported by Jim Meyering in
18900         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
18901
18902 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18903
18904         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
18905         Sync from <http://gnu.org/licenses>.
18906         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
18907         with license text from same location.
18908         * doc/maintain.texi, doc/standards.texi:  Sync from
18909         <http://savannah.gnu.org/projects/gnustandards>.
18910
18911 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
18912         and Jim Meyering  <meyering@redhat.com>
18913
18914         Adjust getdate' grammar to accept a slightly more regular language.
18915         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
18916         Before, the former was rejected.
18917         * lib/getdate.y (digits_to_date_time): New function, factored
18918         out of ...
18919         (number): ...here.  Just call digits_to_date_time.
18920         (hybrid): New non-terminal to handle an <unsigned number,
18921         signed relative offset> sequence consistently.
18922
18923 2007-11-18  Jim Meyering  <meyering@redhat.com>
18924
18925         Pull my changes from coreutils:
18926         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
18927         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
18928         use of $gnulib_tool_option_extras, so that it's separated from the
18929         preceding argument.
18930
18931         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
18932         * build-aux/bootstrap (cp_mark_as_generated): Create any required
18933         parent destination directories before copying a file into place.
18934
18935 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
18936
18937         bootstrap: work also with 4-argument variant of AC_INIT
18938         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
18939
18940 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18941
18942         Port test-getaddrinfo to Solaris.
18943         Problem reported by Bruno Haible in
18944         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
18945         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
18946         explanation of setting 'hints'.
18947         Don't reject an implementation merely because it returns EAI_SERVICE.
18948         (EAI_SERVICE): Define to 0 if not defined.
18949
18950 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
18951
18952         The license of gnu-make and posix-shell is now "GPLed build tool".
18953         * modules/gnu-make (License): Likewise.
18954         * modules/posix-shell (License): Likewise.
18955
18956         New module posix-shell, for determining a POSIX shell
18957         or perhaps something that is close enough to a POSIX shell.
18958         * m4/posix-shell.m4: New file.
18959         * modules/posix-shell: New file.
18960
18961         * MODULES.html.sh: Mention new module.
18962
18963         New module gnu-make, for determining whether we're using GNU Make.
18964         * m4/gnu-make.m4: New file.
18965         * modules/gnu-make: New file.
18966         * MODULES.html.sh: Mention new module.
18967
18968 2007-11-14  Jim Meyering  <meyering@redhat.com>
18969
18970         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
18971         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
18972         use this macro to create a function _definition_.
18973         Remove useless "#undef ARGMATCH_DIE".
18974
18975 2007-11-14  Bruno Haible  <bruno@clisp.org>
18976
18977         * lib/config.charset: Update for OpenBSD 4.1.
18978         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
18979
18980 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
18981
18982         Document 64-bit #if problems in stdint.texi.
18983         * doc/headers/stdint.texi (stdint.h): Mention problems with
18984         64-bit-#if, and how to work around them.
18985
18986         Don't insist on 'long long int' support in the preprocessor.  It
18987         breaks too many things.  For example, PRIdMAX still uses a 'long
18988         long int' format with the latest Sun compiler, even though
18989         HAVE_LONG_LONG_INT isn't defined due to that compiler's
18990         preprocessor problem.  This causes the latest coreutils to dump
18991         core on Solaris 10 sparc with the Sun C compiler.
18992         Instead, fix the 2007-10-16 problem in a different way, by evaluating
18993         the troublesome expressions at configure-time, not at #if-time.
18994         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
18995         preprocessor.
18996         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
18997         compile-time C checks, done at 'configure'-time.
18998         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
18999         * modules/inttypes (Makefile): Substitute the new symbols that
19000         gl_INTTYPES_H now generates.
19001         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
19002
19003 2007-11-12  Bruno Haible  <bruno@clisp.org>
19004
19005         Tests for Unicode character classification functions.
19006
19007         * modules/unictype/bidicategory-byname-tests: New file.
19008         * modules/unictype/bidicategory-name-tests: New file.
19009         * modules/unictype/bidicategory-of-tests: New file.
19010         * modules/unictype/bidicategory-test-tests: New file.
19011         * modules/unictype/block-list-tests: New file.
19012         * modules/unictype/block-of-tests: New file.
19013         * modules/unictype/block-test-tests: New file.
19014         * modules/unictype/category-C-tests: New file.
19015         * modules/unictype/category-Cc-tests: New file.
19016         * modules/unictype/category-Cf-tests: New file.
19017         * modules/unictype/category-Cn-tests: New file.
19018         * modules/unictype/category-Co-tests: New file.
19019         * modules/unictype/category-Cs-tests: New file.
19020         * modules/unictype/category-L-tests: New file.
19021         * modules/unictype/category-Ll-tests: New file.
19022         * modules/unictype/category-Lm-tests: New file.
19023         * modules/unictype/category-Lo-tests: New file.
19024         * modules/unictype/category-Lt-tests: New file.
19025         * modules/unictype/category-Lu-tests: New file.
19026         * modules/unictype/category-M-tests: New file.
19027         * modules/unictype/category-Mc-tests: New file.
19028         * modules/unictype/category-Me-tests: New file.
19029         * modules/unictype/category-Mn-tests: New file.
19030         * modules/unictype/category-N-tests: New file.
19031         * modules/unictype/category-Nd-tests: New file.
19032         * modules/unictype/category-Nl-tests: New file.
19033         * modules/unictype/category-No-tests: New file.
19034         * modules/unictype/category-P-tests: New file.
19035         * modules/unictype/category-Pc-tests: New file.
19036         * modules/unictype/category-Pd-tests: New file.
19037         * modules/unictype/category-Pe-tests: New file.
19038         * modules/unictype/category-Pf-tests: New file.
19039         * modules/unictype/category-Pi-tests: New file.
19040         * modules/unictype/category-Po-tests: New file.
19041         * modules/unictype/category-Ps-tests: New file.
19042         * modules/unictype/category-S-tests: New file.
19043         * modules/unictype/category-Sc-tests: New file.
19044         * modules/unictype/category-Sk-tests: New file.
19045         * modules/unictype/category-Sm-tests: New file.
19046         * modules/unictype/category-So-tests: New file.
19047         * modules/unictype/category-Z-tests: New file.
19048         * modules/unictype/category-Zl-tests: New file.
19049         * modules/unictype/category-Zp-tests: New file.
19050         * modules/unictype/category-Zs-tests: New file.
19051         * modules/unictype/category-and-not-tests: New file.
19052         * modules/unictype/category-and-tests: New file.
19053         * modules/unictype/category-byname-tests: New file.
19054         * modules/unictype/category-name-tests: New file.
19055         * modules/unictype/category-none-tests: New file.
19056         * modules/unictype/category-of-tests: New file.
19057         * modules/unictype/category-or-tests: New file.
19058         * modules/unictype/category-test-withtable-tests: New file.
19059         * modules/unictype/combining-class-tests: New file.
19060         * modules/unictype/ctype-alnum-tests: New file.
19061         * modules/unictype/ctype-alpha-tests: New file.
19062         * modules/unictype/ctype-blank-tests: New file.
19063         * modules/unictype/ctype-cntrl-tests: New file.
19064         * modules/unictype/ctype-digit-tests: New file.
19065         * modules/unictype/ctype-graph-tests: New file.
19066         * modules/unictype/ctype-lower-tests: New file.
19067         * modules/unictype/ctype-print-tests: New file.
19068         * modules/unictype/ctype-punct-tests: New file.
19069         * modules/unictype/ctype-space-tests: New file.
19070         * modules/unictype/ctype-upper-tests: New file.
19071         * modules/unictype/ctype-xdigit-tests: New file.
19072         * modules/unictype/decimal-digit-tests: New file.
19073         * modules/unictype/digit-tests: New file.
19074         * modules/unictype/mirror-tests: New file.
19075         * modules/unictype/numeric-tests: New file.
19076         * modules/unictype/property-alphabetic-tests: New file.
19077         * modules/unictype/property-ascii-hex-digit-tests: New file.
19078         * modules/unictype/property-bidi-arabic-digit-tests: New file.
19079         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
19080         * modules/unictype/property-bidi-block-separator-tests: New file.
19081         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
19082         * modules/unictype/property-bidi-common-separator-tests: New file.
19083         * modules/unictype/property-bidi-control-tests: New file.
19084         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
19085         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
19086         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
19087         * modules/unictype/property-bidi-european-digit-tests: New file.
19088         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
19089         * modules/unictype/property-bidi-left-to-right-tests: New file.
19090         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
19091         * modules/unictype/property-bidi-other-neutral-tests: New file.
19092         * modules/unictype/property-bidi-pdf-tests: New file.
19093         * modules/unictype/property-bidi-segment-separator-tests: New file.
19094         * modules/unictype/property-bidi-whitespace-tests: New file.
19095         * modules/unictype/property-byname-tests: New file.
19096         * modules/unictype/property-combining-tests: New file.
19097         * modules/unictype/property-composite-tests: New file.
19098         * modules/unictype/property-currency-symbol-tests: New file.
19099         * modules/unictype/property-dash-tests: New file.
19100         * modules/unictype/property-decimal-digit-tests: New file.
19101         * modules/unictype/property-default-ignorable-code-point-tests: New file.
19102         * modules/unictype/property-deprecated-tests: New file.
19103         * modules/unictype/property-diacritic-tests: New file.
19104         * modules/unictype/property-extender-tests: New file.
19105         * modules/unictype/property-format-control-tests: New file.
19106         * modules/unictype/property-grapheme-base-tests: New file.
19107         * modules/unictype/property-grapheme-extend-tests: New file.
19108         * modules/unictype/property-grapheme-link-tests: New file.
19109         * modules/unictype/property-hex-digit-tests: New file.
19110         * modules/unictype/property-hyphen-tests: New file.
19111         * modules/unictype/property-id-continue-tests: New file.
19112         * modules/unictype/property-id-start-tests: New file.
19113         * modules/unictype/property-ideographic-tests: New file.
19114         * modules/unictype/property-ids-binary-operator-tests: New file.
19115         * modules/unictype/property-ids-trinary-operator-tests: New file.
19116         * modules/unictype/property-ignorable-control-tests: New file.
19117         * modules/unictype/property-iso-control-tests: New file.
19118         * modules/unictype/property-join-control-tests: New file.
19119         * modules/unictype/property-left-of-pair-tests: New file.
19120         * modules/unictype/property-line-separator-tests: New file.
19121         * modules/unictype/property-logical-order-exception-tests: New file.
19122         * modules/unictype/property-lowercase-tests: New file.
19123         * modules/unictype/property-math-tests: New file.
19124         * modules/unictype/property-non-break-tests: New file.
19125         * modules/unictype/property-not-a-character-tests: New file.
19126         * modules/unictype/property-numeric-tests: New file.
19127         * modules/unictype/property-other-alphabetic-tests: New file.
19128         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
19129         * modules/unictype/property-other-grapheme-extend-tests: New file.
19130         * modules/unictype/property-other-id-continue-tests: New file.
19131         * modules/unictype/property-other-id-start-tests: New file.
19132         * modules/unictype/property-other-lowercase-tests: New file.
19133         * modules/unictype/property-other-math-tests: New file.
19134         * modules/unictype/property-other-uppercase-tests: New file.
19135         * modules/unictype/property-paired-punctuation-tests: New file.
19136         * modules/unictype/property-paragraph-separator-tests: New file.
19137         * modules/unictype/property-pattern-syntax-tests: New file.
19138         * modules/unictype/property-pattern-white-space-tests: New file.
19139         * modules/unictype/property-private-use-tests: New file.
19140         * modules/unictype/property-punctuation-tests: New file.
19141         * modules/unictype/property-quotation-mark-tests: New file.
19142         * modules/unictype/property-radical-tests: New file.
19143         * modules/unictype/property-sentence-terminal-tests: New file.
19144         * modules/unictype/property-soft-dotted-tests: New file.
19145         * modules/unictype/property-space-tests: New file.
19146         * modules/unictype/property-terminal-punctuation-tests: New file.
19147         * modules/unictype/property-test-tests: New file.
19148         * modules/unictype/property-titlecase-tests: New file.
19149         * modules/unictype/property-unassigned-code-value-tests: New file.
19150         * modules/unictype/property-unified-ideograph-tests: New file.
19151         * modules/unictype/property-uppercase-tests: New file.
19152         * modules/unictype/property-variation-selector-tests: New file.
19153         * modules/unictype/property-white-space-tests: New file.
19154         * modules/unictype/property-xid-continue-tests: New file.
19155         * modules/unictype/property-xid-start-tests: New file.
19156         * modules/unictype/property-zero-width-tests: New file.
19157         * modules/unictype/scripts-tests: New file.
19158         * modules/unictype/syntax-c-ident-tests: New file.
19159         * modules/unictype/syntax-c-whitespace-tests: New file.
19160         * modules/unictype/syntax-java-ident-tests: New file.
19161         * modules/unictype/syntax-java-whitespace-tests: New file.
19162         * tests/unictype/test-bidi_byname.c: New file.
19163         * tests/unictype/test-bidi_name.c: New file.
19164         * tests/unictype/test-bidi_of.c: New file.
19165         * tests/unictype/test-bidi_test.c: New file.
19166         * tests/unictype/test-block_list.c: New file.
19167         * tests/unictype/test-block_of.c: New file.
19168         * tests/unictype/test-block_test.c: New file.
19169         * tests/unictype/test-categ_and.c: New file.
19170         * tests/unictype/test-categ_and_not.c: New file.
19171         * tests/unictype/test-categ_byname.c: New file.
19172         * tests/unictype/test-categ_name.c: New file.
19173         * tests/unictype/test-categ_none.c: New file.
19174         * tests/unictype/test-categ_of.c: New file.
19175         * tests/unictype/test-categ_or.c: New file.
19176         * tests/unictype/test-categ_test_withtable.c: New file.
19177         * tests/unictype/test-combining.c: New file.
19178         * tests/unictype/test-decdigit.c: New file.
19179         * tests/unictype/test-digit.c: New file.
19180         * tests/unictype/test-mirror.c: New file.
19181         * tests/unictype/test-numeric.c: New file.
19182         * tests/unictype/test-pr_byname.c: New file.
19183         * tests/unictype/test-pr_test.c: New file.
19184         * tests/unictype/test-predicate-part1.h: New file.
19185         * tests/unictype/test-predicate-part2.h: New file.
19186         * tests/unictype/test-scripts.c: New file.
19187         * tests/unictype/test-sy_c_ident.c: New file.
19188         * tests/unictype/test-sy_java_ident.c: New file.
19189
19190         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
19191         for Unicode 5.0.0.
19192         * tests/unictype/test-categ_Cc.c: Likewise.
19193         * tests/unictype/test-categ_Cf.c: Likewise.
19194         * tests/unictype/test-categ_Cn.c: Likewise.
19195         * tests/unictype/test-categ_Co.c: Likewise.
19196         * tests/unictype/test-categ_Cs.c: Likewise.
19197         * tests/unictype/test-categ_L.c: Likewise.
19198         * tests/unictype/test-categ_Ll.c: Likewise.
19199         * tests/unictype/test-categ_Lm.c: Likewise.
19200         * tests/unictype/test-categ_Lo.c: Likewise.
19201         * tests/unictype/test-categ_Lt.c: Likewise.
19202         * tests/unictype/test-categ_Lu.c: Likewise.
19203         * tests/unictype/test-categ_M.c: Likewise.
19204         * tests/unictype/test-categ_Mc.c: Likewise.
19205         * tests/unictype/test-categ_Me.c: Likewise.
19206         * tests/unictype/test-categ_Mn.c: Likewise.
19207         * tests/unictype/test-categ_N.c: Likewise.
19208         * tests/unictype/test-categ_Nd.c: Likewise.
19209         * tests/unictype/test-categ_Nl.c: Likewise.
19210         * tests/unictype/test-categ_No.c: Likewise.
19211         * tests/unictype/test-categ_P.c: Likewise.
19212         * tests/unictype/test-categ_Pc.c: Likewise.
19213         * tests/unictype/test-categ_Pd.c: Likewise.
19214         * tests/unictype/test-categ_Pe.c: Likewise.
19215         * tests/unictype/test-categ_Pf.c: Likewise.
19216         * tests/unictype/test-categ_Pi.c: Likewise.
19217         * tests/unictype/test-categ_Po.c: Likewise.
19218         * tests/unictype/test-categ_Ps.c: Likewise.
19219         * tests/unictype/test-categ_S.c: Likewise.
19220         * tests/unictype/test-categ_Sc.c: Likewise.
19221         * tests/unictype/test-categ_Sk.c: Likewise.
19222         * tests/unictype/test-categ_Sm.c: Likewise.
19223         * tests/unictype/test-categ_So.c: Likewise.
19224         * tests/unictype/test-categ_Z.c: Likewise.
19225         * tests/unictype/test-categ_Zl.c: Likewise.
19226         * tests/unictype/test-categ_Zp.c: Likewise.
19227         * tests/unictype/test-categ_Zs.c: Likewise.
19228         * tests/unictype/test-ctype_alnum.c: Likewise.
19229         * tests/unictype/test-ctype_alpha.c: Likewise.
19230         * tests/unictype/test-ctype_blank.c: Likewise.
19231         * tests/unictype/test-ctype_cntrl.c: Likewise.
19232         * tests/unictype/test-ctype_digit.c: Likewise.
19233         * tests/unictype/test-ctype_graph.c: Likewise.
19234         * tests/unictype/test-ctype_lower.c: Likewise.
19235         * tests/unictype/test-ctype_print.c: Likewise.
19236         * tests/unictype/test-ctype_punct.c: Likewise.
19237         * tests/unictype/test-ctype_space.c: Likewise.
19238         * tests/unictype/test-ctype_upper.c: Likewise.
19239         * tests/unictype/test-ctype_xdigit.c: Likewise.
19240         * tests/unictype/test-decdigit.h: Likewise.
19241         * tests/unictype/test-digit.h: Likewise.
19242         * tests/unictype/test-numeric.h: Likewise.
19243         * tests/unictype/test-pr_alphabetic.c: Likewise.
19244         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
19245         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
19246         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
19247         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
19248         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
19249         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
19250         * tests/unictype/test-pr_bidi_control.c: Likewise.
19251         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
19252         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
19253         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
19254         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
19255         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
19256         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
19257         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
19258         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
19259         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
19260         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
19261         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
19262         * tests/unictype/test-pr_combining.c: Likewise.
19263         * tests/unictype/test-pr_composite.c: Likewise.
19264         * tests/unictype/test-pr_currency_symbol.c: Likewise.
19265         * tests/unictype/test-pr_dash.c: Likewise.
19266         * tests/unictype/test-pr_decimal_digit.c: Likewise.
19267         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
19268         * tests/unictype/test-pr_deprecated.c: Likewise.
19269         * tests/unictype/test-pr_diacritic.c: Likewise.
19270         * tests/unictype/test-pr_extender.c: Likewise.
19271         * tests/unictype/test-pr_format_control.c: Likewise.
19272         * tests/unictype/test-pr_grapheme_base.c: Likewise.
19273         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
19274         * tests/unictype/test-pr_grapheme_link.c: Likewise.
19275         * tests/unictype/test-pr_hex_digit.c: Likewise.
19276         * tests/unictype/test-pr_hyphen.c: Likewise.
19277         * tests/unictype/test-pr_id_continue.c: Likewise.
19278         * tests/unictype/test-pr_id_start.c: Likewise.
19279         * tests/unictype/test-pr_ideographic.c: Likewise.
19280         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
19281         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
19282         * tests/unictype/test-pr_ignorable_control.c: Likewise.
19283         * tests/unictype/test-pr_iso_control.c: Likewise.
19284         * tests/unictype/test-pr_join_control.c: Likewise.
19285         * tests/unictype/test-pr_left_of_pair.c: Likewise.
19286         * tests/unictype/test-pr_line_separator.c: Likewise.
19287         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
19288         * tests/unictype/test-pr_lowercase.c: Likewise.
19289         * tests/unictype/test-pr_math.c: Likewise.
19290         * tests/unictype/test-pr_non_break.c: Likewise.
19291         * tests/unictype/test-pr_not_a_character.c: Likewise.
19292         * tests/unictype/test-pr_numeric.c: Likewise.
19293         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
19294         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
19295         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
19296         * tests/unictype/test-pr_other_id_continue.c: Likewise.
19297         * tests/unictype/test-pr_other_id_start.c: Likewise.
19298         * tests/unictype/test-pr_other_lowercase.c: Likewise.
19299         * tests/unictype/test-pr_other_math.c: Likewise.
19300         * tests/unictype/test-pr_other_uppercase.c: Likewise.
19301         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
19302         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
19303         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
19304         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
19305         * tests/unictype/test-pr_private_use.c: Likewise.
19306         * tests/unictype/test-pr_punctuation.c: Likewise.
19307         * tests/unictype/test-pr_quotation_mark.c: Likewise.
19308         * tests/unictype/test-pr_radical.c: Likewise.
19309         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
19310         * tests/unictype/test-pr_soft_dotted.c: Likewise.
19311         * tests/unictype/test-pr_space.c: Likewise.
19312         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
19313         * tests/unictype/test-pr_titlecase.c: Likewise.
19314         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
19315         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
19316         * tests/unictype/test-pr_uppercase.c: Likewise.
19317         * tests/unictype/test-pr_variation_selector.c: Likewise.
19318         * tests/unictype/test-pr_white_space.c: Likewise.
19319         * tests/unictype/test-pr_xid_continue.c: Likewise.
19320         * tests/unictype/test-pr_xid_start.c: Likewise.
19321         * tests/unictype/test-pr_zero_width.c: Likewise.
19322         * tests/unictype/test-sy_c_whitespace.c: Likewise.
19323         * tests/unictype/test-sy_java_whitespace.c: Likewise.
19324
19325 2007-11-12  Bruno Haible  <bruno@clisp.org>
19326
19327         Unicode character classification functions.
19328         * lib/unictype.h: New file.
19329         * modules/unictype/base: New file.
19330         * modules/unictype/category-L: New file.
19331         * modules/unictype/category-Lu: New file.
19332         * modules/unictype/category-Ll: New file.
19333         * modules/unictype/category-Lt: New file.
19334         * modules/unictype/category-Lm: New file.
19335         * modules/unictype/category-Lo: New file.
19336         * modules/unictype/category-M: New file.
19337         * modules/unictype/category-Mn: New file.
19338         * modules/unictype/category-Mc: New file.
19339         * modules/unictype/category-Me: New file.
19340         * modules/unictype/category-N: New file.
19341         * modules/unictype/category-Nd: New file.
19342         * modules/unictype/category-Nl: New file.
19343         * modules/unictype/category-No: New file.
19344         * modules/unictype/category-P: New file.
19345         * modules/unictype/category-Pc: New file.
19346         * modules/unictype/category-Pd: New file.
19347         * modules/unictype/category-Ps: New file.
19348         * modules/unictype/category-Pe: New file.
19349         * modules/unictype/category-Pi: New file.
19350         * modules/unictype/category-Pf: New file.
19351         * modules/unictype/category-Po: New file.
19352         * modules/unictype/category-S: New file.
19353         * modules/unictype/category-Sm: New file.
19354         * modules/unictype/category-Sc: New file.
19355         * modules/unictype/category-Sk: New file.
19356         * modules/unictype/category-So: New file.
19357         * modules/unictype/category-Z: New file.
19358         * modules/unictype/category-Zs: New file.
19359         * modules/unictype/category-Zl: New file.
19360         * modules/unictype/category-Zp: New file.
19361         * modules/unictype/category-C: New file.
19362         * modules/unictype/category-Cc: New file.
19363         * modules/unictype/category-Cf: New file.
19364         * modules/unictype/category-Cs: New file.
19365         * modules/unictype/category-Co: New file.
19366         * modules/unictype/category-Cn: New file.
19367         * modules/unictype/category-or: New file.
19368         * modules/unictype/category-of: New file.
19369         * modules/unictype/category-test: New file.
19370         * modules/unictype/category-test-withtable: New file.
19371         * modules/unictype/category-byname: New file.
19372         * modules/unictype/category-none: New file.
19373         * modules/unictype/category-and: New file.
19374         * modules/unictype/category-and-not: New file.
19375         * modules/unictype/category-name: New file.
19376         * modules/unictype/combining-class: New file.
19377         * modules/unictype/category-all: New file.
19378         * modules/unictype/bidicategory-all: New file.
19379         * modules/unictype/bidicategory-byname: New file.
19380         * modules/unictype/bidicategory-name: New file.
19381         * modules/unictype/bidicategory-of: New file.
19382         * modules/unictype/bidicategory-test: New file.
19383         * modules/unictype/decimal-digit: New file.
19384         * modules/unictype/digit: New file.
19385         * modules/unictype/numeric: New file.
19386         * modules/unictype/mirror: New file.
19387         * modules/unictype/property-white-space: New file.
19388         * modules/unictype/property-alphabetic: New file.
19389         * modules/unictype/property-other-alphabetic: New file.
19390         * modules/unictype/property-not-a-character: New file.
19391         * modules/unictype/property-default-ignorable-code-point: New file.
19392         * modules/unictype/property-other-default-ignorable-code-point: New
19393         file.
19394         * modules/unictype/property-deprecated: New file.
19395         * modules/unictype/property-logical-order-exception: New file.
19396         * modules/unictype/property-variation-selector: New file.
19397         * modules/unictype/property-private-use: New file.
19398         * modules/unictype/property-unassigned-code-value: New file.
19399         * modules/unictype/property-uppercase: New file.
19400         * modules/unictype/property-other-uppercase: New file.
19401         * modules/unictype/property-lowercase: New file.
19402         * modules/unictype/property-other-lowercase: New file.
19403         * modules/unictype/property-titlecase: New file.
19404         * modules/unictype/property-soft-dotted: New file.
19405         * modules/unictype/property-id-start: New file.
19406         * modules/unictype/property-other-id-start: New file.
19407         * modules/unictype/property-id-continue: New file.
19408         * modules/unictype/property-other-id-continue: New file.
19409         * modules/unictype/property-xid-start: New file.
19410         * modules/unictype/property-xid-continue: New file.
19411         * modules/unictype/property-pattern-white-space: New file.
19412         * modules/unictype/property-pattern-syntax: New file.
19413         * modules/unictype/property-join-control: New file.
19414         * modules/unictype/property-grapheme-base: New file.
19415         * modules/unictype/property-grapheme-extend: New file.
19416         * modules/unictype/property-other-grapheme-extend: New file.
19417         * modules/unictype/property-grapheme-link: New file.
19418         * modules/unictype/property-bidi-control: New file.
19419         * modules/unictype/property-bidi-left-to-right: New file.
19420         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
19421         * modules/unictype/property-bidi-arabic-right-to-left: New file.
19422         * modules/unictype/property-bidi-european-digit: New file.
19423         * modules/unictype/property-bidi-eur-num-separator: New file.
19424         * modules/unictype/property-bidi-eur-num-terminator: New file.
19425         * modules/unictype/property-bidi-arabic-digit: New file.
19426         * modules/unictype/property-bidi-common-separator: New file.
19427         * modules/unictype/property-bidi-block-separator: New file.
19428         * modules/unictype/property-bidi-segment-separator: New file.
19429         * modules/unictype/property-bidi-whitespace: New file.
19430         * modules/unictype/property-bidi-non-spacing-mark: New file.
19431         * modules/unictype/property-bidi-boundary-neutral: New file.
19432         * modules/unictype/property-bidi-pdf: New file.
19433         * modules/unictype/property-bidi-embedding-or-override: New file.
19434         * modules/unictype/property-bidi-other-neutral: New file.
19435         * modules/unictype/property-hex-digit: New file.
19436         * modules/unictype/property-ascii-hex-digit: New file.
19437         * modules/unictype/property-ideographic: New file.
19438         * modules/unictype/property-unified-ideograph: New file.
19439         * modules/unictype/property-radical: New file.
19440         * modules/unictype/property-ids-binary-operator: New file.
19441         * modules/unictype/property-ids-trinary-operator: New file.
19442         * modules/unictype/property-zero-width: New file.
19443         * modules/unictype/property-space: New file.
19444         * modules/unictype/property-non-break: New file.
19445         * modules/unictype/property-iso-control: New file.
19446         * modules/unictype/property-format-control: New file.
19447         * modules/unictype/property-dash: New file.
19448         * modules/unictype/property-hyphen: New file.
19449         * modules/unictype/property-punctuation: New file.
19450         * modules/unictype/property-line-separator: New file.
19451         * modules/unictype/property-paragraph-separator: New file.
19452         * modules/unictype/property-quotation-mark: New file.
19453         * modules/unictype/property-sentence-terminal: New file.
19454         * modules/unictype/property-terminal-punctuation: New file.
19455         * modules/unictype/property-currency-symbol: New file.
19456         * modules/unictype/property-math: New file.
19457         * modules/unictype/property-other-math: New file.
19458         * modules/unictype/property-paired-punctuation: New file.
19459         * modules/unictype/property-left-of-pair: New file.
19460         * modules/unictype/property-combining: New file.
19461         * modules/unictype/property-composite: New file.
19462         * modules/unictype/property-decimal-digit: New file.
19463         * modules/unictype/property-numeric: New file.
19464         * modules/unictype/property-diacritic: New file.
19465         * modules/unictype/property-extender: New file.
19466         * modules/unictype/property-ignorable-control: New file.
19467         * modules/unictype/property-test: New file.
19468         * modules/unictype/property-byname: New file.
19469         * modules/unictype/property-all: New file.
19470         * modules/unictype/scripts: New file.
19471         * modules/unictype/scripts-all: New file.
19472         * modules/unictype/block-of: New file.
19473         * modules/unictype/block-test: New file.
19474         * modules/unictype/block-list: New file.
19475         * modules/unictype/block-all: New file.
19476         * modules/unictype/syntax-c-whitespace: New file.
19477         * modules/unictype/syntax-java-whitespace: New file.
19478         * modules/unictype/syntax-c-ident: New file.
19479         * modules/unictype/syntax-java-ident: New file.
19480         * modules/unictype/ctype-alnum: New file.
19481         * modules/unictype/ctype-alpha: New file.
19482         * modules/unictype/ctype-cntrl: New file.
19483         * modules/unictype/ctype-digit: New file.
19484         * modules/unictype/ctype-graph: New file.
19485         * modules/unictype/ctype-lower: New file.
19486         * modules/unictype/ctype-print: New file.
19487         * modules/unictype/ctype-punct: New file.
19488         * modules/unictype/ctype-space: New file.
19489         * modules/unictype/ctype-upper: New file.
19490         * modules/unictype/ctype-xdigit: New file.
19491         * modules/unictype/ctype-blank: New file.
19492         * lib/unictype/bidi_byname.c: New file.
19493         * lib/unictype/bidi_name.c: New file.
19494         * lib/unictype/bidi_of.c: New file.
19495         * lib/unictype/bidi_test.c: New file.
19496         * lib/unictype/bitmap.h: New file.
19497         * lib/unictype/block_test.c: New file.
19498         * lib/unictype/blocks.c: New file.
19499         * lib/unictype/categ_C.c: New file.
19500         * lib/unictype/categ_Cc.c: New file.
19501         * lib/unictype/categ_Cf.c: New file.
19502         * lib/unictype/categ_Cn.c: New file.
19503         * lib/unictype/categ_Co.c: New file.
19504         * lib/unictype/categ_Cs.c: New file.
19505         * lib/unictype/categ_L.c: New file.
19506         * lib/unictype/categ_Ll.c: New file.
19507         * lib/unictype/categ_Lm.c: New file.
19508         * lib/unictype/categ_Lo.c: New file.
19509         * lib/unictype/categ_Lt.c: New file.
19510         * lib/unictype/categ_Lu.c: New file.
19511         * lib/unictype/categ_M.c: New file.
19512         * lib/unictype/categ_Mc.c: New file.
19513         * lib/unictype/categ_Me.c: New file.
19514         * lib/unictype/categ_Mn.c: New file.
19515         * lib/unictype/categ_N.c: New file.
19516         * lib/unictype/categ_Nd.c: New file.
19517         * lib/unictype/categ_Nl.c: New file.
19518         * lib/unictype/categ_No.c: New file.
19519         * lib/unictype/categ_P.c: New file.
19520         * lib/unictype/categ_Pc.c: New file.
19521         * lib/unictype/categ_Pd.c: New file.
19522         * lib/unictype/categ_Pe.c: New file.
19523         * lib/unictype/categ_Pf.c: New file.
19524         * lib/unictype/categ_Pi.c: New file.
19525         * lib/unictype/categ_Po.c: New file.
19526         * lib/unictype/categ_Ps.c: New file.
19527         * lib/unictype/categ_S.c: New file.
19528         * lib/unictype/categ_Sc.c: New file.
19529         * lib/unictype/categ_Sk.c: New file.
19530         * lib/unictype/categ_Sm.c: New file.
19531         * lib/unictype/categ_So.c: New file.
19532         * lib/unictype/categ_Z.c: New file.
19533         * lib/unictype/categ_Zl.c: New file.
19534         * lib/unictype/categ_Zp.c: New file.
19535         * lib/unictype/categ_Zs.c: New file.
19536         * lib/unictype/categ_and.c: New file.
19537         * lib/unictype/categ_and_not.c: New file.
19538         * lib/unictype/categ_byname.c: New file.
19539         * lib/unictype/categ_name.c: New file.
19540         * lib/unictype/categ_none.c: New file.
19541         * lib/unictype/categ_of.c: New file.
19542         * lib/unictype/categ_or.c: New file.
19543         * lib/unictype/categ_test.c: New file.
19544         * lib/unictype/combining.c: New file.
19545         * lib/unictype/ctype_alnum.c: New file.
19546         * lib/unictype/ctype_alpha.c: New file.
19547         * lib/unictype/ctype_blank.c: New file.
19548         * lib/unictype/ctype_cntrl.c: New file.
19549         * lib/unictype/ctype_digit.c: New file.
19550         * lib/unictype/ctype_graph.c: New file.
19551         * lib/unictype/ctype_lower.c: New file.
19552         * lib/unictype/ctype_print.c: New file.
19553         * lib/unictype/ctype_punct.c: New file.
19554         * lib/unictype/ctype_space.c: New file.
19555         * lib/unictype/ctype_upper.c: New file.
19556         * lib/unictype/ctype_xdigit.c: New file.
19557         * lib/unictype/decdigit.c: New file.
19558         * lib/unictype/digit.c: New file.
19559         * lib/unictype/identsyntaxmap.h: New file.
19560         * lib/unictype/mirror.c: New file.
19561         * lib/unictype/numeric.c: New file.
19562         * lib/unictype/pr_alphabetic.c: New file.
19563         * lib/unictype/pr_ascii_hex_digit.c: New file.
19564         * lib/unictype/pr_bidi_arabic_digit.c: New file.
19565         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
19566         * lib/unictype/pr_bidi_block_separator.c: New file.
19567         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
19568         * lib/unictype/pr_bidi_common_separator.c: New file.
19569         * lib/unictype/pr_bidi_control.c: New file.
19570         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
19571         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
19572         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
19573         * lib/unictype/pr_bidi_european_digit.c: New file.
19574         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
19575         * lib/unictype/pr_bidi_left_to_right.c: New file.
19576         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
19577         * lib/unictype/pr_bidi_other_neutral.c: New file.
19578         * lib/unictype/pr_bidi_pdf.c: New file.
19579         * lib/unictype/pr_bidi_segment_separator.c: New file.
19580         * lib/unictype/pr_bidi_whitespace.c: New file.
19581         * lib/unictype/pr_byname.c: New file.
19582         * lib/unictype/pr_byname.gperf: New file.
19583         * lib/unictype/pr_combining.c: New file.
19584         * lib/unictype/pr_composite.c: New file.
19585         * lib/unictype/pr_currency_symbol.c: New file.
19586         * lib/unictype/pr_dash.c: New file.
19587         * lib/unictype/pr_decimal_digit.c: New file.
19588         * lib/unictype/pr_default_ignorable_code_point.c: New file.
19589         * lib/unictype/pr_deprecated.c: New file.
19590         * lib/unictype/pr_diacritic.c: New file.
19591         * lib/unictype/pr_extender.c: New file.
19592         * lib/unictype/pr_format_control.c: New file.
19593         * lib/unictype/pr_grapheme_base.c: New file.
19594         * lib/unictype/pr_grapheme_extend.c: New file.
19595         * lib/unictype/pr_grapheme_link.c: New file.
19596         * lib/unictype/pr_hex_digit.c: New file.
19597         * lib/unictype/pr_hyphen.c: New file.
19598         * lib/unictype/pr_id_continue.c: New file.
19599         * lib/unictype/pr_id_start.c: New file.
19600         * lib/unictype/pr_ideographic.c: New file.
19601         * lib/unictype/pr_ids_binary_operator.c: New file.
19602         * lib/unictype/pr_ids_trinary_operator.c: New file.
19603         * lib/unictype/pr_ignorable_control.c: New file.
19604         * lib/unictype/pr_iso_control.c: New file.
19605         * lib/unictype/pr_join_control.c: New file.
19606         * lib/unictype/pr_left_of_pair.c: New file.
19607         * lib/unictype/pr_line_separator.c: New file.
19608         * lib/unictype/pr_logical_order_exception.c: New file.
19609         * lib/unictype/pr_lowercase.c: New file.
19610         * lib/unictype/pr_math.c: New file.
19611         * lib/unictype/pr_non_break.c: New file.
19612         * lib/unictype/pr_not_a_character.c: New file.
19613         * lib/unictype/pr_numeric.c: New file.
19614         * lib/unictype/pr_other_alphabetic.c: New file.
19615         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
19616         * lib/unictype/pr_other_grapheme_extend.c: New file.
19617         * lib/unictype/pr_other_id_continue.c: New file.
19618         * lib/unictype/pr_other_id_start.c: New file.
19619         * lib/unictype/pr_other_lowercase.c: New file.
19620         * lib/unictype/pr_other_math.c: New file.
19621         * lib/unictype/pr_other_uppercase.c: New file.
19622         * lib/unictype/pr_paired_punctuation.c: New file.
19623         * lib/unictype/pr_paragraph_separator.c: New file.
19624         * lib/unictype/pr_pattern_syntax.c: New file.
19625         * lib/unictype/pr_pattern_white_space.c: New file.
19626         * lib/unictype/pr_private_use.c: New file.
19627         * lib/unictype/pr_punctuation.c: New file.
19628         * lib/unictype/pr_quotation_mark.c: New file.
19629         * lib/unictype/pr_radical.c: New file.
19630         * lib/unictype/pr_sentence_terminal.c: New file.
19631         * lib/unictype/pr_soft_dotted.c: New file.
19632         * lib/unictype/pr_space.c: New file.
19633         * lib/unictype/pr_terminal_punctuation.c: New file.
19634         * lib/unictype/pr_test.c: New file.
19635         * lib/unictype/pr_titlecase.c: New file.
19636         * lib/unictype/pr_unassigned_code_value.c: New file.
19637         * lib/unictype/pr_unified_ideograph.c: New file.
19638         * lib/unictype/pr_uppercase.c: New file.
19639         * lib/unictype/pr_variation_selector.c: New file.
19640         * lib/unictype/pr_white_space.c: New file.
19641         * lib/unictype/pr_xid_continue.c: New file.
19642         * lib/unictype/pr_xid_start.c: New file.
19643         * lib/unictype/pr_zero_width.c: New file.
19644         * lib/unictype/scripts.c: New file.
19645         * lib/unictype/sy_c_ident.c: New file.
19646         * lib/unictype/sy_c_whitespace.c: New file.
19647         * lib/unictype/sy_java_ident.c: New file.
19648         * lib/unictype/sy_java_whitespace.c: New file.
19649
19650         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
19651         Unicode 5.0.0.
19652         * lib/unictype/blocks.h: Likewise.
19653         * lib/unictype/categ_C.h: Likewise.
19654         * lib/unictype/categ_Cc.h: Likewise.
19655         * lib/unictype/categ_Cf.h: Likewise.
19656         * lib/unictype/categ_Cn.h: Likewise.
19657         * lib/unictype/categ_Co.h: Likewise.
19658         * lib/unictype/categ_Cs.h: Likewise.
19659         * lib/unictype/categ_L.h: Likewise.
19660         * lib/unictype/categ_Ll.h: Likewise.
19661         * lib/unictype/categ_Lm.h: Likewise.
19662         * lib/unictype/categ_Lo.h: Likewise.
19663         * lib/unictype/categ_Lt.h: Likewise.
19664         * lib/unictype/categ_Lu.h: Likewise.
19665         * lib/unictype/categ_M.h: Likewise.
19666         * lib/unictype/categ_Mc.h: Likewise.
19667         * lib/unictype/categ_Me.h: Likewise.
19668         * lib/unictype/categ_Mn.h: Likewise.
19669         * lib/unictype/categ_N.h: Likewise.
19670         * lib/unictype/categ_Nd.h: Likewise.
19671         * lib/unictype/categ_Nl.h: Likewise.
19672         * lib/unictype/categ_No.h: Likewise.
19673         * lib/unictype/categ_P.h: Likewise.
19674         * lib/unictype/categ_Pc.h: Likewise.
19675         * lib/unictype/categ_Pd.h: Likewise.
19676         * lib/unictype/categ_Pe.h: Likewise.
19677         * lib/unictype/categ_Pf.h: Likewise.
19678         * lib/unictype/categ_Pi.h: Likewise.
19679         * lib/unictype/categ_Po.h: Likewise.
19680         * lib/unictype/categ_Ps.h: Likewise.
19681         * lib/unictype/categ_S.h: Likewise.
19682         * lib/unictype/categ_Sc.h: Likewise.
19683         * lib/unictype/categ_Sk.h: Likewise.
19684         * lib/unictype/categ_Sm.h: Likewise.
19685         * lib/unictype/categ_So.h: Likewise.
19686         * lib/unictype/categ_Z.h: Likewise.
19687         * lib/unictype/categ_Zl.h: Likewise.
19688         * lib/unictype/categ_Zp.h: Likewise.
19689         * lib/unictype/categ_Zs.h: Likewise.
19690         * lib/unictype/categ_of.h: Likewise.
19691         * lib/unictype/combining.h: Likewise.
19692         * lib/unictype/ctype_alnum.h: Likewise.
19693         * lib/unictype/ctype_alpha.h: Likewise.
19694         * lib/unictype/ctype_blank.h: Likewise.
19695         * lib/unictype/ctype_cntrl.h: Likewise.
19696         * lib/unictype/ctype_digit.h: Likewise.
19697         * lib/unictype/ctype_graph.h: Likewise.
19698         * lib/unictype/ctype_lower.h: Likewise.
19699         * lib/unictype/ctype_print.h: Likewise.
19700         * lib/unictype/ctype_punct.h: Likewise.
19701         * lib/unictype/ctype_space.h: Likewise.
19702         * lib/unictype/ctype_upper.h: Likewise.
19703         * lib/unictype/ctype_xdigit.h: Likewise.
19704         * lib/unictype/decdigit.h: Likewise.
19705         * lib/unictype/digit.h: Likewise.
19706         * lib/unictype/mirror.h: Likewise.
19707         * lib/unictype/numeric.h: Likewise.
19708         * lib/unictype/pr_alphabetic.h: Likewise.
19709         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
19710         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
19711         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
19712         * lib/unictype/pr_bidi_block_separator.h: Likewise.
19713         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
19714         * lib/unictype/pr_bidi_common_separator.h: Likewise.
19715         * lib/unictype/pr_bidi_control.h: Likewise.
19716         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
19717         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
19718         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
19719         * lib/unictype/pr_bidi_european_digit.h: Likewise.
19720         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
19721         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
19722         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
19723         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
19724         * lib/unictype/pr_bidi_pdf.h: Likewise.
19725         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
19726         * lib/unictype/pr_bidi_whitespace.h: Likewise.
19727         * lib/unictype/pr_combining.h: Likewise.
19728         * lib/unictype/pr_composite.h: Likewise.
19729         * lib/unictype/pr_currency_symbol.h: Likewise.
19730         * lib/unictype/pr_dash.h: Likewise.
19731         * lib/unictype/pr_decimal_digit.h: Likewise.
19732         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
19733         * lib/unictype/pr_deprecated.h: Likewise.
19734         * lib/unictype/pr_diacritic.h: Likewise.
19735         * lib/unictype/pr_extender.h: Likewise.
19736         * lib/unictype/pr_format_control.h: Likewise.
19737         * lib/unictype/pr_grapheme_base.h: Likewise.
19738         * lib/unictype/pr_grapheme_extend.h: Likewise.
19739         * lib/unictype/pr_grapheme_link.h: Likewise.
19740         * lib/unictype/pr_hex_digit.h: Likewise.
19741         * lib/unictype/pr_hyphen.h: Likewise.
19742         * lib/unictype/pr_id_continue.h: Likewise.
19743         * lib/unictype/pr_id_start.h: Likewise.
19744         * lib/unictype/pr_ideographic.h: Likewise.
19745         * lib/unictype/pr_ids_binary_operator.h: Likewise.
19746         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
19747         * lib/unictype/pr_ignorable_control.h: Likewise.
19748         * lib/unictype/pr_iso_control.h: Likewise.
19749         * lib/unictype/pr_join_control.h: Likewise.
19750         * lib/unictype/pr_left_of_pair.h: Likewise.
19751         * lib/unictype/pr_line_separator.h: Likewise.
19752         * lib/unictype/pr_logical_order_exception.h: Likewise.
19753         * lib/unictype/pr_lowercase.h: Likewise.
19754         * lib/unictype/pr_math.h: Likewise.
19755         * lib/unictype/pr_non_break.h: Likewise.
19756         * lib/unictype/pr_not_a_character.h: Likewise.
19757         * lib/unictype/pr_numeric.h: Likewise.
19758         * lib/unictype/pr_other_alphabetic.h: Likewise.
19759         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
19760         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
19761         * lib/unictype/pr_other_id_continue.h: Likewise.
19762         * lib/unictype/pr_other_id_start.h: Likewise.
19763         * lib/unictype/pr_other_lowercase.h: Likewise.
19764         * lib/unictype/pr_other_math.h: Likewise.
19765         * lib/unictype/pr_other_uppercase.h: Likewise.
19766         * lib/unictype/pr_paired_punctuation.h: Likewise.
19767         * lib/unictype/pr_paragraph_separator.h: Likewise.
19768         * lib/unictype/pr_pattern_syntax.h: Likewise.
19769         * lib/unictype/pr_pattern_white_space.h: Likewise.
19770         * lib/unictype/pr_private_use.h: Likewise.
19771         * lib/unictype/pr_punctuation.h: Likewise.
19772         * lib/unictype/pr_quotation_mark.h: Likewise.
19773         * lib/unictype/pr_radical.h: Likewise.
19774         * lib/unictype/pr_sentence_terminal.h: Likewise.
19775         * lib/unictype/pr_soft_dotted.h: Likewise.
19776         * lib/unictype/pr_space.h: Likewise.
19777         * lib/unictype/pr_terminal_punctuation.h: Likewise.
19778         * lib/unictype/pr_titlecase.h: Likewise.
19779         * lib/unictype/pr_unassigned_code_value.h: Likewise.
19780         * lib/unictype/pr_unified_ideograph.h: Likewise.
19781         * lib/unictype/pr_uppercase.h: Likewise.
19782         * lib/unictype/pr_variation_selector.h: Likewise.
19783         * lib/unictype/pr_white_space.h: Likewise.
19784         * lib/unictype/pr_xid_continue.h: Likewise.
19785         * lib/unictype/pr_xid_start.h: Likewise.
19786         * lib/unictype/pr_zero_width.h: Likewise.
19787         * lib/unictype/scripts.h: Likewise.
19788         * lib/unictype/scripts_byname.gperf: Likewise.
19789         * lib/unictype/sy_c_ident.h: Likewise.
19790         * lib/unictype/sy_c_whitespace.h: Likewise.
19791         * lib/unictype/sy_java_ident.h: Likewise.
19792         * lib/unictype/sy_java_whitespace.h: Likewise.
19793
19794         * lib/unictype/Makefile: New file.
19795         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
19796         glibc.
19797         * lib/unictype/3level.h: New file, copied from glibc.
19798         * lib/unictype/3levelbit.h: New file.
19799
19800 2007-11-11  Bruno Haible  <bruno@clisp.org>
19801
19802         * modules/gperf: New file.
19803         * modules/iconv_open (Depends-on): Add it.
19804         (Makefile.am): Remove the GPERF definition.
19805
19806 2007-11-11  Bruno Haible  <bruno@clisp.org>
19807
19808         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
19809         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
19810
19811 2007-11-11  Bruno Haible  <bruno@clisp.org>
19812
19813         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
19814         (usage): Remove function.
19815
19816 2007-11-11  Bruno Haible  <bruno@clisp.org>
19817
19818         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
19819         gl_FUNC_CEILF_LIBS.
19820         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
19821         gl_FUNC_CEIL_LIBS.
19822         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
19823         gl_FUNC_CEILL_LIBS.
19824         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
19825         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
19826         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
19827
19828 2007-11-11  Bruno Haible  <bruno@clisp.org>
19829
19830         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
19831         roundf were declared but do not exist on functions.
19832         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
19833         roundl were declared but do not exist on functions.
19834         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
19835         HAVE_FLOORL_AND_CEILL, respectively.
19836         Needed for Sun C on Solaris 10.
19837
19838 2007-11-11  Bruno Haible  <bruno@clisp.org>
19839
19840         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
19841         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
19842         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
19843         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
19844         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
19845         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
19846         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
19847         HAVE_DECL_ROUNDF.
19848         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
19849         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
19850         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
19851         of HAVE_DECL_ROUND*.
19852         * modules/math (Makefile.am): Update.
19853
19854 2007-11-10  Bruno Haible  <bruno@clisp.org>
19855
19856         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
19857         ptrdiff_t as m4/intl.m4.
19858
19859 2007-11-10  Jim Meyering  <meyering@redhat.com>
19860
19861         Avoid link failure for the argmatch test.
19862         * tests/test-argmatch.c (usage): Define function to avoid a link
19863         failure: argmatch_die requires a usage function.
19864
19865 2007-11-09  Bruno Haible  <bruno@clisp.org>
19866
19867         * doc/functions/snprintf.texi: Mention BeOS deficiency.
19868         * doc/functions/vsnprintf.texi: Likewise.
19869         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
19870         with a size argument < 2.
19871
19872 2007-11-09  Bruno Haible  <bruno@clisp.org>
19873
19874         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
19875         buffer. Fixes an inefficiency introduced on 2007-11-03.
19876
19877 2007-11-09  Bruno Haible  <bruno@clisp.org>
19878
19879         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
19880         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
19881
19882 2007-11-08  Jim Meyering  <meyering@redhat.com>
19883
19884         Change cache variable name prefix "jm_" to "gl_" everywhere.
19885         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
19886         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
19887         * m4/uptime.m4: s/gl_/jm_/
19888
19889 2007-11-07  Bruno Haible  <bruno@clisp.org>
19890
19891         Update to GNU gettext 0.17.
19892         * m4/intl.m4: Update to GNU gettext 0.17.
19893         * m4/po.m4: Likewise.
19894         * modules/gettext (Files): Remove m4/ulonglong.m4.
19895         (configure.ac): Require gettext infrastructure from version 0.17.
19896
19897 2007-11-06  Bruno Haible  <bruno@clisp.org>
19898
19899         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
19900         symbolic values are not defined in a public header.
19901         * lib/freadable.c (freadable) [QNX]: Likewise.
19902         * lib/freadahead.c (freadahead) [QNX]: Likewise.
19903         * lib/freading.c (freading) [QNX]: Likewise.
19904         * lib/fseterr.c (fseterr) [QNX]: Likewise.
19905         * lib/fwritable.c (fwritable) [QNX]: Likewise.
19906         * lib/fwriting.c (fwriting) [QNX]: Likewise.
19907         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
19908         Reported by Alain Magloire.
19909
19910         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
19911
19912 2007-11-05  Bruno Haible  <bruno@clisp.org>
19913
19914         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
19915         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
19916         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
19917         Reported by Eric Blake.
19918
19919 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19920             Bruno Haible  <bruno@clisp.org>
19921
19922         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
19923         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
19924         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
19925         (malloc): Undefine also before including <stdlib.h>.
19926         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
19927         Needed on OSF/1 4.0.
19928
19929 2007-11-05  Jim Meyering  <meyering@redhat.com>
19930
19931         git-version-gen: sync from coreutils.
19932         * build-aux/git-version-gen: Add comments.
19933         Change the first '-' to '.' in the snapshot version string,
19934         e.g., 6.9-377-08144 -> 6.9.377-08144
19935         Remove first parameter.
19936         Don't declare a version "-dirty" merely because a time
19937         stamp has changed.
19938
19939 2007-11-04  Bruno Haible  <bruno@clisp.org>
19940
19941         * lib/lock.h: Protect all macro definitions containing an 'if'
19942         statement through a "do { ... } while (0)".
19943         * lib/tls.h: Likewise.
19944
19945 2007-11-04  Bruno Haible  <bruno@clisp.org>
19946
19947         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
19948
19949 2007-11-04  Bruno Haible  <bruno@clisp.org>
19950
19951         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
19952         * modules/fprintf-posix (Depends-on): Add nocrash.
19953         * modules/snprintf-posix (Depends-on): Likewise.
19954         * modules/sprintf-posix (Depends-on): Likewise.
19955         * modules/vasnprintf-posix (Depends-on): Likewise.
19956         * modules/vasprintf-posix (Depends-on): Likewise.
19957         * modules/vfprintf-posix (Depends-on): Likewise.
19958         * modules/vsnprintf-posix (Depends-on): Likewise.
19959         * modules/vsprintf-posix (Depends-on): Likewise.
19960         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19961         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19962         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19963         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19964         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19965         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19966         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19967
19968 2007-11-04  Bruno Haible  <bruno@clisp.org>
19969
19970         * modules/nocrash: New file.
19971         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
19972         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
19973
19974 2007-11-04  Bruno Haible  <bruno@clisp.org>
19975
19976         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
19977         precision handling.
19978         * tests/test-vasprintf-posix.c (test_function): Likewise.
19979         * tests/test-snprintf-posix.h (test_function): Likewise.
19980         * tests/test-sprintf-posix.h (test_function): Likewise.
19981
19982         Fix *printf behaviour for large precisions on mingw and BeOS.
19983         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
19984         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
19985         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
19986         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
19987         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19988         gl_PRINTF_PRECISION and test its result. Invoke
19989         gl_PREREQ_VASNPRINTF_PRECISION.
19990         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19991         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19992         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19993         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19994         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19995         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19996         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19997         * doc/functions/fprintf.texi: Update.
19998         * doc/functions/printf.texi: Update.
19999         * doc/functions/snprintf.texi: Update.
20000         * doc/functions/sprintf.texi: Update.
20001         * doc/functions/vfprintf.texi: Update.
20002         * doc/functions/vprintf.texi: Update.
20003         * doc/functions/vsnprintf.texi: Update.
20004         * doc/functions/vsprintf.texi: Update.
20005
20006 2007-11-04  Bruno Haible  <bruno@clisp.org>
20007
20008         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
20009
20010 2007-11-04  Bruno Haible  <bruno@clisp.org>
20011
20012         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
20013         Reported by Sylvain Beucler <beuc@gnu.org>.
20014
20015 2007-11-03  Bruno Haible  <bruno@clisp.org>
20016
20017         * tests/test-fprintf-posix2.sh: New file.
20018         * tests/test-fprintf-posix2.c: New file.
20019         * modules/fprintf-posix-tests (Files): Add them.
20020         (TESTS): Add test-fprintf-posix2.sh.
20021         (configure.ac): Check for getrlimit and setrlimit.
20022         (check_PROGRAMS): Add test-fprintf-posix2.
20023
20024         * tests/test-printf-posix2.sh: New file.
20025         * tests/test-printf-posix2.c: New file.
20026         * modules/printf-posix-tests (Files): Add them.
20027         (TESTS): Add test-printf-posix2.sh.
20028         (configure.ac): Check for getrlimit and setrlimit.
20029         (check_PROGRAMS): Add test-printf-posix2.
20030
20031         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
20032         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
20033         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
20034         (decode_double): New function, copied from decode_long_double.
20035         (scale10_round_decimal_decoded): New function, extracted from
20036         scale10_round_decimal_long_double.
20037         (scale10_round_decimal_long_double): Use it.
20038         (scale10_round_decimal_double): New function.
20039         (floorlog10): New function.
20040         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
20041         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
20042         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
20043         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20044         gl_PRINTF_ENOMEM and test its result. Invoke
20045         gl_PREREQ_VASNPRINTF_ENOMEM.
20046         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20047         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20048         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20049         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20050         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20051         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20052         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20053         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
20054         * modules/snprintf-posix (Depends-on): Likewise.
20055         * modules/sprintf-posix (Depends-on): Likewise.
20056         * modules/vasnprintf-posix (Depends-on): Likewise.
20057         * modules/vasprintf-posix (Depends-on): Likewise.
20058         * modules/vfprintf-posix (Depends-on): Likewise.
20059         * modules/vsnprintf-posix (Depends-on): Likewise.
20060         * modules/vsprintf-posix (Depends-on): Likewise.
20061         * doc/functions/fprintf.texi: Update.
20062         * doc/functions/printf.texi: Update.
20063         * doc/functions/snprintf.texi: Update.
20064         * doc/functions/sprintf.texi: Update.
20065         * doc/functions/vfprintf.texi: Update.
20066         * doc/functions/vprintf.texi: Update.
20067         * doc/functions/vsnprintf.texi: Update.
20068         * doc/functions/vsprintf.texi: Update.
20069
20070 2007-11-03  Bruno Haible  <bruno@clisp.org>
20071
20072         * modules/frexp-nolibm-tests: New file.
20073
20074         * modules/frexp-nolibm: New file.
20075         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
20076
20077 2007-11-03  Bruno Haible  <bruno@clisp.org>
20078
20079         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
20080         value is C99 compliant.
20081         Needed for OSF/1 5.1.
20082
20083 2007-11-03  Bruno Haible  <bruno@clisp.org>
20084
20085         Fix out-of-memory handling of vasnprintf.
20086         * lib/printf-parse.c: Include <errno.h>.
20087         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
20088         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
20089         is already set.
20090
20091 2007-11-02  Eric Blake  <ebb9@byu.net>
20092
20093         Fix tests on cygwin.
20094         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
20095
20096 2007-11-01  Bruno Haible  <bruno@clisp.org>
20097
20098         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
20099         warning.
20100         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
20101         needed for POSIX compatibility.
20102
20103 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
20104
20105         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
20106         for compatibility with GNU.
20107
20108 2007-11-01  Bruno Haible  <bruno@clisp.org>
20109
20110         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
20111         (putenv): Renamed from rpl_putenv. Change argument type from
20112         'const char *' to 'char *'.
20113         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
20114         of defining putenv in config.h, just set REPLACE_PUTENV.
20115         * modules/putenv (Depends-on): Add stdlib.
20116         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20117         (Include): Use <stdlib.h>.
20118         * lib/stdlib.in.h (putenv): New declaration.
20119         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
20120         REPLACE_PUTENV.
20121         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
20122         REPLACE_PUTENV.
20123         Needed for MacOS X 10.5.0.
20124         Reported by Peter O'Gorman <peter@pogma.com>.
20125
20126 2007-11-01  Jim Meyering  <meyering@redhat.com>
20127
20128         Treat an empty date string exactly like "0".
20129         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
20130         if the remaining date string (to be parsed) is empty, use "0".
20131         Reported by Mischa Molhoek and discussed in this thread:
20132         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
20133
20134 2007-10-31  Bruno Haible  <bruno@clisp.org>
20135
20136         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
20137         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
20138         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
20139         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
20140         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
20141         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
20142
20143 2007-10-31  Bruno Haible  <bruno@clisp.org>
20144
20145         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
20146         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
20147         (AC_TYPE_LONG_LONG_INT): Use it.
20148         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
20149         it as well.
20150         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
20151         to m4/longlong.m4.
20152         * modules/stdint (Files): Remove m4/ulonglong.m4.
20153         * modules/strtoull (Files): Use m4/longlong.m4 instead of
20154         m4/ulonglong.m4.
20155         * modules/strtoumax (Files): Likewise.
20156
20157 2007-10-30  Bruno Haible  <bruno@clisp.org>
20158
20159         * modules/xvasprintf-posix: New file.
20160         Suggested by Eric Blake.
20161
20162 2007-10-30  Bruno Haible  <bruno@clisp.org>
20163
20164         * modules/xprintf-posix-tests: New file.
20165         * tests/test-xprintf-posix.sh: New file.
20166         * tests/test-xprintf-posix.c: New file.
20167         * tests/test-xfprintf-posix.c: New file.
20168
20169         * modules/xprintf-posix: New file.
20170
20171 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20172
20173         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
20174         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
20175         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
20176
20177 2007-10-29  Bruno Haible  <bruno@clisp.org>
20178
20179         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
20180         contain the special marker '_cv_'.
20181         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
20182         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
20183         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
20184         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
20185         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
20186         Reported by Ralf Wildenhues.
20187
20188 2007-10-29  Bruno Haible  <bruno@clisp.org>
20189
20190         * gnulib-tool (func_import): When --lgpl is not specified, set
20191         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
20192         GPLv3.
20193         Reported by Simon Josefsson.
20194
20195 2007-10-28  Bruno Haible  <bruno@clisp.org>
20196
20197         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
20198         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
20199         HAVE_DECL_ISFINITE.
20200         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
20201         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
20202         HAVE_DECL_ISFINITE.
20203
20204 2007-10-28  Bruno Haible  <bruno@clisp.org>
20205
20206         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
20207         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
20208
20209 2007-10-28  Bruno Haible  <bruno@clisp.org>
20210
20211         Fix link errors with Sun C 5.0 on Solaris 10.
20212         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
20213         function is declared but not present in the compiler's libm.
20214         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
20215         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
20216         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
20217         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
20218         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
20219         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
20220         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
20221         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
20222         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
20223         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
20224         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
20225         HAVE_DECL_FLOORL.
20226
20227 2007-10-28  Bruno Haible  <bruno@clisp.org>
20228
20229         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
20230         gl_FUNC_FLOORL. Cache the result.
20231         (gl_FUNC_FLOORL): Use it.
20232         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
20233         gl_FUNC_CEILL. Cache the result.
20234         (gl_FUNC_CEILL): Use it.
20235
20236         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
20237         gl_FUNC_FLOOR. Cache the result.
20238         (gl_FUNC_FLOOR): Use it.
20239         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
20240         gl_FUNC_CEIL. Cache the result.
20241         (gl_FUNC_CEIL): Use it.
20242
20243         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
20244         gl_FUNC_FLOORF. Cache the result.
20245         (gl_FUNC_FLOORF): Use it.
20246         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
20247         gl_FUNC_CEILF. Cache the result.
20248         (gl_FUNC_CEILF): Use it.
20249
20250 2007-10-28  Bruno Haible  <bruno@clisp.org>
20251
20252         * gnulib-tool: Allow specifying the LGPL version number through
20253         --lgpl=2 or --lgpl=3.
20254         (func_usage): Document --lgpl with argument.
20255         Handle --lgpl=... arguments.
20256         (func_import): Recognize also gl_LGPL calls with an argument. When
20257         --lgpl=2 is used and the module's license is just LGPL, report an
20258         error. Set sed_transform_lib_file according to the lgpl variable. In
20259         the generated files, use --lgpl or gl_LGPL invocations with argument,
20260         if necessary.
20261         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
20262         an LGPv2+ license.
20263         * doc/gnulib-tool.texi (Modified imports): Update explanation of
20264         gl_LGPL macro.
20265
20266 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20267             Bruno Haible  <bruno@clisp.org>
20268
20269         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
20270         (u16_uctomb_aux): Likewise.
20271         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
20272         !HAVE_INLINE.
20273         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
20274
20275 2007-10-28  Bruno Haible  <bruno@clisp.org>
20276
20277         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
20278         Invoke AM_GETTEXT_OPTION if it exists.
20279         * modules/vasprintf: Likewise.
20280         * modules/verror: Likewise.
20281         * modules/xprintf: Likewise.
20282         * modules/xvasprintf: Likewise.
20283
20284 2007-10-27  Ben Pfaff  <blp@gnu.org>
20285
20286         * lib/math.in.h: Define isfinite macro and prototypes for
20287         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
20288         implementations.
20289         * m4/math_h.m4: New substitutions for isfinite module.
20290         * lib/isfinite.c: New file.
20291         * m4/isfinite.m4: New file.
20292         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
20293         * modules/isfinite: New file.
20294         * modules/isfinite-tests: New file.
20295         * tests/tests-isfinite.c: New file.
20296         * doc/functions/isfinite.texi: Mention isfinite module.
20297         * MODULES.html.sh: Mention new module.
20298
20299 2007-10-27  Ben Pfaff  <blp@gnu.org>
20300
20301         Ralf Wildenhues reported that Tru64 4.0D declares the round
20302         functions but does not have definitions.
20303         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
20304         cannot be found in any library, set the output variable to
20305         "missing" instead of "".
20306         * m4/round.m4: Also use our substitute if we cannot find round in
20307         any library, even if it is declared.
20308         * m4/roundf.m4: Likewise for roundf.
20309         * m4/roundl.m4: Likewise for roundl.
20310         * lib/math.in.h: Undefine roundf, round, roundl before defining
20311         their replacements, to allow for hypothetical systems where these
20312         may be defined as macros but not available in libraries.
20313
20314 2007-10-27  Bruno Haible  <bruno@clisp.org>
20315
20316         * doc/gnulib.texi: Invoke @firstparagraphindent.
20317         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
20318         changes in gnulib.
20319         (Source changes): New section.
20320
20321 2007-10-26  Bruno Haible  <bruno@clisp.org>
20322
20323         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
20324         borrowed from autoconf.
20325
20326 2007-10-26  Bruno Haible  <bruno@clisp.org>
20327
20328         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
20329         strerror returned the empty string. Needed on HP-UX 11.00.
20330
20331 2007-10-24  Micah Cowan  <micah@cowan.name>
20332
20333         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
20334         * build-aux/bootstrap: Remove support for now-unnecessary option,
20335         --cvs-user, and envvars CVS_USER, CVS_RSH.
20336
20337 2007-10-24  Jim Meyering  <meyering@redhat.com>
20338
20339         Avoid diagnostics from sha1sum when there is no cached checksum.
20340         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
20341         if the po.s1 file hasn't been created yet.
20342
20343         * build-aux/bootstrap: Sync from coreutils:
20344         2007-10-24  Jim Meyering  <meyering@redhat.com>
20345         Get gnulib from the git repository, not from an obsolete cvs one.
20346         * build-aux/bootstrap: Suggestion from Micah Cowan.
20347         2007-10-04  Jim Meyering  <jim@meyering.net>
20348         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
20349         (update_po_files): Work also when there are no .po files in po/.
20350
20351 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20352
20353         * README: Append ".git" to git and cg examples.
20354         Problem reported by Benoit Sigoure.
20355
20356 2007-10-23  Micah Cowan  <micah@cowan.name>
20357
20358         * users.txt: Add wget.
20359
20360 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20361
20362         Fix linking of some unistdio tests on FreeBSD.
20363         * modules/unistdio/u16-vsnprintf-tests
20364         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
20365         * modules/unistdio/u16-vsprintf-tests
20366         (test_u16_vsnprintf1_LDADD): Likewise.
20367         * modules/unistdio/u32-vsnprintf-tests
20368         (test_u32_vsnprintf1_LDADD): Likewise.
20369         * modules/unistdio/u32-vsprintf-tests
20370         (test_u32_vsprintf1_LDADD): Likewise.
20371         * modules/unistdio/u8-vsnprintf-tests
20372         (test_u8_vsnprintf1_LDADD): Likewise.
20373         * modules/unistdio/u8-vsprintf-tests
20374         (test_u8_vsprintf1_LDADD): Likewise.
20375         * modules/unistdio/ulc-vsnprintf-tests
20376         (test_ulc_vsnprintf1_LDADD): Likewise.
20377         * modules/unistdio/ulc-vsprintf-tests
20378         (test_ulc_vsprintf1_LDADD): Likewise.
20379
20380         Fix linking of some uniconv tests on FreeBSD.
20381         * modules/uniconv/u16-conv-from-enc-tests
20382         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
20383         * modules/uniconv/u16-conv-to-enc-tests
20384         (test_u16_conv_to_enc_LDADD): Likewise.
20385         * modules/uniconv/u16-strconv-from-enc-tests
20386         (test_u16_strconv_from_enc_LDADD): Likewise.
20387         * modules/uniconv/u16-strconv-to-enc-tests
20388         (test_u16_strconv_to_enc_LDADD): Likewise.
20389         * modules/uniconv/u32-conv-from-enc-tests
20390         (test_u32_conv_from_enc_LDADD): Likewise.
20391         * modules/uniconv/u32-conv-to-enc-tests
20392         (test_u32_conv_to_enc_LDADD): Likewise.
20393         * modules/uniconv/u32-strconv-from-enc-tests
20394         (test_u32_strconv_from_enc_LDADD): Likewise.
20395         * modules/uniconv/u32-strconv-to-enc-tests
20396         (test_u32_strconv_to_enc_LDADD): Likewise.
20397         * modules/uniconv/u8-conv-from-enc-tests
20398         (test_u8_conv_from_enc_LDADD): Likewise.
20399         * modules/uniconv/u8-conv-to-enc-tests
20400         (test_u8_conv_to_enc_LDADD): Likewise.
20401         * modules/uniconv/u8-strconv-from-enc-tests
20402         (test_u8_strconv_from_enc_LDADD): Likewise.
20403         * modules/uniconv/u8-strconv-to-enc-tests
20404         (test_u8_strconv_to_enc_LDADD): Likewise.
20405
20406 2007-10-22  Bruno Haible  <bruno@clisp.org>
20407
20408         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
20409         size.
20410
20411 2007-10-22  Eric Blake  <ebb9@byu.net>
20412
20413         Tweak x*printf documentation.
20414         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
20415         variable name and comments.
20416         Suggested by Bruno Haible.
20417
20418 2007-10-22  Bruno Haible  <bruno@clisp.org>
20419
20420         * lib/acl.c (copy_acl): Fix file name in comment.
20421
20422 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
20423
20424         Fix Tru64 problem with stdbool.h.
20425         * lib/stdbool.in.h (false, true):
20426         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
20427         Don't declare as an enum in this situation; it runs afoul of Tru64.
20428         Problem reported by Steven M. Schweda in
20429         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
20430
20431 2007-10-22  Eric Blake  <ebb9@byu.net>
20432
20433         Also wrap vf?printf.
20434         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
20435         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
20436         (xvprintf, xvfprintf): New functions.
20437
20438 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20439
20440         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
20441         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
20442
20443         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
20444         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
20445
20446 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
20447
20448         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
20449         by Bruno Haible.
20450
20451 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20452
20453         * lib/getloadavg.c
20454         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
20455         Undef `sys' after including sys/table.h, for Tru64 4.0D.
20456
20457         * tests/test-i-ring.c: Work for C89.
20458
20459 2007-10-22  Bruno Haible  <bruno@clisp.org>
20460
20461         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
20462         -1u, in preprocessor expression, so that we don't test for the bug
20463         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
20464         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
20465
20466 2007-10-22  Eric Blake  <ebb9@byu.net>
20467
20468         * tests/test-yesno.sh: Silence stderr during test.
20469
20470 2007-10-22  Simon Josefsson  <simon@josefsson.org>
20471
20472         * modules/crypto/gc-camellia: New file.
20473
20474         * m4/gc-camellia.m4: New file.
20475
20476         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
20477
20478         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
20479
20480 2007-10-22  Simon Josefsson  <simon@josefsson.org>
20481
20482         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
20483         --help to stdout.  Reported by sms@antinode.org (Steven
20484         M. Schweda).
20485
20486 2007-10-22  Simon Josefsson  <simon@josefsson.org>
20487
20488         * users.txt: Fix link to libksba.
20489
20490 2007-10-21  Ben Pfaff  <blp@gnu.org>
20491
20492         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
20493         round.c roundf implementation that depends on floorf and ceilf to
20494         be tested unconditionally.
20495
20496 2007-10-21  Ben Pfaff  <blp@gnu.org>
20497
20498         * m4/check-libm-func.m4: Removed.
20499         * m4/check-math-lib.m4: New file.
20500         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
20501         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
20502         definition and lack of AC_LIBOBJ([roundf]).
20503         * m4/roundl.m4: Ditto, and similarly for roundl.
20504         * modules/round: Reference new m4 file.
20505         * modules/roundf: Ditto.
20506         * modules/roundl: Ditto.
20507         * tests/test-round2.c (main): Use ROUND instead of round.
20508         Bug report from Bruno Haible.
20509
20510 2007-10-21  Bruno Haible  <bruno@clisp.org>
20511
20512         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
20513         context.
20514
20515 2007-10-21  Bruno Haible  <bruno@clisp.org>
20516
20517         * tests/test-wcwidth.c (main): Allow negative result for some control
20518         characters.
20519
20520         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
20521         Needed on OSF/1 5.1.
20522
20523 2007-10-21  Bruno Haible  <bruno@clisp.org>
20524
20525         * tests/test-floorf1.c: Include isnanf.h.
20526         (main): Use isnanf() instead of isnan().
20527         * tests/test-ceilf1.c: Include isnanf.h.
20528         (main): Use isnanf() instead of isnan().
20529         * tests/test-truncf1.c: Include isnanf.h.
20530         (main): Use isnanf() instead of isnan().
20531         * tests/test-roundf1.c: Include isnanf.h.
20532         (main): Use isnanf() instead of isnan().
20533
20534 2007-10-21  Eric Blake  <ebb9@byu.net>
20535
20536         * users.txt: Update URL for m4.
20537
20538 2007-10-21  Bruno Haible  <bruno@clisp.org>
20539
20540         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
20541
20542 2007-10-21  Bruno Haible  <bruno@clisp.org>
20543
20544         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
20545         Git's management files if the CVS files are not present.
20546
20547 2007-10-20  Bruno Haible  <bruno@clisp.org>
20548
20549         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
20550         gcc-3.4.x.
20551
20552 2007-10-20  Ben Pfaff  <blp@gnu.org>
20553
20554         * lib/math.in.h: Declare round, roundf, roundl if we are providing
20555         implementations.
20556         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
20557         * lib/round.c: New file.
20558         * lib/roundf.c: New file.
20559         * lib/roundl.c: New file.
20560         * m4/round.m4: New file.
20561         * m4/roundf.m4: New file.
20562         * m4/roundl.m4: New file.
20563         * m4/check-libm-func-m4: New file.
20564         * modules/math: Replace round, roundf, roundl related @VARS@ in
20565         math.in.h.
20566         * modules/round: New file.
20567         * modules/round-tests: New file.
20568         * modules/roundf: New file.
20569         * modules/roundf-tests: New file.
20570         * modules/roundl: New file.
20571         * modules/roundl-tests: New file.
20572         * tests/test-round1.c: New file.
20573         * tests/test-round2.c: New file.
20574         * tests/test-roundf1.c: New file.
20575         * tests/test-roundf2.c: New file.
20576         * tests/test-roundl.c: New file.
20577         * doc/functions/round.texi: Mention round module.
20578         * doc/functions/roundf.texi: Mention roundf module.
20579         * doc/functions/roundl.texi: Mention roundl module.
20580         * MODULES.html.sh: Mention new modules.
20581         Thanks to Bruno Haible for suggestions.
20582
20583 2007-10-20  Jim Meyering  <meyering@redhat.com>
20584
20585         * lib/xprintf.c: Include <config.h> unconditionally.
20586
20587         Change xprintf's license to GPL.
20588         * modules/xprintf (License): s/LGPL/GPL/, since this module
20589         depends on modules (exit and exitfail) which are GPL.
20590         Suggestion from Bruno Haible.
20591
20592         xprintf fixes.
20593         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
20594         Use a clearer diagnostic.
20595         Patch from Bruno Haible.
20596
20597 2007-10-20  Bruno Haible  <bruno@clisp.org>
20598
20599         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
20600         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
20601         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20602
20603 2007-10-20  Bruno Haible  <bruno@clisp.org>
20604
20605         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
20606         precision in the comparison result > x - 1 or similar.
20607         * tests/test-ceilf2.c (correct_result_p): Likewise.
20608         * tests/test-truncf2.c (correct_result_p): Likewise.
20609         * tests/test-trunc2.c (correct_result_p): Likewise.
20610         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20611
20612 2007-10-20  Bruno Haible  <bruno@clisp.org>
20613
20614         * modules/ceil: New file.
20615         * m4/ceil.m4: New file.
20616         * doc/functions/ceil.texi: Mention the 'ceil' module.
20617
20618 2007-10-20  Bruno Haible  <bruno@clisp.org>
20619
20620         * modules/floor: New file.
20621         * m4/floor.m4: New file.
20622         * doc/functions/floor.texi: Mention the 'floor' module.
20623
20624 2007-10-20  Bruno Haible  <bruno@clisp.org>
20625
20626         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
20627         of %a.
20628         * modules/floorf-tests (Depends-on): Likewise.
20629         * modules/truncf-tests (Depends-on): Likewise.
20630         * modules/trunc-tests (Depends-on): Likewise.
20631         Reported by Ben Pfaff.
20632
20633 2007-10-19  Jim Meyering  <meyering@redhat.com>
20634
20635         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
20636         Don't bother testing specific errno values.  Just test ferror.
20637
20638         New module: xprintf
20639         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
20640
20641 2007-10-19  Bruno Haible  <bruno@clisp.org>
20642
20643         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
20644         syntax.
20645         * modules/javaexec (Makefile.am): Likewise.
20646         * modules/relocatable-prog (Makefile.am): Likewise.
20647         Suggested by Jim Meyering.
20648
20649 2007-10-18  Bruno Haible  <bruno@clisp.org>
20650
20651         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
20652         Reported by Jim Meyering.
20653
20654 2007-10-18  Eric Blake  <ebb9@byu.net>
20655
20656         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
20657
20658 2007-10-18  Bruno Haible  <bruno@clisp.org>
20659
20660         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
20661         the format string into writable memory. Needed in Fortify conditions.
20662
20663 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
20664             Bruno Haible  <bruno@clisp.org>
20665
20666         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
20667         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
20668         * modules/trim (Depends-on): Add mbchar.
20669         (configure.ac): Add gl_FUNC_MBRTOWC.
20670         (Makefile.am): Augment lib_SOURCES.
20671
20672 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20673
20674         Modify glob.c to use fstatat and dirfd, to simplify it.
20675         Suggested by Eric Blake.
20676         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
20677         Don't include <stdbool.h>; not used.
20678         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
20679         (link_exists_p): Simplify implementation, since we can now assume
20680         dirfd and fstatat.
20681         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
20682
20683 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20684
20685         * gnulib-tool (func_get_dependencies): Fix sed script to
20686         match only tests.
20687
20688 2007-10-17  Bruno Haible  <bruno@clisp.org>
20689
20690         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
20691         allow locale names without encoding suffix.
20692         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
20693         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
20694
20695 2007-10-16  Bruno Haible  <bruno@clisp.org>
20696
20697         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
20698         * lib/getgroups.c (getgroups): Likewise.
20699         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
20700
20701 2007-10-16  Bruno Haible  <bruno@clisp.org>
20702
20703         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
20704         * modules/malloc-posix (License): Likewise.
20705         * modules/realloc-posix (License): Likewise.
20706         * modules/calloc-posix (License): Likewise.
20707         * modules/intprops (License): Change from GPL to LGPL, with
20708         Paul Eggert's approval.
20709
20710 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         Merge glibc changes into lib/glob.c.
20713
20714         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
20715         2007-10-15 04:59:03 UTC.  Here are the changes:
20716
20717         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
20718
20719         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
20720
20721         * lib/glob.c: Add some branch prediction throughout.
20722
20723         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
20724
20725         [BZ #5103]
20726         * lib/glob.c (glob): Recognize patterns starting \/.
20727
20728         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
20729
20730         [BZ #3996]
20731         * lib/glob.c (attribute_hidden): Define if not defined.
20732         (glob): Unescape dirname, filename or username when needed and not
20733         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
20734         is NULL.  Handle unescaped [ in pattern without closing ].
20735         Don't pass GLOB_CHECK down to recursive glob for directories.
20736         (__glob_pattern_type): New function.
20737         (__glob_pattern_p): Implement using __glob_pattern_type.
20738         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
20739         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
20740         Remove unreachable code.
20741
20742         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
20743
20744         * lib/glob.c (glob_in_dir): Add some comments and asserts to
20745         explain why there are no leaks.
20746
20747         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
20748
20749         [BZ #3253]
20750         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
20751         time, rather allocate increasingly bigger arrays of pointers, if
20752         possible with alloca, if too large with malloc.
20753
20754 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20755
20756         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
20757         Problem reported by H.Merijn Brand in
20758         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
20759         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
20760         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
20761
20762 2007-10-15  Bruno Haible  <bruno@clisp.org>
20763
20764         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
20765         with explicit rpl_ prefix.
20766         * lib/fopen.c (fopen): Likewise.
20767         * lib/freopen.c (freopen): Likewise.
20768         * lib/iconv.c (iconv): Likewise.
20769         * lib/iconv_close.c (iconv_close): Likewise.
20770
20771 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20772
20773         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
20774
20775 2007-10-15  Bruno Haible  <bruno@clisp.org>
20776
20777         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
20778         <stddef.h> instead of <stdlib.h> since we only need NULL.
20779         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20780
20781 2007-10-15  Bruno Haible  <bruno@clisp.org>
20782
20783         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
20784         Replace paragraph talking about LIBOBJS.
20785         Reported by Colin Watson <cjwatson@debian.org>.
20786
20787 2007-10-15  Bruno Haible  <bruno@clisp.org>
20788
20789         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
20790         <stdlib.h> before using NULL.
20791
20792 2007-10-15  Simon Josefsson  <simon@josefsson.org>
20793
20794         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
20795         Reported by Albert Chin <china@thewrittenword.com>.
20796
20797 2007-10-14  Bruno Haible  <bruno@clisp.org>
20798
20799         * modules/iconv_open-utf-tests: New file.
20800         * tests/test-iconv-utf.c: New file.
20801
20802         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
20803         * modules/iconv_open-utf: New file.
20804         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
20805         (iconv, iconv_close): New declarations.
20806         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
20807         be defined.
20808         (iconv_open): Add special handling of conversion between UTF-8 and
20809         UTF-{16,32}{BE,LE}.
20810         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
20811         * lib/iconv_close.c: New file.
20812         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
20813         gl_FUNC_ICONV_OPEN.
20814         (gl_FUNC_ICONV_OPEN): Use it.
20815         (gl_FUNC_ICONV_OPEN_UTF): New macro.
20816         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
20817         and REPLACE_ICONV_UTF.
20818         * modules/iconv_open (Depends-on): Add c-strcase.
20819         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
20820         ICONV_CONST.
20821         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
20822
20823 2007-10-13  Albert Chin  <china@thewrittenword.com>
20824             Bruno Haible  <bruno@clisp.org>
20825
20826         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
20827         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
20828
20829 2007-10-13  Bruno Haible  <bruno@clisp.org>
20830
20831         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
20832         defined, use the ISO C99 inline semantics.
20833         * lib/argp.h (ARGP_EI): Likewise.
20834
20835 2007-10-13  Bruno Haible  <bruno@clisp.org>
20836
20837         Handle 'inline' change in gcc 4.3.0.
20838         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
20839         argp_fmtstream_write, argp_fmtstream_set_lmargin,
20840         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
20841         argp_fmtstream_point): Disable 'extern' declaration if the function
20842         definition is going to be provided inline.
20843         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
20844         semantics, not the ISO C99 inline semantics.
20845         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
20846         'extern' declaration if the function definition is going to be provided
20847         inline.
20848         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
20849         the GNU C inline semantics, not the ISO C99 inline semantics. With
20850         GCC 4.2, avoid a warning.
20851
20852 2007-10-13  Bruno Haible  <bruno@clisp.org>
20853
20854         * lib/freading.h (freading): Enable the use of __freading for
20855         glibc >= 2.7.
20856         * lib/freading.c (freading): Likewise.
20857
20858 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
20859
20860         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
20861         "warning: C99 inline functions are not supported; using GNU89".
20862
20863 2007-10-12  Bruno Haible  <bruno@clisp.org>
20864
20865         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
20866         of 2.
20867         * tests/test-ceilf2.c: New file.
20868         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
20869
20870         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
20871         * modules/ceilf-tests: Update.
20872
20873 2007-10-12  Bruno Haible  <bruno@clisp.org>
20874
20875         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
20876         of 2.
20877         * tests/test-floorf2.c: New file.
20878         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
20879
20880         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
20881         * modules/floorf-tests: Update.
20882
20883 2007-10-12  Bruno Haible  <bruno@clisp.org>
20884
20885         * tests/test-trunc2.c: New file.
20886         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
20887
20888         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
20889         * modules/trunc-tests: Update.
20890
20891 2007-10-12  Bruno Haible  <bruno@clisp.org>
20892
20893         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
20894         of 2.
20895         * tests/test-truncf2.c: New file.
20896         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
20897
20898         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
20899         * modules/truncf-tests: Update.
20900
20901 2007-10-11  Eric Blake  <ebb9@byu.net>
20902
20903         Don't claim strerror is broken on Interix.
20904         * doc/functions/strerror.texi (strerror): Known broken systems are
20905         now Solaris 8, and not Interix.
20906         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
20907         Interix on cross-compile.
20908         Reported by Martin Koeppe in
20909         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
20910
20911 2007-10-11  Bruno Haible  <bruno@clisp.org>
20912
20913         * modules/i-ring-tests: New file.
20914         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
20915         instead of assert.
20916
20917 2007-10-11  Bruno Haible  <bruno@clisp.org>
20918
20919         * modules/filenamecat-tests: New file.
20920         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
20921         * lib/filenamecat.c: Remove test code.
20922
20923 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
20924
20925         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
20926
20927         * lib/strerror.c: Include <string.h> always, to test interface,
20928         and to remove the need for the dummy.
20929         Include intprops.h to compute width instead of doing it ourselves
20930         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
20931         (strerror): Define it to return NULL if there's no system strerror.
20932         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
20933         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
20934         ancient pre-strerror Unix systems well any more.  Saying "unknown
20935         system error" is enough.
20936         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
20937         simpler strerror.c implementation.
20938         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
20939         Simplify the tests to reflect the simpler strerror implementation.
20940         * modules/strerror (Depends-on): Add intprops.
20941
20942 2007-10-09  Eric Blake  <ebb9@byu.net>
20943
20944         Silence test-fpending.
20945         * modules/fpending-tests (Files): Add wrapper script.
20946         * tests/test-fpending.sh: New file.
20947
20948 2007-10-09  Bruno Haible  <bruno@clisp.org>
20949
20950         * MODULES.html.sh (func_module): Don't create a hyperlink for
20951         function names like 'printf_frexp'.
20952         (Misc): Add crc, memxor.
20953         (Characteristics of floating types): New section.
20954         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
20955         isnanf-nolibm, signbit, trunc, truncf, truncl.
20956         (Enhancements for ISO C 99 functions): New subsection Input/output.
20957         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
20958         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
20959         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
20960         (Compatibility checks for POSIX:2001 functions): Add clock-time.
20961         (Enhancements for POSIX:2001 functions): Add chdir-long.
20962         (File system functions): Add areadlink, chdir-safer, read-file.
20963         Remove cycle-check.
20964         (File system as inode set): New section.
20965         (Date and time): Add gethrxtime.
20966         (Multithreading): Add openmp.
20967         (Internationalization functions): Add localename.
20968         (Unicode string functions): Add unistr/u*-mbsnlen.
20969         (Support for maintaining and releasing projects): Add git-version-gen.
20970         (Lone files): Remove directories.
20971
20972 2007-10-08  Ben Pfaff  <blp@gnu.org>
20973
20974         * lib/xmalloca.h: Fix typo in comment.
20975
20976 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20977
20978         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
20979         when avoiding problems with integer overflow.  Use a portable test
20980         instead.
20981
20982 2007-10-08  Simon Josefsson  <simon@josefsson.org>
20983
20984         * modules/dummy (License): Change to LGPLv2+.
20985         * modules/float (License): Likewise
20986         * modules/realloc (License): Likewise
20987         * modules/stdlib (License): Likewise
20988
20989 2007-10-07  Bruno Haible  <bruno@clisp.org>
20990
20991         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
20992         * floor.c (TWO_MANT_DIG): Likewise.
20993         * ceil.c (TWO_MANT_DIG): Likewise.
20994         Reported by Ben Pfaff.
20995
20996 2007-10-07  Bruno Haible  <bruno@clisp.org>
20997
20998         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
20999         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
21000         * lib/frexp.c (FUNC): Likewise.
21001         * lib/printf-frexp.h (printf_frexp): Likewise.
21002         * lib/printf-frexpl.h (printf_frexpl): Likewise.
21003         * lib/printf-frexp.c (FUNC): Likewise.
21004         Suggested by Jim Meyering.
21005
21006 2007-10-07  Jim Meyering  <meyering@redhat.com>
21007
21008         Make xnanosleep's integer overflow test more robust.
21009         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
21010         so that gcc-4.3.0 doesn't optimize away this test for overflow.
21011
21012 2007-10-07  Bruno Haible  <bruno@clisp.org>
21013
21014         * NEWS: Mention the license change.
21015
21016         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
21017         abbreviations in the modules files.
21018
21019         Change copyright notice from GPLv2+ to GPLv3+.
21020         * README: Change copyright notice.
21021         * MODULES.html.sh: Likewise.
21022         * build-aux/bootstrap.conf: Likewise.
21023         * build-aux/config.libpath: Likewise.
21024         * build-aux/csharpcomp.sh.in: Likewise.
21025         * build-aux/csharpexec.sh.in: Likewise.
21026         * build-aux/install-reloc: Likewise.
21027         * build-aux/javacomp.sh.in: Likewise.
21028         * build-aux/javaexec.sh.in: Likewise.
21029         * build-aux/ldd.sh.in: Likewise.
21030         * build-aux/reloc-ldflags: Likewise.
21031         * build-aux/relocatable.sh.in: Likewise.
21032         * build-aux/x-to-1.in: Likewise.
21033         * check-module: Likewise.
21034         * config/srclistvars.sh: Likewise.
21035         * gnulib-tool: Likewise.
21036         * lib/acl-internal.h: Likewise.
21037         * lib/acl.c: Likewise.
21038         * lib/acl.h: Likewise.
21039         * lib/acl_entries.c: Likewise.
21040         * lib/areadlink-with-size.c: Likewise.
21041         * lib/areadlink.c: Likewise.
21042         * lib/areadlink.h: Likewise.
21043         * lib/argmatch.c: Likewise.
21044         * lib/argmatch.h: Likewise.
21045         * lib/argp-ba.c: Likewise.
21046         * lib/argp-eexst.c: Likewise.
21047         * lib/argp-fmtstream.c: Likewise.
21048         * lib/argp-fmtstream.h: Likewise.
21049         * lib/argp-fs-xinl.c: Likewise.
21050         * lib/argp-help.c: Likewise.
21051         * lib/argp-namefrob.h: Likewise.
21052         * lib/argp-parse.c: Likewise.
21053         * lib/argp-pin.c: Likewise.
21054         * lib/argp-pv.c: Likewise.
21055         * lib/argp-pvh.c: Likewise.
21056         * lib/argp-xinl.c: Likewise.
21057         * lib/argp.h: Likewise.
21058         * lib/at-func.c: Likewise.
21059         * lib/atanl.c: Likewise.
21060         * lib/backupfile.c: Likewise.
21061         * lib/backupfile.h: Likewise.
21062         * lib/basename.c: Likewise.
21063         * lib/binary-io.h: Likewise.
21064         * lib/byteswap.in.h: Likewise.
21065         * lib/c-stack.c: Likewise.
21066         * lib/c-stack.h: Likewise.
21067         * lib/c-strcasestr.c: Likewise.
21068         * lib/c-strcasestr.h: Likewise.
21069         * lib/c-strstr.c: Likewise.
21070         * lib/c-strstr.h: Likewise.
21071         * lib/c-strtod.c: Likewise.
21072         * lib/calloc.c: Likewise.
21073         * lib/canon-host.c: Likewise.
21074         * lib/canon-host.h: Likewise.
21075         * lib/canonicalize-lgpl.c: Likewise.
21076         * lib/canonicalize.c: Likewise.
21077         * lib/canonicalize.h: Likewise.
21078         * lib/ceil.c: Likewise.
21079         * lib/ceilf.c: Likewise.
21080         * lib/ceill.c: Likewise.
21081         * lib/chdir-long.c: Likewise.
21082         * lib/chdir-long.h: Likewise.
21083         * lib/chdir-safer.c: Likewise.
21084         * lib/chdir-safer.h: Likewise.
21085         * lib/chown.c: Likewise.
21086         * lib/classpath.c: Likewise.
21087         * lib/classpath.h: Likewise.
21088         * lib/clean-temp.c: Likewise.
21089         * lib/clean-temp.h: Likewise.
21090         * lib/cloexec.c: Likewise.
21091         * lib/close-stream.c: Likewise.
21092         * lib/closein.c: Likewise.
21093         * lib/closein.h: Likewise.
21094         * lib/closeout.c: Likewise.
21095         * lib/closeout.h: Likewise.
21096         * lib/concat-filename.c: Likewise.
21097         * lib/copy-file.c: Likewise.
21098         * lib/copy-file.h: Likewise.
21099         * lib/count-one-bits.h: Likewise.
21100         * lib/crc.c: Likewise.
21101         * lib/crc.h: Likewise.
21102         * lib/creat-safer.c: Likewise.
21103         * lib/csharpcomp.c: Likewise.
21104         * lib/csharpcomp.h: Likewise.
21105         * lib/csharpexec.c: Likewise.
21106         * lib/csharpexec.h: Likewise.
21107         * lib/cycle-check.c: Likewise.
21108         * lib/cycle-check.h: Likewise.
21109         * lib/diacrit.c: Likewise.
21110         * lib/diacrit.h: Likewise.
21111         * lib/diffseq.h: Likewise.
21112         * lib/dirchownmod.c: Likewise.
21113         * lib/dirent.in.h: Likewise.
21114         * lib/dirfd.c: Likewise.
21115         * lib/dirfd.h: Likewise.
21116         * lib/dirname.c: Likewise.
21117         * lib/dirname.h: Likewise.
21118         * lib/dummy.c: Likewise.
21119         * lib/dup-safer.c: Likewise.
21120         * lib/dup2.c: Likewise.
21121         * lib/eealloc.h: Likewise.
21122         * lib/error.c: Likewise.
21123         * lib/error.h: Likewise.
21124         * lib/euidaccess.c: Likewise.
21125         * lib/exclude.c: Likewise.
21126         * lib/exclude.h: Likewise.
21127         * lib/execute.c: Likewise.
21128         * lib/execute.h: Likewise.
21129         * lib/exitfail.c: Likewise.
21130         * lib/exitfail.h: Likewise.
21131         * lib/expl.c: Likewise.
21132         * lib/fatal-signal.c: Likewise.
21133         * lib/fatal-signal.h: Likewise.
21134         * lib/fbufmode.c: Likewise.
21135         * lib/fbufmode.h: Likewise.
21136         * lib/fchdir.c: Likewise.
21137         * lib/fchmodat.c: Likewise.
21138         * lib/fchownat.c: Likewise.
21139         * lib/fcntl--.h: Likewise.
21140         * lib/fcntl-safer.h: Likewise.
21141         * lib/fcntl.in.h: Likewise.
21142         * lib/fd-safer.c: Likewise.
21143         * lib/fflush.c: Likewise.
21144         * lib/file-has-acl.c: Likewise.
21145         * lib/file-set.c: Likewise.
21146         * lib/file-type.c: Likewise.
21147         * lib/file-type.h: Likewise.
21148         * lib/fileblocks.c: Likewise.
21149         * lib/filemode.c: Likewise.
21150         * lib/filemode.h: Likewise.
21151         * lib/filename.h: Likewise.
21152         * lib/filenamecat.c: Likewise.
21153         * lib/filenamecat.h: Likewise.
21154         * lib/findprog.c: Likewise.
21155         * lib/findprog.h: Likewise.
21156         * lib/float.in.h: Likewise.
21157         * lib/floor.c: Likewise.
21158         * lib/floorf.c: Likewise.
21159         * lib/floorl.c: Likewise.
21160         * lib/fopen-safer.c: Likewise.
21161         * lib/fopen.c: Likewise.
21162         * lib/fpending.c: Likewise.
21163         * lib/fpending.h: Likewise.
21164         * lib/fprintf.c: Likewise.
21165         * lib/fprintftime.h: Likewise.
21166         * lib/fpucw.h: Likewise.
21167         * lib/fpurge.c: Likewise.
21168         * lib/fpurge.h: Likewise.
21169         * lib/freadable.c: Likewise.
21170         * lib/freadable.h: Likewise.
21171         * lib/freadahead.c: Likewise.
21172         * lib/freadahead.h: Likewise.
21173         * lib/freading.c: Likewise.
21174         * lib/freading.h: Likewise.
21175         * lib/free.c: Likewise.
21176         * lib/freopen.c: Likewise.
21177         * lib/frexp.c: Likewise.
21178         * lib/frexpl.c: Likewise.
21179         * lib/fseek.c: Likewise.
21180         * lib/fseterr.c: Likewise.
21181         * lib/fseterr.h: Likewise.
21182         * lib/fstatat.c: Likewise.
21183         * lib/fstrcmp.c: Likewise.
21184         * lib/fstrcmp.h: Likewise.
21185         * lib/fsusage.c: Likewise.
21186         * lib/fsusage.h: Likewise.
21187         * lib/ftell.c: Likewise.
21188         * lib/ftello.c: Likewise.
21189         * lib/fts-cycle.c: Likewise.
21190         * lib/fts.c: Likewise.
21191         * lib/fts_.h: Likewise.
21192         * lib/full-read.c: Likewise.
21193         * lib/full-read.h: Likewise.
21194         * lib/full-write.c: Likewise.
21195         * lib/full-write.h: Likewise.
21196         * lib/fwritable.c: Likewise.
21197         * lib/fwritable.h: Likewise.
21198         * lib/fwriteerror.c: Likewise.
21199         * lib/fwriteerror.h: Likewise.
21200         * lib/fwriting.c: Likewise.
21201         * lib/fwriting.h: Likewise.
21202         * lib/gcd.c: Likewise.
21203         * lib/gcd.h: Likewise.
21204         * lib/getcwd.c: Likewise.
21205         * lib/getdate.h: Likewise.
21206         * lib/getdate.y: Likewise.
21207         * lib/getdomainname.c: Likewise.
21208         * lib/getdomainname.h: Likewise.
21209         * lib/getgroups.c: Likewise.
21210         * lib/gethostname.c: Likewise.
21211         * lib/gethrxtime.c: Likewise.
21212         * lib/gethrxtime.h: Likewise.
21213         * lib/getloadavg.c: Likewise.
21214         * lib/getndelim2.c: Likewise.
21215         * lib/getndelim2.h: Likewise.
21216         * lib/getnline.c: Likewise.
21217         * lib/getnline.h: Likewise.
21218         * lib/getopt.c: Likewise.
21219         * lib/getopt.in.h: Likewise.
21220         * lib/getopt1.c: Likewise.
21221         * lib/getopt_int.h: Likewise.
21222         * lib/getpagesize.h: Likewise.
21223         * lib/getsubopt.c: Likewise.
21224         * lib/gettime.c: Likewise.
21225         * lib/getugroups.c: Likewise.
21226         * lib/getugroups.h: Likewise.
21227         * lib/getusershell.c: Likewise.
21228         * lib/gl_anyavltree_list1.h: Likewise.
21229         * lib/gl_anyavltree_list2.h: Likewise.
21230         * lib/gl_anyhash_list1.h: Likewise.
21231         * lib/gl_anyhash_list2.h: Likewise.
21232         * lib/gl_anylinked_list1.h: Likewise.
21233         * lib/gl_anylinked_list2.h: Likewise.
21234         * lib/gl_anyrbtree_list1.h: Likewise.
21235         * lib/gl_anyrbtree_list2.h: Likewise.
21236         * lib/gl_anytree_list1.h: Likewise.
21237         * lib/gl_anytree_list2.h: Likewise.
21238         * lib/gl_anytree_oset.h: Likewise.
21239         * lib/gl_anytreehash_list1.h: Likewise.
21240         * lib/gl_anytreehash_list2.h: Likewise.
21241         * lib/gl_array_list.c: Likewise.
21242         * lib/gl_array_list.h: Likewise.
21243         * lib/gl_array_oset.c: Likewise.
21244         * lib/gl_array_oset.h: Likewise.
21245         * lib/gl_avltree_list.c: Likewise.
21246         * lib/gl_avltree_list.h: Likewise.
21247         * lib/gl_avltree_oset.c: Likewise.
21248         * lib/gl_avltree_oset.h: Likewise.
21249         * lib/gl_avltreehash_list.c: Likewise.
21250         * lib/gl_avltreehash_list.h: Likewise.
21251         * lib/gl_carray_list.c: Likewise.
21252         * lib/gl_carray_list.h: Likewise.
21253         * lib/gl_linked_list.c: Likewise.
21254         * lib/gl_linked_list.h: Likewise.
21255         * lib/gl_linkedhash_list.c: Likewise.
21256         * lib/gl_linkedhash_list.h: Likewise.
21257         * lib/gl_list.c: Likewise.
21258         * lib/gl_list.h: Likewise.
21259         * lib/gl_oset.c: Likewise.
21260         * lib/gl_oset.h: Likewise.
21261         * lib/gl_rbtree_list.c: Likewise.
21262         * lib/gl_rbtree_list.h: Likewise.
21263         * lib/gl_rbtree_oset.c: Likewise.
21264         * lib/gl_rbtree_oset.h: Likewise.
21265         * lib/gl_rbtreehash_list.c: Likewise.
21266         * lib/gl_rbtreehash_list.h: Likewise.
21267         * lib/gl_sublist.c: Likewise.
21268         * lib/gl_sublist.h: Likewise.
21269         * lib/group-member.c: Likewise.
21270         * lib/group-member.h: Likewise.
21271         * lib/hard-locale.c: Likewise.
21272         * lib/hard-locale.h: Likewise.
21273         * lib/hash-pjw.c: Likewise.
21274         * lib/hash-pjw.h: Likewise.
21275         * lib/hash-triple.c: Likewise.
21276         * lib/hash.c: Likewise.
21277         * lib/hash.h: Likewise.
21278         * lib/human.c: Likewise.
21279         * lib/human.h: Likewise.
21280         * lib/i-ring.c: Likewise.
21281         * lib/i-ring.h: Likewise.
21282         * lib/idcache.c: Likewise.
21283         * lib/imaxabs.c: Likewise.
21284         * lib/imaxdiv.c: Likewise.
21285         * lib/inet_pton.c: Likewise.
21286         * lib/inet_pton.h: Likewise.
21287         * lib/intprops.h: Likewise.
21288         * lib/inttostr.c: Likewise.
21289         * lib/inttostr.h: Likewise.
21290         * lib/inttypes.in.h: Likewise.
21291         * lib/isapipe.c: Likewise.
21292         * lib/isdir.c: Likewise.
21293         * lib/isnan.c: Likewise.
21294         * lib/isnan.h: Likewise.
21295         * lib/isnanf.c: Likewise.
21296         * lib/isnanf.h: Likewise.
21297         * lib/isnanl-nolibm.h: Likewise.
21298         * lib/isnanl.c: Likewise.
21299         * lib/isnanl.h: Likewise.
21300         * lib/javacomp.c: Likewise.
21301         * lib/javacomp.h: Likewise.
21302         * lib/javaexec.c: Likewise.
21303         * lib/javaexec.h: Likewise.
21304         * lib/javaversion.c: Likewise.
21305         * lib/javaversion.h: Likewise.
21306         * lib/javaversion.java: Likewise.
21307         * lib/lbrkprop.h: Likewise.
21308         * lib/lchmod.h: Likewise.
21309         * lib/lchown.c: Likewise.
21310         * lib/ldexpl.c: Likewise.
21311         * lib/linebreak.c: Likewise.
21312         * lib/linebreak.h: Likewise.
21313         * lib/linebuffer.c: Likewise.
21314         * lib/linebuffer.h: Likewise.
21315         * lib/locale.in.h: Likewise.
21316         * lib/logl.c: Likewise.
21317         * lib/long-options.c: Likewise.
21318         * lib/long-options.h: Likewise.
21319         * lib/lstat.c: Likewise.
21320         * lib/lstat.h: Likewise.
21321         * lib/math.in.h: Likewise.
21322         * lib/mbchar.c: Likewise.
21323         * lib/mbchar.h: Likewise.
21324         * lib/mbfile.h: Likewise.
21325         * lib/mbiter.h: Likewise.
21326         * lib/mbscasecmp.c: Likewise.
21327         * lib/mbscasestr.c: Likewise.
21328         * lib/mbschr.c: Likewise.
21329         * lib/mbscspn.c: Likewise.
21330         * lib/mbslen.c: Likewise.
21331         * lib/mbsncasecmp.c: Likewise.
21332         * lib/mbsnlen.c: Likewise.
21333         * lib/mbspbrk.c: Likewise.
21334         * lib/mbspcasecmp.c: Likewise.
21335         * lib/mbsrchr.c: Likewise.
21336         * lib/mbssep.c: Likewise.
21337         * lib/mbsspn.c: Likewise.
21338         * lib/mbsstr.c: Likewise.
21339         * lib/mbstok_r.c: Likewise.
21340         * lib/mbswidth.c: Likewise.
21341         * lib/mbswidth.h: Likewise.
21342         * lib/mbuiter.h: Likewise.
21343         * lib/memcasecmp.c: Likewise.
21344         * lib/memcasecmp.h: Likewise.
21345         * lib/memchr.c: Likewise.
21346         * lib/memcmp.c: Likewise.
21347         * lib/memcoll.c: Likewise.
21348         * lib/memcoll.h: Likewise.
21349         * lib/memcpy.c: Likewise.
21350         * lib/memrchr.c: Likewise.
21351         * lib/mkancesdirs.c: Likewise.
21352         * lib/mkdir-p.c: Likewise.
21353         * lib/mkdir-p.h: Likewise.
21354         * lib/mkdir.c: Likewise.
21355         * lib/mkdirat.c: Likewise.
21356         * lib/mkdtemp.c: Likewise.
21357         * lib/mkstemp-safer.c: Likewise.
21358         * lib/mkstemp.c: Likewise.
21359         * lib/modechange.c: Likewise.
21360         * lib/modechange.h: Likewise.
21361         * lib/mountlist.c: Likewise.
21362         * lib/mountlist.h: Likewise.
21363         * lib/mpsort.c: Likewise.
21364         * lib/nanosleep.c: Likewise.
21365         * lib/obstack.c: Likewise.
21366         * lib/obstack.h: Likewise.
21367         * lib/open-safer.c: Likewise.
21368         * lib/open.c: Likewise.
21369         * lib/openat-die.c: Likewise.
21370         * lib/openat-priv.h: Likewise.
21371         * lib/openat-proc.c: Likewise.
21372         * lib/openat.c: Likewise.
21373         * lib/openat.h: Likewise.
21374         * lib/pagealign_alloc.c: Likewise.
21375         * lib/pagealign_alloc.h: Likewise.
21376         * lib/physmem.c: Likewise.
21377         * lib/physmem.h: Likewise.
21378         * lib/pipe-safer.c: Likewise.
21379         * lib/pipe.c: Likewise.
21380         * lib/pipe.h: Likewise.
21381         * lib/posixtm.c: Likewise.
21382         * lib/posixtm.h: Likewise.
21383         * lib/posixver.c: Likewise.
21384         * lib/printf-frexp.c: Likewise.
21385         * lib/printf-frexp.h: Likewise.
21386         * lib/printf-frexpl.c: Likewise.
21387         * lib/printf-frexpl.h: Likewise.
21388         * lib/printf.c: Likewise.
21389         * lib/progname.c: Likewise.
21390         * lib/progname.h: Likewise.
21391         * lib/progreloc.c: Likewise.
21392         * lib/putenv.c: Likewise.
21393         * lib/quote.c: Likewise.
21394         * lib/quote.h: Likewise.
21395         * lib/quotearg.c: Likewise.
21396         * lib/quotearg.h: Likewise.
21397         * lib/raise.c: Likewise.
21398         * lib/readline.c: Likewise.
21399         * lib/readline.h: Likewise.
21400         * lib/readlink.c: Likewise.
21401         * lib/readtokens.c: Likewise.
21402         * lib/readtokens.h: Likewise.
21403         * lib/readtokens0.c: Likewise.
21404         * lib/readtokens0.h: Likewise.
21405         * lib/readutmp.c: Likewise.
21406         * lib/readutmp.h: Likewise.
21407         * lib/realloc.c: Likewise.
21408         * lib/relocwrapper.c: Likewise.
21409         * lib/rename-dest-slash.c: Likewise.
21410         * lib/rename.c: Likewise.
21411         * lib/rmdir.c: Likewise.
21412         * lib/rpmatch.c: Likewise.
21413         * lib/safe-read.c: Likewise.
21414         * lib/safe-read.h: Likewise.
21415         * lib/safe-write.c: Likewise.
21416         * lib/safe-write.h: Likewise.
21417         * lib/same-inode.h: Likewise.
21418         * lib/same.c: Likewise.
21419         * lib/same.h: Likewise.
21420         * lib/save-cwd.c: Likewise.
21421         * lib/save-cwd.h: Likewise.
21422         * lib/savedir.c: Likewise.
21423         * lib/savedir.h: Likewise.
21424         * lib/savewd.c: Likewise.
21425         * lib/savewd.h: Likewise.
21426         * lib/search.in.h: Likewise.
21427         * lib/setenv.c: Likewise.
21428         * lib/setenv.h: Likewise.
21429         * lib/settime.c: Likewise.
21430         * lib/sh-quote.c: Likewise.
21431         * lib/sh-quote.h: Likewise.
21432         * lib/sig2str.c: Likewise.
21433         * lib/sig2str.h: Likewise.
21434         * lib/signal.in.h: Likewise.
21435         * lib/signbitd.c: Likewise.
21436         * lib/signbitf.c: Likewise.
21437         * lib/signbitl.c: Likewise.
21438         * lib/sigprocmask.c: Likewise.
21439         * lib/sincosl.c: Likewise.
21440         * lib/sleep.c: Likewise.
21441         * lib/sprintf.c: Likewise.
21442         * lib/sqrtl.c: Likewise.
21443         * lib/stat-time.h: Likewise.
21444         * lib/stdio--.h: Likewise.
21445         * lib/stdio-safer.h: Likewise.
21446         * lib/stdlib--.h: Likewise.
21447         * lib/stdlib-safer.h: Likewise.
21448         * lib/stdlib.in.h: Likewise.
21449         * lib/stpcpy.c: Likewise.
21450         * lib/stpncpy.c: Likewise.
21451         * lib/strchrnul.c: Likewise.
21452         * lib/strcspn.c: Likewise.
21453         * lib/strerror.c: Likewise.
21454         * lib/strftime.c: Likewise.
21455         * lib/strftime.h: Likewise.
21456         * lib/striconveh.c: Likewise.
21457         * lib/striconveh.h: Likewise.
21458         * lib/striconveha.c: Likewise.
21459         * lib/striconveha.h: Likewise.
21460         * lib/stripslash.c: Likewise.
21461         * lib/strnlen1.c: Likewise.
21462         * lib/strnlen1.h: Likewise.
21463         * lib/strtod.c: Likewise.
21464         * lib/strtoimax.c: Likewise.
21465         * lib/strtok_r.c: Likewise.
21466         * lib/strtol.c: Likewise.
21467         * lib/strtoll.c: Likewise.
21468         * lib/strtoul.c: Likewise.
21469         * lib/strtoull.c: Likewise.
21470         * lib/sysexits.in.h: Likewise.
21471         * lib/tempname.c: Likewise.
21472         * lib/tempname.h: Likewise.
21473         * lib/timespec.h: Likewise.
21474         * lib/tls.c: Likewise.
21475         * lib/tls.h: Likewise.
21476         * lib/tmpdir.c: Likewise.
21477         * lib/tmpdir.h: Likewise.
21478         * lib/tmpfile-safer.c: Likewise.
21479         * lib/tmpfile.c: Likewise.
21480         * lib/trigl.c: Likewise.
21481         * lib/trigl.h: Likewise.
21482         * lib/trim.c: Likewise.
21483         * lib/trim.h: Likewise.
21484         * lib/trunc.c: Likewise.
21485         * lib/truncf.c: Likewise.
21486         * lib/truncl.c: Likewise.
21487         * lib/tsearch.c: Likewise.
21488         * lib/unicodeio.c: Likewise.
21489         * lib/unicodeio.h: Likewise.
21490         * lib/unistd--.h: Likewise.
21491         * lib/unistd-safer.h: Likewise.
21492         * lib/unistdio/ulc-fprintf.c: Likewise.
21493         * lib/unistdio/ulc-vfprintf.c: Likewise.
21494         * lib/unlinkdir.c: Likewise.
21495         * lib/unlinkdir.h: Likewise.
21496         * lib/unlocked-io.h: Likewise.
21497         * lib/unsetenv.c: Likewise.
21498         * lib/userspec.c: Likewise.
21499         * lib/utime.c: Likewise.
21500         * lib/utimecmp.c: Likewise.
21501         * lib/utimecmp.h: Likewise.
21502         * lib/utimens.c: Likewise.
21503         * lib/verify.h: Likewise.
21504         * lib/verror.c: Likewise.
21505         * lib/verror.h: Likewise.
21506         * lib/version-etc-fsf.c: Likewise.
21507         * lib/version-etc.c: Likewise.
21508         * lib/version-etc.h: Likewise.
21509         * lib/vfprintf.c: Likewise.
21510         * lib/vprintf.c: Likewise.
21511         * lib/vsprintf.c: Likewise.
21512         * lib/w32spawn.h: Likewise.
21513         * lib/wait-process.c: Likewise.
21514         * lib/wait-process.h: Likewise.
21515         * lib/wcwidth.c: Likewise.
21516         * lib/write-any-file.c: Likewise.
21517         * lib/xalloc-die.c: Likewise.
21518         * lib/xalloc.h: Likewise.
21519         * lib/xasprintf.c: Likewise.
21520         * lib/xgetcwd.c: Likewise.
21521         * lib/xgetcwd.h: Likewise.
21522         * lib/xgetdomainname.c: Likewise.
21523         * lib/xgetdomainname.h: Likewise.
21524         * lib/xgethostname.c: Likewise.
21525         * lib/xmalloc.c: Likewise.
21526         * lib/xmalloca.c: Likewise.
21527         * lib/xmalloca.h: Likewise.
21528         * lib/xmemcoll.c: Likewise.
21529         * lib/xnanosleep.c: Likewise.
21530         * lib/xreadlink.c: Likewise.
21531         * lib/xreadlink.h: Likewise.
21532         * lib/xsetenv.c: Likewise.
21533         * lib/xsetenv.h: Likewise.
21534         * lib/xstriconv.c: Likewise.
21535         * lib/xstriconv.h: Likewise.
21536         * lib/xstrndup.c: Likewise.
21537         * lib/xstrndup.h: Likewise.
21538         * lib/xstrtod.c: Likewise.
21539         * lib/xstrtod.h: Likewise.
21540         * lib/xstrtol-error.c: Likewise.
21541         * lib/xstrtol.c: Likewise.
21542         * lib/xstrtol.h: Likewise.
21543         * lib/xtime.h: Likewise.
21544         * lib/xvasprintf.c: Likewise.
21545         * lib/xvasprintf.h: Likewise.
21546         * lib/yesno.c: Likewise.
21547         * lib/yesno.h: Likewise.
21548         * posix-modules: Likewise.
21549         * tests/test-alloca-opt.c: Likewise.
21550         * tests/test-arcfour.c: Likewise.
21551         * tests/test-arctwo.c: Likewise.
21552         * tests/test-argmatch.c: Likewise.
21553         * tests/test-argp-2.sh: Likewise.
21554         * tests/test-argp.c: Likewise.
21555         * tests/test-arpa_inet.c: Likewise.
21556         * tests/test-array_list.c: Likewise.
21557         * tests/test-array_oset.c: Likewise.
21558         * tests/test-atexit.c: Likewise.
21559         * tests/test-avltree_list.c: Likewise.
21560         * tests/test-avltree_oset.c: Likewise.
21561         * tests/test-avltreehash_list.c: Likewise.
21562         * tests/test-base64.c: Likewise.
21563         * tests/test-binary-io.c: Likewise.
21564         * tests/test-byteswap.c: Likewise.
21565         * tests/test-c-ctype.c: Likewise.
21566         * tests/test-c-strcasecmp.c: Likewise.
21567         * tests/test-c-strcasestr.c: Likewise.
21568         * tests/test-c-strncasecmp.c: Likewise.
21569         * tests/test-c-strstr.c: Likewise.
21570         * tests/test-canonicalize-lgpl.c: Likewise.
21571         * tests/test-canonicalize.c: Likewise.
21572         * tests/test-carray_list.c: Likewise.
21573         * tests/test-ceilf.c: Likewise.
21574         * tests/test-ceill.c: Likewise.
21575         * tests/test-count-one-bits.c: Likewise.
21576         * tests/test-crc.c: Likewise.
21577         * tests/test-dirname.c: Likewise.
21578         * tests/test-fbufmode.c: Likewise.
21579         * tests/test-fcntl.c: Likewise.
21580         * tests/test-fflush.c: Likewise.
21581         * tests/test-floorf.c: Likewise.
21582         * tests/test-floorl.c: Likewise.
21583         * tests/test-fopen.c: Likewise.
21584         * tests/test-fprintf-posix.c: Likewise.
21585         * tests/test-fprintf-posix.h: Likewise.
21586         * tests/test-fpurge.c: Likewise.
21587         * tests/test-freadable.c: Likewise.
21588         * tests/test-freadahead.c: Likewise.
21589         * tests/test-freading.c: Likewise.
21590         * tests/test-freopen.c: Likewise.
21591         * tests/test-frexp.c: Likewise.
21592         * tests/test-frexpl.c: Likewise.
21593         * tests/test-fseek.c: Likewise.
21594         * tests/test-fseeko.c: Likewise.
21595         * tests/test-fseterr.c: Likewise.
21596         * tests/test-fstrcmp.c: Likewise.
21597         * tests/test-ftell.c: Likewise.
21598         * tests/test-ftello.c: Likewise.
21599         * tests/test-fwritable.c: Likewise.
21600         * tests/test-fwriting.c: Likewise.
21601         * tests/test-getaddrinfo.c: Likewise.
21602         * tests/test-getpass.c: Likewise.
21603         * tests/test-gettimeofday.c: Likewise.
21604         * tests/test-hmac-md5.c: Likewise.
21605         * tests/test-hmac-sha1.c: Likewise.
21606         * tests/test-iconv.c: Likewise.
21607         * tests/test-iconvme.c: Likewise.
21608         * tests/test-inttypes.c: Likewise.
21609         * tests/test-isnan.c: Likewise.
21610         * tests/test-isnanf.c: Likewise.
21611         * tests/test-isnanl-nolibm.c: Likewise.
21612         * tests/test-isnanl.c: Likewise.
21613         * tests/test-isnanl.h: Likewise.
21614         * tests/test-ldexpl.c: Likewise.
21615         * tests/test-linked_list.c: Likewise.
21616         * tests/test-linkedhash_list.c: Likewise.
21617         * tests/test-locale.c: Likewise.
21618         * tests/test-localename.c: Likewise.
21619         * tests/test-lock.c: Likewise.
21620         * tests/test-lseek.c: Likewise.
21621         * tests/test-malloca.c: Likewise.
21622         * tests/test-math.c: Likewise.
21623         * tests/test-mbscasecmp.c: Likewise.
21624         * tests/test-mbscasestr1.c: Likewise.
21625         * tests/test-mbscasestr2.c: Likewise.
21626         * tests/test-mbscasestr3.c: Likewise.
21627         * tests/test-mbscasestr4.c: Likewise.
21628         * tests/test-mbschr.c: Likewise.
21629         * tests/test-mbscspn.c: Likewise.
21630         * tests/test-mbsncasecmp.c: Likewise.
21631         * tests/test-mbspbrk.c: Likewise.
21632         * tests/test-mbspcasecmp.c: Likewise.
21633         * tests/test-mbsrchr.c: Likewise.
21634         * tests/test-mbsspn.c: Likewise.
21635         * tests/test-mbsstr1.c: Likewise.
21636         * tests/test-mbsstr2.c: Likewise.
21637         * tests/test-mbsstr3.c: Likewise.
21638         * tests/test-md5.c: Likewise.
21639         * tests/test-memmem.c: Likewise.
21640         * tests/test-netinet_in.c: Likewise.
21641         * tests/test-open.c: Likewise.
21642         * tests/test-printf-frexp.c: Likewise.
21643         * tests/test-printf-frexpl.c: Likewise.
21644         * tests/test-printf-posix.c: Likewise.
21645         * tests/test-printf-posix.h: Likewise.
21646         * tests/test-rbtree_list.c: Likewise.
21647         * tests/test-rbtree_oset.c: Likewise.
21648         * tests/test-rbtreehash_list.c: Likewise.
21649         * tests/test-read-file.c: Likewise.
21650         * tests/test-rijndael.c: Likewise.
21651         * tests/test-search.c: Likewise.
21652         * tests/test-signbit.c: Likewise.
21653         * tests/test-sleep.c: Likewise.
21654         * tests/test-snprintf-posix.c: Likewise.
21655         * tests/test-snprintf-posix.h: Likewise.
21656         * tests/test-snprintf.c: Likewise.
21657         * tests/test-sprintf-posix.c: Likewise.
21658         * tests/test-sprintf-posix.h: Likewise.
21659         * tests/test-stat-time.c: Likewise.
21660         * tests/test-stdbool.c: Likewise.
21661         * tests/test-stdint.c: Likewise.
21662         * tests/test-stdio.c: Likewise.
21663         * tests/test-stdlib.c: Likewise.
21664         * tests/test-stpncpy.c: Likewise.
21665         * tests/test-strcasestr.c: Likewise.
21666         * tests/test-striconv.c: Likewise.
21667         * tests/test-striconveh.c: Likewise.
21668         * tests/test-striconveha.c: Likewise.
21669         * tests/test-string.c: Likewise.
21670         * tests/test-sys_select.c: Likewise.
21671         * tests/test-sys_socket.c: Likewise.
21672         * tests/test-sys_stat.c: Likewise.
21673         * tests/test-sys_time.c: Likewise.
21674         * tests/test-sysexits.c: Likewise.
21675         * tests/test-time.c: Likewise.
21676         * tests/test-tls.c: Likewise.
21677         * tests/test-trunc.c: Likewise.
21678         * tests/test-truncf.c: Likewise.
21679         * tests/test-truncl.c: Likewise.
21680         * tests/test-unistd.c: Likewise.
21681         * tests/test-vasnprintf-posix.c: Likewise.
21682         * tests/test-vasnprintf-posix2.c: Likewise.
21683         * tests/test-vasnprintf.c: Likewise.
21684         * tests/test-vasprintf-posix.c: Likewise.
21685         * tests/test-vasprintf.c: Likewise.
21686         * tests/test-verify.c: Likewise.
21687         * tests/test-vfprintf-posix.c: Likewise.
21688         * tests/test-vprintf-posix.c: Likewise.
21689         * tests/test-vsnprintf-posix.c: Likewise.
21690         * tests/test-vsnprintf.c: Likewise.
21691         * tests/test-vsprintf-posix.c: Likewise.
21692         * tests/test-wchar.c: Likewise.
21693         * tests/test-wctype.c: Likewise.
21694         * tests/test-wcwidth.c: Likewise.
21695         * tests/test-xstrtol.c: Likewise.
21696         * tests/test-xvasprintf.c: Likewise.
21697         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
21698         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
21699         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
21700         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
21701         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
21702         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
21703         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
21704         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
21705         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
21706         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
21707         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
21708         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
21709         * tests/uniname/test-uninames.c: Likewise.
21710         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
21711         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
21712         * tests/unistdio/test-u16-printf1.h: Likewise.
21713         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
21714         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
21715         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
21716         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
21717         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
21718         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
21719         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
21720         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
21721         * tests/unistdio/test-u32-printf1.h: Likewise.
21722         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
21723         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
21724         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
21725         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
21726         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
21727         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
21728         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
21729         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
21730         * tests/unistdio/test-u8-printf1.h: Likewise.
21731         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
21732         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
21733         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
21734         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
21735         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
21736         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
21737         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
21738         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
21739         * tests/unistdio/test-ulc-printf1.h: Likewise.
21740         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
21741         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
21742         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
21743         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
21744         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
21745         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
21746         * tests/uniwidth/test-u16-strwidth.c: Likewise.
21747         * tests/uniwidth/test-u16-width.c: Likewise.
21748         * tests/uniwidth/test-u32-strwidth.c: Likewise.
21749         * tests/uniwidth/test-u32-width.c: Likewise.
21750         * tests/uniwidth/test-u8-strwidth.c: Likewise.
21751         * tests/uniwidth/test-u8-width.c: Likewise.
21752         * tests/uniwidth/test-uc_width.c: Likewise.
21753         * config/srclist-update: Likewise.
21754         (fixlicense): Update to GPLv3+.
21755
21756         Change copyright notice from LGPLv2.1+ to LGPLv3+.
21757         * tests/test-tsearch.c: Change copyright notice.
21758
21759         Change copyright notice from LGPLv2.0+ to LGPLv3+.
21760         * lib/c-strcaseeq.h: Change copyright notice.
21761         * lib/streq.h: Likewise.
21762         * lib/uniconv.h: Likewise.
21763         * lib/uniconv/u-conv-from-enc.h: Likewise.
21764         * lib/uniconv/u-conv-to-enc.h: Likewise.
21765         * lib/uniconv/u-strconv-from-enc.h: Likewise.
21766         * lib/uniconv/u-strconv-to-enc.h: Likewise.
21767         * lib/uniconv/u16-conv-from-enc.c: Likewise.
21768         * lib/uniconv/u16-conv-to-enc.c: Likewise.
21769         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
21770         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
21771         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
21772         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
21773         * lib/uniconv/u32-conv-from-enc.c: Likewise.
21774         * lib/uniconv/u32-conv-to-enc.c: Likewise.
21775         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
21776         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
21777         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
21778         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
21779         * lib/uniconv/u8-conv-from-enc.c: Likewise.
21780         * lib/uniconv/u8-conv-to-enc.c: Likewise.
21781         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
21782         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
21783         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
21784         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
21785         * lib/uniname.h: Likewise.
21786         * lib/uniname/uniname.c: Likewise.
21787         * lib/unistdio.h: Likewise.
21788         * lib/unistdio/u-asnprintf.h: Likewise.
21789         * lib/unistdio/u-asprintf.h: Likewise.
21790         * lib/unistdio/u-printf-args.c: Likewise.
21791         * lib/unistdio/u-printf-args.h: Likewise.
21792         * lib/unistdio/u-printf-parse.h: Likewise.
21793         * lib/unistdio/u-snprintf.h: Likewise.
21794         * lib/unistdio/u-sprintf.h: Likewise.
21795         * lib/unistdio/u-vasprintf.h: Likewise.
21796         * lib/unistdio/u-vsnprintf.h: Likewise.
21797         * lib/unistdio/u-vsprintf.h: Likewise.
21798         * lib/unistdio/u16-asnprintf.c: Likewise.
21799         * lib/unistdio/u16-asprintf.c: Likewise.
21800         * lib/unistdio/u16-printf-parse.c: Likewise.
21801         * lib/unistdio/u16-snprintf.c: Likewise.
21802         * lib/unistdio/u16-sprintf.c: Likewise.
21803         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
21804         * lib/unistdio/u16-u16-asprintf.c: Likewise.
21805         * lib/unistdio/u16-u16-snprintf.c: Likewise.
21806         * lib/unistdio/u16-u16-sprintf.c: Likewise.
21807         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
21808         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
21809         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
21810         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
21811         * lib/unistdio/u16-vasnprintf.c: Likewise.
21812         * lib/unistdio/u16-vasprintf.c: Likewise.
21813         * lib/unistdio/u16-vsnprintf.c: Likewise.
21814         * lib/unistdio/u16-vsprintf.c: Likewise.
21815         * lib/unistdio/u32-asnprintf.c: Likewise.
21816         * lib/unistdio/u32-asprintf.c: Likewise.
21817         * lib/unistdio/u32-printf-parse.c: Likewise.
21818         * lib/unistdio/u32-snprintf.c: Likewise.
21819         * lib/unistdio/u32-sprintf.c: Likewise.
21820         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
21821         * lib/unistdio/u32-u32-asprintf.c: Likewise.
21822         * lib/unistdio/u32-u32-snprintf.c: Likewise.
21823         * lib/unistdio/u32-u32-sprintf.c: Likewise.
21824         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
21825         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
21826         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
21827         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
21828         * lib/unistdio/u32-vasnprintf.c: Likewise.
21829         * lib/unistdio/u32-vasprintf.c: Likewise.
21830         * lib/unistdio/u32-vsnprintf.c: Likewise.
21831         * lib/unistdio/u32-vsprintf.c: Likewise.
21832         * lib/unistdio/u8-asnprintf.c: Likewise.
21833         * lib/unistdio/u8-asprintf.c: Likewise.
21834         * lib/unistdio/u8-printf-parse.c: Likewise.
21835         * lib/unistdio/u8-snprintf.c: Likewise.
21836         * lib/unistdio/u8-sprintf.c: Likewise.
21837         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
21838         * lib/unistdio/u8-u8-asprintf.c: Likewise.
21839         * lib/unistdio/u8-u8-snprintf.c: Likewise.
21840         * lib/unistdio/u8-u8-sprintf.c: Likewise.
21841         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
21842         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
21843         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
21844         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
21845         * lib/unistdio/u8-vasnprintf.c: Likewise.
21846         * lib/unistdio/u8-vasprintf.c: Likewise.
21847         * lib/unistdio/u8-vsnprintf.c: Likewise.
21848         * lib/unistdio/u8-vsprintf.c: Likewise.
21849         * lib/unistdio/ulc-asnprintf.c: Likewise.
21850         * lib/unistdio/ulc-asprintf.c: Likewise.
21851         * lib/unistdio/ulc-printf-parse.c: Likewise.
21852         * lib/unistdio/ulc-snprintf.c: Likewise.
21853         * lib/unistdio/ulc-sprintf.c: Likewise.
21854         * lib/unistdio/ulc-vasnprintf.c: Likewise.
21855         * lib/unistdio/ulc-vasprintf.c: Likewise.
21856         * lib/unistdio/ulc-vsnprintf.c: Likewise.
21857         * lib/unistdio/ulc-vsprintf.c: Likewise.
21858         * lib/unistr.h: Likewise.
21859         * lib/unistr/u-cpy-alloc.h: Likewise.
21860         * lib/unistr/u-cpy.h: Likewise.
21861         * lib/unistr/u-endswith.h: Likewise.
21862         * lib/unistr/u-move.h: Likewise.
21863         * lib/unistr/u-set.h: Likewise.
21864         * lib/unistr/u-startswith.h: Likewise.
21865         * lib/unistr/u-stpcpy.h: Likewise.
21866         * lib/unistr/u-stpncpy.h: Likewise.
21867         * lib/unistr/u-strcat.h: Likewise.
21868         * lib/unistr/u-strcpy.h: Likewise.
21869         * lib/unistr/u-strcspn.h: Likewise.
21870         * lib/unistr/u-strdup.h: Likewise.
21871         * lib/unistr/u-strlen.h: Likewise.
21872         * lib/unistr/u-strncat.h: Likewise.
21873         * lib/unistr/u-strncpy.h: Likewise.
21874         * lib/unistr/u-strnlen.h: Likewise.
21875         * lib/unistr/u-strpbrk.h: Likewise.
21876         * lib/unistr/u-strspn.h: Likewise.
21877         * lib/unistr/u-strstr.h: Likewise.
21878         * lib/unistr/u-strtok.h: Likewise.
21879         * lib/unistr/u16-check.c: Likewise.
21880         * lib/unistr/u16-chr.c: Likewise.
21881         * lib/unistr/u16-cmp.c: Likewise.
21882         * lib/unistr/u16-cpy-alloc.c: Likewise.
21883         * lib/unistr/u16-cpy.c: Likewise.
21884         * lib/unistr/u16-endswith.c: Likewise.
21885         * lib/unistr/u16-mblen.c: Likewise.
21886         * lib/unistr/u16-mbsnlen.c: Likewise.
21887         * lib/unistr/u16-mbtouc-aux.c: Likewise.
21888         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
21889         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
21890         * lib/unistr/u16-mbtouc.c: Likewise.
21891         * lib/unistr/u16-mbtoucr.c: Likewise.
21892         * lib/unistr/u16-move.c: Likewise.
21893         * lib/unistr/u16-next.c: Likewise.
21894         * lib/unistr/u16-prev.c: Likewise.
21895         * lib/unistr/u16-set.c: Likewise.
21896         * lib/unistr/u16-startswith.c: Likewise.
21897         * lib/unistr/u16-stpcpy.c: Likewise.
21898         * lib/unistr/u16-stpncpy.c: Likewise.
21899         * lib/unistr/u16-strcat.c: Likewise.
21900         * lib/unistr/u16-strchr.c: Likewise.
21901         * lib/unistr/u16-strcmp.c: Likewise.
21902         * lib/unistr/u16-strcpy.c: Likewise.
21903         * lib/unistr/u16-strcspn.c: Likewise.
21904         * lib/unistr/u16-strdup.c: Likewise.
21905         * lib/unistr/u16-strlen.c: Likewise.
21906         * lib/unistr/u16-strmblen.c: Likewise.
21907         * lib/unistr/u16-strmbtouc.c: Likewise.
21908         * lib/unistr/u16-strncat.c: Likewise.
21909         * lib/unistr/u16-strncmp.c: Likewise.
21910         * lib/unistr/u16-strncpy.c: Likewise.
21911         * lib/unistr/u16-strnlen.c: Likewise.
21912         * lib/unistr/u16-strpbrk.c: Likewise.
21913         * lib/unistr/u16-strrchr.c: Likewise.
21914         * lib/unistr/u16-strspn.c: Likewise.
21915         * lib/unistr/u16-strstr.c: Likewise.
21916         * lib/unistr/u16-strtok.c: Likewise.
21917         * lib/unistr/u16-to-u32.c: Likewise.
21918         * lib/unistr/u16-to-u8.c: Likewise.
21919         * lib/unistr/u16-uctomb-aux.c: Likewise.
21920         * lib/unistr/u16-uctomb.c: Likewise.
21921         * lib/unistr/u32-check.c: Likewise.
21922         * lib/unistr/u32-chr.c: Likewise.
21923         * lib/unistr/u32-cmp.c: Likewise.
21924         * lib/unistr/u32-cpy-alloc.c: Likewise.
21925         * lib/unistr/u32-cpy.c: Likewise.
21926         * lib/unistr/u32-endswith.c: Likewise.
21927         * lib/unistr/u32-mblen.c: Likewise.
21928         * lib/unistr/u32-mbsnlen.c: Likewise.
21929         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
21930         * lib/unistr/u32-mbtouc.c: Likewise.
21931         * lib/unistr/u32-mbtoucr.c: Likewise.
21932         * lib/unistr/u32-move.c: Likewise.
21933         * lib/unistr/u32-next.c: Likewise.
21934         * lib/unistr/u32-prev.c: Likewise.
21935         * lib/unistr/u32-set.c: Likewise.
21936         * lib/unistr/u32-startswith.c: Likewise.
21937         * lib/unistr/u32-stpcpy.c: Likewise.
21938         * lib/unistr/u32-stpncpy.c: Likewise.
21939         * lib/unistr/u32-strcat.c: Likewise.
21940         * lib/unistr/u32-strchr.c: Likewise.
21941         * lib/unistr/u32-strcmp.c: Likewise.
21942         * lib/unistr/u32-strcpy.c: Likewise.
21943         * lib/unistr/u32-strcspn.c: Likewise.
21944         * lib/unistr/u32-strdup.c: Likewise.
21945         * lib/unistr/u32-strlen.c: Likewise.
21946         * lib/unistr/u32-strmblen.c: Likewise.
21947         * lib/unistr/u32-strmbtouc.c: Likewise.
21948         * lib/unistr/u32-strncat.c: Likewise.
21949         * lib/unistr/u32-strncmp.c: Likewise.
21950         * lib/unistr/u32-strncpy.c: Likewise.
21951         * lib/unistr/u32-strnlen.c: Likewise.
21952         * lib/unistr/u32-strpbrk.c: Likewise.
21953         * lib/unistr/u32-strrchr.c: Likewise.
21954         * lib/unistr/u32-strspn.c: Likewise.
21955         * lib/unistr/u32-strstr.c: Likewise.
21956         * lib/unistr/u32-strtok.c: Likewise.
21957         * lib/unistr/u32-to-u16.c: Likewise.
21958         * lib/unistr/u32-to-u8.c: Likewise.
21959         * lib/unistr/u32-uctomb.c: Likewise.
21960         * lib/unistr/u8-check.c: Likewise.
21961         * lib/unistr/u8-chr.c: Likewise.
21962         * lib/unistr/u8-cmp.c: Likewise.
21963         * lib/unistr/u8-cpy-alloc.c: Likewise.
21964         * lib/unistr/u8-cpy.c: Likewise.
21965         * lib/unistr/u8-endswith.c: Likewise.
21966         * lib/unistr/u8-mblen.c: Likewise.
21967         * lib/unistr/u8-mbsnlen.c: Likewise.
21968         * lib/unistr/u8-mbtouc-aux.c: Likewise.
21969         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
21970         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
21971         * lib/unistr/u8-mbtouc.c: Likewise.
21972         * lib/unistr/u8-mbtoucr.c: Likewise.
21973         * lib/unistr/u8-move.c: Likewise.
21974         * lib/unistr/u8-next.c: Likewise.
21975         * lib/unistr/u8-prev.c: Likewise.
21976         * lib/unistr/u8-set.c: Likewise.
21977         * lib/unistr/u8-startswith.c: Likewise.
21978         * lib/unistr/u8-stpcpy.c: Likewise.
21979         * lib/unistr/u8-stpncpy.c: Likewise.
21980         * lib/unistr/u8-strcat.c: Likewise.
21981         * lib/unistr/u8-strchr.c: Likewise.
21982         * lib/unistr/u8-strcmp.c: Likewise.
21983         * lib/unistr/u8-strcpy.c: Likewise.
21984         * lib/unistr/u8-strcspn.c: Likewise.
21985         * lib/unistr/u8-strdup.c: Likewise.
21986         * lib/unistr/u8-strlen.c: Likewise.
21987         * lib/unistr/u8-strmblen.c: Likewise.
21988         * lib/unistr/u8-strmbtouc.c: Likewise.
21989         * lib/unistr/u8-strncat.c: Likewise.
21990         * lib/unistr/u8-strncmp.c: Likewise.
21991         * lib/unistr/u8-strncpy.c: Likewise.
21992         * lib/unistr/u8-strnlen.c: Likewise.
21993         * lib/unistr/u8-strpbrk.c: Likewise.
21994         * lib/unistr/u8-strrchr.c: Likewise.
21995         * lib/unistr/u8-strspn.c: Likewise.
21996         * lib/unistr/u8-strstr.c: Likewise.
21997         * lib/unistr/u8-strtok.c: Likewise.
21998         * lib/unistr/u8-to-u16.c: Likewise.
21999         * lib/unistr/u8-to-u32.c: Likewise.
22000         * lib/unistr/u8-uctomb-aux.c: Likewise.
22001         * lib/unistr/u8-uctomb.c: Likewise.
22002         * lib/unitypes.h: Likewise.
22003         * lib/uniwidth.h: Likewise.
22004         * lib/uniwidth/cjk.h: Likewise.
22005         * lib/uniwidth/u16-strwidth.c: Likewise.
22006         * lib/uniwidth/u16-width.c: Likewise.
22007         * lib/uniwidth/u32-strwidth.c: Likewise.
22008         * lib/uniwidth/u32-width.c: Likewise.
22009         * lib/uniwidth/u8-strwidth.c: Likewise.
22010         * lib/uniwidth/u8-width.c: Likewise.
22011         * lib/uniwidth/width.c: Likewise.
22012
22013 2007-10-07  Bruno Haible  <bruno@clisp.org>
22014
22015         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
22016         The file is still under LGPL (see modules/inttypes).
22017
22018 2007-10-06  Bruno Haible  <bruno@clisp.org>
22019
22020         * modules/trunc (Dependencies): Add 'extensions'.
22021         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
22022         Reported by Ben Pfaff <blp@gnu.org>.
22023
22024 2007-10-06  Bruno Haible  <bruno@clisp.org>
22025
22026         * modules/freopen-tests: New file.
22027         * tests/test-freopen.c: New file.
22028
22029         * modules/fopen-tests: New file.
22030         * tests/test-fopen.c: New file.
22031
22032         * modules/fopen: New file.
22033         * lib/fopen.c: New file.
22034         * m4/fopen.m4: New file.
22035         * modules/freopen: New file.
22036         * lib/freopen.c: New file.
22037         * m4/freopen.m4: New file.
22038         * lib/stdio.in.h (fopen, freopen): New declarations.
22039         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
22040         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
22041         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
22042         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
22043         * doc/functions/fopen.texi: Mention the 'fopen' module.
22044         * doc/functions/freopen.texi: Mention the 'freopen' module.
22045
22046 2007-10-06  Bruno Haible  <bruno@clisp.org>
22047
22048         * modules/open-tests: New file.
22049         * tests/test-open.c: New file.
22050
22051         * modules/open: New file.
22052         * lib/open.c: New file.
22053         * m4/open.m4: New file.
22054         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
22055         lib/open.c does.
22056         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
22057         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
22058         macros.
22059         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
22060         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
22061         REPLACE_OPEN.
22062         * doc/functions/open.texi: Mention the 'open' module.
22063
22064 2007-10-04  Bruno Haible  <bruno@clisp.org>
22065
22066         * modules/ceill-tests: New file.
22067         * tests/test-ceill.c: New file.
22068
22069         * modules/ceill: New file.
22070         * lib/ceill.c: Replace entire file.
22071         * m4/ceill.m4: New file.
22072         * lib/math.in.h (ceill): Replace declaration.
22073         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
22074         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
22075         * doc/functions/ceill.texi: Mention the 'ceill' module.
22076         * modules/mathl (Files): Remove lib/ceill.c.
22077         (Depends-on): Add ceill.
22078
22079 2007-10-04  Bruno Haible  <bruno@clisp.org>
22080
22081         * modules/ceilf-tests: New file.
22082         * tests/test-ceilf.c: New file.
22083
22084         * modules/ceilf: New file.
22085         * lib/ceil.c: New file.
22086         * lib/ceilf.c: New file.
22087         * m4/ceilf.m4: New file.
22088         * lib/math.in.h (ceilf): New declaration.
22089         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
22090         HAVE_DECL_CEILF.
22091         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
22092         HAVE_DECL_CEILF.
22093         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
22094
22095 2007-10-04  Bruno Haible  <bruno@clisp.org>
22096
22097         * modules/floorl-tests: New file.
22098         * tests/test-floorl.c: New file.
22099
22100         * modules/floorl: New file.
22101         * lib/floorl.c: Replace entire file.
22102         * m4/floorl.m4: New file.
22103         * lib/math.in.h (floorl): Replace declaration.
22104         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
22105         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
22106         * doc/functions/floorl.texi: Mention the 'floorl' module.
22107         * modules/mathl (Files): Remove lib/floorl.c.
22108         (Depends-on): Add floorl.
22109
22110 2007-10-04  Bruno Haible  <bruno@clisp.org>
22111
22112         * modules/floorf-tests: New file.
22113         * tests/test-floorf.c: New file.
22114
22115         * modules/floorf: New file.
22116         * lib/floor.c: New file.
22117         * lib/floorf.c: New file.
22118         * m4/floorf.m4: New file.
22119         * lib/math.in.h (floorf): New declaration.
22120         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
22121         HAVE_DECL_FLOORF.
22122         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
22123         HAVE_DECL_FLOORF.
22124         * doc/functions/floorf.texi: Mention the 'floorf' module.
22125
22126 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
22127             Bruno Haible  <bruno@clisp.org>
22128
22129         Advertise for the Git server instead of the CVS server.
22130         * doc/gnulib-intro.texi (Steady Development): Mention the Git
22131         repository instead of the CVS one.
22132         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
22133         about all VCS systems generically.
22134         * doc/gnulib.texi (Introduction): Capitalize `Git'.
22135
22136 2007-10-04  Bruno Haible  <bruno@clisp.org>
22137
22138         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
22139         means.
22140         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
22141
22142 2007-10-04  Bruno Haible  <bruno@clisp.org>
22143
22144         * modules/truncl-tests: New file.
22145         * tests/test-truncl.c: New file.
22146
22147         * modules/truncl: New file.
22148         * lib/truncl.c: New file.
22149         * m4/truncl.m4: New file.
22150         * lib/math.in.h (truncl): New declaration.
22151         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
22152         HAVE_DECL_TRUNCL.
22153         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
22154         HAVE_DECL_TRUNCL.
22155         * doc/functions/truncl.texi: Mention the 'truncl' module.
22156
22157 2007-10-04  Bruno Haible  <bruno@clisp.org>
22158
22159         * modules/truncf-tests: New file.
22160         * tests/test-truncf.c: New file.
22161
22162         * modules/truncf: New file.
22163         * lib/trunc.c: Make paramerizable through USE_* macros.
22164         * lib/truncf.c: New file.
22165         * m4/truncf.m4: New file.
22166         * lib/math.in.h (truncf): New declaration.
22167         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
22168         HAVE_DECL_TRUNCF.
22169         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
22170         HAVE_DECL_TRUNCF.
22171         * doc/functions/truncf.texi: Mention the 'truncf' module.
22172
22173 2007-10-03  Bruno Haible  <bruno@clisp.org>
22174
22175         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
22176         augmentation also for tests modules.
22177         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
22178         * modules/atexit-tests (Makefile.am): Likewise.
22179         * modules/binary-io-tests (Makefile.am): Likewise.
22180         * modules/c-strcase-tests (Makefile.am): Likewise.
22181         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
22182         * modules/canonicalize-tests (Makefile.am): Likewise.
22183         * modules/closein-tests (Makefile.am): Likewise.
22184         * modules/fprintf-posix-tests (Makefile.am): Likewise.
22185         * modules/freadahead-tests (Makefile.am): Likewise.
22186         * modules/fseek-tests (Makefile.am): Likewise.
22187         * modules/fseeko-tests (Makefile.am): Likewise.
22188         * modules/ftell-tests (Makefile.am): Likewise.
22189         * modules/ftello-tests (Makefile.am): Likewise.
22190         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
22191         * modules/isnanl-tests (Makefile.am): Likewise.
22192         * modules/lseek-tests (Makefile.am): Likewise.
22193         * modules/mbscasecmp-tests (Makefile.am): Likewise.
22194         * modules/mbscasestr-tests (Makefile.am): Likewise.
22195         * modules/mbschr-tests (Makefile.am): Likewise.
22196         * modules/mbscspn-tests (Makefile.am): Likewise.
22197         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
22198         * modules/mbspbrk-tests (Makefile.am): Likewise.
22199         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
22200         * modules/mbsrchr-tests (Makefile.am): Likewise.
22201         * modules/mbsspn-tests (Makefile.am): Likewise.
22202         * modules/mbsstr-tests (Makefile.am): Likewise.
22203         * modules/printf-posix-tests (Makefile.am): Likewise.
22204         * modules/snprintf-posix-tests (Makefile.am): Likewise.
22205         * modules/sprintf-posix-tests (Makefile.am): Likewise.
22206         * modules/tsearch-tests (Makefile.am): Likewise.
22207         * modules/uniname/uniname-tests (Makefile.am): Likewise.
22208         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
22209         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
22210         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
22211         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
22212         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
22213         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
22214         * modules/vprintf-posix-tests (Makefile.am): Likewise.
22215         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
22216         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
22217         * modules/xstrtoimax-tests (Makefile.am): Likewise.
22218         * modules/xstrtol-tests (Makefile.am): Likewise.
22219         * modules/xstrtoumax-tests (Makefile.am): Likewise.
22220         * modules/yesno-tests (Makefile.am): Likewise.
22221
22222 2007-10-03  Bruno Haible  <bruno@clisp.org>
22223
22224         * modules/trunc-tests: New file.
22225         * tests/test-trunc.c: New file.
22226
22227         * modules/trunc: New file.
22228         * lib/trunc.c: New file.
22229         * m4/trunc.m4: New file.
22230         * lib/math.in.h (trunc): New declaration.
22231         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
22232         HAVE_DECL_TRUNC.
22233         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
22234         HAVE_DECL_TRUNC.
22235         * doc/functions/trunc.texi: Mention the 'trunc' module.
22236
22237 2007-10-03  Bruno Haible  <bruno@clisp.org>
22238
22239         * tests/test-fpending.c: New file, mostly copied
22240         from coreutils/lib/t-fpending.c.
22241         * modules/fpending-tests: New file.
22242
22243 2007-10-03  Bruno Haible  <bruno@clisp.org>
22244
22245         Port the stdio extensions to QNX (untested).
22246         * lib/fseterr.c (fseterr): Add support for QNX.
22247         * lib/fbufmode.c (fbufmode): Likewise.
22248         * lib/freadable.c (freadable): Likewise.
22249         * lib/fwritable.c (fwritable): Likewise.
22250         * lib/freading.c (freading): Likewise.
22251         * lib/fwriting.c (fwriting): Likewise.
22252         * lib/freadahead.c (freadahed): Likewise.
22253         * lib/fpurge.c (fpurge): Likewise.
22254         * lib/fseeko.c (rpl_fseeko): Likewise.
22255
22256 2007-10-03  Bruno Haible  <bruno@clisp.org>
22257             Jim Meyering  <jim@meyering.net>
22258             Eric Blake  <ebb9@byu.net>
22259
22260         * doc/relocatable.texi: Use @command instead of @program.
22261
22262 2007-10-02  Jim Meyering  <jim@meyering.net>
22263
22264         Perform one more "_.h" -> ".in.h" substitution.
22265         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
22266         instead of unistd_.h here, too.
22267
22268 2007-10-01  Bruno Haible  <bruno@clisp.org>
22269
22270         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
22271         Needed for the alloca-opt module.
22272
22273 2007-09-30  Bruno Haible  <bruno@clisp.org>
22274
22275         * lib/alloca.in.h: Renamed from lib/alloca_.h.
22276         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
22277         alloca_.h.
22278         * lib/argz.in.h: Renamed from lib/argz_.h.
22279         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
22280         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
22281         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
22282         byteswap_.h.
22283         * lib/dirent.in.h: Renamed from lib/dirent_.h.
22284         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
22285         dirent_.h.
22286         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
22287         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
22288         fcntl_.h.
22289         * lib/float.in.h: Renamed from lib/float_.h.
22290         * modules/float (Files, Makefile.am): Use float.in.h instead of
22291         float_.h.
22292         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
22293         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
22294         fnmatch_.h.
22295         * lib/getopt.in.h: Renamed from lib/getopt_.h.
22296         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
22297         getopt_.h.
22298         * lib/glob.in.h: Renamed from lib/glob_.h.
22299         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
22300         * lib/iconv.in.h: Renamed from lib/iconv_.h.
22301         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
22302         iconv_.h.
22303         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
22304         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
22305         inttypes_.h.
22306         * lib/locale.in.h: Renamed from lib/locale_.h.
22307         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
22308         locale_.h.
22309         * lib/math.in.h: Renamed from lib/math_.h.
22310         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
22311         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
22312         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
22313         of netinet_in_.h. Add dependency.
22314         * lib/poll.in.h: Renamed from lib/poll_.h.
22315         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
22316         * lib/search.in.h: Renamed from lib/search_.h.
22317         * modules/search (Files, Makefile.am): Use search.in.h instead of
22318         search_.h.
22319         * lib/signal.in.h: Renamed from lib/signal_.h.
22320         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
22321         _signal.h.
22322         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
22323         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
22324         stdbool_.h.
22325         * lib/stdint.in.h: Renamed from lib/stdint_.h.
22326         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
22327         stdint_.h.
22328         * lib/stdio.in.h: Renamed from lib/stdio_.h.
22329         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
22330         stdio_.h.
22331         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
22332         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
22333         stdlib_.h.
22334         * lib/string.in.h: Renamed from lib/string_.h.
22335         * modules/string (Files, Makefile.am): Use string.in.h instead of
22336         string_.h.
22337         * doc/gnulib-tool.texi (Initial import): Update.
22338         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
22339         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
22340         of sys_select_.h. Add dependency.
22341         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
22342         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
22343         of sys_socket_.h.
22344         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
22345         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
22346         sys_stat_.h.
22347         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
22348         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
22349         sys_time_.h.
22350         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
22351         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
22352         sysexits_.h.
22353         * lib/time.in.h: Renamed from lib/time_.h.
22354         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
22355         * lib/unistd.in.h: Renamed from lib/unistd_.h.
22356         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
22357         unistd_.h.
22358         * lib/wchar.in.h: Renamed from lib/wchar_.h.
22359         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
22360         wchar_.h.
22361         * lib/wctype.in.h: Renamed from lib/wctype_.h.
22362         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
22363         wctype_.h.
22364         * build-aux/bootstrap (slurp): Update.
22365         * lib/.cppi-disable: Update.
22366
22367 2007-09-30  Bruno Haible  <bruno@clisp.org>
22368
22369         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
22370         Needed on BeOS.
22371
22372 2007-09-30  Bruno Haible  <bruno@clisp.org>
22373
22374         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
22375
22376 2007-09-29  Bruno Haible  <bruno@clisp.org>
22377
22378         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
22379
22380 2007-09-29  Bruno Haible  <bruno@clisp.org>
22381
22382         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
22383         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
22384         * build-aux/install-reloc: Compile also areadlink.c.
22385         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
22386
22387 2007-09-29  Bruno Haible  <bruno@clisp.org>
22388
22389         * gnulib-tool (func_emit_initmacro_done): Indentation.
22390
22391 2007-09-29  Bruno Haible  <bruno@clisp.org>
22392
22393         * README: Add CVS checkout update instructions.
22394         Info from Bob Proulx <bob@proulx.com>.
22395
22396 2007-09-28  Eric Blake  <ebb9@byu.net>
22397
22398         Provide move-if-change.
22399         * build-aux/move-if-change: New file, based on best practice
22400         rather than any canonical upstream location.
22401
22402 2007-09-28  Jim Meyering  <jim@meyering.net>
22403
22404         Fix canonicalize loop-detection corner case.
22405         Do not attempt to stat the symlink values stored via seen_triple.
22406         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
22407         on linux-2.6.18, (but not 2.6.22).
22408         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
22409         triple_compare.  The former compares dev,ino,filename, while the latter
22410         would actually stat dirname(filename) when dev and ino were equal.
22411         * lib/hash-triple.c: Install <string.h>.
22412         (STREQ): Define.
22413         (triple_compare_ino_str): New function.
22414         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
22415
22416 2007-09-28  Eric Blake  <ebb9@byu.net>
22417
22418         Enforce that AC_REPLACE_FUNCS files exist.
22419         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
22420         override check for typos.
22421
22422         Fix test-closein on Solaris 10.
22423         * tests/test-closein.c (main): Don't assume stdin can be inherited
22424         closed on all systems.
22425         * tests/test-closein.sh: Likewise.
22426         Reported by Piotr Tarnowski.
22427
22428 2007-09-28  Jim Meyering  <jim@meyering.net>
22429
22430         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
22431
22432 2007-09-27  Jim Meyering  <jim@meyering.net>
22433
22434         canonicalize: Avoid a false-positive cycle failure.
22435         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
22436         Sort.  Remove cycle-check.
22437         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
22438         not cycle-check.h.
22439         (seen_triple): New function.
22440         (canonicalize_filename_mode): Use it instead of cycle-check.
22441         * tests/test-canonicalize.c: Add a test for this bug.
22442         * tests/test-canonicalize.sh: Set up and run the test.
22443
22444         New module, file-set, from coreutils.
22445         * modules/file-set: Define it.
22446         * lib/file-set.c, lib/file-set.h: Implement.
22447
22448         New module, hash-triple, from coreutils.
22449         * modules/hash-triple: Define it.
22450         * lib/hash-triple.c, lib/hash-triple.h: Implement.
22451
22452 2007-09-25  Eric Blake  <ebb9@byu.net>
22453
22454         Fix strerror on Interix.
22455         * lib/string_.h (strerror): Declare replacement.
22456         * doc/functions/strerror.texi (strerror): Document the Interix
22457         shortcoming.
22458         * modules/string (Makefile.am): Support new hooks.
22459         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
22460         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
22461         gl_FUNC_STRERROR_SEPARATE.
22462         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
22463         * lib/strerror.c (rpl_strerror): Provide replacement.
22464         * modules/strerror (Depends-on): Add string.
22465         (configure.ac): Detect use of module.
22466         * tests/test-strerror.c: New file.
22467         * modules/strerror-tests: New test module.
22468         * modules/argp (Depends-on): Add strerror.
22469         * modules/error (Depends-on): Likewise.
22470         Reported by Martin Koeppe.
22471
22472 2007-09-24  Bruno Haible  <bruno@clisp.org>
22473
22474         * README: Update git instructions.
22475
22476 2007-09-24  Eric Blake  <ebb9@byu.net>
22477
22478         Revert fpending breakage from 2007-09-08.
22479         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
22480         __fpending.c.
22481
22482 2007-09-24  Jim Meyering  <jim@meyering.net>
22483
22484         filenamecat.c: Add a test.
22485         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
22486         showing how the function works when DIR is the empty string.
22487
22488 2007-09-21  Simon Josefsson  <simon@josefsson.org>
22489
22490         * tests/test-canonicalize.sh: Turn on executable bit.
22491
22492 2007-09-19  Eric Blake  <ebb9@byu.net>
22493
22494         * README: Update CVS instructions.
22495
22496 2007-09-18  Bruno Haible  <bruno@clisp.org>
22497
22498         * modules/areadlink: New file.
22499         * lib/areadlink.h (areadlink): New declaration.
22500         * lib/areadlink.c: New file, based on lib/xreadlink.c.
22501
22502 2007-09-17  Jim Meyering  <jim@meyering.net>
22503
22504         * lib/savewd.c (ESTALE) [!defined]: Define.
22505         Reported to be required on Interix by Martin Koeppe.
22506
22507 2007-09-17  Bruno Haible  <bruno@clisp.org>
22508
22509         * gnulib-tool (func_version): Use $version.
22510
22511 2007-09-16  Bruno Haible  <bruno@clisp.org>
22512
22513         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
22514         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
22515         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
22516         Reported by Greg Schafer <gschafer@zip.com.au>.
22517
22518 2007-09-15  Bruno Haible  <bruno@clisp.org>
22519
22520         * gnulib-tool (sed): Try a little harder to make bash understand the
22521         alias.
22522         Reported by Bruce Korb <bruce.korb@gmail.com>.
22523
22524 2007-09-13  Eric Blake  <ebb9@byu.net>
22525
22526         * ChangeLog: Remove conflict markers.
22527
22528 2007-09-13  Simon Josefsson  <simon@josefsson.org>
22529
22530         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
22531         Reported by Bruno Haible <bruno@clisp.org>.
22532
22533 2007-09-12  Bruno Haible  <bruno@clisp.org>
22534
22535         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
22536         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
22537         is not defined.
22538
22539 2007-09-12  Eric Blake  <ebb9@byu.net>
22540
22541         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
22542         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
22543         Autoconf definition.
22544         * modules/euidaccess (Depends-on): Add extensions, for
22545         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
22546         * modules/fnmatch (Depends-on): Likewise.
22547         * modules/getaddrinfo (Depends-on): Likewise.
22548         * modules/getdelim (Depends-on): Likewise.
22549         * modules/getline (Depends-on): Likewise.
22550         * modules/getsubopt (Depends-on): Likewise.
22551         * modules/gettext (Depends-on): Likewise.
22552         * modules/group-member (Depends-on): Likewise.
22553         * modules/mbchar (Depends-on): Likewise.
22554         * modules/memmem (Depends-on): Likewise.
22555         * modules/mempcpy (Depends-on): Likewise.
22556         * modules/memrchr (Depends-on): Likewise.
22557         * modules/pagealign_alloc (Depends-on): Likewise.
22558         * modules/readutmp (Depends-on): Likewise.
22559         * modules/stpcpy (Depends-on): Likewise.
22560         * modules/stpncpy (Depends-on): Likewise.
22561         * modules/strchrnul (Depends-on): Likewise.
22562         * modules/strndup (Depends-on): Likewise.
22563         * modules/strsep (Depends-on): Likewise.
22564         * modules/strverscmp (Depends-on): Likewise.
22565         * modules/vasprintf (Depends-on): Likewise.
22566         * modules/wcwidth (Depends-on): Likewise.
22567         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
22568         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
22569         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
22570         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
22571         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
22572         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
22573         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
22574         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
22575         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
22576         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
22577         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
22578         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
22579         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
22580         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
22581         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
22582         * m4/readutmp.m4 (gl_READUTMP): Likewise.
22583         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22584         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
22585         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
22586         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
22587         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
22588         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
22589         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
22590         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
22591         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
22592         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
22593         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
22594         so that lock.m4 can be used in gettext without extensions module.
22595
22596 2007-09-11  Bruno Haible  <bruno@clisp.org>
22597
22598         * m4/isc-posix.m4: Remove file.
22599         Suggested by Eric Blake.
22600
22601 2007-09-11  Eric Blake  <ebb9@byu.net>
22602
22603         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
22604
22605 2007-09-10  Bruno Haible  <bruno@clisp.org>
22606
22607         * posix-modules: Fix typo in error message.
22608         Reported by Matt <mkraai@beckman.com>.
22609
22610 2007-09-09  Bruno Haible  <bruno@clisp.org>
22611
22612         * doc/functions/getdelim.texi: Update list of platforms lacking the
22613         function.
22614         * doc/functions/getline.texi: Likewise.
22615
22616 2007-09-09  Jim Meyering  <jim@meyering.net>
22617
22618         * lib/hash.c (hash_initialize): Detect calloc failure.
22619         Reported by Bruno Haible.
22620
22621 2007-09-09  Bruno Haible  <bruno@clisp.org>
22622
22623         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
22624         malloc or realloc fails.
22625
22626 2007-09-09  Bruno Haible  <bruno@clisp.org>
22627
22628         * modules/getcwd (Depends-on): Add malloc-posix.
22629         * modules/glob (Depends-on): Likewise.
22630         * modules/putenv (Depends-on): Likewise.
22631         * modules/strdup (Depends-on): Likewise.
22632         * modules/getdelim (Depends-on): Add realloc-posix.
22633         * modules/read-file (Depends-on): Likewise.
22634
22635 2007-09-09  Bruno Haible  <bruno@clisp.org>
22636
22637         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
22638         (gl_FUNC_MALLOC_POSIX): Require it.
22639         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
22640         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
22641         * modules/realloc (Files): Add m4/malloc.m4.
22642         * modules/calloc (Files): Likewise.
22643
22644 2007-09-09  Bruno Haible  <bruno@clisp.org>
22645
22646         * modules/malloc-posix: New file.
22647         * modules/malloc (Depends-on): Add malloc-posix.
22648         * lib/malloc.c: Include errno.h.
22649         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
22650         and a POSIX-compatible malloc into a single function. Set ENOMEM
22651         when returning NULL.
22652         * m4/malloc.m4: New file.
22653         * doc/functions/malloc.texi: Mention the malloc-posix module.
22654         * lib/stdlib_.h (malloc): New declaration.
22655         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
22656         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
22657         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
22658         and HAVE_MALLOC_POSIX.
22659
22660 2007-09-09  Bruno Haible  <bruno@clisp.org>
22661
22662         * modules/realloc-posix: New file.
22663         * modules/realloc (Depends-on): Add realloc-posix.
22664         * lib/realloc.c: Include errno.h.
22665         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
22666         and a POSIX-compatible realloc into a single function. Set ENOMEM
22667         when returning NULL.
22668         * m4/realloc.m4: New file.
22669         * doc/functions/realloc.texi: Mention the realloc-posix module.
22670         * lib/stdlib_.h (realloc): New declaration.
22671         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
22672         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
22673         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
22674         and HAVE_REALLOC_POSIX.
22675
22676 2007-09-09  Bruno Haible  <bruno@clisp.org>
22677
22678         * modules/calloc-posix: New file.
22679         * modules/calloc (Depends-on): Add calloc-posix.
22680         * lib/calloc.c: Include errno.h.
22681         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
22682         and a POSIX-compatible calloc into a single function. Set ENOMEM
22683         when returning NULL.
22684         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
22685         * doc/functions/calloc.texi: Mention the calloc-posix module.
22686         * lib/stdlib_.h (calloc): New declaration.
22687         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
22688         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
22689         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
22690         and HAVE_CALLOC_POSIX.
22691
22692 2007-09-09  Bruno Haible  <bruno@clisp.org>
22693
22694         Allow for modules to show an arbitrary notice.
22695         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
22696         * gnulib-tool: New option --extract-notice.
22697         (func_usage): Document it.
22698         (sed_extract_prog): Update.
22699         (func_get_notice): New function.
22700         (func_modules_notice): New function.
22701         (func_import, func_create_testdir): Invoke it.
22702         Suggested by Jim Meyering.
22703
22704 2007-09-09  Bruno Haible  <bruno@clisp.org>
22705
22706         * gnulib-tool: New options --verbose, --quiet.
22707         (func_usage): Document them.
22708         (verbose): New variable.
22709         (func_execute_command): New function.
22710         (func_import): Don't show the module list and the file list if
22711         $verbose < 0.
22712         (func_create_testdir): Likewise. Use func_execute_command.
22713         (func_create_megatestdir): Use func_execute_command.
22714
22715 2007-09-08  Bruno Haible  <bruno@clisp.org>
22716
22717         * gnulib-tool (func_import): Prefer rsync over wget when available,
22718         for fetching the PO files.
22719
22720 2007-09-08  Bruno Haible  <bruno@clisp.org>
22721
22722         * posix-modules: New file. Portions copied from gnulib-tool.
22723         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
22724
22725 2007-09-08  Jim Meyering  <jim@meyering.net>
22726
22727         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
22728         * lib/fpending.h: Rename from __fpending.h.
22729         * lib/fpending.c: Rename from __fpending.c.
22730         Include "fpending.h", not "__fpending.h".
22731         * lib/__fpending.h, lib/__fpending.c: Remove files.
22732         * modules/fpending (Files): Reflect new file names.
22733         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
22734
22735 2007-09-08  Bruno Haible  <bruno@clisp.org>
22736
22737         * m4/inttypes-h.m4: Remove stub file.
22738
22739 2007-09-07  Simon Josefsson  <simon@josefsson.org>
22740
22741         * doc/headers/stdint.texi: Discuss #include_next issue.
22742
22743 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
22744
22745         * build-aux/bootstrap: Remove obsolete comment about wget --help.
22746
22747 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22748
22749         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
22750         in variable name.
22751
22752 2007-09-03  Jim Meyering  <jim@meyering.net>
22753
22754         New module: git-version-gen.
22755         * modules/git-version-gen: New file.
22756
22757         Import changes from coreutils for bootstrap script.
22758
22759         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
22760
22761         bootstrap: uses rsync to download the .po files
22762         * build-aux/bootstrap (po_download_command_format): New global.
22763         (download_po_files): Use rsync.
22764         (update_po_files): Don't remove .po files after download,
22765         so future rsync runs can take advantage of the copies.
22766
22767         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
22768
22769         Solve the unnecessary-.po-file-regeneration problem once and for all.
22770         * build-aux/bootstrap (download_po_files): New function, renamed from
22771         get_translations.  Now, downloads, but doesn't update LINGUAS.
22772         (update_po_files): New function.
22773
22774         bootstrap: Ignore more.
22775         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
22776         uniwidth to e.g., lib/.gitignore.
22777         (slurp): Handle the sys_stat_.h -> sys mapping, too.
22778
22779         * build-aux/bootstrap: New setting: vc_ignore.
22780         (insert_sorted_if_absent): Create $file if absent.
22781         Adapt to new, possibly empty, list: $vc_ignore.
22782
22783         bootstrap: generate more ignorable names
22784         * build-aux/bootstrap (slurp): When generating ignorable names,
22785         also map .sin to .sed, .gperf to .c, and .y to .c.
22786
22787 2007-09-03  Jim Meyering  <jim@meyering.net>
22788
22789         * build-aux/git-version-gen: New file, from coreutils.  For details, see
22790         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
22791
22792 2007-09-02  Bruno Haible  <bruno@clisp.org>
22793
22794         Fix mis-recognition of 'mcs' on QNX 6.
22795         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
22796         output contains the string "Mono".
22797         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
22798         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
22799
22800 2007-09-01  Bruno Haible  <bruno@clisp.org>
22801
22802         Fix collision between uniwidth/* and linebreak modules.
22803         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
22804         u32_width): Remove declarations.
22805         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
22806         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
22807         streq3, streq2, streq1, streq0): Remove functions.
22808         (STREQ): Remove macro.
22809         (is_cjk_encoding): Remove function.
22810         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
22811         (uc_width, u8_width, u16_width, u32_width): Remove functions.
22812         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
22813         * NEWS: Document the change.
22814
22815 2007-09-01  Bruno Haible  <bruno@clisp.org>
22816
22817         * lib/streq.h: Add double-inclusion guard.
22818
22819 2007-09-01  Karl Berry  <karl@gnu.org>
22820
22821         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
22822
22823 2007-08-28  Jim Meyering  <jim@meyering.net>
22824
22825         Rename mreadlink_with_size to areadlink_with_size.
22826         * NEWS: Document the change.
22827         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
22828         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
22829         * lib/mreadlink.h: Rename this to...
22830         * lib/areadlink.h: ...this.
22831         * modules/mreadlink-with-size: Rename this to...
22832         * modules/areadlink-with-size: ...this.
22833         * lib/canonicalize.c: Reflect the renaming.
22834         * modules/canonicalize: Likewise.
22835
22836 2007-08-26  Bruno Haible  <bruno@clisp.org>
22837
22838         * gnulib-tool (func_import): When deciding which files to remove,
22839         consider also dangling symbolic links.
22840         Reported by Eric Blake.
22841
22842 2007-08-26  Bruno Haible  <bruno@clisp.org>
22843
22844         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
22845
22846 2007-08-23  Simon Josefsson  <simon@josefsson.org>
22847
22848         * lib/readline.c: Don't include getline.h, the prototype is now
22849         found in stdio.h.
22850
22851 2007-08-23  Jim Meyering  <jim@meyering.net>
22852
22853         Getdelim touchup.
22854         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
22855         around the funlockfile call, since funlockfile never sets errno.
22856         Don't set errno upon failed realloc.
22857
22858 2007-08-22  Eric Blake  <ebb9@byu.net>
22859
22860         Getline touchups.
22861         * lib/getdelim.c (getdelim): Revert regression that required *n to
22862         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
22863         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
22864         getdelim, rather than whether implementation is missing.
22865         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
22866         * lib/stdio_.h (getline): Also declare if replacement is
22867         required.
22868         * doc/functions/getdelim.texi: New file.
22869         * doc/functions/getline.texi: Likewise.
22870         * doc/gnulib.texi (Function Substitutes): Add new files.
22871         Reported by Bruno Haible.
22872
22873 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
22874
22875         * users.txt: Add Guile.
22876
22877 2007-08-22  Eric Blake  <ebb9@byu.net>
22878
22879         * tests/test-getdelim.c (main): Use remove, not unlink.
22880         * tests/test-getline.c (main): Likewise.
22881
22882         Move getline and getdelim into stdio.h, per POSIX 200x.
22883         * modules/getline (Files): Remove getline.h.
22884         (Depends-on): Add stdio.
22885         (configure.ac): Add module indicator.
22886         * modules/getdelim (Files): Remove getdelim.h.
22887         (Depends-on): Add stdio.
22888         (configure.ac): Add module indicator.
22889         * modules/stdio (Makefile.am): Work with new indicators.
22890         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
22891         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
22892         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
22893         * lib/getdelim.h: Delete.
22894         * lib/getline.h: Delete.
22895         * lib/stdio_.h (getdelim, getline): Declare.
22896         * modules/getdelim-tests: New module.
22897         * modules/getline-tests: Likewise.
22898         * tests/test-getdelim.c: New file.
22899         * tests/test-getline.c: Likewise.
22900         * NEWS: Document the change.
22901         * lib/getline.c: Update choice of header.
22902         * lib/csharpcomp.c: Likewise.
22903         * lib/getpass.c: Likewise.
22904         * lib/javacomp.c: Likewise.
22905         * lib/javaversion.c: Likewise.
22906         * lib/yesno.c: Likewise.
22907         * lib/getdelim.c: Likewise.
22908         (getdelim): Set errno on failure, and avoid memory leak.
22909
22910 2007-08-19  Bruno Haible  <bruno@clisp.org>
22911
22912         * modules/closein (Depends-on): Add freadahead.
22913         * lib/closein.c: Include freadahead.h.
22914         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
22915         is zero.
22916
22917 2007-08-19  Bruno Haible  <bruno@clisp.org>
22918
22919         * modules/freadahead-tests: New file.
22920         * tests/test-freadahead.sh: New file.
22921         * tests/test-freadahead.c: New file.
22922
22923         * modules/freadahead: New file.
22924         * lib/freadahead.h: New file.
22925         * lib/freadahead.c: New file.
22926         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
22927         fbufmode, fpurge, freadable, fwritable.
22928
22929 2007-08-19  Eric Blake  <ebb9@byu.net>
22930
22931         Test yesno in combination with closein.
22932         * lib/yesno.c (yesno): Document use of stdin.
22933         * modules/yesno-tests (Files): New module.
22934         * tests/test-yesno.c (main): New file.
22935         * tests/test-yesno.sh: Likewise.
22936
22937 2007-08-19  Bruno Haible  <bruno@clisp.org>
22938
22939         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
22940         * lib/fseeko.c (rpl_fseeko): Likewise.
22941         * lib/fseterr.c (fseterr): Likewise.
22942
22943 2007-08-19  Bruno Haible  <bruno@clisp.org>
22944
22945         * tests/test-lseek.c (main): Disable a test for BeOS.
22946         * doc/functions/lseek.texi: Document the BeOS bug.
22947
22948 2007-08-19  Bruno Haible  <bruno@clisp.org>
22949             Eric Blake  <ebb9@byu.net>
22950
22951         * lib/lseek.c: Include <sys/stat.h>.
22952         (rpl_lseek): Add workaround code also for Unix platforms.
22953         Needed for BeOS.
22954         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
22955         * doc/functions/lseek.texi: Document BeOS definiency.
22956
22957 2007-08-18  Bruno Haible  <bruno@clisp.org>
22958
22959         * modules/fstrcmp-tests: New file.
22960         * tests/test-fstrcmp.c: New file.
22961
22962 2007-08-18  Bruno Haible  <bruno@clisp.org>
22963
22964         * modules/fstrcmp: New file, from GNU gettext with modifications.
22965         * lib/fstrcmp.h: New file, from GNU gettext.
22966         * lib/fstrcmp.c: New file, from GNU gettext.
22967         * MODULES.html.sh (String handling): Add fstrcmp.
22968
22969 2007-08-18  Bruno Haible  <bruno@clisp.org>
22970
22971         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
22972         'bool'.
22973         (diag, compareseq): Remove const from the ctxt argument.
22974         (USE_HEURISTIC): Undefine at the end.
22975
22976 2007-08-18  Jim Meyering  <jim@meyering.net>
22977
22978         New file: lib/idcache.h
22979         * NEWS: Mention the addition.
22980         * modules/idcache (Files): Add lib/idcache.h
22981         * lib/idcache.c: Include "idcache.h".
22982         Don't include <sys/types.h>.
22983         Add a FIXME comment.
22984         Move file-scoped "static" declarations to the top.
22985         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
22986
22987 2007-08-17  Bruno Haible  <bruno@clisp.org>
22988         and Paul Eggert  <eggert@cs.ucla.edu>
22989
22990         * MODULES.html.sh: Add diffseq.
22991         * modules/diffseq: New file.
22992         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
22993         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
22994
22995 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22996
22997         Import changes from coreutils for bootstrap script.
22998
22999         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
23000
23001         * build-aux/bootstrap (slurp): Work even in environments where
23002         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
23003         current code does not slurp files whose names start with ".", and
23004         this looks like it might be a troublesome area.
23005
23006         2007-07-11  Jim Meyering  <jim@meyering.net>
23007
23008         If there's a GPL vN copyright comment, require that N == 3.
23009
23010         2007-07-08  Jim Meyering  <jim@meyering.net>
23011
23012         Run the coreutils-specific code only if tests/Makefile.am.in exists.
23013         * build-aux/bootstrap (mam_template): Move definition out of loop.
23014
23015         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
23016
23017         * build-aux/bootstrap (symlink_to_dir): Rename function from
23018         symlink_to_gnulib.  Add a directory parameter.  Update all
23019         callers.
23020         (cp_mark_as_generated): Also check for -- and link to -- files in
23021         gl/.
23022
23023         2007-07-08  Jim Meyering  <jim@meyering.net>
23024
23025         Adapt to deeper hierarchy in gnulib.
23026         * build-aux/bootstrap (symlink_to_dir): If the destination
23027         directory doesn't exist, create it. This is required at least for
23028         "lib/uniwidth/cjk.h".
23029
23030         2007-05-15  Jim Meyering  <jim@meyering.net>
23031
23032         * build-aux/bootstrap: Now that generated Makefile.am files
23033         are no longer under version control, they must be created at
23034         bootstrap time.
23035
23036 2007-08-14  Ben Pfaff  <blp@gnu.org>
23037
23038         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
23039
23040 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23041
23042         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
23043         given the changes below.
23044         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
23045         even on hosts that have padding bits beyond the supported 64.
23046
23047 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23048
23049         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
23050         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
23051         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
23052         depends on it.
23053         (xstrtol_error): Remove.
23054         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
23055         but with a different signature.
23056         (ATTRIBUTE_NORETURN, __attribute__): New macros.
23057         * lib/xstrtol-error.c: Include exitfail.h.
23058         (xstrtol_fatal): New function, with a different signature from the
23059         old xstrtol_error, so that the caller need not worry about passing
23060         in an exit status, or about storage management of the option argument.
23061         (xstrtol_error): Now a static function.  Redo signature to
23062         implement xstrtol_fatal.  Output the correct number of hyphens in
23063         front of the option so that the caller need not worry about
23064         storage management.
23065         (N_): New macro.
23066         (_): Remove; not used now.
23067         * modules/xstrtol: Depend on getopt.
23068         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
23069         of old STRTOL_FATAL_ERROR macro.
23070         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
23071         of test program.
23072         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
23073         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
23074
23075 2007-08-08  Eric Blake  <ebb9@byu.net>
23076
23077         * lib/xstrtol-error.c: Add missing include.
23078
23079         Move xstrtol messages into gnulib domain, when --pobase is used.
23080         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
23081         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
23082         * modules/xstrtol (Files): Distribute new file.
23083         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
23084         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
23085         * tests/test-xstrtol.c: ...into new file.
23086         * tests/test-xstrtoul.c: Also test xstrtoul.
23087         * tests/test-xstrtoimax.c: Also test xstrtoimax.
23088         * tests/test-xstrtoumax.c: Also test xstrtoumax.
23089         * tests/test-xstrtol.sh: Drive the tests.
23090         * tests/test-xstrtoimax.sh: Likewise.
23091         * tests/test-xstrtoumax.sh: Likewise.
23092         * modules/xstrtol-tests: New module.
23093         * modules/xstrtoimax-tests: Likewise.
23094         * modules/xstrtoumax-tests: Likewise.
23095
23096 2007-08-08  Jim Meyering  <jim@meyering.net>
23097
23098         New function: mfile_name_concat.
23099         * lib/filenamecat.c (mfile_name_concat): New function, just like
23100         file_name_concat, but return NULL upon failure rather than exiting
23101         with a diagnostic.
23102         * lib/filenamecat.h: Declare it.
23103
23104 2007-08-07  Bruno Haible  <bruno@clisp.org>
23105
23106         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
23107         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
23108         warning from gcc.
23109         Reported by Eric Blake.
23110
23111 2007-08-07  Simon Josefsson  <simon@josefsson.org>
23112
23113         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
23114         * modules/crypto/arcfour (License): Likewise.
23115         * modules/crypto/des-tests (License): Likewise.
23116         * modules/crypto/gc-arctwo-tests (License): Likewise.
23117         * modules/crypto/gc-des-tests (License): Likewise.
23118         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
23119         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
23120         * modules/crypto/gc-md2-tests (License): Likewise.
23121         * modules/crypto/gc-md4-tests (License): Likewise.
23122         * modules/crypto/gc-md5-tests (License): Likewise.
23123         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
23124         * modules/crypto/gc-rijndael-tests (License): Likewise.
23125         * modules/crypto/gc-sha1-tests (License): Likewise.
23126         * modules/crypto/gc-tests (License): Likewise.
23127         * modules/crypto/hmac-md5 (License): Likewise.
23128         * modules/crypto/hmac-sha1 (License): Likewise.
23129         * modules/crypto/md2-tests (License): Likewise.
23130         * modules/crypto/md4-tests (License): Likewise.
23131         * modules/crypto/md5 (License): Likewise.
23132         * modules/crypto/rijndael (License): Likewise.
23133         * modules/crypto/sha1 (License): Likewise.
23134         * modules/memxor (License): Likewise.
23135
23136 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23137         and Bruno Haible  <bruno@clisp.org>
23138
23139         * NEWS: Describe interface changes to human, xstrtol.
23140         * lib/human.h: Include <xstrtol.h>.
23141         (human_options): Return enum strtol_error, not int.  Remove
23142         bool arg; take int * instead.
23143         * lib/human.c: Don't include "gettext.h".
23144         (_): Remove; no longer used.
23145         Don't include <xstrtol.h>, since human.h does it.
23146         (human_options): Adjust to abovementioned interface changes.
23147         Do not report error to stderr; that's now the caller's
23148         responsibility.
23149         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
23150         interface change.
23151         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
23152         Str, Argument_type_string.  All uses changed.  Put " argument"
23153         in diagnostics to make them clearer.  Change wording of suffix
23154         message for clarity.
23155         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
23156         Argument_type_string.
23157         (STRTOL_FATAL_WARN): Remove; no longer used.
23158         * modules/human (Depends-on): Remove gettext-h.
23159
23160 2007-08-06  Simon Josefsson  <simon@josefsson.org>
23161
23162         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
23163
23164 2007-07-31  Bruno Haible  <bruno@clisp.org>
23165
23166         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
23167         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
23168         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
23169
23170 2007-07-31  Bruno Haible  <bruno@clisp.org>
23171
23172         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
23173         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
23174
23175 2007-07-30  Bruno Haible  <bruno@clisp.org>
23176
23177         * modules/base64 (License): Use the synonymous term "LGPLv2+".
23178         * modules/c-ctype (License): Likewise.
23179         * modules/c-strcase (License): Likewise.
23180         * modules/check-version (License): Likewise.
23181         * modules/iconv (License): Likewise.
23182         * modules/iconv_open (License): Likewise.
23183         * modules/read-file (License): Likewise.
23184         * modules/striconv (License): Likewise.
23185         * modules/strverscmp (License): Likewise.
23186         * modules/vasprintf (License): Likewise.
23187         * modules/crypto/des (License): Likewise.
23188         * modules/crypto/gc (License): Likewise.
23189         * modules/crypto/gc-arcfour (License): Likewise.
23190         * modules/crypto/gc-arctwo (License): Likewise.
23191         * modules/crypto/gc-des (License): Likewise.
23192         * modules/crypto/gc-hmac-md5 (License): Likewise.
23193         * modules/crypto/gc-hmac-sha1 (License): Likewise.
23194         * modules/crypto/gc-md2 (License): Likewise.
23195         * modules/crypto/gc-md4 (License): Likewise.
23196         * modules/crypto/gc-md5 (License): Likewise.
23197         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
23198         * modules/crypto/gc-random (License): Likewise.
23199         * modules/crypto/gc-rijndael (License): Likewise.
23200         * modules/crypto/gc-sha1 (License): Likewise.
23201         * modules/crypto/md2 (License): Likewise.
23202         * modules/crypto/md4 (License): Likewise.
23203
23204 2007-07-30  Jim Meyering  <jim@meyering.net>
23205
23206         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
23207         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
23208         it has valid stat data.  This bug would cause du not to count the
23209         sizes of inaccessible directories.
23210         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
23211         in <http://bugzilla.redhat.com/250077>.
23212
23213 2007-07-25  Peter O'Gorman  <peter@pogma.com>
23214             Bruno Haible  <bruno@clisp.org>
23215
23216         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
23217         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
23218         #include_next, gives a diagnostic about it, but reports no error in
23219         the exit code.
23220         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
23221
23222 2007-07-24  Ben Pfaff  <blp@gnu.org>
23223
23224         Improve name: "count-one-bits" is better than "popcount".
23225         * MODULES.html.sh: Update name.
23226         * lib/popcount.h: Renamed lib/count-one-bits.h.
23227         (popcount): Renamed count_one_bits.
23228         (popcountl): Renamed count_one_bits_l.
23229         (popcountll): Renamed count_one_bits_ll.
23230         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
23231         * modules/popcount: Renamed module/count-one-bits.
23232         * modules/popcount-tests: Renamed module/count-one-bits-tests.
23233         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
23234
23235 2007-07-23  Ben Pfaff  <blp@gnu.org>
23236
23237         * lib/popcount.h (popcount32): Reduce size of constants, to allow
23238         better code generation, and add U to large constants to avoid
23239         warnings, in non-GCC case.
23240         Suggested by Bruno Haible.
23241
23242 2007-07-23  Ben Pfaff  <blp@gnu.org>
23243
23244         * lib/popcount.h: Use verify_true instead of if...abort.
23245         * modules/popcount: Depend on verify module.
23246         Suggested by Jim Meyering.
23247
23248 2007-07-23  Bruno Haible  <bruno@clisp.org>
23249
23250         * gnulib-tool (func_import): Create a .cvsignore file also when the
23251         directory is not yet in CVS but the toplevel directory is. When
23252         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
23253         Reported by Karl Berry.
23254
23255 2007-07-22  Ben Pfaff  <blp@gnu.org>
23256
23257         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
23258         case.
23259         Suggested by Eric Blake.
23260
23261 2007-07-22  Ben Pfaff  <blp@gnu.org>
23262
23263         New module: popcount.
23264         * MODULES.html.sh: Add popcount.
23265         * modules/popcount: New file.
23266         * modules/popcount-tests: New file.
23267         * tests/test-popcount.c: New file.
23268         * lib/popcount.h: New file.
23269         * m4/popcount.m4: New file.
23270
23271 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23272
23273         * build-aux/announce-gen: Update to GPLv3.
23274
23275         * build-aux/config.guess: Update from config.
23276
23277 2007-07-21  Bruno Haible  <bruno@clisp.org>
23278
23279         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
23280         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
23281
23282 2007-07-20  Jim Meyering  <jim@meyering.net>
23283
23284         * check-module: Diagnose a self-dependency.
23285
23286 2007-07-19  Bruno Haible  <bruno@clisp.org>
23287
23288         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
23289         empty.
23290         Reported by Eric Blake.
23291
23292 2007-07-18  Bruno Haible  <bruno@clisp.org>
23293
23294         * gnulib-tool: New options --po-base, --po-domain.
23295         (func_usage): Document them.
23296         (pobase, po_domain): New variables.
23297         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
23298         DEFAULT_TEXT_DOMAIN.
23299         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
23300         (func_import): Consider pobase and po_domain. Create a po/ directory.
23301         (func_create_testdir): Set pobase and po_domain to empty.
23302         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
23303         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
23304
23305 2007-07-18  Bruno Haible  <bruno@clisp.org>
23306
23307         * gnulib-tool (func_get_automake_snippet): Synthesize also an
23308         EXTRA_DIST augmentation for files in build-aux/.
23309
23310 2007-07-16  Bruno Haible  <bruno@clisp.org>
23311
23312         * modules/lseek (License): Use the synonymous term "LGPLv2+".
23313         * modules/getdelim (License): Likewise.
23314
23315 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23316
23317         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
23318         * modules/d-type (License): Likewise.
23319         * modules/extensions (License): Likewise.
23320         * modules/fnmatch (License): Likewise.
23321         * modules/fseeko (License): Likewise.
23322         * modules/getaddrinfo (License): Likewise.
23323         * modules/getline (License): Likewise.
23324         * modules/getlogin_r (License): Likewise.
23325         * modules/getpass (License): Likewise.
23326         * modules/gettimeofday (License): Likewise.
23327         * modules/glob (License): Likewise.
23328         * modules/inet_ntop (License): Likewise.
23329         * modules/malloc (License): Likewise.
23330         * modules/malloca (License): Likewise.
23331         * modules/memmem (License): Likewise.
23332         * modules/mempcpy (License): Likewise.
23333         * modules/memset (License): Likewise.
23334         * modules/minmax (License): Likewise.
23335         * modules/mktime (License): Likewise.
23336         * modules/netinet_in (License): Likewise.
23337         * modules/pathmax (License): Likewise.
23338         * modules/poll (License): Likewise.
23339         * modules/regex (License): Likewise.
23340         * modules/snprintf (License): Likewise.
23341         * modules/stdbool (License): Likewise.
23342         * modules/stdint (License): Likewise.
23343         * modules/stdio (License): Likewise.
23344         * modules/strcase (License): Likewise.
23345         * modules/strcasestr (License): Likewise.
23346         * modules/strdup (License): Likewise.
23347         * modules/string (License): Likewise.
23348         * modules/strndup (License): Likewise.
23349         * modules/strnlen (License): Likewise.
23350         * modules/strpbrk (License): Likewise.
23351         * modules/strptime (License): Likewise.
23352         * modules/strsep (License): Likewise.
23353         * modules/sys_select (License): Likewise.
23354         * modules/sys_socket (License): Likewise.
23355         * modules/sys_stat (License): Likewise.
23356         * modules/sys_time (License): Likewise.
23357         * modules/time (License): Likewise.
23358         * modules/time_r (License): Likewise.
23359         * modules/timegm (License): Likewise.
23360         * modules/unistd (License): Likewise.
23361         * modules/vsnprintf (License): Likewise.
23362         * modules/wctype (License): Likewise.
23363
23364 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23365
23366         * modules/argz (License): LGPLv2+.
23367
23368 2007-07-15  Karl Berry  <karl@gnu.org>
23369
23370         * doc/gnulib.texi: revise node structure per new fdl.texi.
23371
23372 2007-07-14  Bruno Haible  <bruno@clisp.org>
23373
23374         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
23375         the output file.
23376         * lib/uniname/uninames.h: Regenerated.
23377
23378 2007-07-14  Karl Berry  <karl@gnu.org>
23379
23380         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
23381         omitting sectioning and index commands.
23382
23383 2007-07-13  Bruno Haible  <bruno@clisp.org>
23384
23385         New gnulib-tool option --more-symlinks.
23386         * gnulib-tool (func_usage): Document --more-symlinks.
23387         (do_copyrights): New variable.
23388         Recognize option --more-symlinks.
23389         (func_import): Don't add a copyright notice transform to
23390         sed_transform_lib_file if do_copyrights is empty.
23391
23392 2007-07-13  Bruno Haible  <bruno@clisp.org>
23393
23394         * lib/vasnprintf.c (decimal_point_char): Define also if
23395         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
23396         && !NEED_PRINTF_DIRECTIVE_A.
23397         Reported by Clemens Koller <clemens.koller@anagramm.de> via
23398         Gary V. Vaughan <gary@gnu.org>.
23399
23400 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
23401
23402         * lib/inttypes_.h: Undo previous change, since it was fixed
23403         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
23404
23405 2007-07-13  Bruno Haible  <bruno@clisp.org>
23406
23407         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
23408         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
23409
23410 2007-07-13  Jim Meyering  <jim@meyering.net>
23411
23412         df: Don't fail for Tru64's "file-on-file mount".
23413         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
23414         so we fall through and use statfs instead.  Details here:
23415         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
23416         Reported by Albert Chin.
23417
23418 2007-07-13  Bruno Haible  <bruno@clisp.org>
23419
23420         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
23421         * modules/configmake (License): Likewise.
23422         * modules/gettext (License): Likewise.
23423         * modules/gettext-h (License): Likewise.
23424         * modules/include_next (License): Likewise.
23425         * modules/link-warning (License): Likewise.
23426         * modules/localcharset (License): Likewise.
23427         * modules/localename (License): Likewise.
23428         * modules/lock (License): Likewise.
23429         * modules/relocatable-lib-lgpl (License): Likewise.
23430         * modules/size_max (License): Likewise.
23431         * modules/vasnprintf (License): Likewise.
23432         * modules/wchar (License): Likewise.
23433         * modules/xsize (License): Likewise.
23434
23435 2007-07-13  Bruno Haible  <bruno@clisp.org>
23436
23437         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
23438         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
23439
23440 2007-07-12  Bruno Haible  <bruno@clisp.org>
23441
23442         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
23443         in the modules files.
23444
23445 2007-07-11  Karl Berry  <karl@gnu.org>
23446
23447         * MODULES.html.sh (func_module): use
23448          sed -e '\|^'"${includefile}"'$|d'
23449          instead of /.../d, to avoid errors on $includefile's containing /.
23450
23451 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23452
23453         * gnulib-tool (func_import): Avoid duplication of --avoid
23454         statements
23455         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
23456         names to `_' in variable names.
23457
23458 2007-07-10  Eric Blake  <ebb9@byu.net>
23459
23460         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
23461         * NEWS: Document this change.
23462
23463 2007-07-08  Bruno Haible  <bruno@clisp.org>
23464
23465         Update to Unicode 5.0.
23466         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
23467         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
23468         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
23469         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
23470         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
23471         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
23472         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
23473         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
23474         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
23475         U+10A3F, U+1D242..U+1D244.
23476         (nonspacing_table_ind): Update.
23477         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
23478         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
23479
23480 2007-07-08  Bruno Haible  <bruno@clisp.org>
23481
23482         Update to Unicode 5.0.
23483         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
23484         code transform. Extend the name index field of unicode_name_to_code and
23485         unicode_code_to_name from 16 to 24 bits.
23486         * lib/uniname/uniname.c (unicode_character_name,
23487         unicode_name_character): Add the range 0x12xxx to the code transform.
23488         * lib/uniname/uninames.h: Regenerated.
23489         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
23490
23491 2007-07-07  Bruno Haible  <bruno@clisp.org>
23492
23493         * modules/wcwidth-tests: New file.
23494         * tests/test-wcwidth.c: New file.
23495
23496         Work around MacOS X wcwidth() bug.
23497         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
23498         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
23499         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
23500         original wcwidth in non-UTF-8 locales.
23501         * modules/wcwidth (Depends-on): Add localcharset, streq,
23502         uniwidth/width.
23503         * doc/functions/wcwidth.texi: Update.
23504
23505 2007-07-07  Bruno Haible  <bruno@clisp.org>
23506
23507         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
23508         (wcwidth): New declaration.
23509         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
23510         macros.
23511         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
23512         here. Prepare for creating <wchar.h> unconditionally.
23513         * modules/wchar (Depends-on): Add link-warning.
23514         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
23515         REPLACE_WCWIDTH, and GL_LINK_WARNING.
23516         * lib/wcwidth.h: Remove file.
23517         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
23518         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
23519         * modules/wcwidth (Files): Remove lib/wcwidth.h.
23520         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
23521         (Include): Replace wcwidth.h with <wchar.h>.
23522         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
23523         * lib/mbchar.h: Don't include wcwidth.h.
23524         * lib/mbswidth.c: Likewise.
23525         * NEWS: Mention the change.
23526
23527 2007-07-07  Bruno Haible  <bruno@clisp.org>
23528
23529         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
23530         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
23531         definition with an external declaration.
23532         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
23533         defined as a function. Remove AC_C_INLINE requirement.
23534         * modules/wcwidth (Files): Add lib/wcwidth.c.
23535         (Makefile.am): Remove redundant statement.
23536
23537 2007-07-07  Bruno Haible  <bruno@clisp.org>
23538
23539         * MODULES.html.sh (Unicode string functions): Add the new modules.
23540
23541         * tests/uniwidth/test-u32-strwidth.c: New file.
23542         * modules/uniwidth/u32-strwidth-tests: New file.
23543
23544         * lib/uniwidth/u32-strwidth.c: New file.
23545         * modules/uniwidth/u32-strwidth: New file.
23546
23547         * tests/uniwidth/test-u16-strwidth.c: New file.
23548         * modules/uniwidth/u16-strwidth-tests: New file.
23549
23550         * lib/uniwidth/u16-strwidth.c: New file.
23551         * modules/uniwidth/u16-strwidth: New file.
23552
23553         * tests/uniwidth/test-u8-strwidth.c: New file.
23554         * modules/uniwidth/u8-strwidth-tests: New file.
23555
23556         * lib/uniwidth/u8-strwidth.c: New file.
23557         * modules/uniwidth/u8-strwidth: New file.
23558
23559         * tests/uniwidth/test-u32-width.c: New file.
23560         * modules/uniwidth/u32-width-tests: New file.
23561
23562         * lib/uniwidth/u32-width.c: New file.
23563         * modules/uniwidth/u32-width: New file.
23564
23565         * tests/uniwidth/test-u16-width.c: New file.
23566         * modules/uniwidth/u16-width-tests: New file.
23567
23568         * lib/uniwidth/u16-width.c: New file.
23569         * modules/uniwidth/u16-width: New file.
23570
23571         * tests/uniwidth/test-u8-width.c: New file.
23572         * modules/uniwidth/u8-width-tests: New file.
23573
23574         * lib/uniwidth/u8-width.c: New file.
23575         * modules/uniwidth/u8-width: New file.
23576
23577         * tests/uniwidth/test-uc_width.c: New file.
23578         * modules/uniwidth/width-tests: New file.
23579
23580         * lib/uniwidth/width.c: New file, from GNU libiconv.
23581         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
23582         * modules/uniwidth/width: New file.
23583
23584         * lib/uniwidth.h: New file, from GNU libiconv.
23585         * modules/uniwidth/base: New file.
23586
23587 2007-07-07  Bruno Haible  <bruno@clisp.org>
23588
23589         * lib/uniname.h: New file, from GNU gettext.
23590         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
23591         * lib/uniname/uninames.h: New file, from GNU gettext.
23592         * lib/uniname/uniname.c: New file, from GNU gettext.
23593         * tests/uniname/test-uninames.sh: New file.
23594         * tests/uniname/test-uninames.c: New file, from GNU gettext.
23595         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
23596         * modules/uniname/base: New file.
23597         * modules/uniname/uniname: New file.
23598         * modules/uniname/uniname-tests: New file.
23599         * MODULES.html.sh (Unicode string functions): Add the new modules.
23600
23601 2007-07-06  Bruno Haible  <bruno@clisp.org>
23602
23603         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
23604
23605 2007-07-06  Bruno Haible  <bruno@clisp.org>
23606
23607         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
23608         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
23609         includes <cygwin/sys_time.h> which includes <sys/select.h> which
23610         include <sys/time.h>.
23611         Reported by Eric Blake.
23612
23613 2007-07-06  Eric Blake  <ebb9@byu.net>
23614
23615         Fix testing canonicalize on cygwin.
23616         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
23617         Revert patch from 2007-06-19.
23618         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
23619         canonicalize module is also in use.
23620         * tests/test-canonicalize.c: New file.
23621         * tests/test-canonicalize.sh: Likewise.
23622         * modules/canonicalize-tests: Likewise.
23623
23624 2007-07-06  Jim Meyering  <jim@meyering.net>
23625
23626         * lib/getugroups.c (getugroups): Detect getgrent failure.
23627         Adjust comment to reflect reality: this function may return -1.
23628
23629 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
23630
23631         * build-aux/bootstrap (TP_URL,get_translations): Update to use
23632         the new TP address.
23633         (usage): Fix typo
23634         (gnulib_mk): New variable.
23635
23636 2007-07-05  Jim Meyering  <jim@meyering.net>
23637
23638         Don't let endgrent clobber errno, no matter how improbable.
23639         * lib/getugroups.c (getugroups): Save and restore errno around
23640         endgrent call.
23641
23642         Close the group DB even when failing with 2^31 or more members.
23643         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
23644
23645 2007-07-04  Jim Meyering  <jim@meyering.net>
23646
23647         * lib/getugroups.h: New file.
23648         * lib/getugroups.c: Include "getugroups.h".
23649         Remove uses of "register" keyword.
23650         Move local variable, "cp", down into scope where used.
23651         Give "username" parameter the "const" attribute.
23652         * modules/getugroups (Files): Add lib/getugroups.h
23653
23654 2007-07-04  Karl Berry  <karl@gnu.org>
23655
23656         * MODULES.html.sh (func_all_modules): Complete rename of
23657         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
23658
23659 2007-07-02  Bruno Haible  <bruno@clisp.org>
23660
23661         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
23662         mode, when inttypes.h comes from gnulib.
23663         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23664
23665 2007-07-02  Simon Josefsson  <simon@josefsson.org>
23666
23667         * NEWS: Mention lgpl module name change.
23668
23669         * modules/lgpl-2.1: Renamed from lgpl.
23670
23671         * NEWS: Mention gpl module name change.
23672
23673         * modules/gpl-3.0: New file, based on gpl-2.0.
23674
23675         * modules/gpl-2.0: Renamed from gpl.
23676
23677         * modules/gpl: Fix filename, doc/gpl.texi is now found at
23678         doc/gpl-2.0.texi.
23679
23680 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
23681
23682         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
23683         #define __STDC_LIMIT_MACROS temporarily while including
23684         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
23685         Problem reported by Joel E. Denny in
23686         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
23687
23688 2007-07-01  Bruno Haible  <bruno@clisp.org>
23689
23690         * lib/unistdio.h: New file.
23691         * lib/unistdio/u-asnprintf.h: New file.
23692         * lib/unistdio/u-asprintf.h: New file.
23693         * lib/unistdio/u-printf-args.c: New file.
23694         * lib/unistdio/u-printf-args.h: New file.
23695         * lib/unistdio/u-printf-parse.h: New file.
23696         * lib/unistdio/u-snprintf.h: New file.
23697         * lib/unistdio/u-sprintf.h: New file.
23698         * lib/unistdio/u-vasprintf.h: New file.
23699         * lib/unistdio/u-vsnprintf.h: New file.
23700         * lib/unistdio/u-vsprintf.h: New file.
23701         * lib/unistdio/ulc-asnprintf.c: New file.
23702         * lib/unistdio/ulc-asprintf.c: New file.
23703         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
23704         * lib/unistdio/ulc-printf-parse.c: New file.
23705         * lib/unistdio/ulc-snprintf.c: New file.
23706         * lib/unistdio/ulc-sprintf.c: New file.
23707         * lib/unistdio/ulc-vasnprintf.c: New file.
23708         * lib/unistdio/ulc-vasprintf.c: New file.
23709         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
23710         * lib/unistdio/ulc-vsnprintf.c: New file.
23711         * lib/unistdio/ulc-vsprintf.c: New file.
23712         * lib/unistdio/u8-asnprintf.c: New file.
23713         * lib/unistdio/u8-asprintf.c: New file.
23714         * lib/unistdio/u8-printf-parse.c: New file.
23715         * lib/unistdio/u8-snprintf.c: New file.
23716         * lib/unistdio/u8-sprintf.c: New file.
23717         * lib/unistdio/u8-vasnprintf.c: New file.
23718         * lib/unistdio/u8-vasprintf.c: New file.
23719         * lib/unistdio/u8-vsnprintf.c: New file.
23720         * lib/unistdio/u8-vsprintf.c: New file.
23721         * lib/unistdio/u8-u8-asnprintf.c: New file.
23722         * lib/unistdio/u8-u8-asprintf.c: New file.
23723         * lib/unistdio/u8-u8-snprintf.c: New file.
23724         * lib/unistdio/u8-u8-sprintf.c: New file.
23725         * lib/unistdio/u8-u8-vasnprintf.c: New file.
23726         * lib/unistdio/u8-u8-vasprintf.c: New file.
23727         * lib/unistdio/u8-u8-vsnprintf.c: New file.
23728         * lib/unistdio/u8-u8-vsprintf.c: New file.
23729         * lib/unistdio/u16-asnprintf.c: New file.
23730         * lib/unistdio/u16-asprintf.c: New file.
23731         * lib/unistdio/u16-printf-parse.c: New file.
23732         * lib/unistdio/u16-snprintf.c: New file.
23733         * lib/unistdio/u16-sprintf.c: New file.
23734         * lib/unistdio/u16-vasnprintf.c: New file.
23735         * lib/unistdio/u16-vasprintf.c: New file.
23736         * lib/unistdio/u16-vsnprintf.c: New file.
23737         * lib/unistdio/u16-vsprintf.c: New file.
23738         * lib/unistdio/u16-u16-asnprintf.c: New file.
23739         * lib/unistdio/u16-u16-asprintf.c: New file.
23740         * lib/unistdio/u16-u16-snprintf.c: New file.
23741         * lib/unistdio/u16-u16-sprintf.c: New file.
23742         * lib/unistdio/u16-u16-vasnprintf.c: New file.
23743         * lib/unistdio/u16-u16-vasprintf.c: New file.
23744         * lib/unistdio/u16-u16-vsnprintf.c: New file.
23745         * lib/unistdio/u16-u16-vsprintf.c: New file.
23746         * lib/unistdio/u32-asnprintf.c: New file.
23747         * lib/unistdio/u32-asprintf.c: New file.
23748         * lib/unistdio/u32-printf-parse.c: New file.
23749         * lib/unistdio/u32-snprintf.c: New file.
23750         * lib/unistdio/u32-sprintf.c: New file.
23751         * lib/unistdio/u32-vasnprintf.c: New file.
23752         * lib/unistdio/u32-vasprintf.c: New file.
23753         * lib/unistdio/u32-vsnprintf.c: New file.
23754         * lib/unistdio/u32-vsprintf.c: New file.
23755         * lib/unistdio/u32-u32-asnprintf.c: New file.
23756         * lib/unistdio/u32-u32-asprintf.c: New file.
23757         * lib/unistdio/u32-u32-snprintf.c: New file.
23758         * lib/unistdio/u32-u32-sprintf.c: New file.
23759         * lib/unistdio/u32-u32-vasnprintf.c: New file.
23760         * lib/unistdio/u32-u32-vasprintf.c: New file.
23761         * lib/unistdio/u32-u32-vsnprintf.c: New file.
23762         * lib/unistdio/u32-u32-vsprintf.c: New file.
23763         * tests/unistdio/test-ulc-asnprintf1.c: New file.
23764         * tests/unistdio/test-ulc-asnprintf1.h: New file.
23765         * tests/unistdio/test-ulc-printf1.h: New file.
23766         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
23767         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
23768         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
23769         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
23770         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
23771         * tests/unistdio/test-ulc-vasprintf1.c: New file.
23772         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
23773         * tests/unistdio/test-ulc-vsprintf1.c: New file.
23774         * tests/unistdio/test-u8-asnprintf1.c: New file.
23775         * tests/unistdio/test-u8-asnprintf1.h: New file.
23776         * tests/unistdio/test-u8-printf1.h: New file.
23777         * tests/unistdio/test-u8-vasnprintf1.c: New file.
23778         * tests/unistdio/test-u8-vasnprintf2.c: New file.
23779         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
23780         * tests/unistdio/test-u8-vasnprintf3.c: New file.
23781         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
23782         * tests/unistdio/test-u8-vasprintf1.c: New file.
23783         * tests/unistdio/test-u8-vsnprintf1.c: New file.
23784         * tests/unistdio/test-u8-vsprintf1.c: New file.
23785         * tests/unistdio/test-u16-asnprintf1.c: New file.
23786         * tests/unistdio/test-u16-asnprintf1.h: New file.
23787         * tests/unistdio/test-u16-printf1.h: New file.
23788         * tests/unistdio/test-u16-vasnprintf1.c: New file.
23789         * tests/unistdio/test-u16-vasnprintf2.c: New file.
23790         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
23791         * tests/unistdio/test-u16-vasnprintf3.c: New file.
23792         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
23793         * tests/unistdio/test-u16-vasprintf1.c: New file.
23794         * tests/unistdio/test-u16-vsnprintf1.c: New file.
23795         * tests/unistdio/test-u16-vsprintf1.c: New file.
23796         * tests/unistdio/test-u32-asnprintf1.c: New file.
23797         * tests/unistdio/test-u32-asnprintf1.h: New file.
23798         * tests/unistdio/test-u32-printf1.h: New file.
23799         * tests/unistdio/test-u32-vasnprintf1.c: New file.
23800         * tests/unistdio/test-u32-vasnprintf2.c: New file.
23801         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
23802         * tests/unistdio/test-u32-vasnprintf3.c: New file.
23803         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
23804         * tests/unistdio/test-u32-vasprintf1.c: New file.
23805         * tests/unistdio/test-u32-vsnprintf1.c: New file.
23806         * tests/unistdio/test-u32-vsprintf1.c: New file.
23807         * modules/unistdio/base: New file.
23808         * modules/unistdio/u-printf-args: New file.
23809         * modules/unistdio/ulc-asnprintf: New file.
23810         * modules/unistdio/ulc-asprintf: New file.
23811         * modules/unistdio/ulc-fprintf: New file.
23812         * modules/unistdio/ulc-printf-parse: New file.
23813         * modules/unistdio/ulc-snprintf: New file.
23814         * modules/unistdio/ulc-sprintf: New file.
23815         * modules/unistdio/ulc-vasnprintf: New file.
23816         * modules/unistdio/ulc-vasprintf: New file.
23817         * modules/unistdio/ulc-vfprintf: New file.
23818         * modules/unistdio/ulc-vsnprintf: New file.
23819         * modules/unistdio/ulc-vsprintf: New file.
23820         * modules/unistdio/u8-asnprintf: New file.
23821         * modules/unistdio/u8-asprintf: New file.
23822         * modules/unistdio/u8-printf-parse: New file.
23823         * modules/unistdio/u8-snprintf: New file.
23824         * modules/unistdio/u8-sprintf: New file.
23825         * modules/unistdio/u8-vasnprintf: New file.
23826         * modules/unistdio/u8-vasprintf: New file.
23827         * modules/unistdio/u8-vsnprintf: New file.
23828         * modules/unistdio/u8-vsprintf: New file.
23829         * modules/unistdio/u8-u8-asnprintf: New file.
23830         * modules/unistdio/u8-u8-asprintf: New file.
23831         * modules/unistdio/u8-u8-snprintf: New file.
23832         * modules/unistdio/u8-u8-sprintf: New file.
23833         * modules/unistdio/u8-u8-vasnprintf: New file.
23834         * modules/unistdio/u8-u8-vasprintf: New file.
23835         * modules/unistdio/u8-u8-vsnprintf: New file.
23836         * modules/unistdio/u8-u8-vsprintf: New file.
23837         * modules/unistdio/u16-asnprintf: New file.
23838         * modules/unistdio/u16-asprintf: New file.
23839         * modules/unistdio/u16-printf-parse: New file.
23840         * modules/unistdio/u16-snprintf: New file.
23841         * modules/unistdio/u16-sprintf: New file.
23842         * modules/unistdio/u16-vasnprintf: New file.
23843         * modules/unistdio/u16-vasprintf: New file.
23844         * modules/unistdio/u16-vsnprintf: New file.
23845         * modules/unistdio/u16-vsprintf: New file.
23846         * modules/unistdio/u16-u16-asnprintf: New file.
23847         * modules/unistdio/u16-u16-asprintf: New file.
23848         * modules/unistdio/u16-u16-snprintf: New file.
23849         * modules/unistdio/u16-u16-sprintf: New file.
23850         * modules/unistdio/u16-u16-vasnprintf: New file.
23851         * modules/unistdio/u16-u16-vasprintf: New file.
23852         * modules/unistdio/u16-u16-vsnprintf: New file.
23853         * modules/unistdio/u16-u16-vsprintf: New file.
23854         * modules/unistdio/u32-asnprintf: New file.
23855         * modules/unistdio/u32-asprintf: New file.
23856         * modules/unistdio/u32-printf-parse: New file.
23857         * modules/unistdio/u32-snprintf: New file.
23858         * modules/unistdio/u32-sprintf: New file.
23859         * modules/unistdio/u32-vasnprintf: New file.
23860         * modules/unistdio/u32-vasprintf: New file.
23861         * modules/unistdio/u32-vsnprintf: New file.
23862         * modules/unistdio/u32-vsprintf: New file.
23863         * modules/unistdio/u32-u32-asnprintf: New file.
23864         * modules/unistdio/u32-u32-asprintf: New file.
23865         * modules/unistdio/u32-u32-snprintf: New file.
23866         * modules/unistdio/u32-u32-sprintf: New file.
23867         * modules/unistdio/u32-u32-vasnprintf: New file.
23868         * modules/unistdio/u32-u32-vasprintf: New file.
23869         * modules/unistdio/u32-u32-vsnprintf: New file.
23870         * modules/unistdio/u32-u32-vsprintf: New file.
23871         * modules/unistdio/ulc-asnprintf-tests: New file.
23872         * modules/unistdio/ulc-vasnprintf-tests: New file.
23873         * modules/unistdio/ulc-vasprintf-tests: New file.
23874         * modules/unistdio/ulc-vsnprintf-tests: New file.
23875         * modules/unistdio/ulc-vsprintf-tests: New file.
23876         * modules/unistdio/u8-asnprintf-tests: New file.
23877         * modules/unistdio/u8-vasnprintf-tests: New file.
23878         * modules/unistdio/u8-vasprintf-tests: New file.
23879         * modules/unistdio/u8-vsnprintf-tests: New file.
23880         * modules/unistdio/u8-vsprintf-tests: New file.
23881         * modules/unistdio/u16-asnprintf-tests: New file.
23882         * modules/unistdio/u16-vasnprintf-tests: New file.
23883         * modules/unistdio/u16-vasprintf-tests: New file.
23884         * modules/unistdio/u16-vsnprintf-tests: New file.
23885         * modules/unistdio/u16-vsprintf-tests: New file.
23886         * modules/unistdio/u32-asnprintf-tests: New file.
23887         * modules/unistdio/u32-vasnprintf-tests: New file.
23888         * modules/unistdio/u32-vasprintf-tests: New file.
23889         * modules/unistdio/u32-vsnprintf-tests: New file.
23890         * modules/unistdio/u32-vsprintf-tests: New file.
23891         * MODULES.html.sh (Unicode string functions): Add the new modules.
23892
23893 2007-07-01  Bruno Haible  <bruno@clisp.org>
23894
23895         * lib/sprintf.c (sprintf): Limit the available length estimation,
23896         to avoid address wraparound.
23897         * lib/vsprintf.c (vsprintf): Likewise.
23898         * modules/sprintf-posix (Dependencies): Add stdint.
23899         * modules/vsprintf-posix (Dependencies): Likewise.
23900
23901 2007-07-01  Bruno Haible  <bruno@clisp.org>
23902
23903         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
23904         Windows PATH as well. Conservative double-quoting. Comments.
23905
23906 2007-07-01  Bruno Haible  <bruno@clisp.org>
23907             Eric Blake  <ebb9@byu.net>
23908             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23909
23910         * gnulib-tool (self_abspathname): Fix algorithm to cope with
23911         empty components in $PATH, denoting '.'.
23912
23913 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23914
23915         * gnulib-tool: Fix indentation.
23916         (func_create_megatestdir): Likewise.
23917         Report by Bruno Haible.
23918
23919 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23920
23921         Sync from Automake.
23922         * build-aux/gnupload: Fix shell portability issues with for loops.
23923         Report by Karl Berry.
23924
23925 2007-06-29  Simon Josefsson  <simon@josefsson.org>
23926
23927         * build-aux/maint.mk (POURL): Use translationproject.org.
23928
23929 2007-06-27  Simon Josefsson  <simon@josefsson.org>
23930             Bruno Haible  <bruno@clisp.org>
23931
23932         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
23933         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
23934         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
23935         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
23936         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
23937
23938 2007-06-27  Bruno Haible  <bruno@clisp.org>
23939
23940         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
23941         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
23942
23943 2007-06-26  Karl Berry  <karl@gnu.org>
23944
23945         * MODULES.html.sh: remove xreadlink-with-size.
23946
23947 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
23948
23949         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
23950         method that I hope also handles the double-include problem noted
23951         by Bruno Haible in
23952         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
23953
23954 2007-06-23  Bruno Haible  <bruno@clisp.org>
23955
23956         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23957         Don't let the 'mostlyclean' target fail if the last subdirectory could
23958         not be removed.
23959         Reported by Karl Berry.
23960
23961 2007-06-23  Bruno Haible  <bruno@clisp.org>
23962
23963         * gnulib-tool (echo): Add a speedier workaround for ksh.
23964         * tests/test-echo.sh: Likewise.
23965
23966 2007-06-23  Bruno Haible  <bruno@clisp.org>
23967
23968         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
23969         * tests/test-echo.sh: Likewise.
23970
23971 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23972
23973         * gnulib-tool (IFS): Initialize early, so we don't set it to
23974         empty later.
23975         (self_abspathname): Rewrite algorithm to set it, reindent.
23976         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
23977         (func_create_megatestdir): Merge some sed scripts.
23978
23979 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
23980
23981         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
23982         exposed by Sun Studio 11 cc on Solaris 8.
23983
23984 2007-06-22  Bruno Haible  <bruno@clisp.org>
23985
23986         * gnulib-tool (echo): Ensure the echo primitive does not interpret
23987         backslashes.
23988         * tests/test-echo.sh: New file.
23989
23990 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23991
23992         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
23993         simplify `sed_replace_build_aux' scripts, they are portable but
23994         echoing them with `echo' is not.
23995         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
23996
23997 2007-06-21  Karl Berry  <karl@gnu.org>
23998
23999         * config/srclist.txt: guess we can't handle the licenses via
24000         srclist at the moment.
24001
24002 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
24003
24004         * MODULES.html.sh: Add include_next.
24005         * modules/include_next: New file.
24006
24007 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
24008
24009         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
24010         INCLUDE_NEXT.
24011         (gl_CHECK_NEXT_HEADERS): New macro.
24012         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
24013         the obsolescent gl_ABSOLUTE_HEADER.
24014         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
24015         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
24016         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
24017         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
24018         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
24019         * m4/math_h.m4 (gl_MATH_H): Likewise.
24020         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
24021         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
24022         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
24023         * m4/stdint.m4 (gl_STDINT_H): Likewise.
24024         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
24025         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
24026         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
24027         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
24028         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
24029         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
24030         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
24031         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
24032         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
24033         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
24034         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
24035         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
24036         * m4/inttypes.m4 (gl_INTTYPES_H): Define
24037         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
24038         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
24039         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
24040         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
24041         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
24042         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
24043         * lib/float_.h: Likewise.
24044         * lib/inttypes_.h: Likewise.
24045         * lib/math_.h: Likewise.
24046         * lib/search_.h: Likewise.
24047         * lib/signal_.h: Likewise.
24048         * lib/stdint_.h: Likewise.
24049         * lib/stdio_.h: Likewise.
24050         * lib/stdlib_.h: Likewise.
24051         * lib/string_.h: Likewise.
24052         * lib/sys_stat_.h: Likewise.
24053         * lib/sys_time_.h: Likewise.
24054         * lib/time_.h: Likewise.
24055         * lib/unistd_.h: Likewise.
24056         * lib/wchar_.h: Likewise.
24057         * lib/wctype_.h: Likewise.
24058         * lib/dirent_.h: Likewise.
24059         * lib/iconv_.h: Likewise.
24060         * lib/locale_.h: Likewise.
24061         * lib/netinet_in_.h: Likewise.
24062         * lib/sys_select_.h: Likewise.
24063         * lib/sys_socket_.h: Likewise.
24064         * lib/sysexits_.h: Likewise.
24065         * modules/fcntl (Depends-on): Depend on include_next, not
24066         absolute_header.
24067         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
24068         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
24069         * modules/fchdir: Likewise.
24070         * modules/float: Likewise.
24071         * modules/iconv_open: Likewise.
24072         * modules/inttypes: Likewise.
24073         * modules/locale: Likewise.
24074         * modules/math: Likewise.
24075         * modules/netinet_in: Likewise.
24076         * modules/search: Likewise.
24077         * modules/signal: Likewise.
24078         * modules/stdint: Likewise.
24079         * modules/stdio: Likewise.
24080         * modules/stdlib: Likewise.
24081         * modules/string: Likewise.
24082         * modules/sys_select: Likewise.
24083         * modules/sys_socket: Likewise.
24084         * modules/sys_stat: Likewise.
24085         * modules/sys_time: Likewise.
24086         * modules/sysexits: Likewise.
24087         * modules/time: Likewise.
24088         * modules/unistd: Likewise.
24089         * modules/wchar: Likewise.
24090         * modules/wctype: Likewise.
24091         * modules/sys_stat: Change maintainer to "all".
24092         * modules/unistd: Likewise.
24093
24094 2007-06-20  Karl Berry  <karl@gnu.org>
24095
24096         * config/srclist.txt: track www changes in license files.
24097
24098 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
24099
24100         * build-aux/bootstrap: Remove stray dot.
24101         Make sure build_aux settings are honored when linking
24102         gnulib_extra_files.
24103
24104 2007-06-19  Eric Blake  <ebb9@byu.net>
24105
24106         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
24107         Allow compilation on cygwin.
24108
24109 2007-06-19  Jim Meyering  <jim@meyering.net>
24110
24111         xreadlink-with-size: Remove module.  No longer used.
24112         Ex-callers now use xreadlink or mreadlink-with-size.
24113         * modules/xreadlink-with-size: Remove module.
24114         * lib/xreadlink-with-size.c: Remove file.
24115         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
24116         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
24117         just before the function definition *is* accurate.
24118
24119         Eliminate one way canonicalize_filename_mode could exit.
24120         * lib/canonicalize.c (canonicalize_filename_mode):
24121         Use mreadlink_with_size, not xreadlink_with_size.
24122
24123 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
24124
24125         Detect porting problems to FreeBSD/arm, which has time_t wider than
24126         long int.  Original problem reported for GNU diff by Xin Li in
24127         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
24128         * modules/getdate (Depends-on): Add intprops, verify.
24129         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
24130         is an integer type no wider than long int.
24131
24132 2007-06-18  Jim Meyering  <jim@meyering.net>
24133
24134         New module: mreadlink-with-size.
24135         * MODULES.html.sh: Add mreadlink-with-size.
24136         * modules/mreadlink-with-size: New module
24137         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
24138         not xreadlink-with-size.
24139         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
24140
24141 2007-06-16  Bruno Haible  <bruno@clisp.org>
24142
24143         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
24144         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
24145         Reported by Gary V. Vaughan <gary@gnu.org>.
24146
24147 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
24148
24149         Revamp lchown so that it lives in unistd.h where it belongs.
24150         * lib/lchown.h: Remove.
24151         * lib/dirchownmod.c: Don't include lib/lchown.h.
24152         * lib/fchownat.c: Likewise.
24153         * lib/openat.c: Likewise.
24154         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
24155         does not follow symlinks.
24156         (EOPNOTSUPP): Define if not defined.
24157         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
24158         is defined to 0.
24159         (lchown): New decl.
24160         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
24161         Do not check for lchown decl.
24162         Set REPLACE_LCHOWN.
24163         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
24164         REPLACE_LCHOWN.
24165         * modules/chown: Make it clear it follows symlinks.
24166         * modules/lchown: Make it clear it doesn't follow symlinks.
24167         (Files): Remove lib/lchown.h
24168         (Depends-on): Add unistd.
24169         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
24170         (Include): Include <unistd.h>, not "lchown.h".
24171         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
24172         REPLACE_LCHOWN.
24173
24174 2007-06-15  Jim Meyering  <jim@meyering.net>
24175
24176         Change license (GPL to LGPL) of fsusage and dependents.
24177         * modules/fsusage (License): Change to LGPL.
24178         * modules/full-read (License): Likewise.
24179         * modules/full-write (License): Likewise.
24180         * modules/safe-read (License): Likewise.
24181         * modules/safe-write (License): Likewise.
24182
24183 2007-06-14  Ben Pfaff  <blp@gnu.org>
24184
24185         Missing part of allocsa -> malloca transition.
24186         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
24187         gl_MALLOCA.
24188
24189 2007-06-12  Bruno Haible  <bruno@clisp.org>
24190
24191         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
24192         to ia64, x86_64, i386.
24193         Reported by Eric Blake.
24194
24195 2007-06-12  Bruno Haible  <bruno@clisp.org>
24196
24197         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
24198         cross-compiling to x86_64.
24199
24200 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
24201
24202         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
24203         glitch reported by Ralf Wildenhues in
24204         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
24205
24206         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
24207         Vin Shelton.
24208
24209 2007-06-11  Bruno Haible  <bruno@clisp.org>
24210
24211         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
24212         replacement string.
24213         Reported by Eric Blake.
24214
24215 2007-06-10  Bruno Haible  <bruno@clisp.org>
24216
24217         Prepare vasnprintf code for use with Unicode strings.
24218         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
24219         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
24220         TYPE_U32_STRING.
24221         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
24222         a_u32_string variants.
24223         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
24224         * lib/printf-args.c: Don't include config.h and the specification
24225         header if PRINTF_FETCHARGS is already defined.
24226         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
24227         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
24228         TYPE_U16_STRING, TYPE_U32_STRING.
24229         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
24230         u16_directive, u16_directives, u32_directive, u32_directives): New
24231         types.
24232         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
24233         New declarations.
24234         * lib/printf-parse.c: Don't include config.h and the specification
24235         header if PRINTF_PARSE is already defined. Eliminate the set of
24236         parameters for WIDE_CHAR_VERSION; the user of this file must provide
24237         them now. Include c-ctype.h.
24238         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
24239         directive and CHAR_T_ONLY_ASCII.
24240         * lib/vasnprintf.c: Don't include config.h and the specification header
24241         if VASNPRINTF is already defined.
24242         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
24243         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
24244         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
24245         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
24246         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
24247         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
24248         code accordingly.
24249         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
24250         pad_ourselves also in this case, with the 'c' and 's' directives, and
24251         with a different notion of "width".
24252         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
24253
24254 2007-06-10  Bruno Haible  <bruno@clisp.org>
24255
24256         * modules/unistr/u32-mbsnlen: New file.
24257         * lib/unistr/u32-mbsnlen.c: New file.
24258
24259         * modules/unistr/u16-mbsnlen: New file.
24260         * lib/unistr/u16-mbsnlen.c: New file.
24261
24262         * modules/unistr/u8-mbsnlen: New file.
24263         * lib/unistr/u8-mbsnlen.c: New file.
24264
24265         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
24266         declarations.
24267
24268 2007-06-10  Bruno Haible  <bruno@clisp.org>
24269
24270         * lib/string_.h (mbsnlen): New declaration.
24271         * lib/mbsnlen.c: New file.
24272         * m4/mbsnlen.m4: New file.
24273         * modules/mbsnlen: New file.
24274         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
24275         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
24276         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
24277
24278 2007-06-10  Bruno Haible  <bruno@clisp.org>
24279
24280         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
24281
24282 2007-06-10  Bruno Haible  <bruno@clisp.org>
24283
24284         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
24285         * lib/mbuiter.h: Likewise.
24286
24287 2007-06-10  Bruno Haible  <bruno@clisp.org>
24288
24289         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
24290         declaration.
24291
24292 2007-06-10  Karl Berry  <karl@gnu.org>
24293
24294         * config/srclist.txt: remove gettext entries, Bruno prefers
24295         to update individually.
24296
24297 2007-06-10  Bruno Haible  <bruno@clisp.org>
24298
24299         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
24300         'maxlen'. Ensure only length + width bytes are allocated, not
24301         length + 1 + width.
24302
24303 2007-06-09  Bruno Haible  <bruno@clisp.org>
24304
24305         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
24306         (CHAR_T): Remove macro.
24307         (VASNPRINTF): Update.
24308
24309 2007-06-09  Bruno Haible  <bruno@clisp.org>
24310
24311         * MODULES.html.sh (Unicode string functions): Add the new modules.
24312
24313         * modules/uniconv/u32-conv-to-enc: New file.
24314         * lib/uniconv/u32-conv-to-enc.c: New file.
24315         * modules/uniconv/u32-conv-to-enc-tests: New file.
24316         * tests/uniconv/test-u32-conv-to-enc.c: New file.
24317
24318         * modules/uniconv/u16-conv-to-enc: New file.
24319         * lib/uniconv/u16-conv-to-enc.c: New file.
24320         * lib/uniconv/u-conv-to-enc.h: New file.
24321         * modules/uniconv/u16-conv-to-enc-tests: New file.
24322         * tests/uniconv/test-u16-conv-to-enc.c: New file.
24323
24324         * modules/uniconv/u8-conv-to-enc: New file.
24325         * lib/uniconv/u8-conv-to-enc.c: New file.
24326         * modules/uniconv/u8-conv-to-enc-tests: New file.
24327         * tests/uniconv/test-u8-conv-to-enc.c: New file.
24328
24329         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
24330         u32_conv_to_encoding): New declarations.
24331
24332 2007-06-09  Bruno Haible  <bruno@clisp.org>
24333
24334         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
24335
24336 2007-06-09  Bruno Haible  <bruno@clisp.org>
24337
24338         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
24339         * modules/malloca: Renamed from modules/allocsa, updated.
24340         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
24341         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
24342         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
24343         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
24344         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
24345         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
24346         * modules/xmalloca: Renamed from modules/xallocsa, updated.
24347         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
24348         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
24349         * modules/c-strcasestr (Depends-on): Update.
24350         * lib/c-strcasestr.c: Update.
24351         * modules/c-strstr (Depends-on): Update.
24352         * lib/c-strstr.c: Update.
24353         * modules/canonicalize-lgpl (Depends-on): Update.
24354         * lib/canonicalize-lgpl.c: Update.
24355         * modules/clean-temp (Depends-on): Update.
24356         * lib/clean-temp.c: Update.
24357         * modules/csharpcomp (Depends-on): Update.
24358         * lib/csharpcomp.c: Update.
24359         * modules/csharpexec (Depends-on): Update.
24360         * lib/csharpexec.c: Update.
24361         * modules/javacomp (Depends-on): Update.
24362         * lib/javacomp.c: Update.
24363         * modules/javaexec (Depends-on): Update.
24364         * lib/javaexec.c: Update.
24365         * modules/mbscasestr (Depends-on): Update.
24366         * lib/mbscasestr.c: Update.
24367         * modules/mbsstr (Depends-on): Update.
24368         * lib/mbsstr.c: Update.
24369         * modules/setenv (Depends-on): Update.
24370         * lib/setenv.c: Update.
24371         * modules/strcasestr (Depends-on): Update.
24372         * lib/strcasestr.c: Update.
24373         * modules/striconveha (Depends-on): Update.
24374         * lib/striconveha.c: Update.
24375         * modules/relocatable-prog-wrapper (Files): Update.
24376         * lib/relocwrapper.c: Update.
24377         * build-aux/install-reloc: Update.
24378         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
24379
24380 2007-06-08  Bruno Haible  <bruno@clisp.org>
24381
24382         Port to uClibc.
24383         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
24384         * lib/fpurge.c (fpurge): Likewise.
24385         * lib/freading.c (freading): Likewise.
24386         * lib/fseeko.c (rpl_fseeko): Likewise.
24387         * lib/fseterr.c (fseterr): Likewise.
24388         * lib/fwriting.c (fwriting): Likewise.
24389         * tests/test-fflush.c (main): Avoid a failure on uClibc.
24390
24391 2007-06-08  Bruno Haible  <bruno@clisp.org>
24392
24393         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
24394         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
24395         * modules/gettext (Files): Add m4/intlmacosx.m4.
24396
24397 2007-06-07  Bruno Haible  <bruno@clisp.org>
24398
24399         * modules/localename-tests: New file.
24400         * tests/test-localename.c: New file.
24401
24402         New module 'localename'.
24403         * lib/localename.h: New file.
24404         * lib/localename.c: New file, from GNU gettext.
24405         * m4/localename.m4: New file.
24406         * modules/localename: New file.
24407
24408 2007-06-07  Bruno Haible  <bruno@clisp.org>
24409
24410         Work around the lack of <wchar.h> on some builds of uClibc.
24411         * doc/headers/wchar.texi: Update.
24412         * lib/wchar_.h: Include <wchar.h> only if it exists.
24413         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
24414         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
24415         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
24416         doesn't exist.
24417         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
24418         * modules/mbfile (Depends-on): Add wchar.
24419         * modules/mbiter (Depends-on): Likewise.
24420         * modules/mbuiter (Depends-on): Likewise.
24421         Reported by Simon Josefsson.
24422
24423 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
24424
24425         Work around problem reported by Steven M. Schweda in
24426         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
24427         Tru64 5.1B with the Compaq compiler environment installed declares
24428         an 'isblank' function but does not define it in the C library.
24429         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
24430         * lib/regex_internal.h (isblank): Likewise.
24431         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
24432         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
24433
24434 2007-06-05  Bruno Haible  <bruno@clisp.org>
24435
24436         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
24437         ia64.
24438         * modules/printf-safe: New file.
24439         * modules/fprintf-posix (Depends-on): Add printf-safe.
24440         * modules/printf-posix (Depends-on): Likewise.
24441         * modules/snprintf-posix (Depends-on): Likewise.
24442         * modules/sprintf-posix (Depends-on): Likewise.
24443         * modules/vasnprintf-posix (Depends-on): Likewise.
24444         * modules/vasprintf-posix (Depends-on): Likewise.
24445         * modules/vfprintf-posix (Depends-on): Likewise.
24446         * modules/vprintf-posix (Depends-on): Likewise.
24447         * modules/vsnprintf-posix (Depends-on): Likewise.
24448         * modules/vsprintf-posix (Depends-on): Likewise.
24449         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
24450         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
24451         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
24452         "no" on i386, x86_64, ia64.
24453         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
24454         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
24455         on i386, x86_64, ia64.
24456         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
24457         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
24458         on i386, x86_64, ia64.
24459         * tests/test-vasnprintf-posix.c: Include float.h.
24460         (LDBL80_WORDS): New macro.
24461         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
24462         on i386, x86_64, ia64.
24463         * tests/test-vasprintf-posix.c: Include float.h.
24464         (LDBL80_WORDS): New macro.
24465         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
24466         on i386, x86_64, ia64.
24467         * tests/test-snprintf-posix.c: Include float.h.
24468         * tests/test-sprintf-posix.c: Likewise.
24469         * tests/test-vsnprintf-posix.c: Likewise.
24470         * tests/test-vsprintf-posix.c: Likewise.
24471
24472 2007-06-05  Bruno Haible  <bruno@clisp.org>
24473
24474         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
24475         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
24476         non-IEEE numbers on i386, x86_64, ia64.
24477         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
24478         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
24479         * tests/test-isnanl.h: Include float.h.
24480         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
24481
24482 2007-06-05  Bruno Haible  <bruno@clisp.org>
24483
24484         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
24485         also the %a / %A. Handle the %a / %A code before this extra handling.
24486
24487 2007-06-05  Bruno Haible  <bruno@clisp.org>
24488
24489         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
24490         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
24491
24492 2007-06-05  Bruno Haible  <bruno@clisp.org>
24493
24494         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
24495         typo in variable name.
24496
24497 2007-06-05  Eric Blake  <ebb9@byu.net>
24498
24499         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
24500         Reported by Simon Josefsson.
24501
24502 2007-06-04  Bruno Haible  <bruno@clisp.org>
24503
24504         Avoid test failures on some PowerPC platforms.
24505         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
24506         Define differently for PowerPC.
24507         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
24508         Reported by Gary V. Vaughan <gary@gnu.org>.
24509
24510 2007-06-02  Bruno Haible  <bruno@clisp.org>
24511
24512         Fix test-stdint failure on FreeBSD/ia64.
24513         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
24514         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
24515         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
24516         * doc/headers/stdint.texi: Update.
24517
24518 2007-06-01  Bruno Haible  <bruno@clisp.org>
24519
24520         * tests/test-binary-io.c (main): Pass a third argument to open().
24521         Reported by Gary V. Vaughan <gary@gnu.org>.
24522
24523 2007-06-01  Bruno Haible  <bruno@clisp.org>
24524
24525         * doc/functions/frexpl.texi: Update for mingw.
24526
24527 2007-06-01  Bruno Haible  <bruno@clisp.org>
24528
24529         * tests/test-lseek.c (main): Disable test of errno for invalid third
24530         argument.
24531         * doc/functions/lseek.texi: Update.
24532         Reported by Gary V. Vaughan <gary@gnu.org>.
24533
24534 2007-05-28  Bruno Haible  <bruno@clisp.org>
24535
24536         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
24537
24538 2007-05-31  Eric Blake  <ebb9@byu.net>
24539
24540         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
24541         cross compiling.
24542
24543 2007-05-30  Eric Blake  <ebb9@byu.net>
24544         and Bruno Haible  <bruno@clisp.org>
24545
24546         Work around mingw test failures exposed by m4-1.4.9b.
24547         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
24548         * tests/test-unistd.c: Disable uid_t and git_t tests for the
24549         moment.
24550
24551 2007-05-30  Bruno Haible  <bruno@clisp.org>
24552
24553         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
24554         assuming that they are closed. Needed on HP-UX 11.
24555
24556 2007-05-29  Bruno Haible  <bruno@clisp.org>
24557
24558         Fix a problem with #include_next.
24559         * lib/dirent_.h: Split the double-inclusion guard.
24560         * lib/fcntl_.h: Likewise.
24561         * lib/float_.h: Likewise.
24562         * lib/iconv_.h: Likewise.
24563         * lib/inttypes_.h: Likewise.
24564         * lib/locale_.h: Likewise.
24565         * lib/math_.h: Likewise.
24566         * lib/netinet_in_.h: Likewise.
24567         * lib/search_.h: Likewise.
24568         * lib/signal_.h: Likewise.
24569         * lib/stdint_.h: Likewise.
24570         * lib/stdio_.h: Likewise.
24571         * lib/stdlib_.h: Likewise.
24572         * lib/string_.h: Likewise.
24573         * lib/sys_select_.h: Likewise.
24574         * lib/sys_socket_.h: Likewise.
24575         * lib/sys_stat_.h: Likewise.
24576         * lib/sys_time_.h: Likewise.
24577         * lib/sysexits_.h: Likewise.
24578         * lib/time_.h: Likewise.
24579         * lib/unistd_.h: Likewise.
24580         * lib/wchar_.h: Likewise.
24581         * lib/wctype_.h: Likewise.
24582
24583 2007-05-29  Bruno Haible  <bruno@clisp.org>
24584
24585         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
24586         for the moment.
24587
24588 2007-05-29  Bruno Haible  <bruno@clisp.org>
24589
24590         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
24591         invocation.
24592         Reported by Eric Blake.
24593
24594 2007-05-29  Bruno Haible  <bruno@clisp.org>
24595
24596         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
24597         compiling case.
24598
24599 2007-05-29  Eric Blake  <ebb9@byu.net>
24600             Bruno Haible  <bruno@clisp.org>
24601
24602         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
24603         cross compiles.
24604
24605 2007-05-28  Eric Blake  <ebb9@byu.net>
24606
24607         * modules/closein-tests (test_closein_LDADD): Support test on
24608         cygwin with libtool.
24609
24610 2007-05-28  Bruno Haible  <bruno@clisp.org>
24611
24612         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
24613         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
24614         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
24615         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
24616         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
24617         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
24618         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
24619         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
24620         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
24621
24622 2007-05-28  Eric Blake  <ebb9@byu.net>
24623
24624         Unconditionally include <config.h> in unit tests.
24625         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
24626         * tests/test-allocsa.c, tests/test-arcfour.c,
24627         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
24628         tests/test-array_list.c, tests/test-array_oset.c,
24629         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
24630         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
24631         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
24632         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
24633         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
24634         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
24635         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
24636         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
24637         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
24638         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
24639         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
24640         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
24641         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
24642         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
24643         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
24644         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
24645         test-md5.c, test-memmem.c, test-printf-posix.c,
24646         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
24647         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
24648         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
24649         test-strcasestr.c, test-striconv.c, test-striconveh.c,
24650         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
24651         test-vasnprintf-posix2.c, test-vasnprintf.c,
24652         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
24653         test-vfprintf-posix.c, test-vprintf-posix.c,
24654         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
24655         test-xvasprintf.c: Likewise.
24656
24657 2007-05-28  Bruno Haible  <bruno@clisp.org>
24658
24659         * gnulib-tool (func_import): Remember the --with-tests command-line
24660         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
24661         Reported by Eric Blake.
24662
24663 2007-05-28  Bruno Haible  <bruno@clisp.org>
24664
24665         * modules/ftell-tests: New file.
24666         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
24667         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
24668
24669         * lib/ftell.c: New file.
24670         * modules/ftell: New file.
24671         * m4/ftell.m4: New file.
24672         * doc/functions/ftell.texi: Update.
24673         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
24674         REPLACE_FTELL.
24675         * lib/stdio_.h (rpl_ftell): New declaration.
24676         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
24677         REPLACE_FTELL.
24678
24679 2007-05-28  Eric Blake  <ebb9@byu.net>
24680
24681         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
24682
24683 2007-05-28  Bruno Haible  <bruno@clisp.org>
24684
24685         * modules/fseek-tests: New file.
24686         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
24687         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
24688
24689         * lib/fseek.c: New file.
24690         * modules/fseek: New file.
24691         * m4/fseek.m4: New file.
24692         * doc/functions/fseek.texi: Update.
24693         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
24694         REPLACE_FSEEK.
24695         * lib/stdio_.h (rpl_fseek): New declaration.
24696         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
24697         REPLACE_FSEEK.
24698
24699 2007-05-28  Bruno Haible  <bruno@clisp.org>
24700
24701         * lib/stdio_.h (fflush): More comments.
24702
24703 2007-05-28  Bruno Haible  <bruno@clisp.org>
24704
24705         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
24706         runtime test.
24707
24708 2007-05-28  Eric Blake  <ebb9@byu.net>
24709
24710         Improve lseek module.
24711         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
24712         * lib/unistd_.h (lseek): Scale back link warning message.
24713         * tests/test-lseek.c: Beef up test.
24714         * tests/test-lseek.sh: Exercise more facets of lseek.
24715         Reported by Bruno Haible.
24716
24717 2007-05-28  Bruno Haible  <bruno@clisp.org>
24718
24719         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
24720         to define.
24721
24722 2007-05-27  Bruno Haible  <bruno@clisp.org>
24723
24724         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
24725
24726 2007-05-27  Bruno Haible  <bruno@clisp.org>
24727
24728         * modules/openmp: New file.
24729         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
24730         Noah Misch.
24731
24732 2007-05-26  Bruno Haible  <bruno@clisp.org>
24733
24734         * modules/chdir-long (Depends-on): Add fchdir.
24735         * modules/chdir-safer (Depends-on): Likewise.
24736         * modules/fts (Depends-on): Likewise.
24737         * modules/fts-lgpl (Depends-on): Likewise.
24738         * modules/openat (Depends-on): Likewise.
24739         * modules/savewd (Depends-on): Likewise.
24740
24741 2007-05-24  Eric Blake  <ebb9@byu.net>
24742
24743         Fix lseek on mingw.
24744         * modules/lseek: New module.
24745         * m4/lseek.m4: New file.
24746         * lib/lseek.c: New file.
24747         * modules/lseek-tests: New file.
24748         * tests/test-lseek.c: New file.
24749         * tests/test-lseek.sh: New file.
24750         * MODULES.html.sh: Document lseek module.
24751         * modules/fflush (Depends-on): Add lseek, fseeko.
24752         * modules/fseeko (Depends-on): Likewise.
24753         * modules/ftello (Depends-on): Likewise.
24754         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
24755         broken.
24756         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
24757         broken.
24758         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
24759         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
24760         * lib/ftello.c (rpl_ftello): Likewise.
24761         * tests/test-fseeko.c (main): Test this.
24762         * tests/test-fseeko.sh: Likewise.
24763         * tests/test-ftello.c (main): Likewise.
24764         * tests/test-ftello.sh: Likewise.
24765         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
24766         implies replacing fseek.
24767         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
24768         HAVE_FTELLO.
24769         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
24770         * modules/unistd (Makefile.am): Likewise.
24771         * lib/unistd_.h (lseek): Declare a replacement.
24772         * doc/functions/lseek.texi (lseek): Document this fix.
24773         * doc/functions/fseek.texi (fseek): Likewise.
24774         * doc/functions/ftell.texi (ftell): Likewise.
24775
24776 2007-05-24  Bruno Haible  <bruno@clisp.org>
24777
24778         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
24779         in the printed representation of a NaN.
24780         * tests/test-vasprintf-posix.c (test_function): Likewise.
24781         * tests/test-snprintf-posix.h (test_function): Likewise.
24782         * tests/test-sprintf-posix.h (test_function): Likewise.
24783         Reported by Eric Blake.
24784
24785 2007-05-23  Eric Blake  <ebb9@byu.net>
24786
24787         Fix fseeko/ftello on cygwin 1.5.24.
24788         * doc/functions/fseeko.texi (fseeko): Document the fix.
24789         * doc/functions/ftello.texi (ftello): Document the fix.
24790         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
24791         * doc/functions/stdout.text (stdout): New file.
24792         * doc/functions/stderr.text (stderr): New file.
24793         * doc/gnulib.texi (Function Substitutes): Use new files.
24794         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
24795         prior to 1.7.0.
24796         * tests/test-ftello.c (main): Likewise for ftello.
24797         * tests/test-fseeko.sh: New file.
24798         * tests/test-ftello.sh: New file.
24799         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
24800         with seekable stdin.
24801         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
24802         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
24803         (gl_REPLACE_FSEEKO): New macro.
24804         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
24805         * modules/fseeko (Files): Distribute fseeko.c.
24806         * modules/ftello (Files): Distribute ftello.c.
24807         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
24808         mode.
24809         * lib/ftello.c (rpl_ftello): New file.
24810         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
24811         fseeko, ftello.
24812         (gl_STDIN_LARGE_OFFSET): New macro.
24813         * modules/stdio (Makefile.am): Perform the replacement.
24814         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
24815
24816 2007-05-23  Bruno Haible  <bruno@clisp.org>
24817
24818         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
24819         GNULIB_POSIXCHECK is defined.
24820
24821 2007-05-21  Bruno Haible  <bruno@clisp.org>
24822
24823         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
24824         Check also the output for NaN arguments. When cross-compiling, guess
24825         no on IRIX.
24826         * lib/vasnprintf.c: Update comments.
24827         * tests/test-vasnprintf-posix.c (strisnan): New function.
24828         (test_function): Use it.
24829         * tests/test-vasprintf-posix.c (strisnan): New function.
24830         (test_function): Use it.
24831         * tests/test-snprintf-posix.h (strisnan): New function.
24832         (test_function): Use it.
24833         * tests/test-sprintf-posix.h (strisnan): New function.
24834         (test_function): Use it.
24835         Reported by Eric Blake.
24836
24837 2007-05-20  Bruno Haible  <bruno@clisp.org>
24838
24839         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
24840         numbers that fails on BeOS.
24841         * doc/functions/frexpl.texi: Update.
24842
24843 2007-05-20  Jim Meyering  <jim@meyering.net>
24844
24845         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
24846         forced upon us by glibc-2.6.
24847
24848 2007-05-20  Bruno Haible  <bruno@clisp.org>
24849
24850         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
24851         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
24852         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
24853         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
24854         NEED_PRINTF_INFINITE.
24855         (is_infinitel): New function.
24856         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
24857         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
24858         gl_PREREQ_VASNPRINTF_INFINITE.
24859         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
24860         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24861         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
24862         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
24863         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
24864         gl_PREREQ_VASNPRINTF_INFINITE.
24865         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24866         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24867         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24868         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24869         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24870         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24871         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24872         * doc/functions/fprintf.texi: Update.
24873         * doc/functions/printf.texi: Update.
24874         * doc/functions/snprintf.texi: Update.
24875         * doc/functions/sprintf.texi: Update.
24876         * doc/functions/vfprintf.texi: Update.
24877         * doc/functions/vprintf.texi: Update.
24878         * doc/functions/vsnprintf.texi: Update.
24879         * doc/functions/vsprintf.texi: Update.
24880
24881 2007-05-20  Bruno Haible  <bruno@clisp.org>
24882
24883         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
24884         was not found in libc.
24885         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
24886
24887 2007-05-20  Bruno Haible  <bruno@clisp.org>
24888
24889         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
24890         printed as "-nan" instead of "nan".
24891         * tests/test-vasprintf-posix.c (test_function): Likewise.
24892         * tests/test-snprintf-posix.h (test_function): Likewise.
24893         * tests/test-sprintf-posix.h (test_function): Likewise.
24894         Needed for HP-UX 11.
24895
24896 2007-05-20  Jim Meyering  <jim@meyering.net>
24897
24898         Fix buggy test for the fchownat-deref bug.
24899         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
24900         symlink required for the run-test.  Without it, this test would
24901         always declare that fchownat doesn't work, and client code would
24902         unnecessarily use the replacement function with fixed libc.
24903         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
24904         Reported by Greg Schafer.
24905
24906 2007-05-19  Bruno Haible  <bruno@clisp.org>
24907
24908         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
24909         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
24910         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
24911         Needed for IRIX 6.5 and Solaris 2.5.1.
24912
24913 2007-05-19  Bruno Haible  <bruno@clisp.org>
24914
24915         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
24916         (test_function): Skip tests involving -0.0 on platforms where
24917         -0.0 = 0.0.
24918         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
24919         (test_function): Skip tests involving -0.0 on platforms where
24920         -0.0 = 0.0.
24921         * tests/test-snprintf-posix.h (have_minus_zero): New function.
24922         (test_function): Skip tests involving -0.0 on platforms where
24923         -0.0 = 0.0.
24924         * tests/test-sprintf-posix.h (have_minus_zero): New function.
24925         (test_function): Skip tests involving -0.0 on platforms where
24926         -0.0 = 0.0.
24927         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
24928         tests.
24929         * tests/test-printf-posix.h (test_function): Likewise.
24930         * tests/test-printf-posix.output: Remove all -0.0 related results.
24931         Needed for IRIX 6.5.
24932
24933 2007-05-19  Bruno Haible  <bruno@clisp.org>
24934
24935         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
24936         printed as "nan0x7fffffff" instead of "nan".
24937         * tests/test-vasprintf-posix.c (test_function): Likewise.
24938         * tests/test-snprintf-posix.h (test_function): Likewise.
24939         * tests/test-sprintf-posix.h (test_function): Likewise.
24940         * tests/test-fprintf-posix.h (NaN): Remove macro.
24941         (test_function): Remove all NaN related tests.
24942         * tests/test-printf-posix.h (NaN): Remove macro.
24943         (test_function): Remove all NaN related tests.
24944         * tests/test-printf-posix.output: Remove all NaN related results.
24945         Needed for IRIX 6.5.
24946
24947 2007-05-19  Bruno Haible  <bruno@clisp.org>
24948
24949         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
24950         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
24951
24952 2007-05-19  Bruno Haible  <bruno@clisp.org>
24953
24954         * lib/float_.h: New file.
24955         * m4/float_h.m4: New file.
24956         * modules/float: New file.
24957         * modules/isnanl (Dependencies): Add float.
24958         * modules/isnanl-nolibm (Dependencies): Likewise.
24959         * modules/mathl (Dependencies): Likewise.
24960         * modules/printf-frexpl (Dependencies): Likewise.
24961         * modules/signbit (Dependencies): Likewise.
24962         * modules/vasnprintf (Dependencies): Likewise.
24963         * doc/headers/float.texi: Update.
24964
24965 2007-05-19  Jim Meyering  <jim@meyering.net>
24966
24967         * lib/utimens.c (gl_futimens): Rename from futimens,
24968         now that glibc-2.6 declares futimens.
24969         * lib/utimens.h: Likewise.
24970
24971 2007-05-19  Bruno Haible  <bruno@clisp.org>
24972
24973         Avoid test failures on mingw.
24974         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
24975         * tests/test-printf-posix.sh: Likewise.
24976         * tests/test-vfprintf-posix.sh: Likewise.
24977         * tests/test-vprintf-posix.sh: Likewise.
24978
24979 2007-05-19  Bruno Haible  <bruno@clisp.org>
24980
24981         Fix *printf result for NaN, Inf, -0.0 on mingw.
24982         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
24983         * lib/vasnprintf.c: Include math.h and isnan.h.
24984         (is_infinite_or_zero): New function.
24985         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
24986         values in the %f, %F, %e, %E, %g, %G directives.
24987         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
24988         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24989         gl_PRINTF_INFINITE and test its result. Invoke
24990         gl_PREREQ_VASNPRINTF_INFINITE.
24991         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24992         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24993         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
24994         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
24995         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
24996         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
24997         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
24998         * doc/functions/fprintf.texi: Update.
24999         * doc/functions/printf.texi: Update.
25000         * doc/functions/snprintf.texi: Update.
25001         * doc/functions/sprintf.texi: Update.
25002         * doc/functions/vfprintf.texi: Update.
25003         * doc/functions/vprintf.texi: Update.
25004         * doc/functions/vsnprintf.texi: Update.
25005         * doc/functions/vsprintf.texi: Update.
25006
25007 2007-05-19  Bruno Haible  <bruno@clisp.org>
25008
25009         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
25010         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
25011         Instead of multiplying with 10^k, set extra_zeroes to k.
25012         (scale10_round_long_double): Remove function.
25013
25014 2007-05-18  Bruno Haible  <bruno@clisp.org>
25015
25016         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
25017         introduced on 2007-05-06.
25018
25019 2007-05-18  Bruno Haible  <bruno@clisp.org>
25020
25021         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
25022         %g directives.
25023         * tests/test-vasprintf-posix.c (test_function): Likewise.
25024         * tests/test-snprintf-posix.h (test_function): Likewise.
25025         * tests/test-sprintf-posix.h (test_function): Likewise.
25026
25027 2007-05-18  Bruno Haible  <bruno@clisp.org>
25028
25029         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
25030         (strmatch): New function.
25031         (test_function): Test the %f directive on numbers of various exponents.
25032         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
25033         (strmatch): New function.
25034         (test_function): Test the %f directive on numbers of various exponents.
25035         * tests/test-snprintf-posix.h (strmatch): New function.
25036         (test_function): Test the %f directive on numbers of various exponents.
25037         * tests/test-sprintf-posix.h (strmatch): New function.
25038         (test_function): Test the %f directive on numbers of various exponents.
25039         * tests/test-snprintf-posix.c (SIZEOF): New macro.
25040         * tests/test-sprintf-posix.c (SIZEOF): New macro.
25041         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
25042         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
25043
25044 2007-05-18  Bruno Haible  <bruno@clisp.org>
25045
25046         Add support for 'long double' number output.
25047         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
25048         * lib/vasnprintf.c: Include math.h and float+.h.
25049         (mp_limb_t): New type.
25050         (GMP_LIMB_BITS): New macro.
25051         (mp_twolimb_t): New type.
25052         (GMP_TWOLIMB_BITS): New macro.
25053         (mpn_t): New type.
25054         (multiply, divide, convert_to_decimal, decode_long_double,
25055         scale10_round_long_double, scale10_round_decimal_long_double,
25056         floorlog10l): New functions.
25057         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
25058         for the %f, %F, %e, %E, %g, %G directives.
25059         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
25060         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25061         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
25062         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
25063         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25064         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25065         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25066         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25067         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25068         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25069         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25070         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
25071         * modules/snprintf-posix (Depends-on): Likewise.
25072         * modules/sprintf-posix (Depends-on): Likewise.
25073         * modules/vasnprintf-posix (Depends-on): Likewise.
25074         * modules/vasprintf-posix (Depends-on): Likewise.
25075         * modules/vfprintf-posix (Depends-on): Likewise.
25076         * modules/vsnprintf-posix (Depends-on): Likewise.
25077         * modules/vsprintf-posix (Depends-on): Likewise.
25078         * modules/vasnprintf (Files): Add lib/float+.h.
25079         * doc/functions/fprintf.texi: Update.
25080         * doc/functions/printf.texi: Update.
25081         * doc/functions/snprintf.texi: Update.
25082         * doc/functions/sprintf.texi: Update.
25083         * doc/functions/vfprintf.texi: Update.
25084         * doc/functions/vprintf.texi: Update.
25085         * doc/functions/vsnprintf.texi: Update.
25086         * doc/functions/vsprintf.texi: Update.
25087
25088 2007-05-18  Bruno Haible  <bruno@clisp.org>
25089
25090         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
25091
25092 2007-05-18  Bruno Haible  <bruno@clisp.org>
25093
25094         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
25095         for printing 64-bit integers. Needed for mingw.
25096
25097 2007-05-18  Bruno Haible  <bruno@clisp.org>
25098
25099         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
25100         gl_FUNC_FREXPL_WORKS.
25101         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
25102
25103 2007-05-18  Bruno Haible  <bruno@clisp.org>
25104
25105         * modules/frexpl-nolibm-tests: New file.
25106
25107         * modules/frexpl-nolibm: New file.
25108         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
25109
25110 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
25111
25112         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
25113         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
25114         GCC 4.2, which otherwise issues a lot of warnings.
25115         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
25116         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
25117         Likewise.
25118         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
25119         * modules/iconv_open (iconv.h): Likewise.
25120         * modules/locale (locale.h): Likewise.
25121         * modules/netinet_in (netinet/in.h): Likewise.
25122         * modules/sys_select (sys_select.h): Likewise.
25123         * modules/sys_socket (sys/socket.h): Likewise.
25124         * modules/sys_stat (sys/stat.h): Likewise.
25125         * modules/sysexits (sysexits.h): Likewise.
25126         * modules/unistd (unistd.h): Likewise.
25127
25128 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25129
25130         * modules/closein-tests (Makefile.am): Distribute
25131         `test-closein.sh'.
25132
25133 2007-05-17  Bruno Haible  <bruno@clisp.org>
25134
25135         * tests/test-printf-posix.output: Renamed from
25136         tests/test-fprintf-posix.out.
25137         * modules/fprintf-posix-tests: Update.
25138         * modules/printf-posix-tests: Update.
25139         * modules/vfprintf-posix-tests: Update.
25140         * modules/vprintf-posix-tests: Update.
25141         * tests/test-fprintf-posix.sh: Update.
25142         * tests/test-printf-posix.sh: Update.
25143         * tests/test-vfprintf-posix.sh: Update.
25144         * tests/test-vprintf-posix.sh: Update.
25145         Reported by Ralf Wildenhues.
25146
25147 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
25148
25149         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
25150         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
25151         GCC 4.2, which otherwise issues a lot of warnings.
25152         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
25153         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
25154         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
25155         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
25156         it should no longer be needed.
25157         * lib/string_.h: Likewise.
25158         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
25159         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
25160         * modules/inttypes (inttypes.h): Likewise.
25161         * modules/math (math.h): Likewise.
25162         * modules/search (search.h): Likewise.
25163         * modules/signal (signal.h): Likewise.
25164         * modules/stdint (stdint.h): Likewise.
25165         * modules/stdio (stdio.h): Likewise.
25166         * modules/stdlib (stdlib.h): Likewise.
25167         * modules/string (string.h): Likewise.
25168         * modules/sys_time (sys/time.h): Likewise.
25169         * modules/time (time.h): Likewise.
25170         * modules/wchar (wchar.h): Likewise.
25171         * modules/wctype (wtype.h): Likewise.
25172
25173 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
25174
25175         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
25176
25177 2007-05-13  Bruno Haible  <bruno@clisp.org>
25178
25179         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
25180         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
25181         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
25182         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
25183         (gl_PREREQ_STRTOK_R): Don't require it here.
25184
25185 2007-05-13  Bruno Haible  <bruno@clisp.org>
25186
25187         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
25188         when used in C++ mode.
25189
25190 2007-05-12  Bruno Haible  <bruno@clisp.org>
25191
25192         * lib/linebuffer.h: Tweak doc.
25193         * lib/linebuffer.c: Likewise.
25194
25195 2007-05-12  James Youngman  <jay@gnu.org>
25196
25197         * lib/linebuffer.c (readlinebuffer_delim): New function,
25198         like readlinebuffer, but use a caller-specified delimiter.
25199         (readlinebuffer): Just call readlinebuffer_delim with '\n'
25200         as the delimiter.
25201         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
25202
25203 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
25204
25205         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
25206         * modules/openat (Files): Remove openat-die.c.
25207         (Depends-on): Add openat-die.
25208         * modules/openat-die: New module.
25209
25210 2007-05-06  Bruno Haible  <bruno@clisp.org>
25211
25212         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
25213         Update with info about Cygwin.
25214         * doc/functions/fprintf.texi: Update.
25215         * doc/functions/printf.texi: Update.
25216         * doc/functions/snprintf.texi: Update.
25217         * doc/functions/sprintf.texi: Update.
25218         * doc/functions/vfprintf.texi: Update.
25219         * doc/functions/vprintf.texi: Update.
25220         * doc/functions/vsnprintf.texi: Update.
25221         * doc/functions/vsprintf.texi: Update.
25222         Reported by Eric Blake.
25223
25224 2007-05-06  Bruno Haible  <bruno@clisp.org>
25225
25226         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
25227         padding ourselves for the floating-point directives.
25228         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
25229         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
25230         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25231         gl_PRINTF_FLAG_ZERO and test its result. Invoke
25232         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
25233         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25234         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
25235         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25236         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25237         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25238         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25239         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25240         * tests/test-snprintf-posix.h (test_function): Also check the width
25241         and some flags in the %f directive.
25242         * tests/test-sprintf-posix.h (test_function): Likewise.
25243         * tests/test-vasnprintf-posix.c (test_function): Likewise.
25244         * tests/test-vasprintf-posix.c (test_function): Likewise.
25245         * doc/functions/fprintf.texi: Update.
25246         * doc/functions/printf.texi: Update.
25247         * doc/functions/snprintf.texi: Update.
25248         * doc/functions/sprintf.texi: Update.
25249         * doc/functions/vfprintf.texi: Update.
25250         * doc/functions/vprintf.texi: Update.
25251         * doc/functions/vsnprintf.texi: Update.
25252         * doc/functions/vsprintf.texi: Update.
25253
25254 2007-05-06  Bruno Haible  <bruno@clisp.org>
25255
25256         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
25257         pass the ' flag character to sprintf or snprintf.
25258         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
25259         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
25260         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25261         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
25262         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
25263         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25264         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
25265         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25266         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25267         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25268         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25269         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25270         * tests/test-snprintf-posix.h (test_function): Also check the grouping
25271         flag.
25272         * tests/test-sprintf-posix.h (test_function): Likewise.
25273         * tests/test-vasnprintf-posix.c (test_function): Likewise.
25274         * tests/test-vasprintf-posix.c (test_function): Likewise.
25275         * doc/functions/fprintf.texi: Update.
25276         * doc/functions/printf.texi: Update.
25277         * doc/functions/snprintf.texi: Update.
25278         * doc/functions/sprintf.texi: Update.
25279         * doc/functions/vfprintf.texi: Update.
25280         * doc/functions/vprintf.texi: Update.
25281         * doc/functions/vsnprintf.texi: Update.
25282         * doc/functions/vsprintf.texi: Update.
25283
25284 2007-05-01  Bruno Haible  <bruno@clisp.org>
25285
25286         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
25287
25288 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
25289
25290         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
25291         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
25292
25293 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25294
25295         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
25296         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
25297         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
25298
25299 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
25300
25301         * lib/argp-help.c (struct hol_entry): New member `ord'.
25302         (HOL_ENTRY_PTRCMP): Use ord for comparison
25303         (hol_sort): Initialize ord.
25304
25305 2007-05-01  Bruno Haible  <bruno@clisp.org>
25306
25307         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
25308         Reported by Eric Blake.
25309         * doc/gnulib.texi (Function Substitutes): Update.
25310
25311 2007-05-01  Bruno Haible  <bruno@clisp.org>
25312
25313         * doc/functions.texi: Remove file, now redundant through
25314         doc/functions/*.texi.
25315
25316 2007-05-01  Bruno Haible  <bruno@clisp.org>
25317
25318         * modules/argp (Depends-on): Add sleep.
25319
25320 2007-05-01  Bruno Haible  <bruno@clisp.org>
25321
25322         * modules/sleep-tests: New file.
25323         * tests/test-sleep.c: New file.
25324
25325         * modules/sleep: New file.
25326         * lib/sleep.c: New file.
25327         * m4/sleep.m4: New file.
25328         * lib/unistd_.h (sleep): New declaration.
25329         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
25330         HAVE_SLEEP.
25331         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
25332         * doc/functions/sleep.texi: Document the sleep module.
25333
25334 2007-05-01  Bruno Haible  <bruno@clisp.org>
25335
25336         * lib/sigprocmask.h: Remove file.
25337         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
25338         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
25339         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
25340         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
25341         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
25342         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
25343         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
25344         HAVE_SIGSET_T as a shell variable.
25345         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
25346         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
25347         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
25348         (Depends-on): Add signal. Remove verify.
25349         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
25350         (Include): Mention <signal.h> instead of sigprocmask.h.
25351         * NEWS: Mention the change.
25352         * lib/fatal-signal.c: Don't include sigprocmask.h.
25353
25354 2007-05-01  Bruno Haible  <bruno@clisp.org>
25355
25356         * modules/signal: New file.
25357         * lib/signal_.h: New file.
25358         * m4/signal_h.m4: New file.
25359
25360 2007-05-01  Bruno Haible  <bruno@clisp.org>
25361
25362         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
25363         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
25364         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
25365         HAVE_WCTYPE_CTMP_BUG into wctype.h.
25366
25367 2007-05-01  Bruno Haible  <bruno@clisp.org>
25368
25369         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
25370         configure time.
25371         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
25372         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
25373         * modules/sys_stat (Makefile.am): Substitute their values into
25374         sys/stat.h.
25375
25376 2007-05-01  Bruno Haible  <bruno@clisp.org>
25377
25378         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
25379         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
25380         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
25381
25382 2007-05-01  Bruno Haible  <bruno@clisp.org>
25383
25384         * doc/header/assert.texi: Undo last change: don't mention the gnulib
25385         'assert' module here.
25386
25387 2007-05-01  Bruno Haible  <bruno@clisp.org>
25388
25389         * doc/functions/*.texi: New files.
25390         * doc/functions/google-ranking.txt: New file.
25391         * doc/gnulib.texi (Function Substitutes): New chapter.
25392         (ctime, inet_ntoa): Remove sections.
25393         * doc/ctime.texi: Remove file.
25394         * doc/inet_ntoa.texi: Remove file.
25395         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
25396         dependencies.
25397         (%.info): New rule, specifying a --reference-limit.
25398
25399 2007-05-01  Bruno Haible  <bruno@clisp.org>
25400
25401         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
25402
25403 2007-05-01  Bruno Haible  <bruno@clisp.org>
25404
25405         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
25406         the portability of 'mkdir' to mingw systems.
25407
25408 2007-05-01  Bruno Haible  <bruno@clisp.org>
25409
25410         * doc/headers/google-ranking.txt: New file.
25411
25412 2007-04-30  Eric Blake  <ebb9@byu.net>
25413
25414         Prefer fseeko to fseek.
25415         * modules/getpass (Depends-on): Add fseeko.
25416         * lib/getpass.c (getpass): Use fseeko, not fseek.
25417
25418 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
25419
25420         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
25421         assumes the sorting is stable, while most qsort implementations
25422         are not.  Use argument addresses to ensure they never compare as
25423         equal.
25424
25425         * tests/test-argp-2.sh (usage-indent test): Fix output
25426         (func_compare): Restore diff options
25427         * tests/test-argp.c: Restore #include "progname.h"
25428
25429 2007-04-29  Bruno Haible  <bruno@clisp.org>
25430
25431         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
25432         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25433         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
25434         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25435         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
25436         (configure.ac): Define CHECK_SNPRINTF_POSIX.
25437         (TESTS, check_PROGRAMS): Add test-snprintf.
25438         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
25439         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
25440         (TESTS, check_PROGRAMS): Add test-vsnprintf.
25441         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
25442         assertions that fail on HP-UX, OSF/1, or IRIX.
25443         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
25444
25445 2007-04-29  Bruno Haible  <bruno@clisp.org>
25446
25447         * MODULES.html.sh (posix_functions): Remove 'contents'.
25448
25449 2007-04-29  Karl Berry  <karl@gnu.org>
25450
25451         * config/srclist.txt (gendocs_template_min): new entry.
25452
25453 2007-04-29  Bruno Haible  <bruno@clisp.org>
25454
25455         Work around fpurge bug on BSD systems.
25456         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
25457         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
25458         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
25459         fpurge to rpl_fpurge if the system already has this function.
25460         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
25461         the case where the system already has this function. Correct invariants
25462         on BSD systems.
25463         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
25464         BSD systems.
25465
25466 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
25467
25468         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
25469         proposed by Sven Verdoolaege.
25470
25471         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
25472         options.
25473         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
25474         (usage and help tests): Update
25475
25476 2007-04-29  Bruno Haible  <bruno@clisp.org>
25477
25478         * tests/test-fflush.c (main): Use a file of size 17, not 10.
25479         Print more information in case of failure. Disable a test on BeOS.
25480
25481 2007-04-29  Bruno Haible  <bruno@clisp.org>
25482
25483         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
25484         This helps debugging on systems on which no gdb is available.
25485
25486 2007-04-29  Bruno Haible  <bruno@clisp.org>
25487
25488         * lib/freading.h: Improve comments.
25489         * lib/fwriting.h: Likewise.
25490         * tests/test-freading.c (main): Don't check freading immediately after
25491         repositioning. Needed for glibc.
25492
25493 2007-04-29  Bruno Haible  <bruno@clisp.org>
25494
25495         * lib/freading.c (freading): Trivial simplification.
25496
25497 2007-04-28  Bruno Haible  <bruno@clisp.org>
25498
25499         * tests/test-fwriting.c (main): Also test the interaction between
25500         fflush and fwriting.
25501         * modules/fwriting-tests (Depends-on): Add fflush.
25502
25503         * tests/test-freading.c (main): Also test the interaction between
25504         fflush and freading.
25505         * modules/freading-tests (Depends-on): Add fflush.
25506
25507 2007-04-28  Bruno Haible  <bruno@clisp.org>
25508
25509         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
25510         fseeko and ftello.
25511         Suggested by Eric Blake.
25512
25513 2007-04-28  Jim Meyering  <jim@meyering.net>
25514
25515         Avoid false-negative in gl_STDINT_H's C99 conformance test.
25516         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
25517         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
25518
25519 2007-04-27  Eric Blake  <ebb9@byu.net>
25520
25521         * doc/headers/assert.texi (assert.h): Document assert module use.
25522
25523 2007-04-27  Bruno Haible  <bruno@clisp.org>
25524
25525         * doc/headers/*.texi: New files.
25526         * doc/gnulib.texi (Header File Substitutes): New chapter.
25527         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
25528         dependencies.
25529         (standards.info ,standards.html, standards.dvi): Update dependencies.
25530         (mostlyclean, clean): New targets.
25531
25532 2007-04-27  Bruno Haible  <bruno@clisp.org>
25533
25534         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
25535         * modules/sysexits (Files, Makefile.am): Update.
25536
25537         * lib/sys_socket_.h: Renamed from lib/socket_.h.
25538         * modules/sys_socket (Files, Makefile.am): Update.
25539
25540         * lib/sys_stat_.h: Renamed from lib/stat_.h.
25541         * modules/sys_stat (Files, Makefile.am): Update.
25542
25543 2007-04-27  Eric Blake  <ebb9@byu.net>
25544
25545         * lib/freading.h: Improve comments.
25546         * lib/fwriting.h: Likewise.
25547         * lib/fflush.c: Likewise.
25548
25549         Fix closein for mingw.
25550         * modules/closein-tests: Add tests for closein.
25551         * tests/test-closein.c: New file.
25552         * tests/test-closein.sh: Likewise.
25553         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
25554         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
25555
25556 2007-04-27  Bruno Haible  <bruno@clisp.org>
25557
25558         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
25559         version is < 6.
25560         * lib/math_.h [__DECC]: Likewise.
25561         * lib/stdio_.h [__DECC]: Likewise.
25562         * lib/stdlib_.h [__DECC]: Likewise.
25563         * lib/string_.h [__DECC]: Likewise.
25564         * lib/time_.h [__DECC]: Likewise.
25565         * lib/wchar_.h [__DECC]: Likewise.
25566         * lib/wctype_.h [__DECC]: Likewise.
25567
25568 2007-04-27  Bruno Haible  <bruno@clisp.org>
25569
25570         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
25571
25572 2007-04-27  Bruno Haible  <bruno@clisp.org>
25573
25574         * lib/fflush.c: Add comments.
25575         * modules/fpurge-tests (Depends-on): Add fflush.
25576         * modules/freadable-tests (Depends-on): Likewise.
25577         * modules/fwritable-tests (Depends-on): Likewise.
25578
25579 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
25580
25581         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
25582         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
25583         Report by Bruno Haible <bruno@clisp.org>.
25584
25585 2007-04-26  Eric Blake  <ebb9@byu.net>
25586
25587         Fix fflush on mingw.
25588         * modules/fflush (Depends-on): Add freading.
25589         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
25590         but unread data.
25591
25592 2007-04-26  Eric Blake  <ebb9@byu.net>
25593         and Bruno Haible  <bruno@clisp.org>
25594
25595         Implement freading and fwriting.
25596         * lib/freading.c: New file.
25597         * lib/freading.h: Likewise.
25598         * m4/freading.m4: Likewise.
25599         * modules/freading: Likewise.
25600         * modules/freading-tests: Likewise.
25601         * tests/test-freading.c: Likewise.
25602         * lib/fwriting.c: New file.
25603         * lib/fwriting.h: Likewise.
25604         * m4/fwriting.m4: Likewise.
25605         * modules/fwriting: Likewise.
25606         * modules/fwriting-tests: Likewise.
25607         * tests/test-fwriting.c: Likewise.
25608         * MODULES.html.sh (File stream based Input/Output): Mention them.
25609
25610 2007-04-26  Bruno Haible  <bruno@clisp.org>
25611
25612         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
25613         'long' when we assume it.
25614         Suggested by Eric Blake.
25615
25616 2007-04-26  Bruno Haible  <bruno@clisp.org>
25617
25618         Ensure fseeko, ftello are declared on glibc systems.
25619         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
25620         * modules/fseeko (configure.ac-early): Likewise.
25621         * modules/ftello (configure.ac-early): Likewise.
25622         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
25623         AC_FUNC_FSEEKO for this.
25624         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
25625         (gl_CHECK_FSEEKO): Remove macro.
25626
25627 2007-04-26  Bruno Haible  <bruno@clisp.org>
25628
25629         * tests/test-fflush.c (main): Also check the ftell result after
25630         fflush and fseek/fseeko.
25631         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
25632         file descriptor position cache in the stream.
25633         * lib/fseeko.c (rpl_fseeko): Likewise.
25634
25635 2007-04-26  Bruno Haible  <bruno@clisp.org>
25636
25637         * modules/fflush-tests (Depends-on): Add fseeko.
25638
25639 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
25640             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25641
25642         * lib/argz_.h: ensure error_t definition is obtained in same
25643         mechanism system argz.h would have.
25644         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
25645         argz facilities are known bad.  Err on the side of caution if
25646         cross-compiling.
25647
25648 2007-04-25  Eric Blake  <ebb9@byu.net>
25649
25650         * lib/fpurge.c (includes): Use stdlib.h for free.
25651         * tests/test-fflush.c (main): Also test fflush-fseeko.
25652
25653 2007-04-25  Bruno Haible  <bruno@clisp.org>
25654
25655         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
25656         * lib/fseeko.c: New file.
25657         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
25658         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
25659         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
25660         gl_FUNC_FSEEKO.
25661         (gl_FUNC_FSEEKO): Invoke it.
25662         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
25663         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
25664         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
25665
25666 2007-04-25  Bruno Haible  <bruno@clisp.org>
25667
25668         * modules/fflush (Depends-on): Add ftello.
25669
25670 2007-04-25  Bruno Haible  <bruno@clisp.org>
25671
25672         * modules/ftello-tests: New file.
25673         * tests/test-ftello.c: New file.
25674
25675         * modules/ftello: New file.
25676         * m4/ftello.m4: New file.
25677         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
25678         HAVE_FTELLO.
25679         * lib/stdio_.h (ftello): New declaration.
25680         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
25681         HAVE_FTELLO.
25682
25683 2007-04-25  Bruno Haible  <bruno@clisp.org>
25684
25685         * modules/fseeko-tests: New file.
25686         * tests/test-fseeko.c: New file.
25687
25688         * modules/fseeko: New file.
25689         * m4/fseeko.m4: New file.
25690         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
25691         HAVE_FSEEKO.
25692         * lib/stdio_.h (fseeko): New declaration.
25693         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
25694         HAVE_FSEEKO.
25695
25696 2007-04-25  Bruno Haible  <bruno@clisp.org>
25697
25698         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
25699
25700 2007-04-25  Bruno Haible  <bruno@clisp.org>
25701
25702         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
25703         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
25704         * tests/test-unistd.c: Likewise.
25705         * tests/test-fcntl.c: Likewise.
25706
25707 2007-04-23  Eric Blake  <ebb9@byu.net>
25708
25709         * lib/fflush.c: Fix missing include.
25710         Reported by Bruno Haible.
25711
25712 2007-04-23  Bruno Haible  <bruno@clisp.org>
25713
25714         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
25715         Reported by Eric Blake.
25716
25717 2007-04-23  Bruno Haible  <bruno@clisp.org>
25718
25719         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
25720
25721 2007-04-23  Bruno Haible  <bruno@clisp.org>
25722
25723         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
25724
25725 2007-04-23  Bruno Haible  <bruno@clisp.org>
25726
25727         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
25728         Needed on HP-UX 11.
25729
25730 2007-04-16  Eric Blake  <ebb9@byu.net>
25731
25732         Make fflush rely on fpurge.
25733         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
25734         open coding all variants.
25735         * modules/fflush (Depends-on): Add fpurge and unistd.
25736         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
25737         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
25738
25739         Fix --with-tests compilation on cygwin.
25740         * modules/argmatch-tests (Makefile.am): List gnulib library first
25741         in LDADD.
25742         * modules/argp-tests (Makefile.am): Likewise.
25743         * modules/array-list-tests (Makefile.am): Likewise.
25744         * modules/array-oset-tests (Makefile.am): Likewise.
25745         * modules/avltree-list-tests (Makefile.am): Likewise.
25746         * modules/avltree-oset-tests (Makefile.am): Likewise.
25747         * modules/avltreehash-list-tests (Makefile.am): Likewise.
25748         * modules/carray-list-tests (Makefile.am): Likewise.
25749         * modules/dirname-tests (Makefile.am): Likewise.
25750         * modules/frexp-tests (Makefile.am): Likewise.
25751         * modules/isnanl-tests (Makefile.am): Likewise.
25752         * modules/linked-list-tests (Makefile.am): Likewise.
25753         * modules/linkedhash-list-tests (Makefile.am): Likewise.
25754         * modules/lock-tests (Makefile.am): Likewise.
25755         * modules/rbtree-list-tests (Makefile.am): Likewise.
25756         * modules/rbtree-oset-tests (Makefile.am): Likewise.
25757         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
25758         * modules/tls-tests (Makefile.am): Likewise.
25759         * modules/tsearch-tests (Makefile.am): Likewise.
25760         * modules/xvasprintf-tests (Makefile.am): Likewise.
25761
25762         Fix fpurge for cygwin.
25763         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
25764         value.
25765         * modules/fpurge-tests (Depends-on): Clean up trash.
25766
25767 2007-04-16  Simon Josefsson  <simon@josefsson.org>
25768
25769         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
25770
25771         * m4/autobuild.m4: Re-indent.
25772
25773 2007-04-13  Bruno Haible  <bruno@clisp.org>
25774
25775         * modules/fpurge-tests: New file.
25776         * tests/test-fpurge.c: New file.
25777
25778         * modules/fpurge: New file.
25779         * lib/fpurge.h: New file.
25780         * lib/fpurge.c: New file.
25781         * m4/fpurge.m4: New file.
25782
25783 2007-04-13  Bruno Haible  <bruno@clisp.org>
25784
25785         * modules/fbufmode-tests: New file.
25786         * tests/test-fbufmode.c: New file.
25787
25788         * modules/fbufmode: New file.
25789         * lib/fbufmode.h: New file.
25790         * lib/fbufmode.c: New file.
25791         * m4/fbufmode.m4: New file.
25792
25793 2007-04-13  Bruno Haible  <bruno@clisp.org>
25794
25795         * modules/fwritable-tests: New file.
25796         * tests/test-fwritable.c: New file.
25797
25798         * modules/fwritable: New file.
25799         * lib/fwritable.h: New file.
25800         * lib/fwritable.c: New file.
25801         * m4/fwritable.m4: New file.
25802
25803 2007-04-13  Bruno Haible  <bruno@clisp.org>
25804
25805         * modules/freadable-tests: New file.
25806         * tests/test-freadable.c: New file.
25807
25808         * modules/freadable: New file.
25809         * lib/freadable.h: New file.
25810         * lib/freadable.c: New file.
25811         * m4/freadable.m4: New file.
25812
25813 2007-04-13  Bruno Haible  <bruno@clisp.org>
25814
25815         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
25816         MOSTLYCLEANFILES.
25817
25818 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
25819
25820         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
25821         gzip bootstrap.conf to avoid dragging in i18n machinery.
25822         (gnulib_tool_option): Use it.
25823
25824 2007-04-13  Bruno Haible  <bruno@clisp.org>
25825
25826         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
25827         %F directives.
25828         * tests/test-vasprintf-posix.c (test_function): Likewise.
25829         * tests/test-snprintf-posix.h (test_function): Likewise.
25830         * tests/test-sprintf-posix.h (test_function): Likewise.
25831         * tests/test-fprintf-posix.h (test_function): Likewise.
25832         * tests/test-printf-posix.h (test_function): Likewise.
25833         * tests/test-fprintf-posix.out: Likewise.
25834
25835 2007-04-13  Bruno Haible  <bruno@clisp.org>
25836
25837         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
25838         * modules/tls-tests (configure.ac): Likewise.
25839         Reported by Arto C. Nirkko <anirkko@insel.ch>.
25840
25841 2007-04-13  Bruno Haible  <bruno@clisp.org>
25842
25843         * lib/tls.c (glthread_tls_get): Fix return type.
25844         Patch by Arto C. Nirkko <anirkko@insel.ch>.
25845
25846 2007-04-12  Eric Blake  <ebb9@byu.net>
25847
25848         * modules/gettime (Depends-on): Remove gettime.
25849         Reported by Dmitry V. Levin.
25850
25851 2007-04-12  Bruno Haible  <bruno@clisp.org>
25852
25853         * modules/fflush (Include): Mention <stdio.h>.
25854         * modules/strtoimax (Include): Mention <inttypes.h>.
25855         * modules/strtoumax (Include): Likewise.
25856
25857 2007-04-12  Eric Blake  <ebb9@byu.net>
25858
25859         * .cvsignore: New file.
25860         * .gitignore: Likewise.
25861
25862 2007-04-12  Bruno Haible  <bruno@clisp.org>
25863
25864         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
25865         not before, since $(LDADD) often contains libgnu.a.
25866         * modules/striconv-tests (test_striconv_LDADD): Likewise.
25867         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
25868         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
25869         Needed on Cygwin.
25870
25871 2007-04-12  Eric Blake  <ebb9@byu.net>
25872
25873         Work around glibc's failure to flush stdin on fclose.
25874         * lib/closein.c (close_stdin): Flush stdin before closing.
25875
25876         Work around glibc's failure to reset seekable stdin on exit.
25877         * modules/closein: New module.
25878         * lib/closein.c: New file.
25879         * lib/closein.h: Likewise.
25880         * m4/closein.m4: Likewise.
25881         * MODULES.html.sh (File stream based Input/Output): Document it.
25882
25883 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25884
25885         * gnulib-tool: Rename generated 'autobuild' script to
25886         'do-autobuild' in --create-megatestdir output.
25887
25888         * doc/gnulib.texi (Build robot for gnulib): Fix.
25889
25890 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25891
25892         * modules/sysexits (Depends-on): Add absolute-header.
25893
25894 2007-04-12  Eric Blake  <ebb9@byu.net>
25895
25896         No need to preserve errno on success.
25897         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
25898         Reported by Bruno Haible.
25899
25900 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25901
25902         * MODULES.html.sh (Support for maintaining and releasing
25903         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
25904
25905 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25906
25907         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
25908
25909 2007-04-12  Simon Josefsson  <simon@josefsson.org>
25910
25911         * modules/autobuild: New module.
25912
25913         * m4/autobuild.m4: New file.
25914
25915 2007-04-11  Bruno Haible  <bruno@clisp.org>
25916
25917         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
25918         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
25919         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
25920         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
25921         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25922         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25923         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25924         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25925         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25926         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25927         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
25928         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25929         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25930         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
25931         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25932         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25933         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
25934         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25935         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25936         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
25937         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25938         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25939         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
25940         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25941         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25942         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
25943         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
25944         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
25945         Reported by Eric Blake.
25946
25947 2007-04-11  Bruno Haible  <bruno@clisp.org>
25948
25949         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
25950
25951 2007-04-10  Bruno Haible  <bruno@clisp.org>
25952
25953         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
25954         for NaN and Infinity. Needed on FreeBSD 6.1.
25955         * tests/test-vasnprintf-posix.c (test_function): Undo last change
25956         regarding results for "%010a" of Infinity and NaN.
25957         * tests/test-vasprintf-posix.c (test_function): Likewise.
25958         * tests/test-snprintf-posix.h (test_function): Likewise.
25959         * tests/test-sprintf-posix.h (test_function): Likewise.
25960         * tests/test-fprintf-posix.h (test_function): Likewise.
25961         * tests/test-printf-posix.h (test_function): Likewise.
25962         * tests/test-fprintf-posix.out: Likewise.
25963
25964 2007-04-10  Bruno Haible  <bruno@clisp.org>
25965
25966         * modules/locale-tests: New file.
25967         * tests/test-locale.c: New file.
25968
25969         * modules/locale: New file.
25970         * lib/locale_.h: New file.
25971         * m4/locale_h.m4: New file.
25972
25973 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
25974             Bruno Haible  <bruno@clisp.org>
25975
25976         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
25977         be determined, test for availability of the copysignf, copysign,
25978         copysignl functions.
25979         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
25980         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
25981         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
25982
25983 2007-04-09  Eric Blake  <ebb9@byu.net>
25984
25985         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
25986         * modules/stdio (Makefile.am): Support fflush.
25987         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
25988         * modules/fflush: New file.
25989         * lib/fflush.c: Likewise.
25990         * m4/fflush.m4: Likewise.
25991         * modules/fflush-tests: New test.
25992         * tests/test-fflush.c: Likewise.
25993         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
25994
25995 2007-04-06  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
25998         (VASNPRINTF): Use signbit for faster determination whether to print a
25999         minus sign.
26000         * modules/vasnprintf (Files): Remove lib/float+.h.
26001         * modules/fprintf-posix (Depends-on): Add signbit.
26002         * modules/snprintf-posix (Depends-on): Likewise.
26003         * modules/sprintf-posix (Depends-on): Likewise.
26004         * modules/vasnprintf-posix (Depends-on): Likewise.
26005         * modules/vasprintf-posix (Depends-on): Likewise.
26006         * modules/vfprintf-posix (Depends-on): Likewise.
26007         * modules/vsnprintf-posix (Depends-on): Likewise.
26008         * modules/vsprintf-posix (Depends-on): Likewise.
26009
26010 2007-04-06  Bruno Haible  <bruno@clisp.org>
26011
26012         * tests/test-frexp.c (main): Test also the sign bit of zero results.
26013         * tests/test-frexpl.c (main): Likewise.
26014         * tests/test-ldexpl.c (main): Likewise.
26015         * modules/frexp-tests (Depends-on): Add signbit.
26016         * modules/frexpl-tests (Depdends-on): Likewise.
26017         * modules/ldexpl-tests (Depdends-on): Likewise.
26018
26019 2007-04-06  Bruno Haible  <bruno@clisp.org>
26020
26021         * modules/signbit-tests: New file.
26022         * tests/test-signbit.c: New file.
26023
26024         * modules/signbit: New file.
26025         * lib/signbitf.c: New file.
26026         * lib/signbitd.c: New file.
26027         * lib/signbitl.c: New file.
26028         * m4/signbit.m4: New file.
26029         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
26030         (signbit): New macro.
26031         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
26032         REPLACE_SIGNBIT.
26033         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
26034         REPLACE_FREXPL into math.h.
26035
26036 2007-04-06  Bruno Haible  <bruno@clisp.org>
26037
26038         * modules/isnanf-nolibm-tests: New file.
26039         * tests/test-isnanf.c: New file.
26040
26041         * modules/isnanf-nolibm: New file.
26042         * lib/isnanf.h: New file.
26043         * lib/isnanf.c: New file.
26044         * lib/isnan.c: Consider the USE_FLOAT macro.
26045         * m4/isnanf.m4: New file.
26046
26047 2007-04-06  Bruno Haible  <bruno@clisp.org>
26048
26049         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
26050         (Link): New section.
26051
26052         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
26053
26054 2007-04-06  Bruno Haible  <bruno@clisp.org>
26055
26056         Assume the 'long double' type.
26057         * m4/longdouble.m4: Remove file.
26058         * config/srclist.txt: Don't mention longdouble.m4.
26059         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
26060         * lib/float+.h: Likewise.
26061         * lib/frexp.c: Likewise.
26062         * lib/printf-args.h: Likewise.
26063         * lib/printf-args.c: Likewise.
26064         * lib/printf-frexp.c: Likewise.
26065         * lib/printf-parse.c: Likewise.
26066         * lib/vasnprintf.c: Likewise.
26067         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
26068         * m4/intl.m4: Likewise.
26069         * m4/isnanl.m4: Likewise.
26070         * m4/printf.m4: Likewise.
26071         * m4/printf-frexpl.m4: Likewise.
26072         * m4/vasnprintf.m4: Likewise.
26073         * modules/allocsa (Files): Remove m4/longdouble.m4.
26074         * modules/gettext (Files): Likewise.
26075         * modules/relocatable-prog-wrapper (Files): Likewise.
26076         * modules/vasnprintf (Files): Likewise.
26077         * modules/isnanl (Files): Likewise.
26078         (Include): Simplify.
26079         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
26080         (Include): Simplify.
26081         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
26082         (Include): Simplify.
26083         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
26084         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26085         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
26086         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26087         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
26088         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26089         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
26090         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26091         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
26092         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26093         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
26094         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
26095         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
26096         * tests/test-isnanl.c: Likewise.
26097         * tests/test-snprintf-posix.h: Likewise.
26098         * tests/test-sprintf-posix.h: Likewise.
26099         * tests/test-vasnprintf-posix.c: Likewise.
26100         * tests/test-vasnprintf-posix2.c: Likewise.
26101         * tests/test-vasprintf-posix.c: Likewise.
26102
26103 2007-04-06  Bruno Haible  <bruno@clisp.org>
26104
26105         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
26106         * lib/math_.h [__DECC]: Include the overridden include file through
26107         #include_next, outside the double-inclusion guard.
26108         * lib/stdio_.h [__DECC]: Likewise.
26109         * lib/stdlib_.h [__DECC]: Likewise.
26110         * lib/string_.h [__DECC]: Likewise.
26111         * lib/time_.h [__DECC]: Likewise.
26112         * lib/wchar_.h [__DECC]: Likewise.
26113         * lib/wctype_.h [__DECC]: Likewise.
26114         * lib/inttypes_.h [__DECC]: Likewise.
26115         Reported by Albert Chin <china@thewrittenword.com> in
26116         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
26117
26118 2007-04-04  Eric Blake  <ebb9@byu.net>
26119
26120         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
26121         1.5.x.
26122
26123 2007-04-04  Bruno Haible  <bruno@clisp.org>
26124
26125         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
26126         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
26127
26128 2007-04-04  Bruno Haible  <bruno@clisp.org>
26129
26130         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
26131         results for "%010a" of Infinity and NaN.
26132         * tests/test-vasprintf-posix.c (test_function): Likewise.
26133         * tests/test-snprintf-posix.h (test_function): Likewise.
26134         * tests/test-sprintf-posix.h (test_function): Likewise.
26135         * tests/test-fprintf-posix.h (test_function): Remove these tests.
26136         * tests/test-printf-posix.h (test_function): Likewise.
26137         * tests/test-fprintf-posix.out: Update.
26138         Needed for FreeBSD 6.1.
26139
26140 2007-04-04  Bruno Haible  <bruno@clisp.org>
26141
26142         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
26143         directly used by the gnulib modules nor by gnulib-tool.
26144
26145 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
26146
26147         * DEPENDENCIES: Give overall description of version dependency
26148         desirability.  Use more-typical names for apps.
26149         Add shell, coreutils, diffutils, grep, tar, gzip.
26150
26151 2007-04-04  Simon Josefsson  <simon@josefsson.org>
26152
26153         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
26154
26155 2007-04-04  Karl Berry  <karl@gnu.org>
26156
26157         * MODULES.html.sh (func_module): missing '.
26158
26159 2007-04-03  Bruno Haible  <bruno@clisp.org>
26160
26161         * modules/argmatch-tests (Makefile.am): New variable
26162         test_argmatch_LDADD.
26163         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
26164         * modules/array-list-tests (Makefile.am): New variable
26165         test_array_list_LDADD.
26166         * modules/array-oset-tests (Makefile.am): New variable
26167         test_array_oset_LDADD.
26168         * modules/avltree-list-tests (Makefile.am): New variable
26169         test_avltree_list_LDADD.
26170         * modules/avltree-oset-tests (Makefile.am): New variable
26171         test_avltree_oset_LDADD.
26172         * modules/avltreehash-list-tests (Makefile.am): New variable
26173         test_avltreehash_list_LDADD.
26174         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
26175         test_canonicalize_lgpl_LDADD.
26176         * modules/carray-list-tests (Makefile.am): New variable
26177         test_carray_list_LDADD.
26178         * modules/dirname-tests (Makefile.am): New variable
26179         test_dirname_LDADD.
26180         * modules/linked-list-tests (Makefile.am): New variable
26181         test_linked_list_LDADD.
26182         * modules/linkedhash-list-tests (Makefile.am): New variable
26183         test_linkedhash_list_LDADD.
26184         * modules/rbtree-list-tests (Makefile.am): New variable
26185         test_rbtree_list_LDADD.
26186         * modules/rbtree-oset-tests (Makefile.am): New variable
26187         test_rbtree_oset_LDADD.
26188         * modules/rbtreehash-list-tests (Makefile.am): New variable
26189         test_rbtreehash_list_LDADD.
26190         * modules/xvasprintf-tests (Makefile.am): New variable
26191         test_xvasprintf_LDADD.
26192         Reported by Eric Blake.
26193
26194 2007-04-03  Eric Blake  <ebb9@byu.net>
26195
26196         * DEPENDENCIES: Weaken m4 requirements.
26197
26198 2007-04-03  Bruno Haible  <bruno@clisp.org>
26199
26200         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
26201         * modules/isnanl-tests (configure.ac): Likewise.
26202
26203 2007-04-03  Ben Pfaff  <blp@gnu.org>
26204
26205         * modules/iconv_open: Add $(srcdir)/ to source directory
26206         references in Makefile fragments that call gperf, to fix VPATH
26207         builds.
26208
26209 2007-04-03  Bruno Haible  <bruno@clisp.org>
26210
26211         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
26212         * lib/ldexpl.c: Undo last change.
26213
26214 2007-04-03  Bruno Haible  <bruno@clisp.org>
26215
26216         * modules/printf-frexpl (Depends-on): Undo last change.
26217         (Files): Add m4/ldexpl.m4.
26218
26219 2007-04-03  Bruno Haible  <bruno@clisp.org>
26220
26221         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
26222         * modules/isnanl (Link): New section.
26223
26224         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
26225         * modules/frexp (Link): New section.
26226
26227         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
26228         * modules/frexpl (Link): New section.
26229
26230         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
26231         * modules/ldexpl (Link): New section.
26232
26233 2007-04-03  Bruno Haible  <bruno@clisp.org>
26234
26235         * modules/TEMPLATE-EXTENDED: New file.
26236         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
26237
26238 2007-04-03  Bruno Haible  <bruno@clisp.org>
26239
26240         * DEPENDENCIES: New file.
26241         Suggested by Simon Josefsson.
26242
26243 2007-04-03  Bruno Haible  <bruno@clisp.org>
26244
26245         * doc/gnulib.texi: Escape @.
26246
26247 2007-04-03  James Youngman  <jay@gnu.org>
26248         and Paul Eggert  <eggert@cs.ucla.edu>
26249
26250         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
26251         birthtime on all systems that have birthtime, not just those which
26252         use st_birthtimensec rather than st_birthtim.  Putting zero in
26253         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
26254         that the birth time is not available for files on an NFS mount.
26255
26256 2007-04-03  Simon Josefsson  <simon@josefsson.org>
26257
26258         * modules/memxor: Move back from crypto/, suggested by Bruno.
26259         * modules/crypto/hmac-sha1: Fix memxor dependency.
26260
26261         * modules/crypto/gc: Moved from ../.
26262
26263 2007-04-02  Eric Blake  <ebb9@byu.net>
26264
26265         * lib/ldexpl.c (includes): Avoid libm.
26266
26267         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
26268
26269 2007-04-02  Bruno Haible  <bruno@clisp.org>
26270
26271         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
26272         on IRIX.
26273
26274 2007-04-02  Bruno Haible  <bruno@clisp.org>
26275
26276         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
26277         x86 or x86_64 platforms running MacOS X.
26278         Reported by Ryan Schmidt <@ryandesign.com>.
26279
26280 2007-04-02  Bruno Haible  <bruno@clisp.org>
26281
26282         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
26283         i386.
26284
26285 2007-04-01  Simon Josefsson  <simon@josefsson.org>
26286
26287         * modules/crypto/arcfour: Moved from ../.
26288         * modules/crypto/arcfour-tests: Moved from ../.
26289         * modules/crypto/arctwo: Moved from ../.
26290         * modules/crypto/arctwo-tests: Moved from ../.
26291         * modules/crypto/des: Moved from ../.
26292         * modules/crypto/des-tests: Moved from ../.
26293         * modules/crypto/gc-arcfour: Moved from ../.
26294         * modules/crypto/gc-arcfour-tests: Moved from ../.
26295         * modules/crypto/gc-arctwo: Moved from ../.
26296         * modules/crypto/gc-arctwo-tests: Moved from ../.
26297         * modules/crypto/gc-des: Moved from ../.
26298         * modules/crypto/gc-des-tests: Moved from ../.
26299         * modules/crypto/gc-hmac-md5: Moved from ../.
26300         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
26301         * modules/crypto/gc-hmac-sha1: Moved from ../.
26302         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
26303         * modules/crypto/gc-md2: Moved from ../.
26304         * modules/crypto/gc-md2-tests: Moved from ../.
26305         * modules/crypto/gc-md4: Moved from ../.
26306         * modules/crypto/gc-md4-tests: Moved from ../.
26307         * modules/crypto/gc-md5: Moved from ../.
26308         * modules/crypto/gc-md5-tests: Moved from ../.
26309         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
26310         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
26311         * modules/crypto/gc-random: Moved from ../.
26312         * modules/crypto/gc-rijndael: Moved from ../.
26313         * modules/crypto/gc-rijndael-tests: Moved from ../.
26314         * modules/crypto/gc-sha1: Moved from ../.
26315         * modules/crypto/gc-sha1-tests: Moved from ../.
26316         * modules/crypto/gc-tests: Moved from ../.
26317         * modules/crypto/hmac-md5: Moved from ../.
26318         * modules/crypto/hmac-md5-tests: Moved from ../.
26319         * modules/crypto/hmac-sha1: Moved from ../.
26320         * modules/crypto/hmac-sha1-tests: Moved from ../.
26321         * modules/crypto/md2: Moved from ../.
26322         * modules/crypto/md2-tests: Moved from ../.
26323         * modules/crypto/md4: Moved from ../.
26324         * modules/crypto/md4-tests: Moved from ../.
26325         * modules/crypto/md5: Moved from ../.
26326         * modules/crypto/md5-tests: Moved from ../.
26327         * modules/crypto/memxor: Moved from ../.
26328         * modules/crypto/rijndael: Moved from ../.
26329         * modules/crypto/rijndael-tests: Moved from ../.
26330         * modules/crypto/sha1: Moved from ../.
26331
26332 2007-03-30  James Youngman  <jay@gnu.org>
26333
26334         * tests/test-stat-time.c (prepare_test): use chmod() rather than
26335         rename() to change the ctime of a file (because ctime is unaffected
26336         by rename on jfs2 on AIX 5.1).
26337         (main): Start by doing cleanup, in case a previous run failed leaving
26338         test files behind.
26339
26340 2007-03-31  Bruno Haible  <bruno@clisp.org>
26341
26342         Support old proprietary implementations of iconv.
26343         * modules/iconv_open: New file.
26344         * lib/iconv_.h: New file.
26345         * m4/iconv_h.m4: New file.
26346         * lib/iconv_open.c: New file.
26347         * lib/iconv_open-aix.gperf: New file.
26348         * lib/iconv_open-hpux.gperf: New file.
26349         * lib/iconv_open-irix.gperf: New file.
26350         * lib/iconv_open-osf.gperf: New file.
26351         * m4/iconv_open.m4: New file.
26352         * modules/linebreak (Depends-on): Add iconv_open.
26353         * modules/striconv (Depends-on): Likewise.
26354         * modules/striconveh (Depends-on): Likewise.
26355         * modules/unicodeio (Depends-on): Likewise.
26356         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
26357         (iconv_t)(-1).
26358         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
26359         conversion if cd is (iconv_t)(-1).
26360         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
26361         is not possible.
26362
26363 2007-03-31  Bruno Haible  <bruno@clisp.org>
26364
26365         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
26366         work on Solaris either. Protect also second use of "autodetect_jp".
26367
26368 2007-03-31  Bruno Haible  <bruno@clisp.org>
26369
26370         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
26371         the function is not present.
26372
26373 2007-03-31  Bruno Haible  <bruno@clisp.org>
26374
26375         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
26376         the function is not present.
26377
26378 2007-03-31  Bruno Haible  <bruno@clisp.org>
26379
26380         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
26381         a bug in HP-UX iconv_open().
26382
26383 2007-03-31  Bruno Haible  <bruno@clisp.org>
26384
26385         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
26386         (Mathematics <math.h>): New section, add fpieee.
26387         (Input/output <stdio.h>): Add fseterr.
26388         (Mathematics <math.h>): New section, add printf-frexp.
26389         (Container data structures): Add sublist.
26390         (Core language properties): Add fpucw, inline.
26391         (Functions for greatest-width integer types <inttypes.h>): Add
26392         imaxabs, imaxdiv, inttypes.
26393         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
26394         isnanl-nolibm, ldexp.
26395         (Mathematics <math.h>): New section, add printf-frexpl.
26396         (Support for systems lacking POSIX:2001): Add fprintf-posix,
26397         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
26398         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
26399         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
26400         (Unicode string functions): Add unistr/u*-mbtoucr.
26401         (Java): Add javacomp-script, javaexec-script.
26402         (C#): Add csharpcomp-script, csharpexec-script.
26403         (Support for building libraries and executables): Add havelib,
26404         relocatable-*.
26405         (Support for maintaining and releasing projects): Renamed from
26406         'Support for maintaining and release projects'. Add announce-gen.
26407
26408 2007-03-31  Bruno Haible  <bruno@clisp.org>
26409
26410         * README: Talk primarily about git.
26411         (git and CVS): Renamed from CVS.
26412         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
26413         gnulib is available through git.
26414         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
26415
26416 2007-03-30  Bruno Haible  <bruno@clisp.org>
26417
26418         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
26419         * lib/poll_.h: Likewise.
26420         * lib/stat_.h: Likewise.
26421         * lib/sys_time_.h: Likewise.
26422         * lib/sysexit_.h: Likewise.
26423         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
26424         * lib/stdbool_.h: Likewise.
26425         * lib/byteswap_.h: Add double-inclusion guard.
26426
26427 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
26428
26429         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
26430
26431 2007-03-30  Karl Berry  <karl@gnu.org>
26432
26433         * config/srclist-update: double space after USA in the license
26434         substitution, since that's how it's usually (?) written.
26435
26436 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26437
26438         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
26439         reported by Bruno Haible.
26440
26441 2007-03-29  Bruno Haible  <bruno@clisp.org>
26442
26443         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
26444         a bug in AIX iconv().
26445
26446 2007-03-29  Bruno Haible  <bruno@clisp.org>
26447
26448         * modules/ldexpl-tests: New file.
26449         * tests/test-ldexpl.c: New file.
26450
26451 2007-03-29  Bruno Haible  <bruno@clisp.org>
26452
26453         * lib/ldexpl.c: Include fpucw.h.
26454         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
26455         multiplication.
26456         * modules/ldexpl (Depends-on): Add fpucw.
26457
26458 2007-03-29  Bruno Haible  <bruno@clisp.org>
26459
26460         * modules/ldexpl: New file.
26461         * m4/ldexpl.m4: New file.
26462         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
26463         set.
26464         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
26465         REPLACE_LDEXPL.
26466         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
26467         REPLACE_LDEXPL.
26468         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
26469         gl_FUNC_LDEXPL_WORKS.
26470         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
26471         * modules/mathl (Files): Remove lib/ldexpl.c.
26472         (Depends-on): Add ldexpl.
26473
26474 2007-03-29  Bruno Haible  <bruno@clisp.org>
26475
26476         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
26477
26478 2007-03-29  Bruno Haible  <bruno@clisp.org>
26479
26480         * tests/test-striconveh.c (main): Don't assume that a direct conversion
26481         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
26482         and possibly also HP-UX.
26483         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
26484         work on AIX, IRIX, HP-UX, OSF/1.
26485         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
26486         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
26487         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
26488         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
26489         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
26490         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
26491
26492 2007-03-29  Bruno Haible  <bruno@clisp.org>
26493
26494         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
26495
26496 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
26497
26498         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
26499         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
26500
26501 2007-03-29  Eric Blake  <ebb9@byu.net>
26502
26503         * lib/acl-internal.h: Remove redundant include.
26504         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
26505         Cygwin when a file is locked.
26506
26507 2007-03-29  Bruno Haible  <bruno@clisp.org>
26508
26509         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
26510         file.
26511         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
26512
26513 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
26514
26515         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
26516         try to remove a parent directory if the child couldn't be removed
26517         (except for the first rmdir, which could fail because the child
26518         doesn't exist).  Problem reported by Jeff Blaine in
26519         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
26520
26521 2007-03-28  Bruno Haible  <bruno@clisp.org>
26522
26523         * lib/striconveh.c (utf8conv_carefully): New function.
26524         (mem_cd_iconveh_internal): Invoke it.
26525
26526 2007-03-28  Bruno Haible  <bruno@clisp.org>
26527
26528         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
26529         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
26530         input.
26531         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
26532         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
26533         unistr/u8-uctomb.
26534
26535 2007-03-28  Bruno Haible  <bruno@clisp.org>
26536
26537         * modules/unistr/u8-mbtoucr: New file.
26538         * lib/unistr/u8-mbtoucr.c: New file.
26539         * modules/unistr/u16-mbtoucr: New file.
26540         * lib/unistr/u16-mbtoucr.c: New file.
26541         * modules/unistr/u16-mbtoucr: New file.
26542         * lib/unistr/u16-mbtoucr.c: New file.
26543         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
26544
26545 2007-03-27  Simon Josefsson  <simon@josefsson.org>
26546             Bruno Haible  <bruno@clisp.org>
26547
26548         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
26549         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
26550         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
26551
26552         * m4/stdio_h.m4: Add stubs for vasprintf too.
26553
26554         * modules/stdio: Support vasprintf in sed command.
26555
26556         * modules/vasprintf: Depend on stdio for prototypes.  Remove
26557         vasprintf.h.  Add stdio module indicator.
26558
26559         * lib/stdio_.h: Declare asprintf and vasprintf, based on
26560         vasprintf.h.
26561
26562         * lib/vasprintf.h: File removed.
26563
26564         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
26565         * lib/vasprintf.c: Ditto.
26566         * lib/xvasprintf.c: Ditto.
26567         * tests/test-vasprintf-posix.c: Ditto.
26568         * tests/test-vasprintf.c: Ditto.
26569
26570 2007-03-27  Bruno Haible  <bruno@clisp.org>
26571
26572         Make vasnprintf multithread-safe.
26573         * lib/vasnprintf.c (decimal_point_char): New function.
26574         (VASNPRINTF): Use it.
26575         Suggested by Simon Josefsson.
26576
26577 2007-03-27  Eric Blake  <ebb9@byu.net>
26578
26579         Support sub-second birthtime on cygwin.
26580         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
26581         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
26582         (get_stat_birthtime): Also work with st_birthtim.
26583
26584 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
26585
26586         * lib/stat-time.h (USE_BIRTHTIME): Remove.
26587         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
26588         (get_stat_birthtime_ns): Do not try to use "spare" fields.
26589         (get_stat_birthtime_ns): Simplify compile-time tests.
26590         (get_stat_birthtime): Change the API to look like
26591         get_stat_mtime etc., except return a negative tv_nsec on error.
26592         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
26593         Don't check for "spare" fields.
26594         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
26595         or for struct stat.st_birthtime, as these tests aren't used.
26596         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
26597
26598 2007-03-27  Bruno Haible  <bruno@clisp.org>
26599
26600         * lib/stat-time.h: Include <sys/stat.h>.
26601
26602 2007-03-27  James Youngman  <jay@gnu.org>
26603
26604         * lib/stat-time.h (get_stat_birthtime): New function for
26605           retrieving st_birthtime as provided by UFS2 (hence *BSD).
26606         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
26607           and its variants.
26608         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
26609         * modules/stat-time-test: New file.
26610         * tests/test-stat-time.c: New test, devised by Bruno Haible.
26611
26612 2007-03-26  Bruno Haible  <bruno@clisp.org>
26613
26614         Better support of signalling NaNs.
26615         * lib/atanl.c: Include isnanl.h.
26616         (atanl): Perform test for NaN at the beginning of the function and
26617         through a call to isnanl.
26618         * lib/cosl.c: Include isnanl.h.
26619         (cosl): Perform test for NaN at the beginning of the function and
26620         through a call to isnanl.
26621         * lib/ldexpl.c: Include isnanl.h.
26622         (ldexpl): Perform test for NaN through a call to isnanl.
26623         * lib/logl.c: Include isnanl.h.
26624         (logl): Perform test for NaN at the beginning of the function and
26625         through a call to isnanl.
26626         * lib/sinl.c: Include isnanl.h.
26627         (sinl): Perform test for NaN at the beginning of the function and
26628         through a call to isnanl.
26629         * lib/sqrtl.c: Include isnanl.h.
26630         (sqrtl): Perform test for NaN at the beginning of the function and
26631         through a call to isnanl.
26632         * lib/tanl.c: Include isnanl.h.
26633         (tanl): Perform test for NaN at the beginning of the function and
26634         through a call to isnanl.
26635         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
26636         * modules/mathl (Depends-on): Add isnanl.
26637
26638 2007-03-26  Eric Blake  <ebb9@byu.net>
26639
26640         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
26641         regression in logic sense of previous patch.
26642
26643 2007-03-26  Bruno Haible  <bruno@clisp.org>
26644
26645         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
26646         unportable shell command "if ! ...".
26647         Reported by Ralf Wildenhues.
26648
26649 2007-03-25  Bruno Haible  <bruno@clisp.org>
26650
26651         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
26652         <sysexits.h> file, and only add EX_CONFIG.
26653         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
26654         absolute file name and whether it is sufficient. Substitute also
26655         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
26656         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
26657         ABSOLUTE_SYSEXITS_H into sysexits.h.
26658
26659 2007-03-25  Bruno Haible  <bruno@clisp.org>
26660
26661         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
26662         hints is NULL.
26663
26664 2007-03-25  Bruno Haible  <bruno@clisp.org>
26665
26666         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
26667         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
26668
26669 2007-03-25  Bruno Haible  <bruno@clisp.org>
26670
26671         * lib/vasnprintf.c: Include langinfo.h.
26672         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
26673         multithread-safe.
26674         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
26675         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
26676         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26677         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26678         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26679         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26680         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26681         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
26682         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26683         Reported by Simon Josefsson.
26684
26685 2007-03-25  Bruno Haible  <bruno@clisp.org>
26686
26687         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
26688         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
26689         * modules/vasnprintf (Depends-on): Add stdint.
26690
26691 2007-03-25  Bruno Haible  <bruno@clisp.org>
26692
26693         * modules/fpieee: New file.
26694         * m4/fpieee.m4: New file.
26695         * modules/isnan-nolibm (Depends-on): Add fpieee.
26696         * modules/isnanl-nolibm (Depends-on): Add fpieee.
26697         * modules/isnanl (Depends-on): Add fpieee.
26698
26699 2007-03-25  Bruno Haible  <bruno@clisp.org>
26700
26701         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
26702
26703 2007-03-25  Bruno Haible  <bruno@clisp.org>
26704
26705         Avoid test failures on IRIX 6.5.
26706         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
26707         (main): Use it.
26708         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
26709         macros.
26710         (main): Use them.
26711
26712 2007-03-25  Bruno Haible  <bruno@clisp.org>
26713
26714         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
26715         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
26716         exists but doesn't work.
26717         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
26718         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
26719         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
26720         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
26721
26722 2007-03-25  Bruno Haible  <bruno@clisp.org>
26723
26724         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
26725         returns inf. Needed on IRIX 6.5.
26726
26727 2007-03-25  Bruno Haible  <bruno@clisp.org>
26728
26729         * tests/test-frexpl.c: Include isnanl-nolibm.h.
26730         (main): Use isnanl instead of x != x idiom.
26731         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
26732
26733         * tests/test-frexp.c: Include isnan.h.
26734         (main): Use isnan instead of x != x idiom.
26735         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
26736
26737 2007-03-25  Bruno Haible  <bruno@clisp.org>
26738
26739         * tests/test-frexp.c (NaN): New function/macro.
26740         (main): Use it instead of 0.0 / 0.0.
26741         * tests/test-isnan.c (NaN): New function/macro.
26742         (main): Use it instead of 0.0 / 0.0.
26743         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
26744         (test_function): Use it instead of 0.0 / 0.0.
26745         * tests/test-vasprintf-posix.c (NaN): New function/macro.
26746         (test_function): Use it instead of 0.0 / 0.0.
26747         * tests/test-snprintf-posix.h (NaN): New function/macro.
26748         (test_function): Use it instead of 0.0 / 0.0.
26749         * tests/test-sprintf-posix.h (NaN): New function/macro.
26750         (test_function): Use it instead of 0.0 / 0.0.
26751         * tests/test-fprintf-posix.h (NaN): New function/macro.
26752         (test_function): Use it instead of 0.0 / 0.0.
26753         * tests/test-printf-posix.h (NaN): New function/macro.
26754         (test_function): Use it instead of 0.0 / 0.0.
26755
26756         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
26757
26758 2007-03-25  Bruno Haible  <bruno@clisp.org>
26759
26760         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
26761
26762 2007-03-25  Bruno Haible  <bruno@clisp.org>
26763
26764         * lib/regexec.c (merge_state_with_log): Make static.
26765
26766 2007-03-25  Bruno Haible  <bruno@clisp.org>
26767
26768         * lib/trigl.c (kernel_rem_pio2): Make static.
26769
26770 2007-03-25  Bruno Haible  <bruno@clisp.org>
26771
26772         * lib/sincosl.c (sincosl_table): Make static.
26773
26774 2007-03-25  Bruno Haible  <bruno@clisp.org>
26775
26776         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
26777         if the compiler does not support C99.
26778
26779 2007-03-25  Bruno Haible  <bruno@clisp.org>
26780
26781         * modules/time (Makefile.am): Ensure all rule action lines start with a
26782         tab.
26783
26784 2007-03-24  Bruno Haible  <bruno@clisp.org>
26785
26786         * modules/tsearch-tests: New file.
26787         * tests/test-tsearch.sh: New file.
26788         * tests/test-tsearch.c: New file, mostly copied from glibc.
26789
26790         * modules/search-tests: New file.
26791         * tests/test-search.c: New file.
26792
26793         * modules/search: New file.
26794         * lib/search_.h: New file, incorporating lib/tsearch.h.
26795         * m4/search_h.m4: New file.
26796         * lib/tsearch.h: Remove file.
26797         * lib/tsearch.c: Include search.h instead of tsearch.h.
26798         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
26799         HAVE_TSEARCH.
26800         * modules/tsearch (Files): Remove lib/tsearch.h.
26801         (Depends-on): Add search.
26802         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
26803         (Include): Change tsearch.h into search.h.
26804
26805 2007-03-24  Bruno Haible  <bruno@clisp.org>
26806
26807         * modules/fpucw: New file.
26808         * lib/fpucw.h: New file.
26809         * lib/frexp.c: Include fpucw.h.
26810         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
26811         (FUNC): Use them.
26812         * lib/printf-frexp.c: Include fpucw.h.
26813         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
26814         (FUNC): Use them.
26815         * lib/vasnprintf.c: Include fpucw.h.
26816         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
26817         'long double' calculations.
26818         * tests/test-frexpl.c: Include fpucw.h.
26819         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
26820         * tests/test-printf-frexpl.c: Include fpucw.h.
26821         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
26822         * modules/frexpl (Depends-on): Add fpucw.
26823         * modules/printf-frexpl (Depends-on): Likewise.
26824         * modules/fprintf-posix (Depends-on): Likewise.
26825         * modules/snprintf-posix (Depends-on): Likewise.
26826         * modules/sprintf-posix (Depends-on): Likewise.
26827         * modules/vasnprintf-posix (Depends-on): Likewise.
26828         * modules/vasprintf-posix (Depends-on): Likewise.
26829         * modules/vfprintf-posix (Depends-on): Likewise.
26830         * modules/vsnprintf-posix (Depends-on): Likewise.
26831         * modules/vsprintf-posix (Depends-on): Likewise.
26832         * modules/frexpl-tests (Depends-on): Likewise.
26833         * modules/printf-frexpl-tests (Depends-on): Likewise.
26834
26835 2007-03-24  Bruno Haible  <bruno@clisp.org>
26836
26837         * lib/float+.h: New file.
26838         * lib/isnan.c: Include float+.h.
26839         (SIZE): New macro.
26840         (FUNC): Compare only SIZE bytes of the value.
26841         * lib/vasnprintf.c: Include float+.h.
26842         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
26843         SIZEOF_LDBL or SIZEOF_DBL bytes.
26844         * modules/isnan-nolibm (Files): Add lib/float+.h.
26845         * modules/isnanl-nolibm (Files): Add lib/float+.h.
26846         * modules/isnanl (Files): Add lib/float+.h.
26847         * modules/vasnprintf (Files): Add lib/float+.h.
26848
26849 2007-03-24  Bruno Haible  <bruno@clisp.org>
26850
26851         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
26852         include isnanl-nolibm.h.
26853
26854 2007-03-24  Bruno Haible  <bruno@clisp.org>
26855
26856         * tests/test-read-file.c (main): Don't produce spurious output for
26857         expected situations. Make the test fail if it encountered unexpected
26858         results.
26859
26860 2007-03-24  Bruno Haible  <bruno@clisp.org>
26861
26862         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
26863         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
26864
26865 2007-03-24  Bruno Haible  <bruno@clisp.org>
26866
26867         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
26868
26869 2007-03-24  Bruno Haible  <bruno@clisp.org>
26870
26871         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
26872         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
26873
26874         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
26875         * modules/utf8-ucs4: Turn into a symbolic link to module
26876         unistr/u8-mbtouc.
26877
26878         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
26879         utf8-ucs4-unsafe.
26880         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
26881         unistr/u8-mbtouc-unsafe.
26882
26883         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
26884         * modules/utf16-ucs4: Turn into a symbolic link to module
26885         unistr/u16-mbtouc.
26886
26887         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
26888         utf16-ucs4-unsafe.
26889         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
26890         unistr/u16-mbtouc-unsafe.
26891
26892         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
26893         * modules/ucs4-utf8: Turn into a symbolic link to module
26894         unistr/u8-ubtomb.
26895
26896         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
26897         * modules/ucs4-utf16: Turn into a symbolic link to module
26898         unistr/u16-ubtomb.
26899
26900 2007-03-24  Bruno Haible  <bruno@clisp.org>
26901
26902         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
26903         Enable the function only if HAVE_INLINE.
26904         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
26905         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
26906         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
26907         Enable the function only if HAVE_INLINE.
26908         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
26909         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
26910         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
26911         Enable the function only if HAVE_INLINE.
26912         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
26913         Enable the function only if HAVE_INLINE.
26914         * modules/utf8-ucs4: Update.
26915         * modules/utf8-ucs4-unsafe: Update.
26916         * modules/utf16-ucs4: Update.
26917         * modules/utf16-ucs4-unsafe: Update.
26918         * modules/ucs4-utf8: Update.
26919         * modules/ucs4-utf16: Update.
26920
26921 2007-03-24  Bruno Haible  <bruno@clisp.org>
26922
26923         * lib/utf8-ucs4.h: Remove file.
26924         * lib/utf8-ucs4-unsafe.h: Remove file.
26925         * lib/utf16-ucs4.h: Remove file.
26926         * lib/utf16-ucs4-unsafe.h: Remove file.
26927         * lib/ucs4-utf8.h: Remove file.
26928         * lib/ucs4-utf16.h: Remove file.
26929         * lib/unistr.h: Include their previous contents.
26930         * m4/utf-ucs4.m4: Remove file.
26931         * m4/ucs4-utf.m4: Remove file.
26932         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
26933         (Depends-on): Add unistr/base.
26934         (configure.ac): Remove gl_UTF_UCS4.
26935         (Makefile.am): Update.
26936         (Include): Change to unistr.h.
26937         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
26938         (Depends-on): Add unistr/base.
26939         (configure.ac): Remove gl_UTF_UCS4.
26940         (Makefile.am): Update.
26941         (Include): Change to unistr.h.
26942         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
26943         (Depends-on): Add unistr/base.
26944         (configure.ac): Remove gl_UTF_UCS4.
26945         (Makefile.am): Update.
26946         (Include): Change to unistr.h.
26947         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
26948         (Depends-on): Add unistr/base.
26949         (configure.ac): Remove gl_UTF_UCS4.
26950         (Makefile.am): Update.
26951         (Include): Change to unistr.h.
26952         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
26953         (Depends-on): Add unistr/base.
26954         (configure.ac): Remove gl_UCS4_UTF.
26955         (Makefile.am): Update.
26956         (Include): Change to unistr.h.
26957         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
26958         (Depends-on): Add unistr/base.
26959         (configure.ac): Remove gl_UCS4_UTF.
26960         (Makefile.am): Update.
26961         (Include): Change to unistr.h.
26962         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
26963         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
26964         utf8-ucs4-unsafe.h.
26965         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
26966         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
26967         utf16-ucs4-unsafe.h.
26968         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
26969         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
26970         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
26971         * lib/unistr/u8-strchr.c: Likewise.
26972         * lib/unistr/u8-strrchr.c: Likewise.
26973         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
26974         * lib/unistr/u16-strchr.c: Likewise.
26975         * lib/unistr/u16-strrchr.c: Likewise.
26976         * lib/striconveh.c: Update.
26977         * lib/linebreak.c: Update.
26978
26979 2007-03-24  Bruno Haible  <bruno@clisp.org>
26980
26981         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
26982         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
26983
26984 2007-03-22  Bruno Haible  <bruno@clisp.org>
26985
26986         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
26987
26988 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
26989
26990         * MODULES.html.sh (File system functions): New module write-any-file.
26991         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
26992         * m4/write-any-file.m4: New files.
26993
26994 2007-03-23  Eric Blake  <ebb9@byu.net>
26995
26996         * gnulib-tool: Rearrange space-tab sequences, since some editors
26997         like to eat them.
26998
26999 2007-03-23  Eric Blake  <ebb9@byu.net>
27000
27001         * lib/version-etc.c (version_etc_va): Update license wording to
27002         be more concise.  Recommended by Richard Stallman.
27003
27004 2007-03-22  Bruno Haible  <bruno@clisp.org>
27005
27006         * lib/poll.c (MSG_PEEK): New fallback definition.
27007
27008 2007-03-22  Bruno Haible  <bruno@clisp.org>
27009
27010         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
27011         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
27012         (main): Update.
27013         Fixes a compilation error on BeOS.
27014
27015 2007-03-22  Bruno Haible  <bruno@clisp.org>
27016
27017         * modules/frexpl-tests: New file.
27018         * tests/test-frexpl.c: New file.
27019
27020         * modules/frexpl: New file.
27021         * m4/frexpl.m4: New file.
27022         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
27023         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
27024         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
27025         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
27026         (Depends-on): Add frexpl. Remove isnanl-nolibm.
27027         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
27028
27029 2007-03-22  Bruno Haible  <bruno@clisp.org>
27030
27031         * lib/frexpl.c: Share code with lib/frexp.c.
27032         * modules/mathl (Files): Add lib/frexp.c.
27033         (Depends-on): Add isnanl-nolibm.
27034
27035 2007-03-22  Bruno Haible  <bruno@clisp.org>
27036
27037         * modules/printf-frexp (Files): Add m4/frexp.m4.
27038         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
27039         only if the found frexp function actually works.
27040
27041 2007-03-22  Bruno Haible  <bruno@clisp.org>
27042
27043         * lib/frexp.c: Remove older implementation that uses divisions.
27044
27045 2007-03-21  Bruno Haible  <bruno@clisp.org>
27046
27047         * modules/frexp-tests: New file.
27048         * tests/test-frexp.c: New file.
27049
27050         * modules/frexp: New file.
27051         * lib/frexp.c: New file.
27052         * m4/frexp.m4: New file.
27053         * lib/math_.h (frexp): New declaration.
27054         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
27055         REPLACE_FREXP.
27056         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
27057
27058 2007-03-21  Bruno Haible  <bruno@clisp.org>
27059
27060         * modules/isnanl-tests: New file.
27061         * tests/test-isnanl.c: New file.
27062
27063         * modules/isnanl: New file.
27064         * lib/isnanl.h: New file.
27065         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
27066         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
27067         gl_FUNC_ISNANL_WORKS.
27068         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
27069         New macros.
27070
27071 2007-03-21  Bruno Haible  <bruno@clisp.org>
27072
27073         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
27074         lib/isnanl.h.
27075         (Include): Update.
27076         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
27077         * lib/vasnprintf.c: Update.
27078         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
27079         tests/test-isnanl.h, remove tests/test-isnanl.c.
27080         (Makefile.am): Update.
27081         * tests/test-isnanl-nolibm.c: New file.
27082         * tests/test-isnanl.h: New file.
27083         * tests/test-isnanl.c: Remove file.
27084
27085 2007-03-21  Jim Meyering  <jim@meyering.net>
27086
27087         When trying to open ".", treat ESTALE like EACCES.
27088         * lib/savewd.c (savewd_save): Resort to forking not just upon
27089         failure with EACCES, but also when errno is ESTALE.
27090
27091 2007-03-20  Bruno Haible  <bruno@clisp.org>
27092
27093         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
27094         Needed on AIX 5.1. Reported by Matthew Woehlke.
27095
27096 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
27097
27098         Suggestions by Bruno Haible:
27099         * lib/acl-internal.h: Include "gettext.h" rather than rolling
27100         our own.
27101         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
27102         * modules/acl (Depends-on): Add gettext.
27103
27104 2007-03-19  Bruno Haible  <bruno@clisp.org>
27105
27106         * modules/iconvme: Remove file.
27107         * lib/iconvme.h: Remove file.
27108         * lib/iconvme.c: Remove file.
27109         * m4/iconvme.m4: Remove file.
27110
27111 2007-03-19  Bruno Haible  <bruno@clisp.org>
27112
27113         * doc/relocatable-maint.texi: Break long shell script line.
27114         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
27115
27116 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
27117
27118         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
27119         handle file_has_acl.
27120         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
27121         * lib/acl.c: Move header inclusions and related macro defns into
27122         lib/acl-internal.h.
27123         (S_ISLNK): Remove defn, since that's now done for us.
27124         (file_has_acl): Move to lib/file-has-acl.c.
27125         Call acl_trivial if available.  This is the crucial part of the fix.
27126         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
27127         shared within the library.  Rewrite a bit, partly to make it compatible
27128         with the GNU coding style.
27129         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
27130         Remove unnecessary double-quotes.
27131         Don't test for acl_to_text; the build will catch that.
27132         Replace acl_entries if it doesn't exist and it is needed.
27133         Check for -lsec and acl_trivial (as used on Solaris 10).
27134         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
27135         lib/file-has-acl.c.
27136         (Depends-on): Add sys_stat, for S_ISLNK.
27137
27138 2007-03-19  Ben Pfaff  <blp@gnu.org>
27139
27140         * doc/gnulib.texi: Fix typos.
27141         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
27142
27143 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
27144
27145         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
27146         If size is zero here, buf must be zero.
27147
27148 2007-03-19  Simon Josefsson  <simon@josefsson.org>
27149
27150         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
27151         <bruno@clisp.org>.
27152
27153 2007-03-18  Bruno Haible  <bruno@clisp.org>
27154
27155         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
27156         Suggested by Eric Blake.
27157
27158 2007-03-18  Ben Pfaff  <blp@gnu.org>
27159
27160         * doc/relocatable.texi: Recommend using as prefix a directory
27161         that does not exist and will never be created.  Based on
27162         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
27163         and others.
27164
27165 2007-03-17  Bruno Haible  <bruno@clisp.org>
27166
27167         * lib/fchownat.c: Include lchown.h.
27168
27169 2007-03-17  Bruno Haible  <bruno@clisp.org>
27170
27171         Fix endless loop when the given allocated size was > INT_MAX.
27172         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
27173         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
27174         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
27175         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
27176         * lib/sprintf.c (sprintf): Likewise.
27177
27178 2007-03-17  Bruno Haible  <bruno@clisp.org>
27179
27180         * tests/test-argp-2.sh (func_compare): Output a context diff.
27181
27182 2007-03-17  Bruno Haible  <bruno@clisp.org>
27183
27184         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
27185         locale's decimal-point character.
27186
27187 2007-03-17  Bruno Haible  <bruno@clisp.org>
27188
27189         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
27190         before comparing it. Needed because on some platforms (e.g. x86) a
27191         'long double' occupies less bytes than sizeof (long double).
27192
27193 2007-03-17  Bruno Haible  <bruno@clisp.org>
27194
27195         * tests/test-crc.c (main): Make printf statements 64-bit clean.
27196         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
27197         * tests/test-getaddrinfo.c (simple): Likewise.
27198         * tests/test-read-file.c (main): Likewise.
27199
27200 2007-03-17  Bruno Haible  <bruno@clisp.org>
27201
27202         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
27203
27204 2007-03-17  Bruno Haible  <bruno@clisp.org>
27205
27206         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
27207         unused variable.
27208
27209 2007-03-17  Bruno Haible  <bruno@clisp.org>
27210
27211         * tests/test-c-strcasecmp.c: Include c-strcase.h.
27212         * tests/test-c-strncasecmp.c: Likewise.
27213
27214 2007-03-17  Bruno Haible  <bruno@clisp.org>
27215
27216         * modules/stdlib (Depends-on): Add unistd.
27217         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
27218         Needed for MacOS X 10.3.
27219
27220 2007-03-17  Bruno Haible  <bruno@clisp.org>
27221
27222         * lib/unistr/u-strdup.h: Include <stdlib.h>.
27223
27224 2007-03-17  Bruno Haible  <bruno@clisp.org>
27225
27226         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
27227
27228 2007-03-17  Bruno Haible  <bruno@clisp.org>
27229
27230         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
27231         to reflect files copied from gnulib (with or without modifications).
27232         Suggested by Jim Meyering.
27233
27234 2007-03-17  Eric Blake  <ebb9@byu.net>
27235
27236         * NEWS: Document stdlib change from 2007-02-18.
27237
27238 2007-03-17  Jim Meyering  <jim@meyering.net>
27239
27240         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
27241         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
27242         someone uses a name containing shell meta-characters.
27243         Reported by Alfred M. Szmidt.
27244
27245         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
27246
27247 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
27248
27249         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
27250         and copy gettext configuration files only if configure.ac contains
27251         a use of AM_GNU_GETTEXT_VERSION.
27252
27253 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
27254
27255         * build-aux/bootstrap (gnulib_name): New variable.
27256         (gnulib_tool_options): Use it.
27257
27258 2007-03-13  Simon Josefsson  <simon@josefsson.org>
27259
27260         * tests/test-des.c: Use new namespace.
27261
27262 2007-03-15  Bruno Haible  <bruno@clisp.org>
27263
27264         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
27265         Reported by James Youngman <jay@gnu.org>.
27266
27267 2007-03-15  Bruno Haible  <bruno@clisp.org>
27268
27269         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
27270         declared prototype. Needed with cc on OSF/1 5.1.
27271
27272 2007-03-15  Bruno Haible  <bruno@clisp.org>
27273
27274         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
27275         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
27276         (struct gl_list_implementation): Add dispose_fn argument to the
27277         'create_empty', 'create' methods.
27278         (struct gl_list_impl_base): Add field 'dispose_fn'.
27279         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
27280         argument.
27281         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
27282         dispose_fn argument.
27283         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
27284         dispose_fn on the dropped values.
27285         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
27286         dispose_fn argument.
27287         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
27288         dropped values.
27289         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
27290         (gl_tree_remove_node): Call dispose_fn on the dropped value.
27291         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
27292         (gl_tree_remove_node): Call dispose_fn on the dropped value.
27293         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
27294         argument.
27295         (gl_tree_list_free): Call dispose_fn on the dropped values.
27296         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
27297         the dropped values.
27298         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
27299         Add dispose_fn argument.
27300         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
27301         Call dispose_fn on the dropped values.
27302         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
27303         Add dispose_fn argument.
27304         (gl_sublist_create): Initialize the 'dispose_fn' field.
27305         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
27306         * tests/test-array_list.c (main): Update.
27307         * tests/test-carray_list.c (main): Update.
27308         * tests/test-avltree_list.c (main): Update.
27309         * tests/test-rbtree_list.c (main): Update.
27310         * tests/test-avltreehash_list.c (main): Update.
27311         * tests/test-rbtreehash_list.c (main): Update.
27312         * tests/test-linked_list.c (main): Update.
27313         * tests/test-linkedhash_list.c (main): Update.
27314         * tests/test-array_oset.c (main): Update.
27315
27316 2007-03-15  Bruno Haible  <bruno@clisp.org>
27317
27318         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
27319         (gl_oset_create_empty): Add dispose_fn argument.
27320         (struct gl_oset_implementation): Add dispose_fn argument to
27321         'create_empty' method.
27322         (struct gl_oset_impl_base): Add dispose_fn field.
27323         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
27324         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
27325         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
27326         values.
27327         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
27328         (gl_tree_oset_free): Call dispose_fn on the dropped values.
27329         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
27330         dropped value.
27331         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
27332         dropped value.
27333         * tests/test-array_oset.c (main): Update.
27334         * tests/test-avltree_oset.c (main): Update.
27335         * tests/test-rbtree_oset.c (main): Update.
27336         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
27337
27338 2007-03-13  Bruno Haible  <bruno@clisp.org>
27339
27340         * tests/test-stdbool.c (i): Update after last patch.
27341
27342 2007-03-12  Bruno Haible  <bruno@clisp.org>
27343
27344         * lib/quotearg.c: Include <wctype.h> early, before the definition of
27345         the iswprint macro. Needed on Solaris 2.5.1.
27346
27347 2007-03-12  Bruno Haible  <bruno@clisp.org>
27348
27349         * tests/test-printf-frexp.c (main): Declare x as volatile.
27350
27351 2007-03-12  Simon Josefsson  <simon@josefsson.org>
27352
27353         * doc/gnulib.texi (Build robot for gnulib): New section.
27354
27355 2007-03-12  Jim Meyering  <jim@meyering.net>
27356
27357         * build-aux/bootstrap: New file.
27358         * build-aux/bootstrap.conf: New file, from coreutils.
27359
27360 2007-03-11  Bruno Haible  <bruno@clisp.org>
27361
27362         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
27363
27364 2007-03-12  Simon Josefsson  <simon@josefsson.org>
27365
27366         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
27367         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
27368         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
27369
27370 2007-03-11  Bruno Haible  <bruno@clisp.org>
27371
27372         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
27373         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
27374
27375 2007-03-11  Bruno Haible  <bruno@clisp.org>
27376
27377         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
27378         formula. Needed for SunPRO C 5.0.
27379
27380 2007-03-11  Bruno Haible  <bruno@clisp.org>
27381
27382         * modules/long-options (Depends-on): Add getopt.
27383
27384 2007-03-11  Bruno Haible  <bruno@clisp.org>
27385
27386         * modules/modechange (Depends-on): Add stdbool.
27387
27388 2007-03-11  Bruno Haible  <bruno@clisp.org>
27389
27390         * modules/i-ring (Depends-on): Add stdbool.
27391
27392 2007-03-11  Bruno Haible  <bruno@clisp.org>
27393
27394         * modules/gc-des (Depends-on): Add stdbool.
27395
27396 2007-03-11  Bruno Haible  <bruno@clisp.org>
27397
27398         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
27399
27400 2007-03-11  Bruno Haible  <bruno@clisp.org>
27401
27402         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
27403
27404 2007-03-11  Bruno Haible  <bruno@clisp.org>
27405
27406         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
27407
27408 2007-03-11  Bruno Haible  <bruno@clisp.org>
27409
27410         * lib/vasnprintf.c (sprintf): Undefine.
27411
27412 2007-03-11  Bruno Haible  <bruno@clisp.org>
27413
27414         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
27415         initializers in SunPRO C and Compaq C compilers.
27416
27417 2007-03-11  Bruno Haible  <bruno@clisp.org>
27418
27419         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
27420         decrementing code ANSI C compliant.
27421
27422 2007-03-11  Bruno Haible  <bruno@clisp.org>
27423
27424         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
27425         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
27426
27427 2007-03-11  Bruno Haible  <bruno@clisp.org>
27428
27429         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
27430         <stdbool.h> substitute doesn't pass.
27431
27432 2007-03-11  Bruno Haible  <bruno@clisp.org>
27433
27434         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
27435
27436 2007-03-11  Bruno Haible  <bruno@clisp.org>
27437
27438         * gnulib-tool (func_create_megatestdir): Create also an autobuild
27439         script, for submission to autobuild.josefsson.org.
27440
27441 2007-03-10  Bruno Haible  <bruno@clisp.org>
27442
27443         * modules/canonicalize-lgpl-tests: New file.
27444         * tests/test-canonicalize-lgpl.sh: New file.
27445         * tests/test-canonicalize-lgpl.c: New file.
27446
27447         * modules/c-strcase-tests: New file.
27448         * tests/test-c-strcase.sh: New file.
27449         * tests/test-c-strcasecmp.c: New file.
27450         * tests/test-c-strncasecmp.c: New file.
27451
27452         * modules/atexit-tests: New file.
27453         * tests/test-atexit.sh: New file.
27454         * tests/test-atexit.c: New file.
27455
27456 2007-03-10  Bruno Haible  <bruno@clisp.org>
27457
27458         * tests/test-binary-io.sh: Use temporary filenames that are not so
27459         likely to clash with those of other tests (in a parallel make).
27460         * tests/test-binary-io.c: Likewise.
27461
27462 2007-03-10  Bruno Haible  <bruno@clisp.org>
27463
27464         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
27465         fallback; use #error instead.
27466         Suggested by Simon Josefsson.
27467
27468 2007-03-10  Bruno Haible  <bruno@clisp.org>
27469
27470         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
27471         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
27472         first and the last.
27473
27474 2007-03-10  Bruno Haible  <bruno@clisp.org>
27475
27476         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
27477
27478 2007-03-10  Bruno Haible  <bruno@clisp.org>
27479
27480         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
27481         "make distcheck".
27482         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
27483         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
27484         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
27485
27486 2007-03-10  Bruno Haible  <bruno@clisp.org>
27487
27488         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
27489         variable.
27490         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
27491         variable.
27492
27493 2007-03-09  Eric Blake  <ebb9@byu.net>
27494         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
27495
27496         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
27497         types are not being provided by gnulib.
27498         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
27499         types are supported.
27500
27501 2007-03-10  Bruno Haible  <bruno@clisp.org>
27502
27503         * lib/stdio_.h (__attribute__): New macro.
27504         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
27505         vsprintf): Specify __attribute__ __format__ for GCC.
27506         Suggested by Eric Blake.
27507
27508 2007-03-09  Bruno Haible  <bruno@clisp.org>
27509
27510         * modules/printf-posix-tests: New file.
27511         * tests/test-printf-posix.sh: New file.
27512         * tests/test-printf-posix.c: New file.
27513
27514         * modules/printf-posix: New file.
27515         * lib/printf.c: New file.
27516         * m4/printf-posix-rpl.m4: New file.
27517         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
27518         REPLACE_PRINTF.
27519         * lib/stdio_.h (printf): New declaration.
27520         (format, __format__, ____printf____, ____scanf____, ____strftime____,
27521         ____strfmon____): New macros.
27522         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
27523         REPLACE_PRINTF.
27524
27525 2007-03-09  Bruno Haible  <bruno@clisp.org>
27526
27527         * tests/test-vasnprintf-posix2.sh: New file.
27528         * tests/test-vasnprintf-posix2.c: New file.
27529         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
27530         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
27531         (Makefile.am): Activate test-vasnprintf-posix2.sh.
27532
27533         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
27534         a locale dependent decimal point, rather than always '.'.
27535
27536 2007-03-09  Eric Blake  <ebb9@byu.net>
27537
27538         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
27539         spite of platforms like Tandem/NSK that define it to -1.
27540
27541 2007-03-08  Bruno Haible  <bruno@clisp.org>
27542
27543         * modules/vprintf-posix-tests: New file.
27544         * tests/test-vprintf-posix.sh: New file.
27545         * tests/test-vprintf-posix.c: New file.
27546         * tests/test-printf-posix.h: New file.
27547
27548         * modules/vprintf-posix: New file.
27549         * lib/vprintf.c: New file.
27550         * m4/vprintf-posix.m4: New file.
27551         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
27552         REPLACE_VPRINTF.
27553         * lib/stdio_.h (vprintf): New declaration.
27554         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
27555         REPLACE_VPRINTF.
27556
27557 2007-03-08  Bruno Haible  <bruno@clisp.org>
27558
27559         * modules/fprintf-posix-tests: New file.
27560         * tests/test-fprintf-posix.sh: New file.
27561         * tests/test-fprintf-posix.c: New file.
27562
27563         * modules/fprintf-posix: New file.
27564         * lib/fprintf.c: New file.
27565         * m4/fprintf-posix.m4: New file.
27566         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
27567         REPLACE_FPRINTF.
27568         * lib/stdio_.h (fprintf): New declaration.
27569         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
27570         REPLACE_FPRINTF.
27571
27572 2007-03-08  Bruno Haible  <bruno@clisp.org>
27573
27574         * modules/vfprintf-posix-tests: New file.
27575         * tests/test-vfprintf-posix.sh: New file.
27576         * tests/test-vfprintf-posix.c: New file.
27577         * tests/test-fprintf-posix.h: New file.
27578         * tests/test-fprintf-posix.out: New file.
27579
27580         * modules/vfprintf-posix: New file.
27581         * lib/vfprintf.c: New file.
27582         * m4/vfprintf-posix.m4: New file.
27583         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
27584         REPLACE_VFPRINTF.
27585         * lib/stdio_.h (vfprintf): New declaration.
27586         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
27587         REPLACE_VFPRINTF.
27588
27589 2007-03-08  Bruno Haible  <bruno@clisp.org>
27590
27591         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
27592
27593 2007-03-08  Bruno Haible  <bruno@clisp.org>
27594
27595         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
27596         instead of 'expr' invocations.
27597         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27598         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27599         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27600         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27601         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27602         Suggested by Paul Eggert.
27603
27604 2007-03-08  Bruno Haible  <bruno@clisp.org>
27605
27606         * modules/fseterr-tests: New file.
27607         * tests/test-fseterr.c: New file.
27608
27609         * modules/fseterr: New file.
27610         * lib/fseterr.h: New file.
27611         * lib/fseterr.c: New file.
27612
27613 2007-03-08  Bruno Haible  <bruno@clisp.org>
27614
27615         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
27616         * lib/getopt_.h: Likewise.
27617         * lib/mbswidth.h: Likewise.
27618         * lib/setenv.h: Likewise.
27619         * lib/vasnprintf.h: Likewise.
27620         * lib/vasprintf.h: Likewise.
27621         * lib/verror.h: Likewise.
27622         * lib/xsetenv.h: Likewise.
27623         * lib/xvasprintf.h: Likewise.
27624
27625 2007-03-08  Jim Meyering  <jim@meyering.net>
27626
27627         * users.txt: Add parted.
27628
27629         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
27630
27631 2007-03-07  Bruno Haible  <bruno@clisp.org>
27632
27633         * m4/printf.m4: Make the shell script snippets copy&pastable.
27634
27635 2007-03-02  Bruno Haible  <bruno@clisp.org>
27636
27637         * lib/netinet_in_.h: New file.
27638         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
27639         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
27640         * modules/netinet_in (Files): Add lib/netinet_in_.h.
27641         (Depends-on): Add absolute-header.
27642         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
27643         into netinet/in.h.
27644
27645 2007-03-03  Bruno Haible  <bruno@clisp.org>
27646
27647         * lib/sys_select_.h: New file.
27648         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
27649         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
27650         * modules/sys_select (Files): Add lib/sys_select_.h.
27651         (Depends-on): Add absolute-header.
27652         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
27653         into sys/select.h.
27654
27655 2007-03-02  Bruno Haible  <bruno@clisp.org>
27656
27657         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
27658         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
27659         values.
27660         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
27661         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
27662         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
27663         * modules/sys_socket (Depends-on): Add absolute-header.
27664         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
27665         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
27666         (Include): Remove requirement of inclusion of <sys/types.h>.
27667
27668 2007-03-02  Bruno Haible  <bruno@clisp.org>
27669
27670         * lib/byteswap_.h (bswap_32): Fix formula.
27671
27672 2007-03-06  Bruno Haible  <bruno@clisp.org>
27673
27674         * modules/sprintf-posix-tests: New file.
27675         * tests/test-sprintf-posix.c: New file.
27676
27677         * modules/sprintf-posix: New file.
27678         * lib/sprintf.c: New file.
27679         * m4/sprintf-posix.m4: New file.
27680         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
27681         REPLACE_SPRINTF.
27682         * lib/stdio_.h (sprintf): New declaration.
27683         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
27684         REPLACE_SPRINTF.
27685
27686 2007-03-06  Bruno Haible  <bruno@clisp.org>
27687
27688         * modules/vsprintf-posix-tests: New file.
27689         * tests/test-vsprintf-posix.c: New file.
27690         * tests/test-sprintf-posix.h: New file.
27691
27692         * modules/vsprintf-posix: New file.
27693         * lib/vsprintf.c: New file.
27694         * m4/vsprintf-posix.m4: New file.
27695         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
27696         REPLACE_VSPRINTF.
27697         * lib/stdio_.h (vsprintf): New declaration.
27698         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
27699         REPLACE_VSPRINTF.
27700
27701 2007-03-06  Bruno Haible  <bruno@clisp.org>
27702
27703         * modules/vsnprintf (Depend-on): Remove minmax.
27704
27705 2007-03-06  Bruno Haible  <bruno@clisp.org>
27706
27707         * modules/snprintf-posix-tests: New file.
27708         * tests/test-snprintf-posix.c: New file.
27709
27710         * modules/snprintf-posix: New file.
27711         * m4/snprintf-posix.m4: New file.
27712         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
27713         gl_FUNC_SNPRINTF.
27714         (gl_FUNC_SNPRINTF): Invoke it.
27715         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
27716         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
27717         is set.
27718         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
27719
27720 2007-03-06  Bruno Haible  <bruno@clisp.org>
27721
27722         * modules/vsnprintf-posix-tests: New file.
27723         * tests/test-vsnprintf-posix.c: New file.
27724         * tests/test-snprintf-posix.h: New file.
27725
27726         * modules/vsnprintf-posix: New file.
27727         * m4/vsnprintf-posix.m4: New file.
27728         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
27729         gl_FUNC_VSNPRINTF.
27730         (gl_FUNC_VSNPRINTF): Invoke it.
27731         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
27732         * lib/stdio_.h (vsnprintf): Define as a replacement if
27733         REPLACE_VSNPRINTF is set.
27734         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
27735
27736 2007-03-06  Bruno Haible  <bruno@clisp.org>
27737
27738         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
27739         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
27740
27741 2007-03-06  Bruno Haible  <bruno@clisp.org>
27742
27743         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
27744         (asinl): Declare also if HAVE_DECL_ASINL is set.
27745         (atanl): Declare also if HAVE_DECL_ATANL is set.
27746         (ceill): Declare also if HAVE_DECL_CEILL is set.
27747         (cosl): Declare also if HAVE_DECL_COSL is set.
27748         (expl): Declare also if HAVE_DECL_EXPL is set.
27749         (floorl): Declare also if HAVE_DECL_FLOORL is set.
27750         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
27751         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
27752         (logl): Declare also if HAVE_DECL_LOGL is set.
27753         (sinl): Declare also if HAVE_DECL_SINL is set.
27754         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
27755         (tanl): Declare also if HAVE_DECL_TANL is set.
27756         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
27757         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
27758         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
27759         declaration of frexpl, ldexpl.
27760         * modules/printf-frexpl (Depends-on): Add math.
27761         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
27762
27763 2007-03-05  Bruno Haible  <bruno@clisp.org>
27764
27765         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
27766         frexpl and ldexpl are declared.
27767         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
27768
27769 2007-03-05  Bruno Haible  <bruno@clisp.org>
27770
27771         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
27772         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
27773
27774 2007-03-05  Bruno Haible  <bruno@clisp.org>
27775
27776         * lib/stdio_.h: Include <stddef.h>.
27777
27778 2007-03-05  Bruno Haible  <bruno@clisp.org>
27779
27780         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
27781
27782 2007-03-05  Bruno Haible  <bruno@clisp.org>
27783
27784         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
27785         NetBSD 4, from Ralf Wildenhues.
27786
27787 2007-03-04  Bruno Haible  <bruno@clisp.org>
27788
27789         * lib/vasprintf.h: Update #if logic for the case when the functions
27790         exist but are overridden.
27791
27792 2007-03-04  Bruno Haible  <bruno@clisp.org>
27793
27794         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
27795         implementations: glibc-2.4 and MacOS X 10.3.
27796         * tests/test-vasnprintf-posix.c (test_function): Test also the case
27797         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
27798         * tests/test-vasprintf-posix.c (test_function): Likewise.
27799
27800 2007-03-04  Bruno Haible  <bruno@clisp.org>
27801
27802         * modules/vasprintf-posix-tests: New file.
27803         * tests/test-vasprintf-posix.c: New file.
27804
27805         * modules/vasprintf-posix: New file.
27806         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
27807         defined.
27808         * m4/vasprintf-posix.m4: New file.
27809         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
27810         gl_FUNC_VASPRINTF.
27811         (gl_FUNC_VASPRINTF): Invoke it.
27812         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
27813         here.
27814         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
27815
27816 2007-03-04  Bruno Haible  <bruno@clisp.org>
27817
27818         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
27819         REPLACE_GETTIMEOFDAY.
27820         * modules/sys_time (Makefile.am): Likewise.
27821         * m4/sys_time_h.m4: Likewise.
27822         * m4/gettimeofday.m4: Likewise.
27823
27824 2007-03-04  Bruno Haible  <bruno@clisp.org>
27825
27826         * modules/vasnprintf-posix-tests: New file.
27827         * tests/test-vasnprintf-posix.c: New file.
27828
27829         * modules/vasnprintf-posix: New file.
27830         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
27831         printf-frexpl.h.
27832         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
27833         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
27834         REPLACE_VASNPRINTF is defined.
27835         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
27836         gl_FUNC_VASNPRINTF.
27837         (gl_FUNC_VASNPRINTF): Invoke it.
27838         * m4/vasnprintf-posix.m4: New file.
27839         * m4/printf.m4: New file.
27840
27841 2007-03-04  Bruno Haible  <bruno@clisp.org>
27842
27843         Compile progreloc.c only if --enable-relocatable is specified.
27844         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
27845         if --enable-relocatable was specified.
27846         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
27847         lib_SOURCES.
27848
27849 2007-03-04  Jim Meyering  <jim@meyering.net>
27850
27851         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
27852         Use it consistently, rather than enumerating errno constants.
27853
27854 2007-03-04  Bruno Haible  <bruno@clisp.org>
27855
27856         * modules/xvasprintf-tests: New file.
27857         * tests/test-xvasprintf.c: New file.
27858
27859         * modules/vasprintf-tests: New file.
27860         * tests/test-vasprintf.c: New file.
27861
27862         * modules/vasnprintf-tests: New file.
27863         * tests/test-vasnprintf.c: New file.
27864
27865         * modules/vsnprintf-tests: New file.
27866         * tests/test-vsnprintf.c: New file.
27867
27868         * modules/snprintf-tests: New file.
27869         * tests/test-snprintf.c: New file.
27870
27871 2007-03-04  Bruno Haible  <bruno@clisp.org>
27872
27873         Compile relocatable.c only if --enable-relocatable is specified.
27874         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
27875         gl_RELOCATABLE_LIBRARY.
27876         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
27877         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
27878         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
27879         gl_RELOCATABLE_LIBRARY.
27880         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
27881         (Makefile.am): Remove lib_SOURCES.
27882         * modules/relocatable-lib-lgpl (configure.ac): Invoke
27883         gl_RELOCATABLE_LIBRARY.
27884         (Makefile.am): Remove lib_SOURCES.
27885         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
27886         always.
27887         * modules/relocatable-prog-wrapper (configure.ac): Invoke
27888         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
27889
27890 2007-03-04  Bruno Haible  <bruno@clisp.org>
27891
27892         * modules/argmatch-tests: New file.
27893         * tests/test-argmatch.c: New file.
27894
27895         * tests/test-allocsa.c (main): Halve the number of loop runs.
27896
27897         * modules/alloca-opt-tests: New file.
27898         * tests/test-alloca-opt.c: New file.
27899
27900 2007-03-04  Jim Meyering  <jim@meyering.net>
27901
27902         Work around difference between Linux ACLs and Solaris 10 ZFS.
27903         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
27904         for EINVAL.
27905
27906 2007-03-03  Bruno Haible  <bruno@clisp.org>
27907
27908         * modules/relocatable-prog (Depends-on): Add back progreloc's
27909         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
27910
27911 2007-03-03  Bruno Haible  <bruno@clisp.org>
27912
27913         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
27914         * modules/relocatable-lib: New file.
27915
27916 2007-03-03  Bruno Haible  <bruno@clisp.org>
27917
27918         * modules/relocatable-prog: Renamed from modules/relocatable.
27919         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
27920
27921 2007-03-03  Bruno Haible  <bruno@clisp.org>
27922
27923         * modules/relocatable-script (Files): Add doc/relocatable.texi,
27924         m4/relocatable-lib.m4.
27925         (Depends-on): Remove 'relocatable'.
27926         (configure.ac): Add gl_RELOCATABLE_NOP.
27927
27928 2007-03-03  Bruno Haible  <bruno@clisp.org>
27929
27930         * modules/relocatable-prog-wrapper: New file.
27931         * modules/relocatable (Depends-on): Add it. Remove all other
27932         dependencies except progname.
27933         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
27934
27935         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
27936         (gl_FUNC_STRERROR): Nop.
27937         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
27938
27939         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
27940         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
27941
27942         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
27943         (gl_FUNC_READLINK): Update.
27944
27945         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
27946
27947 2007-03-03  Bruno Haible  <bruno@clisp.org>
27948
27949         * lib/xreadlink.c: Include <unistd.h> unconditionally.
27950         * modules/xreadlink (Depends-on): Add unistd.
27951         * modules/xreadlink-with-size (Depends-on): Likewise.
27952
27953 2007-03-03  Bruno Haible  <bruno@clisp.org>
27954
27955         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
27956         extracted from gt_FUNC_SETENV.
27957         (gt_FUNC_SETENV): Remove macro.
27958         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
27959         remove gt_FUNC_SETENV.
27960
27961 2007-03-03  Bruno Haible  <bruno@clisp.org>
27962
27963         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
27964         ENABLE_RELOCATABLE here.
27965         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
27966
27967 2007-03-03  Bruno Haible  <bruno@clisp.org>
27968
27969         * modules/rbtreehash-list-tests (Depends-on): Add progname.
27970         * tests/test-rbtreehash_list.c: Include progname.h.
27971         (main): Call set_program_name.
27972
27973         * modules/rbtree-oset-tests (Depends-on): Add progname.
27974         * tests/test-rbtree_oset.c: Include progname.h.
27975         (main): Call set_program_name.
27976
27977         * modules/rbtree-list-tests (Depends-on): Add progname.
27978         * tests/test-rbtree_list.c: Include progname.h.
27979         (main): Call set_program_name.
27980
27981         * modules/linked-list-tests (Depends-on): Add progname.
27982         * tests/test-linked_list.c: Include progname.h.
27983         (main): Call set_program_name.
27984
27985 2007-03-03  Bruno Haible  <bruno@clisp.org>
27986
27987         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
27988         All uses of __restrict changed to _Restrict_.
27989         * lib/glob_.h (__restrict): Remove macro.
27990
27991 2007-03-02  Bruno Haible  <bruno@clisp.org>
27992
27993         * modules/gettext (configure.ac): Require gettext infrastructure
27994         from version 0.16.1.
27995
27996 2007-03-02  Bruno Haible  <bruno@clisp.org>
27997
27998         * modules/linkedhash-list-tests (Depends-on): Add progname.
27999         * tests/test-linkedhash_list.c: Include progname.h.
28000         (main): Call set_program_name.
28001
28002         * modules/carray-list-tests (Depends-on): Add progname.
28003         * tests/test-carray_list.c: Include progname.h.
28004         (main): Call set_program_name.
28005
28006         * modules/avltreehash-list-tests (Depends-on): Add progname.
28007         * tests/test-avltreehash_list.c: Include progname.h.
28008         (main): Call set_program_name.
28009
28010         * modules/avltree-oset-tests (Depends-on): Add progname.
28011         * tests/test-avltree_oset.c: Include progname.h.
28012         (main): Call set_program_name.
28013
28014         * modules/avltree-list-tests (Depends-on): Add progname.
28015         * tests/test-avltree_list.c: Include progname.h.
28016         (main): Call set_program_name.
28017
28018         * modules/array-oset-tests (Depends-on): Add progname.
28019         * tests/test-array_oset.c: Include progname.h.
28020         (main): Call set_program_name.
28021
28022         * modules/array-list-tests (Depends-on): Add progname.
28023         * tests/test-array_list.c: Include progname.h.
28024         (main): Call set_program_name.
28025
28026         * modules/argp-tests (Depends-on): Add progname.
28027         * tests/test-argp.c: Include argp.h first. Include progname.h.
28028         (main): Call set_program_name.
28029
28030 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
28031
28032         * doc/gnulib-tool.texi (Initial import): Reword description of
28033         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
28034         limited effect even if defined after the first system include.
28035
28036 2007-03-01  Bruno Haible  <bruno@clisp.org>
28037
28038         * build-aux/config.libpath: Update to libtool-1.5.22.
28039         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
28040
28041 2007-03-01  Bruno Haible  <bruno@clisp.org>
28042
28043         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
28044         foo_CFLAGS.
28045         Reported by Ralf Wildenhues.
28046
28047 2007-03-01  Bruno Haible  <bruno@clisp.org>
28048
28049         * build-aux/install-reloc: Remove object files left over by some
28050         compilers.
28051         Reported by Ralf Wildenhues.
28052
28053 2007-03-01  Bruno Haible  <bruno@clisp.org>
28054
28055         * build-aux/install-reloc: Break long lines.
28056
28057 2007-03-01  Bruno Haible  <bruno@clisp.org>
28058
28059         * doc/relocatable.texi: Document that it may not work on OpenBSD.
28060         Reported by Ralf Wildenhues.
28061
28062 2007-03-01  Bruno Haible  <bruno@clisp.org>
28063
28064         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
28065         include ordering constraints.
28066
28067 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28068
28069         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
28070         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
28071         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
28072         as another example.
28073         * lib/time_.h: Fix misspelling.
28074         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
28075         Require gl_HEADER_TIME_H_DEFAULTS.
28076         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
28077         * m4/time_r.m4 (gl_TIME_R): Likewise.
28078         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
28079
28080 2007-03-01  Bruno Haible  <bruno@clisp.org>
28081
28082         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
28083         * m4/utimens.m4 (gl_UTIMENS): Likewise.
28084
28085 2007-03-01  Jim Meyering  <jim@meyering.net>
28086
28087         * modules/xreadlink (Maintainer): Add my name.
28088         * modules/xreadlink-with-size (Depends-on): Alphabetize.
28089
28090 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
28091             Bruno Haible  <bruno@clisp.org>
28092
28093         * build-aux/install-reloc: Compile also c-ctype.c.
28094         * build-aux/relocatable.sh.in: New file.
28095         * doc/relocatable.texi: New file.
28096         * doc/relocatable-maint.texi: New file.
28097         * doc/gnulib.texi: Include relocatable-maint.texi.
28098         * lib/progreloc.c: Include unistd.h unconditionally.
28099         * lib/relocwrapper.c: Include unistd.h unconditionally.
28100         Include c-ctype.h.
28101         (add_dotbin): Use c_tolower.
28102         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
28103         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
28104         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
28105         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
28106         to m4/relocatable-lib.m4.
28107         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
28108         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
28109         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
28110         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
28111         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
28112         * modules/relocatable: New file.
28113         * modules/relocatable-lib: New file.
28114         * modules/relocatable-script: New file.
28115
28116 2007-02-28  Bruno Haible  <bruno@clisp.org>
28117
28118         Import --enable-relocatable infrastructure.
28119         * build-aux/config.libpath: New file, from GNU gettext.
28120         * build-aux/install-reloc: New file, from GNU gettext.
28121         * build-aux/reloc-ldflags: New file, from GNU gettext.
28122         * lib/relocatable.h: New file, from GNU gettext.
28123         * lib/relocatable.c: New file, from GNU gettext.
28124         * lib/relocwrapper.c: New file, from GNU gettext.
28125         * m4/relocatable.m4: New file, from GNU gettext.
28126
28127 2007-02-28  Bruno Haible  <bruno@clisp.org>
28128
28129         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
28130
28131         * modules/xreadlink: New file, from GNU gettext with modifications.
28132         * lib/xreadlink.c: New file, from GNU gettext.
28133         * lib/xreadlink.h: Add comments.
28134         (xreadlink): New declaration.
28135
28136         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
28137         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
28138         lib/xreadlink-with-size.c.
28139         (configure.ac): Remove gl_XREADLINK invocation.
28140         (Makefile.am): Augment lib_SOURCES.
28141         * m4/xreadlink.m4: Remove file.
28142         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
28143         (xreadlink_with_size): Renamed from xreadink.
28144         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
28145         * modules/canonicalize (Depends-on): Replace xreadlink with
28146         xreadlink-with-size.
28147         * lib/canonicalize.c (canonicalize_filename_mode): Update.
28148
28149 2007-02-25  Jim Meyering  <jim@meyering.net>
28150
28151         * build-aux/announce-gen: When complaining about excess arguments,
28152         list them.
28153
28154 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28155
28156         * README: Document signed integer overflow situation more
28157         accurately.
28158
28159 2007-02-25  Bruno Haible  <bruno@clisp.org>
28160
28161         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
28162         'a' or 'A' conversion.
28163
28164 2007-02-25  Bruno Haible  <bruno@clisp.org>
28165
28166         * modules/filename: Renamed from modules/pathname.
28167         (Files): Replace lib/pathname.h with lib/filename.h. Replace
28168         lib/concatpath.c with lib/concat-filename.c.
28169         (Makefile.am): Update.
28170         (Include): Replace pathname.h with filename.h.
28171         * lib/filename.h: Renamed from lib/pathname.h.
28172         (concatenated_filename): Renamed from concatenated_pathname.
28173         * lib/concat-filename.c: Renamed from lib/concatpath.c.
28174         (concatenated_filename): Renamed from concatenated_pathname.
28175         * lib/findprog.c: Include filename.h instead of pathname.h.
28176         (find_in_path): Update.
28177         * lib/javacomp.c: Include filename.h instead of pathname.h.
28178         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
28179         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
28180         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
28181         is_oldgcj_14_13_usable, is_javac_usable): Update.
28182         * lib/javaexec.c: Include filename.h instead of pathname.h.
28183         (execute_java_class): Update.
28184         * modules/findprog: Update.
28185         * modules/javacomp: Update.
28186         * modules/javaexec: Update.
28187         * MODULES.html.sh (File system functions): Add 'filename', remove
28188         'pathname'.
28189
28190 2007-02-25  Bruno Haible  <bruno@clisp.org>
28191
28192         * modules/printf-frexpl-tests: New file.
28193         * tests/test-printf-frexpl.c: New file.
28194
28195         * modules/printf-frexpl: New file.
28196         * lib/printf-frexpl.h: New file.
28197         * lib/printf-frexpl.c: New file.
28198         * m4/printf-frexpl.m4: New file.
28199
28200 2007-02-25  Bruno Haible  <bruno@clisp.org>
28201
28202         * modules/printf-frexp-tests: New file.
28203         * tests/test-printf-frexp.c: New file.
28204
28205         * modules/printf-frexp: New file.
28206         * lib/printf-frexp.h: New file.
28207         * lib/printf-frexp.c: New file.
28208         * m4/printf-frexp.m4: New file.
28209
28210 2007-02-25  Bruno Haible  <bruno@clisp.org>
28211
28212         Assume automake >= 1.10 for the tests.
28213         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
28214         * modules/arctwo-tests: Likewise.
28215         * modules/argp-tests: Likewise.
28216         * modules/avltree-list-tests: Likewise.
28217         * modules/avltree-oset-tests: Likewise.
28218         * modules/avltreehash-list-tests: Likewise.
28219         * modules/carray-list-tests: Likewise.
28220         * modules/crc-tests: Likewise.
28221         * modules/des-tests: Likewise.
28222         * modules/gc-arcfour-tests: Likewise.
28223         * modules/gc-arctwo-tests: Likewise.
28224         * modules/gc-des-tests: Likewise.
28225         * modules/gc-hmac-md5-tests: Likewise.
28226         * modules/gc-hmac-sha1-tests: Likewise.
28227         * modules/gc-md2-tests: Likewise.
28228         * modules/gc-md4-tests: Likewise.
28229         * modules/gc-md5-tests: Likewise.
28230         * modules/gc-pbkdf2-sha1-tests: Likewise.
28231         * modules/gc-rijndael-tests: Likewise.
28232         * modules/gc-sha1-tests: Likewise.
28233         * modules/gc-tests: Likewise.
28234         * modules/getaddrinfo-tests: Likewise.
28235         * modules/hmac-md5-tests: Likewise.
28236         * modules/hmac-sha1-tests: Likewise.
28237         * modules/linked-list-tests: Likewise.
28238         * modules/linkedhash-list-tests: Likewise.
28239         * modules/lock-tests: Likewise.
28240         * modules/md2-tests: Likewise.
28241         * modules/md4-tests: Likewise.
28242         * modules/md5-tests: Likewise.
28243         * modules/rbtree-list-tests: Likewise.
28244         * modules/rbtree-oset-tests: Likewise.
28245         * modules/rbtreehash-list-tests: Likewise.
28246         * modules/read-file-tests: Likewise.
28247         * modules/rijndael-tests: Likewise.
28248         * modules/stdint-tests: Likewise.
28249         * modules/tls-tests: Likewise.
28250
28251 2007-02-24  Bruno Haible  <bruno@clisp.org>
28252
28253         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
28254         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
28255         function; instead check whether isnan with a double argument links.
28256         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
28257         function; instead check whether isnan with a 'long double' argument
28258         links.
28259         Reported by Eric Blake <ebb9@byu.net>.
28260
28261 2007-02-24  Bruno Haible  <bruno@clisp.org>
28262
28263         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
28264         defined.
28265         * lib/isnanl.c: Remove all code. Just include isnan.c.
28266         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
28267
28268 2007-02-25  Jim Meyering  <jim@meyering.net>
28269
28270         Avoid conflicting types for 'unsetenv' on FreeBSD.
28271         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
28272         conflicting with FreeBSD's (5.0 and 6.1) function declaration
28273         in stdlib.h.
28274
28275 2007-02-24  Bruno Haible  <bruno@clisp.org>
28276
28277         * modules/isnanl-nolibm-tests: New file.
28278         * tests/test-isnanl.c: New file.
28279
28280         * modules/isnanl-nolibm: New file.
28281         * lib/isnanl.h: New file.
28282         * lib/isnanl.c: New file.
28283         * m4/isnanl.m4: New file.
28284
28285 2007-02-24  Bruno Haible  <bruno@clisp.org>
28286
28287         * modules/isnan-nolibm-tests: New file.
28288         * tests/test-isnan.c: New file.
28289
28290         * modules/isnan-nolibm: New file.
28291         * lib/isnan.h: New file.
28292         * lib/isnan.c: New file.
28293         * m4/isnan.m4: New file.
28294
28295 2007-02-24  Bruno Haible  <bruno@clisp.org>
28296
28297         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
28298         assume that an exponent fits in 20 bits.
28299
28300 2007-02-24  Jim Meyering  <jim@meyering.net>
28301
28302         * m4/regex.m4: Update the description of the configure-time option,
28303         --without-included-regex, to state accurately what the defaults are,
28304         and perhaps to give people an idea why using this option is risky.
28305
28306 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
28307
28308         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
28309         loops on small arguments.  This attempts to avoid the problem
28310         Bruno Haible reported for AIX 4.3.2 in
28311         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
28312
28313 2007-02-23  Bruno Haible  <bruno@clisp.org>
28314
28315         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
28316         Needed for help2man.
28317
28318 2007-02-23  Karl Berry  <karl@gnu.org>
28319
28320         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
28321         exists, foo.h should be cvs-ignored, not committed.
28322
28323 2007-02-23  Eric Blake  <ebb9@byu.net>
28324
28325         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
28326         * lib/stat-time.h (includes): Likewise.
28327         * lib/utimecmp.c (includes): Likewise.
28328         * lib/utimens.h (includes): Likewise.
28329         * lib/getdate.y (includes): Also include "timespec.h" for use
28330         internal to the module.
28331         * modules/utimens (Depends-on): Revert yesterday's patch.
28332         * modules/nanosleep (Depends-on): Add missing dependency.
28333
28334 2007-02-22  Bruno Haible  <bruno@clisp.org>
28335
28336         * lib/glob.c: Don't include getlogin_r.h.
28337
28338 2007-02-22  Jim Meyering  <jim@meyering.net>
28339
28340         * modules/utimens (Depends-on): Add timespec, required for
28341         utimens.h's inclusion of timespec.h.
28342
28343 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
28344
28345         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
28346         long unreadable paths in GNU/Linux.  Problem reported by Andreas
28347         Schwab in
28348         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
28349         I'll try to think of a better way to fix the Solaris problem.
28350
28351         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
28352         like glibc; on Solaris 10, it fails with errno == EINVAL.
28353         POSIX says the behavior is unspecified if the first argument is NULL,
28354         so play it safe and never pass NULL to the system getcwd.
28355
28356 2007-02-21  Jim Meyering  <jim@meyering.net>
28357
28358         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
28359         of gettimeofday.  It would conflict with the one now always
28360         provided via sys_time_.h.  Reported by Matthew Woehlke, as
28361         an IRIX 6.5 build failure.
28362
28363 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
28364
28365         Minor fixups to port to Solaris 10 with Sun C 5.8.
28366         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
28367         * modules/getcwd (Depends-on): Add dirfd.
28368         * lib/putenv.c (putenv): #undef it.
28369         (rpl_putenv): New decl.
28370         (malloc, free): Include <stdlib.h> rather than prototyping separately.
28371
28372 2007-02-20  Bruno Haible  <bruno@clisp.org>
28373
28374         * modules/stdio-tests: New file.
28375         * tests/test-stdio.c: New file.
28376
28377         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
28378         (Depends-on): Add stdio.
28379         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
28380         (Include): Use <stdio.h> instead of vsnprintf.h.
28381         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
28382         HAVE_DECL_VSNPRINTF.
28383         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
28384
28385         * modules/snprintf (Files): Remove lib/snprintf.h.
28386         (Depends-on): Add stdio.
28387         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
28388         (Include): Use <stdio.h> instead of snprintf.h.
28389         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
28390         HAVE_DECL_SNPRINTF.
28391         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
28392         * lib/getaddrinfo.c: Likewise.
28393
28394         * modules/stdio: New file.
28395         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
28396         * lib/snprintf.h: Remove file.
28397         * lib/vsnprintf.h: Remove file.
28398         * lib/.cppi-disable: Remove snprintf.h.
28399         * m4/stdio_h.m4: New file.
28400         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
28401
28402 2007-02-20  Jim Meyering  <jim@meyering.net>
28403
28404         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
28405         used by e.g., mingw.  From Bruno Haible.
28406
28407 2007-02-19  Bruno Haible  <bruno@clisp.org>
28408
28409         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
28410         warnings.
28411         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28412
28413 2007-02-19  Bruno Haible  <bruno@clisp.org>
28414
28415         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
28416         from mingw users.
28417
28418 2007-02-19  Bruno Haible  <bruno@clisp.org>
28419
28420         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
28421         warnings.
28422         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
28423
28424 2007-02-19  Jim Meyering  <jim@meyering.net>
28425
28426         Don't use FD after a successful "fdopendir (fd)".
28427         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
28428         Reset it by calling dirfd on the just-obtained DIR*.
28429
28430         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
28431         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
28432
28433 2007-02-18  Bruno Haible  <bruno@clisp.org>
28434
28435         * lib/readlink.c: Include <unistd.h>.
28436         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
28437         HAVE_READLINK.
28438         * modules/readlink (Depends-on): Add unistd.
28439         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28440         (Include): Add <unistd.h>.
28441
28442         * lib/getlogin_r.h: Remove file.
28443         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
28444         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
28445         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
28446         HAVE_DECL_GETLOGIN_R.
28447         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
28448         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28449         (Include): Use <unistd.h> instead of getlogin_r.h.
28450
28451         * lib/getcwd.h: Remove file.
28452         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
28453         * lib/xgetcwd.c: Likewise.
28454         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
28455         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
28456         * modules/getcwd (Files): Remove lib/getcwd.h.
28457         (Depends-on): Add unistd.
28458         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28459         (Include): Use <unistd.h> instad of getcwd.h.
28460
28461         * lib/ftruncate.c: Include <unistd.h> first.
28462         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
28463         Set HAVE_FTRUNCATE.
28464         * modules/ftruncate (Depends-on): Add unistd.
28465         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28466
28467         * lib/fchdir.c: Include <unistd.h> first.
28468         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
28469         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
28470         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
28471         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28472         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
28473
28474         * lib/dup2.c: Include <unistd.h> first.
28475         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
28476         HAVE_DUP2.
28477         * modules/dup2 (Depends-on): Add unistd.
28478         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28479
28480         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
28481         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
28482         REPLACE_CHOWN. Don't define chown as a macro here.
28483         * modules/chown (Depends-on): Add unistd.
28484         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28485
28486         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
28487         Add definition for GL_LINK_WARNING.
28488         (chown, dup2): New declarations.
28489         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
28490         link warning.
28491         (ftruncate): New declaration.
28492         (getcwd): New declaration, taken from old getcwd.h.
28493         (getlogin_r): New declaration, taken from old getlogin_r.h.
28494         (readlink): New declaration.
28495         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
28496         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
28497         (gl_PREREQ_UNISTD): Remove macro.
28498         (gl_UNISTD_MODULE_INDICATOR): New macro.
28499         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
28500         many new variables. Don't set UNISTD_H.
28501         * modules/unistd (Description): Change.
28502         (Depends-on): Add link-warning.
28503         (configure.ac): Update.
28504         (Makefile.am): Create unistd.h always. Substitute many new variables
28505         into it.
28506
28507 2007-02-18  Bruno Haible  <bruno@clisp.org>
28508
28509         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
28510         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
28511         HAVE_GETSUBOPT.
28512         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
28513         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
28514         * lib/getsubopt.h: Remove file.
28515         * modules/getsubopt (Files): Remove lib/getsubopt.h.
28516         (Depends-on): Add stdlib.
28517         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
28518         (Includes): Use <stdlib.h> instead of getsubopt.h.
28519         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
28520         Set HAVE_GETSUBOPT.
28521         * lib/getsubopt.c: Don't include getsubopt.h.
28522
28523 2007-02-18  Bruno Haible  <bruno@clisp.org>
28524
28525         * modules/fchdir (Depends-on): Add dup2.
28526
28527 2007-02-18  Bruno Haible  <bruno@clisp.org>
28528
28529         * lib/stdlib_.h: Handle glibc's special invocation convention
28530         specially.
28531
28532 2007-02-18  Bruno Haible  <bruno@clisp.org>
28533
28534         * modules/stdlib-tests: New file.
28535         * tests/test-stdlib.c: New file.
28536
28537         * modules/mkstemp (Files): Remove lib/mkstemp.h.
28538         (Depends-on): Add stdlib.
28539         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
28540         (Includes): Use <stdlib.h> instead of mkstemp.h.
28541         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
28542         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
28543         * lib/mkstemp.c: Don't include mkstemp.h.
28544         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
28545         * lib/stdlib--.h: Don't include mkstemp.h.
28546
28547         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
28548         (Depends-on): Add stdlib.
28549         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
28550         (Includes): Use <stdlib.h> instead of mkdtemp.h.
28551         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
28552         HAVE_MKDTEMP.
28553         * lib/mkdtemp.c: Don't include mkdtemp.h.
28554         * lib/clean-temp.c: Don't include mkdtemp.h.
28555
28556         * modules/exit (Files): Remove lib/exit.h.
28557         (Depends-on): Add stdlib.
28558         (Makefile.am): Remove lib_SOURCES.
28559         (Include): Use <stdlib.h> instead of exit.h.
28560         * lib/argmatch.c: Don't include exit.h.
28561         * lib/execute.c: Likewise.
28562         * lib/pagealign_alloc.c: Likewise.
28563         * lib/pipe.c: Likewise.
28564         * lib/wait-process.c: Likewise.
28565         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
28566         * lib/exitfail.c: Likewise.
28567         * lib/savewd.c: Likewise.
28568         * lib/xsetenv.c: Likewise.
28569
28570         * modules/stdlib: New file.
28571         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
28572         and extra comments about mkstemp().
28573         * lib/exit.h: Remove file.
28574         * lib/mkdtemp.h: Remove file.
28575         * lib/mkstemp.h: Remove file.
28576         * m4/stdlib_h.m4: New file.
28577         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
28578
28579 2007-02-18  Bruno Haible  <bruno@clisp.org>
28580
28581         * modules/math-tests: New file.
28582         * tests/test-math.c: New file.
28583
28584         * modules/math: New file.
28585         * modules/mathl (Files): Remove lib/mathl.h.
28586         (Depends-on): Add math.
28587         (Makefile.am): Don't mention mathl.h.
28588         (Include): Use <math.h> instead of mathl.h.
28589         * lib/math_.h: New file.
28590         * lib/mathl.h: Remove file.
28591         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
28592         mathl.h.
28593         * lib/asinl.c: Likewise.
28594         * lib/atanl.c: Likewise.
28595         * lib/ceill.c: Likewise.
28596         * lib/cosl.c: Likewise.
28597         * lib/expl.c: Likewise.
28598         * lib/floorl.c: Likewise.
28599         * lib/frexpl.c: Likewise.
28600         * lib/ldexpl.c: Likewise.
28601         * lib/logl.c: Likewise.
28602         * lib/sincosl.c: Likewise.
28603         * lib/sinl.c: Likewise.
28604         * lib/sqrtl.c: Likewise.
28605         * lib/tanl.c: Likewise.
28606         * lib/trigl.c: Likewise.
28607         * m4/math_h.m4: New file.
28608         * MODULES.html.sh (Mathematics): Add math.
28609
28610 2007-02-17  Bruno Haible  <bruno@clisp.org>
28611
28612         * modules/wctype-tests: New file.
28613         * tests/test-wctype.c: New file.
28614
28615         * modules/wchar-tests: New file.
28616         * tests/test-wchar.c: New file.
28617
28618         * modules/unistd-tests: New file.
28619         * tests/test-unistd.c: New file.
28620
28621         * modules/time-tests: New file.
28622         * tests/test-time.c: New file.
28623
28624         * modules/sysexits-tests: New file.
28625         * tests/test-sysexits.c: New file.
28626
28627         * modules/sys_time-tests: New file.
28628         * tests/test-sys_time.c: New file.
28629
28630         * modules/sys_stat-tests: New file.
28631         * tests/test-sys_stat.c: New file.
28632
28633         * modules/sys_socket-tests: New file.
28634         * tests/test-sys_socket.c: New file.
28635
28636         * modules/sys_select-tests: New file.
28637         * tests/test-sys_select.c: New file.
28638
28639         * modules/string-tests: New file.
28640         * tests/test-string.c: New file.
28641
28642         * modules/stdbool-tests: New file.
28643         * tests/test-stdbool.c: New file.
28644
28645         * modules/netinet_in-tests: New file.
28646         * tests/test-netinet_in.c: New file.
28647
28648         * modules/inttypes-tests: New file.
28649         * tests/test-inttypes.c: New file.
28650
28651         * modules/fcntl-tests: New file.
28652         * tests/test-fcntl.c: New file.
28653
28654         * modules/byteswap-tests: New file.
28655         * tests/test-byteswap.c: New file.
28656
28657         * modules/arpa_inet-tests: New file.
28658         * tests/test-arpa_inet.c: New file.
28659
28660 2007-02-17  Bruno Haible  <bruno@clisp.org>
28661
28662         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
28663         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
28664         if the corresponding module is not enabled. Emit link warnings if
28665         the function is used nevertheless.
28666         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
28667         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
28668         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
28669         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
28670         * modules/inttypes (Depends-on): Add link-warning.
28671         (Makefile.am): Copy the contents of build-aux/link-warning.h into
28672         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
28673         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
28674         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
28675         * modules/imaxdiv (configure.ac): Likewise.
28676         * modules/strtoimax (configure.ac): Likewise.
28677         * modules/strtoumax (configure.ac): Likewise.
28678
28679 2007-02-17  Bruno Haible  <bruno@clisp.org>
28680
28681         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
28682         gl_STRING_MODULE_INDICATOR_DEFAULTS.
28683         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
28684         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
28685
28686 2007-02-17  Bruno Haible  <bruno@clisp.org>
28687
28688         * modules/link-warning: New file.
28689         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
28690         * lib/string_.h (GL_LINK_WARNING): Remove definition.
28691         * modules/string (Depends-on): Add link-warning.
28692         (Makefile.am): Copy the contents of build-aux/link-warning.h into
28693         string.h.
28694         * MODULES.html.sh (Support for building libraries and executables): Add
28695         link-warning.
28696
28697 2007-02-17  Bruno Haible  <bruno@clisp.org>
28698
28699         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
28700         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
28701         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
28702         long lines.
28703
28704 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
28705             Bruno Haible  <bruno@clisp.org>
28706
28707         * modules/tmpfile: New file.
28708         * lib/tmpfile.c: New file.
28709         * m4/tmpfile.m4: New file.
28710         * MODULES.html.sh (func_all_modules): New section "Input/output".
28711
28712 2007-02-15  Bruno Haible  <bruno@clisp.org>
28713
28714         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
28715         (supports_delete_on_close): New function.
28716         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
28717
28718 2007-02-14  Bruno Haible  <bruno@clisp.org>
28719
28720         * modules/mbspcasecmp-tests: New file.
28721         * tests/test-mbspcasecmp.sh: New file.
28722         * tests/test-mbspcasecmp.c: New file.
28723
28724         New module mbspcasecmp.
28725         * modules/mbspcasecmp: New file.
28726         * lib/mbspcasecmp.c: New file.
28727         * lib/string_.h (strncasecmp): Change warning message.
28728         (mbspcasecmp): New declaration.
28729         * m4/mbspcasecmp.m4: New file.
28730         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28731         GNULIB_MBSPCASECMP.
28732         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
28733         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
28734
28735 2007-02-14  Bruno Haible  <bruno@clisp.org>
28736
28737         * modules/mbsncasecmp-tests: New file.
28738         * tests/test-mbsncasecmp.sh: New file.
28739         * tests/test-mbsncasecmp.c: New file.
28740
28741         New module mbsncasecmp.
28742         * modules/mbsncasecmp: New file.
28743         * lib/mbsncasecmp.c: New file.
28744         * lib/string_.h (mbsncasecmp): New declaration.
28745         * m4/mbsncasecmp.m4: New file.
28746         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28747         GNULIB_MBSNCASECMP.
28748         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
28749         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
28750
28751 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
28752
28753         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
28754         Verify that it doesn't overlap with our flags.
28755         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
28756         do not have the desired effect in multibyte locales; instead, use
28757         mbscasecmp.
28758         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
28759         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
28760         we don't require GNU fnmatch ourselves (if our users require it, they
28761         should do so explicitly).
28762
28763         Fix regex code so it doesn't rely on strcasecmp.
28764         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
28765         Otherwise, include gnulib's langinfo.h.
28766         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
28767         undesirable behavior in non-C locales.  Instead, rely on localecharset.
28768         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
28769         * modules/regex (FILES): Remove m4/codeset.m4.
28770         (Depends-on): Add localcharset.  Remove strcase.
28771
28772 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28773
28774         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
28775         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
28776
28777 2007-02-13  Bruno Haible  <bruno@clisp.org>
28778
28779         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
28780         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28781
28782 2007-02-12  Bruno Haible  <bruno@clisp.org>
28783
28784         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
28785         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
28786         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
28787         time warning rather than a link error.
28788
28789 2007-02-12  Bruno Haible  <bruno@clisp.org>
28790
28791         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
28792         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28793         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28794
28795 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
28796
28797         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
28798         args, not 2.
28799
28800 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
28801
28802         New module 'time', so that apps can include <time.h> as per
28803         POSIX and GNU instead of separate include files like time_r.h
28804         and timegm.h.  This implementation tries out a simpler approach
28805         for replacing decls in standard include files (as compared to
28806         the string module), somewhat as an experiment.
28807
28808         * config/srclist.txt: Comment out mktime.c for now.
28809         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
28810         since it doesn't apply any more.  Use generic wording instead.
28811         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
28812         'time'.
28813         * lib/time_.h, m4/time_h.m4, modules/time: New files.
28814         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
28815         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
28816         Don't include <sys/types.h>; no longer needed since we assume C89.
28817         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
28818         * lib/strftime.c: Likewise.
28819         * lib/time_r.c: Likewise.
28820         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
28821         * lib/nanosleep.c: Include <time.h> first, to check interface.
28822         * lib/strptime.c: Likewise.
28823         * lib/time_r.c: Likewise.
28824         * lib/timegm.c: Likewise.
28825         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
28826         needed.
28827         * lib/timegm.c: Don't include timegm.h; no longer needed.
28828         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
28829         time.h now handles any problems in that area.
28830         (struct timespec, nanosleep): Remove; time.h now arranges for these.
28831         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
28832         that time.h defines struct timespec.
28833         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
28834         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
28835         handles that.
28836         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
28837         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
28838         needed.  Set REPLACE_LOCALTIME.
28839         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
28840         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
28841         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
28842         nanosleep; time_h.m4 now does that.  Don't require
28843         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
28844         module handles this now.
28845         * modules/getdate (Depends-on): Remove timespec.  Add time.
28846         * modules/nanosleep (Depends-on): Likewise.
28847         * modules/stat-time (Depends-on): Likewise.
28848         * modules/nanosleep (Include): Include time.h, not timespec.h.
28849         * modules/strptime (Files): Remove lib/strptime.h.
28850         (Depends-on): Add extensions, time.
28851         (Include): Include time.h, not strptime.h.
28852         * modules/time_r (Files): Remove lib/time_r.h.
28853         (Depends-on): Add time.
28854         (Include): Include time.h, not time_r.h.
28855         * modules/timegm: Likewise.
28856         * modules/timespec (Description): Now does timespec-related decls
28857         of our own, instead of struct timespec itself.
28858         (Depends-on): Add time; remove extensions.
28859         (Maintainer): Add self.
28860         * modules/utimecmp (Depends-on): Add time; remove timespec.
28861         * modules/utimens (Depends-on): Likewise.
28862         * modules/xnanosleep (Depends-on): Likewise.
28863
28864 2007-02-11  Bruno Haible  <bruno@clisp.org>
28865
28866         * lib/c-strstr.c: Include allocsa.h.
28867         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
28868         * lib/c-strcasestr.c: Include allocsa.h.
28869         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
28870         * lib/strcasestr.c: Include allocsa.h.
28871         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
28872         * lib/mbsstr.c: Include allocsa.h.
28873         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
28874         allocsa/freesa instead of malloc/free.
28875         * lib/mbscasestr.c: Include allocsa.h.
28876         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
28877         allocsa/freesa instead of malloc/free.
28878         * modules/c-strstr (Depends-on): Add allocsa.
28879         * modules/c-strcasestr (Depends-on): Likewise.
28880         * modules/strcasestr (Depends-on): Likewise.
28881         * modules/mbsstr (Depends-on): Likewise.
28882         * modules/mbscasestr (Depends-on): Likewise.
28883
28884 2007-02-11  Bruno Haible  <bruno@clisp.org>
28885
28886         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
28887
28888         * modules/mbsspn-tests: New file.
28889         * tests/test-mbsspn.sh: New file.
28890         * tests/test-mbsspn.c: New file.
28891
28892 2007-02-11  Bruno Haible  <bruno@clisp.org>
28893
28894         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
28895
28896         * modules/mbspbrk-tests: New file.
28897         * tests/test-mbspbrk.sh: New file.
28898         * tests/test-mbspbrk.c: New file.
28899
28900 2007-02-11  Bruno Haible  <bruno@clisp.org>
28901
28902         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
28903         unneeded cast.
28904
28905         * modules/mbscspn-tests: New file.
28906         * tests/test-mbscspn.sh: New file.
28907         * tests/test-mbscspn.c: New file.
28908
28909 2007-02-11  Bruno Haible  <bruno@clisp.org>
28910
28911         * modules/mbscasecmp-tests: New file.
28912         * tests/test-mbscasecmp.sh: New file.
28913         * tests/test-mbscasecmp.c: New file.
28914
28915 2007-02-11  Bruno Haible  <bruno@clisp.org>
28916
28917         Ensure O(n) worst-case complexity of mbscasestr.
28918         * lib/mbscasestr.c: Include stdbool.h.
28919         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
28920         functions.
28921         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
28922         the bookkeeping indicates that it's worth it.
28923         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
28924
28925         * modules/mbscasestr-tests: New file.
28926         * tests/test-mbscasestr1.c: New file.
28927         * tests/test-mbscasestr2.sh: New file.
28928         * tests/test-mbscasestr2.c: New file.
28929         * tests/test-mbscasestr3.sh: New file.
28930         * tests/test-mbscasestr3.c: New file.
28931         * tests/test-mbscasestr4.sh: New file.
28932         * tests/test-mbscasestr4.c: New file.
28933         * m4/locale-tr.m4: New file.
28934
28935 2007-02-11  Bruno Haible  <bruno@clisp.org>
28936
28937         Ensure O(n) worst-case complexity of mbsstr.
28938         * lib/mbsstr.c: Include stdbool.h.
28939         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
28940         functions.
28941         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
28942         bookkeeping indicates that it's worth it.
28943         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
28944
28945         * modules/mbsstr-tests: New file.
28946         * tests/test-mbsstr1.c: New file.
28947         * tests/test-mbsstr2.sh: New file.
28948         * tests/test-mbsstr2.c: New file.
28949         * tests/test-mbsstr3.sh: New file.
28950         * tests/test-mbsstr3.c: New file.
28951         * m4/locale-fr.m4: New file.
28952
28953 2007-02-11  Bruno Haible  <bruno@clisp.org>
28954
28955         * lib/mbsrchr.c (mbsrchr): Fix bug.
28956
28957         * modules/mbsrchr-tests: New file.
28958         * tests/test-mbsrchr.sh: New file.
28959         * tests/test-mbsrchr.c: New file.
28960
28961 2007-02-11  Bruno Haible  <bruno@clisp.org>
28962
28963         * lib/mbschr.c (mbschr): Fix bug.
28964
28965         * modules/mbschr-tests: New file.
28966         * tests/test-mbschr.sh: New file.
28967         * tests/test-mbschr.c: New file.
28968         * m4/locale-zh.m4: New file.
28969
28970 2007-02-11  Bruno Haible  <bruno@clisp.org>
28971
28972         Support for copying multibyte string iterators.
28973         * lib/mbiter.h: Include <string.h>.
28974         (mbiter_multi_copy): New function.
28975         (mbi_copy): New macro.
28976         * lib/mbuiter.h: Include <string.h>.
28977         (mbuiter_multi_copy): New function.
28978         (mbui_copy): New macro.
28979
28980 2007-02-11  Bruno Haible  <bruno@clisp.org>
28981
28982         New module mbslen.
28983         * modules/mbslen: New file.
28984         * lib/mbslen.c: New file.
28985         * lib/string_.h (mbslen): New declaration.
28986         * m4/mbslen.m4: New file.
28987         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
28988         GNULIB_MBSLEN.
28989         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
28990         * MODULES.html.sh (Internationalization functions): Add mbslen.
28991
28992 2007-02-11  Bruno Haible  <bruno@clisp.org>
28993
28994         Ensure O(n) worst-case complexity of strcasestr substitute.
28995         * lib/strcasestr.c: Include stdbool.h.
28996         (knuth_morris_pratt): New function.
28997         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
28998         bookkeeping indicates that it's worth it.
28999         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
29000
29001         * modules/strcasestr-tests: New file.
29002         * tests/test-strcasestr.c: New file.
29003
29004 2007-02-11  Bruno Haible  <bruno@clisp.org>
29005
29006         Ensure O(n) worst-case complexity of c_strcasestr.
29007         * lib/c-strcasestr.c: Include stdbool.h, string.h.
29008         (knuth_morris_pratt): New function.
29009         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
29010         the bookkeeping indicates that it's worth it.
29011         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
29012
29013         * modules/c-strcasestr-tests: New file.
29014         * tests/test-c-strcasestr.c: New file.
29015
29016 2007-02-11  Bruno Haible  <bruno@clisp.org>
29017
29018         Ensure O(n) worst-case complexity of c_strstr.
29019         * lib/c-strstr.c: Include stdbool.h, string.h.
29020         (knuth_morris_pratt): New function.
29021         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
29022         bookkeeping indicates that it's worth it.
29023         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
29024
29025         * lib/c-strstr.c: Complete rewrite for maintainability.
29026
29027         * modules/c-strstr-tests: New file.
29028         * tests/test-c-strstr.c: New file.
29029
29030 2007-02-11  Bruno Haible  <bruno@clisp.org>
29031
29032         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
29033         5.2.1 and earlier, whereby \055 was treated just like the range
29034         delimiter '-'.
29035         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
29036
29037 2007-02-08  Bruno Haible  <bruno@clisp.org>
29038
29039         * modules/regex (Depends-on): Add stdbool.
29040         Reported by Dalibor Topic <robilad@kaffe.org>.
29041
29042 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
29043
29044         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
29045         Prefer returning from main to exiting from it.
29046         Remove unnecessary parens after sizeof.
29047
29048 2007-02-05  Bruno Haible  <bruno@clisp.org>
29049
29050         New module mbssep.
29051         * modules/mbssep: New file.
29052         * lib/mbssep.c: New file.
29053         * lib/string_.h (strsep): Add a conditional link warning.
29054         (mbssep): New declaration.
29055         * m4/mbssep.m4: New file.
29056         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29057         GNULIB_MBSSEP.
29058         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
29059         * MODULES.html.sh (Internationalization functions): Add mbssep.
29060
29061 2007-02-05  Bruno Haible  <bruno@clisp.org>
29062
29063         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
29064         Optimize search in case of 1 delimiter.
29065
29066 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
29067
29068         * lib/acl.h: Include sys/types.h before sys/acl.h.
29069
29070 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
29071
29072         Merge upstream fix for glibc bugzilla #3957:
29073
29074         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
29075
29076         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
29077         bit for RE_HAT_LISTS_NOT_NEWLINE.
29078         (build_charclass_op): Remove bogus comment.
29079
29080 2007-02-05  Simon Josefsson  <simon@josefsson.org>
29081
29082         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
29083
29084 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
29085
29086         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
29087         * lib/memmem.c [!defined _LIBC]: Include config.h.
29088
29089 2007-02-04  Bruno Haible  <bruno@clisp.org>
29090
29091         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
29092         warning message.
29093
29094 2007-02-04  Bruno Haible  <bruno@clisp.org>
29095
29096         New module mbstok_r.
29097         * modules/mbstok_r: New file.
29098         * lib/mbstok_r.c: New file.
29099         * lib/string_.h (strtok_r): Change argument names to match the
29100         comments. Add a conditional link warning.
29101         (mbstok_r): New declaration.
29102         * m4/mbstok_r.m4: New file.
29103         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29104         GNULIB_MBSTOK_R.
29105         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
29106         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
29107
29108 2007-02-04  Bruno Haible  <bruno@clisp.org>
29109
29110         New module mbsspn.
29111         * modules/mbsspn: New file.
29112         * lib/mbsspn.c: New file.
29113         * lib/string_.h (strspn): Add a conditional link warning.
29114         (mbsspn): New declaration.
29115         * m4/mbsspn.m4: New file.
29116         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29117         GNULIB_MBSSPN.
29118         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
29119         * MODULES.html.sh (Internationalization functions): Add mbsspn.
29120
29121 2007-02-04  Bruno Haible  <bruno@clisp.org>
29122
29123         New module mbspbrk.
29124         * modules/mbspbrk: New file.
29125         * lib/mbspbrk.c: New file.
29126         * lib/string_.h (strpbrk): Add a conditional link warning.
29127         (mbspbrk): New declaration.
29128         * m4/mbspbrk.m4: New file.
29129         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29130         GNULIB_MBSPBRK.
29131         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
29132         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
29133
29134 2007-02-04  Bruno Haible  <bruno@clisp.org>
29135
29136         New module mbscspn.
29137         * modules/mbscspn: New file.
29138         * lib/mbscspn.c: New file.
29139         * lib/string_.h (strcspn): Add a conditional link warning.
29140         (mbscspn): New declaration.
29141         * m4/mbscspn.m4: New file.
29142         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29143         GNULIB_MBSCSPN.
29144         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
29145         * MODULES.html.sh (Internationalization functions): Add mbscspn.
29146
29147 2007-02-04  Bruno Haible  <bruno@clisp.org>
29148
29149         New module mbscasestr, reduced goal of strcasestr.
29150         * modules/mbscasestr: New file.
29151         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
29152         (mbscasestr): Renamed from strcasestr.
29153         * lib/strcasestr.c: Don't include mbuiter.h.
29154         (strcasestr): Remove support for multibyte locales.
29155         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
29156         Change the conditional link warning.
29157         (mbscasestr): New declaration.
29158         * m4/mbscasestr.m4: New file.
29159         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
29160         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
29161         REPLACE_STRCASESTR.
29162         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
29163         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
29164         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
29165         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
29166         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
29167         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
29168         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
29169         (Depends-on): Remove mbuiter.
29170         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
29171
29172 2007-02-04  Bruno Haible  <bruno@clisp.org>
29173
29174         Simplify handling of strncasecmp.
29175         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
29176         the conditional link warning.
29177         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
29178         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
29179         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
29180         * modules/strcase (configure.ac): Don't invoke
29181         gl_STRING_MODULE_INDICATOR.
29182         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
29183
29184 2007-02-04  Bruno Haible  <bruno@clisp.org>
29185
29186         New module mbscasecmp, reduced goal of strcasecmp.
29187         * modules/mbscasecmp: New file.
29188         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
29189         (mbscasecmp): Renamed from strcasecmp.
29190         * lib/strcasecmp.c: Don't include mbuiter.h.
29191         (strcasecmp): Remove support for multibyte locales.
29192         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
29193         Change the conditional link warning.
29194         (mbscasecmp): New declaration.
29195         * m4/mbscasecmp.m4: New file.
29196         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
29197         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
29198         REPLACE_STRCASECMP.
29199         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
29200         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29201         GNULIB_MBSCASECMP.
29202         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
29203         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
29204         * modules/strcase (Files): Remove m4/mbrtowc.m4.
29205         (Depends-on): Remove mbuiter.
29206         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
29207
29208 2007-02-04  Bruno Haible  <bruno@clisp.org>
29209
29210         New module mbsstr. Remove module strstr.
29211         * modules/mbsstr: New file.
29212         * modules/strstr: Remove file.
29213         * lib/mbsstr.c: Renamed from lib/strstr.c.
29214         (mbsstr): Renamed from strstr.
29215         * lib/string_.h (strstr): Remove declaration. Change the conditional
29216         link warning.
29217         (mbsstr): New declaration.
29218         * m4/mbsstr.m4: New file.
29219         * m4/strstr.m4: Remove file.
29220         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
29221         REPLACE_STRSTR.
29222         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
29223         Don't initialize GNULIB_STRSTR.
29224         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
29225         substitute GNULIB_STRSTR and REPLACE_STRSTR.
29226         * MODULES.html.sh (Internationalization functions): Add mbsstr.
29227         (Support for systems lacking ANSI C 89): Remove strstr.
29228
29229 2007-02-04  Bruno Haible  <bruno@clisp.org>
29230
29231         New module mbsrchr.
29232         * modules/mbsrchr: New file.
29233         * lib/mbsrchr.c: New file.
29234         * lib/string_.h (strrchr): Add a conditional link warning.
29235         (mbsrchr): New declaration.
29236         * m4/mbsrchr.m4: New file.
29237         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29238         GNULIB_MBSRCHR.
29239         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
29240         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
29241
29242 2007-02-04  Bruno Haible  <bruno@clisp.org>
29243
29244         New module mbschr.
29245         * modules/mbschr: New file.
29246         * lib/mbschr.c: New file.
29247         * lib/string_.h (strchr): Add a conditional link warning.
29248         (mbschr): New declaration.
29249         * m4/mbschr.m4: New file.
29250         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
29251         GNULIB_MBSCHR.
29252         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
29253         * MODULES.html.sh (Internationalization functions): Add mbschr.
29254
29255 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
29256
29257         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
29258
29259         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
29260
29261 2007-02-04  Bruno Haible  <bruno@clisp.org>
29262
29263         New module description section 'configure.ac-early'.
29264         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
29265         (func_get_autoconf_early_snippet): New function.
29266         (func_import, func_create_testdir): Use it. Remove special cases for
29267         modules 'extensions' and 'lock'.
29268         * modules/extensions (configure.ac-early): Require
29269         gl_USE_SYSTEM_EXTENSIONS.
29270         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
29271
29272 2007-02-04  Bruno Haible  <bruno@clisp.org>
29273
29274         Make use of gcj-4.3's -fsource and -ftarget option.
29275         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
29276         and if so try the options -fsource and -ftarget.
29277         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
29278         source_version, ftarget_option, target_version arguments.
29279         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
29280         (is_envjavac_oldgcj_14_14_usable): Renamed from
29281         is_envjavac_gcj_14_14_usable.
29282         (is_envjavac_oldgcj_14_13_usable): Renamed from
29283         is_envjavac_gcj_14_13_usable.
29284         (is_gcj_present): Update.
29285         (is_gcj_43, is_gcj43_usable): New functions.
29286         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
29287         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
29288         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
29289         try the options -fsource and -ftarget.
29290
29291 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
29292
29293         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
29294         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
29295         larger value.
29296
29297 2007-02-03  Jim Meyering  <jim@meyering.net>
29298
29299         Give tools a better chance to allocate space for very large buffers.
29300         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
29301
29302         Make pwd and readlink work also when run with an unreadable parent dir
29303         on systems with openat support.
29304         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
29305         provided getcwd function, even when we have openat support.
29306         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
29307
29308 2007-02-02  Bruno Haible  <bruno@clisp.org>
29309
29310         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
29311         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
29312         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
29313         portability problems if one of these functions is only used on specific
29314         platforms.
29315         Reported by Paul Eggert.
29316
29317 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
29318
29319         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
29320         is causing more trouble than it's curing.
29321         * lib/regex_internal.h (__mempcpy): Remove.
29322         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
29323         (and make the code a tad smaller to boot).
29324         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
29325
29326 2007-02-02  Jim Meyering  <jim@meyering.net>
29327
29328         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
29329         section, not in the Makefile.am: one.
29330
29331 2007-02-02  Eric Blake  <ebb9@byu.net>
29332
29333         * lib/strchrnul.c: Always include config.h first.
29334
29335         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
29336         gnulib strstr is not necessary here.
29337
29338 2007-02-02  Simon Josefsson  <simon@josefsson.org>
29339
29340         * m4/socklen.m4: Fix typo.
29341
29342 2007-02-02  Eric Blake  <ebb9@byu.net>
29343
29344         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
29345         * modules/netinet_in (Makefile.am): Likewise.
29346
29347 2007-02-01  Bruno Haible  <bruno@clisp.org>
29348
29349         * lib/string_.h (GL_LINK_WARNING): New macro.
29350         (strcasecmp, strstr, strcasestr): If provided by the system,
29351         conditionally define as a macro that leads to a warning instead of to
29352         an error.
29353         (strncasecmp): Conditionally define as a macro that leads to a warning.
29354
29355 2007-02-01  Karl Berry  <karl@gnu.org>
29356
29357         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
29358
29359 2007-02-01  Bruno Haible  <bruno@clisp.org>
29360
29361         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
29362         renamings.
29363
29364 2007-02-01  Eric Blake  <ebb9@byu.net>
29365
29366         * modules/regex (Depends-on): Revert dependence on mempcpy.
29367         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
29368         module's definition of mempcpy.
29369         Reported by Paul Eggert.
29370
29371 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
29372
29373         * lib/string_.h: If the gnulib module XYZ is not present, undefine
29374         the symbol XYZ before redefining it.  This fixes a problem with
29375         programs that don't use XYZ, when compiled on systems that define
29376         XYZ to something else.
29377
29378 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
29379
29380         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
29381         occurs when "mkdir -m foo" creates a setgid directory that is (1)
29382         writeable to group or other and (2) is intended to have a special
29383         mode bit that is set or cleared.  In such a case, the directory
29384         should be neither group- nor other-writeable until the special
29385         mode bits are right.
29386
29387 2007-01-31  Eric Blake  <ebb9@byu.net>
29388
29389         * modules/mountlist (Depends-on): Add strstr.
29390
29391         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
29392         bug.
29393         * modules/string (Makefile.am): Remove redundant replacement.
29394         * modules/regex (Depends-on): Add mempcpy.
29395
29396 2007-01-31  Bruno Haible  <bruno@clisp.org>
29397
29398         New module description field 'Link'.
29399         * gnulib-tool (func_usage): Document --extract-link-directive.
29400         (sed_extract_prog): Recognize 'Link' directive.
29401         (func_get_link_directive): New function.
29402         (func_import): Show summary of link directives.
29403         Handle --extract-link-directive option.
29404         * modules/acl (Link): New section.
29405         * modules/clock-time (Link): New section.
29406         * modules/euidaccess (Link): New section.
29407         * modules/gettext (Link): New section.
29408         * modules/iconv (Link): New section.
29409         * modules/lock (Link): New section.
29410         * modules/nanosleep (Link): New section.
29411         * modules/readline (Link): New section.
29412
29413 2007-01-27  Bruno Haible  <bruno@clisp.org>
29414
29415         Enforce the use of gnulib modules for unportable <string.h> functions.
29416         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
29417         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
29418         (gl_HEADER_STRING_H_BODY): Require it.
29419         * lib/string_.h: If the gnulib module XYZ is not present, redefine
29420         the symbol XYZ to one that gives a link error.
29421         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
29422         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
29423         * modules/mempcpy (configure.ac): Likewise.
29424         * modules/memrchr (configure.ac): Likewise.
29425         * modules/stpcpy (configure.ac): Likewise.
29426         * modules/stpncpy (configure.ac): Likewise.
29427         * modules/strcase (configure.ac): Likewise.
29428         * modules/strcasestr (configure.ac): Likewise.
29429         * modules/strchrnul (configure.ac): Likewise.
29430         * modules/strdup (configure.ac): Likewise.
29431         * modules/strndup (configure.ac): Likewise.
29432         * modules/strnlen (configure.ac): Likewise.
29433         * modules/strpbrk (configure.ac): Likewise.
29434         * modules/strsep (configure.ac): Likewise.
29435         * modules/strstr (configure.ac): Likewise.
29436         * modules/strtok_r (configure.ac): Likewise.
29437
29438 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
29439
29440         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
29441
29442 2007-01-30  Jim Meyering  <jim@meyering.net>
29443
29444         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
29445
29446 2007-01-29  Bruno Haible  <bruno@clisp.org>
29447
29448         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
29449         * lib/execute.c: Likewise.
29450         * lib/pipe.c: Likewise.
29451         * lib/printf-args.h: Likewise.
29452         * lib/printf-args.c: Likewise.
29453         * lib/printf-parse.c: Likewise.
29454         * lib/vasnprintf.c: Likewise.
29455
29456 2007-01-29  Eric Blake  <ebb9@byu.net>
29457
29458         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
29459         declaration.
29460
29461 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
29462
29463         * lib/strptime.h (strptime): Use 'restrict' for args where
29464         POSIX requires this.
29465         * lib/strptime.c (strptime): Likewise.
29466         Change license notice from LGPL to GPL, since gnulib-tool will
29467         change this as needed.
29468         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
29469         defined.
29470         Include "strptime.h" first, to check interface.
29471         Do not #undef _LIBC and _NL_CURRENT.
29472         Do not include <stdlib.h>; no longer needed.
29473         Include "time_r.h" and declare ptime_locale_status
29474         only if _LIBC is not defined.
29475         (__P): Remove unused macro.
29476         (match_string): Bring back glibc version, but use it only if _LIBC
29477         is defined.
29478         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
29479         Remove unnecessary assertion and abort() call.
29480         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
29481         * m4/strptime.m4: Fix serial number comment.
29482         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
29483         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
29484         (Depends-on): Add time_r.
29485
29486 2007-01-29  Bruno Haible  <bruno@clisp.org>
29487
29488         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29489         strptime.
29490         * modules/strptime (Depends-on): Add stdbool.
29491         * lib/strptime.h: Include <time.h> always. Add comments.
29492
29493 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29494
29495         * modules/strptime: New file.
29496         * lib/strptime.h: New file.
29497         * lib/strptime.c: New file.
29498         * m4/strptime.m4: New file.
29499
29500 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
29501
29502         * MODULES.html.sh: New module mpsort.
29503         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
29504
29505         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
29506         a circularity problem with HP-UX ia64 reported by Bob Proulx in
29507         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
29508         All uses changed.
29509         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
29510         All uses changed.
29511         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
29512         to _Restrict_.
29513         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
29514         the parameter matches the prototype.
29515
29516 2007-01-28  Jim Meyering  <jim@meyering.net>
29517
29518         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
29519         sys/time.h here, reverting that part of the previous patch:
29520         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
29521
29522 2007-01-28  Bruno Haible  <bruno@clisp.org>
29523
29524         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
29525         value of $(SYS_TIME_H).
29526         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
29527         remove it conditionally, too. [added by Jim Meyering]
29528         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
29529         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
29530         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
29531         GETTIMEOFDAY_REPLACEMENT to 1.
29532
29533 2007-01-28  Bruno Haible  <bruno@clisp.org>
29534
29535         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
29536         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
29537         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
29538         Set UNISTD_H instead of UNISTD_H2.
29539         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
29540
29541 2007-01-28  Bruno Haible  <bruno@clisp.org>
29542
29543         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
29544         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
29545
29546 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29547
29548         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
29549         (func_create_testdir): Ensure C locale for `grep' and `tr'
29550         character ranges.
29551         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
29552         ACLOCAL_AMFLAGS parsing state machine.
29553
29554 2007-01-27  Bruno Haible  <bruno@clisp.org>
29555
29556         * modules/unistr/base: Update.
29557
29558 2007-01-27  Bruno Haible  <bruno@clisp.org>
29559
29560         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
29561         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
29562         * modules/unistr/u32-mbtouc-unsafe: Renamed from
29563         modules/unistr/u32-mbtouc.
29564         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
29565         * lib/unistr.h: Update.
29566         * lib/linebreak.c: Update.
29567         * modules/unistr/u32-mbtouc: Renamed from
29568         modules/unistr/u32-mbtouc-safe.
29569         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
29570         * lib/unistr.h: Update.
29571         * lib/unistr/u32-to-u8.c: Update.
29572         * lib/unistr/u32-to-u16.c: Update.
29573
29574 2007-01-27  Bruno Haible  <bruno@clisp.org>
29575
29576         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
29577         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
29578         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
29579         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
29580         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
29581         * modules/unistr/u16-mbtouc-unsafe: Renamed from
29582         modules/unistr/u16-mbtouc.
29583         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
29584         * lib/unistr.h: Update.
29585         * lib/linebreak.c: Update.
29586         * modules/linebreak: Update.
29587         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
29588         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
29589         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
29590         * modules/unistr/u16-mbtouc: Renamed from
29591         modules/unistr/u16-mbtouc-safe.
29592         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
29593         * lib/unistr.h: Update.
29594         * lib/unistr/u16-to-u8.c: Update.
29595         * modules/unistr/u16-to-u8: Update.
29596         * lib/unistr/u16-to-u32.c: Update.
29597         * modules/unistr/u16-to-u32: Update.
29598
29599 2007-01-27  Bruno Haible  <bruno@clisp.org>
29600
29601         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
29602         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
29603         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
29604         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
29605         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
29606         * modules/unistr/u8-mbtouc-unsafe: Renamed from
29607         modules/unistr/u8-mbtouc.
29608         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
29609         * lib/unistr.h: Update.
29610         * lib/striconveh.c: Update.
29611         * modules/striconveh: Update.
29612         * lib/linebreak.c: Update.
29613         * modules/linebreak: Update.
29614         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
29615         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
29616         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
29617         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
29618         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
29619         * lib/unistr.h: Update.
29620         * lib/striconveh.c: Update.
29621         * modules/striconveh: Update.
29622         * lib/unistr/u8-to-u16.c: Update.
29623         * modules/unistr/u8-to-u16: Update.
29624         * lib/unistr/u8-to-u32.c: Update.
29625         * modules/unistr/u8-to-u32: Update.
29626
29627 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29628
29629         Sync from Libtool.
29630         * lib/argz.c: Do not include strings.h nor memory.h, include
29631         string.h unconditionally.  Patch by Simon Josefsson.
29632
29633 2007-01-27  Bruno Haible  <bruno@clisp.org>
29634
29635         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
29636         from gl_HEADER_STRING_H_BODY.
29637         (gl_HEADER_STRING_H_BODY): Require it.
29638         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
29639         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
29640         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
29641         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
29642         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
29643         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
29644         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
29645         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
29646         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
29647         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
29648         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
29649         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
29650         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
29651         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
29652         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
29653
29654 2007-01-27  Bruno Haible  <bruno@clisp.org>
29655
29656         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
29657         check_PROGRAMS into noinst_PROGRAMS.
29658         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
29659         check_PROGRAMS in this case.
29660         (func_import): Set for_test to false.
29661         (func_create_testdir): Set for_test to true.
29662
29663 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
29664             Bruno Haible  <bruno@clisp.org>
29665
29666         * modules/strcasestr (Files): Remove lib/strcasestr.h.
29667         (Depends-on): Add string.
29668         (Includes): Use <string.h> instead of strcasestr.h.
29669         * modules/string (Makefile.am): Also substitute the value of
29670         REPLACE_STRCASESTR.
29671         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
29672         assume strcasestr is declared in <string.h> not <strings.h>. Also
29673         set REPLACE_STRCASESTR.
29674         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
29675         REPLACE_STRCASESTR.
29676         * lib/strcasestr.h: Remove file.
29677         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
29678         * lib/string_.h (strcasestr): New declaration.
29679
29680 2007-01-27  Bruno Haible  <bruno@clisp.org>
29681
29682         * lib/string_.h: Use 'extern'.
29683
29684 2007-01-27  Jim Meyering  <jim@meyering.net>
29685
29686         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
29687         of set-but-not-used local, "q".
29688
29689         * lib/mempcpy.c: Include <config.h> before <string.h>.
29690         This fixes a compilation error on HP-UX, due to the system's
29691         "restrict"-using mempcpy prototype.
29692
29693 2007-01-26  Bruno Haible  <bruno@clisp.org>
29694
29695         Small optimization.
29696         * lib/javacomp.c: Include c-strstr.h.
29697          (is_envjavac_gcj): Use c_strstr instead of strstr.
29698         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
29699
29700 2007-01-26  Bruno Haible  <bruno@clisp.org>
29701
29702         * MODULES.html.sh (Unicode string functions): Add the new modules.
29703
29704         * modules/uniconv/u32-strconv-to-locale: New file.
29705         * lib/uniconv/u32-strconv-to-locale.c: New file.
29706
29707         * modules/uniconv/u16-strconv-to-locale: New file.
29708         * lib/uniconv/u16-strconv-to-locale.c: New file.
29709
29710         * modules/uniconv/u8-strconv-to-locale: New file.
29711         * lib/uniconv/u8-strconv-to-locale.c: New file.
29712
29713         * modules/uniconv/u32-strconv-from-locale: New file.
29714         * lib/uniconv/u32-strconv-from-locale.c: New file.
29715
29716         * modules/uniconv/u16-strconv-from-locale: New file.
29717         * lib/uniconv/u16-strconv-from-locale.c: New file.
29718
29719         * modules/uniconv/u8-strconv-from-locale: New file.
29720         * lib/uniconv/u8-strconv-from-locale.c: New file.
29721
29722         * modules/uniconv/u32-strconv-to-enc: New file.
29723         * lib/uniconv/u32-strconv-to-enc.c: New file.
29724         * modules/uniconv/u32-strconv-to-enc-tests: New file.
29725         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
29726
29727         * modules/uniconv/u16-strconv-to-enc: New file.
29728         * lib/uniconv/u16-strconv-to-enc.c: New file.
29729         * lib/uniconv/u-strconv-to-enc.h: New file.
29730         * modules/uniconv/u16-strconv-to-enc-tests: New file.
29731         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
29732
29733         * modules/uniconv/u8-strconv-to-enc: New file.
29734         * lib/uniconv/u8-strconv-to-enc.c: New file.
29735         * modules/uniconv/u8-strconv-to-enc-tests: New file.
29736         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
29737
29738         * modules/uniconv/u32-strconv-from-enc: New file.
29739         * lib/uniconv/u32-strconv-from-enc.c: New file.
29740         * modules/uniconv/u32-strconv-from-enc-tests: New file.
29741         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
29742
29743         * modules/uniconv/u16-strconv-from-enc: New file.
29744         * lib/uniconv/u16-strconv-from-enc.c: New file.
29745         * modules/uniconv/u16-strconv-from-enc-tests: New file.
29746         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
29747
29748         * modules/uniconv/u8-strconv-from-enc: New file.
29749         * lib/uniconv/u8-strconv-from-enc.c: New file.
29750         * lib/uniconv/u-strconv-from-enc.h: New file.
29751         * modules/uniconv/u8-strconv-from-enc-tests: New file.
29752         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
29753
29754         * modules/uniconv/u32-conv-from-enc: New file.
29755         * lib/uniconv/u32-conv-from-enc.c: New file.
29756         * modules/uniconv/u32-conv-from-enc-tests: New file.
29757         * tests/uniconv/test-u32-conv-from-enc.c: New file.
29758
29759         * modules/uniconv/u16-conv-from-enc: New file.
29760         * lib/uniconv/u16-conv-from-enc.c: New file.
29761         * lib/uniconv/u-conv-from-enc.h: New file.
29762         * modules/uniconv/u16-conv-from-enc-tests: New file.
29763         * tests/uniconv/test-u16-conv-from-enc.c: New file.
29764
29765         * modules/uniconv/u8-conv-from-enc: New file.
29766         * lib/uniconv/u8-conv-from-enc.c: New file.
29767         * modules/uniconv/u8-conv-from-enc-tests: New file.
29768         * tests/uniconv/test-u8-conv-from-enc.c: New file.
29769
29770         * modules/uniconv/base: New file.
29771         * lib/uniconv.h: New file.
29772
29773 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
29774
29775         * doc/gnulib-tool.texi (Initial import): Update to match current
29776         behavior with strdup module.
29777         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
29778         * lib/memmem.h: Remove; all uses removed.  This is now done
29779         by <string.h>.
29780         * lib/mempcpy.h: Likewise.
29781         * lib/memrchr.h: Likewise.
29782         * lib/stpcpy.h: Likewise.
29783         * lib/stpncpy.h: Likewise.
29784         * lib/strcase.h: Likewise.
29785         * lib/strchrnul.h: Likewise.
29786         * lib/strdup.h: Likewise.
29787         * lib/strndup.h: Likewise.
29788         * lib/strnlen.h: Likewise.
29789         * lib/strpbrk.h: Likewise.
29790         * lib/strsep.h: Likewise.
29791         * lib/strstr.h: Likewise.
29792         * lib/strtok_r.h: Likewise.
29793         * lib/string_.h: New file.
29794         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
29795         Rely on <string.h> instead.
29796         * lib/canon-host.c: Likewise.
29797         * lib/chdir-long.c: Likewise.
29798         * lib/concatpath.c: Likewise.
29799         * lib/exclude.c: Likewise.
29800         * lib/fchdir.c: Likewise.
29801         * lib/getaddrinfo.c: Likewise.
29802         * lib/getcwd.c: Likewise.
29803         * lib/getsubopt.c: Likewise.
29804         * lib/glob.c: Likewise.
29805         * lib/hard-locale.c: Likewise.
29806         * lib/iconvme.c: Likewise.
29807         * lib/javacomp.c: Likewise.
29808         * lib/mempcpy.c: Likewise.
29809         * lib/memrchr.c: Likewise.
29810         * lib/regex_internal.h: Likewise.
29811         * lib/stpncpy.c: Likewise.
29812         * lib/strcasecmp.c: Likewise.
29813         * lib/strchrnul.c: Likewise.
29814         * lib/strdup.c: Likewise.
29815         * lib/striconv.c: Likewise.
29816         * lib/striconveh.c: Likewise.
29817         * lib/striconveha.c: Likewise.
29818         * lib/strncasecmp.c: Likewise.
29819         * lib/strndup.c: Likewise.
29820         * lib/strnlen.c: Likewise.
29821         * lib/strsep.c: Likewise.
29822         * lib/strstr.c: Likewise.
29823         * lib/strtok_r.c: Likewise.
29824         * lib/userspec.c: Likewise.
29825         * lib/w32spawn.h: Likewise.
29826         * lib/xstrndup.c: Likewise.
29827         * lib/mountlist.c (strstr): Remove decl.
29828         * m4/string_h.m4: New file.
29829         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
29830         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
29831         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
29832         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
29833         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
29834         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
29835         Set REPLACE_STRCASECMP if necessary.
29836         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
29837         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
29838         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
29839         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
29840         HAVE_DECL_STRDUP if necessary.
29841         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
29842         since gl_FUNC_STRNDUP does that now.
29843         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
29844         Check for decl here...
29845         (gl_PREREQ_STRNLEN): ... not here.
29846         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
29847         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
29848         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
29849         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
29850         necessary.
29851         * modules/string: New file.
29852         * modules/memmem (Files): Remove special-purpose include file.
29853         (Depends-on): Add string.
29854         (Include): Include <string.h>, not the removed file.
29855         * modules/mempcpy: Likewise.
29856         * modules/memrchr: Likewise.
29857         * modules/stpcpy: Likewise.
29858         * modules/stpncpy: Likewise.
29859         * modules/strcase: Likewise.
29860         * modules/strchrnul: Likewise.
29861         * modules/strdup: Likewise.
29862         * modules/strndup: Likewise.
29863         * modules/strnlen: Likewise.
29864         * modules/strpbrk: Likewise.
29865         * modules/strsep: Likewise.
29866         * modules/strstr: Likewise.
29867         * modules/strtok_r: Likewise.
29868         * tests/test-dirname.c: Don't include "strdup.h", since
29869         <string.h> now suffices.
29870         * tests/test-memmem.c: Don't include "memmem.h", since
29871         <string.h> now suffices.
29872
29873 2007-01-25  Bruno Haible  <bruno@clisp.org>
29874
29875         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
29876         *resultp is 0.
29877
29878         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
29879         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
29880         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
29881         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
29882
29883         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
29884         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
29885         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
29886         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
29887         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
29888         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
29889
29890 2007-01-24  Bruno Haible  <bruno@clisp.org>
29891
29892         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
29893         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
29894         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
29895         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
29896         gl_FUNC_FTS_CORE.
29897         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
29898         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
29899         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29900         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
29901         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
29902         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
29903         gl_FUNC_FCHOWNAT.
29904         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
29905         gl_FUNC_STRFTIME.
29906         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
29907         Reported by Ralf Wildenhues.
29908
29909 2007-01-24  Bruno Haible  <bruno@clisp.org>
29910
29911         Drop AC_REQUIRE calls that are redundant with the module dependencies.
29912         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
29913         gl_GETADDRINFO.
29914         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
29915         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
29916         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
29917
29918 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
29919
29920         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
29921         Don't use 'exit'; just return from 'main'.
29922         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
29923
29924         * lib/fnmatch_.h: Readjust white space and comments to match
29925         glibc, to avoid spurious diffs.
29926
29927 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29928
29929         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
29930         2004-12-01 change by Jakub Jelinek, since this code won't compile
29931         if !LIBC.  Problem reported by Bob Proulx.
29932
29933 2007-01-23  Bruno Haible  <bruno@clisp.org>
29934
29935         * lib/striconveh.c: Include c-strcaseeq.h.
29936         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
29937         * modules/striconveh (Depends-on): Add c-strcaseeq.
29938
29939 2007-01-23  Bruno Haible  <bruno@clisp.org>
29940
29941         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
29942
29943         * modules/c-strcaseeq: New file.
29944         * lib/c-strcaseeq.h: New file.
29945
29946         * modules/streq: New file.
29947         * lib/streq.h: New file.
29948
29949 2007-01-23  Bruno Haible  <bruno@clisp.org>
29950
29951         * modules/striconveha-tests: New file.
29952         * tests/test-striconveha.c: New file.
29953
29954         * lib/striconveha.h: Include <stdbool.h>.
29955         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
29956         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
29957         (mem_iconveha_notranslit): Renamed from mem_iconveha.
29958         (mem_iconveha): New function.
29959         (str_iconveha_notranslit): Renamed from str_iconveha.
29960         (str_iconveha): New function.
29961         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
29962         c-strcase.
29963
29964 2007-01-23  Bruno Haible  <bruno@clisp.org>
29965
29966         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
29967         encodings without forgiving before trying any encoding with handler.
29968         (str_iconveha): Try all encodings without forgiving before trying any
29969         encoding with handler.
29970
29971 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
29972
29973         Import the following changes from libc.
29974
29975         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
29976
29977         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
29978
29979         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
29980
29981         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
29982         normal_bracket label.
29983
29984         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
29985
29986         [BZ #361]
29987         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
29988         to normal_bracket after fetching the next character.
29989
29990 2007-01-22  Bruno Haible  <bruno@clisp.org>
29991
29992         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
29993         argument.
29994         * lib/striconveh.c (iconv_carefully_1): New function.
29995         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
29996         argument.
29997         (str_cd_iconveh): Update.
29998         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
29999         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
30000         * tests/test-striconveh.c (MAGIC): New macro.
30001         (new_offsets): New function.
30002         (main): Test call with and without offsets.
30003
30004 2007-01-22  Bruno Haible  <bruno@clisp.org>
30005
30006         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
30007         * modules/sys_select (Makefile.am): Likewise.
30008         * modules/sys_socket (Makefile.am): Likewise.
30009         * modules/sys_time (Makefile.am): Likewise.
30010
30011 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
30012
30013         * modules/gettimeofday (License): Change from GPL to LGPL, since
30014         gettimeofday is a library function.
30015
30016 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30017
30018         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
30019
30020 2007-01-21  Bruno Haible  <bruno@clisp.org>
30021
30022         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
30023
30024 2007-01-21  Bruno Haible  <bruno@clisp.org>
30025
30026         * modules/striconveha: New file.
30027         * lib/striconveha.h: New file.
30028         * lib/striconveha.c: New file.
30029         * MODULES.html.sh (Internationalization functions): Add striconveha.
30030         * lib/striconv.c (str_iconv): Optimize the case of an empty input
30031         string.
30032         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
30033
30034 2007-01-21  Bruno Haible  <bruno@clisp.org>
30035
30036         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
30037         * lib/striconveh.c (str_iconveh): Likewise.
30038
30039 2007-01-21  Bruno Haible  <bruno@clisp.org>
30040
30041         * lib/striconveh.h (mem_iconveh): New declaration.
30042         * lib/striconveh.c (mem_iconveh): New function.
30043         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
30044
30045 2007-01-21  Bruno Haible  <bruno@clisp.org>
30046
30047         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
30048
30049         * lib/striconveh.h (mem_cd_iconveh): Change specification.
30050         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
30051         original result buffer.
30052         (str_cd_iconveh): Update.
30053         * tests/test-striconveh.c (main): Update.
30054
30055         * lib/striconv.h (mem_cd_iconv): Change specification.
30056         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
30057         result buffer.
30058         (str_cd_iconv): Update.
30059         * tests/test-striconv.c (main): Update.
30060
30061 2007-01-21  Bruno Haible  <bruno@clisp.org>
30062
30063         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
30064
30065 2007-01-20  Jim Meyering  <jim@meyering.net>
30066
30067         * lib/userspec.c (parse_with_separator): If a user or group string
30068         starts with "+", skip the corresponding name-to-ID look-up, since
30069         such a look-up must fail: user and group names may not include "+".
30070
30071 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
30072
30073         * lib/poll.c: Include sys/time.h and time.h unconditionally,
30074         since we now assume the sys_time module.
30075         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
30076         check for sys/time.h; no longer needed.
30077         * modules/poll (Depends-on): Depend on sys_time.
30078
30079 2007-01-18  Bruno Haible  <bruno@clisp.org>
30080
30081         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
30082         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
30083
30084         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
30085         gettimeofday.
30086
30087         * tests/test-gettimeofday.c: Include <time.h>.
30088         (dummy): Remove variable.
30089
30090         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
30091         gl_HEADER_SYS_TIME_H.
30092         (gl_HEADER_SYS_TIME_H): New macro.
30093
30094         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
30095         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30096         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
30097         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
30098         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30099         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
30100         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
30101         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30102         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
30103         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
30104         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30105
30106         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
30107         last change; it caused a compilation error when cross-compiling to
30108         Cygwin.
30109
30110 2007-01-18  Jim Meyering  <jim@meyering.net>
30111
30112         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
30113         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
30114         than the race-prone "test -d sys || mkdir sys".
30115         (configure.ac): Use AC_PROG_MKDIR_P.
30116         * modules/sys_select: Likewise.
30117         * modules/sys_socket: Likewise.
30118         * modules/sys_time: Likewise.
30119
30120 2007-01-18  Eric Blake  <ebb9@byu.net>
30121
30122         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
30123         replace gettimeofday.
30124         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
30125         name, to avoid infinite recursion.
30126
30127 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
30128
30129         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
30130         module sys_time.
30131         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
30132         assume timespec.h defines struct timeval.
30133         * lib/settime.c: Likewise.
30134         * lib/utimens.c: Likewise.
30135         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
30136         since we now assume the gettimeofday module.
30137         * lib/tempname.c (__gen_tempname): Likewise.
30138         * lib/gettimeofday.h: Remove.
30139         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
30140         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
30141         Include <time.h>, for 'time()'.
30142         (localtime_buffer_addr): Also use this workaround if
30143         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
30144         to simplify the uses.  All uses changed.
30145         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
30146         that #undef is inside {}, and 'const' follows type name consistently.
30147         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
30148         (gettimeofday): Do not use the maximum possible value for
30149         tv->tv_usec, since that might break usages other than ls.c.
30150         Instead, we'll leave ls.c alone.  This undoes today's patch
30151         by Bruno.  Add a compile-time warning for 1s-clock resolution;
30152         we've never observed the problem but might as well keep the
30153         canary.
30154         * lib/nanosleep.c: Include timespec.h first, for interface check.
30155         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
30156         now assume the sys_time module.
30157         * lib/tempname.c: Likewise.
30158         * lib/timespec.h: Likewise.
30159         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
30160         needed.
30161         * lib/strftime.c: Likewise.
30162         * lib/timespec.h: Likewise.
30163         * lib/posixtm.c: Include posixtm.h first, for interface check.
30164         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
30165         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
30166         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
30167         * lib/sys_time_.h: New file.
30168         * lib/timespec.h (struct timespec): Use long int, not long.
30169         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
30170         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
30171         Remove obsolescent call to AC_HEADER_TIME.
30172         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
30173         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
30174         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
30175         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
30176         Likewise.
30177         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
30178         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
30179         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
30180         into the sys_time module.  Check for gettimeofday just once.
30181         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
30182         for gettimeofday signature to just check the signature.  Merely
30183         compile it, since linking doesn't test signature.  Improve test for
30184         whether gettimeofday.o is actually needed.
30185         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
30186         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
30187         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
30188         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30189         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
30190         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
30191         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
30192         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
30193         than worrying about sys/time.h.
30194         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
30195         Don't bother worrying about TIME_WITH_SYS_TIME.
30196         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
30197         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
30198         * m4/sys_time_h.m4: New file.
30199         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
30200         Don't include sys/time.h.  Return from main rather than exiting.
30201         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
30202         all uses changed.
30203         * modules/gethrxtime (Depends-on): Add sys_time.
30204         * modules/gettime (Depends-on): Likewise.
30205         * modules/gettimeofday (Depends-on): Likewise.
30206         * modules/nanosleep (Depends-on): Likewise.
30207         * modules/settime (Depends-on): Likewise.
30208         * modules/tempname (Depends-on): Likewise.
30209         * modules/utimens (Depends-on): Likewise.
30210         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
30211         (Include:) Change back to <sys/time.h>.
30212         (Maintainer:) Add self.
30213         * modules/sys_time: New file.
30214         * modules/tempname (Depends-on): Add gettimeofday.
30215         * tests/test-gettimeofday.c: Include <sys/time.h>
30216         rather than gettimeofday.h.
30217
30218 2007-01-17  Bruno Haible  <bruno@clisp.org>
30219
30220         * gnulib-tool (func_get_license): Revert last patch. Instead, let
30221         the license default to GPL.
30222         (func_create_testdir): Don't complain if a module is LGPL and its
30223         tests module depends on GPLed modules.
30224
30225 2007-01-17  Bruno Haible  <bruno@clisp.org>
30226
30227         * lib/gettimeofday.c (gettimeofday): Add code for the case
30228         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
30229         maximum possible value for tv->tv_usec, rather than the minimum one.
30230
30231 2005-10-08  Martin Lambers  <marlam@marlam.de>
30232 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30233 2007-01-16  Bruno Haible  <bruno@clisp.org>
30234
30235         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
30236         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
30237         gl_FUNC_GETTIMEOFDAY.
30238         (Include): Add gettimeofday.h.
30239         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
30240         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
30241         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
30242         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
30243         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
30244         * lib/gettimeofday.h: New file.
30245         * lib/gettimeofday.c: Include <sys/timeb.h>.
30246         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
30247         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
30248         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
30249         fall back on time().
30250
30251         * tests/test-gettimeofday.c: New file.
30252         * modules/gettimeofday-tests: New file.
30253
30254 2007-01-16  Eric Blake  <ebb9@byu.net>
30255
30256         * modules/fnmatch (Depends-on): Depend on wchar.
30257         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
30258         * m4/fnmatch.m4: Likewise.
30259         * modules/mbchar (Makefile.am): Assume <wchar.h>.
30260         * m4/mbchar.m4: Likewise.
30261         * modules/mbswidth (Depends-on): Depend on wchar.
30262         * lib/mbswidth.c: Assume <wchar.h>.
30263         * m4/mbswidth.m4: Likewise.
30264         * modules/quotearg (Depends-on): Depend on wchar.
30265         * lib/quotearg.c: Assume <wchar.h>.
30266         * m4/quotearg.m4: Likewise.
30267         * modules/regex (Depends-on): Depend on wchar.
30268         * lib/regex_internal.h: Assume <wchar.h>.
30269         * m4/regex.m4: Likewise.
30270         * modules/stdint (Depends-on): Depend on wchar.
30271         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
30272         * m4/stdint.m4: Likewise.
30273         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
30274         * modules/strftime (Depends-on): Depend on wchar.
30275         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
30276         * modules/strtol (Depends-on): Depend on wchar.
30277         * lib/strtol.c: Assume <wchar.h>.
30278         * modules/wcwidth (Depends-on): Depend on wchar.
30279         * lib/wcwidth.h: Assume <wchar.h>.
30280         * m4/wcwidth.m4: Likewise.
30281
30282 2007-01-16  Bruno Haible  <bruno@clisp.org>
30283
30284         * modules/csharpexec-script: New, created from...
30285         * modules/csharpexec: ... this.
30286
30287 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
30288
30289         * modules/javaexec-script: New, created from...
30290         * modules/javaexec: ... this.
30291
30292 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30293
30294         * modules/poll (Dependencies): Add sys_select.
30295
30296 2007-01-15  Jim Meyering  <jim@meyering.net>
30297
30298         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
30299         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
30300         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
30301         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
30302
30303 2007-01-15  Bruno Haible  <bruno@clisp.org>
30304
30305         * modules/striconveh: New file.
30306         * lib/striconveh.h: New file.
30307         * lib/striconveh.c: New file.
30308         * MODULES.html.sh (Internationalization functions): Add striconveh.
30309
30310         * modules/striconveh-tests: New file.
30311         * tests/test-striconveh.c: New file.
30312
30313 2007-01-15  Bruno Haible  <bruno@clisp.org>
30314
30315         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
30316         not from GNU libiconv or GNU libc.
30317
30318 2007-01-15  Bruno Haible  <bruno@clisp.org>
30319
30320         * doc/gnulib-intro.texi (Copyright): Explain the different license
30321         terms for module descriptions, autoconf macros, tests, documentation.
30322
30323 2007-01-14  Bruno Haible  <bruno@clisp.org>
30324
30325         * modules/striconv-tests: New file.
30326         * tests/test-striconv.c: New file.
30327
30328 2007-01-14  Bruno Haible  <bruno@clisp.org>
30329
30330         * modules/iconv-tests: New file.
30331         * tests/test-iconv.c: New file.
30332
30333 2007-01-14  Bruno Haible  <bruno@clisp.org>
30334
30335         * gnulib-tool (func_get_license): For test modules, use the license of
30336         the main module.
30337
30338 2007-01-14  Bruno Haible  <bruno@clisp.org>
30339
30340         * modules/iconv (Include): Clarify that <iconv.h> can only be included
30341         if iconv is found to exist.
30342
30343 2007-01-14  Bruno Haible  <bruno@clisp.org>
30344
30345         * modules/c-ctype-tests: New file.
30346         * tests/test-c-ctype.c: New file.
30347
30348 2007-01-14  Bruno Haible  <bruno@clisp.org>
30349
30350         * modules/binary-io-tests: New file.
30351         * tests/test-binary-io.sh: New file.
30352         * tests/test-binary-io.c: New file.
30353
30354 2007-01-14  Bruno Haible  <bruno@clisp.org>
30355
30356         * modules/array-oset-tests: New file.
30357         * tests/test-array_oset.c: New file.
30358
30359 2007-01-14  Bruno Haible  <bruno@clisp.org>
30360
30361         * modules/array-list-tests: New file.
30362         * tests/test-array_list.c: New file.
30363
30364 2007-01-14  Bruno Haible  <bruno@clisp.org>
30365
30366         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
30367         and make.
30368         Reported by Simon Josefsson in
30369         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
30370
30371 2007-01-14  Bruno Haible  <bruno@clisp.org>
30372
30373         * modules/allocsa-tests: New file.
30374         * tests/test-allocsa.c: New file.
30375
30376 2007-01-14  Bruno Haible  <bruno@clisp.org>
30377
30378         * modules/fchdir (Depends-on): Add absolute-header.
30379         * modules/unistd (Depends-on): Likewise.
30380
30381 2006-12-30  Bruno Haible  <bruno@clisp.org>
30382
30383         * modules/fchdir: New file.
30384         * modules/unistd (Files): Add lib/unistd_.h.
30385         (Makefile.am): Generate unistd.h from unistd_.h.
30386         * lib/fchdir.c: New file.
30387         * lib/dirent_.h: New file.
30388         * lib/unistd_.h: New file.
30389         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
30390         * m4/fchdir.m4: New file.
30391         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
30392         (gl_HEADER_UNISTD): Invoke it.
30393         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
30394         function.
30395         * lib/backupfile.c (opendir, closedir): Undefine.
30396         * lib/chown.c (open, close): Undefine.
30397         * lib/clean-temp.c (open, close): Undefine.
30398         * lib/copy-file.c (open, close): Undefine.
30399         * lib/execute.c (open, close): Undefine.
30400         * lib/fsusage.c (open, close): Undefine.
30401         * lib/gc-gnulib.c (open, close): Undefine.
30402         * lib/getcwd.c (opendir, closedir): Undefine.
30403         * lib/glob.c (opendir, closedir): Undefine.
30404         * lib/javacomp.c (open, close): Undefine.
30405         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
30406         * lib/openat-proc.c (open, close): Undefine.
30407         * lib/pagealign_alloc.c (open, close): Undefine.
30408         * lib/pipe.c (open, close): Undefine.
30409         * lib/progreloc.c (open, close): Undefine.
30410         * lib/savedir.c (opendir, closedir): Undefine.
30411         * lib/utime.c (open, close): Undefine.
30412         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
30413
30414 2007-01-10  Bruno Haible  <bruno@clisp.org>
30415
30416         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
30417
30418 2007-01-12  Eric Blake  <ebb9@byu.net>
30419
30420         Provide a robust <wchar.h>.  Further simplifications are now
30421         possible in other modules, but not included here.
30422         * modules/wchar: New module.
30423         * m4/wchar.m4: New file.
30424         * lib/wchar_.h: Likewise.
30425         * modules/mbchar (Depends-on): Depend on wchar, as the first use
30426         of the new module.
30427         * MODULES.html.sh (Extended multibyte and wide character utilities):
30428         New section.
30429
30430 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
30431
30432         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
30433         to a reasonable default for memory allocation.
30434         (xreadlink): Don't allocate a huge buffer, to work around a buggy
30435         file system that reports garbage st_size values for symlinks.
30436         Problem reported by Liyang Hu.
30437
30438 2007-01-11  Simon Josefsson  <simon@josefsson.org>
30439
30440         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
30441         Emacs .#* auto-save files).
30442
30443 2007-01-11  Bruno Haible  <bruno@clisp.org>
30444
30445         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
30446         directory.
30447
30448 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
30449
30450         Use @...@ consistently in lib/wctype_.h.
30451         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
30452         on it being set to 1 or 0.
30453         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
30454         go back to AC_SUBSTing it.
30455         * modules/wctype (Makefile.am): Undo previous change.
30456
30457 2007-01-10  Eric Blake  <ebb9@byu.net>
30458
30459         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
30460         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
30461         * modules/wctype (Makefile.am): Likewise.
30462         Reported by Chris McGuire.
30463
30464 2007-01-10  Jim Meyering  <jim@meyering.net>
30465
30466         fts.c: a small readability/maintainability improvement
30467         * lib/fts.c (fts_read): Make this code slightly more readable and
30468         maintainable by hoisting the "sp->fts_cur = p" assignments to
30469         immediately follow the statements that set P.  Derived from
30470         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
30471
30472 2007-01-10  Eric Blake  <ebb9@byu.net>
30473
30474         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
30475         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
30476         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
30477         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
30478         Reported by Chris McGuire.
30479
30480 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30481
30482         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
30483         in sed script.
30484
30485 2007-01-09  Bruno Haible  <bruno@clisp.org>
30486
30487         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
30488         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
30489         variables.
30490         (func_module): Use them.
30491
30492 2007-01-09  Bruno Haible  <bruno@clisp.org>
30493
30494         * modules/unistr/base: New file.
30495         * lib/unistr.h: New file.
30496
30497         * modules/unistr/u8-to-u16: New file.
30498         * lib/unistr/u8-to-u16.c: New file.
30499
30500         * modules/unistr/u8-to-u32: New file.
30501         * lib/unistr/u8-to-u32.c: New file.
30502
30503         * modules/unistr/u16-to-u8: New file.
30504         * lib/unistr/u16-to-u8.c: New file.
30505
30506         * modules/unistr/u16-to-u32: New file.
30507         * lib/unistr/u16-to-u32.c: New file.
30508
30509         * modules/unistr/u32-to-u8: New file.
30510         * lib/unistr/u32-to-u8.c: New file.
30511
30512         * modules/unistr/u32-to-u16: New file.
30513         * lib/unistr/u32-to-u16.c: New file.
30514
30515         * modules/unistr/u8-check: New file.
30516         * modules/unistr/u16-check: New file.
30517         * modules/unistr/u32-check: New file.
30518         * lib/unistr/u8-check.c: New file.
30519         * lib/unistr/u16-check.c: New file.
30520         * lib/unistr/u32-check.c: New file.
30521
30522         * modules/unistr/u8-chr: New file.
30523         * modules/unistr/u16-chr: New file.
30524         * modules/unistr/u32-chr: New file.
30525         * lib/unistr/u8-chr.c: New file.
30526         * lib/unistr/u16-chr.c: New file.
30527         * lib/unistr/u32-chr.c: New file.
30528
30529         * modules/unistr/u8-cmp: New file.
30530         * modules/unistr/u16-cmp: New file.
30531         * modules/unistr/u32-cmp: New file.
30532         * lib/unistr/u8-cmp.c: New file.
30533         * lib/unistr/u16-cmp.c: New file.
30534         * lib/unistr/u32-cmp.c: New file.
30535
30536         * modules/unistr/u8-cpy: New file.
30537         * modules/unistr/u16-cpy: New file.
30538         * modules/unistr/u32-cpy: New file.
30539         * lib/unistr/u8-cpy.c: New file.
30540         * lib/unistr/u16-cpy.c: New file.
30541         * lib/unistr/u32-cpy.c: New file.
30542         * lib/unistr/u-cpy.h: New file.
30543
30544         * modules/unistr/u8-cpy-alloc: New file.
30545         * modules/unistr/u16-cpy-alloc: New file.
30546         * modules/unistr/u32-cpy-alloc: New file.
30547         * lib/unistr/u8-cpy-alloc.c: New file.
30548         * lib/unistr/u16-cpy-alloc.c: New file.
30549         * lib/unistr/u32-cpy-alloc.c: New file.
30550         * lib/unistr/u-cpy-alloc.h: New file.
30551
30552         * modules/unistr/u8-endswith: New file.
30553         * modules/unistr/u16-endswith: New file.
30554         * modules/unistr/u32-endswith: New file.
30555         * lib/unistr/u8-endswith.c: New file.
30556         * lib/unistr/u16-endswith.c: New file.
30557         * lib/unistr/u32-endswith.c: New file.
30558         * lib/unistr/u-endswith.h: New file.
30559
30560         * modules/unistr/u8-mblen: New file.
30561         * modules/unistr/u16-mblen: New file.
30562         * modules/unistr/u32-mblen: New file.
30563         * lib/unistr/u8-mblen.c: New file.
30564         * lib/unistr/u16-mblen.c: New file.
30565         * lib/unistr/u32-mblen.c: New file.
30566
30567         * modules/unistr/u8-mbtouc: New file.
30568         * modules/unistr/u16-mbtouc: New file.
30569         * modules/unistr/u32-mbtouc: New file.
30570         * lib/unistr/u8-mbtouc.c: New file.
30571         * lib/unistr/u16-mbtouc.c: New file.
30572         * lib/unistr/u32-mbtouc.c: New file.
30573
30574         * modules/unistr/u8-mbtouc-safe: New file.
30575         * modules/unistr/u16-mbtouc-safe: New file.
30576         * modules/unistr/u32-mbtouc-safe: New file.
30577         * lib/unistr/u8-mbtouc-safe.c: New file.
30578         * lib/unistr/u16-mbtouc-safe.c: New file.
30579         * lib/unistr/u32-mbtouc-safe.c: New file.
30580
30581         * modules/unistr/u8-move: New file.
30582         * modules/unistr/u16-move: New file.
30583         * modules/unistr/u32-move: New file.
30584         * lib/unistr/u8-move.c: New file.
30585         * lib/unistr/u16-move.c: New file.
30586         * lib/unistr/u32-move.c: New file.
30587         * lib/unistr/u-move.h: New file.
30588
30589         * modules/unistr/u8-next: New file.
30590         * modules/unistr/u16-next: New file.
30591         * modules/unistr/u32-next: New file.
30592         * lib/unistr/u8-next.c: New file.
30593         * lib/unistr/u16-next.c: New file.
30594         * lib/unistr/u32-next.c: New file.
30595
30596         * modules/unistr/u8-prev: New file.
30597         * modules/unistr/u16-prev: New file.
30598         * modules/unistr/u32-prev: New file.
30599         * lib/unistr/u8-prev.c: New file.
30600         * lib/unistr/u16-prev.c: New file.
30601         * lib/unistr/u32-prev.c: New file.
30602
30603         * modules/unistr/u8-set: New file.
30604         * modules/unistr/u16-set: New file.
30605         * modules/unistr/u32-set: New file.
30606         * lib/unistr/u8-set.c: New file.
30607         * lib/unistr/u16-set.c: New file.
30608         * lib/unistr/u32-set.c: New file.
30609         * lib/unistr/u-set.h: New file.
30610
30611         * modules/unistr/u8-startswith: New file.
30612         * modules/unistr/u16-startswith: New file.
30613         * modules/unistr/u32-startswith: New file.
30614         * lib/unistr/u8-startswith.c: New file.
30615         * lib/unistr/u16-startswith.c: New file.
30616         * lib/unistr/u32-startswith.c: New file.
30617         * lib/unistr/u-startswith.h: New file.
30618
30619         * modules/unistr/u8-stpcpy: New file.
30620         * modules/unistr/u16-stpcpy: New file.
30621         * modules/unistr/u32-stpcpy: New file.
30622         * lib/unistr/u8-stpcpy.c: New file.
30623         * lib/unistr/u16-stpcpy.c: New file.
30624         * lib/unistr/u32-stpcpy.c: New file.
30625         * lib/unistr/u-stpcpy.h: New file.
30626
30627         * modules/unistr/u8-stpncpy: New file.
30628         * modules/unistr/u16-stpncpy: New file.
30629         * modules/unistr/u32-stpncpy: New file.
30630         * lib/unistr/u8-stpncpy.c: New file.
30631         * lib/unistr/u16-stpncpy.c: New file.
30632         * lib/unistr/u32-stpncpy.c: New file.
30633         * lib/unistr/u-stpncpy.h: New file.
30634
30635         * modules/unistr/u8-strcat: New file.
30636         * modules/unistr/u16-strcat: New file.
30637         * modules/unistr/u32-strcat: New file.
30638         * lib/unistr/u8-strcat.c: New file.
30639         * lib/unistr/u16-strcat.c: New file.
30640         * lib/unistr/u32-strcat.c: New file.
30641         * lib/unistr/u-strcat.h: New file.
30642
30643         * modules/unistr/u8-strchr: New file.
30644         * modules/unistr/u16-strchr: New file.
30645         * modules/unistr/u32-strchr: New file.
30646         * lib/unistr/u8-strchr.c: New file.
30647         * lib/unistr/u16-strchr.c: New file.
30648         * lib/unistr/u32-strchr.c: New file.
30649
30650         * modules/unistr/u8-strcmp: New file.
30651         * modules/unistr/u16-strcmp: New file.
30652         * modules/unistr/u32-strcmp: New file.
30653         * lib/unistr/u8-strcmp.c: New file.
30654         * lib/unistr/u16-strcmp.c: New file.
30655         * lib/unistr/u32-strcmp.c: New file.
30656
30657         * modules/unistr/u8-strcpy: New file.
30658         * modules/unistr/u16-strcpy: New file.
30659         * modules/unistr/u32-strcpy: New file.
30660         * lib/unistr/u8-strcpy.c: New file.
30661         * lib/unistr/u16-strcpy.c: New file.
30662         * lib/unistr/u32-strcpy.c: New file.
30663         * lib/unistr/u-strcpy.h: New file.
30664
30665         * modules/unistr/u8-strcspn: New file.
30666         * modules/unistr/u16-strcspn: New file.
30667         * modules/unistr/u32-strcspn: New file.
30668         * lib/unistr/u8-strcspn.c: New file.
30669         * lib/unistr/u16-strcspn.c: New file.
30670         * lib/unistr/u32-strcspn.c: New file.
30671         * lib/unistr/u-strcspn.h: New file.
30672
30673         * modules/unistr/u8-strdup: New file.
30674         * modules/unistr/u16-strdup: New file.
30675         * modules/unistr/u32-strdup: New file.
30676         * lib/unistr/u8-strdup.c: New file.
30677         * lib/unistr/u16-strdup.c: New file.
30678         * lib/unistr/u32-strdup.c: New file.
30679         * lib/unistr/u-strdup.h: New file.
30680
30681         * modules/unistr/u8-strlen: New file.
30682         * modules/unistr/u16-strlen: New file.
30683         * modules/unistr/u32-strlen: New file.
30684         * lib/unistr/u8-strlen.c: New file.
30685         * lib/unistr/u16-strlen.c: New file.
30686         * lib/unistr/u32-strlen.c: New file.
30687         * lib/unistr/u-strlen.h: New file.
30688
30689         * modules/unistr/u8-strmblen: New file.
30690         * modules/unistr/u16-strmblen: New file.
30691         * modules/unistr/u32-strmblen: New file.
30692         * lib/unistr/u8-strmblen.c: New file.
30693         * lib/unistr/u16-strmblen.c: New file.
30694         * lib/unistr/u32-strmblen.c: New file.
30695
30696         * modules/unistr/u8-strmbtouc: New file.
30697         * modules/unistr/u16-strmbtouc: New file.
30698         * modules/unistr/u32-strmbtouc: New file.
30699         * lib/unistr/u8-strmbtouc.c: New file.
30700         * lib/unistr/u16-strmbtouc.c: New file.
30701         * lib/unistr/u32-strmbtouc.c: New file.
30702
30703         * modules/unistr/u8-strncat: New file.
30704         * modules/unistr/u16-strncat: New file.
30705         * modules/unistr/u32-strncat: New file.
30706         * lib/unistr/u8-strncat.c: New file.
30707         * lib/unistr/u16-strncat.c: New file.
30708         * lib/unistr/u32-strncat.c: New file.
30709         * lib/unistr/u-strncat.h: New file.
30710
30711         * modules/unistr/u8-strncmp: New file.
30712         * modules/unistr/u16-strncmp: New file.
30713         * modules/unistr/u32-strncmp: New file.
30714         * lib/unistr/u8-strncmp.c: New file.
30715         * lib/unistr/u16-strncmp.c: New file.
30716         * lib/unistr/u32-strncmp.c: New file.
30717
30718         * modules/unistr/u8-strncpy: New file.
30719         * modules/unistr/u16-strncpy: New file.
30720         * modules/unistr/u32-strncpy: New file.
30721         * lib/unistr/u8-strncpy.c: New file.
30722         * lib/unistr/u16-strncpy.c: New file.
30723         * lib/unistr/u32-strncpy.c: New file.
30724         * lib/unistr/u-strncpy.h: New file.
30725
30726         * modules/unistr/u8-strnlen: New file.
30727         * modules/unistr/u16-strnlen: New file.
30728         * modules/unistr/u32-strnlen: New file.
30729         * lib/unistr/u8-strnlen.c: New file.
30730         * lib/unistr/u16-strnlen.c: New file.
30731         * lib/unistr/u32-strnlen.c: New file.
30732         * lib/unistr/u-strnlen.h: New file.
30733
30734         * modules/unistr/u8-strpbrk: New file.
30735         * modules/unistr/u16-strpbrk: New file.
30736         * modules/unistr/u32-strpbrk: New file.
30737         * lib/unistr/u8-strpbrk.c: New file.
30738         * lib/unistr/u16-strpbrk.c: New file.
30739         * lib/unistr/u32-strpbrk.c: New file.
30740         * lib/unistr/u-strpbrk.h: New file.
30741
30742         * modules/unistr/u8-strrchr: New file.
30743         * modules/unistr/u16-strrchr: New file.
30744         * modules/unistr/u32-strrchr: New file.
30745         * lib/unistr/u8-strrchr.c: New file.
30746         * lib/unistr/u16-strrchr.c: New file.
30747         * lib/unistr/u32-strrchr.c: New file.
30748
30749         * modules/unistr/u8-strspn: New file.
30750         * modules/unistr/u16-strspn: New file.
30751         * modules/unistr/u32-strspn: New file.
30752         * lib/unistr/u8-strspn.c: New file.
30753         * lib/unistr/u16-strspn.c: New file.
30754         * lib/unistr/u32-strspn.c: New file.
30755         * lib/unistr/u-strspn.h: New file.
30756
30757         * modules/unistr/u8-strstr: New file.
30758         * modules/unistr/u16-strstr: New file.
30759         * modules/unistr/u32-strstr: New file.
30760         * lib/unistr/u8-strstr.c: New file.
30761         * lib/unistr/u16-strstr.c: New file.
30762         * lib/unistr/u32-strstr.c: New file.
30763         * lib/unistr/u-strstr.h: New file.
30764
30765         * modules/unistr/u8-strtok: New file.
30766         * modules/unistr/u16-strtok: New file.
30767         * modules/unistr/u32-strtok: New file.
30768         * lib/unistr/u8-strtok.c: New file.
30769         * lib/unistr/u16-strtok.c: New file.
30770         * lib/unistr/u32-strtok.c: New file.
30771         * lib/unistr/u-strtok.h: New file.
30772
30773         * modules/unistr/u8-uctomb: New file.
30774         * modules/unistr/u16-uctomb: New file.
30775         * modules/unistr/u32-uctomb: New file.
30776         * lib/unistr/u8-uctomb.c: New file.
30777         * lib/unistr/u16-uctomb.c: New file.
30778         * lib/unistr/u32-uctomb.c: New file.
30779
30780         * MODULES.html.sh (Unicode string functions): Add the new modules.
30781
30782 2007-01-08  Bruno Haible  <bruno@clisp.org>
30783
30784         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
30785         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
30786         subdirectories.
30787
30788 2007-01-08  Karl Berry  <karl@gnu.org>
30789
30790         * doc/error.texi: mention that main() fns must set program_name
30791         when progname is used.
30792
30793 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
30794
30795         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
30796         WCTYPE_H is empty, for the benefit of builds from non-distclean
30797         directories.  Problem reported by Eric Blake in
30798         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
30799
30800 2007-01-08  Bruno Haible  <bruno@clisp.org>
30801
30802         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
30803         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
30804         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
30805         PROVIDE_CANONICALIZE_FILENAME_MODE.
30806         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
30807
30808 2007-01-08  Bruno Haible  <bruno@clisp.org>
30809
30810         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
30811         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
30812         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
30813         * lib/fts.c: Likewise.
30814         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
30815
30816 2006-12-25  Bruno Haible  <bruno@clisp.org>
30817
30818         * modules/utf8-ucs4-safe: New file.
30819         * lib/utf8-ucs4-safe.h: New file.
30820         * lib/unistr/utf8-ucs4-safe.c: New file.
30821
30822         * modules/utf16-ucs4-safe: New file.
30823         * lib/utf16-ucs4-safe.h: New file.
30824         * lib/unistr/utf16-ucs4-safe.c: New file.
30825
30826         * MODULES.html.sh (Unicode string functions): Add the new modules.
30827
30828 2007-01-08  Bruno Haible  <bruno@clisp.org>
30829
30830         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
30831         (Depends-on): Add unitypes.
30832         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
30833         (u8_mbtouc_aux): Move out to separate file.
30834         (u8_mbtouc): Use ucs4_t, uint8_t types.
30835         * lib/unistr/utf8-ucs4.c: New file.
30836
30837         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
30838         (Depends-on): Add unitypes.
30839         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
30840         (u16_mbtouc_aux): Move out to separate file.
30841         (u16_mbtouc): Use ucs4_t, uint16_t types.
30842         * lib/unistr/utf16-ucs4.c: New file.
30843
30844         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
30845         (Depends-on): Add unitypes.
30846         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
30847         (u8_uctomb_aux): Move out to separate file.
30848         (u8_uctomb): Use ucs4_t, uint8_t types.
30849         * lib/unistr/ucs4-utf8.c: New file.
30850
30851         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
30852         (Depends-on): Add unitypes.
30853         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
30854         (u16_uctomb_aux): Move out to separate file.
30855         (u16_uctomb): Use ucs4_t, uint16_t types.
30856         * lib/unistr/ucs4-utf16.c: New file.
30857
30858 2006-12-25  Bruno Haible  <bruno@clisp.org>
30859
30860         * modules/unitypes: New file.
30861         * lib/unitypes.h: New file.
30862         * MODULES.html.sh (func_all_modules): New section "Unicode string
30863         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
30864         this section. Add unitypes.
30865
30866 2007-01-08  Bruno Haible  <bruno@clisp.org>
30867
30868         Avoid variable names that conflict with those from libtool.
30869         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
30870         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
30871         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
30872         library_names_spec to acl_library_names_spec, hardcode_* to
30873         acl_hardcode_*.
30874         Reported by Ralf Wildenhues.
30875
30876 2007-01-08  Bruno Haible  <bruno@clisp.org>
30877
30878         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
30879         definition.
30880         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
30881         definition.
30882         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
30883         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
30884         definition.
30885         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
30886         definition.
30887         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
30888         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
30889         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
30890         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
30891         definition.
30892         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
30893         definition.
30894         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
30895         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
30896         GC_USE_<algorithm>.
30897         * lib/gc-libgcrypt.c: Likewise.
30898         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
30899         * modules/gc-arctwo (configure.ac): Likewise.
30900         * modules/gc-des (configure.ac): Likewise.
30901         * modules/gc-hmac-md5 (configure.ac): Likewise.
30902         * modules/gc-hmac-sha1 (configure.ac): Likewise.
30903         * modules/gc-md2 (configure.ac): Likewise.
30904         * modules/gc-md4 (configure.ac): Likewise.
30905         * modules/gc-md5 (configure.ac): Likewise.
30906         * modules/gc-random (configure.ac): Likewise.
30907         * modules/gc-rijndael (configure.ac): Likewise.
30908         * modules/gc-sha1 (configure.ac): Likewise.
30909
30910 2007-01-08  Bruno Haible  <bruno@clisp.org>
30911
30912         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
30913         macro definition.
30914         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
30915         definition.
30916         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
30917         definition.
30918         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
30919         * modules/fcntl-safer (configure.ac): Likewise.
30920         * modules/fopen-safer (configure.ac): Likewise.
30921         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
30922         GNULIB_FWRITEERROR macro definition.
30923
30924 2007-01-08  Bruno Haible  <bruno@clisp.org>
30925
30926         * m4/gnulib-common.m4: New file.
30927         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
30928         (func_get_filelist): Add m4/gnulib-common.m4.
30929
30930 2007-01-08  Bruno Haible  <bruno@clisp.org>
30931
30932         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
30933         command.
30934
30935 2007-01-08  Jim Meyering  <jim@meyering.net>
30936
30937         Use a more robust test for a "can't happen" condition.
30938         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
30939         narrowed the st_size value.  Presuming the "can't happen" condition
30940         is true, that narrowing could conceivably convert an invalid st_size
30941         value into a valid one.  Instead, use a change based on Matthew
30942         Woehlke's original patch.
30943
30944         Slight readability improvement: use an assert-like macro
30945         in place of literal "abort ()" uses.
30946         * lib/fts.c (fts_assert): Define.
30947         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
30948         Use this macro instead of a bare 'abort'.
30949
30950 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
30951
30952         Don't worry about using IRIX 5.3's wctype.h broken definitions;
30953         simply work around them.
30954         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
30955         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
30956         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
30957         declaring.
30958         Don't bother to define as macros, since the standard doesn't require it.
30959         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
30960         longer worry about IRIX 5.3.
30961         (HAVE_WCTYPE_CTMP_BUG): Remove.
30962
30963 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30964
30965         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
30966         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
30967         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
30968         Problems reported by Georg Schwarz for IRIX 5.3.
30969
30970         * gnulib-tool (autoconf_minversion): Take the maximum version number
30971         found, not the minimum.  Problem reported by James Youngman.
30972
30973 2007-01-03  Karl Berry  <karl@gnu.org>
30974
30975         * doc/error.texi: new file, explaining interaction with progname.
30976         * doc/gnulib.texi: include it.  Update copyright.
30977
30978 2007-01-03  Simon Josefsson  <simon@josefsson.org>
30979
30980         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
30981         AC_CANONICAL_HOST, to improve autobuild outputs.
30982
30983 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
30984             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
30985
30986         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
30987         sockets, server sockets, and other file descriptors.  Count errors
30988         to compute the return value.  Reorder the code a bit to be easier
30989         to follow.  Don't set event bits that were not requested (except
30990         POLLERR and POLLHUP).
30991
30992 2007-01-01  Bruno Haible  <bruno@clisp.org>
30993
30994         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
30995
30996 2007-01-03  Jim Meyering  <jim@meyering.net>
30997
30998         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
30999
31000 2007-01-02  Bruno Haible  <bruno@clisp.org>
31001
31002         * modules/settime (Include): Require timespec.h.
31003         * modules/nanosleep (Include): Likewise.
31004
31005 2007-01-01  Bruno Haible  <bruno@clisp.org>
31006
31007         * gnulib-tool (func_emit_copyright_notice): Bump year.
31008         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
31009
31010 2007-01-01  Bruno Haible  <bruno@clisp.org>
31011
31012         Improve support for OpenBSD.
31013         * build-aux/config.rpath (libname_spec): Export.
31014         (library_names_spec): New variable. Export.
31015         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
31016         library_names_spec from the config.rpath output. Locate shared library
31017         through the name pattern in library_names_spec.
31018
31019 2007-01-01  Eric Blake  <ebb9@byu.net>
31020
31021         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
31022
31023 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
31024
31025         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
31026         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
31027         assume the C locale, and avoid an "eval" that could cause trouble.
31028         Problem with SORT reported by Bob Proulx.
31029
31030         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
31031         Define.  Trivial patch from Henning Nielsen Lund, originally
31032         sent to bug-grep@gnu.org today.
31033
31034 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
31035
31036         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
31037         struct stat.  Problem reported by Henning Nielsen Lund.
31038         * lib/acl.c: Include acl.h first, to check interface.  Don't
31039         bother to include sys/types.h and sys/stat.h again.
31040
31041 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
31042
31043         Import the following change from libc; problem reported by
31044         Sven Verdoolaege.
31045
31046         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
31047
31048         [BZ #1373]
31049         * lib/argp.h: Remove __NTH for __argp_usage inline function.
31050
31051 2006-12-28  Jim Meyering  <jim@meyering.net>
31052
31053         * build-aux/announce-gen: Do not assume that the package
31054         builds any of tar.gz, tar.bz2, and .xdelta files.
31055         Suggestion from Simon Josefsson.
31056
31057 2006-12-28  Simon Josefsson  <simon@josefsson.org>
31058
31059         * modules/announce-gen: New file.
31060
31061 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
31062
31063         * lib/mbchar.h: Just include <wctype.h>; the wctype module
31064         handles its gotchas now.
31065         * lib/mbswidth.c: Likewise.
31066         * lib/wcwidth.h: Likewise.
31067         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
31068         and iswcntrl; the wctype module does this stuff now.
31069         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
31070         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
31071         * modules/mbchar (Depends-on): Add wctype.
31072         * modules/mbswidth (Depends-on): Likewise.
31073         * modules/wcwidth (Depends-on): Likewise.
31074
31075 2006-12-27  Eric Blake  <ebb9@byu.net>
31076
31077         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
31078         module uses more than what <wctype.h> is required to provide.
31079
31080 2006-12-26  Eric Blake  <ebb9@byu.net>
31081
31082         * gnulib-tool (sed_extract_prog): Avoid space-tab.
31083
31084 2006-12-26  Eric Blake  <ebb9@byu.net>
31085
31086         * modules/absolute-header: New module.
31087         * modules/fcntl (Depends-on): Depend on it.
31088         * modules/inttypes (Depends-on): Likewise.
31089         * modules/stdint (Depends-on): Likewise.
31090         * modules/sys_stat (Depends-on): Likewise.
31091         * modules/wctype (Depends-on): Likewise.
31092         * MODULES.html.sh (Support for building libraries and
31093         executables): Document it.
31094
31095 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
31096
31097         * gnulib-tool (SED): Remove, undoing previous change.
31098         The problem was that it broke coreutils on Solaris, because
31099         "sed --posix" leaked into a makefile.
31100         (sed): New alias, if 'alias' and GNU sed.
31101
31102 2006-12-24  Jim Meyering  <jim@meyering.net>
31103
31104         Work around an fchownat bug in glibc-2.4:
31105         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
31106         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
31107         in spite of the -P option.
31108         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
31109         New macros.
31110         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
31111         * modules/openat (Files): Add lib/fchownat.c.
31112         * lib/openat.c (fchownat): Don't define here.  Move to...
31113         * lib/fchownat.c: ...this new file.
31114
31115 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
31116
31117         Fix bug reported by Bruno Haible in
31118         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
31119         where quotearg.c didn't compile on Mac OS X 10.2 because it
31120         lacks <wchar.h> and wint_t.
31121         * lib/wctype_.h (__wctype_wint_t): New type.
31122         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
31123         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
31124         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
31125         Arg is now of type __wctype_wint_t, not wint_t.
31126         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
31127         substitute HAVE_WINT_T.
31128         * modules/wctype (Files): Add m4/wint_t.m4.
31129         (wctype.h): Substitute HAVE_WINT_T.
31130
31131 2006-12-23  Bruno Haible  <bruno@clisp.org>
31132
31133         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
31134
31135 2006-12-23  Bruno Haible  <bruno@clisp.org>
31136
31137         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
31138         S_ISLNK.
31139         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
31140         mingw.
31141
31142 2006-12-22  Bruno Haible  <bruno@clisp.org>
31143
31144         * lib/copy-file.c: Include acl.h.
31145         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
31146         Close the file descriptors only after being done with copy_acl.
31147         * modules/copy-file (Depends-on): Add acl.
31148
31149 2006-12-22  Bruno Haible  <bruno@clisp.org>
31150
31151         * gnulib-tool (SED): New variable.
31152         Use $SED instead of sed everywhere.
31153
31154 2006-12-22  Bruno Haible  <bruno@clisp.org>
31155
31156         * modules/no-c++: New file.
31157         * m4/no-c++.m4: New file.
31158         * MODULES.html.sh (Support for building libraries and executables):
31159         Add no-c++.
31160
31161 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
31162
31163         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
31164         Include <limits.h>, and use its INT_MAX to rewrite the
31165         j loop so that it does not overflow 'int'.  Problem reported by
31166         Ralf Wildenhues in
31167         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
31168         Play it safe by shifting left by 1 rather than multiplying by 2,
31169         as GCC is less likely to optimize this away when the value
31170         is signed (when it assumes overflow leads to undefined behavior).
31171         Also, don't assume time_t uses two's complement.
31172
31173 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
31174
31175         * MODULES.html.sh: New module wctype.
31176         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
31177         * lib/fnmatch.c: Don't bother to include <wchar.h> before
31178         <wctype.h>, since the new wctype module should fix this.
31179         * lib/quotearg.c: Include <wctype.h> unconditionally, since
31180         the wctype module should arrange for it.
31181         * lib/regex_internal.h: Likewise.
31182         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
31183         since the wctype module should handle this now.
31184         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
31185         * modules/fnmatch (Depends-on): Add wctype.
31186         * modules/quotearg (Depends-on): Likewise.
31187         * modules/regex (Depends-on): Likewise.
31188
31189 2006-12-19  Bruno Haible  <bruno@clisp.org>
31190
31191         * lib/strdup.h [C++]: Wrap definitions in extern "C".
31192         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
31193
31194 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31195
31196         * modules/savewd (Depends-on): Fix dependency on fcntl.
31197
31198 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
31199
31200         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
31201         conforms to C99, rather than relying on the user's environment
31202         setting of STDINT_H.
31203
31204 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
31205         and Eric Blake  <ebb9@byu.net>
31206
31207         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
31208         This is more consistent with the other defines here.
31209         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
31210         Port to z/OS.  Problem reported by Paul Gilmartin.
31211         Change local vars to use gl_ prefix rather than ac_.
31212         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
31213         with other defines.
31214         * modules/double-slash-root: New module.
31215         * modules/dirname (Files): Remove m4/double-slash-root.m4.
31216         (Depends-on): Add double-slash-root.
31217         * MODULES.html.sh (File system functions): Mention new module.
31218
31219 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
31220
31221         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
31222         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
31223         This is for the benefit of gzip, which doesn't do i18n.
31224
31225 2006-12-12  Jim Meyering  <jim@meyering.net>
31226
31227         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
31228         Reported by Andreas Schwab <schwab@suse.de>.
31229
31230 2006-12-12  Bruno Haible  <bruno@clisp.org>
31231
31232         Merge these changes.
31233         2006-09-05  Bruno Haible  <bruno@clisp.org>
31234         * lib/iconvme.c (iconv_string): No need to save and restore errno when
31235         iconv_alloc succeeded.
31236         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
31237         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
31238         test for " && dest " at the end - dest is always != NULL there. Call
31239         iconv with 4xNULL arguments initially, to reset the state. Call iconv
31240         with 2xNULL arguments, also to flush the state storage. Handle the
31241         IRIX iconv behaviour. Realloc the final result, to throw away unused
31242         memory.
31243
31244 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
31245
31246         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
31247         and fchmodat unconditionally, since glibc 2.4 has them.
31248         Problem reported by Arkadiusz Miskiewicz.
31249
31250 2006-12-10  Bruno Haible  <bruno@clisp.org>
31251
31252         * gnulib-tool (func_import): Show the include files only for those
31253         modules that are copied and specified.
31254         Reported by Karl Berry.
31255
31256 2006-12-08  Jim Meyering  <jim@meyering.net>
31257
31258         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
31259         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
31260
31261         * build-aux/announce-gen: Add two new options, both optional:
31262         --bootstrap-tools=TOOL_LIST
31263               a comma-separated list of tools, e.g.,
31264               autoconf,automake,bison,gnulib
31265         --gnulib-snapshot-date=DATE
31266               if gnulib is in the bootstrap tool list,
31267               then report this as the snapshot date.
31268               If not specified, use the current date/time.
31269               If you specify a date here, be sure it's UTC.
31270
31271 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31272
31273         * tests/test-argp-2.sh: Fix test to match actual output.
31274         (func_compare): Fix sed script to be portable.
31275
31276 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
31277
31278         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
31279         workaround for this case.  It is not autoconfigured now; offhand
31280         it's hard to see how to autoconfigure it.
31281
31282 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
31283
31284         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
31285         a directory that is about to be chowned.  Such a directory's
31286         initial file permissions should permit the owner only and this
31287         should not be changed until after the chown, since the group and
31288         other bits would be incorrect if they granted permission before
31289         the chown.
31290
31291         Fix porting problem for iswctype reported by Georg Schwarz in:
31292         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
31293         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
31294         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
31295         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
31296         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
31297
31298 2006-12-03  Jim Meyering  <jim@meyering.net>
31299
31300         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
31301         p->fts_statp may not yet be defined.
31302         (fts_read): Instead, set it in the caller, once p->fts_statp is
31303         sure to be defined, and corresponds to a top-level directory.
31304         This bug made du -x fail.  Here's the coreutils test case:
31305         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
31306         Reported by Mike Frysinger.
31307
31308 2006-12-01  Jim Meyering  <jim@meyering.net>
31309
31310         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
31311         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
31312         Reported by Simon Josefsson.
31313
31314 2006-11-30  Jim Meyering  <jim@meyering.net>
31315
31316         * m4/warning.m4: Use the all-permissive copyright notice
31317         recommended by RMS (rather than LGPL).
31318         * m4/vararrays.m4: Likewise.
31319         * m4/flexmember.m4: Likewise.
31320
31321 2006-11-29  Bruno Haible  <bruno@clisp.org>
31322
31323         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
31324         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
31325         using +=.
31326         Reported by Simon Josefsson <simon@josefsson.org>.
31327
31328 2006-11-28  James Youngman <jay@gnu.org>
31329
31330         * README: Advise users that they might find the bug-gnulib@gnu.org
31331         and autotools-announce@gnu.org mailing lists useful.
31332
31333 2006-11-28  Bruno Haible  <bruno@clisp.org>
31334
31335         * m4/ptrdiff_max.m4: Remove file.
31336
31337 2006-11-21  Bruno Haible  <bruno@clisp.org>
31338
31339         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
31340         _AC_COMPUTE_INT.
31341         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
31342         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
31343         _AC_COMPUTE_INT.
31344         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
31345         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
31346         _AC_COMPUTE_INT.
31347         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
31348
31349 2006-11-28  Jim Meyering  <jim@meyering.net>
31350
31351         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
31352         warning from "gcc -Wshadow" about shadowing the builtin.
31353
31354 2006-11-27  Bruno Haible  <bruno@clisp.org>
31355
31356         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
31357         _AC_COMPUTE_INT.
31358         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
31359
31360 2006-11-27  Bruno Haible  <bruno@clisp.org>
31361             Paul Eggert  <eggert@cs.ucla.edu>
31362
31363         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
31364
31365 2006-11-26  Bruno Haible  <bruno@clisp.org>
31366
31367         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
31368         noinst_LTLIBRARIES.
31369
31370 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
31371             Bruno Haible  <bruno@clisp.org>
31372
31373         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
31374         if compiling with "gcc -ansi".
31375
31376 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
31377
31378         Fix some incompatibilities with gcc -ansi -pedantic.
31379         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
31380         if compiling pedantically with GCC, unless it's C99 or later.
31381         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
31382         it mishandles gcc -ansi -pedantic as well.
31383         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
31384         if gcc -pedantic.
31385         * lib/regexec.c (check_node_accept_bytes): Don't use auto
31386         initializers for struct if -pedantic, unless it's C99 or later.
31387
31388 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
31389
31390         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
31391         Don't close an fd more than once. Identical atimes indicate
31392         success, not failure.
31393
31394 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
31395
31396         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
31397
31398 2006-11-23  Jim Meyering  <jim@meyering.net>
31399
31400         * build-aux/announce-gen: New file.  From coreutils.
31401
31402 2006-11-22  Jim Meyering  <jim@meyering.net>
31403
31404         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
31405         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
31406         (fts_read): Use a temporary to narrow the overused st_size member
31407         before using it in a switch statement.  Reported by Matthew Woehlke.
31408
31409         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
31410         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
31411
31412 2006-11-20  Bruno Haible  <bruno@clisp.org>
31413
31414         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
31415         changequote instead of pairs of brackets.
31416         Reported by Andreas Schwab <schwab@suse.de>.
31417
31418 2006-11-21  Jim Meyering  <jim@meyering.net>
31419
31420         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
31421         so as to remain compatible with older compilers.
31422         Patch from Michael Deutschmann.
31423
31424 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
31425
31426         * MODULES.html.sh (File system functions): Add openat.
31427
31428         * lib/openat.h (rpl_fstatat): New macro, if
31429         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
31430         (fstatat): Define to rpl_fstatat under the same conditions,
31431         unless COMPILING_FSTATAT.
31432         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
31433         seems to have the bug.
31434         * lib/fstatat.c: New file.
31435         * modules/openat (Files): Add it.
31436
31437 2006-11-20  Bruno Haible  <bruno@clisp.org>
31438
31439         * Makefile: New file.
31440
31441 2006-11-20  Jim Meyering  <jim@meyering.net>
31442
31443         The beginnings of syntax-related checks for gnulib.
31444         * lib/Makefile: New file.
31445         * lib/t-idcache: New script.  Ensure that the two halves of
31446         idcache.c stay in sync.
31447
31448         * lib/idcache.c: Adjust comments in user- and group- portions to
31449         be more accurate, and to be consistent with one another.
31450
31451 2006-11-20  Jim Meyering  <jim@meyering.net>
31452
31453         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
31454         continue using the flexible array member (thus, this module performs
31455         half as many malloc calls), with the addition that...
31456         (getgroup, getuser): Consistently record a non-match via an empty
31457         "name" string, and map an empty string match to a NULL return value.
31458         * modules/idcache (Depends-on): Re-add flexmember.
31459
31460         * lib/idcache.c (getuser): Remove all uses of the register keyword.
31461         (getuidbyname, getgroup, getgidbyname): Likewise.
31462
31463         Use cleaner syntax: NULL rather than 0.
31464         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
31465
31466 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
31467
31468         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
31469         It mishandled the case where the group was missing.
31470         Problem reported by Greg Schafer.
31471         * modules/idcache: Likewise.
31472
31473 2006-11-18  Jim Meyering  <jim@meyering.net>
31474
31475         * check-module (%exempt_header): Add exception for some
31476         conditionally-included headers.
31477
31478         * modules/i-ring (Depends-on): Add verify.
31479         (License): Change to LGPL.
31480
31481 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31482
31483         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
31484         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
31485         and inttostr.h.  Use snprintf rather than uinttostr, so that
31486         LGPLed code doesn't depend on GPLed.
31487
31488 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
31489
31490         * modules/inline (License): Change from GPL to LGPL.
31491
31492 2006-11-17  Jim Meyering  <jim@meyering.net>
31493
31494         * modules/d-type (License): Switch to LGPL.
31495
31496 2006-11-15  Bruno Haible  <bruno@clisp.org>
31497
31498         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
31499
31500 2006-11-15  Eric Blake  <ebb9@byu.net>
31501
31502         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
31503         the module dependency.
31504
31505 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31506             Bruno Haible  <bruno@clisp.org>
31507
31508         * gnulib-tool (func_create_testdir): Add license consistency check.
31509
31510 2006-11-15  Eric Blake  <ebb9@byu.net>
31511
31512         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
31513         random "(cached)" in configure output.
31514
31515 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31516
31517         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
31518         test for conforming inttypes.h is both announced and cached.
31519
31520         * MODULES.html.sh (seen_modules, seen_files): New variables.
31521         (func_module): Rewrite to use a few less gnulib-tool and sed
31522         invocations.  Avoid a couple of quadratic algorithms for ...
31523         (missed_modules, missed_files): ... these, with ...
31524         (func_append, func_tmpdir): ... these new functions, from
31525         gnulib-tool.  Analogously, install traps for cleanup.
31526
31527         * tests/test-gc.c (main): Remove unused variables.
31528         * tests/test-read-file.c: Include stdlib.h, for 'free'.
31529
31530 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
31531
31532         * modules/inttostr (License): Change to LGPL.
31533
31534 2006-11-14  Eric Blake  <ebb9@byu.net>
31535
31536         * modules/tempname (License): Change to LGPL.
31537
31538 2006-11-14  Eric Blake  <ebb9@byu.net>
31539
31540         * doc/functions.texi (Function Portability): *printf functions on
31541         Cygwin now understand all POSIX size specifiers.
31542
31543 2006-11-14  Bruno Haible  <bruno@clisp.org>
31544
31545         * modules/c-ctype (License): Change to LGPL.
31546
31547 2006-11-12  Bruno Haible  <bruno@clisp.org>
31548
31549         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
31550         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
31551         for GNOME libraries, for which the include files are installed in
31552         subdirectories of $prefix/include.
31553
31554 2006-11-12  Bruno Haible  <bruno@clisp.org>
31555
31556         * m4/lib-link.m4: Require at least autoconf-2.54.
31557         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
31558         name to underscores for the --with option.
31559
31560 2006-11-13  Bruno Haible  <bruno@clisp.org>
31561
31562         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
31563         the tests directory.
31564         Reported by Ralf Wildenhues.
31565
31566 2006-11-13  Bruno Haible  <bruno@clisp.org>
31567
31568         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
31569         (func_emit_initmacro_end): Undo the override here.
31570         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
31571         Works around the famous automake error in coreutils.
31572
31573 2006-11-13  Eric Blake  <ebb9@byu.net>
31574
31575         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
31576         element, not its node.
31577
31578 2006-11-12  Bruno Haible  <bruno@clisp.org>
31579
31580         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
31581         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
31582
31583 2006-11-12  Bruno Haible  <bruno@clisp.org>
31584
31585         * gnulib-tool: New option --local-symlink.
31586         (func_usage): Document it.
31587         (lsymbolic): New variable.
31588         (func_import, func_create_testdir): If --symlink was not specified,
31589         test whether --local-symlink was specified and the file comes from
31590         the local_gnulib_dir.
31591
31592 2006-11-12  Bruno Haible  <bruno@clisp.org>
31593
31594         * gnulib-tool (func_ln): New function.
31595         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
31596
31597 2006-11-12  Bruno Haible  <bruno@clisp.org>
31598
31599         Finish support for source files in subdirectories.
31600         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
31601         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
31602         AUTOMAKE_OPTIONS.
31603         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
31604
31605 2006-11-12  Bruno Haible  <bruno@clisp.org>
31606
31607         * gnulib-tool (func_get_automake_snippet): Synthesize also an
31608         EXTRA_lib_SOURCES augmentation.
31609         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
31610
31611 2006-11-12  Jim Meyering  <jim@meyering.net>
31612
31613         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
31614         file descriptors.  This also averts a failure on systems with
31615         native openat support when a traversed directory lacks "x" access.
31616         * lib/fts_.h: Include "i-ring.h"
31617         (struct FTS) [fts_fd_ring]: New member.
31618         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
31619         (FCHDIR): Add parentheses.
31620         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
31621         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
31622         When descending, rather than simply closing the previous
31623         fts_cwd_fd value, push that file descriptor onto the ring.
31624         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
31625         (fts_open): Initialize the new fd_ring member.
31626         (fts_close): Clear the ring.
31627         (fts_safe_changedir): When possible, use our new fd_ring to skip
31628         the diropen and fstat and dev/ino comparison that would normally
31629         accompany a virtual `chdir ("..")'.
31630
31631         * modules/fts (Depends-on): Add i-ring.
31632         * modules/i-ring: New module.
31633         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
31634         * m4/i-ring.m4: New file.
31635
31636 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31637
31638         * gnulib-tool (func_create_testdir): Fix replacement of
31639         `build-aux' in configure.ac.  Run autotools in gltests
31640         subdirectory.
31641         (func_create_testdir, func_create_megatestdir, test): There is
31642         no need for '--force' in most autotool invocations in a new
31643         tree.  Actually fail the whole test if any of the tools, or the
31644         configure or make stages fail.
31645
31646         Sync from Automake.
31647         * build-aux/gnupload: Revert last change.  Add pointer to upload
31648         instructions of the GNU Maintenance Instructions.
31649         Suggestion by Karl Berry.
31650
31651 2006-11-10  Jim Meyering  <jim@meyering.net>
31652
31653         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
31654
31655 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
31656
31657         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
31658         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
31659         (bind_textdomain_codeset) [! ENABLE_NLS]:
31660         Evaluate all the arguments.  That way, callers get compatible behavior
31661         if the arguments have side effects.  Also, it avoids some GCC
31662         diagnostics in some cases; Joel E. Denny reported problems when Bison
31663         was configured with --enable-gcc-warnigs.
31664
31665 2006-11-10  Jim Meyering  <jim@meyering.net>
31666
31667         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
31668         relevant options in CFLAGS (like -O, -fno-inline) are taken into
31669         account.
31670
31671 2006-11-10  Jim Meyering  <jim@meyering.net>
31672
31673         * modules/inline: New file/module.
31674         * modules/xalloc (Files): Remove m4/inline.m4.
31675         (Depends-on): Add inline, instead.
31676         * modules/oset: Likewise.
31677         * modules/list: Likewise.
31678
31679 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
31680
31681         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
31682         Problem reported by Matthew Woehlke.
31683
31684 2006-11-09  Bruno Haible  <bruno@clisp.org>
31685
31686         * lib/tempname.c (gen_tempname): Remove variant that invokes
31687         __gen_tempname.
31688         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
31689         __gen_tempname.
31690
31691 2006-11-08  Bruno Haible  <bruno@clisp.org>
31692
31693         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
31694         to 'yes' instead of 'cross-compiling'.
31695
31696 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
31697
31698         * lib/quotearg.h (quotearg_free): New decl.
31699         * lib/quotearg.c (quotearg_free): New function.
31700         (slot0, nslots, slotvec0, slotvec):
31701         Now file-scope so that quotearg_free can get at them.
31702
31703 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31704
31705         Sync from Automake.
31706         * build-aux/gnupload: Add missing 'gnu' to example URL.
31707         Report by Karl Berry.
31708
31709 2006-11-08  Bruno Haible  <bruno@clisp.org>
31710
31711         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
31712         Suggested by Paul Eggert.
31713
31714 2006-11-08  Jim Meyering  <jim@meyering.net>
31715
31716         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
31717         It's already included if !_LIBC.
31718         (fts_safe_changedir): Add a comment.
31719
31720 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
31721
31722         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
31723         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
31724         Matthew Woehlke.
31725
31726         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
31727         definitions up, to avoid colliding with change below.
31728         (static_inline) [HAVE_INLINE]: New macro.
31729         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
31730         Provide extern decls when !HAVE_INLINE.  Do not define unless
31731         static_inline is defined, either by us or by xmalloc.c.  Use
31732         static_inline rather than static inline.
31733         (XCALLOC): Optimize sizeof(T) = 1 case.
31734         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
31735
31736 2006-11-07  Bruno Haible  <bruno@clisp.org>
31737
31738         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
31739         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
31740         AC_C_INLINE.
31741         * modules/xalloc (Files): Add m4/inline.m4.
31742
31743 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31744
31745         * README: Fix typo.
31746         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
31747         (Miscellanous Notes): ...from this.
31748
31749 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
31750
31751         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
31752         Mention that offsetof should be used instead of sizeof.
31753         From Bruno Haible.
31754
31755 2006-11-07  Bruno Haible  <bruno@clisp.org>
31756
31757         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
31758
31759 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
31760
31761         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
31762         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
31763         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
31764         (gl_tree_add_before, gl_tree_add_after):
31765         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
31766         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
31767         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
31768         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
31769         (gl_linked_add_after, gl_linked_add_at): Likewise.
31770         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
31771         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
31772         (gl_tree_add_before, gl_tree_add_after): Likewise.
31773         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
31774         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
31775         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
31776
31777 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31778
31779         * lib/gl_oset.h: Use C comment style, not C++ comment style.
31780
31781 2006-11-06  Bruno Haible  <bruno@clisp.org>
31782
31783         * m4/inline.m4: New file.
31784         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
31785         * modules/list (Files): Add m4/inline.m4.
31786         * modules/oset (Files): Likewise.
31787
31788 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
31789
31790         * lib/idcache.c: Include <stddef.h>, for offsetof.
31791         (struct userid.name): Change from char * to a flexible array member.
31792         All uses changed.
31793         * modules/idcache (Depends-on): Add flexmember.
31794
31795         * MODULES.html.sh (Core language properties): New module flexmember.
31796         * modules/flexmember, m4/flexmember.m4: New files.
31797
31798         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
31799         inline functions that are identical with the old xnmalloc_inline,
31800         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
31801         that we can avoid some unnecessary integer multiplications and
31802         divisions in the common case where the element size is known at
31803         compile time.
31804         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
31805         needed.
31806         (xnboundedmalloc): Remove.
31807         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
31808         arguments, for consistency with rest of this header.
31809         (xcharalloc): Rewrite using XNMALLOC.
31810         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
31811         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
31812         versions have been moved to lib/xalloc.h and renamed to be the
31813         non-*_inline versions.
31814         (xmalloc, xrealloc): Implement without reference to the xnmalloc
31815         and xnrealloc functions, since those functions are now inline and
31816         now call us.
31817         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
31818         renaming described above.
31819         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
31820         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
31821         captures the dependency in AC_C_INLINE.
31822
31823         New module canonicalize-lgpl, proposed by Charles Wilson in
31824         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
31825         with a few small changes afterwards.
31826         * MODULES.html.sh (File system functions): New module
31827         canonicalize-lgpl.
31828         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
31829         and canonicalize_file_name.
31830         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
31831         * modules/canonicalize-lgpl: New files.
31832
31833 2006-11-05  Bruno Haible  <bruno@clisp.org>
31834
31835         * gnulib-tool (func_import, func_create_testdir): Create directories
31836         also for files in subdirectories of lib/.
31837
31838 2006-11-05  Bruno Haible  <bruno@clisp.org>
31839
31840         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
31841         ANSI C compliant.
31842
31843 2006-11-03  Bruno Haible  <bruno@clisp.org>
31844
31845         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
31846         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
31847         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
31848         (xnboundedmalloc): New inline function.
31849         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
31850         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
31851         xmalloc.
31852         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
31853         xmalloc.
31854         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
31855         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
31856         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
31857         xmalloc.
31858         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
31859         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
31860         xmalloc.
31861         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
31862         gl_tree_add_after): Use XMALLOC instead of xmalloc.
31863         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
31864         xmalloc.
31865         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
31866         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
31867         gl_tree_add_after): Use XMALLOC instead of xmalloc.
31868         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
31869         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
31870         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
31871         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
31872
31873 2006-11-03  Bruno Haible  <bruno@clisp.org>
31874
31875         * lib/c-ctype.h [C++]: Define functions without name mangling.
31876         * lib/fwriteerror.h [C++]: Likewise.
31877         * lib/gcd.h [C++]: Likewise.
31878         * lib/linebreak.h [C++]: Likewise.
31879
31880 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
31881
31882         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
31883         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
31884         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
31885         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
31886         Check for functions and headers just once.
31887         Check for declaration of canonicalize_file_name.
31888         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
31889
31890 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
31891
31892         * gnulib-tool (func_import): Fix typo in actioncmd.
31893
31894 2006-11-02  Bruno Haible  <bruno@clisp.org>
31895
31896         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
31897         newline sequence in the Makefile.am snippet as a space, like "make"
31898         does.
31899         Reported by Roger Persson <perrog@gmail.com>.
31900
31901 2006-11-01  Bruno Haible  <bruno@clisp.org>
31902
31903         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
31904         already declared in <string.h>.
31905         * lib/strcase.h (strncasecmp): Don't declare it if yes.
31906
31907 2006-11-01  Bruno Haible  <bruno@clisp.org>
31908
31909         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
31910         * lib/strcase.h: Include <string.h>.
31911         (strcasecmp): Define to rpl_strcasecmp here.
31912
31913 2006-11-01  Bruno Haible  <bruno@clisp.org>
31914
31915         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
31916
31917 2006-11-01  Eric Blake  <ebb9@byu.net>
31918
31919         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
31920
31921         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
31922
31923 2006-10-29  Bruno Haible  <bruno@clisp.org>
31924
31925         Make it compile in C++ mode.
31926         * lib/full-write.c (full_rw): Add a cast.
31927
31928 2006-11-01  Bruno Haible  <bruno@clisp.org>
31929
31930         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
31931         be POSIX compliant.
31932         Reported by Roger Persson <perrog@gmail.com>.
31933
31934 2006-11-01  Eric Blake  <ebb9@byu.net>
31935
31936         * lib/getopt_.h: Fix comments.
31937
31938 2006-10-31  Eric Blake  <ebb9@byu.net>
31939
31940         * modules/tmpdir (Depends-on): Add sys_stat.
31941         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
31942         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
31943         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
31944         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
31945         tempname.
31946
31947 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
31948
31949         Avoid some C++ diagnostics reported by Bruno Haible.
31950         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
31951         xmalloc.
31952         (quotearg_alloc): Use xcharalloc rather than xmalloc.
31953         (struct slotvec): Move to top level.
31954         (quotearg_n_options): Rewrite to avoid xmalloc.
31955         * lib/xalloc.h (xcharalloc): New function.
31956         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
31957         [defined __cplusplus]: Add function template that provides result
31958         type propagation.  This part of the change is from Bruno Haible.
31959
31960 2006-10-29  Bruno Haible  <bruno@clisp.org>
31961
31962         Make it compile in C++ mode.
31963         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
31964         * lib/strnlen1.c (strnlen1): Cast memchr result.
31965         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
31966         * lib/clean-temp.c (string_equals, string_hash): Add casts.
31967         (create_temp_dir): Rename local variable 'template'.
31968         (compile_csharp_using_sscli): Add cast.
31969         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
31970         * lib/findprog.c (find_in_path): Likewise.
31971         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
31972         * lib/wait-process.c (register_slave_subprocess): Likewise.
31973
31974 2006-10-22  Bruno Haible  <bruno@clisp.org>
31975
31976         * modules/tsearch: New file.
31977         * lib/tsearch.h: New file.
31978         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
31979         * m4/tsearch.m4: New file.
31980         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
31981
31982 2006-10-29  Eric Blake  <ebb9@byu.net>
31983
31984         * lib/arcfour.c: Assume config.h.
31985         * lib/arctwo.c: Likewise.
31986         * lib/base64.c: Likewise.
31987         * lib/check-version.c: Likewise.
31988         * lib/crc.c: Likewise.
31989         * lib/des.c: Likewise.
31990         * lib/gc-gnulib.c: Likewise.
31991         * lib/gc-libgcrypt.c: Likewise.
31992         * lib/gc-pbkdf2-sha1.c: Likewise.
31993         * lib/getaddrinfo.c: Likewise.
31994         * lib/getdelim.c: Likewise.
31995         * lib/getline.c: Likewise.
31996         * lib/hmac-md5.c: Likewise.
31997         * lib/hmac-sha1.c: Likewise.
31998         * lib/iconvme.c: Likewise.
31999         * lib/md2.c: Likewise.
32000         * lib/md4.c: Likewise.
32001         * lib/memxor.c: Likewise.
32002         * lib/read-file.c: Likewise.
32003         * lib/readline.c: Likewise.
32004         * lib/rijndael-alg-fst.c: Likewise.
32005         * lib/rijndael-api-fst.c: Likewise.
32006         * lib/xgetdomainname.c: Likewise.
32007
32008 2006-10-28  Eric Blake  <ebb9@byu.net>
32009
32010         * lib/xstrndup.c: Assume config.h.
32011
32012 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
32013
32014         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
32015         stat-macros.h is now for our own macros, whereas stat_h is for
32016         macros in the <sys/stat.h> name space.
32017         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
32018         (STAT_MACROS_H): Remove.
32019         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
32020         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
32021         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
32022         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
32023         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
32024         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
32025         Move these macros to ...
32026         * lib/stat_.h: here.  Don't include stat-macros.h.
32027         * lib/canonicalize.c: Don't include stat-macros.h.
32028         * lib/chown.c: Likewise.
32029         * lib/euidaccess.c: Likewise.
32030         * lib/file-type.c: Likewise.
32031         * lib/filemode.c: Likewise.
32032         * lib/glob.c: Likewise.
32033         * lib/isapipe.c: Likewise.
32034         * lib/lchown.c: Likewise.
32035         * lib/lstat.c: Likewise.
32036         * lib/mkdir-p.c: Likewise.
32037         * lib/rmdir.c: Likewise.
32038         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
32039         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
32040         unless mkdir isn't declared, to speed up 'configure'.
32041         Always create sys/stat.h, since it's unlikely any real sys/stat.h
32042         would define all the S_* symbols.
32043         * modules/canonicalize (Depends-on):
32044         Depend on sys_stat, not stat-macros.
32045         * modules/chown: Likewise.
32046         * modules/euidaccess: Likewise.
32047         * modules/filemode: Likewise.
32048         * modules/file-type: Likewise.
32049         * modules/glob: Likewise.
32050         * modules/isapipe: Likewise.
32051         * modules/lchown: Likewise.
32052         * modules/lstat: Likewise.
32053         * modules/mkancesdirs: Likewise.
32054         * modules/rmdir: Likewise.
32055         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
32056         * modules/modechange: Likewise.
32057         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
32058         (configure.ac): Remove gl_STAT_MACROS.
32059         * modules/sys_stat (Depends-on): Remove stat-macros.
32060
32061 2006-10-27  Bruno Haible  <bruno@clisp.org>
32062
32063         * m4/signed.m4: Remove file.
32064         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
32065         invocation.
32066         * modules/vasnprintf (Files): Remove m4/signed.m4.
32067
32068 2006-10-27  Bruno Haible  <bruno@clisp.org>
32069
32070         Update to GNU gettext 0.16.
32071         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
32072         m4/inttypes-h.m4, m4/signed.m4.
32073         * m4/gettext.m4: Update to GNU gettext 0.16.
32074         * m4/intl.m4: New file, from GNU gettext.
32075         * m4/intldir.m4: New file, from GNU gettext.
32076         * config/srclist.txt: Update
32077
32078 2006-10-27  Eric Blake  <ebb9@byu.net>
32079
32080         * MODULES.html.sh: Document tempname.
32081         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
32082         dependencies.
32083         (Files): Move lib/tempname.c...
32084         * modules/tempname: ...to this new module.
32085         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
32086         (gl_PREREQ_TEMPNAME): Move...
32087         * m4/tempname.m4: ...to this new file.
32088         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
32089         * modules/sys_stat (Depends-on): Add stat-macros.
32090         * lib/stat_.h (includes): Pick up stat macros.
32091         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
32092         if stat macros are broken.
32093         * lib/tempname.c (includes): No need to include "stat-macros.h".
32094         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
32095         (direxists, __path_search) [!_LIBC]: Don't compile these in
32096         gnulib; the tmpdir module covers that.
32097         * lib/tempname.h: New file.
32098
32099 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
32100
32101         * COPYING: Explain how gnulib-tool converts licence headers.
32102         Almost all wording by Eric Blake.
32103
32104 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
32105
32106         * lib/mbchar.h (is_basic_table): Make read-only.
32107         * lib/mbchar.c (is_basic_table): Likewise.
32108         Reported by John Darrington.
32109
32110 2006-10-25  Bruno Haible  <bruno@clisp.org>
32111
32112         * lib/progname.h (set_program_name): Undefine before defining.
32113
32114 2006-10-25  Bruno Haible  <bruno@clisp.org>
32115
32116         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
32117         false for non-gcc C++ compilers.
32118         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
32119
32120 2006-10-24  Bruno Haible  <bruno@clisp.org>
32121
32122         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
32123         iconv implementations like Irix iconv.
32124
32125 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32126
32127         * modules/vararrays: New file.
32128         * m4/vararrays.m4: New file, taken from diffutils.
32129         * MODULES.html.sh: New module vararrays.
32130
32131 2006-10-24  Karl Berry  <karl@gnu.org>
32132
32133         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
32134         Don't call GNU Unix.
32135
32136 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32137
32138         * users.txt: Add Libtool.
32139
32140         Sync from Libtool:
32141
32142         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32143
32144         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
32145         to gnulib's policy of including config.h unconditionally.
32146
32147 2006-10-24  Bruno Haible  <bruno@clisp.org>
32148
32149         * modules/wcwidth (Files): Add m4/wint_t.m4.
32150         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
32151         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
32152
32153 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32154
32155         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
32156         to pacify GCC with some -W flags enabled.  Problem reported by
32157         Bruno Haible.
32158
32159 2006-10-24  Jim Meyering  <jim@meyering.net>
32160
32161         * MODULES.html.sh: Remove uinttostr.  It's not a module.
32162         Reported by Karl Berry.
32163
32164 2006-10-23  Bruno Haible  <bruno@clisp.org>
32165
32166         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
32167
32168 2006-10-24  Bruno Haible  <bruno@clisp.org>
32169
32170         * lib/gl_list.h: Use C comment style, not C++ comment style.
32171
32172 2006-10-23  Eric Blake  <ebb9@byu.net>
32173
32174         * lib/getaddrinfo.c (includes): Add missing include.
32175
32176 2006-10-23  Bruno Haible  <bruno@clisp.org>
32177             Paul Eggert  <eggert@cs.ucla.edu>
32178
32179         Ability to rename obstack_free.
32180         * lib/obstack.h (__obstack_free): New macro. Declare instead of
32181         obstack_free.
32182         (obstack_free): Invoke the __obstack_free macro.
32183         * lib/obstack.c (obstack_free): Use __obstack_free macro.
32184
32185 2006-10-23  Bruno Haible  <bruno@clisp.org>
32186             Paul Eggert  <eggert@cs.ucla.edu>
32187
32188         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
32189         __argc, __argv from the declaration. (They are defined as macros on
32190         mingw.)
32191
32192 2006-10-22  Bruno Haible  <bruno@clisp.org>
32193
32194         * doc/gnulib-intro.texi: New file.
32195         * doc/gnulib.texi: Include it.
32196
32197 2006-10-21  Bruno Haible  <bruno@clisp.org>
32198
32199         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
32200         "Introduction", "Miscellanous Notes", "Particular Modules".
32201
32202 2006-10-21  Bruno Haible  <bruno@clisp.org>
32203
32204         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
32205         Change mostlyclean-local rule to avoid sh syntax error from bash
32206         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
32207
32208 2006-10-23  Jim Meyering  <jim@meyering.net>
32209
32210         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
32211         in place of snprintf.
32212
32213         * modules/inttostr (Files): Add lib/uinttostr.c.
32214         * lib/uinttostr.c (inttostr): New file/function.
32215         * lib/inttostr.h (uinttostr): Declare.
32216         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
32217         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
32218         Add uinttostr.
32219         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
32220
32221 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
32222
32223         * lib/canonicalize.c (ELOOP): Define if not already defined.
32224         Problem reported by Bruno Haible in
32225         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
32226
32227 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
32228
32229         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
32230         Problem reported by Perry Smith and Ville Laurikari.
32231
32232         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
32233         uses.
32234
32235 2006-10-19  Bruno Haible  <bruno@clisp.org>
32236
32237         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
32238         for mingw.
32239
32240 2006-10-19  Bruno Haible  <bruno@clisp.org>
32241
32242         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
32243         Needed for mingw.
32244
32245 2006-10-19  Bruno Haible  <bruno@clisp.org>
32246
32247         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
32248
32249 2006-10-19  Bruno Haible  <bruno@clisp.org>
32250
32251         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
32252         it.
32253
32254 2006-10-19  Bruno Haible  <bruno@clisp.org>
32255
32256         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
32257         invocation.
32258
32259 2006-10-19  Bruno Haible  <bruno@clisp.org>
32260
32261         * gnulib-tool (func_create_testdir): Don't include ftruncate and
32262         mountlist by default.
32263
32264 2006-10-16  Bruno Haible  <bruno@clisp.org>
32265
32266         * lib/c-strstr.c: Include c-strstr.h.
32267
32268 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
32269
32270         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
32271         in a slash.
32272
32273 2006-10-18  Bruno Haible  <bruno@clisp.org>
32274
32275         * lib/lock.h [C++]: Wrap definitions in extern "C".
32276
32277 2006-10-18  Bruno Haible  <bruno@clisp.org>
32278
32279         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
32280         gl_LIBOBJS list.
32281
32282 2006-10-18  Bruno Haible  <bruno@clisp.org>
32283
32284         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
32285
32286 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
32287
32288         * lib/xstrtol.h: Include gettext.h.
32289         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
32290         Problem reported by Eric Blake.
32291         * modules/xstrtol (Depends-on): Add gettext-h.
32292
32293 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
32294
32295         * lib/strftime.c (advance): New macro.
32296         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
32297         incomplete type, so you can't add 0 to it.  Problem and patch
32298         reported by Eelco Dolstra for dietlibc.
32299
32300 2006-10-18  Jim Meyering  <jim@meyering.net>
32301
32302         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
32303         type for a local, and rename it: s/up/user_proc/.
32304
32305 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
32306
32307         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
32308         READ_UTMP_USER_PROCESS.
32309         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
32310
32311 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
32312
32313         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
32314         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
32315
32316 2006-10-17  Eric Blake  <ebb9@byu.net>
32317
32318         * lib/sigprocmask.c (sigprocmask): Fix typo.
32319
32320         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
32321
32322         * modules/clean-temp (Makefile.am): Don't add to make output...
32323         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
32324         config.h.
32325
32326 2006-10-17  Bruno Haible  <bruno@clisp.org>
32327
32328         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
32329         differently if DEFAULT_TEXT_DOMAIN is set.
32330
32331 2006-10-16  Bruno Haible  <bruno@clisp.org>
32332
32333         * lib/clean-temp.c: Include fwriteerror.h.
32334
32335 2006-10-16  Bruno Haible  <bruno@clisp.org>
32336
32337         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
32338
32339 2006-10-16  Bruno Haible  <bruno@clisp.org>
32340
32341         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
32342         * lib/sigprocmask.h: Include <sys/types.h>.
32343         (sigset_t): Use the system's definition if present.
32344
32345 2006-10-17  Eric Blake  <ebb9@byu.net>
32346
32347         * lib/xvasprintf.c (includes): Assume config.h.
32348         * lib/xasprintf.c (includes): Likewise.
32349
32350 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
32351
32352         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
32353         at least as wide as intmax_t.
32354
32355 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
32356
32357         (Imported from Automake.)
32358         * build-aux/gnupload: Update to version 1.1 of directive file.
32359
32360 2006-10-16  Eric Blake  <ebb9@byu.net>
32361
32362         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
32363         match Automake 1.10a.
32364
32365 2006-10-14  Bruno Haible  <bruno@clisp.org>
32366
32367         * modules/sigprocmask: New file.
32368         * lib/sigprocmask.h: New file.
32369         * lib/sigprocmask.c: New file.
32370         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
32371         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
32372         request sigprocmask.o.
32373         (gl_PREREQ_SIGPROCMASK): New macro.
32374         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
32375         (Depends-on): Add sigprocmask.
32376         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
32377         gt_SIGNALBLOCKING. Test for 'raise' only once.
32378         * lib/fatal-signal.c: Include sigprocmask.h.
32379         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
32380         unblock_fatal_signals): Define always.
32381         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32382         sigprocmask.
32383
32384 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
32385
32386         Sync from Automake.
32387         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
32388         which incorrectly sets the mode of an existing destination
32389         directory.  In some cases the unpatched install-sh could do the
32390         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
32391         system.  We hope this is rare in practice, but it's clearly worth
32392         fixing.  Problem reported by Alex Unleashed in
32393         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
32394         Also, don't bother to check for -m bugs unless we're using -m;
32395         suggested by Stepan Kasal.
32396
32397 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32398
32399         Sync from Automake.
32400         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
32401         `-c' flag, so they appear at the same position as in %FASTDEP%
32402         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
32403         which ignores unknown options only after the first non-option.
32404         Bug report against M4 by Nelson H. F. Beebe.
32405
32406 2006-10-13  Jim Meyering  <jim@meyering.net>
32407
32408         Fix a bug in yesterday's change.
32409         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
32410         p->fts_statp->st_dev would be used uninitialized.
32411         Ensures that we always call fts_stat on the very first entry.
32412         Miklos Szeredi reported that find -xdev stopped working.
32413
32414 2006-10-12  Bruno Haible  <bruno@clisp.org>
32415
32416         * gnulib-tool (func_get_automake_snippet): Append an automatically
32417         computed EXTRA_DIST augmentation.
32418         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
32419         * modules/alloca-opt (Makefile.am): Likewise.
32420         * modules/allocsa (Makefile.am): Likewise.
32421         * modules/arcfour (Makefile.am): Likewise.
32422         * modules/arctwo (Makefile.am): Likewise.
32423         * modules/argmatch (Makefile.am): Likewise.
32424         * modules/argz (Makefile.am): Likewise.
32425         * modules/atexit (Makefile.am): Likewise.
32426         * modules/backupfile (Makefile.am): Likewise.
32427         * modules/byteswap (Makefile.am): Likewise.
32428         * modules/c-strtod (Makefile.am): Likewise.
32429         * modules/c-strtold (Makefile.am): Likewise.
32430         * modules/calloc (Makefile.am): Likewise.
32431         * modules/canon-host (Makefile.am): Likewise.
32432         * modules/canonicalize (Makefile.am): Likewise.
32433         * modules/chdir-long (Makefile.am): Likewise.
32434         * modules/chdir-safer (Makefile.am): Likewise.
32435         * modules/check-version (Makefile.am): Likewise.
32436         * modules/chown (Makefile.am): Likewise.
32437         * modules/cloexec (Makefile.am): Likewise.
32438         * modules/close-stream (Makefile.am): Likewise.
32439         * modules/closeout (Makefile.am): Likewise.
32440         * modules/crc (Makefile.am): Likewise.
32441         * modules/csharpexec (Makefile.am): Likewise.
32442         * modules/cycle-check (Makefile.am): Likewise.
32443         * modules/des (Makefile.am): Likewise.
32444         * modules/dev-ino (Makefile.am): Likewise.
32445         * modules/dirfd (Makefile.am): Likewise.
32446         * modules/dirname (Makefile.am): Likewise.
32447         * modules/dup2 (Makefile.am): Likewise.
32448         * modules/eealloc (Makefile.am): Likewise.
32449         * modules/error (Makefile.am): Likewise.
32450         * modules/euidaccess (Makefile.am): Likewise.
32451         * modules/exclude (Makefile.am): Likewise.
32452         * modules/exitfail (Makefile.am): Likewise.
32453         * modules/fcntl-safer (Makefile.am): Likewise.
32454         * modules/fcntl (Makefile.am): Likewise.
32455         * modules/file-type (Makefile.am): Likewise.
32456         * modules/fileblocks (Makefile.am): Likewise.
32457         * modules/filemode (Makefile.am): Likewise.
32458         * modules/filenamecat (Makefile.am): Likewise.
32459         * modules/fnmatch (Makefile.am): Likewise.
32460         * modules/fopen-safer (Makefile.am): Likewise.
32461         * modules/fpending (Makefile.am): Likewise.
32462         * modules/fprintftime (Makefile.am): Likewise.
32463         * modules/free (Makefile.am): Likewise.
32464         * modules/fsusage (Makefile.am): Likewise.
32465         * modules/ftruncate (Makefile.am): Likewise.
32466         * modules/fts (Makefile.am): Likewise.
32467         * modules/gc-arcfour (Makefile.am): Likewise.
32468         * modules/gc-des (Makefile.am): Likewise.
32469         * modules/gc-hmac-md5 (Makefile.am): Likewise.
32470         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
32471         * modules/gc-md4 (Makefile.am): Likewise.
32472         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
32473         * modules/gc-sha1 (Makefile.am): Likewise.
32474         * modules/gc (Makefile.am): Likewise.
32475         * modules/getaddrinfo (Makefile.am): Likewise.
32476         * modules/getcwd (Makefile.am): Likewise.
32477         * modules/getdelim (Makefile.am): Likewise.
32478         * modules/getdomainname (Makefile.am): Likewise.
32479         * modules/getgroups (Makefile.am): Likewise.
32480         * modules/gethostname (Makefile.am): Likewise.
32481         * modules/gethrxtime (Makefile.am): Likewise.
32482         * modules/getline (Makefile.am): Likewise.
32483         * modules/getloadavg (Makefile.am): Likewise.
32484         * modules/getlogin_r (Makefile.am): Likewise.
32485         * modules/getndelim2 (Makefile.am): Likewise.
32486         * modules/getopt (Makefile.am): Likewise.
32487         * modules/getpagesize (Makefile.am): Likewise.
32488         * modules/getpass-gnu (Makefile.am): Likewise.
32489         * modules/getpass (Makefile.am): Likewise.
32490         * modules/getsubopt (Makefile.am): Likewise.
32491         * modules/gettime (Makefile.am): Likewise.
32492         * modules/gettimeofday (Makefile.am): Likewise.
32493         * modules/getugroups (Makefile.am): Likewise.
32494         * modules/getusershell (Makefile.am): Likewise.
32495         * modules/glob (Makefile.am): Likewise.
32496         * modules/group-member (Makefile.am): Likewise.
32497         * modules/hard-locale (Makefile.am): Likewise.
32498         * modules/hash (Makefile.am): Likewise.
32499         * modules/hmac-md5 (Makefile.am): Likewise.
32500         * modules/hmac-sha1 (Makefile.am): Likewise.
32501         * modules/human (Makefile.am): Likewise.
32502         * modules/idcache (Makefile.am): Likewise.
32503         * modules/imaxabs (Makefile.am): Likewise.
32504         * modules/imaxdiv (Makefile.am): Likewise.
32505         * modules/inet_ntop (Makefile.am): Likewise.
32506         * modules/inet_pton (Makefile.am): Likewise.
32507         * modules/intprops (Makefile.am): Likewise.
32508         * modules/inttostr (Makefile.am): Likewise.
32509         * modules/inttypes (Makefile.am): Likewise.
32510         * modules/isapipe (Makefile.am): Likewise.
32511         * modules/javaversion (Makefile.am): Likewise.
32512         * modules/lchmod (Makefile.am): Likewise.
32513         * modules/lchown (Makefile.am): Likewise.
32514         * modules/localcharset (Makefile.am): Likewise.
32515         * modules/long-options (Makefile.am): Likewise.
32516         * modules/lstat (Makefile.am): Likewise.
32517         * modules/malloc (Makefile.am): Likewise.
32518         * modules/mathl (Makefile.am): Likewise.
32519         * modules/mbchar (Makefile.am): Likewise.
32520         * modules/md2 (Makefile.am): Likewise.
32521         * modules/md4 (Makefile.am): Likewise.
32522         * modules/md5 (Makefile.am): Likewise.
32523         * modules/memcasecmp (Makefile.am): Likewise.
32524         * modules/memchr (Makefile.am): Likewise.
32525         * modules/memcmp (Makefile.am): Likewise.
32526         * modules/memcoll (Makefile.am): Likewise.
32527         * modules/memcpy (Makefile.am): Likewise.
32528         * modules/memmem (Makefile.am): Likewise.
32529         * modules/memmove (Makefile.am): Likewise.
32530         * modules/mempcpy (Makefile.am): Likewise.
32531         * modules/memrchr (Makefile.am): Likewise.
32532         * modules/memset (Makefile.am): Likewise.
32533         * modules/memxor (Makefile.am): Likewise.
32534         * modules/mkancesdirs (Makefile.am): Likewise.
32535         * modules/mkdir-p (Makefile.am): Likewise.
32536         * modules/mkdir (Makefile.am): Likewise.
32537         * modules/mkdtemp (Makefile.am): Likewise.
32538         * modules/mkstemp (Makefile.am): Likewise.
32539         * modules/mktime (Makefile.am): Likewise.
32540         * modules/modechange (Makefile.am): Likewise.
32541         * modules/mountlist (Makefile.am): Likewise.
32542         * modules/nanosleep (Makefile.am): Likewise.
32543         * modules/obstack (Makefile.am): Likewise.
32544         * modules/openat (Makefile.am): Likewise.
32545         * modules/pagealign_alloc (Makefile.am): Likewise.
32546         * modules/pathmax (Makefile.am): Likewise.
32547         * modules/physmem (Makefile.am): Likewise.
32548         * modules/poll (Makefile.am): Likewise.
32549         * modules/posixtm (Makefile.am): Likewise.
32550         * modules/posixver (Makefile.am): Likewise.
32551         * modules/putenv (Makefile.am): Likewise.
32552         * modules/quote (Makefile.am): Likewise.
32553         * modules/quotearg (Makefile.am): Likewise.
32554         * modules/raise (Makefile.am): Likewise.
32555         * modules/read-file (Makefile.am): Likewise.
32556         * modules/readline (Makefile.am): Likewise.
32557         * modules/readlink (Makefile.am): Likewise.
32558         * modules/readtokens (Makefile.am): Likewise.
32559         * modules/readutmp (Makefile.am): Likewise.
32560         * modules/realloc (Makefile.am): Likewise.
32561         * modules/regex (Makefile.am): Likewise.
32562         * modules/rename-dest-slash (Makefile.am): Likewise.
32563         * modules/rename (Makefile.am): Likewise.
32564         * modules/rijndael (Makefile.am): Likewise.
32565         * modules/rmdir (Makefile.am): Likewise.
32566         * modules/rpmatch (Makefile.am): Likewise.
32567         * modules/safe-read (Makefile.am): Likewise.
32568         * modules/safe-write (Makefile.am): Likewise.
32569         * modules/same-inode (Makefile.am): Likewise.
32570         * modules/same (Makefile.am): Likewise.
32571         * modules/save-cwd (Makefile.am): Likewise.
32572         * modules/savedir (Makefile.am): Likewise.
32573         * modules/setenv (Makefile.am): Likewise.
32574         * modules/settime (Makefile.am): Likewise.
32575         * modules/sha1 (Makefile.am): Likewise.
32576         * modules/sig2str (Makefile.am): Likewise.
32577         * modules/snprintf (Makefile.am): Likewise.
32578         * modules/stat-macros (Makefile.am): Likewise.
32579         * modules/stat-time (Makefile.am): Likewise.
32580         * modules/stdbool (Makefile.am): Likewise.
32581         * modules/stdint (Makefile.am): Likewise.
32582         * modules/stdlib-safer (Makefile.am): Likewise.
32583         * modules/stpcpy (Makefile.am): Likewise.
32584         * modules/stpncpy (Makefile.am): Likewise.
32585         * modules/strcase (Makefile.am): Likewise.
32586         * modules/strcasestr (Makefile.am): Likewise.
32587         * modules/strchrnul (Makefile.am): Likewise.
32588         * modules/strcspn (Makefile.am): Likewise.
32589         * modules/strdup (Makefile.am): Likewise.
32590         * modules/strerror (Makefile.am): Likewise.
32591         * modules/strftime (Makefile.am): Likewise.
32592         * modules/strndup (Makefile.am): Likewise.
32593         * modules/strnlen (Makefile.am): Likewise.
32594         * modules/strpbrk (Makefile.am): Likewise.
32595         * modules/strsep (Makefile.am): Likewise.
32596         * modules/strstr (Makefile.am): Likewise.
32597         * modules/strtod (Makefile.am): Likewise.
32598         * modules/strtoimax (Makefile.am): Likewise.
32599         * modules/strtok_r (Makefile.am): Likewise.
32600         * modules/strtol (Makefile.am): Likewise.
32601         * modules/strtoll (Makefile.am): Likewise.
32602         * modules/strtoul (Makefile.am): Likewise.
32603         * modules/strtoull (Makefile.am): Likewise.
32604         * modules/strtoumax (Makefile.am): Likewise.
32605         * modules/strverscmp (Makefile.am): Likewise.
32606         * modules/sys_socket (Makefile.am): Likewise.
32607         * modules/sys_stat (Makefile.am): Likewise.
32608         * modules/sysexits (Makefile.am): Likewise.
32609         * modules/time_r (Makefile.am): Likewise.
32610         * modules/timegm (Makefile.am): Likewise.
32611         * modules/timespec (Makefile.am): Likewise.
32612         * modules/tmpfile-safer (Makefile.am): Likewise.
32613         * modules/trim (Makefile.am): Likewise.
32614         * modules/unistd-safer (Makefile.am): Likewise.
32615         * modules/unlinkdir (Makefile.am): Likewise.
32616         * modules/unlocked-io (Makefile.am): Likewise.
32617         * modules/userspec (Makefile.am): Likewise.
32618         * modules/utime (Makefile.am): Likewise.
32619         * modules/utimecmp (Makefile.am): Likewise.
32620         * modules/utimens (Makefile.am): Likewise.
32621         * modules/vasnprintf (Makefile.am): Likewise.
32622         * modules/vasprintf (Makefile.am): Likewise.
32623         * modules/vsnprintf (Makefile.am): Likewise.
32624         * modules/xalloc (Makefile.am): Likewise.
32625         * modules/xgetcwd (Makefile.am): Likewise.
32626         * modules/xnanosleep (Makefile.am): Likewise.
32627         * modules/xreadlink (Makefile.am): Likewise.
32628         * modules/xstrtod (Makefile.am): Likewise.
32629         * modules/xstrtol (Makefile.am): Likewise.
32630         * modules/xstrtold (Makefile.am): Likewise.
32631         * modules/yesno (Makefile.am): Likewise.
32632         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
32633
32634 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
32635
32636         * modules/error (Makefile.am): Distribute files through
32637         EXTRA_DIST, not lib_SOURCES.
32638
32639 2006-10-12  Eric Blake  <ebb9@byu.net>
32640
32641         * modules/error (Makefile.am): Distribute files in /lib.
32642         * modules/obstack (Makefile.am): Likewise.
32643
32644 2006-10-12  Bruno Haible  <bruno@clisp.org>
32645
32646         * modules/acl (Makefile.am): Distribute all files in lib/ through
32647         EXTRA_DIST.
32648         * modules/arcfour (Makefile.am): Likewise.
32649         * modules/arctwo (Makefile.am): Likewise.
32650         * modules/argmatch (Makefile.am): Likewise.
32651         * modules/argz (Makefile.am): Likewise.
32652         * modules/atexit (Makefile.am): Likewise.
32653         * modules/backupfile (Makefile.am): Likewise.
32654         * modules/c-strtod (Makefile.am): Likewise.
32655         * modules/c-strtold (Makefile.am): Likewise.
32656         * modules/calloc (Makefile.am): Likewise.
32657         * modules/canon-host (Makefile.am): Likewise.
32658         * modules/canonicalize (Makefile.am): Likewise.
32659         * modules/chdir-long (Makefile.am): Likewise.
32660         * modules/chdir-safer (Makefile.am): Likewise.
32661         * modules/check-version (Makefile.am): Likewise.
32662         * modules/chown (Makefile.am): Likewise.
32663         * modules/cloexec (Makefile.am): Likewise.
32664         * modules/close-stream (Makefile.am): Likewise.
32665         * modules/closeout (Makefile.am): Likewise.
32666         * modules/crc (Makefile.am): Likewise.
32667         * modules/cycle-check (Makefile.am): Likewise.
32668         * modules/des (Makefile.am): Likewise.
32669         * modules/dirfd (Makefile.am): Likewise.
32670         * modules/dirname (Makefile.am): Likewise.
32671         * modules/dup2 (Makefile.am): Likewise.
32672         * modules/euidaccess (Makefile.am): Likewise.
32673         * modules/exclude (Makefile.am): Likewise.
32674         * modules/exitfail (Makefile.am): Likewise.
32675         * modules/fcntl-safer (Makefile.am): Likewise.
32676         * modules/file-type (Makefile.am): Likewise.
32677         * modules/fileblocks (Makefile.am): Likewise.
32678         * modules/filemode (Makefile.am): Likewise.
32679         * modules/filenamecat (Makefile.am): Likewise.
32680         * modules/fnmatch (Makefile.am): Likewise.
32681         * modules/fopen-safer (Makefile.am): Likewise.
32682         * modules/fpending (Makefile.am): Likewise.
32683         * modules/fprintftime (Makefile.am): Likewise.
32684         * modules/free (Makefile.am): Likewise.
32685         * modules/fsusage (Makefile.am): Likewise.
32686         * modules/ftruncate (Makefile.am): Likewise.
32687         * modules/fts (Makefile.am): Likewise.
32688         * modules/gc (Makefile.am): Likewise.
32689         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
32690         * modules/getaddrinfo (Makefile.am): Likewise.
32691         * modules/getcwd (Makefile.am): Likewise.
32692         * modules/getdelim (Makefile.am): Likewise.
32693         * modules/getdomainname (Makefile.am): Likewise.
32694         * modules/getgroups (Makefile.am): Likewise.
32695         * modules/gethostname (Makefile.am): Likewise.
32696         * modules/gethrxtime (Makefile.am): Likewise.
32697         * modules/getline (Makefile.am): Likewise.
32698         * modules/getloadavg (Makefile.am): Likewise.
32699         * modules/getlogin_r (Makefile.am): Likewise.
32700         * modules/getopt (Makefile.am): Likewise.
32701         * modules/getpass (Makefile.am): Likewise.
32702         * modules/getpass-gnu (Makefile.am): Likewise.
32703         * modules/getsubopt (Makefile.am): Likewise.
32704         * modules/gettime (Makefile.am): Likewise.
32705         * modules/gettimeofday (Makefile.am): Likewise.
32706         * modules/getugroups (Makefile.am): Likewise.
32707         * modules/getusershell (Makefile.am): Likewise.
32708         * modules/glob (Makefile.am): Likewise.
32709         * modules/group-member (Makefile.am): Likewise.
32710         * modules/hard-locale (Makefile.am): Likewise.
32711         * modules/hash (Makefile.am): Likewise.
32712         * modules/hmac-md5 (Makefile.am): Likewise.
32713         * modules/hmac-sha1 (Makefile.am): Likewise.
32714         * modules/human (Makefile.am): Likewise.
32715         * modules/idcache (Makefile.am): Likewise.
32716         * modules/imaxabs (Makefile.am): Likewise.
32717         * modules/imaxdiv (Makefile.am): Likewise.
32718         * modules/inet_ntop (Makefile.am): Likewise.
32719         * modules/inet_pton (Makefile.am): Likewise.
32720         * modules/inttostr (Makefile.am): Likewise.
32721         * modules/isapipe (Makefile.am): Likewise.
32722         * modules/lchown (Makefile.am): Likewise.
32723         * modules/long-options (Makefile.am): Likewise.
32724         * modules/lstat (Makefile.am): Likewise.
32725         * modules/malloc (Makefile.am): Likewise.
32726         * modules/mathl (Makefile.am): Likewise.
32727         * modules/mbchar (Makefile.am): Likewise.
32728         * modules/md2 (Makefile.am): Likewise.
32729         * modules/md4 (Makefile.am): Likewise.
32730         * modules/md5 (Makefile.am): Likewise.
32731         * modules/memcasecmp (Makefile.am): Likewise.
32732         * modules/memchr (Makefile.am): Likewise.
32733         * modules/memcmp (Makefile.am): Likewise.
32734         * modules/memcoll (Makefile.am): Likewise.
32735         * modules/memcpy (Makefile.am): Likewise.
32736         * modules/memmem (Makefile.am): Likewise.
32737         * modules/memmove (Makefile.am): Likewise.
32738         * modules/mempcpy (Makefile.am): Likewise.
32739         * modules/memrchr (Makefile.am): Likewise.
32740         * modules/memset (Makefile.am): Likewise.
32741         * modules/memxor (Makefile.am): Likewise.
32742         * modules/mkancesdirs (Makefile.am): Likewise.
32743         * modules/mkdir (Makefile.am): Likewise.
32744         * modules/mkdir-p (Makefile.am): Likewise.
32745         * modules/mkdtemp (Makefile.am): Likewise.
32746         * modules/mkstemp (Makefile.am): Likewise.
32747         * modules/mktime (Makefile.am): Likewise.
32748         * modules/modechange (Makefile.am): Likewise.
32749         * modules/mountlist (Makefile.am): Likewise.
32750         * modules/nanosleep (Makefile.am): Likewise.
32751         * modules/openat (Makefile.am): Likewise.
32752         * modules/pagealign_alloc (Makefile.am): Likewise.
32753         * modules/physmem (Makefile.am): Likewise.
32754         * modules/poll (Makefile.am): Likewise.
32755         * modules/posixtm (Makefile.am): Likewise.
32756         * modules/posixver (Makefile.am): Likewise.
32757         * modules/putenv (Makefile.am): Likewise.
32758         * modules/quote (Makefile.am): Likewise.
32759         * modules/quotearg (Makefile.am): Likewise.
32760         * modules/raise (Makefile.am): Likewise.
32761         * modules/read-file (Makefile.am): Likewise.
32762         * modules/readline (Makefile.am): Likewise.
32763         * modules/readlink (Makefile.am): Likewise.
32764         * modules/readtokens (Makefile.am): Likewise.
32765         * modules/readutmp (Makefile.am): Likewise.
32766         * modules/realloc (Makefile.am): Likewise.
32767         * modules/regex (Makefile.am): Likewise.
32768         * modules/rename (Makefile.am): Likewise.
32769         * modules/rename-dest-slash (Makefile.am): Likewise.
32770         * modules/rijndael (Makefile.am): Likewise.
32771         * modules/rmdir (Makefile.am): Likewise.
32772         * modules/rpmatch (Makefile.am): Likewise.
32773         * modules/safe-read (Makefile.am): Likewise.
32774         * modules/safe-write (Makefile.am): Likewise.
32775         * modules/same (Makefile.am): Likewise.
32776         * modules/save-cwd (Makefile.am): Likewise.
32777         * modules/savedir (Makefile.am): Likewise.
32778         * modules/setenv (Makefile.am): Likewise.
32779         * modules/settime (Makefile.am): Likewise.
32780         * modules/sha1 (Makefile.am): Likewise.
32781         * modules/sig2str (Makefile.am): Likewise.
32782         * modules/snprintf (Makefile.am): Likewise.
32783         * modules/stdlib-safer (Makefile.am): Likewise.
32784         * modules/stpcpy (Makefile.am): Likewise.
32785         * modules/stpncpy (Makefile.am): Likewise.
32786         * modules/strcase (Makefile.am): Likewise.
32787         * modules/strcasestr (Makefile.am): Likewise.
32788         * modules/strchrnul (Makefile.am): Likewise.
32789         * modules/strcspn (Makefile.am): Likewise.
32790         * modules/strdup (Makefile.am): Likewise.
32791         * modules/strerror (Makefile.am): Likewise.
32792         * modules/strftime (Makefile.am): Likewise.
32793         * modules/strndup (Makefile.am): Likewise.
32794         * modules/strnlen (Makefile.am): Likewise.
32795         * modules/strpbrk (Makefile.am): Likewise.
32796         * modules/strsep (Makefile.am): Likewise.
32797         * modules/strstr (Makefile.am): Likewise.
32798         * modules/strtod (Makefile.am): Likewise.
32799         * modules/strtoimax (Makefile.am): Likewise.
32800         * modules/strtok_r (Makefile.am): Likewise.
32801         * modules/strtol (Makefile.am): Likewise.
32802         * modules/strtoll (Makefile.am): Likewise.
32803         * modules/strtoul (Makefile.am): Likewise.
32804         * modules/strtoull (Makefile.am): Likewise.
32805         * modules/strtoumax (Makefile.am): Likewise.
32806         * modules/strverscmp (Makefile.am): Likewise.
32807         * modules/time_r (Makefile.am): Likewise.
32808         * modules/timegm (Makefile.am): Likewise.
32809         * modules/tmpfile-safer (Makefile.am): Likewise.
32810         * modules/unistd-safer (Makefile.am): Likewise.
32811         * modules/unlinkdir (Makefile.am): Likewise.
32812         * modules/userspec (Makefile.am): Likewise.
32813         * modules/utime (Makefile.am): Likewise.
32814         * modules/utimecmp (Makefile.am): Likewise.
32815         * modules/utimens (Makefile.am): Likewise.
32816         * modules/vasnprintf (Makefile.am): Likewise.
32817         * modules/vasprintf (Makefile.am): Likewise.
32818         * modules/vsnprintf (Makefile.am): Likewise.
32819         * modules/xalloc (Makefile.am): Likewise.
32820         * modules/xgetcwd (Makefile.am): Likewise.
32821         * modules/xnanosleep (Makefile.am): Likewise.
32822         * modules/xreadlink (Makefile.am): Likewise.
32823         * modules/xstrtod (Makefile.am): Likewise.
32824         * modules/xstrtol (Makefile.am): Likewise.
32825         * modules/xstrtold (Makefile.am): Likewise.
32826         * modules/yesno (Makefile.am): Likewise.
32827
32828 2006-10-12  Jim Meyering  <jim@meyering.net>
32829
32830         * m4/getloadavg.m4: Revert the change below.
32831
32832         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
32833         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
32834         fail with a symlink, which is what coreutils' ./bootstrap now
32835         creates by default.
32836
32837 2006-10-12  Bruno Haible  <bruno@clisp.org>
32838
32839         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
32840         mingw.
32841         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
32842         MSVC and mingw explicitly.
32843
32844 2006-10-11  Simon Josefsson  <jas@extundo.com>
32845             Bruno Haible  <bruno@clisp.org>
32846
32847         Add support for multiple gnulib-tool invocations in the scope of a
32848         single configure.ac file.
32849         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
32850         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
32851         with the same contents as the _LIBADD variable.
32852         (func_emit_initmacro_start, func_emit_initmacro_end,
32853         func_emit_initmacro_done): New functions.
32854         (func_import, func_create_testdir): Invoke them. Allow the identifiers
32855         gl_LIBOBJS and gl_LTLIBOBJS.
32856
32857 2006-10-11  Bruno Haible  <bruno@clisp.org>
32858
32859         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
32860         (func_create_testdir): Don't create po/Makefile.am, don't invoke
32861         autoreconf. Instead, invoke autopoint explicitly but move back the
32862         *.m4 files from gnulib.
32863
32864 2006-10-11  Bruno Haible  <bruno@clisp.org>
32865
32866         * gnulib-tool (func_usage): Make module names after --create-testdir
32867         optional.
32868         (func_create_testdir): If no module was specified, use nearly all
32869         modules.
32870
32871 2006-10-12  Jim Meyering  <jim@meyering.net>
32872
32873         Big performance improvement for fts-based tools that use FTS_NOSTAT.
32874         Avoid spurious inode-mismatch problems on non-POSIX file systems.
32875         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
32876         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
32877         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
32878         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
32879         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
32880         (fts_set_stat_required): New function.
32881         (fts_open): Defer the calls to fts_stat, if possible or requested.
32882         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
32883         into fts_stat itself.
32884         (fts_read): Perform any required (deferred) fts_stat call.
32885         (fts_build): Likewise, for the directory we're about to open and read.
32886         In the readdir loop, carefully decide whether each entry will require
32887         an eventual call to fts_stat, using dirent.d_type info if available.
32888         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
32889         a command line argument into this function.  Update all callers.
32890         Map a return value of FTS_DOT to FTS_D for a command line argument.
32891         * modules/fts (Depends-on): Add d-type.  Alphabetize.
32892         Thanks to Miklos Szeredi for his tenacity and for the initial
32893         bug report about "find" failing on a FUSE-based file system.
32894
32895         * lib/fts.c (fts_open): Use consistent indentation.
32896
32897 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
32898
32899         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
32900         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
32901         reported by Jim Meyering.  All uses of cache variables renamed
32902         to match Autoconf's.
32903         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
32904         the other one.
32905
32906         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
32907         Fix misspelling in diagnostic.
32908
32909 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
32910
32911         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
32912         defined.  Problem reported by Matthew Woehlke.
32913
32914         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
32915         Add support for Tandem NonStop R series.
32916         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
32917         Use new macro.
32918
32919         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
32920         (has_trailing_slash): Omit size arg; all callers changed.
32921         Omit 'inline', since it doesn't help performance and we'd
32922         need to configure it.
32923         Don't count //, ///, etc. as having a trailing slash.
32924         As a side effect, this removes a C99ism reported by Matthew Woehlke.
32925         (rpl_rename_dest_slash): On failure, use rename's errno rather
32926         than (in some cases) an incorrect or junk errno.
32927         Simplify code by removing need to compute length; this does
32928         cause it to make two passes instead of one over the file name,
32929         but it's worth it.
32930
32931         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
32932         change, since Autoconf's version may no longer be appropriate now
32933         that we are using CVS Autoconf's version.  Add support for Tandem.
32934
32935 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
32936             Bruno Haible  <bruno@clisp.org>
32937
32938         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
32939         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
32940         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
32941         gl_AC_TYPE_LONG_LONG.
32942
32943         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
32944         instead of HAVE_LONG_LONG.
32945         * lib/printf-args.c (printf_fetchargs): Likewise.
32946         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
32947         * lib/vasnprintf.c (VASNPRINTF): Likewise.
32948         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
32949         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
32950         gl_AC_TYPE_LONG_LONG.
32951
32952 2006-10-11  Bruno Haible  <bruno@clisp.org>
32953
32954         * m4/longlong.m4: Add comments.
32955         * m4/ulonglong.m4: Likewise.
32956
32957 2006-10-10  Bruno Haible  <bruno@clisp.org>
32958
32959         Make it possible to #define stpcpy, strdup to aliases.
32960         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
32961         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
32962
32963 2006-10-10  Bruno Haible  <bruno@clisp.org>
32964
32965         Make it possible to #define gcd to an alias.
32966         * lib/gcd.c: Include config.h.
32967
32968 2006-10-10  Bruno Haible  <bruno@clisp.org>
32969
32970         Make it possible to #define c_isascii to an alias.
32971         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
32972         defined. Undefine the macros before defining them, to avoid gcc
32973         warnings.
32974         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
32975         define NO_C_CTYPE_MACROS early.
32976
32977 2006-10-10  Bruno Haible  <bruno@clisp.org>
32978
32979         Make it possible to #define set_program_name to an alias.
32980         * lib/progname.c: Don't undefine set_program_name; instead, undefine
32981         ENABLE_RELOCATABLE early.
32982
32983 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
32984
32985         Port to Tandem NSK OSS, which has 64-bit signed int but at most
32986         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
32987         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
32988         More generally, don't assume that 64-bit signed int is available
32989         if unsigned int is, and vice versa.
32990         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
32991         unsigned symbols, not on their signed counterparts.
32992         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
32993         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
32994         (UINT64_C, UINTMAX_C):
32995         Likewise.
32996         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
32997         unsigned counterparts.
32998         (Have_long_long, Unsigned): New macros.
32999         (Int): Renamed from INT.
33000         (strtoimax): Use the new macros.
33001         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
33002         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
33003         * modules/inttypes (inttypes.h): Substitute
33004         HAVE_UNSIGNED_LONG_LONG_INT.
33005         * modules/stdint (stdint.h): Likewise.
33006         (Files): Add m4/ulonglong.m4.
33007
33008 2006-10-10  Bruno Haible  <bruno@clisp.org>
33009
33010         Fix a gcc -Wshadow warning.
33011         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
33012         to 'bucket'.
33013         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
33014         gl_linked_indexof_from_to): Likewise.
33015         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
33016         Likewise.
33017         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
33018         Likewise.
33019         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
33020         Reported by Eric Blake.
33021
33022 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
33023
33024         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
33025         for NetBSD.  Problem reported by Bruno Haible.
33026
33027 2006-10-09  Jim Meyering  <jim@meyering.net>
33028
33029         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
33030         Patch from Bruno Haible.
33031
33032 2006-10-09  Jim Meyering  <jim@meyering.net>
33033
33034         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
33035         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
33036         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
33037
33038 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
33039
33040         Don't include <config.h> twice; this doesn't work in some cases,
33041         e.g., when config.h has "#define intmax_t long long int" and
33042         we include <config.h>, <inttypes.h>, <config.h> in that order.
33043         Problem reported by Matthew Woehlke in:
33044         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
33045         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
33046         * lib/fts-cycle.c: Don't include config.h.
33047         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
33048         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
33049         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
33050         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
33051         inttypes.h.
33052         * lib/xstrtoumax.c: Likewise.
33053         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
33054         __strtol and the like, so that this module is more like its siblings.
33055         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
33056         Remove; no longer needed now that we assume gnulib inttypes.h.
33057
33058 2006-10-08  Bruno Haible  <bruno@clisp.org>
33059
33060         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
33061         option.
33062
33063 2006-10-07  Jim Meyering  <jim@meyering.net>
33064
33065         * modules/inttypes (inttypes.h): Revert what seems to have been
33066         an inadvertent part of today's change: use "|", not "/" in the
33067         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
33068
33069 2006-10-07  Bruno Haible  <bruno@clisp.org>
33070
33071         * modules/sublist: New file.
33072
33073 2006-10-07  Bruno Haible  <bruno@clisp.org>
33074
33075         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
33076         * modules/argz (argz.h): Likewise.
33077         * modules/arpa_inet (arpa/inet.h): Likewise.
33078         * modules/byteswap (byteswap.h): Likewise.
33079         * modules/configmake (configmake.h): Likewise.
33080         * modules/fcntl (fcntl.h): Likewise.
33081         * modules/fnmatch (fnmatch.h): Likewise.
33082         * modules/getopt (getopt.h): Likewise.
33083         * modules/glob (glob.h): Likewise.
33084         * modules/inttypes (inttypes.h): Likewise.
33085         * modules/netinet_in (netinet/in.h): Likewise.
33086         * modules/poll (poll.h): Likewise.
33087         * modules/stdbool (stdbool.h): Likewise.
33088         * modules/stdint (stdint.h): Likewise.
33089         * modules/sys_select (sys/select.h): Likewise.
33090         * modules/sys_socket (sys/socket.h): Likewise.
33091         * modules/sys_stat (sys/stat.h): Likewise.
33092         * modules/sysexits (sysexits.h): Likewise.
33093         * modules/unistd (unistd.h): Likewise.
33094         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33095         Add a "DO NOT EDIT" comment to the generated file.
33096         (func_import): Likewise for gnulib-comp.m4.
33097
33098 2006-10-07  Bruno Haible  <bruno@clisp.org>
33099
33100         * lib/gl_sublist.h: New file.
33101         * lib/gl_sublist.c: New file.
33102
33103 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
33104
33105         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
33106         name (relative to the original working directory) and the file
33107         name component (relative to the temporary working directory).  All
33108         callers changed.
33109         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
33110         * lib/mkdir-p.c (make_dir_parents): Likewise.
33111         * lib/mkdir-p.h (make_dir_parents): Likewise.
33112
33113 2006-10-06  Eric Blake  <ebb9@byu.net>
33114
33115         Define several macros for use by the clean-temp module.
33116         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
33117         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
33118         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
33119
33120         * lib/clean-temp.h (close_stream_temp): New declaration.
33121         * lib/clean-temp.c (includes): Pull in headers according to what
33122         other modules are in use.
33123         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
33124
33125 2006-10-06  Bruno Haible  <bruno@clisp.org>
33126
33127         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
33128         instead of fopen, fwriteerror.
33129
33130 2006-10-06  Bruno Haible  <bruno@clisp.org>
33131
33132         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
33133         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
33134         int.
33135         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
33136         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
33137         Return an error indicator.
33138         Suggested by Eric Blake.
33139
33140 2006-10-06  Bruno Haible  <bruno@clisp.org>
33141
33142         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
33143         Reported by Eric Blake.
33144
33145 2006-10-06  Bruno Haible  <bruno@clisp.org>
33146
33147         * modules/closeout (Description): Mention stderr too.
33148
33149 2006-10-06  Bruno Haible  <bruno@clisp.org>
33150         and Paul Eggert  <eggert@cs.ucla.edu>
33151
33152         * lib/closeout.c (close_stdout): Also close stderr.
33153         * lib/closeout.h: Update comment.
33154
33155 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
33156
33157         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
33158         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
33159         * lib/dirchownmod.c: Include lchown.h.
33160         * lib/lchown.c: Don't include files that lchown.h now includes.
33161         Don't declare chown, since lchown.h now does that.
33162         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
33163         (lchown): Define to rpl_chown if lchown is declared but
33164         does not exist.  Declare using a prototype if lchown is not
33165         declared.  Add a copyright notice.
33166         * lib/mkstemp.h: Include <unistd.h>.
33167         * lib/openat.c: Include lchown.h.
33168
33169         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
33170         we now test for that separately.
33171         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
33172         rather than O_NOFOLLOW, when testing whether it's possible to
33173         avoid a race condition reliably.
33174         * lib/savewd.c (savewd_chdir): Likewise.
33175
33176         Remove macros that are no longer needed now that stdint.h is
33177         reliable.
33178         * lib/fsusage.c (UINTMAX_MAX): Remove.
33179         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
33180         * lib/utimecmp.c (SIZE_MAX): Remove.
33181
33182         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
33183
33184         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
33185         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
33186         O_NOATIME works.
33187
33188 2006-10-05  Bruno Haible  <bruno@clisp.org>
33189
33190         * lib/gl_list.h (gl_sortedlist_search_from_to,
33191         gl_sortedlist_indexof_from_to): New declarations.
33192         (gl_list_implementation): New fields sortedlist_search_from_to,
33193         sortedlist_indexof_from_to.
33194         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
33195         inline functions.
33196         * lib/gl_list.c (gl_sortedlist_search_from_to,
33197         gl_sortedlist_indexof_from_to): New functions.
33198         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
33199         function.
33200         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
33201         (gl_array_sortedlist_search_from_to): New function.
33202         (gl_array_list_implementation): Update.
33203         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
33204         function.
33205         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
33206         (gl_carray_sortedlist_search_from_to): New function.
33207         (gl_carray_list_implementation): Update.
33208         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
33209         gl_linked_sortedlist_indexof_from_to): New functions.
33210         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
33211         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
33212         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
33213         gl_tree_sortedlist_indexof_from_to): New functions.
33214         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
33215         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
33216         Update.
33217         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
33218         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
33219         Update.
33220
33221 2006-10-05  Bruno Haible  <bruno@clisp.org>
33222
33223         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
33224         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
33225         (struct gl_list_implementation): Add fields search_from_to,
33226         indexof_from_to. Remove fields search, indexof.
33227         (gl_list_search): Use the search_from_to method.
33228         (gl_list_search_from, gl_list_search_from_to): New functions.
33229         (gl_list_indexof): Use the indexof_from_to method.
33230         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
33231         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
33232         (gl_list_search_from, gl_list_search_from_to): New functions.
33233         (gl_list_indexof): Use the indexof_from_to method.
33234         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
33235         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
33236         gl_array_indexof. Add start_index, end_index arguments.
33237         (gl_array_search_from_to): Renamed from gl_array_search. Add
33238         start_index, end_index arguments.
33239         (gl_array_remove, gl_array_list_implementation): Update.
33240         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
33241         gl_carray_indexof. Add start_index, end_index arguments.
33242         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
33243         start_index, end_index arguments.
33244         (gl_carray_remove, gl_carray_list_implementation): Update.
33245         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
33246         gl_linked_search. Add start_index, end_index arguments.
33247         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
33248         start_index, end_index arguments.
33249         (gl_linked_remove): Update.
33250         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
33251         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
33252         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
33253         field to 'size_t'.
33254         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
33255         gl_tree_search. Add start_index, end_index arguments.
33256         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
33257         start_index, end_index arguments.
33258         (gl_tree_remove): Update.
33259         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
33260         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
33261         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
33262         function.
33263         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
33264         gl_tree_search. Add start_index, end_index arguments.
33265         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
33266         start_index, end_index arguments.
33267         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
33268         Update.
33269         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
33270
33271 2006-10-05  Bruno Haible  <bruno@clisp.org>
33272
33273         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
33274
33275         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
33276         fwriteerror_temp): New declarations.
33277         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
33278         (descriptors): New variable.
33279         (cleanup): First, close the descriptors.
33280         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
33281         fclose_temp, fwriteerror_temp): New functions.
33282
33283 2006-10-04  Jim Meyering  <jim@meyering.net>
33284
33285         * lib/fts.c (fts_open): Tiny comment change.
33286
33287 2006-10-04  Bruno Haible  <bruno@clisp.org>
33288
33289         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
33290         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
33291         gl_LOCK_BODY.
33292         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
33293         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
33294         gl_LOCK_EARLY_BODY.
33295         (gl_LOCK): Require gl_LOCK_BODY.
33296
33297 2006-10-04  Bruno Haible  <bruno@clisp.org>
33298
33299         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
33300         (gl_oset_search_atleast): New declaration.
33301         (struct gl_oset_implementation): Add field 'search_atleast'.
33302         (gl_oset_search_atleast): New inline function.
33303         * lib/gl_oset.c (gl_oset_search_atleast): New function.
33304         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
33305         (gl_array_oset_implementation): Update.
33306         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
33307         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
33308         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
33309
33310 2006-10-04  Bruno Haible  <bruno@clisp.org>
33311
33312         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
33313
33314 2006-10-03  Bruno Haible  <bruno@clisp.org>
33315
33316         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
33317         from gl_avltreehash_list_implementation.
33318
33319 2006-10-03  Bruno Haible  <bruno@clisp.org>
33320
33321         * lib/gl_oset.c (gl_oset_add): Fix return type.
33322
33323 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
33324
33325         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
33326
33327 2006-10-02  Eric Blake  <ebb9@byu.net>
33328
33329         * modules/strnlen (Depends-on): Add extensions.
33330
33331 2006-10-02  Eric Blake  <ebb9@byu.net>
33332
33333         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
33334         definition in 2.60+.
33335
33336 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
33337
33338         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
33339         checks.
33340
33341 2006-10-02  Bruno Haible  <bruno@clisp.org>
33342
33343         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
33344         to the AUTOMAKE_OPTIONS.
33345         Reported by Jim Meyering.
33346
33347 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
33348
33349         Work around bug in Solaris 10 /proc file system:
33350         /proc/self/fd/NNN/.. isn't the parent directory of
33351         the directory whose file descriptor is NNN.  This needs to
33352         be worked around at run time, not compile time, since a
33353         program might be built on Solaris 8, where things work, and
33354         run on Solaris 10.
33355         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
33356         to use the following interface instead:
33357         (OPENAT_BUFFER_SIZE): New macro.
33358         (openat_proc_name): New function.
33359         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
33360         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
33361         Likewise.
33362         * lib/openat-proc.c: New file.
33363         * modules/openat (Files): Add lib/openat-proc.c.
33364         (Depends-on): Add same-inode, stdbool.
33365         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
33366
33367 2006-09-29  Bruno Haible  <bruno@clisp.org>
33368
33369         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
33370         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
33371         argument. Set stdout_closed before testing for ferror, not after.
33372         (fwriteerror, fwriteerror_no_ebadf): New functions.
33373
33374 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33375
33376         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
33377
33378 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
33379
33380         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
33381         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
33382
33383 2006-09-28  Jim Meyering  <jim@meyering.net>
33384
33385         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
33386         Include <unistd.h>.
33387
33388 2006-09-28  Bruno Haible  <bruno@clisp.org>
33389
33390         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
33391         * modules/linkedhash-list (Depends-on): Likewise.
33392         * modules/rbtreehash-list (Depends-on): Likewise.
33393
33394 2006-09-28  Bruno Haible  <bruno@clisp.org>
33395
33396         * lib/strndup.h: Simplify the redefinition of strndup.
33397         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
33398         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
33399
33400 2006-09-28  Bruno Haible  <bruno@clisp.org>
33401
33402         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
33403         * lib/gl_linkedhash_list.c: Likewise.
33404         * lib/gl_rbtreehash_list.c: Likewise.
33405
33406 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
33407
33408         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
33409         getaddrinfo.
33410
33411         * lib/__fpending.h: Don't include <stdio_ext.h> unless
33412         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
33413         it causes <stdio_ext.h> to cause a compile-time error.
33414         Problem reported by Nelson H. F. Beebe.
33415         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
33416         of HAVE_DECL___PENDING.
33417
33418         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
33419         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
33420         declaration.
33421
33422 2006-09-27  Jim Meyering  <jim@meyering.net>
33423
33424         This file could end up with a definition for a function
33425         named __strndup, rather than rpl_strndup on a system with
33426         incomplete weak_alias support.
33427         * lib/strndup.c (strndup): Rename from __strndup.
33428         Remove #defines that used to map __strndup to strndup.
33429         Don't use K&R prototypes.
33430         Remove LIBC-related code, since this file is not sync'd with glibc.
33431         * lib/strndup.h: Revamp, accordingly.
33432         * m4/strndup.m4: Modernize.
33433
33434 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
33435
33436         * modules/savewd (Depends-on): Add 'raise'.
33437         * lib/savewd.c: Include <signal.h>, for 'raise'.
33438
33439 2006-09-26  Jim Meyering  <jim@meyering.net>
33440
33441         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
33442         when we detect Darwin 8.7.0's acl_get_file bug.
33443         Rearrange to perform the new (below) run-test while $LIBS
33444         contains any acl-related library.  Set USE_ACL at the end.
33445         (gl_ACL_GET_FILE): New function.
33446
33447 2006-09-26  Eric Blake  <ebb9@byu.net>
33448
33449         * lib/verror.c: Include <config.h> unconditionally.
33450
33451 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
33452
33453         * modules/clock-time (Maintainer): Add self.
33454         * modules/getlogin_r (Depends-on): Add extensions.
33455
33456 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33457
33458         * modules/clock-time: New module.
33459         * modules/nanosleep (Depends-on): Add clock-time.
33460         * modules/gethrxtime (Depends-on): Likewise.
33461         * modules/gettime (Depends-on): Likewise.
33462         * modules/settime (Depends-on): Likewise.
33463
33464         * modules/fts-lgpl: Depend on openat.
33465         * modules/mkancesdirs: Depend on savewd.
33466         * modules/mkdir-p: Likewise.
33467
33468 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33469
33470         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
33471
33472         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
33473         `gl_have_arbitrary_file_name_length_limit' to
33474         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
33475         actually works between configure runs.
33476
33477 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33478             Bruno Haible  <bruno@clisp.org>
33479
33480         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
33481
33482 2006-09-25  Jim Meyering  <jim@meyering.net>
33483
33484         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
33485         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
33486
33487 2006-09-25  Eric Blake  <ebb9@byu.net>
33488
33489         * gnulib-tool (func_import, func_create_testdir): Fix typos in
33490         exec's in 2006-09-18 patch when shuffling fds.
33491
33492 2006-09-25  Bruno Haible  <bruno@clisp.org>
33493
33494         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
33495         Reported by Jim Meyering.
33496
33497 2006-09-24  Jim Meyering  <jim@meyering.net>
33498
33499         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
33500         compare a pointer against a literal "0".  That caused failures with
33501         at least HP-UX's hpcc.
33502
33503 2006-09-22  Simon Josefsson  <jas@extundo.com>
33504
33505         * modules/gc-sha1:
33506         * modules/gc-md4:
33507         * modules/gc-hmac-sha1:
33508         * modules/gc-hmac-md5:
33509         * modules/gc-des:
33510         * modules/gc-arcfour: Distribute more files.
33511
33512 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33513
33514         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
33515         (gl_linked_iterator_from_to): Initialize struct completely.
33516         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
33517         (gl_tree_iterator_from_to): Likewise
33518         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
33519         * lib/gl_array_list.c [lint] (gl_array_iterator)
33520         (gl_array_iterator_from_to): Likewise.
33521         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
33522         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
33523         (gl_carray_iterator_from_to): Likewise.
33524
33525         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
33526         * lib/md4.c (md4_process_block): Remove unused variable.
33527         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
33528         parentheses for clarity.
33529
33530 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33531
33532         * modules/bison-i18n (Depends-on): Add gettext.
33533
33534 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33535
33536         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
33537         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
33538         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
33539         also add missing comma that caused broken test.
33540         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
33541         stdlib.h, for `abort'.
33542         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
33543         variables.
33544         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
33545         include unistd.h if present, for `rmdir'.
33546         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
33547         variables.
33548         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
33549         in the process include standard headers for prototypes.
33550         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
33551         gets declared on GNU/Linux.
33552         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
33553         unistd.h, for `rmdir'.
33554         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
33555
33556         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
33557         always true.
33558         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
33559
33560         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
33561
33562 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33563
33564         * gnulib-tool (func_version): Create output all at once.  This
33565         may help avoid triggering unnecessary SIGPIPEs, and at any
33566         rate it doesn't hurt.
33567
33568 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33569             Bruno Haible  <bruno@clisp.org>
33570
33571         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
33572         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
33573         * m4/signed.m4 (bh_C_SIGNED): Likewise.
33574
33575         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
33576         (gl_FUNC_VASPRINTF): Invoke it.
33577
33578 2006-09-22  Bruno Haible  <bruno@clisp.org>
33579
33580         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
33581         getloadavg.c as first argument.
33582
33583 2006-09-22  Bruno Haible  <bruno@clisp.org>
33584
33585         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
33586         at the beginning of the gl_INIT macro.
33587         * modules/getloadavg (configure.ac): Pass $gl_source_base to
33588         gl_GETLOADAVG.
33589
33590 2006-09-22  Bruno Haible  <bruno@clisp.org>
33591
33592         * gnulib-tool (func_create_megatestdir): Don't include the config-h
33593         module.
33594         Suggested by Ralf Wildenhues.
33595
33596 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
33597
33598         Import this patch from libc:
33599
33600         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
33601
33602         * lib/regex_internal.c (re_string_reconstruct): Handle
33603         offset < pstr->valid_raw_len && pstr->offsets_needed case.
33604         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
33605         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
33606         re_string_context_at.
33607
33608         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
33609         now requires it.
33610         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
33611         gl_REGEX now does it for us.
33612         (gl_REGEX): Add test taken from
33613         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
33614
33615         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
33616         Check that large offsets work.  Modernize Autoconf usages.
33617         Prefer "yes" to mean a good thing rather than a bad.
33618         Don't put "#define mkstemp" in config.h, as this might interfere
33619         with standard system headers that "#define mkstemp mkstemp64".
33620
33621         * modules/mkstemp (Depends-on): Add extensions, so that
33622         mkstemp is visible on some platforms.
33623         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
33624         (Include): Change to "mkstemp.h" from <stdlib.h>.
33625         (Files): Add mkstemp.h.
33626
33627         * lib/mkstemp.h: New file, since some standard headers
33628         #define mkstemp.
33629         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
33630         Include "mkstemp.h".
33631         Make the _LIBC code resemble glibc original more,
33632         e.g., use K&R style.
33633         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
33634         (mkstemp): Remove, since mkstemp.h does this for us.
33635         * lib/stdlib--.h: Include mkstemp.h.
33636
33637         Import this patch from libc:
33638
33639         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
33640
33641         * lib/tempname.c (__gen_tempname): Change attempts_min
33642         into a macro.  Use preprocessor to decide how to initialize
33643         attempts [Coverity CID 67].
33644
33645 2006-09-20  Bruno Haible  <bruno@clisp.org>
33646
33647         * lib/mkdtemp.c: Import from libc.
33648         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
33649                 * sysdeps/posix/tempname.c (__gen_tempname): Change
33650                 attempts_min into a macro.  Use preprocessor to decide how to
33651                 initialize attempts [Coverity CID 67].
33652         2001-11-27  Paul Eggert  <eggert@twinsun.com>
33653                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
33654                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
33655
33656 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33657
33658         * gnulib-tool (func_exit): New function, to allow to pass the
33659         exit status portably through the trap.  Use everywhere.
33660         (--help, --version): Signal a write error.
33661         (trap): catch SIGPIPE, for write errors.
33662         Exit at the end of the trap, with the correct exit status.
33663
33664 2006-09-19  Karl Berry  <karl@gnu.org>
33665
33666         * doc/gnulib.texi: note about the license texinfo files.
33667
33668 2006-09-19  Eric Blake  <ebb9@byu.net>
33669
33670         * gnulib-tool: Avoid space-tab.
33671
33672 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
33673
33674         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
33675         that prevented coreutils 6.1 from building.  Problem reported
33676         by Petter Reinholdtsen.
33677
33678 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
33679
33680         * gnulib-tool (avoidlist): Fix typo that broke options like
33681         --avoid=lock that are used by coreutils bootstrap.
33682
33683 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
33684
33685         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
33686         more systematically.
33687
33688 2006-09-18  Jim Meyering  <jim@meyering.net>
33689
33690         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
33691
33692 2006-09-18  Bruno Haible  <bruno@clisp.org>
33693
33694         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
33695
33696 2006-09-18  Bruno Haible  <bruno@clisp.org>
33697
33698         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
33699         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
33700         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
33701         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
33702         * m4/gettext.m4: Require autoconf >= 2.52.
33703         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
33704         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
33705         of gl_cv_header_inttypes_h.
33706
33707 2006-09-18  Bruno Haible  <bruno@clisp.org>
33708
33709         * lib/javaversion.c: Include configmake.h.
33710
33711 2006-09-18  Bruno Haible  <bruno@clisp.org>
33712
33713         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
33714         avoid that the while loops be executed in a subshell.
33715
33716 2006-09-18  Bruno Haible  <bruno@clisp.org>
33717
33718         * MODULES.html.sh (func_module): Break long lines.
33719         Suggested by Bruce Korb <bkorb@gnu.org>.
33720
33721 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33722
33723         Speed up by a factor of 1.12.
33724         * gnulib-tool (nl): New variable.
33725         (func_import): Rewrite include directive extraction to only read each
33726         directive once.
33727
33728 2006-09-17  Bruno Haible  <bruno@clisp.org>
33729
33730         * modules/javaversion (Makefile.am): Remove DEFS setting.
33731         (Depends-on): Add configmake, for PKGDATADIR definition.
33732
33733 2006-09-17  Bruno Haible  <bruno@clisp.org>
33734
33735         * gnulib-tool (func_create_testdir): Rewrite all files at once.
33736
33737 2006-09-17  Bruno Haible  <bruno@clisp.org>
33738
33739         * gnulib-tool (func_append): New function, stolen from libtool.m4.
33740         (func_modules_transitive_closure, func_modules_add_dummy,
33741         func_modules_to_filelist, func_import, func_create_testdir,
33742         func_create_megatestdir, ...): Use it wherever possible.
33743         Suggested by Ralf Wildenhues.
33744
33745 2006-09-16  Karl Berry  <karl@gnu.org>
33746
33747         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
33748         to avoid sectioning errors.
33749         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
33750         [ifinfo]: blank line after @center-ed titles.
33751         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
33752         Spell FSF address consistently with others.
33753         (These changes approved by rms.)
33754
33755 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33756
33757         Speed up by a factor of 1.61.
33758         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
33759         already checked module names again.
33760
33761 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33762
33763         Speed up by a factor of 1.13.
33764         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
33765         for new_files, and the input to func_add_or_update.
33766
33767 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33768
33769         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
33770         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
33771
33772 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
33773
33774         * modules/mkancesdirs (Depends-on): Add fcntl.
33775         * modules/savewd: New file.
33776         * MODULES.html.sh (File system functions): Add savewd.
33777
33778         * modules/configmake (Makefile.am): Add support for the
33779         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
33780
33781 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
33782
33783         * m4/savewd.m4: New file.
33784
33785 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
33786
33787         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
33788         (dirchownmod): New arg FD.  All callers changed.
33789         Use FD rather than opening the directory ourself, as opening is
33790         now the caller's responsibility.
33791         * lib/dirchownmod.h: Likewise.
33792         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
33793         hosts that require <sys/types.h> before <sys/stat.h>.  Include
33794         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
33795         (test_dir): Remove.
33796         (mkancesdirs): Return length of prefix of FILE that has already
33797         been made, or -2 if there is a child doing the work.  Redo
33798         algorithm so that it is O(N) rather than O(N**2).  Optimize away
33799         ".", and treat ".." specially since it might stray back into
33800         already-created areas.  Use a subprocess if necessary.  New arg
33801         WD; all users changed.  MAKE_DIR function should now return 1
33802         if it creates a directory that is not readable.  Return -2 if
33803         a child process is spun off.
33804         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
33805         Adjust signature to match code.
33806         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
33807         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
33808         all users changed.
33809         * lib/savewd.c, lib/savewd.h: New files.
33810
33811 2006-09-15  Jim Meyering  <jim@meyering.net>
33812
33813         * modules/rename-dest-slash: New module.
33814         * MODULES.html.sh (posix_compat): Add it here.
33815
33816         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
33817
33818 2006-09-15  Jim Meyering  <jim@meyering.net>
33819
33820         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
33821         file.
33822
33823         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
33824
33825 2006-09-15  Jim Meyering  <jim@meyering.net>
33826
33827         * lib/rename-dest-slash.c (has_trailing_slash): Use
33828         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
33829         (rpl_rename_dest_slash): Perform the cheaper trailing slash
33830         test before testing whether SRC is a directory.
33831         Suggestions from Bruno Haible.
33832
33833         Avoid a warning about an unused variable.
33834         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
33835         into the #ifdef block where it's used.
33836
33837         * lib/rename-dest-slash.c: New file.
33838
33839 2006-09-14  Bruno Haible  <bruno@clisp.org>
33840
33841         * lib/allocsa.c: Include <config.h> unconditionally.
33842         * lib/asnprintf.c: Likewise.
33843         * lib/asprintf.c: Likewise.
33844         * lib/c-strcasecmp.c: Likewise.
33845         * lib/c-strcasestr.c: Likewise.
33846         * lib/c-strncasecmp.c: Likewise.
33847         * lib/c-strstr.c: Likewise.
33848         * lib/classpath.c: Likewise.
33849         * lib/clean-temp.c: Likewise.
33850         * lib/concatpath.c: Likewise.
33851         * lib/copy-file.c: Likewise.
33852         * lib/csharpcomp.c: Likewise.
33853         * lib/csharpexec.c: Likewise.
33854         * lib/execute.c: Likewise.
33855         * lib/fatal-signal.c: Likewise.
33856         * lib/findprog.c: Likewise.
33857         * lib/fwriteerror.c: Likewise.
33858         * lib/gl_array_list.c: Likewise.
33859         * lib/gl_array_oset.c: Likewise.
33860         * lib/gl_avltree_list.c: Likewise.
33861         * lib/gl_avltree_oset.c: Likewise.
33862         * lib/gl_avltreehash_list.c: Likewise.
33863         * lib/gl_carray_list.c: Likewise.
33864         * lib/gl_linked_list.c: Likewise.
33865         * lib/gl_linkedhash_list.c: Likewise.
33866         * lib/gl_list.c: Likewise.
33867         * lib/gl_oset.c: Likewise.
33868         * lib/gl_rbtree_list.c: Likewise.
33869         * lib/gl_rbtree_oset.c: Likewise.
33870         * lib/gl_rbtreehash_list.c: Likewise.
33871         * lib/imaxabs.c: Likewise.
33872         * lib/imaxdiv.c: Likewise.
33873         * lib/javacomp.c: Likewise.
33874         * lib/javaexec.c: Likewise.
33875         * lib/javaversion.c: Likewise.
33876         * lib/linebreak.c: Likewise.
33877         * lib/localcharset.c: Likewise.
33878         * lib/lock.c: Likewise.
33879         * lib/mbchar.c: Likewise.
33880         * lib/mbswidth.c: Likewise.
33881         * lib/mkdtemp.c: Likewise.
33882         * lib/pipe.c: Likewise.
33883         * lib/printf-args.c: Likewise.
33884         * lib/printf-parse.c: Likewise.
33885         * lib/progname.c: Likewise.
33886         * lib/progreloc.c: Likewise.
33887         * lib/readlink.c: Likewise.
33888         * lib/sh-quote.c: Likewise.
33889         * lib/stpcpy.c: Likewise.
33890         * lib/stpncpy.c: Likewise.
33891         * lib/strcasecmp.c: Likewise.
33892         * lib/strcasestr.c: Likewise.
33893         * lib/strcspn.c: Likewise.
33894         * lib/striconv.c: Likewise.
33895         * lib/strncasecmp.c: Likewise.
33896         * lib/strnlen1.c: Likewise.
33897         * lib/strstr.c: Likewise.
33898         * lib/strtok_r.c: Likewise.
33899         * lib/tls.c: Likewise.
33900         * lib/tmpdir.c: Likewise.
33901         * lib/unicodeio.c: Likewise.
33902         * lib/unsetenv.c: Likewise.
33903         * lib/vasnprintf.c: Likewise.
33904         * lib/vasprintf.c: Likewise.
33905         * lib/wait-process.c: Likewise.
33906         * lib/xallocsa.c: Likewise.
33907         * lib/xsetenv.c: Likewise.
33908         * lib/xstriconv.c: Likewise.
33909
33910 2006-09-13  Simon Josefsson  <jas@extundo.com>
33911
33912         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
33913         that internally, suggested by Ralf Wildenhues
33914         <Ralf.Wildenhues@gmx.de>.
33915
33916 2006-09-13  Simon Josefsson  <jas@extundo.com>
33917
33918         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
33919         @LIBOBJS@.
33920         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33921
33922 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33923
33924         * lib/_fpending.c: Include <config.h> unconditionally, since we no
33925         longer worry about uses that don't define HAVE_CONFIG_H.
33926         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
33927         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
33928         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
33929         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
33930         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
33931         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
33932         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
33933         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
33934         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
33935         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
33936         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
33937         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
33938         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
33939         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
33940         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
33941         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
33942         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
33943         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
33944         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
33945         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
33946         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
33947         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
33948         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
33949         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
33950         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
33951         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
33952         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
33953         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
33954         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
33955         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
33956         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
33957         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
33958         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
33959         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
33960         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
33961         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
33962         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
33963         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
33964         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
33965         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
33966         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
33967         Likewise.
33968
33969 2006-09-13  Eric Blake  <ebb9@byu.net>
33970
33971         * lib/getopt.c: Fix typo in last commit.
33972
33973 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
33974
33975         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
33976         dgettext.
33977
33978 2006-09-12  Jim Meyering  <jim@meyering.net>
33979
33980         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
33981         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
33982         Reported by Nelson H. F. Beebe.
33983
33984 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33985
33986         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
33987         program_invocation_name and program_invocation_short_name are
33988         initialized.
33989         * lib/argp-namefrob.h: Move declarations of program_invocation_name
33990         and program_invocation_short_name to argp.h, so they are visible
33991         to user programs.
33992         * lib/argp.h: Likewise
33993
33994 2006-09-10  Bruno Haible  <bruno@clisp.org>
33995
33996         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
33997         m4/inttypes_h.m4, m4/uintmax_t.m4.
33998
33999 2006-09-10  Bruno Haible  <bruno@clisp.org>
34000
34001         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
34002         gl_AC_TYPE_UINTMAX_T.
34003
34004 2006-09-10  Bruno Haible  <bruno@clisp.org>
34005
34006         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
34007
34008 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
34009
34010         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
34011         convention.  Text proposed by Bruno Haible.
34012         (struct argp_option): Document the use of N_() wrappers.
34013
34014         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
34015         '\v', and translate the two parts separately, instead of feeding
34016         the whole string to gettext.  This allows to exclude
34017         '\v' from the strings visible to the translator by writing doc
34018         strings as N_("..") "\v" N_("..").
34019
34020 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
34021
34022         * config/srclist.txt: Undo latest change; the bug was fixed.
34023
34024 2006-09-09  Bruno Haible  <bruno@clisp.org>
34025
34026         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
34027         assignments if building a library without libtool.
34028         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
34029         in func_emit_lib_Makefile_am.
34030         (func_import): When building a static library libfoo.a, arrange to
34031         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
34032         (func_create_testdir): Likewise.
34033         * modules/gc (configure.ac, Makefile.am): If building statically,
34034         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
34035         * modules/iconvme (configure.ac, Makefile.am): Likewise.
34036         * modules/striconv (configure.ac, Makefile.am): Likewise.
34037         Based on a suggestion by Ralf Wildenhues.
34038
34039 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34040
34041         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
34042         Check for unistd.h too, since Autoconf doesn't assume POSIX.
34043         Also:
34044
34045         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34046         Add year_2050_test to catch glibc bug 2821
34047         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
34048
34049         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
34050         Prefer #ifdef to #if.
34051
34052         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
34053         Return from 'main' instead of calling 'exit'.
34054
34055 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34056
34057         * lib/mktime.c (guess_time_tm): Fix bug where mktime
34058         returned the maximum time_t value rather than (time_t) -1.
34059         Problem originally reported by William Bardwell
34060         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
34061
34062         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
34063         Moved to here ...
34064         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
34065         ... from here.
34066
34067 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
34068
34069         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
34070         2821 is fixed.
34071
34072 2006-09-08  Jim Meyering  <jim@meyering.net>
34073
34074         Don't make generated files read-only.  That would bother too many
34075         people.  However, do retain the ability to work when targets are
34076         read-only: remove the destination and temporary files before writing
34077         them (when generated via sed or echo), or by using the -f option for
34078         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
34079         * modules/alloca-opt, modules/argz, modules/arpa_inet:
34080         * modules/byteswap, modules/configmake, modules/fcntl:
34081         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
34082         * modules/localcharset, modules/netinet_in, modules/poll:
34083         * modules/stdbool, modules/stdint, modules/sys_select:
34084         * modules/sys_socket, modules/sys_stat, modules/sysexits:
34085
34086 2006-09-08  Jim Meyering  <jim@meyering.net>
34087
34088         Avoid new build failure on FreeBSD 6.0.
34089         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
34090         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
34091         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
34092
34093 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34094
34095         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
34096
34097 2006-09-07  Jim Meyering  <jim@meyering.net>
34098
34099         Fix global typo in last change: use chmod u-w, not chmod u-x.
34100         Spotted by Paul Eggert and Bruce Korb.
34101         * modules/alloca-opt, modules/argz, modules/arpa_inet:
34102         * modules/byteswap, modules/configmake, modules/fcntl:
34103         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
34104         * modules/localcharset, modules/netinet_in, modules/poll:
34105         * modules/stdbool, modules/stdint, modules/sys_select:
34106         * modules/sys_socket, modules/sys_stat, modules/sysexits:
34107
34108 2006-09-06  Jim Meyering  <jim@meyering.net>
34109
34110         Make generated files be read-only.
34111         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
34112         Ensure that each generated file is now read-only.
34113         * modules/argz: Likewise.
34114         * modules/arpa_inet: Likewise.
34115         * modules/byteswap: Likewise.
34116         * modules/configmake: Likewise.
34117         * modules/fcntl: Likewise.
34118         * modules/fnmatch: Likewise.
34119         * modules/getopt: Likewise.
34120         * modules/glob: Likewise.
34121         * modules/inttypes: Likewise.
34122         * modules/netinet_in: Likewise.
34123         * modules/poll: Likewise.
34124         * modules/stdbool: Likewise.
34125         * modules/stdint: Likewise.
34126         * modules/sys_select: Likewise.
34127         * modules/sys_socket: Likewise.
34128         * modules/sys_stat: Likewise.
34129         * modules/sysexits: Likewise.
34130         * modules/localcharset: Same as above, but continue using temporary
34131         file named "t-$@" (why different?) rather than the "$@-t" used
34132         everywhere else.
34133
34134         * modules/sysexits (Makefile.am): Replace literal occurrences
34135         of "sysexit.h" more readable, and more consistent, "$@".
34136
34137 2006-09-06  Bruno Haible  <bruno@clisp.org>
34138
34139         * modules/striconv: New file.
34140         * modules/xstriconv: New file.
34141         * MODULES.html.sh (Internationalization functions): Add striconv,
34142         xstriconv.
34143
34144 2006-09-06  Bruno Haible  <bruno@clisp.org>
34145
34146         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
34147         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
34148         not using libtool correctly.
34149
34150 2006-09-06  Bruno Haible  <bruno@clisp.org>
34151
34152         * lib/striconv.h: New file.
34153         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
34154         iconvstring.c.
34155         * lib/xstriconv.h: New file.
34156         * lib/xstriconv.c: New file.
34157
34158 2006-09-06  Bruno Haible  <bruno@clisp.org>
34159
34160         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
34161         lib_..._LDFLAGS.
34162
34163 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34164
34165         * lib/argz_.h: Sync from Libtool.
34166
34167         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
34168                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
34169
34170         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
34171
34172 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
34173
34174         * modules/trim: New file.
34175
34176 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
34177
34178         * lib/trim.h: New file.
34179         * lib/trim.c: New file.
34180
34181 2006-09-05  Bruno Haible  <bruno@clisp.org>
34182
34183         * MODULES.html.sh (String handling): Add trim.
34184
34185 2006-09-04  Karl Berry  <karl@gnu.org>
34186
34187         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
34188         until next release.
34189
34190 2006-09-03  Bruno Haible  <bruno@clisp.org>
34191
34192         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
34193         correctly.
34194
34195 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34196
34197         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
34198         not gl_GETLOADAVG.  Omit unneeded semicolons.
34199         Problems reported by Ralf Wildenhues in
34200         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
34201         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
34202         at the end, which is the usual gnulib style.
34203
34204         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
34205         of doing all the work ourselves.
34206         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
34207         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
34208
34209 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34210
34211         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
34212         Problem reported by Ralf Wildenhues in
34213         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
34214
34215         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
34216         HAVE_STRUCT_STATFS_F_FSTYPENAME.
34217
34218 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
34219
34220         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
34221         yesterday's patch by changing test -n to test -z.
34222
34223 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34224
34225         * modules/getloadavg (Files): Add m4/getloadavg.m4.
34226         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
34227         the former is now obsolescent.
34228
34229         * modules/chdir-long (Depends-on): Add fcntl.
34230
34231 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34232
34233         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
34234         obsolescent, and programs should use gnulib instead.
34235         * m4/getloadavg.m4: New file, with contents taken from Autoconf
34236         but with prefixes changed.
34237
34238 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
34239
34240         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
34241         or stdbool.h, because they might not exist while configuring.
34242
34243         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
34244         Don't include unistd.h or limits.h; not needed, since chdir-long.h
34245         does that for us.
34246         (O_DIRECTORY): Remove.
34247
34248 2006-08-31  Eric Blake  <ebb9@byu.net>
34249
34250         * gnulib-tool: Don't let emacs change spaces to TAB.
34251
34252 2006-08-31  Bruno Haible  <bruno@clisp.org>
34253
34254         * gnulib-tool: When calling func_import more than once, do it in a
34255         subshell.
34256         Reported by Eric Blake <ebb9@byu.net>.
34257
34258 2006-08-31  Bruno Haible  <bruno@clisp.org>
34259
34260         * gnulib-tool (nl): Remove variable.
34261         (sed_transform_lib_file): Use more robust test for config-h module.
34262         (func_import): Fix typo in 2006-08-25 patch.
34263
34264 2006-08-31  Bruno Haible  <bruno@clisp.org>
34265
34266         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
34267         specified, augment Makefile.am variables instead of assigning them.
34268
34269 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
34270
34271         Work around a bug in both the Linux and SunOS 64-bit kernels:
34272         nanosleep mishandles sleeps for longer than 2**31 seconds.
34273         Problem reported by Frank v Waveren in
34274         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
34275         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
34276         Check for nanosleep bug.
34277         (LIB_NANOSLEEP): Append clock_gettime library if needed.
34278
34279 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
34280
34281         Work around a bug in both the Linux and SunOS 64-bit kernels:
34282         nanosleep mishandles sleeps for longer than 2**31 seconds.
34283         Problem reported by Frank v Waveren in
34284         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
34285         * lib/nanosleep.c (BILLION): New constant.
34286         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
34287         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
34288         implementation.
34289
34290 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
34291
34292         * modules/nanosleep (Depends-on): Add gettime.
34293
34294 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
34295         and Simon Josefsson  <jas@extundo.com>
34296         and Oskar Liljeblad  <oskar@osk.mine.nu>
34297
34298         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
34299         * gnulib-tool (func_import): New license type 'unmodifiable license
34300         text'.
34301         * modules/fdl: Use it.  Longer description.
34302         * module/gpl, module/lgpl: New files.
34303
34304 2006-08-30  Jim Meyering  <jim@meyering.net>
34305
34306         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
34307         shadowing the parameter.
34308
34309 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34310
34311         Sync from Libtool:
34312
34313         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34314
34315         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
34316         sharing with gnulib.  Report by Eric Blake.
34317
34318 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
34319
34320         * modules/isapipe: New file.
34321         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
34322
34323 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
34324
34325         * modules/configmake (Makefile.am): Add a comment, and omit
34326         the CONFIGMAKE_ prefix from generated macro names.  Suggested
34327         by Bruno Haible.
34328
34329 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
34330
34331         * m4/isapipe.m4: New file.
34332
34333 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
34334
34335         * lib/isapipe.c, lib/isapipe.h: New files.
34336
34337 2006-08-29  Jim Meyering  <jim@meyering.net>
34338
34339         * modules/configmake (Makefile.am): Make configmake.h depend on
34340         Makefile.  Otherwise, a stale configmake.h could hang around.
34341
34342 2006-08-29  Eric Blake  <ebb9@byu.net>
34343
34344         * lib/error.c (error_at_line, print_errno_message): Match libc, after
34345         resolution of upstream bug 3044.
34346
34347 2006-08-29  Bruno Haible  <bruno@clisp.org>
34348
34349         * modules/localcharset (Depends-on): Add configmake.
34350         (Makefile.am): Remove setting of LIBDIR through DEFS.
34351
34352 2006-08-29  Bruno Haible  <bruno@clisp.org>
34353
34354         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
34355         defined.
34356
34357 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
34358
34359         * modules/fcntl: New file.
34360         * modules/chdir-safer (Depends-on): Add fcntl.
34361         * modules/fts: Likewise.
34362         * modules/mkdir-p: Likewise.
34363
34364         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
34365         This undoes the most recent change, since we're now addressing the
34366         problem in a different way.
34367
34368         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
34369         into output, since the output might be called Makefile.am even
34370         if $makefile_name is something different.
34371         (func_import): Use $makefile_am rather than
34372         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
34373         empty.
34374
34375         * modules/inttypes (Files): Add m4/inttypes-h.m4.
34376
34377 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
34378
34379         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
34380         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
34381         recent change to stdint.m4, since we're now addressing the problem in a
34382         different way.
34383
34384 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
34385
34386         * m4/fcntl_h.m4: New file.
34387
34388 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
34389
34390         * lib/fcntl_.h: New file.
34391         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
34392         the fcntl module.
34393         * lib/dirchownmod.c: Likewise.
34394         * lib/fts.c: Likewise.
34395
34396         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
34397         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
34398         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
34399         just before including <inttypes.h>, to avoid circular inclusion.
34400
34401 2006-08-28  Jim Meyering  <jim@meyering.net>
34402
34403         * doc/visibility.texi: Actually read and correct the grammar of the
34404         sentence affected by yesterday's change.
34405
34406 2006-08-28  Eric Blake  <ebb9@byu.net>
34407
34408         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
34409         needs wrapper.
34410
34411 2006-08-28  Eric Blake  <ebb9@byu.net>
34412
34413         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
34414
34415 2006-08-28  Eric Blake  <ebb9@byu.net>
34416
34417         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
34418
34419 2006-08-28  Bruno Haible  <bruno@clisp.org>
34420
34421         * modules/c-strstr: New file, from GNU gettext.
34422         * MODULES.html.sh (String handling): Add c-strstr.
34423
34424 2006-08-28  Bruno Haible  <bruno@clisp.org>
34425
34426         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
34427         macros.
34428         Reported by Eric Blake.
34429
34430 2006-08-28  Bruno Haible  <bruno@clisp.org>
34431
34432         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
34433         (VASNPRINTF): Return a string of length > INT_MAX without failing.
34434         * lib/vasprintf.c: Include errno.h, limits.h.
34435         (EOVERFLOW): New fallback definition.
34436         (vasprintf): Test here whether the string length is > INT_MAX.
34437         * lib/vsnprintf.c: Include errno.h, limits.h.
34438         (EOVERFLOW): New fallback definition.
34439         (vsnprintf): Fix bug when generated string was too long for the buffer.
34440         Test here whether the string length is > INT_MAX.
34441
34442 2006-08-28  Bruno Haible  <bruno@clisp.org>
34443
34444         * lib/inttypes_.h (SCNX*): Remove definitions.
34445         Reported by Eric Blake.
34446
34447 2006-08-28  Bruno Haible  <bruno@clisp.org>
34448
34449         * lib/c-strstr.h: New file, from GNU gettext.
34450         * lib/c-strstr.c: New file, from GNU gettext.
34451
34452 2006-08-28  Bruno Haible  <bruno@clisp.org>
34453
34454         * gnulib-tool: Reorder some statements.
34455
34456 2006-08-28  Bruno Haible  <bruno@clisp.org>
34457
34458         * gnulib-tool: New option --makefile-name.
34459         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
34460         $makefile_name.
34461         (func_import): Write $makefile_name to the cache file, and read it from
34462         there unless explicitly specified. Use $makefile_name as file name
34463         instead of Makefile.am. Adjust the recommendations accordingly.
34464
34465 2006-08-28  Bruno Haible  <bruno@clisp.org>
34466
34467         * gnulib-tool (func_verify_module): Check against misapplying patch.
34468
34469 2006-08-28  Bruno Haible  <bruno@clisp.org>
34470
34471         * gnulib-tool (func_relativize, func_relconcat): New functions.
34472         Give an error if --local-dir is given with --update.
34473         Remove trailing slashes from $local_gnulib_dir.
34474         (func_import): Store the relativized $local_gnulib_dir in
34475         gnulib-cache.m4, and read it from there if not specified explicitly.
34476
34477 2006-08-28  Bruno Haible  <bruno@clisp.org>
34478
34479         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
34480         is the current directory. Respect also $local_gnulib_dir.
34481
34482 2006-08-28  Bruno Haible  <bruno@clisp.org>
34483             Simon Josefsson  <jas@extundo.com>
34484
34485         BeOS portability.
34486         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
34487
34488 2006-08-27  Jim Meyering  <jim@meyering.net>
34489
34490         * doc/visibility.texi: Remove duplicate word: "pointer".
34491
34492 2006-08-26  Bruno Haible  <bruno@clisp.org>
34493
34494         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
34495         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
34496         (Makefile.am): Create inttypes.h from inttypes_.h.
34497         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
34498
34499         * modules/imaxabs: New file.
34500
34501         * modules/imaxdiv: New file.
34502
34503 2006-08-26  Bruno Haible  <bruno@clisp.org>
34504
34505         * m4/inttypes.m4: New file.
34506         * m4/_inttypes_h.m4: Remove file.
34507         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
34508         PRI_MACROS_BROKEN.
34509         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
34510
34511         * m4/imaxabs.m4: New file.
34512
34513         * m4/imaxdiv.m4: New file.
34514
34515 2006-08-26  Bruno Haible  <bruno@clisp.org>
34516
34517         * lib/inttypes_.h: New file.
34518         * lib/inttypes.h: Remove file.
34519         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
34520
34521         * lib/imaxabs.c: New file.
34522
34523         * lib/imaxdiv.c: New file.
34524
34525 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34526
34527         New config-h module, so that "make" output needn't be cluttered
34528         by -DHAVE_CONFIG_H.
34529         * MODULES.html.sh (Support for building libraries and executables):
34530         Add config-h.
34531         * modules/config-h: New file.
34532         * gnulib-tool (nl, sed_transform_lib_file): New vars.
34533         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
34534         the config-h module is used.
34535
34536         New configmake module, so that "make" output needn't be cluttered
34537         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
34538         * MODULES.html.sh (Support for building libraries and executables):
34539         Add configmake.
34540         * modules/configmake: New file.
34541
34542 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
34543
34544         * m4/config-h.m4: New file.
34545
34546 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34547
34548         * config/srclist.txt: Add elisp-comp.
34549
34550 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
34551
34552         * MODULES.html.sh (Support for building libraries and executables):
34553         Add elisp-comp.
34554         * build-aux/elisp-comp: New file.
34555         * modules/elisp-comp: New file.
34556
34557 2006-08-24  Bruno Haible  <bruno@clisp.org>
34558
34559         * gnulib-tool (func_create_testdir): Use non-default values of
34560         sourcebase and m4base.
34561
34562 2006-08-24  Bruno Haible  <bruno@clisp.org>
34563
34564         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
34565         HTML structure.
34566
34567 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
34568
34569         * modules/openat (Depends-on): Add lchown.
34570
34571 2006-08-23  Bruno Haible  <bruno@clisp.org>
34572
34573         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
34574         of gl_LOCK_EARLY instead of gl_LOCK.
34575
34576 2006-08-23  Bruno Haible  <bruno@clisp.org>
34577
34578         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
34579         on OSF/1 to no.
34580         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
34581
34582 2006-08-23  Bruno Haible  <bruno@clisp.org>
34583
34584         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
34585         as unusable.
34586
34587         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
34588         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
34589         (gl_LOCK): New macro.
34590
34591 2006-08-22  Simon Josefsson  <jas@extundo.com>
34592
34593         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
34594         to md5 module.
34595
34596 2006-08-22  Simon Josefsson  <jas@extundo.com>
34597
34598         * MODULES.html.sh: Add "Support for maintaining and release
34599         projects".
34600
34601         * build-aux/gnupload: New file, from coreutils.
34602
34603 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
34604
34605         Avoid the need for AC_LIBSOURCES in m4 macros.
34606         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
34607         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
34608         * modules/check-version (EXTRA_DIST): Add check-version.h.
34609         * modules/crc (EXTRA_DIST): Add crc.h.
34610         * modules/des (EXTRA_DIST): Add des.h.
34611         * modules/gc (EXTRA_DIST): Add gc.h.
34612         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
34613         * modules/getline (EXTRA_DIST): Add getline.h.
34614         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
34615         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
34616         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
34617         * modules/md2 (EXTRA_DIST): Add md2.h.
34618         * modules/md4 (EXTRA_DIST): Add md4.h.
34619         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
34620         * modules/read-file (EXTRA_DIST): Add read-file.h.
34621         * modules/readline (EXTRA_DIST): Add readline.h.
34622         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
34623         rijndael-api-fst.h.
34624
34625 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
34626
34627         * m4/rijndael.m4 (gl_ARCFOUR):
34628         * m4/arctwo.m4 (gl_ARCTWO):
34629         * m4/check-version.m4 (gl_CHECK_VERSION):
34630         * m4/crc.m4 (gl_CRC):
34631         * m4/des.m4 (gl_DES):
34632         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
34633         * m4/gc.m4 (gl_GC):
34634         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
34635         * m4/getline.m4 (gl_FUNC_GETLINE):
34636         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
34637         * m4/hmac-md5.m4 (gl_HMAC_MD5):
34638         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
34639         * m4/md2.m4 (gl_MD2):
34640         * m4/md4.m4 (gl_MD4):
34641         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
34642         * m4/read-file.m4 (gl_FUNC_READ_FILE):
34643         * m4/readline.m4 (gl_FUNC_READLINE):
34644         * m4/rijndael.m4 (gl_RIJNDAEL):
34645         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
34646         to get the necessary .h files and whatnot.
34647
34648 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
34649
34650         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
34651         gnulib rather than the other way around.
34652         * config/srclistvars.sh (COREUTILS): Remove.
34653
34654 2006-08-22  Jim Meyering  <jim@meyering.net>
34655
34656         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
34657
34658         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
34659
34660 2006-08-22  Eric Blake  <ebb9@byu.net>
34661
34662         * modules/regexprops-generic: New file.
34663         * MODULES.html.sh (Support for building documentation): List it.
34664
34665 2006-08-22  Eric Blake  <ebb9@byu.net>
34666
34667         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
34668         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
34669         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
34670         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
34671
34672 2006-08-22  Bruno Haible  <bruno@clisp.org>
34673
34674         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
34675         and lib_LTLIBRARIES like the other lib_* variables.
34676
34677 2006-08-22  Bruno Haible  <bruno@clisp.org>
34678
34679         * build-aux/x-to-1.in: New file, from GNU gettext.
34680
34681 2006-08-22  Bruno Haible  <bruno@clisp.org>
34682
34683         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
34684         <utmpx.h> exists.
34685
34686 2006-08-22  Bruno Haible  <bruno@clisp.org>
34687
34688         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
34689         <utmpx.h> exists.
34690
34691 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
34692
34693         BeOS portability.
34694         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
34695         exist.
34696         Problem reported by Bruno Haible.
34697
34698 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
34699
34700         Avoid the need for AC_LIBSOURCES in m4 macros.
34701         * modules/acl (EXTRA_DIST): Add acl.h.
34702         * modules/argmatch (Files): Add m4/argmatch.m4.
34703         (configure.ac): Add gl_ARGMATCH.
34704         (EXTRA_DIST): Renamed from lib_SOURCES, for
34705         consistency with the other modules.  Remove argmatch.c.
34706         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
34707         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
34708         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
34709         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
34710         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
34711         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
34712         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
34713         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
34714         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
34715         * modules/closeout (EXTRA_DIST): Add closeout.h.
34716         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
34717         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
34718         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
34719         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
34720         dirname.h; remove basename.c and stripslash.c.
34721         * modules/exclude (EXTRA_DIST): Add exclude.h.
34722         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
34723         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
34724         * modules/file-type (EXTRA_DIST): Add file-type.h.
34725         * modules/filemode (EXTRA_DIST): Add filemode.h.
34726         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
34727         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
34728         * modules/fpending (EXTRA_DIST): Add __fpending.h.
34729         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
34730         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
34731         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
34732         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
34733         * modules/getdate (EXTRA_DIST): Add getdate.c.
34734         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
34735         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
34736         * modules/getpass (EXTRA_DIST): Add getpass.h.
34737         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
34738         * modules/group-member (EXTRA_DIST): Add group-member.h.
34739         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
34740         * modules/hash (EXTRA_DIST): Add hash.h.
34741         * modules/human (EXTRA_DIST): Add human.h.
34742         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
34743         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
34744         * modules/lchown (EXTRA_DIST): Add lchown.h.
34745         * modules/long-options (EXTRA_DIST): Add long-options.h.
34746         * modules/lstat (EXTRA_DIST): Add lstat.h.
34747         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
34748         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
34749         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
34750         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
34751         * modules/memxor (EXTRA_DIST): Add memxor.h.
34752         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
34753         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
34754         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
34755         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
34756         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
34757         * modules/physmem (EXTRA_DIST): Add physmem.h.
34758         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
34759         * modules/posixver (EXTRA_DIST): Add posixver.h.
34760         * modules/quote (EXTRA_DIST): Add quote.h.
34761         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
34762         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
34763         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
34764         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
34765         regex_internal.h regexec.c.
34766         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
34767         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
34768         * modules/same (EXTRA_DIST): Add same.h.
34769         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
34770         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
34771         * modules/savedir (EXTRA_DIST): Add savedir.h.
34772         * modules/sha1 (EXTRA_DIST): Add sha1.h.
34773         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
34774         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
34775         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
34776         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
34777         * modules/strdup (EXTRA_DIST): Add strdup.h.
34778         * modules/strftime (EXTRA_DIST): Add strftime.h.
34779         * modules/strndup (EXTRA_DIST): Add strndup.h.
34780         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
34781         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
34782         * modules/time_r (EXTRA_DIST): Add time_r.h.
34783         * modules/timespec (EXTRA_DIST): Add timespec.h.
34784         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
34785         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
34786         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
34787         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
34788         * modules/userspec (EXTRA_DIST): Add userspec.h.
34789         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
34790         * modules/utimens (EXTRA_DIST): Add utimens.h.
34791         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
34792         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
34793         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
34794         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
34795         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
34796         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
34797         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
34798         * modules/yesno (EXTRA_DIST): Add yesno.h.
34799
34800 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
34801
34802         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
34803
34804         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
34805         * m4/dev-ino.m4, same-inode.m4: Remove.
34806
34807         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
34808         * m4/acl.m4 (AC_FUNC_ACL):
34809         * m4/backupfile.m4 (gl_BACKUPFILE):
34810         * m4/c-strtod.m4 (gl_C99_STRTOLD):
34811         * m4/canon-host.m4 (gl_CANON_HOST):
34812         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
34813         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
34814         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
34815         * m4/cloexec.m4 (gl_CLOEXEC):
34816         * m4/close-stream.m4 (gl_CLOSE_STREAM):
34817         * m4/closeout.m4 (gl_CLOSEOUT):
34818         * m4/dirfd.m4 (gl_FUNC_DIRFD):
34819         * m4/dirname.m4 (gl_DIRNAME):
34820         * m4/exclude.m4 (gl_EXCLUDE):
34821         * m4/exitfail.m4 (gl_EXITFAIL):
34822         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
34823         * m4/file-type.m4 (gl_FILE_TYPE):
34824         * m4/filemode.m4 (gl_FILEMODE):
34825         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
34826         * m4/fpending.m4 (gl_FUNC_FPENDING):
34827         * m4/fprintftime.m4 (gl_FPRINTFTIME):
34828         * m4/fts.m4 (gl_FUNC_FTS):
34829         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
34830         * m4/getdate.m4 (gl_GETDATE):
34831         * m4/gethrxtime.m4 (gl_GETHRXTIME):
34832         * m4/getpagesize.m4 (gl_GETPAGESIZE):
34833         * m4/getpass.m4 (gl_FUNC_GETPASS):
34834         * m4/gettime.m4 (gl_GETTIME):
34835         * m4/getugroups.m4 (gl_GETUGROUPS):
34836         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
34837         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
34838         * m4/hard-locale.m4 (gl_HARD_LOCALE):
34839         * m4/hash.m4 (gl_HASH):
34840         * m4/idcache.m4 (gl_IDCACHE):
34841         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
34842         * m4/lchown.m4 (gl_FUNC_LCHOWN):
34843         * m4/long-options.m4 (gl_LONG_OPTIONS):
34844         * m4/lstat.m4 (gl_FUNC_LSTAT):
34845         * m4/md5.m4 (gl_MD5):
34846         * m4/memcasecmp.m4 (gl_MEMCASECMP):
34847         * m4/memcoll.m4 (gl_MEMCOLL):
34848         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
34849         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
34850         * m4/memxor.m4 (gl_MEMXOR):
34851         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
34852         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
34853         * m4/modechange.m4 (gl_MODECHANGE):
34854         * m4/mountlist.m4 (gl_MOUNTLIST):
34855         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
34856         * m4/openat.m4 (gl_FUNC_OPENAT):
34857         * m4/pathmax.m4 (gl_PATHMAX):
34858         * m4/physmem.m4 (gl_PHYSMEM):
34859         * m4/posixtm.m4 (gl_POSIXTM):
34860         * m4/posixver.m4 (gl_POSIXVER):
34861         * m4/quote.m4 (gl_QUOTE):
34862         * m4/quotearg.m4 (gl_QUOTEARG):
34863         * m4/readtokens.m4 (gl_READTOKENS):
34864         * m4/readutmp.m4 (gl_READUTMP):
34865         * m4/regex.m4 (gl_REGEX):
34866         * m4/safe-read.m4 (gl_SAFE_READ):
34867         * m4/safe-write.m4 (gl_SAFE_WRITE):
34868         * m4/same.m4 (gl_SAME):
34869         * m4/save-cwd.m4 (gl_SAVE_CWD):
34870         * m4/savedir.m4 (gl_SAVEDIR):
34871         * m4/settime.m4 (gl_SETTIME):
34872         * m4/sha1.m4 (gl_SHA1):
34873         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
34874         * m4/stat-macros.m4 (gl_STAT_MACROS):
34875         * m4/stat-time.m4 (gl_STAT_TIME):
34876         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
34877         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
34878         * m4/strdup.m4 (gl_FUNC_STRDUP):
34879         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
34880         * m4/strndup.m4 (gl_FUNC_STRNDUP):
34881         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
34882         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
34883         * m4/time_r.m4 (gl_TIME_R):
34884         * m4/timespec.m4 (gl_TIMESPEC):
34885         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
34886         * m4/unlinkdir.m4 (gl_UNLINKDIR):
34887         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
34888         * m4/userspec.m4 (gl_USERSPEC):
34889         * m4/utimecmp.m4 (gl_UTIMECMP):
34890         * m4/utimens.m4 (gl_UTIMENS):
34891         * m4/xalloc.m4 (gl_XALLOC):
34892         * m4/xgetcwd.m4 (gl_XGETCWD):
34893         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
34894         * m4/xreadlink.m4 (gl_XREADLINK):
34895         * m4/xstrtod.m4 (gl_XSTRTOD):
34896         * m4/yesno.m4 (gl_YESNO):
34897         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
34898         to get the necessary .h files and whatnot.
34899
34900 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
34901             Bruno Haible  <bruno@clisp.org>
34902
34903         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
34904         /bin/sh understanding of '!' conditional negation.
34905
34906 2006-08-21  Jim Meyering  <jim@meyering.net>
34907
34908         * modules/openat (Depends-on): Really alphabetize.
34909
34910         * modules/acl (Depends-on): Add error and quote.
34911
34912         * check-module (find_included_lib_files): Add at-func.c to the
34913         ok-to-include-more-than-once white list.
34914
34915         * modules/openat (Depends-on): Add lstat.  Alphabetize.
34916
34917 2006-08-21  Bruno Haible  <bruno@clisp.org>
34918
34919         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34920         Emit a pkgdata_DATA variable only if some snippets add contents to it.
34921         Reported by Martin Lambers <marlam@marlam.de>.
34922
34923 2006-08-21  Bruno Haible  <bruno@clisp.org>
34924
34925         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
34926         specify an installation location, don't emit a noinst_LIBRARIES or
34927         noinst_LTLIBRARIES assignment.
34928
34929 2006-08-21  Bruno Haible  <bruno@clisp.org>
34930
34931         BeOS portability.
34932         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
34933         BeOS has mbrtowc() but no <wctype.h>.
34934
34935 2006-08-21  Bruno Haible  <bruno@clisp.org>
34936
34937         BeOS portability.
34938         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
34939         exist.
34940
34941 2006-08-21  Bruno Haible  <bruno@clisp.org>
34942
34943         BeOS portability.
34944         * lib/mbchar.h: Include <wctype.h> only if it exists.
34945
34946 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34947
34948         Remove files that are no longer needed by their respective modules.
34949         * m4/obstack.m4: Remove.
34950         * m4/strerror_r.m4: Remove.
34951         * m4/uint32_t.m4: Remove.
34952         * m4/uintptr_t.m4: Remove.
34953         * m4/ullong_max.m4: Remove.
34954         * m4/xstrtoimax.m4: Remove.
34955         * m4/xstrtoumax.m4: Remove.
34956
34957         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
34958         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
34959         dependencies now capture this.
34960
34961         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
34962         Do not use AC_LIBSOURCES, since gnulib modules now do this.
34963         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
34964         * m4/human.m4 (gl_HUMAN): Likewise.
34965         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
34966         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
34967
34968         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
34969
34970         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
34971         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
34972         stdint.
34973         * m4/human.m4 (gl_HUMAN): Likewise.
34974         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
34975         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
34976         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
34977         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
34978         * m4/xstrtol (gl_XSTRTOL): Likewise.
34979
34980         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
34981         AC_TYPE_LONG_LONG_INT.
34982         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
34983         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
34984         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
34985         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
34986
34987         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
34988         on stdbool.
34989
34990         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
34991         (gl_PREREQ_XSTRTOUL): Remove.
34992
34993         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
34994
34995         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
34996         mode.
34997
34998 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
34999
35000         Add and change modules to make it easier for coreutils to use
35001         gnulib-tool.
35002         * modules/backupfile (Files): Remove m4/d-ino.m4.
35003         (Depends-on): Add d-ino.
35004         * modules/cycle-check (Depends-on): Add stdint.
35005         (lib_SOURCES): Add cycle-check.h.
35006         * modules/d-ino: New module.
35007         * modules/d-type: New module.
35008         * modules/error (Files): Remove m4/strerror_r.m4.
35009         * modules/filemode (Files): Add m4/st_dm_mode.m4.
35010         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
35011         m4/inttypes_h.m4, m4/uintmax_t.m4.
35012         (Depends-on): Add stdint.
35013         (lib_SOURCES): Add fsusage.h.
35014         * modules/getcwd (Files): Remove d-ino.m4.
35015         (Depends-on): Add d-ino.
35016         * modules/getndelim2 (Depends-on): Add stdint.
35017         * modules/glob (Files): Remove m4/d-type.m4.
35018         (Depends-on): Add d-type.
35019         * modules/host-os: New module.
35020         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
35021         m4/inttypes_h.m4, m4/uintmax_t.m4.
35022         * Depends-on: Add stdint.
35023         (lib_SOURCES): Add human.h.
35024         * modules/inttostr (Files): Remove m4/intmax_t.m4,
35025         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
35026         m4/uintmax_t.m4, m4/ulonglong.m4.
35027         (Depends-on): Add stdint.
35028         (EXTRA_DIST): Add inttostr.h.
35029         * modules/lchmod: New module.
35030         * modules/link-follow: New module.
35031         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
35032         (Depends-on): Add lchmod.
35033         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
35034         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
35035         (Depends-on): Add stdint.
35036         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
35037         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
35038         (Depends-on): Add stdint.
35039         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
35040         * modules/perl: New module.
35041         * modules/regex (Depends-on): Add stdint.
35042         * modules/rmdir-errno: New module.
35043         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
35044         m4/intmax_t.m4.
35045         (Depends-on): Add stdint.
35046         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
35047         m4/uintmax_t.m4.
35048         (Depends-on): Add stdint.
35049         * modules/unlink-busy: New module.
35050         * modules/utimecmp (Depends-on): Add stdint.
35051         * modules/uptime: New module.
35052         * modules/winsz-ioctl: New module.
35053         * modules/winsz-termios: New module.
35054         * modules/xnanosleep (Depends-on): Add nanosleep.
35055         * modules/ullong_max: Remove.
35056         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
35057         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
35058         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
35059         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
35060         (Depends-on): Add inttypes.
35061         (lib_SOURCES): Add xstrtol.h.
35062         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
35063         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
35064         * MODULES.html.sh: Move 'assert' into the assert section.
35065         Move 'dummy' into the linking section.
35066         Remove ullong_max.
35067         Add section for compatibility checks for POSIX:2001 functions,
35068         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
35069         winsz-ioctl, and winsz-termios into it.
35070         Add lchmod.
35071         Add top-level Misc section and put host-os, perl, and uptime
35072         into it.
35073
35074 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
35075
35076         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
35077         now assume the stdint module.  Do not include inttypes.h.
35078         * lib/fsusage.h: Likewise.
35079         * lib/getndelim2.c: Likewise.
35080         * lib/human.h: Likewise.
35081         * lib/inttostr.h: Likewise.
35082         * lib/obstack.c: Likewise.
35083         * lib/regex_internal.h: Likewise.
35084         * lib/tempname.c: Likewise.
35085         * lib/utimecmp.c: Likewise.
35086         * lib/xstrtol.h: Likewise.
35087
35088         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
35089
35090         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
35091         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
35092         * lib/xtime.h: Likewise.
35093
35094 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35095
35096         * modules/openat (Files): Add lib/fchmodat.c.
35097         Fixes problem reported by Jay Youngman.
35098
35099 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35100
35101         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
35102         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
35103
35104 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
35105             Bruno Haible  <bruno@clisp.org>
35106
35107         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
35108         and is a script that invokes bison. Tighten the code. Add comments.
35109
35110 2006-08-18  Jim Meyering  <jim@meyering.net>
35111
35112         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
35113         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
35114         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
35115         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
35116
35117 2006-08-18  Bruno Haible  <bruno@clisp.org>
35118
35119         * modules/bison-i18n: New file.
35120         * MODULES.html.sh (Internationalization functions): Add it.
35121
35122 2006-08-18  Bruno Haible  <bruno@clisp.org>
35123
35124         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
35125         sys/statvfs.h. When getmntinfo was found, check its declaration and
35126         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
35127
35128 2006-08-18  Bruno Haible  <bruno@clisp.org>
35129
35130         * m4/bison-i18n.m4: New file, from bison.
35131
35132 2006-08-18  Bruno Haible  <bruno@clisp.org>
35133
35134         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
35135         (ME_DUMMY): Treat "kernfs" as a dummy.
35136         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
35137
35138 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35139
35140         Update from coreutils.
35141
35142         2006-08-15  Jim Meyering  <jim@meyering.net>
35143
35144         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
35145
35146         2006-01-17  Jim Meyering  <jim@meyering.net>
35147
35148         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
35149
35150         2006-01-11  Jim Meyering  <jim@meyering.net>
35151
35152         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
35153         Check for the lchmod function.
35154
35155 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35156
35157         Update from coreutils.
35158
35159         * lib/__fpending.h: Add copyright notice.
35160         * lib/fprintftime.h: Likewise.
35161         * lib/savedir.c: Use (C) in copyright notice.
35162         * lib/savedir.h: Likewise.
35163
35164         2006-08-15  Jim Meyering  <jim@meyering.net>
35165
35166         * lib/at-func.c: New file, with the logic of all emulated at-functions.
35167         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
35168         in support of the EXPECTED_ERRNO macro.
35169         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
35170         definitions.  Instead, define the appropriate symbols and include
35171         "at-func.c".
35172         * lib/mkdirat.c (mkdirat): Likewise.
35173         * lib/fchmodat.c (fchmodat): Likewise.
35174         (ENOSYS): Remove definition.
35175         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
35176         it.  Don't include "unistd--.h" -- it wasn't ever used.
35177
35178         2006-01-17  Jim Meyering  <jim@meyering.net>
35179
35180         Rewrite fts.c not to change the current working directory,
35181         by using openat, fstatat, fdopendir, etc..
35182
35183         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
35184         (HAVE_OPENAT_SUPPORT): Define.
35185         [_LIBC] (fchdir): Don't undef or define; no longer used.
35186         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
35187         Now, this `function' always succeeds, and consumes its file descriptor
35188         parameter -- so callers must not close such FDs.  Update callers.
35189         (diropen_fd, opendirat, cwd_advance_fd): New functions.
35190         (diropen): Add parameter, SP.  Adjust all callers.
35191         Implement using diropen_fd, rather than open.
35192         (fts_open): Initialize new member, fts_cwd_fd.
35193         Remove fts_rft-setting code.
35194         (fts_close): Close fts_cwd_fd, if necessary.
35195         (__opendir2): Define in terms of opendir or opendirat,
35196         depending on whether the FST_NOCHDIR flag is set.
35197         (fts_build): Since fts_safe_changedir consumes its FD, and since
35198         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
35199         and close the dup'd file descriptor upon failure.
35200         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
35201         (fts_safe_changedir): Tweak semantics to reflect that this function
35202         now calls cwd_advance_fd and hence consumes its FD argument.
35203         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
35204         [struct FTS] (fts_rft): Remove now-unused member.
35205         [struct FTS] (fts_cycle.state): Improve comment.
35206
35207         * lib/openat.c (openat_needs_fchdir): New function.
35208         * lib/openat.h (openat_needs_fchdir): Declare it.
35209
35210 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
35211
35212         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
35213         Problem and fix reported by Pádraig Brady in
35214         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
35215
35216 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35217
35218         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
35219
35220 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35221
35222         * lib/memcoll.c (memcoll): Optimize for the common case where the
35223         arguments are bytewise equal.
35224
35225 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35226
35227         * doc/regexprops-generic.texi: Add a copyright notice.
35228
35229 2006-08-15  Bruno Haible  <bruno@clisp.org>
35230
35231         * modules/tmpdir (License): Change to LGPL.
35232
35233 2006-08-15  Bruno Haible  <bruno@clisp.org>
35234
35235         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
35236         module.
35237
35238 2006-08-14  Simon Josefsson  <jas@extundo.com>
35239
35240         * config/srclist.txt: Add gnupload.
35241
35242 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
35243
35244         Change copyright notice from LGPL 2 to GPL 2, since that's the
35245         standard form used in the gnulib repository.
35246         * tests/test-lock.c: Likewise.
35247         * tests/test-stdint.c: Likewise.
35248         * tests/test-tls.c: Likewise.
35249
35250         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
35251         prelude-manager.  User shorter URLs for GNU projects, without '?'.
35252         Add copyright notice.
35253
35254         * check-module: Add copyright notice.  Output a copyright
35255         notice if "--version" is specified.
35256         * modules/COPYING: New file.
35257         * tests/test-getaddrinfo.c: Add copyright notice.
35258         * tests/test-verify.c: Likewise.
35259
35260 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
35261
35262         Change copyright notice from LGPL 2 to GPL 2, since that's the
35263         standard form used in the gnulib repository.
35264         * lib/lock.c: LGPL -> GPL.
35265         * lib/lock.h: Likewise.
35266         * lib/strnlen1.c: Likewise.
35267         * lib/strnlen1.h: Likewise.
35268         * lib/tls.c: Likewise.
35269         * lib/tls.h: Likewise.
35270         * lib/tmpdir.c: Likewise.
35271
35272         * lib/TODO: Remove; this belongs only in coreutils.
35273
35274 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
35275
35276         Add copyright notices to long-enough files that lack them, since
35277         otherwise the files aren't clearly free.  Use the same notice that
35278         getdate.texi already uses.
35279         * doc/alloca-opt.texi: Add copyright notice.
35280         * doc/alloca.texi: Likewise.
35281         * doc/ctime.texi: Likewise.
35282         * doc/functions.texi: Likewise.
35283         * doc/gcd.texi: Likewise.
35284         * doc/gnulib-tool.texi: Likewise.
35285         * doc/inet_ntoa.texi: Likewise.
35286         * doc/visibility.texi: Likewise.
35287
35288         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
35289         * doc/quote.texi: Add copyright notice.
35290
35291         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
35292         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
35293         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
35294         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
35295         is now obsolete, and give a pointer to the Sun list.
35296         Add copyright notice.
35297
35298 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
35299
35300         * config/srclistvars.sh: Add copyright notice.
35301
35302 2006-08-14  Eric Blake  <ebb9@byu.net>
35303
35304         Import the following change from libc:
35305
35306         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
35307
35308         Upstream bug 2997.
35309         * lib/misc/error.c: Add space between program name and message if file
35310         name is missing.
35311
35312 2006-08-12  Karl Berry  <karl@gnu.org>
35313
35314         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
35315         remove, these originate in gnulib now.
35316
35317 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35318
35319         * doc/Makefile (standards.info standards.html standards.dvi):
35320         Also depend on make-stds.texi.
35321
35322 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35323
35324         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
35325         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
35326
35327         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
35328         in wchar_t.  Problem reported by Eric Blake.
35329
35330         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
35331         LEN is smaller than SIZE.  Suggested by Bruno Haible.
35332         Also, help the compiler to keep LEN in a register.
35333
35334 2006-08-11  Eric Blake  <ebb9@byu.net>
35335
35336         * users.txt: Sort.  Add tar.
35337
35338 2006-08-11  Bruno Haible  <bruno@clisp.org>
35339
35340         * users.txt: New file.
35341
35342 2006-08-11  Bruno Haible  <bruno@clisp.org>
35343
35344         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
35345         before <wchar.h>. Needed for OSF/1 and BSD/OS.
35346
35347 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
35348
35349         * modules/snprintf (Depends-on): Remove minmax.
35350         (Maintainer): Add self and Bruno.
35351
35352 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
35353
35354         * lib/.cppi-disable: Add snprintf.h, socket_.h.
35355         * lib/snprintf.c: Include <errno.h> and <limits.h>.
35356         (EOVERFLOW): Define if the system does not.
35357         Do not include "minmax.h"; it wasn't used.
35358         (snprintf): Don't assume size_t promotes to an unsigned type.
35359         Fix bug when generated string was too long for the buffer: the
35360         buffer's contents are supposed to be the initial prefix of the
35361         output.  Don't assume vasnprintf returns EOVERFLOW if the size
35362         exceeds INT_MAX; do the check ourselves.
35363
35364         Import the following changes from libc:
35365
35366         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
35367
35368         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
35369         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
35370         set wc to the byte which couldn't be converted.
35371         (re_string_reconstruct): Don't clear valid_raw_len before calling
35372         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
35373         tip_context using re_string_context_at.
35374
35375         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
35376
35377         * lib/posix/regex.h: g++ still cannot handled [restrict].
35378
35379         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
35380
35381         * lib/posix/regex.h: Remove special handling for VMS.
35382
35383 2006-08-10  Jim Meyering  <jim@meyering.net>
35384
35385         * modules/same-inode: New module.
35386         * modules/dev-ino: New module.
35387         * modules/cycle-check: Depend on these modules, rather than simply
35388         including their .h files.
35389         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
35390         required via m4/cycle-check.m4.
35391         * modules/same: Depend on new same-inode module, rather than
35392         including same-inode.h.
35393         * modules/chdir-safer: New file.
35394
35395         * modules/chown (Depends-on): Add stat-macros.
35396
35397 2006-08-10  Jim Meyering  <jim@meyering.net>
35398
35399         * m4/cycle-check.m4: New file.
35400         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
35401         * m4/dev-ino.m4, m4/same-inode.m4: New files.
35402
35403 2006-08-10  Eric Blake  <ebb9@byu.net>
35404
35405         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
35406         in from original proposal.
35407
35408 2006-08-10  Eric Blake  <ebb9@byu.net>
35409         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
35410
35411         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
35412         namespace.
35413
35414 2006-08-10  Bruno Haible  <bruno@clisp.org>
35415
35416         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
35417         as well.
35418
35419 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35420
35421         Sync from coreutils.
35422
35423         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
35424
35425         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
35426         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
35427
35428 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35429
35430         * modules/restrict: Remove; no longer needed now that we assume
35431         Autoconf 2.59 or later.
35432         * MODULES.html.sh: Remove 'restrict'.
35433         * modules/argp (Depends-on): Remove 'restrict'.
35434         * modules/base64 (Depends-on): Likewise.
35435         * modules/gc (Depends-on): Likewise.
35436         * modules/getaddrinfo (Depends-on): Likewise.
35437         * modules/glob (Depends-on): Likewise.
35438         * modules/inet_ntop (Depends-on): Likewise.
35439         * modules/inet_pton (Depends-on): Likewise.
35440         * modules/memxor (Depends-on): Likewise.
35441         * modules/regex (Depends-on): Likewise.
35442         * modules/strtok_r (Depends-on): Likewise.
35443         * modules/time_r (Depends-on): Likewise.
35444
35445 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35446
35447         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
35448         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
35449         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
35450         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
35451         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
35452         * m4/memxor.m4 (gl_MEMXOR): Likewise.
35453         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
35454         gl_C_RESTRICT replaced by AC_C_RESTRICT.
35455
35456         Merge from coreutils.
35457         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
35458         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
35459         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35460         * m4/time_r.m4 (gl_TIME_R): Likewise.
35461
35462 2006-08-09  Karl Berry  <karl@gnu.org>
35463
35464         * config/srclist.txt: no more gettext-tools, per Bruno.
35465
35466 2006-08-08  Eric Blake  <ebb9@byu.net>
35467
35468         * modules/verror: New module.
35469         * MODULES.html.sh: Document it.
35470
35471 2006-08-08  Eric Blake  <ebb9@byu.net>
35472
35473         * lib/verror.h, lib/verror.c: New files.
35474
35475 2006-08-08  Eric Blake  <ebb9@byu.net>
35476
35477         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
35478         verror_at_line output complies with GNU Coding Standards even when
35479         file is NULL.
35480
35481 2006-08-07  Bruno Haible  <bruno@clisp.org>
35482
35483         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
35484         versions of AIX.
35485         Reported by Ralf Wildenhues.
35486
35487 2006-08-07  Bruno Haible  <bruno@clisp.org>
35488
35489         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
35490         in an AC_DEFUN. Needed so that the autoconf snippets can use
35491         AC_REQUIRE.
35492
35493 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35494
35495         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35496         Initialize pkgdata_DATA.
35497         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
35498         overriding it.
35499
35500 2006-08-06  Eric Blake  <ebb9@byu.net>
35501
35502         * lib/error.h: Fold in some upstream changes from glibc.
35503         * lib/error.c: Likewise.
35504
35505 2006-08-04  Bruno Haible  <bruno@clisp.org>
35506
35507         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35508         Make the mostlyclean-local rule depend on mostlyclean-generic.
35509         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
35510
35511 2006-07-31  Bruno Haible  <bruno@clisp.org>
35512
35513         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
35514         <stdlib.h>, <string.h>.
35515
35516 2006-07-30  Bruno Haible  <bruno@clisp.org>
35517
35518         * modules/readlink (License): Change to LGPL.
35519
35520 2006-07-30  Bruno Haible  <bruno@clisp.org>
35521
35522         * modules/javaversion (Makefile.am): Distribute javaversion.java and
35523         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
35524         set PKGDATADIR to point to it.
35525
35526 2006-07-30  Bruno Haible  <bruno@clisp.org>
35527
35528         * modules/csharpexec (configure.ac): Comment out macro invocation.
35529         * modules/javaexec (configure.ac): Likewise.
35530         * modules/javacomp-script (configure.ac): Likewise.
35531
35532         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
35533
35534 2006-07-30  Bruno Haible  <bruno@clisp.org>
35535
35536         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
35537         linked-list.
35538
35539 2006-07-30  Bruno Haible  <bruno@clisp.org>
35540
35541         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
35542
35543 2006-07-30  Bruno Haible  <bruno@clisp.org>
35544
35545         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
35546         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
35547         get removed.
35548
35549 2006-07-29  Bruno Haible  <bruno@clisp.org>
35550
35551         Make it possible for gnulib-tool to work with locally modified or
35552         augmented gnulib repositories.
35553         * gnulib-tool (func_usage): Document --local-dir option.
35554         (local_gnulib_dir): New variable.
35555         Handle --local-dir option.
35556         (func_lookup_file): New function.
35557         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
35558         (func_get_description, func_get_filelist, func_get_description,
35559         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
35560         func_get_automake_snippet, func_get_include_directive,
35561         func_get_license, func_get_maintainer): Use func_lookup_file.
35562         (func_import, func_create_testdir): Use func_lookup_file.
35563
35564 2006-07-29  Bruno Haible  <bruno@clisp.org>
35565
35566         * modules/setenv (Depends-on): Add unistd.
35567
35568 2006-07-29  Bruno Haible  <bruno@clisp.org>
35569
35570         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
35571
35572 2006-07-29  Bruno Haible  <bruno@clisp.org>
35573
35574         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
35575
35576 2006-07-29  Bruno Haible  <bruno@clisp.org>
35577
35578         * gnulib-tool (import, update): If there is no Makefile.am, look at
35579         aclocal.m4, instead of bailing out.
35580
35581 2006-07-29  Bruno Haible  <bruno@clisp.org>
35582
35583         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
35584         Categorize the options by when they are useful.
35585
35586 2006-07-29  Bruno Haible  <bruno@clisp.org>
35587
35588         * gnulib-tool (func_usage): Document option --no-libtool.
35589         Handle option --no-libtool.
35590         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
35591         for changed semantics of $libtool variable.
35592         (func_import): Likewise. If libtool is not used, show this through
35593         an option --no-libtool.
35594         (func_create_testdir): Update.
35595
35596 2006-07-29  Bruno Haible  <bruno@clisp.org>
35597
35598         * gnulib-tool (func_import): Extend error message about missing
35599         --doc-base.
35600
35601 2006-07-29  Bruno Haible  <bruno@clisp.org>
35602
35603         * gnulib-tool (func_import): Don't create the $docbase directory if
35604         there is no file to store there.
35605
35606 2006-07-29  Bruno Haible  <bruno@clisp.org>
35607
35608         * gnulib-tool (autoconf_minversion): If a --dir option is given and
35609         relevant, look for configure.ac there, not in the current directory.
35610         Also use a simple search for AC_PREREQ, not "autoconf --trace".
35611
35612 2006-07-29  Bruno Haible  <bruno@clisp.org>
35613
35614         * gnulib-tool (SORT): New variable.
35615         (func_usage): Undocument --assume-autoconf option.
35616         Remove --assume-autoconf option handling.
35617         (autoconf_minversion): Determine from the contents of configure.ac.
35618         (func_import): Remove autoconf_minversion handling.
35619         Suggested by Eric Blake.
35620
35621 2006-07-29  Bruno Haible  <bruno@clisp.org>
35622
35623         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
35624
35625 2006-07-29  Bruno Haible  <bruno@clisp.org>
35626
35627         * config/srclist.txt (*setenv.[ch]): Remove rules.
35628
35629 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35630
35631         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
35632
35633 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35634
35635         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
35636         arpa/inet.h.
35637
35638 2006-07-28  Simon Josefsson  <jas@extundo.com>
35639
35640         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
35641         * modules/inet_pton (Depends-on): Likewise.
35642
35643 2006-07-28  Simon Josefsson  <jas@extundo.com>
35644
35645         * m4/netinet_in_h.m4: New file.
35646
35647 2006-07-28  Simon Josefsson  <jas@extundo.com>
35648
35649         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
35650         #include's.
35651
35652 2006-07-28  Simon Josefsson  <jas@extundo.com>
35653
35654         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
35655         #include's.
35656
35657 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
35658
35659         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
35660         setgid on directories only if they set these bits.
35661         * lib/modechange.h: Remove obsolete comment about masks.
35662
35663 2006-07-28  Eric Blake  <ebb9@byu.net>
35664
35665         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
35666         macro expansion.
35667
35668 2006-07-28  Bruno Haible  <bruno@clisp.org>
35669
35670         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
35671
35672 2006-07-28  Bruno Haible  <bruno@clisp.org>
35673
35674         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
35675
35676 2006-07-28  Bruno Haible  <bruno@clisp.org>
35677
35678         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
35679         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
35680         Define fallbacks.
35681         Avoids link error on FreeBSD 4.x.
35682         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35683
35684         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
35685         encoding.
35686         * lib/mbswidth.c (iswcntrl): Likewise.
35687
35688 2006-07-27  Bruno Haible  <bruno@clisp.org>
35689
35690         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
35691         test.
35692
35693 2006-07-27  Bruno Haible  <bruno@clisp.org>
35694
35695         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
35696         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
35697         defined.
35698
35699 2006-07-26  Eric Blake  <ebb9@byu.net>
35700
35701         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
35702
35703 2006-07-26  Eric Blake  <ebb9@byu.net>
35704
35705         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
35706         like mingw that lack mkstemp.
35707         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
35708         avoid compilation warning on mingw.
35709
35710 2006-07-26  Bruno Haible  <bruno@clisp.org>
35711
35712         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
35713         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
35714         INT_FAST*_MIN, INTPTR_MIN.
35715
35716 2006-07-25  Bruno Haible  <bruno@clisp.org>
35717
35718         * modules/version-etc (Depends-on): Add stdarg.
35719
35720 2006-07-25  Bruno Haible  <bruno@clisp.org>
35721
35722         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
35723         complex commands.
35724
35725 2006-07-25  Bruno Haible  <bruno@clisp.org>
35726
35727         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
35728         defined in <stdarg.h> or config.h.
35729
35730 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
35731
35732         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
35733         (gl_STDIO_SAFER): Remove.
35734
35735 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
35736
35737         * MODULES.html.sh (File stream based Input/Output):
35738         Add fopen-safer, tmpfile-safer; remove stdio-safer.
35739         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
35740         * modules/fopen-safer, modules/tmpfile-safer: New files.
35741         * modules/stdio-safer: Remove.
35742
35743 2006-07-24  Bruno Haible  <bruno@clisp.org>
35744
35745         * modules/tmpdir: New file.
35746         * MODULES.html.sh (File system functions): Add it.
35747
35748 2006-07-24  Bruno Haible  <bruno@clisp.org>
35749
35750         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
35751         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
35752
35753 2006-07-24  Bruno Haible  <bruno@clisp.org>
35754
35755         * modules/clean-temp: New file.
35756
35757 2006-07-24  Bruno Haible  <bruno@clisp.org>
35758
35759         * m4/tmpdir.m4: New file, from GNU gettext.
35760
35761 2006-07-24  Bruno Haible  <bruno@clisp.org>
35762
35763         * lib/tmpdir.h: New file, from GNU gettext.
35764         * lib/tmpdir.c: New file, from GNU gettext.
35765
35766 2006-07-24  Bruno Haible  <bruno@clisp.org>
35767
35768         * lib/clean-temp.h: New file, from GNU gettext.
35769         * lib/clean-temp.c: New file, from GNU gettext.
35770
35771 2006-07-23  Eric Blake  <ebb9@byu.net>
35772
35773         * modules/stdio-safer (Files): Add tmpfile-safer.c.
35774         (Depends-on): Add binary-io.
35775
35776 2006-07-23  Eric Blake  <ebb9@byu.net>
35777
35778         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
35779
35780 2006-07-23  Eric Blake  <ebb9@byu.net>
35781
35782         * lib/tmpfile-safer.c: New file.
35783         * lib/stdio-safer.h (fopen_safer): Add prototype.
35784         * lib/stdio--.h (tmpfile): Make safer.
35785
35786 2006-07-23  Bruno Haible  <bruno@clisp.org>
35787
35788         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
35789         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
35790         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
35791         gl_linked_remove_at): Use it.
35792
35793 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35794         and Simon Josefsson <jas@extundo.com>
35795
35796         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
35797
35798         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
35799
35800 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
35801
35802         * modules/close-stream: New file.
35803         * modules/closeout (Description): Make it clear that it exits
35804         with a diagnostic on error.
35805         (Depends-on): Add close-stream.  Remove fpending, stdbool.
35806         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
35807
35808 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
35809
35810         * m4/close-stream.m4: New file.
35811
35812 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
35813
35814         * lib/close-stream.c, lib/close-stream.h: New files.
35815
35816 2006-07-22  Bruno Haible  <bruno@clisp.org>
35817
35818         Merge from GNU gettext 0.15.
35819
35820         2006-05-01  Bruno Haible  <bruno@clisp.org>
35821
35822                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
35823
35824         2006-07-22  Bruno Haible  <bruno@clisp.org>
35825
35826                 * modules/javaversion: New file.
35827                 * MODULES.html.sh (Java): Add javaversion.
35828
35829         2006-03-12  Bruno Haible  <bruno@clisp.org>
35830
35831                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
35832
35833         2005-12-04  Bruno Haible  <bruno@clisp.org>
35834
35835                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
35836                 (untested).
35837
35838         2006-06-21  Bruno Haible  <bruno@clisp.org>
35839
35840                 Avoid warnings from recent versions of mcs.
35841                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
35842                 -o, -L, -r any more. Use options documented since mcs-1.0
35843                 instead. Similarly for -g.
35844
35845         2005-12-04  Bruno Haible  <bruno@clisp.org>
35846
35847                 * build-aux/csharpcomp.sh.in: Suffix for resources is
35848                 .resources, not .resource.
35849
35850         2005-07-09  Bruno Haible  <bruno@clisp.org>
35851
35852                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
35853                 add a .dll suffix.
35854                 Reported by Mark Junker <mjscod@gmx.de>.
35855
35856         2006-07-22  Bruno Haible  <bruno@clisp.org>
35857
35858                 * modules/gettext: Upgrade to gettext-0.15.
35859                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
35860                 m4/visibility.m4.
35861                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
35862
35863 2006-07-22  Bruno Haible  <bruno@clisp.org>
35864
35865         Merge from GNU gettext 0.15.
35866
35867         2006-03-25  Bruno Haible  <bruno@clisp.org>
35868
35869                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
35870
35871         2006-07-21  Bruno Haible  <bruno@clisp.org>
35872
35873                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
35874                 "1.1".
35875
35876         2006-05-09  Bruno Haible  <bruno@clisp.org>
35877
35878                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
35879                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
35880                 for the conftestver execution.
35881
35882         2006-05-01  Bruno Haible  <bruno@clisp.org>
35883
35884                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
35885                 optional target-version argument. Verify that the compiler
35886                 groks source of the specified source-version, or add -source
35887                 option as necessary. Verify that the compiler produces
35888                 bytecode in the specified target-version, or add -target and
35889                 -source options as necessary. Make the result of the test
35890                 available as variable CONF_JAVAC. Also log error output in
35891                 config.log.
35892
35893         2006-03-11  Bruno Haible  <bruno@clisp.org>
35894
35895                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
35896
35897         2006-05-09  Bruno Haible  <bruno@clisp.org>
35898
35899                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
35900                 CLASSPATH_SEPARATOR to a semicolon.
35901
35902         2006-03-12  Bruno Haible  <bruno@clisp.org>
35903
35904                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
35905                 available as variable CONF_JAVA, for subsequent autoconf
35906                 tests. Also log error output in config.log.
35907
35908         2006-07-19  Bruno Haible  <bruno@clisp.org>
35909
35910                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
35911                 that getline works on glibc2 systems. Needed to avoid trouble
35912                 in relocatable.c.
35913                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
35914
35915         2005-12-04  Bruno Haible  <bruno@clisp.org>
35916
35917                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
35918                 launcher (untested).
35919
35920         2005-12-04  Bruno Haible  <bruno@clisp.org>
35921
35922                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
35923
35924         2006-07-22  Bruno Haible  <bruno@clisp.org>
35925
35926                 * gettext.m4: Update from GNU gettext-0.15.
35927                 * nls.m4: Likewise.
35928                 * po.m4: Likewise.
35929                 * inttypes-pri.m4: Likewise.
35930                 * inttypes-h.m4: Renamed from inttypes.m4.
35931                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
35932
35933 2006-07-22  Bruno Haible  <bruno@clisp.org>
35934
35935         Merge from GNU gettext 0.15.
35936
35937         2005-07-05  Bruno Haible  <bruno@clisp.org>
35938
35939                 * printf-args.c (printf_fetchargs): Work around broken
35940                 definition of wint_t on mingw.
35941
35942         2005-02-12  Bruno Haible  <bruno@clisp.org>
35943
35944                 * xallocsa.h: Add extern "C" for C++.
35945
35946         2006-05-17  Bruno Haible  <bruno@clisp.org>
35947
35948                 Cygwin portability.
35949                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
35950
35951         2006-04-30  Bruno Haible  <bruno@clisp.org>
35952
35953                 * progreloc.c: Include <mach-o/dyld.h> if available.
35954                 (find_executable): Use _NSGetExecutablePath when possible.
35955
35956         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
35957
35958                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
35959                 function.
35960
35961         2005-12-29  Bruno Haible  <bruno@clisp.org>
35962
35963                 * progreloc.c (set_program_name_and_installdir): Fix
35964                 compilation error.
35965
35966         2005-12-04  Bruno Haible  <bruno@clisp.org>
35967
35968                 Cygwin portability.
35969                 * progreloc.c: Include <windows.h> also on Cygwin.
35970                 (find_executable): Add support for Cygwin.
35971                 (set_program_name_and_installdir): Handle also platforms with
35972                 nonempty EXEEXT.
35973
35974         2006-07-11  Bruno Haible  <bruno@clisp.org>
35975
35976                 * javacomp.c: Fix a comment.
35977                 Reported by Jim Meyering.
35978
35979         2006-04-30  Bruno Haible  <bruno@clisp.org>
35980
35981                 * javacomp.h (compile_java_class): Add source_version,
35982                 target_version arguments.
35983                 * javacomp.c: Rewritten to choose only a compiler that
35984                 respects the specified source_version and target_version.
35985
35986         2006-06-27  Bruno Haible  <bruno@clisp.org>
35987
35988                 Assume correct S_ISDIR macro.
35989                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
35990
35991         2006-07-22  Bruno Haible  <bruno@clisp.org>
35992
35993                 * javaversion.h: New file, from GNU gettext.
35994                 * javaversion.c: New file, from GNU gettext.
35995                 * javaversion.java: New file, from GNU gettext.
35996                 * javaversion.class: New file, from GNU gettext.
35997
35998         2006-05-17  Bruno Haible  <bruno@clisp.org>
35999
36000                 Cygwin portability.
36001                 * javaexec.c (execute_java_class): Test for jview program
36002                 also on Cygwin.
36003
36004         2006-04-09  Bruno Haible  <bruno@clisp.org>
36005
36006                 * fatal-signal.c: Don't include string.h.
36007                 (at_fatal_signal): Use a copying loop instead of memcpy.
36008
36009         2005-12-04  Bruno Haible  <bruno@clisp.org>
36010
36011                 * csharpexec.c: Add support for 'clix' launcher (untested).
36012                 (execute_csharp_using_sscli): New function.
36013                 (execute_csharp_program): Call it.
36014
36015         2006-06-21  Bruno Haible  <bruno@clisp.org>
36016
36017                 Avoid warnings from recent versions of mcs.
36018                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
36019                 -o, -L, -r any more. Use options documented since mcs-1.0
36020                 instead. Similarly for -g.
36021
36022         2005-07-09  Bruno Haible  <bruno@clisp.org>
36023
36024                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
36025                 add a .dll suffix.
36026                 Reported by Mark Junker <mjscod@gmx.de>.
36027
36028         2006-06-17  Bruno Haible  <bruno@clisp.org>
36029
36030                 * config.charset: Update for NetBSD 3.0.
36031
36032         2006-05-17  Bruno Haible  <bruno@clisp.org>
36033
36034                 Cygwin portability.
36035                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
36036
36037         2006-05-16  Bruno Haible  <bruno@clisp.org>
36038
36039                 * localcharset.c [CYGWIN]: Include <windows.h>.
36040                 (get_charset_aliases): For Cygwin, return the same CPxxx
36041                 aliases list as under WIN32.
36042                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
36043                 the environment variables. Fall back to GetACP().
36044
36045         2006-04-05  Bruno Haible  <bruno@clisp.org>
36046
36047                 * config.charset: Update Juan Manuel Guerrero's address.
36048
36049         2005-02-12  Bruno Haible  <bruno@clisp.org>
36050
36051                 * allocsa.h: Add extern "C" for C++.
36052
36053         2005-02-10  Bruno Haible  <bruno@clisp.org>
36054
36055                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
36056                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
36057
36058         2006-07-22  Bruno Haible  <bruno@clisp.org>
36059
36060                 * gettext.h: Update to GNU gettext-0.15.
36061
36062 2006-07-22  Bruno Haible  <bruno@clisp.org>
36063
36064         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
36065         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
36066         lib-prefix.m4, longdouble.m4, ssize_t.m4.
36067
36068 2006-07-21  Eric Blake  <ebb9@byu.net>
36069
36070         * modules/stdlib-safer: New file.
36071         * MODULES.html.sh (File stream based Input/Output): Add
36072         stdlib-safer.
36073
36074 2006-07-21  Eric Blake  <ebb9@byu.net>
36075
36076         * lib/stdlib-safer.h: New file from coreutils, required by
36077         stdlib--.h.
36078
36079 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
36080
36081         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
36082
36083 2006-07-20  Bruno Haible  <bruno@clisp.org>
36084
36085         * gnulib-tool: Recognize new option --assume-autoconf.
36086         (autoconf_minversion): New variable.
36087         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
36088
36089 2006-07-20  Bruno Haible  <bruno@clisp.org>
36090
36091         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
36092
36093 2006-07-19  Derek R. Price  <derek@ximbiot.com>
36094
36095         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
36096         Reindent and repaginate.
36097
36098 2006-07-19  Derek Price  <derek@ximbiot.com>
36099
36100         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
36101         Correct grammar.
36102
36103 2006-07-17  Bruno Haible  <bruno@clisp.org>
36104
36105         * modules/list: New file.
36106         * modules/array-list: New file.
36107         * modules/carray-list, modules/carray-list-tests: New files.
36108         * modules/linked-list, modules/linked-list-tests: New files.
36109         * modules/avltree-list, modules/avltree-list-tests: New files.
36110         * modules/rbtree-list, modules/rbtree-list-tests: New files.
36111         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
36112         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
36113         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
36114         * modules/oset: New file.
36115         * modules/array-oset: New file.
36116         * modules/avltree-oset, modules/avltree-oset-tests: New files.
36117         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
36118         * tests/test-carray_list.c: New file.
36119         * tests/test-linked_list.c: New file.
36120         * tests/test-avltree_list.c: New file.
36121         * tests/test-rbtree_list.c: New file.
36122         * tests/test-linkedhash_list.c: New file.
36123         * tests/test-avltreehash_list.c: New file.
36124         * tests/test-rbtreehash_list.c: New file.
36125         * tests/test-avltree_oset.c: New file.
36126         * tests/test-rbtree_oset.c: New file.
36127         * MODULES.html.sh (Container data structures): New section.
36128
36129 2006-07-17  Bruno Haible  <bruno@clisp.org>
36130
36131         * m4/gl_list.m4: New file.
36132
36133 2006-07-17  Bruno Haible  <bruno@clisp.org>
36134
36135         * lib/gl_list.h: New file.
36136         * lib/gl_list.c: New file.
36137         * lib/gl_array_list.h: New file.
36138         * lib/gl_array_list.c: New file.
36139         * lib/gl_carray_list.h: New file.
36140         * lib/gl_carray_list.c: New file.
36141         * lib/gl_linked_list.h: New file.
36142         * lib/gl_linked_list.c: New file.
36143         * lib/gl_anylinked_list1.h: New file.
36144         * lib/gl_anylinked_list2.h: New file.
36145         * lib/gl_avltree_list.h: New file.
36146         * lib/gl_avltree_list.c: New file.
36147         * lib/gl_anyavltree_list1.h: New file.
36148         * lib/gl_anyavltree_list2.h: New file.
36149         * lib/gl_rbtree_list.h: New file.
36150         * lib/gl_rbtree_list.c: New file.
36151         * lib/gl_anyrbtree_list1.h: New file.
36152         * lib/gl_anyrbtree_list2.h: New file.
36153         * lib/gl_anytree_list1.h: New file.
36154         * lib/gl_anytree_list2.h: New file.
36155         * lib/gl_linkedhash_list.h: New file.
36156         * lib/gl_linkedhash_list.c: New file.
36157         * lib/gl_anyhash_list1.h: New file.
36158         * lib/gl_anyhash_list2.h: New file.
36159         * lib/gl_avltreehash_list.h: New file.
36160         * lib/gl_avltreehash_list.c: New file.
36161         * lib/gl_rbtreehash_list.h: New file.
36162         * lib/gl_rbtreehash_list.c: New file.
36163         * lib/gl_anytreehash_list1.h: New file.
36164         * lib/gl_anytreehash_list2.h: New file.
36165
36166         * lib/gl_oset.h: New file.
36167         * lib/gl_oset.c: New file.
36168         * lib/gl_array_oset.h: New file.
36169         * lib/gl_array_oset.c: New file.
36170         * lib/gl_avltree_oset.h: New file.
36171         * lib/gl_avltree_oset.c: New file.
36172         * lib/gl_rbtree_oset.h: New file.
36173         * lib/gl_rbtree_oset.c: New file.
36174         * lib/gl_anytree_oset.h: New file.
36175
36176 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
36177
36178         * m4/mkancesdirs.m4: New file.
36179         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
36180         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
36181         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
36182         it.
36183
36184 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
36185
36186         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
36187         * lib/mkancesdirs.h: New files.
36188         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
36189         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
36190         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
36191         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
36192         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
36193         callers changed.  Revamp internals significantly, by not
36194         attempting to create directories that are temporarily more
36195         permissive than the final results.  Do not attempt to use
36196         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
36197         This removes some race conditions, fixes some bugs, and simplifies
36198         things.  Use new dirchownmod function to do owner and mode changes.
36199         * lib/mkdir-p.h: Likewise.
36200         * lib/modechange.c (octal_to_mode): New function.
36201         (struct mode_change): New member mentioned.
36202         (make_node_op_equals): New arg mentioned.  All callers changed.
36203         (mode_compile): Keep track of which mode bits the user has explicitly
36204         mentioned.
36205         (mode_adjust): New arg DIR, so that we implement the X op correctly.
36206         New arg PMODE_BITS, to keep track of which mode bits the user
36207         mentioned; it treats S_ISUID and S_ISGID speciall.
36208         All callers changed.
36209         * lib/modechange.h: Likewise.
36210
36211 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
36212
36213         * MODULES.html.sh: Add mkancestors.
36214         * modules/mkancesdirs: New module.
36215         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
36216         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
36217         The chdir-safer and afs files are now orphans; I'll remove them
36218         unless someone speaks up.
36219         Add lib/dirchownmod.c, lib/dirchownmod.h.
36220         (Depends-on): Remove alloca, chown, save-cwd, dirname.
36221         Add lchown, mkancesdirs.
36222         (Maintainer): Add self.
36223
36224 2006-07-15  Karl Berry  <karl@gnu.org>
36225
36226         * gnulib-tool: help message wording/arrangement.
36227
36228 2006-07-14  Simon Josefsson  <jas@extundo.com>
36229
36230         * doc/gnulib.texi (Libtool and Windows): New section.
36231
36232 2006-07-12  Simon Josefsson  <jas@extundo.com>
36233
36234         * modules/gendocs (License): Fix license, approved by Karl.
36235
36236 2006-07-12  Eric Blake  <ebb9@byu.net>
36237
36238         * MODULES.html.sh: Add gendocs.
36239
36240 2006-07-11  Eric Blake  <ebb9@byu.net>
36241
36242         * modules/fdl: New module, to install doc/fdl.texi.
36243         * MODULES.html.sh: Add new section for documentation modules.
36244         * gnulib-tool: Avoid space-tab.
36245         (--doc-base): New option, to manage files from doc.
36246
36247 2006-07-11  Eric Blake  <ebb9@byu.net>
36248
36249         * m4/absolute-header.m4: Fix comments to match recent change.
36250
36251 2006-07-11  Eric Blake  <ebb9@byu.net>
36252
36253         * gnulib-tool: List --doc-base before --tests-base.
36254
36255 2006-07-11  Derek R. Price  <derek@ximbiot.com>
36256
36257         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
36258
36259 2006-07-11  Bruno Haible  <bruno@clisp.org>
36260
36261         * README: Mention where to put documentation.
36262
36263 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36264
36265         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
36266
36267 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
36268
36269         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
36270         to stdint.m4.
36271
36272 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
36273
36274         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
36275         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
36276         "no/such/file/stdint.h" when there is no such file, so that
36277         the resulting C code can be parsed by dodgy compilers.
36278         Problems reported by Bob Proulx.
36279
36280 2006-07-10  Derek R. Price  <derek@ximbiot.com>
36281
36282         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
36283         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
36284         macros into the GNU _D_EXACT_NAMLEN.
36285         * lib/savedir.c:  Likewise.
36286         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
36287
36288 2006-07-10  Derek R. Price  <derek@ximbiot.com>
36289         and Paul Eggert  <eggert@cs.ucla.edu>
36290
36291         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
36292         * m4/savedir.m4:
36293         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
36294         macros into the GNU _D_EXACT_NAMLEN.
36295
36296 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36297
36298         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
36299         around the absolute name, to work around a problem with the HP-UX
36300         11.23 native C compiler, reported by Bob Proulx.
36301
36302 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36303
36304         * doc/maintain.texi, make-stds.texi: Sync from
36305         <http://savannah.gnu.org/projects/gnustandards>.
36306
36307 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
36308
36309         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
36310
36311 2006-07-09  Jim Meyering  <jim@meyering.net>
36312
36313         * m4/glob.m4: Remove a doubled word in a comment.
36314
36315 2006-07-09  Jim Meyering  <jim@meyering.net>
36316
36317         * lib/argp-pv.c: Remove a doubled word in a comment.
36318         * lib/check-version.c (check_version): Likewise.
36319         * lib/javacomp.c (compile_java_class): Likewise.
36320
36321 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
36322
36323         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
36324         for the benefit of people using Autoconf 2.60.  If you want to
36325         support older Autoconf versions you can copy m4/onceonly_2_57.m4
36326         (or m4/onceonly.m4, if pre-2.57) manually.
36327
36328 2006-07-08  Jim Meyering  <jim@meyering.net>
36329
36330         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
36331         comment.
36332         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
36333         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
36334         comment.
36335
36336 2006-07-08  Jim Meyering  <jim@meyering.net>
36337
36338         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
36339
36340 2006-07-07  Simon Josefsson  <jas@extundo.com>
36341
36342         * tests/test-crc.c: Change expected crc value, the test vector
36343         were probably computed using the old broken crc.c?
36344
36345 2006-07-06  Simon Josefsson  <jas@extundo.com>
36346
36347         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
36348         now the canonical place for the M4 file).
36349
36350         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
36351         from the sys_socket dependency now.
36352
36353         * modules/inet_pton (Files): Ditto.
36354
36355         * modules/inet_ntop (Files): Ditto.
36356
36357 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36358
36359         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
36360         not gl_PREREQ_GETUSERSHELL.
36361
36362 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36363
36364         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
36365         with only one argument, for Autoconf 2.60.
36366         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
36367         expand to nothing, so add a shell command to avoid syntax error.
36368         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
36369
36370 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36371
36372         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
36373
36374 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
36375
36376         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
36377         no longer needed.  Check for isblank decl.
36378         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
36379         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
36380         of existence.
36381
36382 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
36383
36384         * lib/getloadavg.c: Use __VMS, not VMS.
36385         * lib/getopt.c: Likewise.
36386         * lib/getpagesize.h: Likewise.
36387         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
36388         and probably does not work.
36389
36390 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
36391
36392         * lib/.cppi-disable: Add wcwidth.
36393         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
36394         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
36395         (ISGRAPH): Remove.  All uses changed to isgraph.
36396         (FOLD) [!defined _LIBC]: Remove special case.
36397         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
36398         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
36399         HAVE_ISBLANK.
36400         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
36401         case.
36402
36403 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
36404
36405         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
36406         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
36407         brackets.  Other minor changes to suppress some compiler
36408         warnings.
36409
36410 2006-07-06  Derek R. Price  <derek@ximbiot.com>
36411         and Paul Eggert  <eggert@cs.ucla.edu>
36412
36413         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
36414         of invoking obsolescent AC_HEADER_DIRENT macro.
36415         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
36416         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
36417         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
36418         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
36419         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
36420         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
36421         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
36422         * m4/readdir.m4: Remove; no longer needed.
36423
36424 2006-07-06  Derek R. Price  <derek@ximbiot.com>
36425         and Paul Eggert  <eggert@cs.ucla.edu>
36426
36427         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
36428         Don't worry about this obsolete case any more.
36429         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
36430         directories.
36431         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
36432         worry about this obsolete case any more.
36433         * lib/fts.c: Likewise.
36434         * lib/getcwd.c: Likewise.
36435         * lib/glob.h: Likewise.
36436         * lib/savedir.c: Likewise.
36437
36438 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
36439
36440         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
36441         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
36442         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
36443         needed.
36444         All uses removed.
36445         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
36446         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
36447         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
36448         needed.
36449         * m4/getdate.m4 (gl_GETDATE): Likewise.
36450         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
36451         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
36452         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
36453         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
36454         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
36455         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36456         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
36457         needed.
36458
36459 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
36460
36461         * lib/memcasecmp.c: Include <limits.h>.
36462         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
36463         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
36464         Don't assume isdigit succeeds only on '0' through '9'.
36465
36466 2006-07-05  Eric Blake  <ebb9@byu.net>
36467
36468         * modules/getaddrinfo (Depends-on): Add snprintf.
36469
36470 2006-07-05  Eric Blake  <ebb9@byu.net>
36471
36472         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
36473         to avoid 'header present but could not be compiled' on cygwin.
36474
36475 2006-07-05  Eric Blake  <ebb9@byu.net>
36476
36477         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
36478         missing from netdb.h.
36479         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
36480
36481 2006-07-05  Derek R. Price  <derek@ximbiot.com>
36482
36483         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
36484         no longer needed.
36485         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
36486         * m4/getdate.m4 (gl_GETDATE): Likewise.
36487         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
36488         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
36489         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
36490         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
36491         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36492
36493 2006-07-05  Derek R. Price  <derek@ximbiot.com>
36494
36495         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
36496         All uses of is_space replaced by isspace.
36497         * lib/exit.h: Don't talk about STDC_HEADERS.
36498         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
36499         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
36500         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
36501         replaced by isprint etc.
36502         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
36503         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
36504         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
36505         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
36506         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
36507         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
36508
36509 2006-07-05  Bruno Haible  <bruno@clisp.org>
36510
36511         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
36512         the function exists, before testing against AIX.
36513         Reported by Martin Lambers <marlam@marlam.de>.
36514
36515 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
36516
36517         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
36518         From Mark D. Baushke.
36519
36520 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
36521
36522         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
36523         to the absolute name, not just one, to bypass Sun C 5.8's
36524         "warning: #include of /usr/include/... may be non-portable".
36525
36526 2006-07-04  Eric Blake  <ebb9@byu.net>
36527
36528         * modules/dirname-tests: New test module.
36529         * tests/test-dirname.c: New file, replacing dirname.c
36530         TEST_DIRNAME section that was recently deleted.
36531
36532 2006-07-04  Bruno Haible  <bruno@clisp.org>
36533
36534         Assume ANSI C header files and <ctype.h> functions.
36535         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
36536         (mbsnwidth): Use isprint, iscntrl instead.
36537
36538 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36539
36540         Merge from coreutils.
36541         * MODULES.html.sh: Add xstrtold.
36542         * modules/xstrtold: New file.
36543         * modules/cycle-check (Files): Add lib/same-inode.h.
36544         * modules/dirname (Files): Add m4/double-slash-root.m4.
36545         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
36546         * modules/mkdir-p (Files): Add lib/same-inode.h.
36547         * modules/same (Files): Add lib/same-inode.h.
36548
36549 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36550
36551         * m4/absolute-header.m4: Renamed from full-header-path.m4.
36552         This is to keep the terminology clean; POSIX talks about
36553         "absolute pathnames", not "full pathnames", but the GNU
36554         Coding Standards say to use "path" for something else;
36555         so use "absolute" to keep both sides happy.
36556         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
36557         Set gl_absolute_header, not gl_full_header_path.
36558         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
36559         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
36560         All uses changed.
36561
36562         Merge from coreutils.
36563
36564         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
36565
36566         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
36567         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
36568         want to require the building of c-strtod.o.
36569         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
36570         needs -lm directly.
36571         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
36572
36573         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
36574
36575         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
36576         --as-needed option if available.  Problem reported by Albert Chin in
36577         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
36578         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
36579         cc merely issues a bunch of annoying warnings for --as-needed
36580         (this problem was reported by Bob Proulx).  Also, try linking with
36581         -lm to detect a bug in binutils 2.16 (this problem was reported
36582         by Ralf Wildenhues).
36583
36584         2006-06-18  Jim Meyering  <jim@meyering.net>
36585
36586         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
36587         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
36588         macro.
36589         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
36590         also check for glibc-2.4's abort-inducing bug.
36591
36592         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
36593         Low-probability clean-up should be to use rmdir to get rid of
36594         the just-created directory, not unlink.
36595
36596         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
36597         configure fail, and request a bug report to inform us about it.
36598         Add a comment that, barring reports to the contrary, in 2007 we'll
36599         assume ftruncate is universally available.
36600
36601         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
36602
36603         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
36604
36605         2006-03-12  Jim Meyering  <jim@meyering.net>
36606
36607         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
36608         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
36609         * m4/same.m4 (gl_SAME): Likewise.
36610         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
36611
36612         2006-03-11  Eric Blake  <ebb9@byu.net>
36613
36614         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
36615         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
36616         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
36617         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
36618
36619 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36620
36621         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
36622         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
36623         reported by Mark D. Baushke, one in
36624         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
36625
36626         Merge from coreutils.
36627
36628         * lib/.cppi-disable: Add stdint_.h.
36629         * lib/.cvsignore: Add stdint.h.
36630
36631         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
36632
36633         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
36634         both double and long double versions.
36635         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
36636         * lib/xstrtold.c: New file.
36637         * lib/xstrtod.h (xstrtold): New decl.
36638
36639         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36640
36641         * lib/filemode.c (setst): Remove.
36642         (strmode): Rewrite to avoid setst.  This makes the code shorter,
36643         (arguably) clearer, and the generated code is a bit smaller on my
36644         Debian GNU/Linux stable x86 host.
36645
36646         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
36647
36648         * lib/filemode.c: Include "filemode.h" first, to test the interface.
36649         Assume that filemode.h includes sys/types.h and sys/stat.h.
36650         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
36651         (ftypelet): Reorder to put common cases first, for efficiency.
36652         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
36653         to do 'M'.
36654         (strmode): Renamed from mode_string, and now stores 12 bytes instead
36655         of 10, for compatibility with FreeBSD.  All callers changed.
36656         (filemodestring): Now stores 12 bytes instead of 10, and sets file
36657         types that can't be deduced solely from st_mode.  First arg is now a
36658         const pointer.
36659         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
36660         (strmode): Renamed from mode_string.
36661         (filemodestring): New decl.
36662         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
36663         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
36664         needed.
36665         (S_ISPORT, S_ISWHT): New macros, if not already defined.
36666
36667         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
36668
36669         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
36670         fsusage.h now does that.  Include fsusage.h first, to test interface.
36671         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
36672         at most one method (the old code could have generated decls that
36673         didn't conform to C89, not that this was ever exercised).
36674         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
36675
36676         2006-03-19  Jim Meyering  <jim@meyering.net>
36677
36678         Work even in a chroot where d_ino values for entries in "/"
36679         don't match the stat.st_ino values for the same names.
36680         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
36681         number, iterate through all entries again, using lstat instead.
36682         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
36683         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
36684
36685         * lib/getcwd.c (__getcwd): Clarify a comment.
36686         Use memcpy in place of a call to strcpy.
36687
36688         2006-03-12  Jim Meyering  <jim@meyering.net>
36689
36690         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
36691         matches that of the current directory (which we're about to chdir ".."
36692         out of), then save the dev-ino of the parent, instead.
36693
36694         * lib/same-inode.h (SAME_INODE): New file/macro.
36695         * lib/chdir-safer.c (SAME_INODE): Remove definition.
36696         Include "same-inode.h", instead.
36697         * lib/same.c: Likewise.
36698         * lib/cycle-check.h: Include "same-inode.h".
36699         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
36700         * lib/cycle-check.c (SAME_INODE): Remove definition.
36701         * lib/root-dev-ino.h: Include "same-inode.h".
36702
36703         2006-03-11  Eric Blake  <ebb9@byu.net>
36704
36705         * lib/same.c (same_name): s/base_name/last_component/
36706         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
36707         * lib/filenamecat.c (file_name_concat): Likewise.
36708
36709         2006-03-11  Eric Blake  <ebb9@byu.net>,
36710                     Paul Eggert  <eggert@cs.ucla.edu>
36711
36712         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
36713         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
36714         drive prefix.
36715         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
36716         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
36717         (last_component): New method.
36718         * lib/dirname.c (dir_len): Determine when drive letters need a
36719         subsequent slash.  Preserve // when it is special.
36720         (dir_name): Don't append dot when drive letter is absolute.
36721         [TEST_DIRNAME]: Move into a full-blown gnulib test.
36722         * lib/basename.c (base_name): New semantics - malloc the result.
36723         Preserve // when it is special.  Preserve relative files that look
36724         like drive letters.
36725         (base_len): Preserve // when it is special.
36726         (last_component): New method, similar to old base_name semantics.
36727         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
36728         base_name.  Strip redundant slashes from ///.
36729
36730 2006-07-03  Jim Meyering  <jim@meyering.net>
36731
36732         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
36733         macro is used before the first cycle_check call.
36734
36735 2006-07-03  Eric Blake  <ebb9@byu.net>
36736
36737         * modules/dirname (Depends-on): Add xstrndup.
36738
36739 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
36740
36741         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
36742         test cases, so that config.log is a bit easier to follow.
36743
36744 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
36745
36746         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
36747         both are 64 bits, since this seems to be the tradition, and this
36748         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
36749         we ever run into a host that prefers long long to long in this
36750         case, we'll need another configure-time test.  Problem reported by
36751         Jim Meyering.
36752
36753 2006-07-02  Eric Blake  <ebb9@byu.net>
36754
36755         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
36756
36757 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36758
36759         * modules/inttypes (Depends-on): No longer depends on stdint.
36760         * modules/stdint (Description): Say more about assumptions.
36761         Say that the fast types might differ.  Say macros are used.
36762         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
36763         (Makefile.am): Revise list of substituted symbols to match
36764         new stdint.m4.
36765         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
36766         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
36767         * tests/test-stdint.c (verify_same_types)
36768         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
36769         the code conforms to C99/C89.
36770         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
36771         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
36772
36773 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36774
36775         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
36776         but fix a bug, by requiring at least 64 bits.
36777         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
36778         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
36779         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
36780         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
36781
36782         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
36783         changes.  Make 2.59 a prerequisite.  Check and substitute for
36784         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
36785         inttypes.h.  Do not use special include files; just use the
36786         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
36787         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
36788         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
36789         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
36790         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
36791         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
36792         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
36793         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
36794         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
36795         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
36796         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
36797         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
36798         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
36799         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
36800         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
36801         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
36802         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
36803         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
36804         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
36805         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
36806         WINT_MAX.  Check for C99 conformance more strictly, by detecting
36807         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
36808         not check for things that C99 does not require, e.g., int8_t.  If
36809         a test isn't needed unless <stdint.h> isn't working, and is
36810         unlikely to be needed for any other reason, then don't do it
36811         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
36812         size_t, since we assume C89 freestanding at least.  Do not check
36813         for sig_atomic_t, wchar_t, or wint_t, since the code now does
36814         the right thing even if the types are not defined.  Instead use:
36815         (gl_STDINT_TYPE_PROPERTIES): New macro.
36816         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
36817         testing whether <sys/types.h> clashes, as Autoconf does this for
36818         us now.  All uses removed.
36819         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
36820         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
36821         (gl_CHECK_TYPE_SAME):
36822         Remove; no longer needed.
36823         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
36824         exists, since we'll return 0 anyway in that case.
36825         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
36826
36827 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36828
36829         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
36830         possible collision with system files.
36831         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
36832         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
36833         WCHAR_MIN and WCHAR_MAX in this case.
36834         (<stddef.h>): Do not include; no longer needed.
36835         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
36836         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
36837         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
36838         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
36839         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
36840         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
36841         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
36842         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
36843         !defined(__c99))]: Include in this case too, since it's harmless
36844         now.
36845         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
36846         dangerous to do so.
36847         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
36848         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
36849         (_STDINT_MIN, _STDINT_MAX): New macros.
36850         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
36851         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
36852         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
36853         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
36854         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
36855         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
36856         macros, not typedefs; this simplifies things quite a bit.
36857         Use long int for all types narrower than int64_t.
36858         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
36859         Define in terms of long long int or int64_t or long int,
36860         not int64_t or int32_t.  This saves some compile-time testing.
36861         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
36862         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
36863         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
36864         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
36865         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
36866         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
36867         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
36868         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
36869         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
36870         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
36871         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
36872         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
36873         undef any previous version and define our own version, for
36874         simplicity and consistency with the new macros for types.
36875         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
36876         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
36877         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
36878         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
36879         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
36880         @WINT_T_SUFFIX@ to keep things simple here.
36881         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
36882         Simplify by assuming typical 8/16/32/64 host, since we're
36883         already doing that elsewhere anyway.
36884         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
36885         and assume long long int is 64 bits if available.  This
36886         speeds up 'configure'.
36887
36888 2006-07-01  Eric Blake  <ebb9@byu.net>
36889
36890         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
36891         Reported by Andreas Buening.
36892
36893 2006-07-01  Eric Blake  <ebb9@byu.net>
36894
36895         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
36896
36897 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
36898
36899         * lib/getaddrinfo.c: fixed typo
36900
36901 2006-06-29  Jim Meyering  <jim@meyering.net>
36902
36903         * modules/strftime (Maintainer): Add my name, since with the
36904         FPRINTFTIME changes strftime.c has forked from glibc.
36905
36906 2006-06-29  Eric Blake  <ebb9@byu.net>
36907
36908         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
36909
36910 2006-06-29  Eric Blake  <ebb9@byu.net>
36911
36912         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
36913
36914 2006-06-29  Eric Blake  <ebb9@byu.net>
36915
36916         * lib/stat_.h: New file.
36917
36918 2006-06-29  Eric Blake  <ebb9@byu.net>
36919
36920         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
36921         unused static function.
36922
36923 2006-06-29  Eric Blake  <ebb9@byu.net>
36924
36925         * doc/functions.texi (Function Portability): Document missing lstat
36926         on mingw.
36927
36928 2006-06-29  Eric Blake  <ebb9@byu.net>
36929
36930         * MODULES.html.sh: Add sys_stat.
36931         * modules/sys_stat: New module.
36932         * modules/mkstemp (Depends-on): Add sys_stat.
36933
36934 2006-06-29  Derek R. Price  <derek@ximbiot.com>
36935
36936         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
36937
36938 2006-06-29  Derek R. Price  <derek@ximbiot.com>
36939
36940         * m4/c-bs-a.m4: Removed.
36941
36942 2006-06-29  Derek R. Price  <derek@ximbiot.com>
36943
36944         * lib/strftime.c: Assume strftime() exists.
36945
36946 2006-06-29  Derek Price  <derek@ximbiot.com>
36947
36948         * modules/c-bs-a: Removed - \a is C89.
36949         * MODULES.html.sh: Remove c-bs-a.
36950
36951 2006-06-29  Bruno Haible  <bruno@clisp.org>
36952
36953         * modules/wcwidth (License): Change to LGPL.
36954
36955 2006-06-28  Simon Josefsson  <jas@extundo.com>
36956
36957         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
36958         on _WIN32.
36959
36960         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
36961         getnameinfo.
36962
36963 2006-06-28  Simon Josefsson  <jas@extundo.com>
36964
36965         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
36966
36967 2006-06-28  Simon Josefsson  <jas@extundo.com>
36968
36969         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
36970         functions there.  It will succeed on Windows XP, but on Windows
36971         2000 and (presumably) earlier, it will fail, and use the internal
36972         re-implementation.
36973         (use_win32_p): New function.
36974         (getaddrinfo): Use strtoul on servname, to support numeric ports.
36975         Support AI_NUMERICSERV to disable getservbyname.
36976         (getnameinfo): New function, only supports
36977         NI_NUMERICHOST|NI_NUMERICSERV for now.
36978
36979         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
36980         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
36981         getnameinfo.
36982
36983 2006-06-28  Eric Blake  <ebb9@byu.net>
36984
36985         * modules/wcwidth: New file.
36986         * modules/mbchar (Depends-on): Add wcwidth.
36987         * modules/mbswidth (Depends-on): Add wcwidth.
36988         * MODULES.html.sh: Add wcwidth.
36989
36990 2006-06-28  Eric Blake  <ebb9@byu.net>
36991
36992         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
36993         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
36994
36995 2006-06-28  Eric Blake  <ebb9@byu.net>
36996
36997         * lib/xvasprintf.h: Fix comments.
36998
36999 2006-06-28  Eric Blake  <ebb9@byu.net>
37000
37001         * lib/mbchar.h (wcwidth): Include wcwidth.h.
37002         * lib/mbswidth.c (wcwidth): Move from here...
37003         * lib/wcwidth.h: ...to this new file.
37004
37005 2006-06-28  Derek R. Price  <derek@ximbiot.com>
37006
37007         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
37008
37009         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
37010         it's obsolete.
37011         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
37012
37013 2006-06-28  Derek R. Price  <derek@ximbiot.com>
37014
37015         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
37016         Autoconf 2.60 says this stuff was obsolete.
37017
37018 2006-06-28  Bruno Haible  <bruno@clisp.org>
37019
37020         * modules/wcwidth (Files): Add m4/wchar_t.m4.
37021
37022 2006-06-28  Bruno Haible  <bruno@clisp.org>
37023
37024         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
37025         gt_TYPE_WCHAR_T.
37026
37027 2006-06-28  Bruno Haible  <bruno@clisp.org>
37028
37029         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
37030         declaration for wcwidth.
37031         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
37032
37033 2006-06-28  Bruno Haible  <bruno@clisp.org>
37034
37035         * lib/mkdtemp.c [MINGW]: Include <io.h>.
37036         (mkdir): Define using _mkdir.
37037
37038 2006-06-28  Bruno Haible  <bruno@clisp.org>
37039
37040         * lib/getaddrinfo.h: Fix POSIX URL.
37041         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
37042         _WIN32.
37043         (use_win32_p): Make static.
37044         (getaddrinfo): Reject service name if it is empty or does not consist
37045         solely of decimal digits, or if its value is > 65535.
37046         (getnameinfo): Remove useless casts.
37047
37048 2006-06-27  Simon Josefsson  <jas@extundo.com>
37049
37050         * modules/sys_select: New file, suggested by Bruno Haible, Paul
37051         Eggert and Martin Lambers.
37052
37053 2006-06-27  Simon Josefsson  <jas@extundo.com>
37054
37055         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
37056         Eggert and Martin Lambers.
37057
37058 2006-06-27  Bruno Haible  <bruno@clisp.org>
37059
37060         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
37061         result to 0, not to empty.
37062         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
37063
37064 2006-06-27  Bruno Haible  <bruno@clisp.org>
37065
37066         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
37067
37068 2006-06-26  Simon Josefsson  <jas@extundo.com>
37069
37070         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
37071         present.
37072
37073 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
37074
37075         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
37076         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
37077         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
37078
37079 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
37080
37081         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
37082
37083 2006-06-26  Bruno Haible  <bruno@clisp.org>
37084
37085         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
37086
37087 2006-06-26  Bruno Haible  <bruno@clisp.org>
37088
37089         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
37090
37091 2006-06-26  Bruno Haible  <bruno@clisp.org>
37092
37093         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
37094         SGI C compiler in pre-C99 mode.
37095         Suggested by Mark D. Baushke and Larry Jones.
37096
37097 2006-06-26  Bruno Haible  <bruno@clisp.org>
37098
37099         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
37100         WCHAR_MAX.
37101         Reported by Mark D. Baushke and Larry Jones.
37102
37103 2006-06-26  Bruno Haible  <bruno@clisp.org>
37104
37105         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
37106         in pre-C99 mode.
37107         Suggested by Mark D. Baushke and Larry Jones.
37108
37109 2006-06-23  Simon Josefsson  <jas@extundo.com>
37110             Bruno Haible  <bruno@clisp.org>
37111
37112         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
37113         Emit mostlyclean-local rule.
37114         (func_emit_tests_Makefile_am): Likewise.
37115         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
37116
37117 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
37118
37119         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
37120
37121 2006-06-23  Bruno Haible  <bruno@clisp.org>
37122
37123         * tests/test-stdint.c: Update to match ISO C 99 Technical
37124         Corrigendum 1.
37125
37126 2006-06-23  Bruno Haible  <bruno@clisp.org>
37127
37128         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
37129
37130 2006-06-23  Bruno Haible  <bruno@clisp.org>
37131
37132         * lib/stdint_.h: Treat IRIX like OpenBSD.
37133
37134 2006-06-23  Bruno Haible  <bruno@clisp.org>
37135
37136         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
37137         ISO C 99 Technical Corrigendum 1.
37138
37139 2006-06-22  Simon Josefsson  <jas@extundo.com>
37140
37141         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
37142         MinGW.
37143
37144 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37145
37146         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
37147         needed.  Some compiler complained about some of them.  Problem reported
37148         by Larry Jones in
37149         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
37150
37151 2006-06-21  Simon Josefsson  <jas@extundo.com>
37152
37153         * tests/test-getaddrinfo.c: New file.
37154
37155         * modules/getaddrinfo-tests: New file.
37156
37157         * MODULES.html.sh: Add inet_pton.
37158
37159         * modules/inet_pton: New file.
37160
37161 2006-06-21  Simon Josefsson  <jas@extundo.com>
37162
37163         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
37164         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
37165         of using the (limited) gnulib implementation on Windows XP.
37166
37167         * m4/inet_pton.m4: New file.
37168
37169 2006-06-21  Simon Josefsson  <jas@extundo.com>
37170
37171         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
37172         variable.
37173
37174         * lib/socket_.h: Don't define WINVER.
37175
37176         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
37177         slightly modified to work in gnulib.
37178
37179 2006-06-21  Simon Josefsson  <jas@extundo.com>
37180
37181         * doc/gnulib.texi (Windows sockets): Add.
37182
37183 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
37184
37185         * lib/read-file.c (fread_file): Start with buffer allocation of
37186         0 bytes rather than 1 byte; this simplifies the code.
37187         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
37188         code to free buffer and save/restore errno.
37189         (internal_read_file): Remove unused local.
37190
37191 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
37192
37193         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
37194         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
37195         Problem reported by Denis Excoffier in
37196         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
37197
37198 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37199
37200         * modules/sys_socket, modules/socklen: Include sys/types since
37201         FreeBSD 4.x's sys/socket.h needs it.
37202
37203 2006-06-19  Simon Josefsson  <jas@extundo.com>
37204
37205         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
37206
37207 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
37208
37209         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
37210
37211 2006-06-19  Bruno Haible  <bruno@clisp.org>
37212
37213         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
37214         and FULL_PATH_INTTYPES_H in angle brackets.
37215         Reported by Mark D. Baushke <mdb@gnu.org>.
37216
37217 2006-06-17  Eric Blake  <ebb9@byu.net>
37218
37219         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
37220         errno.
37221
37222 2006-06-17  Bruno Haible  <bruno@clisp.org>
37223
37224         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
37225         <sys/inttypes.h>.
37226
37227 2006-06-17  Bruno Haible  <bruno@clisp.org>
37228
37229         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
37230         whether errno is declared. Assume <errno.h> declares errno.
37231
37232 2006-06-17  Bruno Haible  <bruno@clisp.org>
37233
37234         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
37235
37236 2006-06-17  Bruno Haible  <bruno@clisp.org>
37237
37238         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
37239         problem on Solaris 2.5.1.
37240
37241 2006-06-16  Eric Blake  <ebb9@byu.net>
37242
37243         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
37244         * lib/unicodeio.c [!defined errno]: Likewise.
37245         * lib/strtol.c [!defined errno]: Likewise.
37246         * lib/strtod.c [!defined errno]: Likewise.
37247
37248 2006-06-15  Eric Blake  <ebb9@byu.net>
37249
37250         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
37251
37252 2006-06-15  Eric Blake  <ebb9@byu.net>
37253
37254         * config/srclist.txt (ssize_t.m4): Lose sync.
37255
37256 2006-06-15  Bruno Haible  <bruno@clisp.org>
37257
37258         * modules/stdint (Files): Include m4/full-header-path.m4,
37259         m4/size_max.m4, m4/wchar_t.m4.
37260         (Makefile.am): Many more substitutions.
37261         * modules/stdint-tests: New file.
37262         * tests/test-stdint.c: New file.
37263
37264 2006-06-15  Bruno Haible  <bruno@clisp.org>
37265
37266         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
37267         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
37268         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
37269         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
37270         gl_CHECK_TYPE_SAME): New macros.
37271
37272 2006-06-15  Bruno Haible  <bruno@clisp.org>
37273
37274         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
37275
37276 2006-06-15  Bruno Haible  <bruno@clisp.org>
37277
37278         * lib/stdint_.h: Rewritten to be fully auto-configured.
37279         Fixes bug on HP-UX/IA64.
37280
37281 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
37282
37283         * lib/getdate.y (__attribute__): Don't define if already defined.
37284         Problem reported by Larry Jones.
37285         * lib/utimens.c (__attribute__): Likewise.
37286
37287 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
37288
37289         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
37290         reported by Andreas Schwab.
37291
37292 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37293             Bruno Haible  <bruno@clisp.org>
37294
37295         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
37296         check for the declaration of strnlen and a run test that exposes the
37297         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
37298         rpl_strndup.
37299
37300 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37301             Bruno Haible  <bruno@clisp.org>
37302
37303         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
37304
37305 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37306
37307         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
37308         compile test, for Tru64 4.0D.
37309
37310 2006-05-28  Karl Berry  <karl@gnu.org>
37311
37312         * config/srclist.txt (printf-args.c): lose sync.
37313
37314 2006-05-26  Martin Lambers  <marlam@marlam.de>
37315
37316         * lib/getpass.c: Updates the test for the native W32 API, and adds
37317         missing includes, thus fixing compilation warnings.
37318
37319 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
37320
37321         * lib/exclude.c (exclude_fnmatch): New function.
37322         (excluded_file_name): Call exclude_fnmatch.
37323         * lib/exclude.h (excluded_file_name): New prototype
37324
37325 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
37326
37327         * lib/tempname.c (small_open, large_open): New macros.
37328         (__open, __open64) [!_LIBC]: Remove.
37329         (__gen_tempname): Use small_open and large_open instead of __open
37330         and __open64.  This fixes a portability bug on HP-UX 11.11i
37331         reported by Simon Wing-Tang in
37332         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
37333
37334 2006-05-24  Bruno Haible  <bruno@clisp.org>
37335
37336         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
37337         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
37338         Reported by Thorsten Maerz <torte@netztorte.de> via
37339         Aaron Stone <aaron@serendipity.cx>.
37340
37341 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
37342
37343         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
37344         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
37345         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
37346         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
37347         not really conditional on the cache.
37348         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
37349
37350 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
37351
37352         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
37353         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
37354         (my_usleep): Don't mishandle maximum value.
37355
37356 2006-05-19  Jim Meyering  <jim@meyering.net>
37357
37358         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
37359
37360 2006-05-17  Bruno Haible  <bruno@clisp.org>
37361
37362         Cygwin portability.
37363         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
37364
37365 2006-05-17  Bruno Haible  <bruno@clisp.org>
37366
37367         * lib/stdint_.h: Fix recognition of Cygwin.
37368
37369 2006-05-15  Bruno Haible  <bruno@clisp.org>
37370
37371         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
37372         on libtool patch by Ralf Wildenhues.
37373
37374 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37375
37376         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
37377         test for C99 conformance; (bool) 0.5 is an integer constant
37378         expression, but (bool) -0.5 is not.  Problem reported by Fedor
37379         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
37380
37381 2006-05-11  Simon Josefsson  <jas@extundo.com>
37382
37383         * m4/xvasprintf.m4: Fix obvious typo.
37384
37385 2006-05-11  Jim Meyering  <jim@meyering.net>
37386
37387         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
37388         James Lemley.
37389
37390 2006-05-10  Simon Josefsson  <jas@extundo.com>
37391
37392         * lib/md4.c: Typo fix, update copyright years.
37393         (K1, K2): Don't use L because it turn computations into 64-bit on
37394         64-bit platforms.
37395
37396 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37397
37398         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
37399         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
37400         unwanted sign propagation, e.g., on hosts with 64-bit int.
37401         There still are some problems with reeelly weird theoretical hosts
37402         (e.g., 33-bit int) but it's not worth worrying about now.
37403         * lib/sha1.c (rol): Likewise.
37404         (K1, K2, K3, K4): Remove unnecessary L suffix.
37405
37406 2006-05-10  Bruno Haible  <bruno@clisp.org>
37407
37408         * lib/des.c: Cast to avoid warnings.
37409
37410 2006-05-09  Bruno Haible  <bruno@clisp.org>
37411
37412         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
37413         (Depends-on): Depend also on xsize, stdarg.
37414         (configure.ac): Add gl_XVASPRINTF.
37415
37416 2006-05-09  Bruno Haible  <bruno@clisp.org>
37417
37418         * m4/xvasprintf.m4: New file.
37419
37420 2006-05-09  Bruno Haible  <bruno@clisp.org>
37421
37422         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
37423         (EOVERFLOW): Define fallback value.
37424         (xstrcat): New function.
37425         (xvasprintf): Recognize the special case of a string concatenation.
37426
37427 2006-05-08  Eric Blake  <ebb9@byu.net>
37428
37429         * gnulib-tool (func_version): Base copyright year on CVS date.
37430         (func_emit_copyright_notice): New function.
37431         (func_emit_lib_Makefile_am): Use it.
37432         (func_emit_tests_Makefile_am): Likewise.
37433         (func_import): Likewise.
37434
37435 2006-05-08  Bruno Haible  <bruno@clisp.org>
37436
37437         * modules/stdarg: New file.
37438         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
37439
37440 2006-05-08  Bruno Haible  <bruno@clisp.org>
37441
37442         * m4/stdarg.m4: New file, from GNU gettext.
37443
37444 2006-05-08  Bruno Haible  <bruno@clisp.org>
37445
37446         * config/srclist.txt (build-aux/config.rpath): different from latest
37447         release.
37448
37449 2006-05-08  Bruno Haible  <bruno@clisp.org>
37450
37451         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
37452
37453 2006-05-05  Jim Meyering  <jim@meyering.net>
37454
37455         * m4/warning.m4: New file, derived from bison's file by the same name.
37456
37457 2006-05-03  Bruno Haible  <bruno@clisp.org>
37458
37459         * lib/stdint_.h: Shorter URL.
37460         * lib/inttypes.h: Likewise.
37461
37462 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
37463
37464         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
37465
37466 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
37467
37468         * lib/verify.h: Document the internals better.  Most of this change
37469         was written by Bruno Haible.
37470
37471 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
37472
37473         * doc/verify.texi: New file, partly based on a proposal by
37474         Bruno Haible.
37475
37476 2006-05-02  Bruno Haible  <bruno@clisp.org>
37477
37478         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
37479         test from here...
37480         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
37481
37482 2006-04-29  Bruno Haible  <bruno@clisp.org>
37483
37484         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
37485         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
37486
37487 2006-04-29  Bruno Haible  <bruno@clisp.org>
37488
37489         * gnulib-tool: Make --update option actually work.
37490
37491 2006-04-29  Bruno Haible  <bruno@clisp.org>
37492
37493         * doc/gcd.texi: New file.
37494         * doc/gnulib.texi: Include it.
37495
37496 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
37497
37498         * lib/getdate.y (get_date): When adding relative date, start with the
37499         initial time, not with the result of the first mktime call.
37500
37501 2006-04-25  Bruno Haible  <bruno@clisp.org>
37502
37503         * gnulib-tool (func_import): Output the include directives in three
37504         blocks, sorted separately.
37505         Reported by Ben Pfaff <blp@cs.stanford.edu>.
37506
37507 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
37508
37509         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
37510         to define main with arguments, for C++.  Reported by Eric Blake.
37511         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
37512         Prefer 'int main ()' to 'int main (void)', for C++.
37513         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
37514         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
37515         for 'main', for C99 and C++.
37516
37517 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
37518
37519         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
37520         Don't assume that exit status -1 is valid.
37521         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
37522         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
37523         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
37524         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
37525         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
37526         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
37527         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
37528         functions can be used without declaring them, or that you can
37529         exit with status -1.
37530         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
37531
37532 2006-04-24  Karl Berry  <karl@gnu.org>
37533
37534         * config/srclist.txt (longdouble.m4): sync lost.
37535
37536 2006-04-24  Eric Blake  <ebb9@byu.net>
37537
37538         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
37539
37540 2006-04-24  Bruno Haible  <bruno@clisp.org>
37541
37542         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
37543         poll() implementation in AIX.
37544         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37545
37546 2006-04-24  Bruno Haible  <bruno@clisp.org>
37547
37548         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
37549         assigned exactly once.
37550
37551 2006-04-23  Claudio Fontana  <claudio@gnu.org>
37552             Bruno Haible  <bruno@clisp.org>
37553
37554         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
37555         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
37556         for AM_CPPFLAGS.
37557
37558 2006-04-23  Bruno Haible  <bruno@clisp.org>
37559
37560         * modules/copy-file: Depend on unistd.
37561         * modules/execute: Likewise.
37562         * modules/fatal-signal: Likewise.
37563         * modules/findprog: Likewise.
37564         * modules/mkdtemp : Likewise.
37565         * modules/pipe: Likewise.
37566         * modules/wait-process: Likewise.
37567
37568 2006-04-23  Bruno Haible  <bruno@clisp.org>
37569
37570         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
37571         condition was already detected.
37572         Reported by Ben Pfaff <blp@cs.stanford.edu>.
37573
37574 2006-04-23  Bruno Haible  <bruno@clisp.org>
37575
37576         * lib/copy-file.c: Include <unistd.h> unconditionally.
37577         * lib/execute.c: Likewise.
37578         * lib/fatal-signal.c: Likewise.
37579         * lib/findprog.c: Likewise.
37580         * lib/mkdtemp.c: Likewise.
37581         * lib/pipe.h: Likewise.
37582         * lib/pipe.c: Likewise.
37583         * lib/wait-process.h: Likewise.
37584
37585 2006-04-23  Bruno Haible  <bruno@clisp.org>
37586
37587         * gnulib-tool (func_usage): Fix --import description. Document
37588         --update.
37589         (func_import): Create temporary file in a temporary directory, if
37590         --dry-run is specified. Silence errors from 'grep' when there are no
37591         m4 files in $m4dir.
37592         (func_create_testdir): Silence errors from 'grep' when there are no
37593         m4 files in $m4dir.
37594         Reported by Karl Berry <karl@freefriends.org>.
37595
37596 2006-04-20  Bruno Haible  <bruno@clisp.org>
37597
37598         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
37599         one argument, so that the code will be portable to Autoconf 2.60.
37600         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
37601         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
37602         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
37603
37604 2006-04-19  Derek Price  <derek@ximbiot.com>
37605             Eric Blake  <ebb9@byu.net>
37606
37607         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
37608         rather than "/full/path.h".  Update comment to match.  Shorten &
37609         generalize m4_translit call via AS_TR_CPP.
37610
37611 2006-04-19  Derek Price  <derek@ximbiot.com>
37612             Eric Blake  <ebb9@byu.net>
37613
37614         * lib/inttypes.h: Correct grammar in comment.
37615
37616 2006-04-18  Derek Price  <derek@ximbiot.com>
37617             Paul Eggert  <eggert@cs.ucla.edu>
37618
37619         * modules/inttypes: New file.
37620         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
37621
37622 2006-04-18  Derek Price  <derek@ximbiot.com>
37623             Paul Eggert  <eggert@cs.ucla.edu>
37624
37625         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
37626         New files.
37627
37628 2006-04-18  Derek Price  <derek@ximbiot.com>
37629             Paul Eggert  <eggert@cs.ucla.edu>
37630
37631         * lib/inttypes.h: New file.
37632         * lib/strtoimax.c: Assume <inttypes.h>.
37633
37634 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
37635
37636         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
37637         isn't mounted.  Problem reported by Kir Kolyshkin.
37638
37639 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
37640
37641         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
37642         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
37643         Derek R. Price.
37644         * lib/regex.h (RE_DUP_MAX): Update comment to match current
37645         implementation.
37646
37647 2006-04-12  Eric Blake  <ebb9@byu.net>
37648
37649         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
37650         is now done automatically by the corresponding Autoconf macro.
37651
37652 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
37653
37654         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
37655         time_r.h.
37656
37657 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
37658
37659         Merge regex changes from libc, removing some of our
37660         POSIX-conformance changes that were rejected and redoing them in a
37661         less-intrusive way.
37662
37663         * lib/regcomp.c (re_compile_internal, init_dfa):
37664         Length arg is now size_t, not Idx.  All uses changed.
37665         (peek_token): Forward decl now says internal_function.
37666         (__re_error_msgid, __re_error_msgid_idx):
37667         Now static rather than extern with attribute_hidden.
37668         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
37669         For some reason libc prefers K&R style defns for external functions.
37670         (regerror) [!defined _LIBC]: Likewise.
37671         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
37672         (seek_collating_symbol_entry, lookup_collation_sequence_value):
37673         (build_range_exp, build_collating_symbol):
37674         Use K&R-style defn.
37675         (re_compile_fastmap): Use '\0' to memset, not 0.
37676         (utf8_sb_map): Make the calculations more obvious.
37677         (init_dfa, parse_bracket_exp, build_charclass_op):
37678         Call calloc and cast result, as glibc does.
37679         (init_word_char, fetch_token, peek_token, peek_token_bracket):
37680         (build_range_exp, build_collating_symbol):
37681         Now internal functions.
37682
37683         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
37684
37685         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
37686         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
37687         Don't depend on VMS; depend on __VMS instead, for POSIX
37688         namespace cleanness.
37689         (regoff_t): Define to ssize_t, not long int.
37690
37691         Remove the REG_ macros named below.  Instead, make the old names
37692         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
37693         __USE_GNU_REGEX.
37694         (REG_BACKSLASH_ESCAPE_IN_LISTS):
37695         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
37696         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
37697         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
37698         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
37699         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
37700         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
37701         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
37702         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
37703         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
37704         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
37705         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
37706         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
37707         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
37708         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
37709         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
37710         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
37711         (REG_NREGS):
37712         Remove.  All uses replaced by the old RE_* names.
37713         (RE_BACKSLASH_ESCAPE_IN_LISTS):
37714         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
37715         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
37716         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
37717         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
37718         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
37719         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
37720         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
37721         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
37722         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
37723         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
37724         Don't bother having these macros be independent of each others'
37725         values, since they no longer exist in the POSIX name space.
37726
37727         Rename the following member names back to their old names,
37728         unless !__USE_GNU_REGEX.  All uses changed back.
37729         (buffer): Renamed from re_buffer.
37730         (allocated): Renamed from re_allocated.
37731         (used): Renamed from re_used.
37732         (syntax): Renamed from re_syntax.
37733         (fastmap): Renamed from re_fastmap.
37734         (translate): Renamed from re_translate.
37735         (can_be_null): Renamed from re_can_be_null.
37736         (regs_allocated): Renamed from re_regs_allocated.
37737         (fastmap_accurate): Renamed from re_fastmap_accurate.
37738         (no_sub): Renamed from re_no_sub.
37739         (not_bol): Renamed from re_not_bol.
37740         (not_eol): Renamed from re_not_eol.
37741         (newline_anchor): Renamed from re_newline_anchor.
37742         (num_regs): Renamed from rm_num_regs.
37743         (start): Renamed from rm_start.
37744         (end): Renamed from rm_end.
37745
37746         (free_state): Move up a bit.
37747
37748         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
37749         #define to be empty.
37750         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
37751         when that is what is intended.
37752         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
37753         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
37754         (MAX): New macro.
37755         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
37756         All uses changed back to re_malloc, etc.  It's now the caller's
37757         responsibility to check for overflow; all callers changed.
37758         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
37759         (re_x2nrealloc): Remove.
37760         (free_state): Remove decl.
37761
37762         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
37763         (re_set_registers, re_exec):
37764         Use K&R-style defn.
37765
37766         2006-01-31  Roland McGrath  <roland@redhat.com>
37767
37768         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
37769         Reported by Mike Frysinger <vapier@gentoo.org>.
37770
37771         2006-01-15  Andreas Jaeger  <aj@suse.de>
37772
37773         [BZ #1950]
37774         * lib/regex_internal.c (re_string_reconstruct): Adjust for
37775         build_wcs_upper_buffer change.
37776         (build_wcs_upper_buffer): Change return type.
37777
37778         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
37779
37780         * lib/regex_internal.h: Include <stdint.h> if available.
37781
37782         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
37783
37784         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
37785
37786         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
37787
37788         * lib/regcomp.c: Adjust for changed secondary hash function.
37789
37790         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
37791
37792         * lib/regex.h: Pretty printing.
37793         Clean up namespace a bit.
37794
37795         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
37796
37797         * lib/regexec.c (update_cur_sifted_state, check_arrival,
37798         check_arrival_add_next_nodes): Avoid using uninitialized variable.
37799
37800         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37801                     Ulrich Drepper  <drepper@redhat.com>
37802
37803         [BZ #1302]
37804         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
37805         changed.
37806         (bitset_word_t): Renamed from bitset_word.  All uses changed.
37807
37808         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
37809
37810         [BZ #281]
37811         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
37812         * lib/regcomp.c: Remove unnecessary uses of
37813         unsigned RE_TRANSLATE_TYPE.
37814         * lib/regex_internal.h: Likewise.
37815         * lib/regex_internal.c: Likewise.
37816         * lib/regexec.c: Likewise.
37817         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
37818
37819         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
37820
37821         * lib/regexec.c (find_recover_state): Remove unnecessary
37822         initialization.
37823         (transit_state_bkref): Make DFA a const pointer.
37824         (get_subexp): Likewise.
37825         (check_arrival): Likewise.
37826         (update_cur_sifted_state): Likewise.
37827         (re_search_internal): Likewise.
37828         (prune_impossible_nodes): Likewise.
37829         (acquire_init_state_context): Likewise.
37830         (proceed_next_node): Likewise.
37831         (set_regs): Likewise.
37832         (free_fail_stack_return): Likewise.
37833         (check_arrival_expand_ecl): Mark DFA parameter as const.
37834         (check_arrival_expand_ecl_sub): Likewise.
37835         (check_subexp_limits): Likewise.
37836         (sub_epsilon_src_nodes):  Likewise.
37837         (add_epsilon_src_nodes):  Likewise.
37838         (merge_state_array): Likewise.
37839         (update_regs): Likewise.
37840         (build_trtable): Likewise.
37841         (sift_states_backward): Mark MCTX parameter as const.
37842         (build_sifted_states): Likewise.
37843         (update_cur_sifted_state): Likewise.
37844         (sift_states_mkref): Likewise.
37845         (check_arrival_expand_ecl): Mark eclosure as const.
37846         (check_dst_limits_calc_pos_1): Likewise.
37847         * lib/regex_internal.h (re_match_context_t): Make dfa a const
37848         pointer.
37849
37850         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
37851
37852         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
37853         (transit_state_sb): Likewise.
37854         (transit_state_mb): Likewise.
37855         (sift_states_iter_mb): Likewise.
37856         (check_arrival_add_next_nodes): Likewise.
37857         (check_node_accept_bytes): Change first parameter to pointer-to-const.
37858         [_LIBC] (re_search_2_stub): Use mempcpy.
37859
37860         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
37861         mbrtowc for very simple UTF-8 case.
37862
37863         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
37864         a pointer-to-const.
37865         (re_acquire_state_context): Likewise.
37866         * lib/regex_internal.h: Adjust prototypes.
37867
37868         * lib/regex.c: Prevent using C++ compilers.
37869
37870         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
37871         (re_acquire_state_context): Likewise.
37872
37873 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
37874
37875         * modules/regex (Depends-on): Add ssize_t.
37876
37877 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
37878
37879         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
37880         translation table.
37881
37882 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
37883
37884         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
37885
37886 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
37887             Bruno Haible  <bruno@clisp.org>
37888
37889         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
37890         <sys/types.h> and <inttypes.h>.
37891
37892 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37893
37894         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
37895         `__error_t_defined', so argp.h will not typedef the former.
37896
37897 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
37898
37899         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
37900         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
37901         glibc names.  Even if glibc is changed to conform to POSIX, the
37902         traditional names will be available anyway, since regex depends on
37903         the extensions module.  Also, fix a longstanding typo in the
37904         implementation of Spencer ERE test #75 from grep 2.3.  Problems
37905         reported by Emanuele Giaquinta.  Also, change sense of cached
37906         variable, so that the message makes sense.
37907
37908 2006-03-24  Simon Josefsson  <jas@extundo.com>
37909
37910         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
37911         including some doc fixes.
37912         (base64_encode_alloc): Fix +1 bug on allocation failures.
37913
37914 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37915
37916         * lib/base64.c (base64_encode): Do not read past end of array with
37917         unsanitized input on systems with CHAR_BIT > 8.
37918
37919 2006-03-24  Eric Blake  <ebb9@byu.net>
37920
37921         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
37922
37923 2006-03-22  Karl Berry  <karl@gnu.org>
37924
37925         * config/srclist.txt (*setenv.[ch]): get from coreutils.
37926         * config/srclistvars.sh (COREUTILS): new var.
37927
37928 2006-03-17  Jim Meyering  <jim@meyering.net>
37929
37930         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
37931         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
37932
37933 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
37934
37935         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
37936         no longer needs it.  Instead, check that regoff_t is as least
37937         as wide as ptrdiff_t.
37938
37939         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
37940         so that our regex.h stays compatible with the installed regex.
37941         This is helpful for installers who configure --without-included-regex.
37942         Problem reported by Emanuele Giaquinta.
37943
37944 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
37945
37946         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
37947         Typedef to long int, not to off_, as POSIX will likely change
37948         in that direction.
37949
37950 2006-03-15  Eric Blake  <ebb9@byu.net>
37951
37952         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
37953
37954 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
37955
37956         * lib/argp-help.c (validate_uparams): Fix typo
37957         * lib/argp-parse.c (argp_default_options): Consistently begin help
37958         messages with a lowercase letter.
37959
37960 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
37961
37962         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
37963         overrun buffers and shouldn't be used (much as gets shouldn't be
37964         used).
37965         * lib/time_r.c (asctime_r, ctime_r): Likewise.
37966
37967 2006-03-08  Simon Josefsson  <jas@extundo.com>
37968
37969         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
37970         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37971
37972 2006-03-08  Simon Josefsson  <jas@extundo.com>
37973
37974         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
37975         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37976
37977 2006-03-08  Simon Josefsson  <jas@extundo.com>
37978
37979         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
37980         signal that configure disabled the device.
37981
37982 2006-03-08  Simon Josefsson  <jas@extundo.com>
37983
37984         * build-aux/maint.mk: Fix refresh-po, to handle no translated
37985         languages.
37986
37987 2006-03-07  Simon Josefsson  <jas@extundo.com>
37988
37989         * modules/getopt (Depends-on): Add unistd.
37990
37991         * modules/unistd: New file.
37992
37993 2006-03-07  Simon Josefsson  <jas@extundo.com>
37994
37995         * modules/gc-random: New file.
37996
37997 2006-03-07  Simon Josefsson  <jas@extundo.com>
37998
37999         * m4/unistd_h.m4: New file.
38000
38001 2006-03-07  Simon Josefsson  <jas@extundo.com>
38002
38003         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
38004         test to be side-effect free by storing the result in the cache
38005         variable gl_cv_lib_readline, and moving the assignment of
38006         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
38007         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38008
38009 2006-03-07  Simon Josefsson  <jas@extundo.com>
38010
38011         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
38012         error on missing devices (the functions will return an error).
38013
38014         * m4/gc.m4: Move random stuff to gc-random.m4
38015
38016 2006-03-07  Simon Josefsson  <jas@extundo.com>
38017
38018         * lib/unistd_.h: New file.
38019
38020 2006-03-07  Simon Josefsson  <jas@extundo.com>
38021
38022         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
38023
38024 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
38025
38026         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
38027         Problem reported by Juan Manuel Guerrero.
38028
38029 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
38030
38031         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
38032         the unistd module.
38033         * lib/getlogin_r.c: Likewise.
38034         * lib/getlogin_r.h: Likewise.
38035         * lib/glob.c: Likewise.
38036         * lib/pagealign_alloc.c: Likewise.
38037         * lib/unistd_.h: Remove; no longer needed.
38038
38039 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
38040
38041         * MODULES.html.sh (Support for systems lacking POSIX:2001):
38042         Add unistd.
38043         * modules/c-stack (Depends-on): Add unistd.
38044         * modules/getlogin_r: Likewise.
38045         * modules/glob: Likewise.
38046         * modules/pagealign_alloc: Likewise.
38047         * modules/unistd (Files): Remove lib/unistd_.h.
38048         (EXTRA_DIST): Remove.
38049         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
38050         need unistd_.h.
38051         (MOSTLYCLEANFILES): Remove unistd.h-t.
38052
38053 2006-03-03  Simon Josefsson  <jas@extundo.com>
38054
38055         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
38056
38057 2006-03-03  Simon Josefsson  <jas@extundo.com>
38058
38059         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
38060         libidn and bison.
38061
38062 2006-03-03  Simon Josefsson  <jas@extundo.com>
38063
38064         * build-aux/maint.mk: Add indent target.
38065
38066 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
38067
38068         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
38069         our replacement poll.h in any case, to avoid a differing
38070         declaration from a system header.  Seen on AIX.
38071
38072 2006-03-01  Simon Josefsson  <jas@extundo.com>
38073
38074         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
38075         <kasal@ucw.cz>.
38076
38077 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38078
38079         * modules/gettime (Depends-on): Add extensions module.
38080         * modules/nanosleep (Depends-on): Likewise.
38081         * modules/settime (Depends-on): Likewise.
38082
38083 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38084
38085         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
38086         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
38087         pedantically.
38088         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
38089         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
38090
38091         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
38092         not "==".  Reported by Ralf Wildenhues.
38093
38094 2006-03-01  Karl Berry  <karl@gnu.org>
38095
38096         * doc/Copyright/request-*: new files, synced from gnuorg.
38097
38098 2006-03-01  Karl Berry  <karl@gnu.org>
38099
38100         * config/srclist.txt (Copyright/*): new entries.
38101
38102 2006-02-28  Simon Josefsson  <jas@extundo.com>
38103
38104         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
38105
38106 2006-02-27  Simon Josefsson  <jas@extundo.com>
38107
38108         * lib/base64.h: Indent #define's.  From Jim Meyering
38109         <jim@meyering.net>.
38110
38111 2006-02-27  Jim Meyering  <jim@meyering.net>
38112
38113         Revert the change of 2006-02-24, so these files can continue
38114         to be sync'd from gettext.
38115         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
38116         of `config.h'.
38117
38118 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
38119
38120         * modules/intprops: New file.
38121         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
38122         Add intprops.
38123         * modules/getloadavg (Files): Remove lib/intprops.h.
38124         (Depends-on): Add intprops.
38125         * modules/human: Likewise.
38126         * modules/inttostr: Likewise.
38127         * modules/openat: Likewise.
38128         * modules/sig2str: Likewise.
38129         * modules/userspec: Likewise.
38130         * modules/utimecmp: Likewise.
38131         * modules/xnanosleep: Likewise.
38132         * modules/xstrtol: Likewise.
38133
38134 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
38135
38136         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
38137         * modules/lock-tests (TESTS): Use $(EXEEXT).
38138         * modules/tls-tests: Likewise.
38139         * modules/argp-tests: Likewise.
38140         (check_PROGRAMS): New var, replacing...
38141         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
38142
38143 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38144
38145         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
38146         `config.h'.
38147
38148 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38149
38150         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
38151
38152 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38153
38154         Sync from coreutils.
38155         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
38156         gl_CHDIR_SAFER.
38157
38158 2006-02-22  Jim Meyering  <jim@meyering.net>
38159
38160         Sync from coreutils.
38161         * m4/chdir-safer.m4: New file.
38162
38163 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38164
38165         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
38166         AT_FDCWD exceeds INT_MAX.
38167         * lib/openat.h (AT_FDCWD): Likewise.
38168
38169 2006-02-17  Eric Blake  <address@hidden>
38170
38171         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
38172
38173 2006-02-16  Simon Josefsson  <jas@extundo.com>
38174
38175         * modules/getaddrinfo (Depends-on): Add sys_socket.
38176
38177 2006-02-15  Simon Josefsson  <jas@extundo.com>
38178
38179         * build-aux/maint.mk: Add dsyntax-check rule.
38180
38181 2006-02-15  Eric Blake  <ebb9@byu.net>
38182
38183         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
38184         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
38185         'present but cannot compile' warnings on cygwin.
38186         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
38187         use ws2tcpip.h if sys/socket.h works.
38188         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
38189         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
38190
38191 2006-02-14  Simon Josefsson  <jas@extundo.com>
38192
38193         * modules/maintainer-makefile (Files): Rename.
38194
38195         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
38196         and (the local) Makefile.cfg to maint-cfg.mk.
38197
38198         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
38199         to the latter.
38200
38201         * modules/maintainer-makefile: New module.
38202
38203         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
38204         severaly stripped to make it possible to build it up from scratch
38205         with reliable tests.
38206
38207         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
38208         fixes to permit overriding the default actions when configure and
38209         makefile are not available.
38210
38211 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38212
38213         Sync from coreutils.
38214         * modules/lstat (Depends-on): Don't depend on xalloc.
38215         (License): Change from GPL to LGPL, since this is now simply a
38216         replacement for a libc function.
38217
38218 2006-02-14  Jim Meyering  <jim@meyering.net>
38219
38220         Sync from coreutils.
38221
38222         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
38223         failure on deficient systems, and simplify gnulib lgpl dependencies.
38224         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
38225         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
38226
38227         * lib/xalloc-die.c: Remove unused definition of N_.
38228
38229 2006-02-14  Jim Meyering  <jim@meyering.net>
38230
38231         Sync from coreutils.
38232         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
38233         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
38234         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
38235         double-quote uses of that variable, to accommodate the rare case in
38236         which getmntent is available in none of the libraries checked.  This
38237         happens at least on FreeBSD 5.0.
38238
38239 2006-02-13  Simon Josefsson  <jas@extundo.com>
38240
38241         * gnulib-tool (Usage): Fix --import, from
38242         karl@freefriends.org (Karl Berry).
38243
38244 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
38245
38246         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
38247
38248 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
38249
38250         * lib/argp-namefrob.h: Restore changes accidentally lost during the
38251         "autoupdate" on 2005-12-12.
38252
38253 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
38254
38255         * modules/closeout (Depends-on): Remove atexit.
38256
38257 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
38258
38259         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
38260         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
38261
38262 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38263
38264         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
38265         __EXTENSIONS__ if this causes compilation to fail.  Problem
38266         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
38267         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
38268
38269 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
38270
38271         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
38272         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
38273         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
38274         All uses changed.
38275
38276 2006-01-26  Simon Josefsson  <jas@extundo.com>
38277
38278         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
38279         prototype is visible on mingw32.
38280
38281         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
38282         for mingw32.
38283
38284         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
38285         mingw32).
38286
38287 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
38288
38289         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
38290         attempt to open for write; this always fails, at least on POSIX
38291         hosts.  This reinstates the 2006-01-09 change, which was
38292         inadvertently removed.
38293
38294 2006-01-26  Bruno Haible  <bruno@clisp.org>
38295
38296         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
38297         Reported by Paul Eggert.
38298
38299 2006-01-26  Bruno Haible  <bruno@clisp.org>
38300             Paul Eggert  <eggert@cs.ucla.edu>
38301
38302         * lib/stdbool_.h (_Bool)
38303         [(! (defined __cplusplus || defined __BEOS__)
38304           && !defined __GNUC__
38305           && !(defined __HP_cc || defined __xlc__
38306                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
38307                || defined __sgi))]:
38308         #define to signed char in these cases too; this simplifies
38309         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
38310         etc., separately) and makes it more conservative.
38311
38312 2006-01-25  Simon Josefsson  <jas@extundo.com>
38313
38314         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
38315         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
38316         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
38317
38318 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
38319
38320         * lib/argp-namefrob.h: Bugfix. Remove stray #
38321
38322 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
38323
38324         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
38325         so that we test the test.
38326         Check for yet another HP-UX cc bug involving *bool |= bool.
38327
38328 2006-01-25  Karl Berry  <karl@gnu.org>
38329
38330         * config/srclist.txt (vasnprintf.c): sync lost.
38331
38332 2006-01-25  Jim Meyering  <jim@meyering.net>
38333
38334         Sync from the stable (b5) branch of coreutils:
38335
38336         * lib/fts.c (fts_children): Don't let close() clobber errno from
38337         failed fchdir().
38338
38339         * lib/fts.c (fts_stat): When following a symlink-to-directory,
38340         don't necessarily interpret stat-fails+lstat-succeeds as indicating
38341         a dangling symlink.  That can also happen at least for ELOOP.
38342         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
38343         FYI, this bug predates the inclusion of fts.c in coreutils.
38344
38345         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
38346         in their own block, so pre-c99 compilers don't object.
38347
38348         Avoid the double-free (first in fts_read, second in fts_close) that
38349         would occur when an `active' directory is made inaccessible (e.g.,
38350         via chmod a-x) during a traversal.
38351         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
38352         before returning.  Reproduce this failure by
38353         mkdir -p a/b; cd a; chmod a-x . b
38354         Reported by Stavros Passas.
38355
38356 2006-01-25  Jim Meyering  <jim@meyering.net>
38357
38358         * lib/fileblocks.c: Remove more useless parentheses.
38359         * lib/readutmp.h: Likewise.
38360
38361 2006-01-25  Bruno Haible  <bruno@clisp.org>
38362
38363         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
38364         warnings.
38365         Reported by Paul Eggert.
38366
38367 2006-01-25  Bruno Haible  <bruno@clisp.org>
38368
38369         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
38370         rid of a trap command. For Solaris sh.
38371         Reported by Mark D. Baushke <mdb@gnu.org>.
38372
38373 2006-01-24  Simon Josefsson  <jas@extundo.com>
38374
38375         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
38376         Bruno.
38377
38378 2006-01-24  Karl Berry  <karl@gnu.org>
38379
38380         * config/srclist.txt (argp-namefrob.h): sync lost.
38381
38382 2006-01-24  Jim Meyering  <jim@meyering.net>
38383
38384         * modules/openat (Files): Add lib/intprops.h.
38385         From Mark D. Baushke.
38386
38387 2006-01-24  Jim Meyering  <jim@meyering.net>
38388
38389         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
38390         Reported by Mark D. Baushke.
38391
38392 2006-01-24  Jim Meyering  <jim@meyering.net>
38393
38394         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
38395
38396 2006-01-24  Bruno Haible  <bruno@clisp.org>
38397
38398         * modules/strnlen (Maintainer): Change from glibc to all.
38399
38400 2006-01-24  Bruno Haible  <bruno@clisp.org>
38401
38402         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
38403         Patch by Paul Eggert.
38404
38405 2006-01-24  Bruno Haible  <bruno@clisp.org>
38406
38407         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
38408         already has it.
38409         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
38410         2005-11-26.
38411
38412         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
38413         'signed char' to avoid problems with the built-in _Bool type.
38414         Reported by Paul Eggert on 2005-11-26.
38415
38416 2006-01-24  Bruno Haible  <bruno@clisp.org>
38417
38418         * gnulib-tool (func_import): Avoid constructing complicated sed
38419         expressions inside backquote.
38420         Report and solution by Mark D. Baushke <mdb@gnu.org>.
38421
38422 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
38423
38424         These changes imported from libc.
38425         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
38426         test and two separate function calls.
38427         * lib/strndup.c (__strndup): Add libc_hidden_def.
38428
38429 2006-01-23  Simon Josefsson  <jas@extundo.com>
38430
38431         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
38432         Remove the test_*_SOURCES variable: automake infers it by default.
38433         * modules/tls-tests: Likewise.
38434
38435 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38436
38437         Work around porting bugs reported by Dieter in
38438         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
38439         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
38440         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
38441         Include "getopt.h" first, to check interface.
38442         (getenv): Declare only if defined HAVE_DECL_GETENV &&
38443         !HAVE_DECL_GETENV.
38444         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
38445         (__strndup): Revert to K&R-style function dfns, the glibc style.
38446         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
38447         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
38448         Include strnlen.h first, to get prototype properly.
38449         (strnlen): Renamed from __strnlen.
38450         Remove weak alias.
38451
38452 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38453
38454         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
38455
38456 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38457
38458         * config/srclist.txt: Adjust to reflect glibc reorganization.
38459         This affects only comments.
38460
38461 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
38462
38463          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
38464          Reported by Bruce Korb <bkorb@gnu.org>.
38465
38466 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
38467
38468         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
38469         to pacify gcc -Wswitch-default.
38470
38471 2006-01-22  Bruno Haible  <bruno@clisp.org>
38472
38473         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
38474         temporary buffer for sprintf, take into account the precision also
38475         for 'd', 'i', 'u', 'o', 'x', 'X'.
38476
38477 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
38478
38479         * modules/argp-tests: New module
38480         * tests/test-argp.c: New file
38481         * tests/test-argp-2.sh: New file
38482
38483 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
38484
38485         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
38486         (__argp_base_name): Removed
38487         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
38488         typo.
38489         (__argp_base_name): Provide macro definition or extern declaration
38490         depending on the configuration
38491
38492 2006-01-20  Simon Josefsson  <jas@extundo.com>
38493
38494         * modules/inet_ntop (Depends-on): Depend on sys_socket.
38495
38496 2006-01-20  Simon Josefsson  <jas@extundo.com>
38497
38498         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
38499
38500 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38501
38502         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
38503         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
38504         Suggested by Bruno Haible.
38505
38506 2006-01-20  Karl Berry  <karl@gnu.org>
38507
38508         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
38509         until changes propagate, I guess.
38510
38511 2006-01-19  Simon Josefsson  <jas@extundo.com>
38512
38513         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
38514
38515 2006-01-19  Simon Josefsson  <jas@extundo.com>
38516
38517         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
38518
38519 2006-01-19  Simon Josefsson  <jas@extundo.com>
38520
38521         * gnulib-tool: Set check_PROGRAMS.
38522
38523         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
38524         modules/des-tests, modules/gc-arcfour-tests,
38525         modules/gc-arctwo-tests, modules/gc-des-tests,
38526         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
38527         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
38528         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
38529         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
38530         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
38531         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
38532         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
38533         test_*_SOURCES.
38534
38535 2006-01-18  Simon Josefsson  <jas@extundo.com>
38536
38537         * modules/socklen (Depends-on): Depend on sys_socket.
38538
38539 2006-01-18  Simon Josefsson  <jas@extundo.com>
38540
38541         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
38542         modules/des-tests, modules/gc-arcfour-tests,
38543         modules/gc-arctwo-tests, modules/gc-des-tests,
38544         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
38545         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
38546         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
38547         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
38548         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
38549         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
38550         $(EXEEXT) to automake TESTS variable, for mingw32.
38551
38552 2006-01-17  Simon Josefsson  <jas@extundo.com>
38553
38554         * modules/socklen (Include): Need sys/socket.h.
38555
38556 2006-01-17  Bruno Haible  <bruno@clisp.org>
38557
38558         * modules/ssize_t (Include): Add <sys/types.h>.
38559
38560 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
38561
38562         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
38563         it's not portable and it doesn't work with cross-compiles.
38564         Problem reported by Bruno Haible.  Fix missing-$ typo in
38565         'test "gl_cv_ignore_unused_libraries" ...' that prevented
38566         -zignore from being used with Sun's C compiler.
38567
38568 2006-01-12  Simon Josefsson  <jas@extundo.com>
38569
38570         * lib/base64.c: Fix warning, reported by Bruno Haible
38571         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
38572
38573 2006-01-12  Bruno Haible  <bruno@clisp.org>
38574
38575         * modules/ldd: New file.
38576         * build-aux/ldd.sh.in: New file.
38577         * MODULES.html.sh (Support for building libraries and executables): Add
38578         ldd.
38579
38580 2006-01-12  Bruno Haible  <bruno@clisp.org>
38581
38582         * m4/ldd.m4: New file.
38583
38584 2006-01-12  Bruno Haible  <bruno@clisp.org>
38585
38586         * gnulib-tool (func_import, func_create_testdir): Don't go into an
38587         endless loop while replacing $auxdir with build-aux.
38588
38589 2006-01-11  Simon Josefsson  <jas@extundo.com>
38590
38591         * lib/stdint_.h (SIZE_MAX): Add missing (.
38592
38593 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
38594
38595         Sync from coreutils.
38596         * lib/md5.c: Fix commentary typos.
38597         (alignof, UNALIGNED_P): No need for a GCC-specific version.
38598         * lib/md5.h (__attribute__): Remove; unused.
38599         * lib/sha1.c: Fix commentary to match md5 better.
38600         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
38601         so that we don't need to worry about alignment.  All uses changed.
38602         This merges the 2005-10-28 md5 change into sha1.
38603
38604 2006-01-11  Jim Meyering  <jim@meyering.net>
38605
38606         Sync from coreutils.
38607         * lib/md5.c (OP): Fix spacing.
38608
38609 2006-01-11  Bruno Haible  <bruno@clisp.org>
38610
38611         Ensure automatic ordering between gl_LOCK and gl_ARGP.
38612         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
38613         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
38614
38615 2006-01-11  Bruno Haible  <bruno@clisp.org>
38616
38617         Ensure automatic ordering between gl_LOCK and gl_ARGP.
38618         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
38619         the "early" section as well.
38620
38621 2006-01-11  Bruno Haible  <bruno@clisp.org>
38622
38623         Avoid "ar: no archive members specified" error on MacOS X.
38624         * gnulib-tool (func_modules_add_dummy): New function.
38625         (func_import, func_create_testdir): Invoke it.
38626
38627 2006-01-11  Bruno Haible  <bruno@clisp.org>
38628
38629         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
38630         with $auxdir in AC_CONFIG_FILES statements.
38631
38632 2006-01-11  Bruno Haible  <bruno@clisp.org>
38633
38634         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38635         Initialize also noinst_HEADERS to empty.
38636
38637 2006-01-11  Bruno Haible  <bruno@clisp.org>
38638
38639         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
38640         variables.
38641         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
38642         autoreconf.
38643
38644 2006-01-11  Bruno Haible  <bruno@clisp.org>
38645
38646         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
38647         overridable by the user.
38648         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38649
38650 2006-01-10  Simon Josefsson  <jas@extundo.com>
38651
38652         * modules/sys_socket: New file.
38653
38654 2006-01-10  Simon Josefsson  <jas@extundo.com>
38655
38656         * m4/sys_socket_h.m4: New file.
38657
38658 2006-01-10  Simon Josefsson  <jas@extundo.com>
38659
38660         * lib/socket_.h: New file.
38661
38662 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
38663
38664         * modules/readutmp (Maintainer): Add myself.
38665
38666 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
38667
38668         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
38669         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
38670         People who are still concerned with buggy memcmp implementations
38671         can invoke gl_FUNC_MEMCMP themselves.
38672
38673 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
38674
38675         * lib/regex_internal.h (BITSET_WORD_BITS):
38676         Work around a bug in 64-bit PGC (before version 6.1-2), where the
38677         preprocessor mishandles large unsigned values as if they were signed.
38678         Problem reported by Claudio Fontana in
38679         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
38680
38681 2006-01-10  Jim Meyering  <jim@meyering.net>
38682
38683         Avoid the double-free (first in fts_read, second in fts_close) that
38684         would occur when an `active' directory is made inaccessible (e.g.,
38685         via chmod a-x) during a traversal.
38686         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
38687         before returning.  Reproduce this failure by
38688         mkdir -p a/b; cd a; chmod a-x . b
38689         Reported by Stavros Passas.
38690
38691         Sync from coreutils.
38692         * lib/sha1.c: Tweak grammar in a comment.
38693
38694 2006-01-10  Jim Meyering  <jim@meyering.net>
38695
38696         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
38697         Patch by Joerg Sonnenberger.
38698
38699 2006-01-10  Bruno Haible  <bruno@clisp.org>
38700
38701         * modules/readutmp: Depend on module free.
38702         * modules/strtok_r: Depend on module restrict.
38703
38704 2006-01-10  Bruno Haible  <bruno@clisp.org>
38705
38706         * modules/gettext (configure.ac): Add an invocation of
38707         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
38708
38709 2006-01-10  Bruno Haible  <bruno@clisp.org>
38710
38711         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
38712         Reported by Werner Lemberg <wl@gnu.org>.
38713
38714 2006-01-10  Bruno Haible  <bruno@clisp.org>
38715
38716         * lib/localcharset.c: Update from GNU gettext.
38717
38718 2006-01-10  Bruno Haible  <bruno@clisp.org>
38719
38720         * lib/argp.h (__const): Remove macro. Use const instead.
38721         * lib/argp-fmtstream.h (__const): Likewise.
38722         * lib/glob_.h (__const): Remove macro.
38723         * lib/glob-libc.h: Use const instead of __const.
38724
38725 2006-01-10  Bruno Haible  <bruno@clisp.org>
38726
38727         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
38728         variable.
38729         Needed to avoid an automake error regarding the 'gettext' module.
38730
38731 2006-01-09  Simon Josefsson  <jas@extundo.com>
38732
38733         * modules/inet_ntop (Depends-on): Add restrict.
38734
38735 2006-01-09  Simon Josefsson  <jas@extundo.com>
38736
38737         * modules/gc-rijndael-tests (License): Put under LGPL.
38738
38739         * modules/gc-des-tests (License): Likewise.
38740
38741         * modules/gc-arcfour-tests (License): Likewise.
38742
38743         * modules/gc-arctwo-tests (License): Likewise.
38744
38745         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
38746
38747         * modules/gc-hmac-sha1-tests (Files): Likewise.
38748
38749         * modules/gc-hmac-md5-tests (License): Likewise.
38750
38751         * modules/gc-sha1-tests (License): Likewise.
38752
38753         * modules/gc-md5-tests (License): Likewise.
38754
38755         * modules/gc-md4-tests (License): Likewise.
38756
38757         * modules/gc-md2-tests (License): Likewise.
38758
38759         * modules/gc-tests (License): Likewise.
38760
38761         * modules/des-tests (License): Likewise.
38762
38763         * modules/md4-tests (License): Likewise.
38764
38765         * modules/md2-tests (License): Likewise.
38766
38767 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
38768
38769         Sync from coreutils:
38770
38771         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
38772         * modules/lib-ignore: New file.
38773         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
38774         chdir-safer.m4, lchmod.m4.
38775         * modules/openat: Add mkdirat.c, openat-priv.h.
38776
38777 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
38778
38779         Sync from coreutils.
38780         * m4/lib-ignore.m4: New file.
38781         * m4/lchmod.m4: New file.
38782
38783 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
38784
38785         Sync from coreutils.
38786         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
38787         for write access: POSIX says that must fail.
38788         * lib/fts.c (diropen): Likewise.
38789         * lib/save-cwd.c (save_cwd): Likewise.
38790         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
38791         well, for minor improvements on hosts that lack O_DIRECTORY.
38792         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
38793         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
38794         Fall back on chown if open failed with EACCES.
38795
38796         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
38797         Report an error at compile-time if only a 1-second nominal clock
38798         resolution is found.
38799
38800         * lib/lchmod.h: New file.
38801         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
38802         (make_dir_parents): Use lchown rather than chown, and
38803         lchmod rather than chmod.
38804
38805         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
38806         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
38807         "proc" reported by n0dalus.
38808
38809         * lib/mountlist.c: Include <limits.h>.
38810         (dev_from_mount_options)
38811         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
38812         New function.  It no longer assumes "dev=" has the System V meaning
38813         on Linux (since it doesn't).  It also parses "dev=" more carefully.
38814         (read_file_system_list)
38815         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
38816         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
38817         dev= in that case.
38818
38819         * lib/posixtm.h (PDS_PRE_2000): New macro.
38820         * lib/posixtm.c (year): Arg is now syntax_bits rather than
38821         allow_century.  All usages changed.  Reject dates outside the range
38822         1969-1999 if PDS_PRE_2000 is used.
38823
38824 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
38825
38826         Sync from coreutils.
38827         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
38828         (Time of day items): Mention the possibility of leap seconds.
38829         Problem reported by Dr. David Alan Gilbert.
38830
38831 2006-01-09  Jim Meyering  <jim@meyering.net>
38832
38833         Sync from coreutils.
38834
38835         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
38836
38837         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
38838
38839         * lib/modechange.c (mode_compile): Reject an invalid mode string
38840         that starts with an octal digit.  From Andreas Gruenbacher.
38841
38842         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
38843         and dup to open_safer and dup_safer, respectively.
38844         (openat_permissive): Fix typo in comment.
38845
38846         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
38847         "gettext.h"; either no longer needed or are guaranteed by openat.h.
38848         (_): Remove; no longer needed.
38849         (openat): Renamed from rpl_openat; no need for rpl_openat
38850         since openat.h renames openat for us.
38851         Replace most of the body with a call to openat_permissive,
38852         to avoid duplicate code.
38853         Port to (probably hypothetical) environments were mode_t is
38854         wider than int.
38855         (openat_permissive): Require mode arg, so that we can check
38856         types better.  Put it just after flags.  Change cwd failure
38857         indicator from pointer-to-bool to pointer-to-errno-value.
38858         All callers changed.
38859         Invoke openat_save_fail and/or openat_restore_fail if
38860         cwd_errno is null, so that openat can call us.
38861         (openat_permissive, fdopendir, fstatat, unlinkat):
38862         Simplify errno handling to avoid some duplicate code,
38863         as it's OK to set errno on success.
38864         * lib/openat.h: Revamp code so that function macros depend on
38865         __OPENAT_PREFIX only, not also on AT_FDCWD.
38866         (openat_ro): Remove.  Caller changed to use openat_permissive.
38867         (openat_permissive): Now a macro, if not a function.
38868         (openat_restore_fail, openat_save_fail): Now always functions,
38869         since mkdirat needs them even if __OPENAT_PREFIX is defined.
38870
38871         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
38872         and openat.c.
38873         * lib/mkdirat.c: Include openat-priv.h.
38874         Remove definitions of macros defined therein.
38875         * lib/openat.c: Likewise.
38876
38877         * lib/mkdirat.c (mkdirat): New file and function.
38878         * lib/openat.h (mkdirat): Declare.
38879
38880         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
38881
38882         * lib/openat.h (openat_permissive): Declare.
38883         (openat_ro): Define.
38884
38885         * lib/openat.c (EXPECTED_ERRNO): New macro.
38886         (openat_permissive): New function -- used in remove.c rewrite.
38887         (all functions): Set errno just before returning, only if there
38888         was an actual failure.
38889         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
38890
38891         Emulate openat-family functions using Linux's procfs, if possible.
38892         Idea and some code based on Ulrich Drepper's glibc changes.
38893
38894         * lib/openat.c: (BUILD_PROC_NAME): New macro.
38895         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
38896         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
38897         before falling back on save_cwd and restore_cwd.
38898         (fdopendir, fstatat, unlinkat): Likewise.
38899
38900         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
38901         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
38902
38903         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
38904         as second argument to va_arg.  Otherwise, some versions of gcc
38905         warn that `if this code is reached, the program will abort'.
38906
38907 2006-01-09  Jim Meyering  <jim@meyering.net>
38908
38909         Sync from coreutils.
38910         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
38911         Require openat-priv.h.
38912
38913 2006-01-09  Bruno Haible  <bruno@clisp.org>
38914
38915         * modules/strnlen (Include): Use strnlen.h.
38916
38917 2006-01-09  Bruno Haible  <bruno@clisp.org>
38918
38919         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
38920
38921 2006-01-09  Bruno Haible  <bruno@clisp.org>
38922
38923         * lib/sysexit_.h (EX_OK): New macro.
38924         Suggested by Martin Lambers <marlam@marlam.de>.
38925
38926 2006-01-09  Bruno Haible  <bruno@clisp.org>
38927
38928         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
38929         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
38930
38931 2006-01-09  Bruno Haible  <bruno@clisp.org>
38932
38933         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
38934         numbers.
38935
38936 2006-01-09  Bruno Haible  <bruno@clisp.org>
38937
38938         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
38939         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
38940         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
38941         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
38942
38943 2006-01-09  Bruno Haible  <bruno@clisp.org>
38944
38945         * build-aux/javacomp.sh.in: New file, moved from lib/.
38946         * modules/javacomp-script (Files): Update.
38947         (configure.ac): Add AC_CONFIG_FILES invocation.
38948         (EXTRA_DIST): Remove variable.
38949
38950         * build-aux/javaexec.sh.in: New file, moved from lib/.
38951         * modules/javaexec (Files): Update.
38952         (configure.ac): Add AC_CONFIG_FILES invocation.
38953         (EXTRA_DIST): Remove javaexec.sh.in.
38954
38955         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
38956         * modules/csharpcomp-script (Files): Update.
38957         (configure.ac): Add AC_CONFIG_FILES invocation.
38958         (EXTRA_DIST): Remove variable.
38959
38960         * build-aux/csharpexec.sh.in: New file, moved from lib/.
38961         * modules/csharpexec (Files): Update.
38962         (configure.ac): Add AC_CONFIG_FILES invocation.
38963         (EXTRA_DIST): Remove csharpexec.sh.in.
38964
38965 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
38966
38967         Sync from coreutils.
38968
38969         Add POSIX ACL support
38970         * lib/acl.h (copy_acl, set_acl): Add declarations.
38971         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
38972         systems other than Linux.
38973         (chmod_or_fchmod): New function: use fchmod when possible,
38974         and chmod otherwise.
38975         (file_has_acl): Add a POSIX ACL implementation, with a
38976         Linux-specific subcase.
38977         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
38978         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
38979         acls are unsupported.
38980         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
38981         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
38982         are unsupported.
38983
38984 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
38985
38986         Sync from coreutils.
38987         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
38988
38989 2006-01-07  Bruno Haible  <bruno@clisp.org>
38990
38991         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
38992         gl_EARLY.
38993
38994 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38995
38996         * lib/strftime.c (tzname): Don't declare if it is already #defined.
38997         Problem reported for Mingw by Mark Junker.
38998
38999 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
39000
39001         * README: Gnulib normally doesn't generate a tarball.
39002
39003 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
39004
39005         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
39006         long int, not int, for nanosecond counts, so that people who are
39007         used to POSIX struct timespec won't be surprised.  Reported by Jim
39008         Meyering.
39009
39010 2005-12-28  Bruno Haible  <bruno@clisp.org>
39011
39012         * build-aux/config.rpath: Update from GNU gettext.
39013
39014 2005-12-16  Jim Meyering  <jim@meyering.net>
39015
39016         * modules/fprintftime: New module.
39017         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
39018
39019 2005-12-16  Jim Meyering  <jim@meyering.net>
39020
39021         * m4/fprintftime.m4: New file.
39022
39023 2005-12-16  Jim Meyering  <jim@meyering.net>
39024
39025         * lib/fprintftime.c, lib/fprintftime.h: New files.
39026
39027 2005-12-15  Simon Josefsson  <jas@extundo.com>
39028
39029         * modules/socklen (configure.ac): Fix M4 macro name, to align with
39030         new m4/socklen.m4.
39031
39032 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
39033
39034         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
39035         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
39036
39037 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
39038
39039         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
39040         * lib/argp-help.c (fill_in_uparams): Check if the constructed
39041         struct uparams is valid. Fall back to the default values if it is
39042         not.
39043
39044 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39045
39046         * modules/argp (Files): Add argp-pin.c
39047         (Depends-on): dirname
39048         (lib_SOURCES): Add argp-pin.c
39049
39050 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39051
39052         * m4/argp.m4:  Check if program_invocation_name and
39053         program_invocation_short_name are declared and define appropriate
39054         macros if they are not.
39055
39056 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
39057
39058         * lib/argp-help.c (__argp_base_name): New function
39059         (__argp_short_program_name): Rewrite using __argp_base_name
39060         * lib/argp-namefrob.h: Define program_invocation_name and
39061         program_invocation_short_name if requested
39062         (__argp_base_name): Add prototype
39063         * lib/argp-parse.c (argp_def): Use gettext wrappers
39064         (argp_default_parser): Use __argp_base_name
39065         * lib/argp-pin.c: New file. Defines program_invocation_name and
39066         program_invocation_short_name on systems that lack them.
39067
39068 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
39069
39070         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
39071         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
39072         porting problem reported by Georg Schwarz in
39073         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
39074
39075 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
39076
39077         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
39078         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
39079         porting problem reported by Georg Schwarz in
39080         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
39081
39082 2005-12-05  Bruno Haible  <bruno@clisp.org>
39083
39084         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
39085         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
39086         Reported by Mark Junker <mjscod@gmx.de>.
39087
39088 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
39089
39090         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
39091         Use implementation from Albert Chin, with some
39092         comments/corrections by Stepan Kasal and myself.
39093
39094 2005-12-02  Bruno Haible  <bruno@clisp.org>
39095
39096         * gnulib-tool (func_import): Accept GPLed build tool modules when
39097         --lgpl is given.
39098         * modules/csharpcomp-script: New file.
39099         * modules/csharpcomp: Depend on it.
39100         * modules/javacomp-script: New file.
39101         * modules/javacomp: Depend on it.
39102         Suggested by Simon Josefsson.
39103
39104 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
39105
39106         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
39107         statement, to work around an HP-UX 10.20 compiler bug reported by
39108         Peter O'Gorman.
39109
39110 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
39111
39112         * modules/savedir (Depends-on): Add openat.
39113
39114 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
39115
39116         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
39117         (uintmax_t) [defined uintmax_t]: Do not declare.
39118         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
39119         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
39120         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
39121         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
39122         sake of portability to weird hosts that C allows (though we don't
39123         know of any practical examples).
39124
39125         * lib/savedir.h (fdsavedir): New decl.
39126         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
39127         contains most of the former guts of savedir.
39128         (savedir): Use savedirstream.
39129         Include "openat.h".
39130
39131 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39132
39133         * modules/obstack (Files): Add m4/ulonglong.m4.
39134         Problem reported by Davide Angelocola.
39135
39136 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
39137
39138         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
39139         coreutils no longer futzes with rounding modes.
39140
39141 2005-11-14  Jim Meyering  <jim@meyering.net>
39142
39143         * lib/mkstemp-safer.c: Include <config.h>, required for possible
39144         replacement of mkstemp.
39145
39146 2005-11-10  Simon Josefsson  <jas@extundo.com>
39147
39148         * lib/readline.c: Remove EOL.
39149
39150 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39151
39152         * modules/gethrxtime (Depends-on): Add gettime.
39153
39154 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39155
39156         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
39157         or gettimeofday; no longer needed.
39158
39159 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39160
39161         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
39162         time business.
39163         (gethrxtime) [! (HAVE_NANOUPTIME
39164         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
39165         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
39166         our own approximation.
39167
39168 2005-11-08  Eric Blake  <ebb9@byu.net>
39169
39170         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
39171
39172 2005-11-08  Eric Blake  <ebb9@byu.net>
39173
39174         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
39175
39176 2005-11-04  Bruno Haible  <bruno@clisp.org>
39177
39178         * gnulib-tool: Implement --update mode.
39179
39180 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
39181
39182         Fix porting problem reported by Theodoros V. Kalamatianos.
39183         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
39184         Don't assume that futimes failing means we must fail.
39185
39186 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
39187
39188         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
39189         variables to suggest the intended function of the PATH_MAX check.
39190
39191 2005-10-30  Kean Johnston  <jkj@sco.com>
39192
39193         Trivial changes to support SCO systems.
39194         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
39195         as PATH_MAX.
39196         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
39197         where __ptr is null when no I/O is pending.
39198
39199 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39200
39201         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
39202         leave errno alone.  Problem reported by Dmitry V. Levin.
39203
39204 2005-10-28  Simon Josefsson  <jas@extundo.com>
39205
39206         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
39207         Test more.
39208
39209         * tests/test-gc-md2.c, tests/test-md2.c: New files.
39210
39211         * modules/md2, modules/md2-tests: New files.
39212
39213 2005-10-28  Simon Josefsson  <jas@extundo.com>
39214
39215         * m4/inet_ntop.m4: More tests.
39216
39217         * m4/gc-md2.m4, md2.m4: New file.
39218
39219 2005-10-28  Simon Josefsson  <jas@extundo.com>
39220
39221         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
39222         "restrict" keywords, as per POSIX.  Protect the function
39223         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
39224         Don't use K&R prototypes.  Check the sprintf return values.
39225         Re-define EAFNOSUPPORT if not present.  Indent.
39226
39227         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
39228         suggested by Bruno Haible <bruno@clisp.org>.
39229
39230         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
39231
39232         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
39233
39234         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
39235         libgcrypt).
39236
39237         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
39238
39239         * lib/md2.h, lib/md2.c: New files.
39240
39241 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
39242
39243         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
39244         errno alone.  Problem reported by Frederic Jolliton.
39245
39246 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
39247
39248         * modules/verify (License): Change from GPL to LGPL.  This is a
39249         tiny module and there are apparently near-equivalents that are
39250         under the BSD license.
39251
39252 2005-10-24  Simon Josefsson  <jas@extundo.com>
39253
39254         * modules/sha1: Relicense to LGPL.
39255
39256 2005-10-24  Simon Josefsson  <jas@extundo.com>
39257
39258         * lib/md4.h: Shrink buffer size, now that we changed the type.
39259
39260 2005-10-23  Simon Josefsson  <jas@extundo.com>
39261
39262         * gnulib-tool (func_import): Fix --tests-base.
39263
39264 2005-10-22  Simon Josefsson  <jas@extundo.com>
39265
39266         * modules/arcfour (Depends-on): Need stdint.
39267
39268 2005-10-22  Simon Josefsson  <jas@extundo.com>
39269
39270         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
39271         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
39272
39273 2005-10-22  Simon Josefsson  <jas@extundo.com>
39274
39275         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
39276         suggested by Bruno Haible <bruno@clisp.org>.
39277
39278 2005-10-22  Simon Josefsson  <jas@extundo.com>
39279
39280         * lib/crc.h: Include stddef.h, for size_t.
39281
39282 2005-10-22  Simon Josefsson  <jas@extundo.com>
39283
39284         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
39285         arcfour_context struct (simplify test vector testing in GNU
39286         Shishi).
39287
39288 2005-10-21  Simon Josefsson  <jas@extundo.com>
39289
39290         * modules/des, modules/des-tests: New files.
39291
39292         * modules/gc-des, modules/gc-des-tests: New files.
39293
39294         * tests/test-des.c, tests/test-gc-des.c: New file.
39295
39296 2005-10-21  Simon Josefsson  <jas@extundo.com>
39297
39298         * modules/arctwo, modules/arctwo-tests: New files.
39299
39300         * tests/test-arctwo.c: New file.
39301
39302         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
39303
39304         * tests/test-gc-arctwo.c: New file.
39305
39306 2005-10-21  Simon Josefsson  <jas@extundo.com>
39307
39308         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
39309         Bruno Haible <bruno@clisp.org>.
39310
39311         * m4/gc-des.m4: New file.
39312
39313 2005-10-21  Simon Josefsson  <jas@extundo.com>
39314
39315         * m4/arctwo.m4: New file.
39316
39317         * m4/gc-arctwo.m4: New file.
39318
39319 2005-10-21  Simon Josefsson  <jas@extundo.com>
39320
39321         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
39322         block.
39323
39324 2005-10-21  Simon Josefsson  <jas@extundo.com>
39325
39326         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
39327         <bruno@clisp.org>.
39328
39329         * lib/hmac-sha1.c (hmac_sha1): Likewise.
39330
39331         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
39332         Bruno Haible <bruno@clisp.org>.
39333
39334         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
39335         <bruno@clisp.org>.
39336
39337 2005-10-21  Simon Josefsson  <jas@extundo.com>
39338
39339         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
39340
39341 2005-10-21  Simon Josefsson  <jas@extundo.com>
39342
39343         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
39344
39345 2005-10-21  Simon Josefsson  <jas@extundo.com>
39346
39347         * lib/des.h, lib/des.c: New files.
39348
39349         * lib/gc-gnulib.c: Support DES.c
39350
39351 2005-10-21  Simon Josefsson  <jas@extundo.com>
39352
39353         * lib/arctwo.h, lib/arctwo.c: New files.
39354
39355         * lib/gc-gnulib.c: Support ARCTWO.
39356
39357 2005-10-21  Simon Josefsson  <jas@extundo.com>
39358
39359         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
39360         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39361
39362 2005-10-21  Simon Josefsson  <jas@extundo.com>
39363
39364         * gnulib-tool (func_import, func_create_testdir): Define automake
39365         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
39366         Makefile.am snippet),
39367         suggested by Bruno Haible <bruno@clisp.org>.
39368
39369         * modules/gc (Makefile.am): Use it.
39370
39371 2005-10-21  Bruno Haible  <bruno@clisp.org>
39372
39373         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
39374         patch.
39375
39376 2005-10-19  Simon Josefsson  <jas@extundo.com>
39377
39378         * tests/test-gc-rijndael.c: New file.
39379
39380         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
39381
39382 2005-10-19  Simon Josefsson  <jas@extundo.com>
39383
39384         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
39385         interface too.
39386
39387 2005-10-19  Simon Josefsson  <jas@extundo.com>
39388
39389         * tests/test-gc-arcfour.c: New file.
39390
39391         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
39392
39393 2005-10-19  Simon Josefsson  <jas@extundo.com>
39394
39395         * modules/gc-md4, modules/gc-md4-tests: New file.
39396
39397         * tests/test-gc-md4.c: New file.
39398
39399 2005-10-19  Simon Josefsson  <jas@extundo.com>
39400
39401         * m4/gc-md4.m4: New file.
39402
39403 2005-10-19  Simon Josefsson  <jas@extundo.com>
39404
39405         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
39406         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
39407         <kasal@ucw.cz>.
39408
39409 2005-10-19  Simon Josefsson  <jas@extundo.com>
39410
39411         * m4/gc-arcfour.m4: New file.
39412
39413         * m4/gc-rijndael.m4: New file.
39414
39415 2005-10-19  Simon Josefsson  <jas@extundo.com>
39416
39417         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
39418
39419 2005-10-19  Simon Josefsson  <jas@extundo.com>
39420
39421         * lib/gc-gnulib.c: Support ARCFOUR.
39422
39423 2005-10-19  Simon Josefsson  <jas@extundo.com>
39424
39425         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
39426         support.
39427
39428         * lib/gc.h: Add ECB enum type.
39429
39430         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
39431
39432 2005-10-18  Simon Josefsson  <jas@extundo.com>
39433
39434         * tests/test-md5.c: New file.
39435
39436         * modules/md5-tests: New file.
39437
39438 2005-10-18  Simon Josefsson  <jas@extundo.com>
39439
39440         * tests/test-md4.c: New file.
39441
39442         * modules/md4, modules/md4-tests: New files.
39443
39444 2005-10-18  Simon Josefsson  <jas@extundo.com>
39445
39446         * m4/md4.m4: New file.
39447
39448 2005-10-18  Simon Josefsson  <jas@extundo.com>
39449
39450         * lib/md4.h, lib/md4.c: New files, based on md5.?.
39451
39452 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
39453
39454         * gnulib-tool (func_create_testdir): Omit the second check whether
39455         BUILT_SOURCES in nonempty.
39456
39457 2005-10-17  Simon Josefsson  <jas@extundo.com>
39458
39459         * tests/test-rijndael.c: New file.
39460
39461 2005-10-17  Simon Josefsson  <jas@extundo.com>
39462
39463         * modules/sha1: Depend on stdint instead of md5.
39464
39465         * modules/md5: Depend on stdint, remove uint32_t.
39466
39467 2005-10-17  Simon Josefsson  <jas@extundo.com>
39468
39469         * modules/gc-sha1-tests: New file.
39470
39471         * tests/test-gc-sha1.c: New file.
39472
39473 2005-10-17  Simon Josefsson  <jas@extundo.com>
39474
39475         * m4/md5.m4: Remove call to uint32_t.m4.
39476
39477 2005-10-17  Simon Josefsson  <jas@extundo.com>
39478
39479         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
39480
39481         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
39482         md5.h.
39483
39484         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
39485
39486         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
39487
39488 2005-10-17  Simon Josefsson  <jas@extundo.com>
39489
39490         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
39491
39492 2005-10-17  Simon Josefsson  <jas@extundo.com>
39493
39494         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
39495
39496 2005-10-17  Simon Josefsson  <jas@extundo.com>
39497
39498         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
39499
39500         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
39501
39502 2005-10-17  Bruno Haible  <bruno@clisp.org>
39503
39504         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
39505         that it can also be used in a test.
39506
39507 2005-10-16  Bruno Haible  <bruno@clisp.org>
39508
39509         * gnulib-tool (func_emit_tests_Makefile_am): Also define
39510         TESTS_ENVIRONMENT, so that individual tests can augment it.
39511
39512         * gnulib-tool (func_create_testdir): Use an intermediate target for
39513         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
39514         macros, like $(ALLOCA_H), which cannot be passed through the command
39515         line.
39516
39517 2005-10-15  Simon Josefsson  <jas@extundo.com>
39518
39519         * modules/rijndael-tests: New file.
39520
39521         * modules/rijndael: New file.
39522
39523 2005-10-15  Simon Josefsson  <jas@extundo.com>
39524
39525         * m4/rijndael.m4: New file.
39526
39527 2005-10-15  Simon Josefsson  <jas@extundo.com>
39528
39529         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
39530
39531         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
39532
39533 2005-10-14  Simon Josefsson  <jas@extundo.com>
39534
39535         * tests/test-arcfour.c: New file.
39536
39537         * modules/arcfour, modules/arcfour-tests: New files.
39538
39539 2005-10-14  Simon Josefsson  <jas@extundo.com>
39540
39541         * m4/arcfour.m4: New file.
39542
39543 2005-10-14  Simon Josefsson  <jas@extundo.com>
39544
39545         * lib/arcfour.h, lib/arcfour.c: New files.
39546
39547 2005-10-14  Roland McGrath  <roland@redhat.com>
39548
39549         Import from libc.  [BZ #1331]
39550         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
39551         macro argument.
39552         Reported by Matej Vela <vela@debian.org>.
39553
39554 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
39555
39556         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
39557         include <wchar.h>; no longer needed.
39558
39559 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
39560
39561         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
39562
39563 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
39564         and  Ulrich Drepper  <drepper@redhat.com>
39565
39566         Import from libc.
39567         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
39568         instead of inline stream orientation test and two separate
39569         function calls.  Pay no attention to USE_IN_LIBIO.
39570
39571 2005-10-13  Simon Josefsson  <jas@extundo.com>
39572
39573         * modules/gc-hmac-md5-tests: New file.
39574
39575         * tests/test-gc-hmac-sha1.c: New file.
39576
39577         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
39578
39579         * modules/gc-hmac-md5-tests: New file.
39580
39581         * tests/test-gc-md5.c: New file.
39582
39583         * modules/gc-md5-tests: New file.
39584
39585 2005-10-13  Simon Josefsson  <jas@extundo.com>
39586
39587         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
39588         Move memory allocation outside of loop.
39589
39590 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
39591
39592         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
39593         intermediate directory is in a read-only file system.  Problem
39594         reported by Eric Blake.
39595
39596 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
39597
39598         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
39599
39600 2005-10-12  Simon Josefsson  <jas@extundo.com>
39601
39602         * tests/test-hmac-sha1.c: New file.
39603
39604         * modules/hmac-sha1-tests: New file.
39605
39606         * modules/hmac-sha1: New file.
39607
39608 2005-10-12  Simon Josefsson  <jas@extundo.com>
39609
39610         * modules/gc-sha1: New file.
39611
39612 2005-10-12  Simon Josefsson  <jas@extundo.com>
39613
39614         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
39615
39616         * tests/test-gc-pbkdf2-sha1.c: New file.
39617
39618 2005-10-12  Simon Josefsson  <jas@extundo.com>
39619
39620         * modules/gc-md5, modules/gc-hmac-md5: New files.
39621
39622         * modules/gc (Files): Remove md5, memxor and hmac files.
39623
39624 2005-10-12  Simon Josefsson  <jas@extundo.com>
39625
39626         * m4/gc-pbkdf2-sha1.m4: New file.
39627
39628         * m4/gc-hmac-sha1.m4: New file.
39629
39630         * m4/gc-sha1: New file.
39631
39632         * m4/hmac-sha1.m4: New file.
39633
39634 2005-10-12  Simon Josefsson  <jas@extundo.com>
39635
39636         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
39637
39638         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
39639
39640 2005-10-12  Simon Josefsson  <jas@extundo.com>
39641
39642         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
39643         suggested by Bruno Haible <bruno@clisp.org>.
39644
39645 2005-10-12  Simon Josefsson  <jas@extundo.com>
39646
39647         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
39648
39649 2005-10-12  Simon Josefsson  <jas@extundo.com>
39650
39651         * lib/gc-pbkdf2-sha1.c: New file.
39652
39653         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
39654
39655 2005-10-12  Simon Josefsson  <jas@extundo.com>
39656
39657         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
39658
39659         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
39660
39661 2005-10-12  Simon Josefsson  <jas@extundo.com>
39662
39663         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
39664         GC_USE_HMAC_MD5, respectively.
39665
39666         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
39667         (gc_md5): Fix typo.
39668
39669         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
39670
39671         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
39672
39673         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
39674
39675 2005-10-12  Bruno Haible  <bruno@clisp.org>
39676
39677         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
39678         Reported by Stepan Kasal <kasal@ucw.cz>.
39679
39680 2005-10-11  Simon Josefsson  <jas@extundo.com>
39681
39682         * tests/test-crc.c: New file.
39683
39684         * modules/crc, modules/crc-tests: New files.
39685
39686 2005-10-11  Simon Josefsson  <jas@extundo.com>
39687
39688         * m4/crc.m4: New file.
39689
39690 2005-10-11  Simon Josefsson  <jas@extundo.com>
39691
39692         * lib/gc.h: Add gc_hash and gc_hash_buffer.
39693
39694         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
39695
39696         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
39697
39698 2005-10-11  Simon Josefsson  <jas@extundo.com>
39699
39700         * lib/crc.h, lib/crc.c: New files.
39701
39702         * lib/gc.h (gc_hash_buffer): Add doc.
39703
39704 2005-10-11  Bruno Haible  <bruno@clisp.org>
39705
39706         * modules/c-strcasestr: New file.
39707         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
39708
39709 2005-10-11  Bruno Haible  <bruno@clisp.org>
39710
39711         * modules/c-strcase: New file.
39712         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
39713
39714 2005-10-11  Bruno Haible  <bruno@clisp.org>
39715
39716         * lib/strcasecmp.c: Include limits.h.
39717         (strcasecmp): Avoid integer overflow on exotic platforms.
39718         * lib/strncasecmp.c: Include limits.h.
39719         (strncasecmp): Avoid integer overflow on exotic platforms.
39720         Reported by Paul Eggert.
39721
39722 2005-10-11  Bruno Haible  <bruno@clisp.org>
39723
39724         * lib/c-strcasestr.h: New file, from GNU gettext.
39725         * lib/c-strcasestr.c: New file, from GNU gettext.
39726
39727 2005-10-11  Bruno Haible  <bruno@clisp.org>
39728
39729         * lib/c-strcase.h: New file, from GNU gettext.
39730         * lib/c-strcasecmp.c: New file, from GNU gettext.
39731         * lib/c-strncasecmp.c: New file, from GNU gettext.
39732
39733 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
39734
39735         * modules/mempcpy (License): GPL -> LGPL.
39736         * modules/strchrnul (License): Likewise.
39737         * modules/sysexits (License): Likewise.
39738
39739 2005-10-08  Simon Josefsson  <jas@extundo.com>
39740
39741         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
39742
39743 2005-10-07  Simon Josefsson  <jas@extundo.com>
39744
39745         * m4/memxor.m4: Remove gl_C_RESTRICT call.
39746
39747 2005-10-06  Simon Josefsson  <jas@extundo.com>
39748
39749         * tests/test-hmac-md5.c: New file.
39750
39751         * modules/hmac-md5-tests: New file.
39752
39753         * modules/hmac-md5: New file.
39754
39755 2005-10-06  Simon Josefsson  <jas@extundo.com>
39756
39757         * m4/hmac-md5.m4: New file.
39758
39759         * m4/memxor.m4: Require gl_C_RESTRICT.
39760
39761 2005-10-06  Simon Josefsson  <jas@extundo.com>
39762
39763         * lib/memxor.c (memxor): Avoid casts and warnings.
39764
39765 2005-10-06  Simon Josefsson  <jas@extundo.com>
39766
39767         * lib/hmac-md5.c: New file.
39768
39769         * lib/hmac.h: New file.
39770
39771 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39772
39773         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
39774         promotes to int, not unsigned int, to catch the AIX 5.3
39775         compiler bug.
39776
39777 2005-10-05  Simon Josefsson  <jas@extundo.com>
39778
39779         * modules/memxor: New file.
39780
39781         * modules/iconv (Files): Move config.rpath to havelib, it is used
39782         there.
39783
39784         * modules/havelib (Files): Add config.rpath.
39785
39786 2005-10-05  Simon Josefsson  <jas@extundo.com>
39787
39788         * m4/memxor.m4: New file.
39789
39790 2005-10-05  Simon Josefsson  <jas@extundo.com>
39791
39792         * lib/memxor.c (memxor): Fix compiler error.
39793
39794         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
39795         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
39796
39797         * lib/memxor.h, lib/memxor.c: New files.
39798
39799         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
39800         we assume all systems have it, suggested by Jim Meyering
39801         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
39802         any systems lack sys/socket.h; mingw32 is known to lack it, but we
39803         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
39804         same reasons.
39805
39806 2005-10-05  Simon Josefsson  <jas@extundo.com>
39807
39808         * config/srclist.txt: Add glibc bug 1423 for md5.h.
39809
39810 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
39811
39812         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
39813         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
39814         needed, since the source code now assumes these .h files.
39815
39816 2005-10-05  Derek Price  <derek@ximbiot.com>
39817
39818         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
39819
39820 2005-10-05  Bruno Haible  <bruno@clisp.org>
39821
39822         * modules/stdint (License): Change to LGPL.
39823
39824 2005-10-04  Simon Josefsson  <jas@extundo.com>
39825
39826         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
39827         D. Baushke" <mdb@gnu.org>.
39828
39829 2005-10-04  Bruno Haible  <bruno@clisp.org>
39830
39831         * lib/verify.h (verify_true): Provide alternative definition for C++.
39832
39833 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
39834
39835         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
39836         (SSIZE_MAX): New macro, if not already defined.
39837         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
39838         than 2 GiB.
39839
39840 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
39841
39842         Sync from coreutils.
39843         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
39844         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
39845         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
39846         ULLONG_MAX doesn't work with 2.7.2.1.
39847
39848 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
39849
39850         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
39851         From Ben Pfaff.
39852
39853         * modules/exclude (Depends-on): Depend on verify.
39854         * modules/strtoimax (Depends-on): Likewise.
39855         * modules/utimecmp (Depends-on): Likewise.
39856
39857 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
39858
39859         * lib/exclude.c: Include verify.h.
39860         (verify): Remove.  All callers changed to use verify.h's version.
39861         * lib/strtoimax.c: Likewise.
39862         * lib/utimecmp.c: Likewis.e
39863
39864         Sync from coreutils.
39865         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
39866         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
39867         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
39868         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
39869         bother returning ENOSYS if settimeofday or stime fails; just let
39870         them return whatever errno they want to return.
39871         * lib/utimens.c: Include unistd.h, for dup2.
39872         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
39873         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
39874
39875 2005-10-02  Jim Meyering  <jim@meyering.net>
39876
39877         Sync from coreutils.
39878         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
39879         from glibc-2.2.5 that fails for read-only files.
39880
39881 2005-10-02  Jim Meyering  <jim@meyering.net>
39882
39883         Sync from coreutils.
39884         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
39885         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
39886         `#if HAVE_CONFIG_H'.
39887         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
39888         Remove AT_FDCWD test.
39889         Do not consume the fd unless successful.
39890         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
39891         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
39892         block, so that we don't even try to compile it if settimeofday is
39893         available.  This works around a compilation failure on OSF1 V5.1,
39894         due to stime requiring a `long int*' while tv_sec is `int'.
39895
39896 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
39897
39898         Sync from coreutils.
39899         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
39900         against `yes', rather than just testing for nonempty.
39901
39902 2005-10-01  Simon Josefsson  <jas@extundo.com>
39903
39904         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
39905         and Darwin.
39906
39907         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
39908         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
39909         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
39910         freeaddrinfo and gai_strerror are declared by the POSIX headers.
39911         Check if struct addrinfo is declared.
39912
39913 2005-10-01  Simon Josefsson  <jas@extundo.com>
39914
39915         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
39916         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
39917         AI_* and EAI_* definitions.  Protect function declarations.
39918
39919 2005-10-01  Jim Meyering  <jim@meyering.net>
39920
39921         Sync from coreutils.
39922
39923         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
39924         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
39925         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
39926         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
39927         in the inet and nsl libraries.  Required on Solaris 5.7.
39928
39929 2005-10-01  Jim Meyering  <jim@meyering.net>
39930
39931         Sync from coreutils.
39932         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
39933         in the inet and nsl libraries.  Required on Solaris 5.7.
39934
39935 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
39936
39937         * lib/getdelim.c (getdelim): Remove unused variables.
39938
39939 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
39940
39941         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
39942         so that the code works even with ancient cpp.  Portability problem
39943         with GCC 2.7.2.1 reported by Thomas M.Ott.
39944
39945 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
39946
39947         * modules/regex (Depends-on): Add strcase.
39948
39949         * modules/gethostname (Licence): Change from GPL to LGPL, since
39950         gethostname.c is a trivial implementation of a standard library
39951         function.
39952         * modules/poll (License): Change from GPL to LGPL, since it's
39953         derived from LGPL code.
39954
39955 2005-09-27  Jim Meyering  <jim@meyering.net>
39956
39957         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
39958         HAVE_CONFIG_H.
39959
39960         * lib/intprops.h (signed_type_or_expr__): Define.
39961         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
39962         for unsigned types.
39963
39964 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
39965
39966         * lib/verify.h (verify_expr): Remove, replacing with:
39967         (verify_true): New macro that returns true instead of void.
39968         (verify_type__): Remove.
39969         (verify): Use verify_true rather than verify_type__.
39970
39971 2005-09-26  Bruno Haible  <bruno@clisp.org>
39972
39973         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
39974         is necessary.
39975         (lib_SOURCES): Remove mbchar.c.
39976         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
39977         (Files): Add m4/mbrtowc.m4.
39978         * modules/mbiter: Likewise.
39979         * modules/mbuiter: Likewise.
39980
39981 2005-09-26  Bruno Haible  <bruno@clisp.org>
39982
39983         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
39984         compile mbchar.c if they are not both present.
39985         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
39986         * m4/mbiter.m4 (gl_MBITER): Likewise.
39987         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
39988         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
39989         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
39990
39991 2005-09-25  Jim Meyering  <jim@meyering.net>
39992
39993         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
39994         also uses socklen_t.
39995
39996 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
39997
39998         * lib/utimens.c (ENOSYS): Define if not already defined.
39999         (futimens): Support having a null PATH if the file descriptor
40000         is nonnegative.
40001
40002         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
40003         Remove.
40004         (__attribute): Define to empty unless GCC 3.1 or later.
40005         This works around a core dump on OpenBSD 3.4, which has GCC
40006         2.95.3, which dumps core when given __attribute__(()).  It also
40007         simplifies other tests, since we really don't want to bother with
40008         worrying about which ancient version of GCC supported what.
40009         Original problem reported by Yoann Vandoorselaere, with part of
40010         the fix suggested by Derek Price.
40011
40012 2005-09-24  Jim Meyering  <jim@meyering.net>
40013
40014         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
40015         so we can once again use a positive bitfield width of 1 -- now we
40016         don't have to explain why we were using a bitfield width of 2.
40017
40018 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
40019
40020         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
40021         and similarly for the other external symbols.  Problem reported
40022         by James Gallager.
40023
40024         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
40025         bug reported by Jim Meyering.
40026
40027         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
40028         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
40029         not needed, since socklen is a prerequisite module.
40030
40031 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
40032
40033         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
40034         Problem reported by Eric Blake.
40035         (getaddrinfo): Initialize se so that it's not garbage.
40036         Redo internal storage allocation so that it doesn't make unportable
40037         assumptions about alignment.
40038         Fix a memory leak.
40039
40040         * lib/utimens.c (futimens): Use futimesat if available.
40041         Prefer it to futimes since it doesn't have the futimes bug.
40042
40043         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
40044         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
40045         Instead, declare a function that returns a pointer to an array,
40046         and use verify_type__ to declare the size of the array.
40047         Problem and germ of a solution reported by Bruno Haible.
40048         (verify_type__): Use 2, not 1, for bitfield size, to avoid
40049         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
40050
40051 2005-09-23  Jim Meyering  <jim@meyering.net>
40052
40053         Sync from coreutils.
40054         Correct build failure (socklen_t not defined) on at least
40055         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
40056         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
40057
40058 2005-09-23  Jim Meyering  <jim@meyering.net>
40059
40060         * modules/getaddrinfo (Depends-on): Add socklen.
40061
40062 2005-09-23  Bruno Haible  <bruno@clisp.org>
40063
40064         * tests/test-verify.c: New file.
40065
40066 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
40067
40068         Sync from coreutils.
40069
40070         * modules/argmatch (Depends-on): Add verify.
40071         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
40072         unistd-safer.
40073         * modules/save-cwd (Depends-on): Likewise.
40074
40075         * modules/openat (Files): Add lib/openat-die.c.
40076         (Depends-on): Remove error, exitfail.
40077         Add dirname.
40078
40079         * modules/verify: New file.
40080         * MODULES.html.sh (Diagnostics <assert.h>): New section,
40081         with "verify" module.
40082
40083 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
40084
40085         Sync from coreutils.
40086
40087         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
40088         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
40089         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
40090         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
40091         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
40092         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
40093         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
40094         Don't bother checking for string.h, stdlib.h, unistd.h.
40095         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
40096         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
40097         module's job.
40098         * m4/jm-macros.m4 (gl_MACROS): Likewise.
40099         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
40100
40101         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
40102         (gl_GETDATE): Use it.
40103
40104         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
40105
40106 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
40107
40108         Sync from coreutils.
40109
40110         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
40111         stat-time.h.
40112         * lib/argmatch.h: Include verify.h
40113         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
40114         (ARGMATCH_ASSERT): Remove; unused.
40115         * lib/canonicalize.c: Assume STDC_HEADERS.
40116         * lib/exclude.c: Include "strcase.h".
40117         * lib/regex_internal.h [!defined _LIBC]: Likewise.
40118         * lib/getusershell.c: Include stdio--.h rather than stdio.h
40119         and stdio-safer.h.
40120         (getusershell): Call fopen, not fopen_safer.
40121         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
40122         Do not include unistd-safer.h.
40123         (save_cwd): Don't call fd_safer; no longer needed
40124         now that we include fcntl--.h.
40125
40126         * lib/getdate.y (relative_time): New type.
40127         (RELATIVE_TIME_0): New constant.
40128         (parser_control): Use relative_time instead of doing it ourselves.
40129         (%union): Add new relative_time rel member.
40130         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
40131         Now typeless.
40132         (relunit, relunit_snumber): Now of type rel.
40133         (zone, rel, relunit, get_date): Adjust to above changes.
40134
40135         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
40136         Do not include unistd-safer.h.
40137         (getloadavg): Don't call fd_safer; no longer needed
40138         now that we include fcntl--.h.
40139
40140         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
40141         (make_dir_parents): Treat ENOSYS like EEXIST.
40142
40143         Improve quality of diagnostics on restore_cwd failure.
40144         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
40145         (make_dir_parents): Last arg is now int * (for errno), not bool *.
40146         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
40147         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
40148         each time through the loop.  Do not diagnose restore_cwd failure;
40149         that is the caller's job (and perhaps the caller does not care).
40150
40151         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
40152         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
40153         If the file already exists but is not a directory, don't bother
40154         to try to make its parents.
40155         Close potential file descriptor leak if we can't chdir("/") (!).
40156         Don't always return true if chdir($PWD) fails; return true only
40157         if the requested action was done successfully (except for the
40158         chdir($PWD)).
40159         Don't log final directory unless we actually made it.
40160         Refactor to avoid duplicate code to fix up permissions.
40161         Don't attempt to fix up parent permissions if chdir($PWD) fails.
40162
40163         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
40164         to make it a bit faster and (I hope) clearer.
40165         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
40166         Fix bug in formats like %2N.
40167
40168         * lib/verify.h: New file.
40169
40170 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
40171
40172         Sync from coreutils.
40173         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
40174
40175 2005-09-22  Jim Meyering  <jim@meyering.net>
40176
40177         Sync from coreutils.
40178
40179         * m4/lstat.m4 (gl_FUNC_LSTAT):
40180         Use AC_LIBSOURCES to require lstat.c and lstat.h.
40181         Remove obsolete comment.
40182         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
40183         * m4/xstrtod.m4: Likewise.
40184
40185         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
40186
40187 2005-09-22  Jim Meyering  <jim@meyering.net>
40188
40189         Sync from coreutils.
40190
40191         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
40192
40193         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
40194         the .tm_year member, since otherwise gcc-4.0 would now warn about
40195         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
40196
40197         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
40198         order to avoid an unsuppressible warning from gcc on 64-bit systems.
40199
40200         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
40201         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
40202         when run in a time zone for which daylight savings time is in effect
40203         for the starting date.
40204
40205         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
40206         stop us from restricting permissions of just-created absolute-named
40207         directories.
40208         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
40209         to restore initial working directory.
40210         * lib/mkdir-p.c (make_dir_parents): New parameter:
40211         different_working_dir, to tell caller if/when we change the working
40212         directory and are unable to return to the initial one.
40213         * lib/mkdir-p.h (make_dir_parents): Update prototype.
40214         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
40215         `return false'.  This fixes a bug introduced on 2004-07-30.
40216
40217         * lib/openat.c (fdopendir): Be sure to close the supplied
40218         file descriptor before returning.  This makes our replacement
40219         implementation a little closer to Solaris's, where fdopendir
40220         ties the file descriptor to the returned DIR* pointer.
40221         * lib/openat.c (unlinkat): New function.
40222         * lib/openat.h (unlinkat): Add prototype.
40223         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
40224         (openat_restore_fail): Rename from openat_restore_die.
40225         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
40226
40227         Provide an alternative to exiting immediately upon save_cwd or
40228         restore_cwd failure.  Now, an application can arrange e.g.,
40229         to perform a longjump in that case.
40230         * lib/openat.c: Include dirname.h.
40231         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
40232         (rpl_openat, fdopendir, fstatat): Call openat_save_die
40233         and openat_restore_die rather than calling error directly.
40234         Don't include "error.h" or "exitfail.h"; they're no longer needed.
40235
40236         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
40237         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
40238         define.
40239
40240         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
40241         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
40242                             int utc, int nanoseconds);
40243         Background:
40244         date should not have to allocate a megabyte of virtual memory to
40245         handle a format argument like +%1048575T.  When implemented with
40246         strftime, it must allocate such a buffer, use strftime to fill it
40247         in, print it, then free it.
40248         With fprintftime, it simply prints everything and exits.
40249         With no need for memory allocation, that's one fewer way to fail.
40250         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
40251         optional field width, not before, so we accept %9:z, not %:9z.
40252         (my_strftime): Be sure to use L_('x') for literals.
40253
40254         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
40255         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
40256         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
40257         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
40258         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
40259         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
40260         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
40261         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
40262         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
40263         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
40264         * lib/xgethostname.c, lib/xreadlink.c:
40265         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
40266
40267         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
40268         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
40269         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
40270         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
40271         and don't include <sys/file.h>).
40272
40273 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
40274
40275         Sync from coreutils.
40276
40277         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
40278         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
40279         [!LDAV_DONE]: Avoid unused variable warning.
40280
40281 2005-09-21  Bruno Haible  <bruno@clisp.org>
40282
40283         * lib/unicodeio.h (unicode_to_mb): New declaration.
40284
40285 2005-09-20  Derek Price  <derek@ximbiot.com>
40286
40287         * lib/getaddrinfo.c: Don't include <netdb.h> included from
40288         getaddrinfo.h.
40289
40290 2005-09-20  Bruno Haible  <bruno@clisp.org>
40291
40292         * gnulib-tool: Remove trailing slashes from the values specified for
40293         --source-base, --m4-base, --tests-base, --aux-dir.
40294         Suggested by Simon Josefsson <jas@extundo.com>.
40295
40296 2005-09-20  Bruno Haible  <bruno@clisp.org>
40297
40298         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
40299         func_modules_to_filelist, func_import, func_create_testdir): Make all
40300         sorting results locale-independent, so that gnulib-cache.m4 doesn't
40301         change when gnulib-tool is invoked in a different locale.
40302
40303 2005-09-19  Simon Josefsson  <jas@extundo.com>
40304
40305         * m4/socklen.m4: Fix typo.
40306
40307 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40308
40309         Use a consistent style for including <config.h>.
40310         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
40311         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
40312         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
40313         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
40314         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
40315         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
40316         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
40317         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
40318         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
40319         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
40320         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
40321         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
40322         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
40323         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
40324         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
40325         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
40326         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
40327         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
40328         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
40329         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
40330         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
40331         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
40332         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
40333         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
40334         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
40335         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
40336         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
40337         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
40338         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
40339         lib/xstrtoumax.c, lib/yesno.c:
40340         Standardize inclusion of config.h.
40341         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
40342         lib/inttostr.h:  Removed inclusion of config.h from header files.
40343         * lib/inttostr.c:  Adjusted in-tree users.
40344         * lib/timespec.h: Remove superfluous warning to include config.h.
40345         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
40346         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
40347         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
40348         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
40349         config.h with HAVE_CONFIG_H.
40350
40351 2005-09-19  Jim Meyering  <jim@meyering.net>
40352
40353         * modules/pathmax (License): Change to LGPL.
40354
40355 2005-09-19  Derek Price  <derek@ximbiot.com>
40356
40357         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
40358
40359 2005-09-19  Bruno Haible  <bruno@clisp.org>
40360
40361         * gnulib-tool (import): Provide default for --tests-base.
40362
40363 2005-09-19  Bruno Haible  <bruno@clisp.org>
40364
40365         * doc/quote.texi: New file, extracted from gnulib.texi.
40366         * doc/ctime.texi: New file, extracted from gnulib.texi.
40367         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
40368         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
40369         * doc/gnulib.texi: Include them.
40370
40371 2005-09-18  Bruno Haible  <bruno@clisp.org>
40372
40373         Portability fix.
40374         * gnulib-tool (func_readlink): New function.
40375         (func_ln_if_changed): Use it.
40376
40377 2005-09-18  Bruno Haible  <bruno@clisp.org>
40378
40379         * gnulib-tool: Support --with-tests also with --import.
40380         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
40381         (func_import): Use variables $testsbase and $inctests. Emit a
40382         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
40383         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
40384         SUBDIRS += $testsdir.
40385         (func_create_testdir): Update.
40386
40387 2005-09-18  Bruno Haible  <bruno@clisp.org>
40388
40389         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
40390         instead of $dry_run.
40391         (func_cp_if_changed, func_mv_if_changed): Remove functions.
40392         (func_ln_if_changed): Don't handle dry-run here.
40393         (func_import): In dry-run mode, detect more precisely which actions
40394         would be performed, and don't use "...ing" verbs.
40395
40396 2005-09-18  Bruno Haible  <bruno@clisp.org>
40397
40398         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
40399         (func_import): Use join on two temporary files instead of three nested
40400         loops, in order to determine which files are new or old.
40401
40402 2005-09-18  Bruno Haible  <bruno@clisp.org>
40403
40404         * gnulib-tool (func_import): Comment out code that spits out the
40405         new files with --dry-run.
40406
40407 2005-09-18  Bruno Haible  <bruno@clisp.org>
40408
40409         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
40410
40411 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
40412
40413         * lib/stat-time.h: New file.
40414         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
40415         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
40416         in a different way.
40417         (timespec_cmp): New function.
40418         * lib/utimecmp.c: Include stat-time.h.
40419         (SYSCALL_RESOLUTION): Depend on whether various struct stat
40420         members exist, not on the obsolescent ST_MTIM_NSEC.
40421         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
40422
40423 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
40424
40425         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
40426
40427 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
40428
40429         * MODULES.html.sh (File system functions): Add stat-time.
40430         * modules/stat-time: New file.
40431         * modules/timespec (Files): Remove m4/st_mtim.m4; this
40432         is now done in a different way, by the stat-time module.
40433         * modules/utimecmp (Depends-on): Add stat-time.
40434
40435 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
40436
40437         * m4/st_mtim.m4: Remove.  Superseded by...
40438         * m4/stat-time.m4: New file.
40439         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
40440         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
40441
40442 2005-09-15  Derek Price  <derek@ximbiot.com>
40443
40444         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
40445
40446 2005-09-15  Derek Price  <derek@ximbiot.com>
40447
40448         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
40449         * lib/regex_internal.c: Ditto, using this...
40450         (__GNUC_PREREQ): ...new macro.
40451         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
40452         using...
40453         (__GNUC_PREREQ): ...this new macro.
40454
40455         * lib/strstr.h: Include string.h. Define strstr as a macro here.
40456
40457 2005-09-15  Derek Price  <derek@ximbiot.com>
40458             Paul Eggert  <eggert@cs.ucla.edu>
40459
40460         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
40461         changes, consolidating in...
40462         * lib/regex_internal.h: ...this file.
40463
40464 2005-09-13  Jim Meyering  <jim@meyering.net>
40465
40466         * lib/canon-host.c: Filter through gnu indent and reword comments
40467         slightly.
40468         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
40469
40470 2005-09-13  Derek Price  <derek@ximbiot.com>
40471
40472         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
40473         failure.
40474         Reported by Jim Meyering  <jim@meyering.net>.
40475
40476 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
40477
40478         * lib/base64.c: Typo.
40479         (base64_encode): Put b64str in initialized data section.
40480
40481 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
40482
40483         Merge glibc and coreutils changes into gnulib, plus a few
40484         extra fixes.
40485         * lib/md5.c: Use #error rather than a string.
40486         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
40487         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
40488         (__attribute__): Define to empty for non recent-GCC.
40489         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
40490         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
40491         Renamed from their non-__ counterparts, with new macros replacing
40492         them if not _LIBC.  Add __THROW attribute.
40493         (rol): Remove.
40494         (struct md5_ctx): Align buffer if using GCC.
40495         * lib/sha1.h (struct sha1_ctx): Likewise.
40496         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
40497         The old name was backwards.
40498         (NOTSWAP): Remove; not used.
40499         (rol): New macro, moved here from md5.h.
40500         (sha1_process_block): Remove a FIXME that doesn't make sense.
40501
40502 2005-09-12  Derek Price  <derek@ximbiot.com>
40503
40504         Return usable errors from canon-host.
40505         * lib/canon-host.h: New file.
40506         * lib/canon-host.c (canon_host): Wrap...
40507         (canon_host_r): ...this new function, which now relies exclusively on
40508         getaddrinfo.
40509         (ch_strerror): New function.
40510         (last_cherror): New global.
40511         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
40512         interface.
40513         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
40514         void *.
40515         (freeaddrinfo): Free ai->ai_canonname when set.
40516
40517 2005-09-12  Derek Price  <derek@ximbiot.com>
40518
40519         Make canon-host require getaddrinfo.
40520         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
40521         AC_LIBSOURCE canon-host.h.  Call...
40522         (gl_PREREQ_CANON_HOST): ...this new function, which requires
40523         gl_GETADDRINFO.
40524         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
40525
40526 2005-09-12  Derek Price  <derek@ximbiot.com>
40527
40528         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
40529         LGPL.
40530         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
40531
40532 2005-09-12  Derek Price  <derek@ximbiot.com>
40533
40534         * lib/gai_strerror.c: Include config.h when available.  Include
40535         getaddrinfo.h before other headers to test interface.
40536         Reported by Larry Jones <lawrence.jones@ugs.com>.
40537
40538 2005-09-12  Derek Price  <derek@ximbiot.com>
40539             Paul Eggert  <eggert@cs.ucla.edu>
40540
40541         * modules/glob (Files): Add glob-libc.h.
40542
40543 2005-09-12  Derek Price  <derek@ximbiot.com>
40544             Paul Eggert  <eggert@cs.ucla.edu>
40545
40546         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
40547         glob_.h, glob-libc.h.
40548         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
40549
40550 2005-09-12  Derek Price  <derek@ximbiot.com>
40551             Paul Eggert  <eggert@cs.ucla.edu>
40552
40553         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
40554         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
40555         protecting things that should be done only in gnulib contexts.
40556         * lib/glob_.h: New file, containing only the glob things needed for
40557         gnulib.
40558         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
40559         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
40560         (glob, globfree, glob_pattern_p): Now defined simply in terms of
40561         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
40562         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
40563         and to respect the namespace rules better.
40564
40565 2005-09-08  Simon Josefsson  <jas@extundo.com>
40566
40567         * modules/socklen: New file.
40568
40569 2005-09-08  Simon Josefsson  <jas@extundo.com>
40570
40571         * m4/socklen.m4: New file.
40572
40573 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40574
40575         * modules/utimens (Files): Add m4/utimbuf.m4, since
40576         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
40577         Reported by Sergey Poznyakoff.
40578
40579 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40580
40581         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
40582         definitions, since that's the preferred style in glibc.
40583         Fix a minor spacing issue, and update copyright notice to match
40584         glibc's.
40585
40586 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40587
40588         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
40589
40590 2005-09-06  Simon Josefsson  <jas@extundo.com>
40591
40592         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
40593         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
40594
40595 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
40596
40597         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
40598         warning.
40599
40600 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
40601
40602         * config/srclist.txt: Add glibc bug 1302.
40603
40604 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
40605
40606         Change bitset word type from unsigned int to unsigned long int,
40607         as this has better performance on typical 64-bit hosts.
40608         Port bitset code to hosts with unusual word sizes.
40609         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
40610         (build_collating_symbol):
40611         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
40612         argument is a bitset.  This is merely a style issue, but it makes
40613         it clearer that an entire array is expected.
40614         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
40615         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
40616         Port to the case where bitset_word is not the same as unsigned int.
40617         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
40618         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
40619         Likewise.
40620         * lib/regexec.c (check_dst_limits_calc_pos_1,
40621         check_subexp_matching_top):
40622         (build_trtable, group_nodes_into_DFAstates):
40623         Likewise.
40624         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
40625         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
40626         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
40627         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
40628         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
40629         * lib/regcomp.c (optimize_subexps, lower_subexp):
40630         Work even if bitset_word has holes in its bitwise representation.
40631         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
40632         * lib/regexec.c (check_dst_limits_calc_pos_1,
40633         check_subexp_matching_top):
40634         Likewise.
40635         * lib/regex_internal.c (re_string_reconstruct):
40636         Don't assume UCHAR_MAX == 255.
40637         * lib/regex_internal.h (bitset_set_all): Likewise.
40638         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
40639         All uses changed.
40640         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
40641         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
40642         All uses changed.
40643         (BITSET_WORD_MAX): New macro.
40644         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
40645         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
40646         (bitset_empty, bitset_copy):
40647         Prefer sizeof (bitset) to multiplying it out ourselves.
40648         (bitset_not_merge): Remove; unused.
40649         (bitset_contain): Return bool, not unsigned int with one bit on.
40650         All callers changed.
40651         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
40652         alignment than re_node_set; do this by defining a new internal
40653         type struct dests_alloc and using it to allocate memory.
40654
40655 2005-09-05  Bruno Haible  <bruno@clisp.org>
40656
40657         * gnulib-tool (func_import): Fix comparison in handling of symbolic
40658         links.
40659
40660 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
40661
40662         * modules/size_max (Makefile.am): Add size_max.h
40663
40664 2005-09-04  Derek Price  <derek@ximbiot.com>
40665
40666         * gnulib-tool (func_import): Fix reversed $symbolic logic.
40667
40668 2005-09-03  Simon Josefsson  <jas@extundo.com>
40669
40670         * gnulib-tool: Fix typo.
40671
40672 2005-09-03  Simon Josefsson  <jas@extundo.com>
40673
40674         * config/srclist.txt: Add glibc bug 1293.
40675
40676 2005-09-03  Derek Price  <derek@ximbiot.com>
40677
40678         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
40679         From Larry Jones <lawrence.jones@ugs.com>.
40680
40681 2005-09-02  Simon Josefsson  <jas@extundo.com>
40682
40683         * modules/socklen: New file.
40684
40685 2005-09-02  Simon Josefsson  <jas@extundo.com>
40686
40687         * modules/havelib: New module.
40688
40689         * modules/gettext, modules/iconv, modules/lock, modules/readline:
40690         Use havelib.
40691
40692 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
40693
40694         Check for arithmetic overflow when calculating sizes, to prevent
40695         some buffer-overflow issues.  These patches are conservative, in the
40696         sense that when I couldn't determine whether an overflow was possible,
40697         I inserted a run-time check.
40698         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
40699         macros.
40700         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
40701         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
40702         (re_xnrealloc, re_x2nrealloc): New inline functions.
40703         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
40704         parse_bracket_exp):
40705         (build_equiv_class, build_charclass): Check for arithmetic overflow
40706         in size expression calculations.
40707         * lib/regex_internal.c (re_string_realloc_buffers):
40708         (build_wcs_upper_buffer, re_node_set_add_intersect):
40709         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
40710         (re_dfa_add_node, register_state): Likewise.
40711         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
40712         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
40713         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
40714         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
40715
40716 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
40717
40718         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
40719         m4/ulonglong.m4.  Problem reported by Martin Lambers.
40720
40721 2005-09-02  Bruno Haible  <bruno@clisp.org>
40722
40723         Support for lib vs. lib64 distinction on biarch platforms.
40724         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
40725         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
40726         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
40727
40728 2005-09-02  Bruno Haible  <bruno@clisp.org>
40729
40730         * gnulib-tool (import): In the other first-use case, provide defaults
40731         as well.
40732
40733 2005-09-02  Bruno Haible  <bruno@clisp.org>
40734
40735         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
40736         patches not yet found in the latest gettext release.
40737
40738 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40739
40740         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
40741         to avoid a collision with bits/local_lim.h in glibc.
40742         All uses changed.  Problem reported by Dmitry V. Levin in
40743         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
40744
40745         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
40746         bugs in int versus size_t comparisons.
40747         (re_string_context_at): Fix bug where the code assumed that
40748         Idx is signed.
40749
40750         Use bool where appropriate.
40751         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
40752         All callers changed.
40753         (calc_eclosure_iter): Likewise, for ROOT arg.
40754         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
40755         (build_charclass_op): Likewise, for NON_MATCH arg.
40756         * lib/regex_internal.c (re_string_allocate, re_string_construct):
40757         (re_string_construct_common): Likewise, for ICASE arg.
40758         * lib/regexec.c (re_search_2_stub, re_search_stub):
40759         Likewise, for RET_LEN arg.
40760         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
40761         (set_regs): Likewise, for FL_BACKTRACK arg.
40762         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
40763         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
40764         (calc_eclosure_iter, parse_bracket_exp):
40765         Use bool for internal variables that are booleans.
40766         * lib/regexec.c (re_search_internal, check_matching,
40767         proceed_next_node):
40768         (set_regs, build_sifted_states, sift_states_bkref):
40769         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
40770         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
40771         (find_collation_sequence_value):
40772         Likewise.
40773         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
40774         (re_node_set_compare):
40775         Return bool, not int. All callers changed.
40776         * lib/regexec.c (check_halt_node_context, check_dst_limits):
40777         (build_trtable, check_node_accept): Likewise.
40778         * lib/regex_internal.h: Include stdbool.h.
40779
40780         Fix bugs uncovered when converting to bool.
40781         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
40782         failure instead of charging ahead blindly.
40783         * lib/regex_internal.c (register_state): Likewise.
40784         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
40785         for freeing internal storage.
40786         (group_nodes_into_DFA_states): Use unsigned int, not int, for
40787         bitset pieces used as boolean, to avoid undefined behavior
40788         on hosts that do int overflow checking.
40789
40790 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40791
40792         * config/srclist.txt: Add glibc bugs 1285-1287.
40793
40794 2005-09-01  Jim Meyering  <jim@meyering.net>
40795
40796         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
40797         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
40798         Require gl_STAT_MACROS, too.
40799
40800 2005-09-01  Bruno Haible  <bruno@clisp.org>
40801
40802         * gnulib-tool (import): In the first-use case, provide defaults.
40803
40804 2005-09-01  Bruno Haible  <bruno@clisp.org>
40805
40806         * gnulib-tool (func_import): Remove the .tmp files.
40807
40808 2005-09-01  Bruno Haible  <bruno@clisp.org>
40809
40810         * gnulib-tool (func_import): Fix handling of symbolic links.
40811
40812 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40813
40814         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
40815         old glibc regex code mishandles strings longer than 2**31 bytes.
40816         This patch fixes this when the regex code is used in gnulib
40817         (i.e., outside glibc).
40818
40819         This patch should not affect the use of the regex code inside
40820         glibc.  No doubt this problem also needs to be handled for glibc
40821         as well, but the result will be an incompatible change to the
40822         glibc ABI, and the old ABI will have to be supported too.  That
40823         can be the the subject for another patch.
40824
40825         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
40826         governing whether the rest of this patch is active.  By default,
40827         the macro is disabled and the patch has no effect.
40828         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
40829         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
40830         (struct re_pattern_buffer, re_search, re_search_2, re_match):
40831         (re_match_2, re_set_registers): Use the new types.
40832         * lib/regex_internal.h (Idx, re_hashval_t): New types.
40833         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
40834         New macros.
40835         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
40836         (re_string_context_at, bin_tree_t, re_dfastate_t):
40837         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
40838         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
40839         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
40840         (re_string_char_size_at, re_string_wchar_at):
40841         (re_string_elem_size_at):
40842         Use the new types and macros to port to 64-bit hosts.
40843         Use unsigned types for internal values, so that the code
40844         mostly works even for arrays larger than SSIZE_MAX.
40845         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
40846         (search_duplicated_node, calc_eclosure_iter, fetch_number):
40847         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
40848         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
40849         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
40850         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
40851         (calc_inveclosure, parse_dup_op, build_range_exp):
40852         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
40853         (fetch_number, create_token_tree, mark_opt_subexp):
40854         Likewise.
40855         * lib/regex_internal.c (re_string_construct_common,
40856         create_ci_newstate):
40857         (create_cd_newstate, re_string_allocate, re_string_construct):
40858         (re_string_realloc_buffers, build_wcs_upper_buffer):
40859         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
40860         (re_string_reconstruct, re_string_peek_byte_case):
40861         (re_string_fetch_byte_case, re_string_context_at):
40862         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
40863         (re_node_set_init_copy, re_node_set_add_intersect):
40864         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
40865         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
40866         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
40867         (re_acquire_state, re_acquire_state_context, register_state):
40868         Likewise.
40869         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
40870         search_cur_bkref_entry):
40871         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
40872         (re_search_internal, re_search_2_stub, re_search_stub)
40873         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
40874         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
40875         (update_cur_sifted_state, check_dst_limits):
40876         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
40877         (check_subexp_limits, sift_states_bkref, merge_state_array):
40878         (check_subexp_matching_top, get_subexp, get_subexp_sub):
40879         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
40880         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
40881         (expand_bkref_cache, check_node_accept_bytes):
40882         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
40883         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
40884         (acquire_init_state_context, check_halt_node_context):
40885         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
40886         (sift_states_backward, clean_state_log_if_needed):
40887         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
40888         (find_recover_state, transit_state_sb, transit_state_mb):
40889         (transit_state_bkref, build_trtable, match_ctx_clean):
40890         Likewise.
40891         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
40892         to work around an assumption that REG_MISSING is negative.
40893
40894         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
40895         (seek_collating_symbol_entry) [defined _LIBC]:
40896         (lookup_collation_sequence_value) [defined _LIBC]:
40897         (build_range_exp, build_collating_symbol) [defined _LIBC]:
40898         Use prototypes rather than old-style function definitions.
40899         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
40900         (transit_state_sb) [0]:
40901         (find_collation_sequence_value) [defined _LIBC]: Likewise.
40902
40903         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
40904         rm_eo.
40905
40906         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
40907         (optimize_subexps, lower_subexp):
40908         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
40909         since the signed shift might overflow.  Use 1u<<31 instead.
40910         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
40911         Likewise.
40912         * lib/regexec.c (check_dst_limits_calc_pos_1,
40913         check_subexp_matching_top): Likewise.
40914
40915         * lib/regcomp.c (optimize_subexps, lower_subexp):
40916         Use CHAR_BIT rather than 8, for clarity.
40917         * lib/regexec.c (check_dst_limits_calc_pos_1):
40918         (check_subexp_matching_top): Likewise.
40919         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
40920         have to worry about portability issues when shifting it left.
40921         Remove no-longer-needed test for table_size > 0.
40922         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
40923         in a word, as the resulting behavior is undefined.
40924         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
40925         in one case, a <= should have been an <, and in another case the
40926         whole test was missing.
40927         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
40928         the standard name CHAR_BIT.
40929         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
40930         this is not true on one's complement and signed-magnitude hosts.
40931
40932         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
40933         next_last_offset.
40934         (struct re_dfa_t): Remove unused member states_alloc.
40935         * lib/regcomp.c (init_dfa): Don't initialize unused members.
40936
40937 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40938
40939         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
40940         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
40941         and large-file glibc and in 32-bit large-file Solaris.
40942
40943 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40944
40945         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
40946         lengths fit in regoff_t; this isn't true if regoff_t is the same
40947         width as size_t.
40948         * lib/regex.c (re_search_internal): 5th arg is LAST_START
40949         (= START + RANGE) instead of RANGE.  This avoids overflow
40950         problems when regoff_t is the same width as size_t.
40951         All callers changed.
40952         (re_search_2_stub): Check for overflow when adding the
40953         sizes of the two strings.
40954         (re_search_stub): Check for overflow when adding START
40955         to RANGE; if it occurs, substitute the extreme value.
40956
40957 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40958
40959         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
40960
40961 2005-08-31  Jim Meyering  <jim@meyering.net>
40962
40963         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
40964         a pointer-to-const.
40965         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
40966         (register_state): Likewise.
40967         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
40968         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
40969         (group_nodes_into_DFAstates): Likewise.
40970
40971 2005-08-31  Jim Meyering  <jim@meyering.net>
40972
40973         * check-module: Add a FIXME comment.
40974
40975 2005-08-31  Eric Blake  <ebb9@byu.net>
40976
40977         * modules/unistd-safer (Files): Add unistd--.h.
40978         * modules/stdio-safer (Files): Add stdio--.h.
40979
40980 2005-08-31  Derek Price  <derek@ximbiot.com>
40981
40982         * lib/getdelim.c (getdelim): Return EOF on EOF.
40983         Reported by Larry Jones <lawrence.jones@ugs.com>.
40984
40985 2005-08-31  Bruno Haible  <bruno@clisp.org>
40986
40987         Avoid unnecessary diffs in the generated lib/Makefile.am.
40988         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
40989         the generated files.
40990         (func_import): Don't set cmd.
40991
40992 2005-08-31  Bruno Haible  <bruno@clisp.org>
40993
40994         * lib/strstr.c: Include <stddef.h>, for NULL.
40995         * lib/strcasestr.c: Likewise.
40996         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
40997
40998 2005-08-31  Bruno Haible  <bruno@clisp.org>
40999
41000         * gnulib-tool: New option --macro-prefix.
41001         (func_import): Use macro_prefix.
41002         (import): Handle option --macro-prefix.
41003
41004 2005-08-31  Bruno Haible  <bruno@clisp.org>
41005
41006         * gnulib-tool (import): Rename most ac_* variables to cached_*.
41007         Also use new variables cached_lgpl, cached_libtool.
41008
41009 2005-08-31  Bruno Haible  <bruno@clisp.org>
41010
41011         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
41012         always instantiating them.
41013
41014 2005-08-31  Bruno Haible  <bruno@clisp.org>
41015
41016         * gnulib-tool (func_import): Read the previous cached settings
41017         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
41018         earlier added by gnulib but are now dropped. Warn when a gnulib file
41019         overwrites a non-gnulib file.
41020
41021 2005-08-31  Bruno Haible  <bruno@clisp.org>
41022
41023         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
41024         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
41025         projects that don't keep autogenerated files in CVS. Put into
41026         actioncmd only the specified modules, not the transitive closure.
41027
41028 2005-08-31  Bruno Haible  <bruno@clisp.org>
41029
41030         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
41031         Create directories that shall be filled.
41032         (import): Don't look for gl_* macros in configure.ac. Recurse across
41033         all directories containing a gnulib-cache.m4 files, if meaningful.
41034
41035 2005-08-31  Bruno Haible  <bruno@clisp.org>
41036
41037         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
41038         (import): Set seen_libtool when we see gl_LIBTOOL.
41039
41040 2005-08-31  Bruno Haible  <bruno@clisp.org>
41041
41042         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
41043         declaration macro definitions from generated gnulib.m4.
41044
41045 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
41046
41047         * lib/iconvme.h: Add prototype for iconv_alloc.
41048
41049 2005-08-29  Simon Josefsson  <jas@extundo.com>
41050
41051         * lib/iconvme.c: Fix errno.
41052
41053 2005-08-29  Bruno Haible  <bruno@clisp.org>
41054
41055         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
41056         that it works when the directory contains spaces.
41057
41058 2005-08-29  Bruno Haible  <bruno@clisp.org>
41059
41060         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
41061
41062 2005-08-29  Bruno Haible  <bruno@clisp.org>
41063
41064         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
41065         Emit more advice.
41066
41067 2005-08-29  Bruno Haible  <bruno@clisp.org>
41068         and Stepan Kasal  <kasal@ucw.cz>
41069
41070         * check-module: If more parameters are given, check each of them
41071         separately; add more exceptions, as noted by Jim Meyering.
41072         (check_module): New procedure.
41073         (%exempt_header): Now contains all exceptions.
41074
41075 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
41076
41077         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
41078
41079 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
41080
41081         * lib/iconvme.c: Split iconv_string into iconv_alloc.
41082
41083 2005-08-28  Bruno Haible  <bruno@clisp.org>
41084
41085         * m4/gnulib-tool.m4: New file.
41086
41087 2005-08-27  Jim Meyering  <jim@meyering.net>
41088
41089         * modules/unistd-safer (Files): Add pipe-safer.c.
41090         * modules/fcntl-safer (Files): Add creat-safer.c.
41091
41092 2005-08-27  Jim Meyering  <jim@meyering.net>
41093
41094         * m4/stdlib-safer.m4: New file.  From coreutils.
41095         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
41096         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
41097         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
41098         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
41099         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
41100
41101 2005-08-27  Jim Meyering  <jim@meyering.net>
41102
41103         * lib/fopen-safer.c: Merge minor changes from coreutils.
41104         * lib/dup-safer.c: Likewise.
41105         * lib/fd-safer.c: Likewise.
41106
41107         Merge from coreutils.
41108         * lib/stdio--.h: New file.
41109         * lib/stdlib--.h: New file.
41110         * lib/mkstemp-safer.c: New file.
41111
41112         GNU tar needs these.
41113         * lib/pipe-safer.c: New file.
41114         * lib/creat-safer.c: New file.
41115         * lib/fcntl--.h (creat): Define to creat_safer.
41116         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
41117         * lib/unistd--.h (pipe): Define to pipe_safer.
41118         * lib/unistd-safer.h: Declare pipe_safer.
41119
41120 2005-08-26  Simon Josefsson  <jas@extundo.com>
41121
41122         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
41123         Haible <bruno@clisp.org>.
41124
41125 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
41126
41127         * lib/regex_internal.h: Remove all references to
41128         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
41129         or better.
41130         (bitset_not, bitset_merge, bitset_not_merge):
41131         (bitset_mask, re_string_allocate, re_string_construct):
41132         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
41133         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
41134         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
41135         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
41136         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
41137         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
41138         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
41139         (re_acquire_state_context):
41140         Remove unnecessary forward decls.
41141         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
41142         Put __attribute at function definition,
41143         now that the function decl has been removed.
41144         * lib/regex_internal.c (re_string_peek_byte_case):
41145         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
41146         Likewise.
41147
41148 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
41149
41150         * m4/regex.m4: Add AC_PREREQ(2.50).
41151         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
41152
41153 2005-08-25  Simon Josefsson  <jas@extundo.com>
41154
41155         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
41156         __fsetlocking.
41157
41158 2005-08-25  Simon Josefsson  <jas@extundo.com>
41159
41160         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
41161         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
41162         GLIBC specific code.
41163
41164 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
41165
41166         Make regex safe for g++.  This fixes one real bug (an "err"
41167         that should have been "*err").  g++ problem reported by
41168         Sam Steingold.
41169         * lib/regex_internal.h (re_calloc): New macro, consistent with
41170         re_malloc etc.  All callers of calloc changed to use re_calloc.
41171         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
41172         not int.  All callers changed.
41173         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
41174         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
41175         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
41176         (find_recover_state): Change "err" to "*err"; this fixes what
41177         appears to be a real bug.
41178         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
41179         versus int.
41180
41181 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
41182
41183         * modules/regex (Depends-on): Add malloc, since the code
41184         assumes that !malloc(0) means failure.
41185
41186 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
41187
41188         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
41189
41190         alloca modernization/simplification for regex.
41191         * lib/regex.c: Remove portability cruft for alloca.  This no longer
41192         needs to be at the start of the file, and can be moved into
41193         regex_internal.h and simplified.
41194         * lib/regex_internal.h: Include <alloca.h>.
41195         (__libc_use_alloca) [!defined _LIBC]: New macro.
41196         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
41197         now works outside glibc.
41198
41199 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
41200
41201         * config/srclist.txt: Add glibc bugs 1241, 1245.
41202
41203 2005-08-25  Jim Meyering  <jim@meyering.net>
41204
41205         * lib/open-safer.c: Include <config.h>.
41206         Otherwise, we'd lose LARGEFILE support in any file using
41207         e.g. "fcntl--.h"
41208
41209 2005-08-25  Bruno Haible  <bruno@clisp.org>
41210
41211         * m4/minmax.m4: Require autoconf 2.52.
41212         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
41213         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
41214         alternatives of translit over the alphabet.
41215         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
41216
41217 2005-08-24  Simon Josefsson  <jas@extundo.com>
41218
41219         * tests/test-getpass.c: New file.
41220
41221 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
41222
41223         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
41224         for GNU regex features.
41225
41226 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
41227
41228         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
41229         * lib/regex.h (regerror): Likewise.
41230
41231         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
41232         requires this.  (The code never needed it.)
41233
41234         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
41235         All uses of recently-renamed identifiers changed to use the new,
41236         POSIX-compliant names.  The code will build and run just fine
41237         without these changes, but it's better to eat our own dog food
41238         and use the standard-conforming names.
41239
41240         * lib/regex.h: Fix a multitude of POSIX name space violations.
41241         These changes have an effect only for programs that define
41242         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
41243         do not change anything for programs compiled in the normal way.
41244         Also, there is no effect on the ABI.
41245
41246         (_REGEX_SOURCE): New macro.
41247         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
41248         defined and _GNU_SOURCE is not; this fixes a name space violation.
41249
41250         Rename the following macros to obey POSIX requirements.
41251         The old names are still visible as macros if _REGEX_SOURCE is defined.
41252         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
41253         RE_BACKSLASH_ESCAPE_IN_LISTS.
41254         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
41255         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
41256         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
41257         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
41258         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
41259         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
41260         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
41261         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
41262         (REG_INTERVALS): renamed from RE_INTERVALS.
41263         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
41264         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
41265         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
41266         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
41267         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
41268         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
41269         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
41270         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
41271         RE_UNMATCHED_RIGHT_PAREN_ORD.
41272         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
41273         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
41274         (REG_DEBUG): renamed from RE_DEBUG.
41275         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
41276         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
41277         unusual, since we can't clash with the POSIX REG_ICASE.
41278         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
41279         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
41280         (REG_NO_SUB): renamed from RE_NO_SUB.
41281         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
41282         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
41283         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
41284         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
41285         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
41286         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
41287         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
41288         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
41289         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
41290         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
41291         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
41292         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
41293         RE_SYNTAX_POSIX_MINIMAL_BASIC.
41294         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
41295         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
41296         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
41297         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
41298         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
41299         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
41300         (REG_FIXED): Renamed from REGS_FIXED.
41301         (REG_NREGS): Renamed from RE_NREGS.
41302
41303         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
41304         of other REG_* macros, since POSIX says the user is allowed to
41305         #undef these macros selectively.
41306
41307         (reg_errcode_t): Update comment stating what other tables need
41308         to be consistent.
41309
41310         Rename the following enum values to obey POSIX requirements.
41311         The old names are still visible as macros.
41312         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
41313         is not defined, since GNU is supposed to be a superset of POSIX as
41314         much as possible, and since we want reg_errcode_t to be a signed
41315         type for implementation consistency.
41316         (_REG_NOERROR): Renamed from REG_NOERROR.
41317         (_REG_NOMATCH): Renamed from REG_NOMATCH.
41318         (_REG_BADPAT): Renamed from REG_BADPAT.
41319         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
41320         (_REG_ECTYPE): Renamed from REG_ECTYPE.
41321         (_REG_EESCAPE): Renamed from REG_EESCAPE.
41322         (_REG_ESUBREG): Renamed from REG_ESUBREG.
41323         (_REG_EBRACK): Renamed from REG_EBRACK.
41324         (_REG_EPAREN): Renamed from REG_EPAREN.
41325         (_REG_EBRACE): Renamed from REG_EBRACE.
41326         (_REG_BADBR): Renamed from REG_BADBR.
41327         (_REG_ERANGE): Renamed from REG_ERANGE.
41328         (_REG_ESPACE): Renamed from REG_ESPACE.
41329         (_REG_BADRPT): Renamed from REG_BADRPT.
41330         (_REG_EEND): Renamed from REG_EEND.
41331         (_REG_ESIZE): Renamed from REG_ESIZE.
41332         (_REG_ERPAREN): Renamed from REG_ERPAREN.
41333         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
41334         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
41335         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
41336         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
41337
41338         (_REG_RE_NAME, _REG_RM_NAME): New macros.
41339         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
41340         changed.  But support the old name if the new one is not defined
41341         and if _REGEX_SOURCE.
41342
41343         Change the following member names in struct re_pattern_buffer.
41344         The old names are still supported if !_REGEX_SOURCE.
41345         The new names are always supported, regardless of _REGEX_SOURCE.
41346         (re_buffer): Renamed from buffer.
41347         (re_allocated): Renamed from allocated.
41348         (re_used): Renamed from used.
41349         (re_syntax): Renamed from syntax.
41350         (re_fastmap): Renamed from fastmap.
41351         (re_translate): Renamed from translate.
41352         (re_can_be_null): Renamed from can_be_null.
41353         (re_regs_allocated): Renamed from regs_allocated.
41354         (re_fastmap_accurate): Renamed from fastmap_accurate.
41355         (re_no_sub): Renamed from no_sub.
41356         (re_not_bol): Renamed from not_bol.
41357         (re_not_eol): Renamed from not_eol.
41358         (re_newline_anchor): Renamed from newline_anchor.
41359
41360         Change the following member names in struct re_registers.
41361         The old names are still supported if !_REGEX_SOURCE.
41362         The new names are always supported, regardless of _REGEX_SOURCE.
41363         (rm_num_regs): Renamed from num_regs.
41364         (rm_start): Renamed from start.
41365         (rm_end): Renamed from end.
41366
41367         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
41368         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
41369         Prepend __ to parameter names.
41370
41371         Undo yesterday's changes.
41372
41373 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
41374
41375         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
41376         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
41377         lib/regex.c.
41378
41379 2005-08-24  Jim Meyering  <jim@meyering.net>
41380
41381         Sync from coreutils.
41382         * m4/fcntl-safer.m4: New file.
41383
41384         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
41385         and object files for this module.
41386
41387 2005-08-24  Jim Meyering  <jim@meyering.net>
41388
41389         Sync from coreutils.
41390         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
41391
41392 2005-08-24  Jim Meyering  <jim@meyering.net>
41393
41394         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
41395         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
41396
41397 2005-08-24  Jim Meyering  <jim@meyering.net>
41398
41399         * modules/fcntl-safer: New module.
41400         * modules/fts (Depends-on): Add fcntl-safer.
41401         * MODULES.html.sh (File descriptor based Input/Output):
41402         Add fcntl-safer.
41403
41404 2005-08-24  Bruno Haible  <bruno@clisp.org>
41405
41406         Support for unit test modules.
41407         * modules/README: Mention tests modules.
41408         * modules/TEMPLATE-TESTS: New file.
41409         * gnulib-tool: New options --extract-tests-module, --with-tests and
41410         --tests-base (unused for the moment).
41411         (testsbase, inctests): New variables.
41412         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
41413         (func_verify_module): Exclude TEMPLATE-TESTS.
41414         (func_verify_nontests_module, func_verify_tests_module): New functions.
41415         (func_get_dependencies): Add implicit dependency for tests modules.
41416         (func_get_tests_module): New function.
41417         (func_modules_transitive_closure): When --with-tests was specified,
41418         include the unit tests as well, unless explicitly avoided.
41419         (func_emit_lib_Makefile_am): Ignore the tests modules here.
41420         (func_emit_tests_Makefile_am): New function.
41421         (func_create_testdir): When --with-tests was specified, emit a
41422         tests/ directory.
41423         * MODULES.html.sh (Future developments): Update.
41424
41425 2005-08-24  Bruno Haible  <bruno@clisp.org>
41426
41427         * modules/tls-tests: New file.
41428         * tests/test-tls.c: New file, from GNU gettext.
41429
41430 2005-08-24  Bruno Haible  <bruno@clisp.org>
41431
41432         * modules/lock-tests: New file.
41433         * tests/test-lock.c: New file, from GNU gettext.
41434
41435 2005-08-24  Bruno Haible  <bruno@clisp.org>
41436
41437         * lib/lock.h: Add multiple inclusion guard.
41438         * lib/tls.h: Add multiple inclusion guard.
41439
41440 2005-08-24  Bruno Haible  <bruno@clisp.org>
41441
41442         * gnulib-tool: Add support for the --aux-dir option to
41443         --create-testdir, --create-megatestdir, --test, --megatest.
41444         (func_create_testdir, func_create_megatestdir): Optionally emit a
41445         AC_CONFIG_AUX_DIR directive.
41446         (create-testdir, create-megatestdir, test, megatest): Provide a
41447         default value for $auxdir.
41448
41449 2005-08-24  Bruno Haible  <bruno@clisp.org>
41450
41451         * gnulib-tool (import): Use compound statement instead of subshell
41452         where possible.
41453
41454 2005-08-24  Bruno Haible  <bruno@clisp.org>
41455
41456         * gnulib-tool (import): Change --aux-dir default to "build-aux".
41457
41458 2005-08-24  Bruno Haible  <bruno@clisp.org>
41459
41460         * gnulib-tool (func_version): Update.
41461
41462 2005-08-24  Bruno Haible  <bruno@clisp.org>
41463
41464         * gnulib-tool (func_import, func_create_testdir,
41465         func_create_megatestdir): Quote all autoconf macro arguments.
41466
41467 2005-08-24  Bruno Haible  <bruno@clisp.org>
41468
41469         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
41470         option --force, because --force causes the aclocal.m4 of each
41471         subdirectory to be newer than the corresponding config.h.in.
41472
41473 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
41474
41475         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
41476         All contents moved to gl_REGEX.
41477         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
41478         assume that it does.
41479
41480 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
41481
41482         * lib/regex.h (REG_NOSYS)
41483         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
41484         Define, since POSIX requires it as of 2001.
41485         (_REG_ENOSYS)
41486         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
41487         New private symbol, used to keep the enum signed in all cases.
41488         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
41489         Youngman in
41490         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
41491
41492         * lib/regex_internal.c (re_string_skip_chars, register_state):
41493         (calc_state_hash):
41494         Remove forward decls; no longer needed now that we use prototypes.
41495         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
41496         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
41497         (clean_state_log_if_needed): Likewise.
41498
41499 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
41500
41501         * config/srclist.txt: Add glibc bugs 1231-1233.
41502
41503 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
41504
41505         Fix problems reported by Sam Steingold in
41506         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
41507         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
41508         assumed that reg_errcode_t is a signed type, which is not
41509         necessarily true if _XOPEN_SOURCE is not defined.
41510         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
41511         since some compilers warn about it otherwise.
41512
41513 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
41514
41515         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
41516         (init_word_char, create_initial_state, duplicate_node_closure):
41517         (fetch_token, peek_token_bracket, build_range_exp):
41518         (build_collating_symbol): Remove forward decls; no longer needed
41519         now that we use prototypes.
41520
41521         * lib/regcomp.c:
41522         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
41523         (re_compile_fastmap_iter, regcomp, regerror, regfree):
41524         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
41525         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
41526         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
41527         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
41528         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
41529         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
41530         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
41531         (build_range_exp, build_collating_symbol, parse_bracket_exp):
41532         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
41533         (build_charclass, build_charclass_op, fetch_number, create_tree):
41534         (create_token_tree, mark_opt_subexp, duplicate_tree):
41535         Use prototypes rather than old-style definitions.
41536
41537         * lib/regex_internal.c:
41538         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
41539         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
41540         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
41541         (re_string_reconstruct, re_string_peek_byte_case):
41542         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
41543         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
41544         (re_node_set_init_copy, re_node_set_add_intersect):
41545         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
41546         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
41547         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
41548         (re_acquire_state, re_acquire_state_context, register_state):
41549         (create_ci_newstate, create_cd_newstate, free_state):
41550         Likewise.
41551         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
41552         re_search_2):
41553         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
41554         (re_search_internal, prune_impossible_nodes):
41555         (acquire_init_state_context, check_matching, static):
41556         (check_halt_node_context, check_halt_state_context, proceed_next_node):
41557         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
41558         (update_regs, sift_states_backward, build_sifted_states):
41559         (clean_state_log_if_needed, merge_state_array):
41560         (update_cur_sifted_state, add_epsilon_src_nodes):
41561         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
41562         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
41563         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
41564         (find_recover_state, check_subexp_matching_top, transit_state_mb):
41565         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
41566         (check_arrival, check_arrival_add_next_nodes):
41567         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
41568         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
41569         (check_node_accept_bytes, check_node_accept, extend_buffers):
41570         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
41571         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
41572         (sift_ctx_init):
41573         Likewise.
41574
41575         * lib/regex_internal.h:
41576         (re_string_allocate, re_string_construct, re_string_reconstruct):
41577         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
41578         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
41579         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
41580         (re_string_context_at, re_string_peek_byte_case):
41581         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
41582         is defined, since we now use prototypes always.
41583
41584         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
41585         C89 or better.  All uses removed.
41586
41587 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
41588
41589         * config/srclist.txt: Add glibc bugs 1220-1227.
41590
41591 2005-08-20  Jim Meyering  <jim@meyering.net>
41592
41593         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
41594         of unused local, dfa.
41595
41596 2005-08-20  Bruno Haible  <bruno@clisp.org>
41597
41598         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
41599
41600 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41601
41602         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
41603         (re_node_set_insert_last, re_dfa_add_node):
41604         Rename local variables to avoid GCC shadowing warnings.
41605
41606 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41607
41608         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
41609         [defined lint]: Suppress bogus uninitialized-variable warnings.
41610
41611         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
41612         and let the caller return REG_ESPACE if out of space.  This
41613         removes an uninitialied-variable warning with GCC 4.0.1, and also
41614         avoids taking the address of a local variable.  All callers
41615         changed.
41616
41617 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41618
41619         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
41620         $LIBCSRC/posix/regexec.c.
41621         Add glibc bug 1217 for regcomp.c.
41622
41623 2005-08-19  Jim Meyering  <jim@meyering.net>
41624
41625         * lib/regexec.c (proceed_next_node): Redo local variables to
41626         avoid GCC shadowing warnings.
41627
41628 2005-08-18  Bruno Haible  <bruno@clisp.org>
41629
41630         * lib/strstr.c (strstr): Fix return value in multibyte case.
41631         * lib/strcasestr.c (strcasestr): Likewise.
41632
41633 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
41634
41635         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
41636
41637 2005-08-17  Jim Meyering  <jim@meyering.net>
41638
41639         Make the %s format (seconds since the epoch) work for a negative
41640         number and when used with a zero-padded field width, e.g. %015s.
41641
41642         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
41643         label so that it precedes the code to set `digits'.  Otherwise,
41644         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
41645         print `00-22'.  Now, it prints `-0022', as it should.
41646
41647 2005-08-17  Bruno Haible  <bruno@clisp.org>
41648
41649         * modules/strstr (Files): Add m4/mbrtowc.m4.
41650         (Depends-on): Add mbuiter.
41651
41652 2005-08-17  Bruno Haible  <bruno@clisp.org>
41653
41654         * modules/strcasestr: New file.
41655         * MODULES.html.sh (String handling, based on ANSI C 89): Add
41656         strcasestr.
41657
41658 2005-08-17  Bruno Haible  <bruno@clisp.org>
41659
41660         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
41661
41662 2005-08-17  Bruno Haible  <bruno@clisp.org>
41663
41664         * modules/mbuiter: New file.
41665         * MODULES.html.sh (Extended multibyte and wide character utilities):
41666         Add mbuiter.
41667
41668 2005-08-17  Bruno Haible  <bruno@clisp.org>
41669
41670         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
41671         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
41672
41673 2005-08-17  Bruno Haible  <bruno@clisp.org>
41674
41675         * m4/strcasestr.m4: New file.
41676
41677 2005-08-17  Bruno Haible  <bruno@clisp.org>
41678
41679         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
41680         * lib/strstr.c: Completely rewritten, with multibyte locale support.
41681
41682 2005-08-17  Bruno Haible  <bruno@clisp.org>
41683
41684         * lib/strcasestr.h: New file.
41685         * lib/strcasestr.c: New file.
41686
41687 2005-08-17  Bruno Haible  <bruno@clisp.org>
41688
41689         * lib/strcasecmp.c: Use mbuiter.h.
41690
41691 2005-08-17  Bruno Haible  <bruno@clisp.org>
41692
41693         * lib/mbuiter.h: New file.
41694
41695 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
41696
41697         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
41698         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
41699         and gl_GETOPT are both invoked via different paths (as happens
41700         with GNU tar CVS because it uses both argp and getopt), the former
41701         wins.
41702
41703 2005-08-16  Bruno Haible  <bruno@clisp.org>
41704
41705         * modules/tls: New file.
41706         * MODULES.html.sh (Multithreading): Add tls.
41707
41708 2005-08-16  Bruno Haible  <bruno@clisp.org>
41709
41710         * modules/strnlen1: New file.
41711         * MODULES.html.sh (String handling): Add strnlen1.
41712
41713 2005-08-16  Bruno Haible  <bruno@clisp.org>
41714
41715         * modules/strcase (Files): Add m4/mbrtowc.m4.
41716         (Depends-on): Add strnlen1, mbchar.
41717
41718 2005-08-16  Bruno Haible  <bruno@clisp.org>
41719
41720         * modules/mbiter: New file.
41721         * MODULES.html.sh (Extended multibyte and wide character utilities):
41722         Add mbiter.
41723
41724 2005-08-16  Bruno Haible  <bruno@clisp.org>
41725
41726         * modules/mbfile: New file.
41727         * MODULES.html.sh (Extended multibyte and wide character utilities):
41728         Add mbfile.
41729
41730 2005-08-16  Bruno Haible  <bruno@clisp.org>
41731
41732         * modules/mbchar: New file.
41733         * MODULES.html.sh (Extended multibyte and wide character utilities):
41734         New section.
41735
41736 2005-08-16  Bruno Haible  <bruno@clisp.org>
41737
41738         * m4/tls.m4: New file, from GNU gettext.
41739
41740 2005-08-16  Bruno Haible  <bruno@clisp.org>
41741
41742         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
41743         always.
41744         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
41745
41746 2005-08-16  Bruno Haible  <bruno@clisp.org>
41747
41748         * m4/mbiter.m4: New file.
41749
41750 2005-08-16  Bruno Haible  <bruno@clisp.org>
41751
41752         * m4/mbfile.m4: New file.
41753
41754 2005-08-16  Bruno Haible  <bruno@clisp.org>
41755
41756         * m4/mbchar.m4: New file.
41757
41758 2005-08-16  Bruno Haible  <bruno@clisp.org>
41759
41760         * lib/tls.h: New file, from GNU gettext.
41761         * lib/tls.c: New file, from GNU gettext.
41762
41763 2005-08-16  Bruno Haible  <bruno@clisp.org>
41764
41765         * lib/strnlen1.h: New file.
41766         * lib/strnlen1.c: New file.
41767
41768 2005-08-16  Bruno Haible  <bruno@clisp.org>
41769
41770         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
41771         (mbi_init): Update.
41772         (mbi_avail, mbi_advance): Let the iteration end before the terminating
41773         NUL byte, not after it.
41774
41775 2005-08-16  Bruno Haible  <bruno@clisp.org>
41776
41777         * lib/strcase.h (strcasecmp): Add note in comments.
41778         * lib/strncasecmp.c: Use code from strcasecmp.c.
41779         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
41780         (strcasecmp): Work correctly in multibyte locales.
41781
41782 2005-08-16  Bruno Haible  <bruno@clisp.org>
41783
41784         * lib/mbiter.h: New file.
41785
41786 2005-08-16  Bruno Haible  <bruno@clisp.org>
41787
41788         * lib/mbfile.h: New file.
41789
41790 2005-08-16  Bruno Haible  <bruno@clisp.org>
41791
41792         * lib/mbchar.h: New file.
41793         * lib/mbchar.c: New file.
41794
41795 2005-08-16  Bruno Haible  <bruno@clisp.org>
41796
41797         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
41798         the valid ones. Makes the comparison operations transitive:
41799         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
41800         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
41801
41802 2005-08-15  Simon Josefsson  <jas@extundo.com>
41803
41804         * modules/ssize_t (License): Change to 'unlimited'.
41805
41806         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
41807
41808 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41809
41810         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
41811         Add comments for each pending glibc patch.
41812
41813 2005-08-15  Bruno Haible  <bruno@clisp.org>
41814
41815         * lib/regex.h (__restrict_arr): Don't define to __restrict if
41816         __cplusplus is defined.
41817
41818 2005-08-14  Jim Meyering  <jim@meyering.net>
41819
41820         Sync from coreutils.
41821
41822         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
41823         Use the hash-table-based cycle-detection code not just when
41824         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
41825         Reported by James Youngman in
41826         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
41827         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
41828         FTS_TIGHT_CYCLE_CHECK.
41829         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
41830         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
41831         once again.
41832         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
41833         * lib/fts.c (fd_safer): Remove decl.
41834         Include fcntl--.h rather than unistd-safer.h
41835         (fts_safe_changedir): Don't call fd_safer; no longer needed
41836         now that we include fcntl--.h.
41837
41838 2005-08-12  Simon Josefsson  <jas@extundo.com>
41839
41840         * modules/getndelim2: Use ssize_t module.
41841         * modules/getnline: Likewise.
41842         * modules/safe-read: Likewise.
41843         * modules/xreadlink: Likewise.
41844
41845         * modules/ssize_t: New file.
41846
41847 2005-08-12  Simon Josefsson  <jas@extundo.com>
41848
41849         * m4/readline.m4: Look for termcap, curses or ncurses if required.
41850
41851 2005-08-12  Simon Josefsson  <jas@extundo.com>
41852
41853         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41854         ssize_t.
41855
41856 2005-08-12  Simon Josefsson  <jas@extundo.com>
41857
41858         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
41859         readline, getdelim and check_version.
41860         (Support for systems lacking ISO C 99: Sizes of integer types):
41861         Add size_max.
41862
41863 2005-08-12  Bruno Haible  <bruno@clisp.org>
41864
41865         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
41866
41867 2005-08-11  Simon Josefsson  <jas@extundo.com>
41868
41869         * modules/readline: New file.
41870
41871         * modules/strnlen (Files): Add strnlen.h.
41872
41873 2005-08-11  Simon Josefsson  <jas@extundo.com>
41874
41875         * m4/readline.m4: New file.
41876
41877 2005-08-11  Simon Josefsson  <jas@extundo.com>
41878
41879         * lib/readline.h, readline.c: New file.
41880
41881 2005-08-11  Simon Josefsson  <jas@extundo.com>
41882
41883         * doc/gnulib.texi (Initial import, Finishing touches): Mention
41884         gl_AVOID.
41885
41886 2005-08-11  Bruno Haible  <bruno@clisp.org>
41887
41888         * lib/strnlen.h (strnlen): Change parameter name to match comment.
41889
41890 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
41891
41892         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
41893
41894 2005-08-10  Simon Josefsson  <jas@extundo.com>
41895
41896         * tests/test-iconvme.c: New file.
41897
41898 2005-08-10  Simon Josefsson  <jas@extundo.com>
41899
41900         * m4/strnlen.m4: New file.
41901
41902         * m4/strndup.m4: Don't check for strnlen declaration, done in
41903         strnlen.m4.
41904
41905 2005-08-10  Simon Josefsson  <jas@extundo.com>
41906
41907         * lib/strndup.c: Use strnlen.h.
41908
41909         * lib/strnlen.h: New file.
41910
41911 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
41912
41913         * README: Typos.
41914
41915 2005-08-02  Simon Josefsson  <jas@extundo.com>
41916
41917         * modules/readline: New file.
41918
41919 2005-08-02  Simon Josefsson  <jas@extundo.com>
41920
41921         * modules/getdelim: New file.
41922
41923         * modules/getline: Rewrite, don't use getndelim2.
41924
41925 2005-08-02  Simon Josefsson  <jas@extundo.com>
41926
41927         * m4/getline.m4: Separate out getdelim stuff into separate module.
41928
41929         * m4/getdelim.m4: New file.
41930
41931 2005-08-02  Simon Josefsson  <jas@extundo.com>
41932
41933         * lib/getline.h, getline.c: Rewrite.
41934
41935         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
41936
41937 2005-07-31  Bruno Haible  <bruno@clisp.org>
41938
41939         * lib/lock.h (gl_lock_initializer): New macro.
41940         (gl_lock_define_initialized): Use it.
41941         (gl_rwlock_initializer): New macro.
41942         (gl_rwlock_define_initialized): Use it.
41943         (gl_recursive_lock_initializer): New macro.
41944         (gl_recursive_lock_define_initialized): Use it.
41945
41946 2005-07-30  Karl Berry  <karl@gnu.org>
41947
41948         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
41949         Report from Ben Pfaff, regarding getopt.
41950
41951 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
41952
41953         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
41954         normal way.
41955         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
41956         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
41957         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
41958         (gl_GETOPT): Use the new macros.  Most of the implementation
41959         is moved to the new macros.  This is for programs like Emacs
41960         that don't want all the functionality of gl_GETOPT.
41961
41962 2005-07-26  Bruno Haible  <bruno@clisp.org>
41963
41964         * m4/lock.m4: Update from GNU gettext.
41965
41966 2005-07-26  Bruno Haible  <bruno@clisp.org>
41967
41968         * lib/lock.h: Update from GNU gettext.
41969         * lib/lock.c: Update from GNU gettext.
41970
41971 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
41972
41973         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
41974         obsolescent AC_TRY_RUN.  Include the default includes files, for
41975         'exit'.
41976
41977 2005-07-24  Bruno Haible  <bruno@clisp.org>
41978
41979         * modules/visibility: New file.
41980         * MODULES.html.sh (Misc): Add visibility.
41981
41982 2005-07-24  Bruno Haible  <bruno@clisp.org>
41983
41984         * m4/visibility.m4: New file.
41985
41986 2005-07-24  Bruno Haible  <bruno@clisp.org>
41987
41988         * doc/visibility.texi: New file.
41989
41990 2005-07-22  Bruno Haible  <bruno@clisp.org>
41991
41992         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
41993         $(ALLOCA_H), redundant through BUILT_SOURCES.
41994         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
41995         redundant through BUILT_SOURCES.
41996         * modules/byteswap (Makefile.am): Remove explicit dependency on
41997         $(BYTESWAP_H), redundant through BUILT_SOURCES.
41998         * modules/fnmatch (Makefile.am): Remove explicit dependency on
41999         $(FNMATCH_H), redundant through BUILT_SOURCES.
42000         * modules/getopt (Makefile.am): Remove explicit dependency on
42001         $(GETOPT_H), redundant through BUILT_SOURCES.
42002         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
42003         redundant through BUILT_SOURCES.
42004         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
42005         redundant through BUILT_SOURCES.
42006         * modules/stdbool (Makefile.am): Remove explicit dependency on
42007         $(STDBOOL_H), redundant through BUILT_SOURCES.
42008         * modules/stdint (Makefile.am): Remove explicit dependency on
42009         $(STDINT_H), redundant through BUILT_SOURCES.
42010         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
42011         Remove explicit dependency on $(SYSEXITS_H).
42012         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
42013
42014 2005-07-18  Simon Josefsson  <jas@extundo.com>
42015
42016         * lib/check-version.c (check_version): Accept identical versions too.
42017
42018 2005-07-18  Bruno Haible  <bruno@clisp.org>
42019
42020         * modules/lock: New file.
42021         * MODULES.html.sh (Multithreading): New section.
42022
42023 2005-07-18  Bruno Haible  <bruno@clisp.org>
42024
42025         * m4/lock.m4: New file, from GNU gettext.
42026
42027 2005-07-18  Bruno Haible  <bruno@clisp.org>
42028
42029         * lib/lock.h: New file, from GNU gettext.
42030         * lib/lock.c: New file, from GNU gettext.
42031
42032 2005-07-18  Bruno Haible  <bruno@clisp.org>
42033
42034         * lib/lock.h (gl_once_t): New type.
42035         (gl_once_define, gl_once): New macros.
42036         * lib/lock.c (fresh_once): New variable.
42037         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
42038         functions.
42039
42040 2005-07-16  Simon Josefsson  <jas@extundo.com>
42041
42042         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
42043         workaround, suggested by Bruno.
42044
42045 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
42046
42047         * modules/xalloc (Depends-on): Add xalloc-die.
42048         * modules/xvasprintf (Depends-on): Add xalloc-die.
42049
42050 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
42051
42052         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
42053         with a minor change.
42054
42055 2005-07-15  Bruno Haible  <bruno@clisp.org>
42056
42057         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
42058         When using lib/poll.c, define poll as rpl_poll.
42059
42060 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
42061
42062         * modules/argp (Depends-on): Remove unlocked-io.
42063
42064 2005-07-14  Derek Price  <derek@ximbiot.com>
42065
42066         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
42067         for glob symlink bug.
42068
42069 2005-07-14  Bruno Haible  <bruno@clisp.org>
42070
42071         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
42072         Instead, test for *_unlocked function declarations directly.
42073
42074 2005-07-11  Simon Josefsson  <jas@extundo.com>
42075
42076         * modules/size_max: New file.
42077
42078         * modules/xsize: Depend on size_max module for size_max.m4.
42079
42080 2005-07-11  Simon Josefsson  <jas@extundo.com>
42081
42082         * lib/size_max.h: New file.
42083
42084 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
42085
42086         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
42087         copyright symbol and the year.
42088         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
42089         (version_etc_va): Use parameterized copyright notice.
42090         Reword to conform to the current GNU coding standards.
42091
42092 2005-07-11  Karl Berry  <karl@gnu.org>
42093
42094         * doc/gnulib.texi (Quoting): new node.
42095         (Initial import): more info, from Patrice.
42096
42097 2005-07-11  Bruno Haible  <bruno@clisp.org>
42098
42099         * gnulib-tool (func_usage): Document option --avoid.
42100         (Command line options): Handle --avoid.
42101         (func_acceptable): New function.
42102         (func_modules_transitive_closure): Use it.
42103
42104 2005-07-11  Bruno Haible  <bruno@clisp.org>
42105
42106         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
42107         Reported by Jim Meyering.
42108
42109 2005-07-10  Bruno Haible  <bruno@clisp.org>
42110
42111         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
42112         Needed when size_t is smaller than 'unsigned int'.
42113         Reported by Paul Eggert.
42114
42115 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42116
42117         * modules/argp (Depends-on): Add unlocked-io
42118
42119 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
42120
42121         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
42122         block of defines.
42123
42124 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
42125
42126         * config/srclist.txt: Comment out regcomp.c, since we have a porting
42127         fix now.
42128
42129 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
42130         and Paul Eggert  <eggert@cs.ucla.edu>
42131
42132         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
42133         in wint_t, not wchar_t.  Remove now-unnecessary cast.
42134
42135 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
42136
42137         * modules/regex (Files): Add lib/regex_internal.c,
42138         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
42139         (Depends-on): Add extensions.
42140         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
42141
42142 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
42143
42144         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
42145         pathconf.
42146         * m4/same.m4 (gl_SAME): Likewise.
42147         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
42148
42149         * m4/regex.m4: Adjust to new libc regex implementation.
42150         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
42151         all the .c and .h parts of (the new) regex.
42152         Quote the m4 stuff better.
42153         Check for RE_ICASE bug of old gnulib.
42154         Check for REG_STARTEND of recent libc.
42155         Rename local variables from jm_* to gl_*.
42156         Quote operand of "test -f".
42157         Say "recent enough" version of libc, not "version 2".
42158         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
42159         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
42160         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
42161         Remove check for btowc, isascii.
42162         Require AM_LANGINFO_CODESET.
42163
42164 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
42165
42166         * lib/regex.c, regex.h: Sync from libc.
42167         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
42168         * lib/regexec.c:
42169         New files, synced from libc, except that regex_internal.h
42170         currently has a small porting fix.
42171
42172 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
42173
42174         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
42175         regex_internal.c, regexec.c.
42176         Add regex_internal.h too, but as a comment, since the libc version
42177         is currently broken in gnulib mode.
42178
42179 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42180
42181         Support programs like Emacs that use gnulib but not gettext.
42182         * MODULES.html.sh (Internationalization functions): Add gettext-h.
42183         * modules/gettext-h: New file.
42184         * modules/gettext (Files): Remove lib/gettext.h.
42185         (Depends-on): Add gettext-h.
42186         (Makefile.am): Remove lib_SOURCES.
42187         * modules/argmatch, modules/c-stack, modules/closeout:
42188         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
42189         * modules/execute, modules/file-type, modules/getaddrinfo:
42190         * modules/getopt, modules/human, modules/javacomp:
42191         * modules/javaexec, modules/mkdir-p, modules/obstack:
42192         * modules/openat, modules/pagealign_alloc, modules/pipe:
42193         * modules/quotearg, modules/regex, modules/rpmatch:
42194         * modules/unicodeio, modules/userspec, modules/version-etc:
42195         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
42196         * modules/xsetenv:
42197         Depend on gettext-h, not gettext.
42198
42199 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42200
42201         * gnulib-tool (func_import): Add support for 'public domain' license.
42202         * modules/alloca, modules/atexit, modules/memmove:
42203         Now public domain, not GPL.
42204         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
42205         * modules/realloc, modules/strerror, modules/strtod:
42206         Now LGPL, not GPL.
42207
42208 2005-07-05  Bruno Haible  <bruno@clisp.org>
42209
42210         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
42211         autoconf CVS. Needed for mingw.
42212
42213 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42214
42215         Remove the dependency of the strftime module on the tzset module.
42216         * modules/strftime (Depends-on): Remove dependency on tzset.
42217
42218 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42219
42220         Remove the dependency of the strftime module on the tzset module.
42221         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
42222         gl_FUNC_TZSET_CLOBBER.
42223
42224 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42225
42226         Remove the dependency of the strftime module on the tzset module.
42227         * lib/strftime.c (my_strftime)
42228         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
42229         Copy the input structure, to work around some of the bug with
42230         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
42231         Solaris releases, you should also use the tzset module, but we won't
42232         require it as a dependency any more since we don't want LGPLed code
42233         to depend on GPLed code.
42234
42235 2005-07-02  Jim Meyering  <jim@meyering.net>
42236
42237         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
42238         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
42239         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
42240         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
42241
42242 2005-07-02  Jim Meyering  <jim@meyering.net>
42243
42244         * lib/backupfile.c (backup_args): Change a `0' to NULL.
42245
42246 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42247
42248         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
42249         declares only 'struct timespec;' (!).
42250
42251 2005-07-01  Jim Meyering  <jim@meyering.net>
42252
42253         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
42254         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
42255         * lib/save-cwd.c, tempname.c:
42256         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
42257         and don't include <sys/file.h>).
42258
42259 2005-06-29  Jim Meyering  <jim@meyering.net>
42260
42261         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
42262         type name.  Use the variable name instead.
42263         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
42264         Likewise.
42265
42266 2005-06-28  Simon Josefsson  <jas@extundo.com>
42267
42268         * modules/check-version (Files): Add check-version.m4.
42269
42270 2005-06-28  Simon Josefsson  <jas@extundo.com>
42271
42272         * m4/check-version.m4: New file, suggested by Jim Meyering
42273         <jim@meyering.net>.
42274
42275 2005-06-28  Simon Josefsson  <jas@extundo.com>
42276
42277         * lib/check-version.h, lib/check-version.c: New files.
42278
42279 2005-06-28  Simon Josefsson  <jas@extundo.com>
42280
42281         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
42282         collision with global variable.  Better indentation.  Don't
42283         increment buffer pointer beyond buffer end.  Based on comments
42284         from Paul Eggert <eggert@cs.ucla.edu>.
42285
42286         * lib/base64.h: Indent.
42287
42288 2005-06-28  Simon Josefsson  <jas@extundo.com>
42289
42290         * doc/gnulib.texi (Library version handling): New section.
42291
42292 2005-06-28  Jim Meyering  <jim@meyering.net>
42293
42294         * check-module (find_included_lib_files): Hard-code another
42295         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
42296         but modules/fts-lgpl (correctly) does not list those files.
42297
42298         * modules/canonicalize (Files): Add lib/pathmax.h.
42299
42300 2005-06-25  Simon Josefsson  <jas@extundo.com>
42301
42302         * modules/check-version: New file.
42303
42304 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
42305
42306         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
42307         initializer of struct addrinfo, as an indication that we don't
42308         care how many members the structure has.
42309
42310 2005-06-24  Derek Price  <derek@ximbiot.com>
42311         and Bruno Haible  <bruno@clisp.org>
42312
42313         Remove stat module & update lstat.
42314         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
42315         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42316         * m4/stat.m4: Remove this file.
42317
42318 2005-06-24  Derek Price  <derek@ximbiot.com>
42319         and Bruno Haible  <bruno@clisp.org>
42320
42321         Remove stat module & update lstat.
42322         * lib/stat.c: Remove this file...
42323         (slash_aware_lstat): ...moving this content and its support...
42324         * lib/lstat.c (rpl_lstat): ...into here.
42325         * lib/lstat.h: New file.
42326
42327 2005-06-24  Derek Price  <derek@ximbiot.com>
42328         and Bruno Haible  <bruno@clisp.org>
42329
42330         Remove stat module & update lstat.
42331         * config/srclist.txt (libc sources): Remove stat.
42332
42333 2005-06-24  Derek Price  <derek@ximbiot.com>
42334         and Bruno Haible  <bruno@clisp.org>
42335
42336         Remove stat module & update lstat.
42337         * MODULES.html.sh (stat): Remove.
42338         * MODULES.html: Regenerated.
42339         * modules/lstat (Description): Correct function name.
42340         (Files): Add "lstat.h".
42341         (Depends-on): Remove stat, add xalloc, stat-macros.
42342         * modules/stat: Remove this file.
42343         (Include): Add "lstat.h", remove <sys/stat.h>.
42344
42345 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
42346
42347         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
42348         (ranged_convert): Don't save conversion in a temporary struct.
42349         This causes a warning with GCC 4.0.0, and anyway in the typical
42350         case it's not worth the extra 100 bytes or so of code.
42351         (ranged_convert, __mktime_internal): When calling a function via a
42352         pointer P, use P () rather than (*P) (), as we now assume C89 or
42353         better.
42354
42355 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42356
42357         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
42358         "who -r" failed to give output.  Problem reported by Tim Waugh.
42359
42360         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
42361         (xcalloc): Use it to avoid needless tests.
42362         Problem reported by Jim Meyering.
42363
42364 2005-06-20  Derek Price  <derek@ximbiot.com>
42365
42366         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
42367         unnecessary for Autoconfs > 2.59c.
42368
42369 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42370
42371         * lib/argp.h (__option_is_short): Check upper limit of
42372         __key. Isprint() requires its argument to have the value
42373         of an unsigned char or EOF.
42374
42375 2005-06-16  Jim Meyering  <jim@meyering.net>
42376
42377         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
42378         when either N or S is zero.
42379
42380 2005-06-16  Derek Price  <derek@ximbiot.com>
42381
42382         * m4/bison.m4: Declare YACC & YFLAGS precious.
42383
42384 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
42385
42386         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
42387         multibyte string or pattern, fall back on unibyte matching.
42388         Problem reported by James Youngman.
42389
42390 2005-06-08  Bruno Haible  <bruno@clisp.org>
42391
42392         * modules/csharpcomp: New file.
42393         * MODULES.html.sh (C#): Add csharpcomp.
42394
42395 2005-06-08  Bruno Haible  <bruno@clisp.org>
42396
42397         * m4/csharpcomp.m4: New file, from GNU gettext.
42398
42399 2005-06-08  Bruno Haible  <bruno@clisp.org>
42400
42401         * lib/csharpcomp.h: New file, from GNU gettext.
42402         * lib/csharpcomp.c: New file, from GNU gettext.
42403         * lib/csharpcomp.sh.in: New file, from GNU gettext.
42404
42405 2005-06-08  Bruno Haible  <bruno@clisp.org>
42406
42407         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
42408         warning on mingw.
42409
42410 2005-06-07  Derek Price  <derek@ximbiot.com>
42411
42412         Sync from CVS.
42413         * lib/glob_.h: Indent nested #ifdef.
42414
42415 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
42416
42417         Sync from coreutils.
42418         Use "file name" when talking about file names, instead of "filename"
42419         or "path", as per the GNU coding standards.
42420         * lib/mkdir-p.c: Renamed from makepath.c.
42421         (make_dir_parents): Renamed from make_path.  All callers changed.
42422         * lib/mkdir-p.h: Likewise.  All includers changed.
42423         * lib/filenamecat.c: Renamed from path-concat.c.
42424         (file_name_concat): Renamed from path_concat.  All callers changed.
42425         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
42426         * lib/filenamecat.h: Likewise.  All includers changed.
42427         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
42428         in comments or local variable names.
42429         * lib/basename.c: Likewise.
42430         * lib/canonicalize.c, canonicalize.h: Likewise.
42431         * lib/dirname.c, dirname.h: Likewise.
42432         * lib/euidaccess.c: Likewise.
42433         * lib/exclude.c: Likewise
42434         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
42435         * lib/fsusage.c, fsuage.h: Likewise.
42436         * lib/fts.c, fts_.h: Likewise.
42437         * lib/getcwd.c: Likewise.
42438         * lib/getloadavg.c: Likewise.
42439         * lib/mkstemp.c: Likewise.
42440         * lib/mountlist.c, mountlist.h: Likewise.
42441         * lib/openat.c, openat.h: Likewise.
42442         * lib/readlink-stub.c: Likewise.
42443         * lib/readutmp.c, readutmp.h: Likewise.
42444         * lib/rename.c: Likewise.
42445         * lib/rmdir.c: Likewise.
42446         * lib/same.c: Likewise.
42447         * lib/savedir.c: Likewise.
42448         * lib/stripslash.c: Likewise.
42449         * lib/tempname.c: Likewise.
42450         * lib/xreadlink.c: Likewise.
42451         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
42452         All uses changed.
42453         * lib/exclude.h: Likewise.
42454
42455         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
42456         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
42457         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
42458         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
42459         * lib/pathmax.h: Include <limits.h> unconditionally, since other
42460         files have been getting away with it for years (MORE/BSD 4.3
42461         is extinct now).
42462         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
42463         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
42464
42465         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
42466         Define to 256, not 255, as per modern POSIX.
42467
42468 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
42469
42470         Sync from coreutils.
42471         Use "file name" when talking about file names, instead of "filename"
42472         or "path", as per the GNU coding standards.
42473         * MODULES.html.sh: mkdir-p renamed from makepath.
42474         filenamecat renamed from path-concat.
42475         * modules/filenamecat: Renamed from modules/path-concat.
42476         (Files): filenamecat.h and filenamecat.c renamed from
42477         path-concat.h and path-concat.c.
42478         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
42479         (Include): filenamecat.h, not path-concat.h.
42480         * modules/mkdir-p: Renamed from modules/makepath.
42481         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
42482         makepath.c.
42483         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
42484         (Include): mkdir-p.h, not makepath.h.
42485
42486 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
42487
42488         Sync from coreutils.
42489         * m4/mkdir-p.m4: Renamed from makepath.m4.
42490         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
42491         Rename files from makepath.c to mkdir-p.c, and from
42492         makepath.h to mkdir-p.h.
42493         * m4/filenamecat.m4: Renamed from path-concat.m4.
42494         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
42495         Rename files from path-concat.c to filenamecat.c,
42496         and from path-concat.h to filenamecat.h.
42497         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
42498         "file name" in local variables or comments.
42499         * m4/rename.m4: Likewise.
42500
42501 2005-06-01  Bruno Haible  <bruno@clisp.org>
42502
42503         * modules/csharpexec: New file.
42504         * MODULES.html.sh (C#): New section.
42505
42506 2005-06-01  Bruno Haible  <bruno@clisp.org>
42507
42508         * m4/csharp.m4: New file, from GNU gettext.
42509         * m4/csharpexec.m4: New file, from GNU gettext.
42510
42511 2005-06-01  Bruno Haible  <bruno@clisp.org>
42512
42513         * lib/csharpexec.h: New file, from GNU gettext.
42514         * lib/csharpexec.c: New file, from GNU gettext.
42515         * lib/csharpexec.sh.in: New file, from GNU gettext.
42516
42517 2005-05-31  Derek Price  <derek@ximbiot.com>
42518             Paul Eggert  <eggert@cs.ucla.edu>
42519
42520         Sync from cvs.
42521         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
42522
42523 2005-05-31  Derek Price  <derek@ximbiot.com>
42524             Paul Eggert  <eggert@cs.ucla.edu>
42525
42526         Sync from cvs.
42527         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
42528
42529 2005-05-29  Derek Price  <derek@ximbiot.com>
42530
42531         * config/srclist.txt (glob_.h, glob.c): Add these files.
42532
42533 2005-05-29  Derek Price  <derek@ximbiot.com>
42534
42535         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
42536         * modules/glob: New file.
42537         * modules/getlogin_r: Add link to POSIX spec in description.
42538
42539 2005-05-29  Derek Price  <derek@ximbiot.com>
42540             Paul Eggert  <eggert@cs.ucla.edu>
42541
42542         * m4/glob.m4: New file.
42543
42544 2005-05-29  Derek Price  <derek@ximbiot.com>
42545             Paul Eggert  <eggert@cs.ucla.edu>
42546
42547         * lib/glob_.h, lib/glob.c: New files.
42548
42549 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
42550
42551         * modules/fts (Files): Remove m4/inttypes-pri.m4.
42552         * modules/fts-lgpl (Depends-on): Remove gettext.
42553
42554 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
42555
42556         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
42557         and don't require gt_INTTYPES_PRI.
42558
42559 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
42560
42561         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
42562
42563         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
42564         the configuration hassle isn't worth it.
42565         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
42566         (LONGEST_MODIFIER, PRIuMAX): Remove.
42567
42568 2005-05-27  Bruno Haible  <bruno@clisp.org>
42569
42570         * lib/getlogin_r.h: Remove second include of <stddef.h>.
42571
42572 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
42573
42574         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
42575         _POSIX_PTHREAD_SEMANTICS for Solaris.
42576
42577 2005-05-25  Derek Price  <derek@ximbiot.com>
42578
42579         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
42580
42581 2005-05-25  Derek Price  <derek@ximbiot.com>
42582             Paul Eggert  <eggert@cs.ucla.edu>
42583
42584         * modules/getlogin_r, m4/getlogin_r.m4: New files.
42585         * lib/getlogin_r.c, getlogin_r.h: New files.
42586
42587 2005-05-25  Bruno Haible  <bruno@clisp.org>
42588             Derek Price  <derek@ximbiot.com>
42589
42590         * lib/getlogin_r.h: Simplify API documentation.
42591
42592 2005-05-23  Derek Price  <derek@ximbiot.com>
42593
42594         * modules/minmax (Files): Add m4/minmax.m4.
42595         (configure.ac): Add gl_MINMAX.
42596
42597 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42598
42599         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
42600         so that unistd-safer.h (GPL'ed code) need not be included.
42601
42602 2005-05-22  Bruno Haible  <bruno@clisp.org>
42603
42604         * m4/minmax.m4: New file.
42605         Based on a patch by Derek Price <derek@ximbiot.com>.
42606
42607 2005-05-22  Bruno Haible  <bruno@clisp.org>
42608
42609         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
42610         (INT64_MIN): Fix definition.
42611         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
42612
42613         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
42614         NEED_SIGNED_INT_TYPES.
42615
42616         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
42617         HAVE_SYSTEM_INTTYPES.
42618
42619 2005-05-22  Bruno Haible  <bruno@clisp.org>
42620
42621         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
42622         Also include <sys/param.h> if it defines MIN, MAX.
42623         Based on a patch by Derek Price <derek@ximbiot.com>.
42624
42625 2005-05-21  Jim Meyering  <jim@meyering.net>
42626
42627         * modules/fts (Files): Add m4/inttypes-pri.m4.
42628         (Depends-on): Add lstat and remove gettext.  Alphabetize.
42629
42630 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
42631
42632         New fts module.
42633         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
42634         (setup_dir, free_dir): New functions.
42635         (enter_dir, leave_dir): Define trivial
42636         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
42637         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
42638         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
42639         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
42640         Move to fts-cycle.c.
42641         (fts_open): Use setup_dir.
42642         (fts_close): Use free_dir.
42643         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
42644         This adds a label and some gotos, but the alternatives were messier.
42645         Check for memory allocation failure when entering a dir.
42646         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
42647         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
42648         (FTS): New member fts_cycle, that is a union that contains the
42649         old active_dir_ht and cycle_state.  All uses changed to mention
42650         fts_cycle.ht and fts_cycle.state.
42651         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
42652         fts.c, with the following changes:
42653         (setup_dir, free_dir): New functions.
42654         (enter_dir): Now returns bool.  Return true if successful, false
42655         if memory exhausted.  All callers changed.
42656         Do not bother partly cleaning up on
42657         memory allocation failure; that is free_dir's job.
42658         However, free ad if hash_insert fails, to avoid memory leak.
42659         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
42660         fts->fts_options to see which union member to use.
42661
42662 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
42663
42664         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
42665         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
42666
42667 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
42668
42669         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
42670
42671 2005-05-20  Jim Meyering  <jim@meyering.net>
42672
42673         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
42674         Now a macro, to pacify GCC.
42675
42676 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
42677
42678         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
42679         of -1.
42680
42681 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
42682
42683         * lib/chown.c (rpl_chown): Return -1 on failure.
42684
42685 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
42686
42687         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
42688         Don't check for stddef.h.
42689         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
42690         don't use its results.
42691         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
42692         since we include them unconditionally.  Don't require
42693         AM_STDBOOL_H, since stdbool is a prerequisite.
42694         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
42695         since we assume C89 or better.
42696         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
42697         as we don't use their results.
42698         Don't check for fchdir, memmove, memset, strrchr, as we use
42699         them unconditionally.
42700         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
42701         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
42702
42703 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
42704
42705         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
42706         Include <stddef.h> unconditionally, since we assume C89 now.
42707         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
42708         * lib/fts.c: Include fts_.h first, to check interface.
42709         Do not include intprops.h; no longer needed.
42710         Include cycle-check.h and hash.h, since fts_.h no longer does.
42711         Remove unnecessary casts of closedir to void.
42712         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
42713         decide whether to decrement nlinks.
42714         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
42715         (FTS): Use struct hash_table * instead of Hash_table, so that
42716         we no longer need to include hash.h here.
42717
42718 2005-05-18  Jim Meyering  <jim@meyering.net>
42719
42720         * modules/dirfd (License): Change to LGPL.  Most of the code
42721         is already in the public domain.
42722
42723 2005-05-18  Jim Meyering  <jim@meyering.net>
42724
42725         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
42726         Reported by Yoann Vandoorselaere.
42727
42728 2005-05-17  Jim Meyering  <jim@meyering.net>
42729
42730         * m4/fts.m4: New file, from coreutils.
42731
42732 2005-05-17  Jim Meyering  <jim@meyering.net>
42733
42734         * lib/fts.c, lib/fts_.h: New files, from coreutils.
42735
42736 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
42737
42738         Sync from coreutils.
42739         * m4/unlinkdir.m4: New file.
42740
42741 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
42742
42743         Sync from coreutils.
42744         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
42745         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
42746         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
42747         White space changes only.
42748         * lib/makepath.c (make_path): Port to hosts where leading "//" is
42749         special.
42750         * lib/yesno.c: Include getline.h, not ctype.h.
42751         (yesno): Don't remove leading white space; POSIX doesn't allow it.
42752         Use getline to remove arbitrary restriction on response length.
42753
42754 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
42755
42756         * config/srclist-update: Spell out "Street" in FSF postal
42757         mail address; this is the style the FSF seems to prefer.
42758
42759         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
42760         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
42761         this updates FSF postal mail address.
42762
42763         Sync from coreutils.
42764         * modules/unlinkdir: New file.
42765         * modules/yesno (Depends-on): Add getline.
42766         * MODULES.html.sh (File system functions): Add unlinkdir.
42767
42768 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42769
42770         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
42771         lib/strsep.h:
42772         Change the initial comment to refer to GPL, not LGPL.
42773         gnulib-tool will change it to LGPL as needed.
42774
42775         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
42776         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
42777         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
42778         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
42779         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
42780         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
42781         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
42782         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
42783         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
42784         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
42785         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
42786         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
42787         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
42788         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
42789         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
42790         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
42791         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
42792         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
42793         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
42794         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
42795         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
42796         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
42797         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
42798         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
42799         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
42800         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
42801         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
42802         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
42803         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
42804         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
42805         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
42806         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
42807         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
42808         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
42809         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
42810         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
42811         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
42812         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
42813         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
42814         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
42815         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
42816         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
42817         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
42818         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
42819         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
42820         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
42821         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
42822         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
42823         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
42824         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
42825         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
42826         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
42827         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
42828         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
42829         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
42830         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
42831         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
42832         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
42833         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
42834         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
42835         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
42836         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
42837         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
42838         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
42839         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
42840         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
42841         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
42842         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
42843         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
42844         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
42845         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
42846         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
42847         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
42848         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
42849         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
42850         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
42851         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
42852         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
42853         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
42854         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
42855         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
42856         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
42857         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
42858         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
42859         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
42860         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
42861         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
42862         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
42863         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
42864         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
42865         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
42866         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
42867         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
42868         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
42869         lib/yesno.c, lib/yesno.h:
42870         Update FSF postal mail address.
42871
42872 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
42873
42874         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
42875         tests/test-memmem.c, tests/test-stpncpy.c:
42876         Update FSF postal mail address.
42877
42878 2005-05-13  Bruno Haible  <bruno@clisp.org>
42879
42880         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
42881         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
42882         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
42883         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
42884         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
42885         Add support for 64-bit integers in the MSVC compiler.
42886
42887 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42888
42889         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
42890
42891 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
42892
42893         * gnulib-tool (func_import): Sort and uniquify recommended includes.
42894
42895 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
42896
42897         * doc/getdate.texi (General date syntax): Don't say that date
42898         date --iso-8601=ns generates acceptable dates; it doesn't yet.
42899         Problem reported by Nic Ferrier.
42900
42901 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42902
42903         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
42904         specified in ai_socktype. Fix invalid ai_protocol
42905         check. ai_protocol is usually set to 0 or depending on
42906         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
42907         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
42908         ai_socktype / ai_protocol in the returned addrinfo structure.
42909
42910 2005-05-10  Simon Josefsson  <jas@extundo.com>
42911
42912         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
42913         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
42914
42915 2005-05-10  Karl Berry  <karl@gnu.org>
42916
42917         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
42918         (from http://www.gnu.org/licenses).
42919         * doc/COPYING.LIB: also rename to COPYING.LESSER.
42920         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
42921         fdl.texi suffices.
42922
42923 2005-05-10  Karl Berry  <karl@gnu.org>
42924
42925         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
42926         (COPYING.DOC): remove.
42927
42928         * config/srclist-update: new FSF address.
42929
42930 2005-05-10  Derek Price  <derek@ximbiot.com>
42931
42932         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
42933         possible.
42934
42935 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42936             Bruno Haible  <bruno@clisp.org>
42937
42938         * modules/inet_ntop: New file.
42939         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42940         inet_ntop.
42941
42942 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42943             Bruno Haible  <bruno@clisp.org>
42944
42945         * m4/inet_ntop.m4: New file.
42946
42947 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42948             Bruno Haible  <bruno@clisp.org>
42949
42950         * lib/inet_ntop.h: New file.
42951         * lib/inet_ntop.c: New file, from glibc with modifications.
42952
42953 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
42954
42955         * modules/time_r (License): Change to LGPL.
42956         * modules/extensions (License): Change to LGPL.  Actually,
42957         the license is more permissive than that, but currently gnulib-tool
42958         doesn't know how to handle more-permissive licenses.
42959
42960         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
42961         Problem reported by Dave Love.
42962
42963 2005-05-08  Jim Meyering  <jim@meyering.net>
42964
42965         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
42966         blank.
42967
42968 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
42969
42970         * modules/argmatch (Depends-on): Add stdbool.
42971         * modules/backupfile (Depends-on): Likewise.
42972         * modules/chdir-long (Depends-on): Likewise.
42973         * modules/closeout (Depends-on): Likewise.
42974         * modules/cycle-check (Depends-on): Likewise.
42975         * modules/dirname (Depends-on): Likewise.
42976         * modules/fnmatch (Depends-on): Likewise.
42977         * modules/fsusage (Depends-on): Likewise.
42978         * modules/fwriteerror (Depends-on): Likewise.
42979         * modules/getcwd (Depends-on): Likewise.
42980         * modules/getloadavg (Depends-on): Likewise.
42981         * modules/hard-locale (Depends-on): Likewise.
42982         * modules/makepath (Depends-on): Likewise.
42983         * modules/mountlist (Depends-on): Likewise.
42984         * modules/nanosleep (Depends-on): Likewise.
42985         * modules/posixtm (Depends-on): Likewise.
42986         * modules/quotearg (Depends-on): Likewise.
42987         * modules/readtokens (Depends-on): Likewise.
42988         * modules/readtokens0 (Depends-on): Likewise.
42989         * modules/readutmp (Depends-on): Likewise.
42990         * modules/save-cwd (Depends-on): Likewise.
42991         * modules/strftime (Depends-on): Likewise.
42992         * modules/userspec (Depends-on): Likewise.
42993         * modules/utimecmp (Depends-on): Likewise.
42994         * modules/xgetcwd (Depends-on): Likewise.
42995         * modules/xnanosleep (Depends-on): Likewise.
42996         * modules/xstrtod (Depends-on): Likewise.
42997         * modules/yesno (Depends-on): Likewise.
42998
42999 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
43000
43001         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
43002         needless checks.
43003
43004 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
43005
43006         Merge from coreutils.  Among other things,
43007         add bulletproofing for cases where stdin, stdout, or stderr are closed.
43008         * lib/fd-safer.c: New file.
43009         * lib/fcntl-safer.h, open-safer.c: Remove.
43010         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
43011         * lib/dup-safer.c: Include unistd-safer.h first.
43012         Don't include errno.h.
43013         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
43014         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
43015         * lib/file-type.c: Rely on file-type.h change.
43016         * lib/getloadavg.c: Include unistd-safer.h.
43017         (getloadavg): Use safer open.
43018         * lib/getusershell.c: Include "stdio-safer.h".
43019         (getusershell): Use safer fopen.
43020         * lib/long-options.c (long_options): Use NULL rather than 0.
43021         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
43022         'free'.
43023         * lib/modechange.c: Likewise.
43024         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
43025         (MODE_DONE): New constant.
43026         (struct mode_change): Remove 'next' member.
43027         (make_node_op_equals): New function; like the old one of the
43028         same name, except it allocates an array.
43029         (mode_compile, mode_create_from_ref): Use it.
43030         (mode_compile): Allocate result as an array, not a linked list.
43031         Parse octal string ourself, so that we catch mistakes like "+0".
43032         (mode_adjust): Arg is an array, not a linked list.
43033         * lib/modechange.c: Include stat-macros.h, xalloc.h.
43034         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
43035         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
43036         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
43037         Remove.  This is now stat-macros.h's job.
43038         (talloc): Remove.  All callers replaced by xalloc, so that
43039         our invokers don't have to worry about reporting memory failures.
43040         (make_node_op_equals): Remove.
43041         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
43042         New constants.
43043         (struct mode_change): Moved here from modechange.h.
43044         (mode_append_entry): Remove.
43045         (mode_compile): Remove MASKED_OPS arg, since it encouraged
43046         apps to have incorrect behavior.  Use simpler algorithm for head
43047         and tail.  Don't futz with umask; that's now the job of mode_adjust.
43048         Detect more invalid usages rather than having somewhat-random behavior.
43049         Don't insert an "a=" action, as that leads to incorrect behavior.
43050         (mode_compile, mode_create_from_ref): Return NULL on error instead
43051         of an enum, since now there's only one way to have an error.  All
43052         callers changed.
43053         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
43054         at the correct time.  Simplify calculation of "+u" and its ilk.
43055         Don't mishandle "+X".
43056         (mode_free): Remove "register" and localize decls.
43057         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
43058         (struct mode_change): Move to modechange.c; callers don't
43059         need to see this stuff.
43060         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
43061         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
43062         (mode_change, mode_adjust): Reflect the new signatures noted above.
43063         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
43064         that might redefine system include files.
43065         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
43066         (my_usleep): Use NULL rather than (void *) 0.
43067         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
43068         Use siginterrupt to specify that system calls should be interrupted.
43069         (rpl_nanosleep): Move initialization of suspended closer to call of
43070         my_usleep.
43071         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
43072         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
43073         (desirable_utmp_entry): New function.
43074         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
43075         using x2nrealloc, to simplify logic.
43076         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
43077         size calculation.  Do not assume utmp file is a regular file.
43078         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
43079         (READ_UTMP_CHECK_PIDS): New constant.
43080         * lib/save-cwd.c: Include unistd-safer.h.
43081         (save_cwd): Use fd_safer.
43082         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
43083         [!_LIBC] Include "stat-macros.h" instead.
43084         * lib/unistd-safer.h (fd_safer): New decl.
43085
43086 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
43087
43088         * modules/getloadavg (Depends-on): Add unistd-safer.
43089         * modules/getusershell (Depends-on): Add stdio-safer.
43090         * modules/lstat (Depends-on): Remove xalloc.
43091         * modules/mkstemp (Depends-on): Add stat-macros.
43092         * modules/modechange (Depends-on): Remove xstrtol.
43093         Add stat-macros, xalloc.
43094         * modules/save-cwd (Depends-on): Add unistd-safer.
43095         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
43096         * modules/unistd-safer (Files): Add lib/fd-safer.c
43097         (Makefile.am): Remove lib_SOURCES.
43098
43099         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
43100         Remove fcntl-safer; unistd-safer supersedes it.
43101
43102 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
43103
43104         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
43105         AC_HEADER_STAT.
43106         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
43107         (gl_PREREQ_CHOWN): Remove.
43108         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
43109         it.  Don't require AC_HEADER_STAT.
43110         (gl_PREREQ_LSTAT): Remove.
43111         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
43112         Don't require AC_HEADER_STAT.
43113         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
43114         (gl_PREREQ_RMDIR): Remove.
43115         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
43116         mention stat-macros.h or AC_HEADER_STAT, since we'll make
43117         the stat-macros module a prerequisite.
43118         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
43119         * m4/filemode.m4 (gl_FILEMODE): Likewise.
43120         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
43121         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
43122         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
43123         variable names.
43124         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
43125         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
43126         variable prefixes.
43127         * m4/fcntl-safer.m4: Remove.
43128         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
43129         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
43130         Invoke gl_PREREQ_FD_SAFER.
43131         (gl_PREREQ_FD_SAFER): New macro.
43132         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
43133         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
43134         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
43135         Remove duplicate call to AC_LIBOBJ(readutmp).
43136         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
43137
43138         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
43139         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
43140
43141 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
43142
43143         * MODULES.html.sh (Misc): Add byteswap.
43144
43145 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
43146
43147         * modules/getcwd (Depends-on): Add extensions.
43148         * modules/openat (Depends-on): Likewise.
43149
43150 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
43151
43152         * modules/byteswap: New file.
43153
43154 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
43155
43156         * m4/byteswap.m4: New file.
43157
43158 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
43159
43160         * lib/byteswap_.h: New file.
43161
43162 2005-04-25  Karl Berry  <karl@gnu.org>
43163
43164         * m4/gettext.m4: Update from GNU gettext 0.14.4.
43165
43166 2005-04-25  Albert Chin  <china@thewrittenword.com>
43167
43168         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
43169         Toolkit C bug.
43170
43171 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
43172
43173         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
43174         (func_ln_if_changed) Remove forcibly for no error message
43175         in case file does not exist.
43176
43177 2005-04-19  Simon Josefsson  <jas@extundo.com>
43178
43179         * gnulib-tool (Options): Make --symlink mean --symbolic.
43180
43181 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
43182
43183         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
43184
43185 2005-04-16  Simon Josefsson  <jas@extundo.com>
43186
43187         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
43188
43189 2005-04-15  Simon Josefsson  <jas@extundo.com>
43190
43191         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
43192
43193 2005-04-15  Simon Josefsson  <jas@extundo.com>
43194
43195         * gnulib-tool: Rename --symlink to --symbolic.
43196
43197 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
43198
43199         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
43200         symbolic links to files instead of copying/moving.  Add --aux-dir,
43201         specifying directory relative --dir where auxiliary build tools
43202         are placed.
43203
43204 2005-04-14  Bruno Haible  <bruno@clisp.org>
43205
43206         * modules/allocsa (License): Change to LGPL.
43207         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
43208
43209 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
43210
43211         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
43212         that "UTC +1 second" continues to work.  Problem reported
43213         by Dmitry V. Levin.
43214         (relunit_snumber): New rule.
43215         (relunit): Use it.
43216
43217 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
43218
43219         * lib/getdate.y (universal_time_zone_table): New constant.
43220         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
43221         universal_time_zone_table.
43222         (lookup_zone): Prefer universal_time_zone_table to
43223         local_time_zone_table, so that "GMT" time stamps are allowed in
43224         London during the summer.  Problem reported by Ian Abbott.
43225
43226 2005-04-12  Jim Meyering  <jim@meyering.net>
43227
43228         * lib/human.c (humblock): Set *options even when returning due to
43229         xstrtoumax conversion failure.  Thanks to a used-uninitialized
43230         warning from gcc-4.
43231
43232 2005-04-09  Jim Meyering  <jim@meyering.net>
43233
43234         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
43235         -Wuninitialized: initialize tm0.tm_year.
43236
43237 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
43238
43239         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
43240         count, since there's no maximum.  All uses changed.
43241         Add member dsts_seen.
43242         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
43243         not being INT_MAX.
43244         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
43245         Use pc_rels_seen to decide whther a date is absolute.
43246
43247         * lib/getdate.y (number): Don't overwrite year.
43248         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
43249         check.
43250
43251 2005-04-02  Simon Josefsson  <jas@extundo.com>
43252
43253         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
43254         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
43255
43256 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
43257
43258         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
43259         where no absolute path name can be longer than PATH_MAX.
43260
43261 2005-03-27  Jim Meyering  <jim@meyering.net>
43262
43263         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
43264
43265 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
43266
43267         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
43268         "one's complement" -> "ones' complement" in comment, as per Knuth.
43269         "value of type" -> "type or expression" in comment.
43270         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
43271
43272 2005-03-26  Jim Meyering  <jim@meyering.net>
43273
43274         Comment nits.
43275         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
43276         Correct typos: s/or/of/.
43277
43278 2005-03-26  Jim Meyering  <jim@meyering.net>
43279
43280         * modules/check-include-files: Move to ../ and rename to...
43281         * check-module: ...this.
43282
43283 2005-03-25  Jim Meyering  <jim@meyering.net>
43284
43285         * modules/xvasprintf (Files): Add xalloc.h.
43286
43287 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
43288
43289         * modules/gettext (Files): config/config.rpath ->
43290         build-aux/config.rpath
43291         * modules/iconv (Files): Likewise.
43292         Problem reported by Oskar Liljeblad.
43293
43294 2005-03-23  Jim Meyering  <jim@meyering.net>
43295
43296         * modules/check-include-files: New script to check for
43297         missing dependencies, multiple includes, etc.
43298
43299         * modules/c-strtold (Depends-on): Add xalloc.
43300         * modules/c-strtod (Depends-on): Add xalloc.
43301         * modules/hash (Depends-on): Add xalloc.
43302         (Files): Remove lib/xalloc.h.
43303
43304         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
43305         * modules/userspec (Files): Add lib/inttostr.h.
43306
43307 2005-03-23  Jim Meyering  <jim@meyering.net>
43308
43309         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
43310
43311 2005-03-22  Jim Meyering  <jim@meyering.net>
43312
43313         * modules/stat-macros: New module.
43314         * modules/canonicalize, modules/euidaccess, modules/file-type,
43315         * modules/filemode, modules/lchown, modules/makepath,
43316         * modules/rmdir, modules/stat: Depend on new stat-macros module
43317         rather than listing lib/stat-macros.h manually.
43318         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
43319
43320 2005-03-22  Jim Meyering  <jim@meyering.net>
43321
43322         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
43323
43324 2005-03-22  Bruno Haible  <bruno@clisp.org>
43325
43326         * config/srclist.txt: Replace target directory 'config' with
43327         'build-aux'.
43328         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
43329         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
43330         ../build-aux/.
43331
43332 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
43333
43334         * modules/chdir-long (Depends-on): Add mempcpy.
43335
43336         * modules/acl, modules/backupfile, modules/c-strtod,
43337         modules/c-strtold, modules/canon-host, modules/canonicalize,
43338         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
43339         modules/exclude, modules/exitfail, modules/file-type,
43340         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
43341         modules/getdate, modules/getline, modules/getpagesize,
43342         modules/getpass, modules/getugroups, modules/group-member,
43343         modules/hard-locale, modules/hash, modules/human, modules/idcache,
43344         modules/inttostr, modules/long-options, modules/makepath,
43345         modules/md5, modules/memcasecmp, modules/memcoll,
43346         modules/modechange, modules/mountlist, modules/path-concat,
43347         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
43348         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
43349         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
43350         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
43351         modules/strftime, modules/strndup, modules/strverscmp,
43352         modules/timespec, modules/unlocked-io, modules/userspec,
43353         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
43354         modules/yesno:
43355         Remove lib_SOURCES line from Makefile.am section, as this is now
43356         done automatically by the corresponding Autoconf macro.
43357
43358 2005-03-21  Jim Meyering  <jim@meyering.net>
43359
43360         Changes imported from coreutils.
43361
43362         * lib/cycle-check.c: Don't include xalloc.h.
43363
43364         * lib/path-concat.c: Don't include assert.h.
43365         (path_concat): Remove assertion that would have triggered
43366         for ABASE starting with more than one slash.
43367         Reported by Andreas Schwab.
43368
43369         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
43370         properly when ABASE is an absolute file name.
43371         Correct the description of this function.
43372         Include <assert.h>.
43373         Add an assertion and a test driver.
43374         This fixes a bug introduced on 2004-07-02.
43375         Andreas Schwab reported the resulting failure of cp --parents:
43376         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
43377
43378 2005-03-21  Jim Meyering  <jim@meyering.net>
43379
43380         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
43381         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
43382
43383 2005-03-21  Jim Meyering  <jim@meyering.net>
43384         and  Paul Eggert  <eggert@cs.ucla.edu>
43385
43386         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
43387         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
43388         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
43389         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
43390         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
43391         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
43392         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
43393         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
43394         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
43395         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
43396         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
43397         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
43398         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
43399         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
43400         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
43401         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
43402         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
43403         for these modules.
43404
43405 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
43406
43407         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
43408         (which shouldn't happen), generate nothing instead of returning 0
43409         immediately, so that nstrftime (NULL, ...) doesn't return 0.
43410
43411 2005-03-16  Bruno Haible  <bruno@clisp.org>
43412
43413         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
43414         HAVE_LONGLONG_64BIT.
43415
43416 2005-03-16  Bruno Haible  <bruno@clisp.org>
43417
43418         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
43419         HAVE_LONGLONG_64BIT.
43420
43421 2005-03-16  Bruno Haible  <bruno@clisp.org>
43422
43423         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
43424         HAVE_LONGLONG_64BIT.
43425
43426 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
43427
43428         * lib/strftime.c (my_strftime): Prepend space to format so that we can
43429         reliably distinguish strftime failure from empty output on POSIX
43430         hosts.
43431
43432 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
43433
43434         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
43435         (iconv_string): Don't guess a size-zero buffer, as that might cause
43436         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
43437         result would be 'too large', where 'too large' is (heuristically)
43438         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
43439         overflow concerns.  This will prevent some unwanted malloc failures
43440         when the inputs are very large.
43441
43442 2005-03-15  Karl Berry  <karl@gnu.org>
43443
43444         * config/srclist.txt (config.rpath): from gettext.
43445         * config/config.rpath: update.
43446
43447 2005-03-15  Bruno Haible  <bruno@clisp.org>
43448
43449         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
43450         to 'negate'.
43451
43452         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
43453         variable.
43454
43455         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
43456         results.
43457
43458 2005-03-14  Simon Josefsson  <jas@extundo.com>
43459
43460         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
43461         <fx@gnu.org>.
43462
43463 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
43464
43465         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
43466         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
43467         intprops.h.
43468         * lib/strtol.c: Likewise.
43469
43470 2005-03-14  Jim Meyering  <jim@meyering.net>
43471
43472         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
43473         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
43474         to be nonzero so that we (and caller) can detect the difference
43475         between a valid zero-length expansion and an error return, even
43476         when the underlying strftime fails before writing anything into
43477         that location.
43478
43479 2005-03-14  Bruno Haible  <bruno@clisp.org>
43480
43481         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
43482         Update from GNU gettext 0.14.3.
43483
43484 2005-03-10  Jim Meyering  <jim@meyering.net>
43485
43486         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
43487
43488 2005-03-10  Jim Meyering  <jim@meyering.net>
43489
43490         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
43491         so that this module works on systems without fchdir.
43492
43493 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
43494
43495         Factor int-properties macros into a single file, except for
43496         glibc-related files.
43497         * lib/intprops.h: New file.
43498         * lib/getloadavg.c: Include it instead of limits.h.
43499         (INT_STRLEN_BOUND): Remove.
43500         * lib/human.c: Include intprops.h.
43501         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
43502         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
43503         302/1000.
43504         * lib/inttostr.h: Include intprops.h instead of limits.h.
43505         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
43506         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
43507         for consistency with intprops.h.
43508         (time_t_is_integer, twos_complement_arithmetic): Use them.
43509         * lib/sig2str.h: Include <signal.h>, intprops.h.
43510         (INT_STRLEN_BOUND): Remove.
43511         * lib/strftime.c (TYPE_SIGNED): Remove.
43512         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
43513         * lib/strtol.c: Adjust comments to match intprops.h.
43514         * lib/userspec.c: Include intprops.h.
43515         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
43516         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
43517         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
43518         instead of rolling our own expressions.
43519         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
43520
43521         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
43522         instead of int.
43523         (my_strftime): Do not mishandle years close to INT_MAX, by doing
43524         the right thing even if adding 1900 would overflow.  Similarly
43525         for tm_mon + 1 and tm_yday + 1.
43526         Make %Y always equivalent to %C%y, and similarly for %G and %g.
43527         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
43528         (DO_SIGNED_NUMBER): New macro.
43529         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
43530
43531 2005-03-07  Bruno Haible  <bruno@clisp.org>
43532
43533         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
43534
43535 2005-03-07  Bruno Haible  <bruno@clisp.org>
43536
43537         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
43538
43539 2005-03-04  Derek R. Price  <derek@ximbiot.com>
43540
43541         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
43542         (func_import): Only replace files via --import when they have actually
43543         changed.
43544
43545 2005-03-03  Derek R. Price  <derek@ximbiot.com>
43546
43547         * m4/mmap-anon.m4: New file.
43548         * m4/pagealign_alloc.m4: New file.
43549
43550 2005-03-03  Derek R. Price  <derek@ximbiot.com>
43551             Bruno Haible  <bruno@clisp.org>
43552
43553         * modules/pagealign_alloc: New file.
43554         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
43555
43556 2005-03-03  Derek R. Price  <derek@ximbiot.com>
43557             Bruno Haible  <bruno@clisp.org>
43558
43559         * lib/pagealign_alloc.h: New file.
43560         * lib/pagealign_alloc.c: New file.
43561
43562 2005-03-03  Bruno Haible  <bruno@clisp.org>
43563
43564         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
43565         Use an all-permissive copyright notice, recommended by RMS.
43566
43567 2005-03-02  Bruno Haible  <bruno@clisp.org>
43568
43569         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
43570         of AIX, the replacement has to be done only after <string.h> is
43571         included, therefore not in config.h. stpncpy.h does the replacement,
43572         and stpncpy.c uses it.
43573
43574 2005-03-02  Bruno Haible  <bruno@clisp.org>
43575
43576         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
43577         stpncpy.c uses it.
43578
43579 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43580
43581         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
43582         The workaround isn't strictly needed for POSIX conformance, and
43583         it's too much of a pain to configure and maintain.  We'll ask
43584         people to fix their kernels instead.
43585         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
43586         (NANOSLEEP_BUG_WORKAROUND): Remove.
43587         (xnanosleep): Remove the workaround.
43588
43589 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43590
43591         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
43592         Reported by Derek Price.
43593         (Include): Add "timespec.h".
43594
43595         * modules/xnanosleep (Depends-on): Remove gethrxtime.
43596
43597 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
43598
43599         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
43600         to detect nanosleep bug.
43601
43602 2005-03-01  Bruno Haible  <bruno@clisp.org>
43603
43604         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
43605
43606 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
43607
43608         * modules/gethrxtime: New file.
43609         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
43610         (Depends-on): Add gethrxtime.
43611         (configure.ac): Add gl_XNANOSLEEP.
43612         (Makefile.am): Remove lib_SOURCES line.
43613
43614 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
43615
43616         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
43617         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
43618
43619 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
43620
43621         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
43622         * lib/timespec.h (gettime): Return void, since it always
43623         succeeds now.  All uses changed.
43624         * lib/gettime.c (gettime) Likewise.
43625         [HAVE_NANOTIME]: Prefer nanotime.
43626         Assume gettimeofday succeeds, as POSIX requires.
43627         Assime time () succeeds, since other code already does.
43628         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
43629         (timespec_subtract): Remove.
43630         (NANOSLEEP_BUG_WORKAROUND): New constant.
43631         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
43632         things considerably.  Use it only on GNU/Linux hosts, since the
43633         workaround shouldn't be needed elsewhere.
43634
43635 2005-02-24  Bruno Haible  <bruno@clisp.org>
43636
43637         * modules/gettext (Files): Add m4/glibc2.m4.
43638
43639 2005-02-24  Bruno Haible  <bruno@clisp.org>
43640
43641         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
43642         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
43643         * m4/progtest.m4:
43644         Update from GNU gettext 0.14.2.
43645         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
43646
43647 2005-02-24  Bruno Haible  <bruno@clisp.org>
43648
43649         * lib/localcharset.c: Update from GNU gettext 0.14.2.
43650         * lib/config.charset: Update from GNU gettext 0.14.2.
43651
43652 2005-02-24  Bruno Haible  <bruno@clisp.org>
43653
43654         * lib/gettext.h: Update from GNU gettext 0.14.2.
43655
43656 2005-02-23  Simon Josefsson  <jas@extundo.com>
43657
43658         * m4/iconvme.m4: New file.
43659
43660 2005-02-23  Jim Meyering  <jim@meyering.net>
43661
43662         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
43663         change.
43664         Thanks to Bruno Haible for catching it.
43665
43666 2005-02-22  Simon Josefsson  <jas@extundo.com>
43667
43668         * modules/iconvme: New file.
43669
43670         * MODULES.html.sh: Add iconvme.
43671
43672 2005-02-22  Simon Josefsson  <jas@extundo.com>
43673
43674         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
43675
43676 2005-02-22  Simon Josefsson  <jas@extundo.com>
43677
43678         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
43679
43680 2005-02-22  Jim Meyering  <jim@meyering.net>
43681
43682         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
43683         s/ifndef/ifdef/.
43684
43685 2005-02-20  Neil Conway  <neilc@samurai.com>
43686
43687         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
43688         returned by OSX/Darwin if the specified buffer is not large
43689         enough for the hostname.
43690
43691 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43692
43693         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
43694         pass it to _help, otherwise the latter coredumps trying to
43695         dereference state.root_argp.
43696
43697 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
43698
43699         * modules/chdir-long (Depends-on): Add memrchr.
43700         * modules/memrchr (Files): Add lib/memrchr.h.
43701         (Include): "memrchr.h".
43702
43703 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
43704
43705         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
43706
43707 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
43708
43709         * lib/memrchr.h: New file.
43710         * lib/chdir-long.c: Include it.
43711         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
43712         Don't bother including stddef.h.
43713
43714 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
43715
43716         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
43717         inclusion.
43718         Include <sys/types.h>, for dev_t.
43719         (ME_DUMMY, ME_REMOTE): Move from here....
43720         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
43721         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
43722         Dmitry V. Levin.
43723         Include mountlist.h first, to test the interface.
43724
43725 2005-01-29  Bruno Haible  <bruno@clisp.org>
43726
43727         * lib/progname.c (program_name): Initialize.
43728         Needed when linking statically on MacOS X.
43729
43730 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
43731
43732         Sync from coreutils.
43733         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
43734         (Depends-on): Add c-strtod.
43735         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
43736
43737 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
43738
43739         Sync from coreutils.
43740         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
43741
43742         Remove files that are specific to coreutils.
43743         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
43744
43745 2005-01-28  Bruno Haible  <bruno@clisp.org>
43746
43747         * modules/javacomp: New file.
43748         * MODULES.html.sh (Java): Add javacomp.
43749
43750 2005-01-28  Bruno Haible  <bruno@clisp.org>
43751
43752         * m4/javacomp.m4: New file, from GNU gettext.
43753
43754 2005-01-28  Bruno Haible  <bruno@clisp.org>
43755
43756         * lib/javacomp.sh.in: New file, from GNU gettext.
43757         * lib/javacomp.h: New file, from GNU gettext.
43758         * lib/javacomp.c: New file, from GNU gettext.
43759
43760 2005-01-26  Simon Josefsson  <jas@extundo.com>
43761
43762         * lib/gai_strerror.c: Use GPL in header.
43763
43764 2005-01-26  Bruno Haible  <bruno@clisp.org>
43765
43766         * modules/javaexec: New file.
43767         * MODULES.html.sh (Java): Add javaexec.
43768
43769 2005-01-26  Bruno Haible  <bruno@clisp.org>
43770
43771         * m4/javaexec.m4: New file, from GNU gettext.
43772
43773 2005-01-26  Bruno Haible  <bruno@clisp.org>
43774
43775         * lib/javaexec.sh.in: New file, from GNU gettext.
43776         * lib/javaexec.h: New file, from GNU gettext.
43777         * lib/javaexec.c: New file, from GNU gettext.
43778
43779 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43780
43781         * modules/lchown (Depends-on): Remove lchown.h
43782
43783 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43784
43785         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
43786         must be defined if the header file was not found, in order
43787         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
43788
43789 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43790
43791         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
43792         initializers for struct pentry_state.
43793         (__argp_error): Check return value of __asprintf
43794         (__argp_failure): Translate error message
43795
43796         * lib/argp-parse.c: Removed braces around the expansion of N_()
43797
43798 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
43799
43800         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
43801         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
43802         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
43803         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
43804         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
43805         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
43806         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
43807         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
43808         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
43809         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
43810         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
43811         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
43812         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
43813         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
43814         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
43815         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
43816         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
43817         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
43818         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
43819         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
43820         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
43821         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
43822         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
43823         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
43824         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
43825         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
43826         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
43827         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
43828         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
43829         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
43830         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
43831         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
43832         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
43833         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
43834         xstrtol.m4, xstrtoumax.m4, yesno.m4:
43835         Use an all-permissive copyright notice, recommended by RMS.
43836
43837 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
43838
43839         * modules/chdir-long (Depends-on): Remove mempcpy.
43840
43841 2005-01-21  Jim Meyering  <jim@meyering.net>
43842
43843         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
43844         same value as for Solaris 9.
43845
43846         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
43847         component length.  This included changing the parameter to be
43848         of type `char *' rather than `char const *'.
43849         * lib/chdir-long.h (chdir_long): Update prototype.
43850
43851         * lib/openat.c (fdopendir, fstatat): New functions.
43852         * lib/openat.h: Include headers required for use of DIR and struct
43853         stat.
43854         [AT_SYMLINK_NOFOLLOW]: Define.
43855         (fdopendir, fstatat): Add prototypes.
43856
43857 2005-01-21  Bruno Haible  <bruno@clisp.org>
43858
43859         * modules/classpath: New file.
43860         * MODULES.html.sh (Java): Add classpath.
43861
43862 2005-01-21  Bruno Haible  <bruno@clisp.org>
43863
43864         * lib/classpath.h: New file, from GNU gettext.
43865         * lib/classpath.c: New file, from GNU gettext.
43866
43867 2005-01-20  Simon Josefsson  <jas@extundo.com>
43868
43869         * modules/version-etc-fsf: New file.
43870
43871 2005-01-20  Simon Josefsson  <jas@extundo.com>
43872
43873         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
43874         * lib/version-etc.c: Remove version_etc_copyright.
43875         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
43876         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
43877
43878 2005-01-20  Simon Josefsson  <jas@extundo.com>
43879
43880         * lib/base64.h (isbase64): Add.
43881
43882         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
43883         using a unsigned prototype, don't inline.
43884         (base64_decode): Use it.
43885
43886 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
43887
43888         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
43889         it.
43890
43891 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
43892
43893         * lib/save-cwd.c (save_cwd): Remove code to support the case
43894         where fchdir is missing or flaky.
43895
43896 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
43897
43898         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
43899
43900 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
43901
43902         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
43903         AC_LIBSOURCES now does this.
43904         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
43905         with new ullong_max module.
43906
43907 2005-01-19  Bruno Haible  <bruno@clisp.org>
43908
43909         * modules/sh-quote: New file.
43910         * MODULES.html.sh (Executing programs): Add sh-quote.
43911
43912 2005-01-19  Bruno Haible  <bruno@clisp.org>
43913
43914         * lib/sh-quote.h: New file, from GNU gettext.
43915         * lib/sh-quote.c: New file, from GNU gettext.
43916
43917 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
43918
43919         Merge from coreutils.
43920         * m4/ullong_max.m4: New file.
43921         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
43922         (gl_MACROS): Assume localeconv exists.
43923
43924 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
43925
43926         Merge changes from coreutils, as described below in several
43927         changelogs dated today.
43928
43929         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
43930         (O_DIRECTORY): Remove; not needed here, since "." must be
43931         a directory.  All uses removed.
43932         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
43933         universal on Suns, and we also need to test for IRIX.
43934         Revamp code to use 'if' rather than '#if'.
43935         Avoid unnecessary comparison of cwd->desc to 0.
43936
43937         * lib/utimens.c (futimens): Robustify the previous patch, by checking
43938         for known valid error numbers rather than observed invalid ones.
43939
43940 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
43941
43942         * modules/ullong_max: New file.
43943
43944         * modules/chdir-long, modules/openat: New files.
43945         * modules/save-cwd (Depends-on): Depend on chdir-long.
43946         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
43947
43948 2005-01-18  Jim Meyering  <jim@meyering.net>
43949
43950         Merge from coreutils.
43951         * m4/chdir-long.m4, m4/openat.m4: New files.
43952         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
43953         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
43954         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
43955         is sane and DOES follow symlinks.  Besides, testing 20 different
43956         systems found no broken chown implementations.
43957         Prompted by a change in rsync's copy of this macro.
43958         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
43959
43960         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
43961
43962         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
43963         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
43964         NULL-means-set-to-current-time semantics.
43965         Remove temporary file immediately, rather than waiting
43966         for configure's at-exit trap code to do it.
43967
43968 2005-01-18  Jim Meyering  <jim@meyering.net>
43969
43970         * lib/version-etc.c (version_etc_copyright): Update copyright date.
43971
43972         * lib/utimens.c (futimens): Account for the fact that futimes
43973         can also fail with errno == ENOSYS or errno == ENOENT.
43974         Patch from Dmitry V. Levin.
43975
43976         Change the name of the robust chdir function from chdir to chdir_long.
43977         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
43978         (restore_cwd): Use chdir_long, not chdir.
43979         * lib/chdir-long.c: Renamed from chdir.c.
43980         * lib/chdir-long.h: Renamed from chdir.h.
43981         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
43982         Hurd.
43983
43984 2005-01-18  Bruno Haible  <bruno@clisp.org>
43985
43986         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
43987         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
43988         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
43989         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
43990         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
43991         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
43992         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
43993         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
43994         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
43995         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
43996         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
43997         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
43998         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
43999         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
44000         Use an all-permissive copyright notice, recommended by RMS.
44001
44002 2005-01-18  Bob Proulx  <bob@proulx.com>
44003
44004         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
44005         simplify offsetof() macro construct to avoid compile failure with
44006         native HP-UX 11.0 ANSI C compiler.
44007
44008 2005-01-17  Bruno Haible  <bruno@clisp.org>
44009
44010         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
44011         redundant because stpncpy.m4 takes care of it.
44012
44013 2005-01-17  Bruno Haible  <bruno@clisp.org>
44014
44015         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
44016
44017 2005-01-17  Bruno Haible  <bruno@clisp.org>
44018
44019         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
44020         used.
44021
44022 2005-01-17  Bruno Haible  <bruno@clisp.org>
44023
44024         * lib/fwriteerror.h (fwriteerror): Change specification to include
44025         fclose.
44026         * lib/fwriteerror.c: Include <stdbool.h>.
44027         (fwriteerror): At the end, close the file stream. Record whether
44028         stdout was already closed.
44029
44030 2005-01-17  Bruno Haible  <bruno@clisp.org>
44031
44032         * lib/execute.c (environ): Declare if needed.
44033         * lib/pipe.c (environ): Likewise.
44034         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
44035
44036 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44037
44038         * modules/argp: Depend on vsnprintf
44039
44040 2005-01-10  Jim Meyering  <jim@meyering.net>
44041
44042         * modules/closeout (Depends-on): Add atexit.
44043
44044 2005-01-06  Bruno Haible  <bruno@clisp.org>
44045
44046         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
44047
44048 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
44049
44050         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
44051         definitions to be after all include files, to avoid collisions.
44052         Problem reported by Bob Proulx.
44053
44054 2005-01-04  Jim Meyering  <jim@meyering.net>
44055
44056         Changes imported from coreutils.
44057         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
44058         as the mkstemp template, use a temporary directory and an
44059         8.3-friendly template to avoid trouble on systems like DJGPP.
44060         Reported by Juan M. Guerrero via Stepan Kasal.
44061         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
44062         close. Remove the temporary directory right away, rather than waiting
44063         for configure's at-exit trap code to do it.
44064         Suggestion from Stepan Kasal.
44065
44066 2005-01-01  Simon Josefsson  <jas@extundo.com>
44067
44068         * gnulib-tool: Print #include directives when --import'ing.
44069
44070 2004-12-28  Simon Josefsson  <jas@extundo.com>
44071
44072         * tests/test-base64.c: Include required header files.  Remove
44073         unused variables.
44074
44075 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
44076
44077         * modules/error (Depends-on): Remove gettext.
44078
44079 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
44080
44081         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
44082         not needed.  This removes a dependency on the gettext module.
44083         [defined _LIBC]: Do not include <libintl.h>; not needed.
44084
44085 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
44086
44087         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
44088         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
44089
44090 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
44091
44092         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
44093         HAVE_DECL_STRTOLD.
44094
44095 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
44096
44097         * modules/getdate (Depends-on): Remove alloca-opt.
44098
44099 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
44100
44101         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
44102
44103 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
44104
44105         * lib/argp-parse.c: Include <stddef.h>.
44106         (alignof, alignto): New macros.
44107         (parser_init): Don't assume that void * is aligned sufficiently
44108         for struct option.
44109
44110         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
44111         need to extend the stack.
44112         (YYINITDEPTH): New macro, so that the initial stack isn't overly
44113         large.
44114
44115 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44116
44117         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
44118
44119 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
44120
44121         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
44122         (2004-10-24) change.  Apparently this was a false alarm.
44123
44124         * modules/getdate: Depend on alloca-opt, not alloca.
44125
44126 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
44127
44128         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
44129         Remove now-obsolete comment about AIX.
44130         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
44131         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
44132         (YYMAXDEPTH): New macro.
44133
44134 2004-12-18  Simon Josefsson  <jas@extundo.com>
44135
44136         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
44137
44138 2004-12-18  Bruno Haible  <bruno@clisp.org>
44139
44140         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
44141
44142 2004-12-18  Bruno Haible  <bruno@clisp.org>
44143
44144         * lib/fatal-signal.c (fatal_signals): Make non-const.
44145         (init_fatal_signals): New function.
44146         (uninstall_handlers, install_handlers): Ignore signals that were set to
44147         SIG_IGN.
44148         (at_fatal_signal): Call init_fatal_signals.
44149         (init_fatal_signal_set): Likewise. Ignore signals that were set to
44150         SIG_IGN.
44151         Reported by Paul Eggert.
44152
44153 2004-12-18  Bruno Haible  <bruno@clisp.org>
44154
44155         * doc/alloca.texi: New file.
44156         * doc/alloca-opt.texi: New file.
44157
44158 2004-12-17  Jim Meyering  <jim@meyering.net>
44159
44160         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
44161         Otherwise, install-sh could exit with improper exit status when
44162         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
44163
44164 2004-12-16  Simon Josefsson  <jas@extundo.com>
44165
44166         * tests/test-base64.c: Add license.
44167
44168 2004-12-15  Stepan Kasal  <address@hidden>
44169
44170         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
44171
44172 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
44173
44174         * modules/getcwd (Files): Add m4/d-ino.m4.
44175         Suggested by Mark D. Baushke.
44176
44177 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
44178
44179         * lib/getdate.y (textint): New member "negative".
44180         (time_zone_hhmm): New function.
44181         Expect 14 shift-reduce conflicts, not 13.
44182         (o_colon_minutes): New rule.
44183         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
44184         (yylex): Set the "negative" member of signed numbers.
44185
44186 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
44187
44188         * doc/getdate.texi (Time of day items, Time zone items):
44189         Describe new formats +00:00, UTC+00:00.
44190
44191 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
44192
44193         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
44194         spurious "-l"s.  Problem reported by Stepan Kasal.
44195
44196 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
44197
44198         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
44199         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
44200
44201 2004-12-04  Simon Josefsson  <jas@extundo.com>
44202
44203         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
44204         Vandoorselaere <yoann@prelude-ids.org>.
44205
44206 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
44207
44208         Changes imported from coreutils.
44209         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
44210         exist.
44211         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
44212
44213 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
44214
44215         Changes imported from coreutils.
44216         * lib/hard-locale.c: Assume <locale.h> exists.
44217         Include "strdup.h".
44218         (GLIBC_VERSION): New macro.
44219         (hard_locale): Assume setlocale exists.
44220         Rewrite to avoid #ifdef.
44221         Use strdup rather than malloc + strcpy.
44222         * lib/human.c: Assume <locale.h> exists.
44223         (human_readable): Assume localeconv exists.
44224
44225 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
44226
44227         * modules/hard-locale (Depends-on): Add strdup.
44228
44229 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
44230
44231         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
44232         convert T2, not T.  (Imported from libc.)
44233
44234 2004-11-30  Simon Josefsson  <jas@extundo.com>
44235
44236         * modules/restrict (License): Change to LGPL.
44237
44238 2004-11-30  Simon Josefsson  <jas@extundo.com>
44239
44240         * m4/restrict.m4: Add copyright and copying conditions.
44241
44242 2004-11-30  Simon Josefsson  <jas@extundo.com>
44243
44244         * m4/base64.m4: New file.
44245
44246 2004-11-30  Simon Josefsson  <jas@extundo.com>
44247
44248         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
44249         base64.
44250
44251         * tests/test-base64.c: New file.
44252
44253         * modules/base64: New file.
44254
44255 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
44256
44257         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
44258         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
44259
44260         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
44261
44262 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
44263
44264         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
44265         (__getcwd.c): Don't restore errno; glibc doesn't.
44266         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
44267         first, falling back to our code only if its results look suspicious.
44268         Ensure that the resulting buffer is only as large as necessary.
44269
44270         * lib/readutmp.c: Include readutmp.h first.
44271         Include <errno.h>, since readutmp.h no longer does that.
44272         * lib/readutmp.h: Don't include <errno.h>,
44273         <sys/param.h>, <time.h>; not needed to establish interface.
44274         (errno): Remove decl.
44275         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
44276         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
44277         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
44278
44279 2004-11-28  Simon Josefsson  <jas@extundo.com>
44280
44281         * lib/base64.h, base64.c: New file.
44282
44283 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
44284
44285         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
44286
44287 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
44288
44289         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
44290         (Depends-on): Remove pathmax, same.  Add mempcpy.
44291         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
44292         (Makefile.am): Append getcwd.h to lib_SOURCES.
44293         (Include): Add getcwd.h.
44294         (Maintainer): Change from Jim Meyering to "all, glibc",
44295         since getdate now uses intended-for-glibc code.
44296         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
44297         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
44298
44299 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
44300
44301         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
44302         HP's ANSI C compiler.
44303         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
44304         Declaring int functions causes warnings on some modern systems and
44305         shouldn't be needed to compile on ancient ones.
44306         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
44307         defined.
44308
44309         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
44310         with the following changes.
44311         (__set_errno): Parenthesize properly.
44312         Include <stdbool.h>.
44313         (MIN, MAX, MATCHING_INO): New macros.
44314         (__getcwd): Define with prototype, not K&R form.
44315         Use heuristics to allocate default buffer on stack if possible.
44316         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
44317         behavior, and to avoid the PATH_MAX limit when computing
44318         ../../../../...
44319         Use MATCHING_INO to compare inode number to file.
44320         Check for arithmetic overflow in size calculations.
44321         Fix bug in reallocation of dot array that caused getcwd to fail
44322         on directories nested deeper than 75.
44323         Be more careful about saving errno on error.
44324         Do not use realloc; use only free+malloc, as this is a bit
44325         more flexible and avoids a needless copy operation.
44326         Do not inspect st_dev and st_ino for symbolic links; POSIX
44327         doesn't specify the latter.
44328         Check for closedir errors.
44329         Avoid needless casts.
44330         Use "#ifdef weak_alias" around weak_alias, to be like other
44331         glibc code.
44332         The following changes to getcwd.c have effect only when used in
44333         gnulib; they have no effect inside glibc proper.
44334         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
44335         as alloca isn't used.
44336         (alloca, __alloca): Likewise.
44337         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
44338         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
44339         unconditionally, as gnulib assumes C89 or better.
44340         Do not include <sys/param.h>.
44341         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
44342         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
44343         better.
44344         (NULL) [!defined NULL]: Remove; we assume C89 or better.
44345         Include <dirent.h> in a way that is compatible with modern Autoconf.
44346         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
44347         New macros, if not already defined.
44348         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
44349         Use "_LIBC", not "defined _LIBC", for consistency.
44350         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
44351         a mempcpy module.
44352         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
44353         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
44354         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
44355         credit only to Jim Meyering and adjust the copyright dates.
44356         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
44357         <stdlib.h>, <unistd.h>, "pathmax.h".
44358         Instead, include "xgetcwd.h" (first) and "getcwd.h".
44359         (INITIAL_BUFFER_SIZE): Remove.
44360         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
44361
44362 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
44363
44364         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
44365         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
44366         Use the _ONCE methods, for efficiency.
44367         Check for fcntl.h.  In test program, include <errno.h>
44368         and <fcntl.h> if available.  Remove old K&R cruft from
44369         test program.  Check for common errors in GNU/Linux,
44370         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
44371         don't do AC_LIBOBJ, as that's getcwd.m4's job.
44372         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
44373         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
44374         name accordingly.
44375         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
44376         accommodate new getcwd.c.
44377         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
44378         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
44379         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
44380         that's all we need now.
44381
44382 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44383
44384         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
44385         argp-parse.c depends on getopt internals, that means we should
44386         always use our getopt, to be on the safe side.
44387         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
44388         order not to spoil the result of an eventual previous invocation
44389         of gl_GETOPT_SUBSTITUTE.
44390
44391 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
44392
44393         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
44394         redefinition warnings. To avoid them, include the defines
44395         in `#if !defined __need_getopt ... #endif'. The only place
44396         where __getopt_argv_const is used is in definitions
44397         of getopt_long and getopt_long_only below, which are as well
44398         protected by `#ifndef __need_getopt'.
44399         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
44400         __need_getopt after including <stdio.h> and <unistd.h> These
44401         headers might have defined it.
44402
44403 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
44404
44405         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
44406
44407 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
44408
44409         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
44410         (futimens): New function, which uses futimes if available.
44411         (futimens, utimens): Support timespec==NULL, with same semantics
44412         as utime and utimens.
44413         * lib/utimens.h (futimens): New decl.
44414
44415 2004-11-23  Jim Meyering  <jim@meyering.net>
44416
44417         * lib/getopt_.h: Remove trailing blanks.
44418
44419 2004-11-23  Jim Meyering  <jim@meyering.net>
44420
44421         * lib/__fpending.c: Add comment.
44422
44423 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
44424
44425         * modules/canonicalize (Depends-on): Add xreadlink.
44426         Problem reported by James Youngman.
44427
44428 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
44429
44430         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
44431         New macros.
44432         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
44433         optopt): Use them instead of invoking ## directly; otherwise, the
44434         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
44435
44436 2004-11-19  Bruno Haible  <bruno@clisp.org>
44437
44438         * lib/strtok_r.c: Move comments from here...
44439         * lib/strtok_r.h: ... to here.
44440
44441 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
44442
44443         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
44444         implementations that mishandle size_t overflow.
44445
44446 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
44447
44448         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
44449         might fail.  Problem reported by Yoann Vandoorselaere.
44450         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
44451         implementations that mishandle size_t overflow.
44452
44453 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
44454
44455         * modules/canon-host (Depends-on): Add strdup.
44456
44457 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
44458
44459         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
44460
44461 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
44462
44463         * lib/canon-host.c: Include "strdup.h".
44464         (canon_host): Use getaddrinfo if available, so that IPv6 works.
44465         Use strdup instead of malloc/strcpy to duplicate strings.
44466
44467         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
44468         (human_space_before_unit): New constant.
44469         * lib/human.c (human_readable): Support it.
44470
44471         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
44472         (xgetcwd): Set errno correctly when failing.
44473         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
44474         the failure is actually due to a PATH_MAX problem.
44475
44476         Further getopt changes to make it more likely that glibc will
44477         buy the changes back.
44478         * lib/getopt.c (POSIXLY_CORRECT): New constant.
44479         (getopt): Use it, so to preserve glibc semantic
44480         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
44481         when compiling for libc.
44482         * lib/getopt_.h (__getopt_argv_const): Bring it back.
44483         (getopt_long, getopt_long_only): Use it.
44484
44485         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
44486         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
44487         (getopt): Argv is now char * const *, as per standard.
44488         (_getopt_internal_r, _getopt_internal): Argv is now char **,
44489         not char *__getopt_argv_const *.
44490         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
44491         _getopt_long_only_r): Likewise.
44492         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
44493         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
44494         _getopt_long_r, _getopt_long_only_r): Likewise.
44495         * lib/getopt_.h (__getopt_argv_const): Remove.
44496         (getopt): Argv is now char * const *, as per standard.
44497
44498         * lib/getdate.y (tORDINAL): New token.
44499         (day, relunit): Allow it for relative times.
44500         (relative_time_table): Use tORDINAL for ordinals.
44501
44502 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
44503
44504         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
44505         Document that "second" isn't allowed as an ordinal number.
44506
44507 2004-11-16  Jim Meyering  <jim@meyering.net>
44508
44509         * modules/closeout (Depends-on): Add fpending.
44510
44511 2004-11-15  Jim Meyering  <jim@meyering.net>
44512
44513         * lib/closeout.c: Include "__fpending.h" once again.
44514         Include <stdbool.h>.
44515         (close_stdout): Don't fail just because stdout was closed initially,
44516         since some programs don't write to stdout in the normal course of
44517         operation (other than --version and --help), and we don't want this
44518         function to make e.g. `touch file >&-' fail.
44519         But do fail if it was closed and someone has tried to write to it.
44520         E.g., `printf foo >&-' must fail.
44521
44522 2004-11-13  Jim Meyering  <jim@meyering.net>
44523
44524         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
44525
44526 2004-11-12  Simon Josefsson  <jas@extundo.com>
44527
44528         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
44529         small doc fix is still pending.
44530
44531 2004-11-11  Simon Josefsson  <jas@extundo.com>
44532
44533         * modules/strtok_r: New file.
44534
44535         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
44536         strtok_r.
44537
44538 2004-11-11  Simon Josefsson  <jas@extundo.com>
44539
44540         * m4/strtok_r.m4: New file.
44541
44542         * m4/getopt.m4: Replace opterr.
44543
44544 2004-11-11  Simon Josefsson  <jas@extundo.com>
44545
44546         * lib/strtok_r.h, strtok_r.c: New file.
44547
44548 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
44549
44550         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
44551         of replacing opterr, getopt, etc.  This should handle the
44552         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
44553
44554 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
44555
44556         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
44557         we can stop lying to compilers about the constness of argv when we
44558         are compiled outside glibc.
44559         (getopt, getopt_long, getopt_long_only): Use it.
44560         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
44561         _getopt_internal, getopt): Likewise.
44562         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
44563         _getopt_long_only_r): Likewise.
44564         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
44565         _getopt_long_r, _getopt_long_only_r): Likewise.
44566
44567         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
44568         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
44569         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
44570         the other external symbols.
44571         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
44572         declaration, since the above renaming now works around collisions.
44573
44574 2004-11-11  Jim Meyering  <jim@meyering.net>
44575
44576         * lib/linebreak.c: Remove trailing blanks.
44577         * lib/alloca_.h: Likewise.
44578         * lib/acosl.c: Likewise.
44579         * lib/euidaccess.c: Likewise.
44580         * lib/allocsa.h: Likewise.
44581
44582 2004-11-10  Simon Josefsson  <jas@extundo.com>
44583
44584         * m4/getaddrinfo.m4: New file.
44585
44586 2004-11-10  Simon Josefsson  <jas@extundo.com>
44587
44588         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
44589
44590 2004-11-10  Simon Josefsson  <jas@extundo.com>
44591
44592         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
44593         getaddrinfo.
44594
44595         * modules/getaddrinfo: New file.
44596
44597 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44598
44599         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
44600
44601 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
44602
44603         * lib/mktime.c (SHR): New macro, which is a portable
44604         substitute for >> that should work even on Crays.
44605         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
44606         Problem reported by Mark D. Baushke in
44607         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
44608         * lib/getdate.y (SHR): Likewise.
44609         (tm_diff): Use it.
44610         * lib/strftime.c (SHR): Likewise.
44611         (tm_diff): Use it.
44612         * lib/quotearg.c (struct quoting_options): Use unsigned int for
44613         quote_these_too, so that right shifts are well defined.  All uses
44614         changed.
44615
44616 2004-11-10  Jim Meyering  <jim@meyering.net>
44617
44618         Ensure that no close failure goes unreported.
44619         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
44620         return early when it seems there's nothing to flush.
44621         Don't include __fpending.h.
44622
44623 2004-11-10  Jim Meyering  <jim@meyering.net>
44624
44625         * modules/closeout (Depends-on): Remove fpending.
44626
44627 2004-11-10  Jim Meyering  <jim@meyering.net>
44628
44629         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
44630
44631 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
44632
44633         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
44634         gl_FUNC_STRFTIME.
44635         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
44636         and AC_REQUIRE when possible, to avoid duplicate checks.
44637         Check for <wchar.h>.
44638
44639 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
44640
44641         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
44642
44643 2004-11-09  Bruno Haible  <bruno@clisp.org>
44644
44645         * m4/sockpfaf.m4: New file.
44646
44647 2004-11-05  Bruno Haible  <bruno@clisp.org>
44648
44649         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
44650         Reported by Mark D. Baushke <mdb@cvshome.org>.
44651
44652 2004-11-04  Bruno Haible  <bruno@clisp.org>
44653
44654         2004-09-11  Bruno Haible  <bruno@clisp.org>
44655                 * allocsa.valgrind: New file.
44656         2004-02-06  Bruno Haible  <bruno@clisp.org>
44657                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
44658                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
44659                 Reported by Christopher Seip <chris.seip@hp.com>.
44660
44661 2004-11-04  Bruno Haible  <bruno@clisp.org>
44662
44663         * modules/allocsa (Files): Add lib/allocsa.valgrind.
44664         (Makefile.am): Distribute it.
44665
44666 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
44667
44668         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
44669         with errno == ERANGE if the buffer is too small.
44670         Problem reported by Mark D. Baushke.
44671
44672 2004-11-03  Albert Chin  <china@thewrittenword.com>
44673             Paul Eggert  <eggert@cs.ucla.edu>
44674
44675         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
44676         equivalent, substitute $ac_type for equivalent type rather than
44677         blindly using uint32_t *always* which won't work if uint32_t is not
44678         available.  Define _UINT32_T to work around typedef of uint32_t if
44679         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
44680         2.5.1.
44681
44682 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
44683
44684         * m4/jm-macros.m4: Sync from coreutils.
44685         (gl_MACROS): Check for mbrlen, for pathchk.
44686         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
44687
44688 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
44689
44690         * lib/xreadlink.c (MAXSIZE): New macro.
44691         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
44692         size does not exceed MAXSIZE.  Avoid cast.
44693         As suggested by Mark D. Baushke in
44694         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
44695         if readlink fails with buffer size just under MAXSIZE, try again
44696         with MAXSIZE.
44697
44698 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
44699
44700         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
44701
44702 2004-11-02  Derek R. Price  <derek@ximbiot.com>
44703         and  Paul Eggert  <eggert@cs.ucla.edu>
44704
44705         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
44706         (get_date): Overparenthesize to avoid GCC warning.
44707
44708 2004-11-02  Bruno Haible  <bruno@clisp.org>
44709
44710         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
44711         returns void.
44712
44713 2004-11-02  Bruno Haible  <bruno@clisp.org>
44714
44715         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
44716         function returns void.
44717
44718 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
44719
44720         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
44721         fflush_unlocked, flockfile, funlockfile, funlockfile,
44722         fputs_unlocked, putc_unlocked.
44723
44724 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
44725
44726         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
44727         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
44728         already declared.
44729
44730 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
44731
44732         * modules/getdate (Files): Add doc/getdate.texi.
44733         (Depends-on): Add setenv, xalloc.
44734
44735 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
44736
44737         * lib/getdate.y: Add support for TZ="foo" within a date string.
44738         Fix some bugs near time_t boundaries.  Reject dates with
44739         out-of-range components, e.g., "Sept 31".
44740         Include <stdlib.h>, "setenv.h", "xalloc.h".
44741         (ISDIGIT_LOCALE): Remove; unused.
44742         Note that the TZ and time functions used here are not reentrant.
44743         (mktime_ok, get_tz): New functions.
44744         (TZBUFSIZE): New constant.
44745         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
44746         This requires that we sometimes generate our own TZ="XXX..." setting.
44747
44748 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
44749
44750         * doc/getdate.texi: New file, from coreutils with modifications for
44751         the new TZ parsing.
44752
44753 2004-10-27  Derek R. Price  <derek@ximbiot.com>
44754
44755         * lib/mktime.c (not_equal_tm): Remove redundant check.
44756
44757 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
44758
44759         * modules/regex (lib_SOURCES): Add regex.c.
44760         Reported by James Youngman in
44761         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
44762
44763 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
44764
44765         * lib/getdate.y: Use Bison 1.875 features, and some minor
44766         code cleanups.  This change does not affect semantics.
44767         Don't include <stdlib.h>; no longer needed.
44768         Don't include unlocked-io.h; only the "#if TEST" code uses
44769         stdio, and performance isn't crucial there.
44770         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
44771         Bison 1.875 features as described below.
44772         All uses of "PC." replaced by "pc->".
44773         (YYSTYPE): Add a forward declaration.
44774         (yylex, yyerror): Use full prototypes in forward decls.
44775         Use "%pure-parser" rather than obsolescent "%pure_parser".
44776         Use %parse-param and %lex-param instead of obsolescent
44777         YYPARSE_PARAM and YYLEX_PARAM.
44778         (meridian_table, month_and_day_table, time_units_table,
44779         relative_time_table, time_zone_table, military_table,
44780         lookup_zone, lookup_word, get_date):
44781         Use NULL instead of 0 where appropriate.
44782         (to_hour): Avoid abort (), to avoid a dependency on
44783         stdlib.h.
44784         (yyerror, yylex): Now accepts parser_control * arg.
44785         (main) [TEST]: Use '\0' rather than 0 for char.
44786
44787 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
44788
44789         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
44790
44791 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
44792
44793         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
44794         It's now the caller's responsibility to handle the case where
44795         !HAVE_GETPAGESIZE && !defined getpagesize.
44796
44797         * lib/mktime.c (leapyear): Arg is long int, not int.
44798
44799 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
44800
44801         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
44802
44803 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
44804
44805         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
44806         missing.  Problem reported by James Youngman.
44807
44808 2004-10-16  Simon Josefsson  <jas@extundo.com>
44809
44810         * gnulib-tool: Fix comments.  Fix parse problem.
44811         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
44812
44813 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
44814
44815         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
44816         implementation of getopt_long.  Problem reported by Alexander Taler in:
44817         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
44818
44819 2004-10-15  Bruno Haible  <bruno@clisp.org>
44820
44821         * gnulib-tool: Untabify. Initialize supplied_libname.
44822         (func_usage): More homogenous output.
44823         (func_modules_transitive_closure, func_modules_to_filelist,
44824         func_emit_lib_Makefile_am): New functions.
44825         (func_import): New function, extracted from big case statement. Use
44826         func_get_license, func_modules_transitive_closure,
44827         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
44828         opt_lgpl. Don't use test -a, as it's not portable.
44829         (func_create_testdir): Use func_modules_transitive_closure,
44830         func_modules_to_filelist, func_emit_lib_Makefile_am.
44831
44832 2004-10-15  Bruno Haible  <bruno@clisp.org>
44833
44834         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
44835
44836 2004-10-15  Bruno Haible  <bruno@clisp.org>
44837
44838         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
44839         the portions belonging to each module.
44840         Suggested by Derek Robert Price <derek@ximbiot.com>.
44841
44842 2004-10-12  Simon Josefsson  <jas@extundo.com>
44843
44844         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
44845         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
44846         to real functions.
44847
44848 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44849
44850         * modules/vsnprintf: New file.
44851
44852 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44853
44854         * m4/vsnprintf.m4: New file.
44855
44856 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44857
44858         * lib/vsnprintf.h: New file.
44859         * lib/vsnprintf.c: New file.
44860
44861 2004-10-11  Bruno Haible  <bruno@clisp.org>
44862
44863         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
44864         vsnprintf.
44865
44866 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
44867
44868         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
44869
44870 2004-10-07  Bruno Haible  <bruno@clisp.org>
44871
44872         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
44873         fits into the provided buffer.
44874
44875 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
44876
44877         * lib/diacrit.c, diacrit.h: Add GPL notice.
44878
44879         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
44880         notice.
44881         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
44882         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
44883         This avoids a potential constant-folding bug.
44884
44885 2004-10-05  Bruno Haible  <bruno@clisp.org>
44886
44887         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
44888         for the declaration of strsep.
44889
44890 2004-10-05  Bruno Haible  <bruno@clisp.org>
44891
44892         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
44893
44894 2004-10-04  Simon Josefsson  <jas@extundo.com>
44895
44896         * modules/memmem: New file.
44897         * tests/test-memmem.c: New file.
44898         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
44899
44900 2004-10-04  Simon Josefsson  <jas@extundo.com>
44901
44902         * m4/memmem.m4: New file.
44903
44904 2004-10-04  Simon Josefsson  <jas@extundo.com>
44905
44906         * lib/memmem.h: New file.
44907         * lib/memmem.c: New file, taken from glibc.
44908
44909 2004-10-04  Simon Josefsson  <jas@extundo.com>
44910
44911         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
44912         '#ifdef USE_UNLOCKED_IO'.
44913
44914 2004-10-04  Simon Josefsson  <jas@extundo.com>
44915
44916         * config/srclist.txt: Add memmem from glibc.
44917
44918 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
44919
44920         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
44921
44922         * modules/argmatch, modules/argp, modules/closeout, modules/error,
44923         modules/exclude, modules/getdate, modules/getline,
44924         modules/getndelim2, modules/getpass, modules/getpass-gnu,
44925         modules/getusershell, modules/linebuffer, modules/md5,
44926         modules/mountlist, modules/posixtm, modules/readtokens,
44927         modules/readutmp, modules/regex, modules/sha1,
44928         modules/version-etc, modules/yesno:
44929         Remove dependency on unlocked-io.
44930
44931 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
44932
44933         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
44934
44935         * m4/unlocked-io.m4: Add copyright notice.
44936         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
44937
44938 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
44939
44940         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
44941         * lib/xmalloc.c (xmemdup): Likewise.
44942         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
44943         XFREE): Remove these long-obsolescent macros.
44944         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
44945         * lib/xstrdup.c: Remove.
44946
44947         * lib/regex.c (re_comp): Cast gettext return value to char *,
44948         Problem reported by Martin Neitzel via Mark D. Baushke.
44949
44950 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
44951
44952         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
44953         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
44954         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
44955         regex.c, sha1.c, version-etc.c, yesno.c:
44956         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
44957         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
44958         the includer's responsibility.
44959
44960         Sync from coreutils.
44961
44962         * lib/modechange.c (mode_compile): Don't decrement a pointer that
44963         points to the start of a string, as the C Standard says the
44964         resulting behavior is undefined.
44965
44966         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
44967         simple -> simple_backups, numbered_existing ->
44968         numbered_existing_backups, numbered -> numbered_backups
44969         to avoid shadowing problems.  All uses changed.
44970         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
44971         * lib/backupfile.c (check_extension, numbered_backup):
44972         Rename locals to avoid shadowing 'basename'.
44973         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
44974         once.
44975
44976         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
44977         * lib/.cvsignore: Add getopt.h.
44978
44979 2004-10-04  Bruno Haible  <bruno@clisp.org>
44980
44981         * modules/README: New file.
44982         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
44983         not a module.
44984
44985 2004-10-02  Jim Meyering  <jim@meyering.net>
44986
44987         * lib/dirfd.h, getpagesize.h: Add copyright notice.
44988
44989 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44990
44991         * modules/strsep: New file.
44992
44993 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44994
44995         * m4/strsep.m4: New file.
44996
44997 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
44998
44999         * lib/strsep.h: New file.
45000         * lib/strsep.c: New file.
45001
45002 2004-10-01  Simon Josefsson  <jas@extundo.com>
45003
45004         * lib/snprintf.c (snprintf): Handle size==0.
45005
45006 2004-10-01  Simon Josefsson  <jas@extundo.com>
45007             Bruno Haible  <bruno@clisp.org>
45008
45009         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
45010         (snprintf): Declare 'args'.
45011
45012 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
45013
45014         * lib/snprintf.c: Remove comments as to why each header is needed.
45015
45016 2004-10-01  Bruno Haible  <bruno@clisp.org>
45017
45018         * MODULES.html.sh: Add strsep.
45019
45020 2004-09-30  Simon Josefsson  <jas@extundo.com>
45021
45022         * modules/snprintf: New file.
45023
45024 2004-09-30  Simon Josefsson  <jas@extundo.com>
45025
45026         * m4/snprintf.m4: New file.
45027
45028 2004-09-30  Simon Josefsson  <jas@extundo.com>
45029
45030         * lib/snprintf.h, lib/snprintf.c: New files.
45031
45032 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
45033
45034         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
45035         (hol_entry_help): Never translate an empty string.
45036         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
45037         * lib/argp.h (OPTION_NO_TRANS): New option.
45038
45039 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
45040
45041         * modules/argp (Maintainer): Replace Simon Josefsson
45042         by Sergey Poznyakoff.
45043
45044 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
45045
45046         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
45047         changes merged back into glibc.
45048
45049 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
45050
45051         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
45052
45053 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
45054
45055         * lib/xvasprintf.c: Include xalloc.h.
45056         (xvasprintf): Use xalloc_die, not xmalloc_die.
45057
45058 2004-09-29  Bruno Haible  <bruno@clisp.org>
45059
45060         * modules/alloca-opt: New file, derived from modules/alloca.
45061         * modules/allocsa: Depend on alloca-opt instead of alloca.
45062         * modules/setenv: Likewise.
45063         * modules/vasnprintf: Likewise.
45064         * MODULES.html.sh: Add alloca-opt.
45065
45066 2004-09-28  Simon Josefsson  <jas@extundo.com>
45067
45068         * gnulib-tool: New parameter --lgpl, to asseert that modules are
45069         LGPL, and to replace license template from GPL to LGPL.
45070
45071 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
45072
45073         * modules/dummy: Change license to LGPL.
45074
45075 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
45076
45077         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
45078
45079 2004-09-24  Simon Josefsson  <jas@extundo.com>
45080
45081         * modules/minmax (License): Change from GPL to LGPL.
45082
45083 2004-09-23  Simon Josefsson  <jas@extundo.com>
45084
45085         * gnulib-tool (--import): Typo.
45086
45087 2004-09-23  Simon Josefsson  <jas@extundo.com>
45088
45089         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
45090
45091 2004-09-22  Bruno Haible  <bruno@clisp.org>
45092
45093         * modules/*: Add 'License' field.
45094         * gnulib-tool: Accept --extract-license option.
45095         (func_get_license): New function.
45096
45097 2004-09-21  Bruno Haible  <bruno@clisp.org>
45098
45099         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
45100         Reported by Simon Josefsson.
45101
45102 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
45103
45104         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
45105         gl_AC_TYPE_LONG_LONG.
45106
45107 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
45108
45109         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
45110
45111 2004-09-18  Simon Josefsson  <jas@extundo.com>
45112         and  Paul Eggert  <eggert@cs.ucla.edu>
45113
45114         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
45115         calls with autoreconf.  Define GL_LIB.
45116
45117 2004-09-14  Karl Berry  <karl@gnu.org>
45118
45119         * config/srclist.txt: unsync setenv.c, sigh.
45120
45121 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
45122
45123         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
45124         Problem reported by Bruno Haible in:
45125         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
45126
45127 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
45128
45129         * config/srclist.txt: Comment out argp-pvh.c.
45130
45131 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
45132
45133         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
45134         in case some system header has #define'd it.  Problem reported by
45135         Soeren D. Schulze in
45136         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
45137
45138 2004-09-09  Karl Berry  <karl@gnu.org>
45139
45140         * regex.[ch]: delete from the root.  These were supposed to be
45141                 synced with emacs cvs, but this has not happened for about
45142                 a year, and anyway nothing else uses emacs regex.[ch].
45143                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
45144                 lib/regex[.ch] is untouched.
45145
45146 2004-09-09  Bruno Haible  <bruno@clisp.org>
45147
45148         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
45149
45150 2004-09-09  Bruno Haible  <bruno@clisp.org>
45151
45152         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
45153         modifications.
45154         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
45155
45156 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
45157
45158         * modules/xvasprintf: New file.
45159         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
45160
45161 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
45162
45163         * lib/xvasprintf.h: New file.
45164         * lib/xvasprintf.c: New file.
45165         * lib/xasprintf.c: New file.
45166
45167 2004-09-08  Bruno Haible  <bruno@clisp.org>
45168
45169         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
45170
45171 2004-09-08  Bruno Haible  <bruno@clisp.org>
45172
45173         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
45174         length is > INT_MAX.
45175         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
45176         more.
45177
45178 2004-09-08  Bruno Haible  <bruno@clisp.org>
45179
45180         * lib/stdint_.h: New file, taken from GNU clisp.
45181
45182 2004-09-08  Bruno Haible  <bruno@clisp.org>
45183             Oskar Liljeblad  <oskar@osk.mine.nu>
45184
45185         * modules/stdint: New file.
45186         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
45187
45188 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45189
45190         Import from coreutils.
45191         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
45192         strings on unbounded length.  alloca's performance benefits aren't
45193         that important here.
45194         (V_STRDUP): Remove.
45195         (parse_with_separator): New function, with most of the internals
45196         of the old parse_user_spec.  Allow user to omit both user and group,
45197         for compatibility with FreeBSD.
45198         Clone only the user name, not the entire spec.
45199         Do not set *uid, *gid unless entirely successful.
45200         Avoid memory leak in some failing cases.
45201         Fix regression for USER.GROUP reported by Dmitry V. Levin in
45202         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
45203         (parse_user_spec): Rewrite to use parse_with_separator.
45204
45205 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45206
45207         * modules/userspec: Don't depend on alloca.
45208
45209 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45210
45211         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
45212
45213 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45214
45215         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
45216         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
45217         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
45218
45219 2004-08-16  Simon Josefsson  <jas@extundo.com>
45220
45221         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
45222         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
45223         Add --dry-run for --import.
45224         Let user provided command line parameters override configure.ac
45225         settings.
45226
45227 2004-08-12  Simon Josefsson  <jas@extundo.com>
45228
45229         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
45230         as discussed with Paul Eggert in threads rooted at
45231         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
45232         and
45233         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
45234         Before, the test was empty, and relied on ELIDE_CODE in source
45235         code.)
45236         (gl_PREREQ_GETOPT): New macro.
45237         (gl_GETOPT): Use them.
45238
45239 2004-08-12  Simon Josefsson  <jas@extundo.com>
45240
45241         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
45242         * lib/getopt_.h: Renamed from getopt.h.
45243
45244 2004-08-12  Simon Josefsson  <jas@extundo.com>
45245
45246         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
45247         Change default library name from libfoo to libgnu.
45248         Now, if you have a configure.ac that says:
45249                 gl_SOURCE_BASE(gl)
45250                 gl_M4_BASE(gl/m4)
45251                 gl_MODULES(error getopt etcetera)
45252                 gl_INIT
45253         you can import all you need by running:
45254                 ../gnulib/gnulib-tool --import
45255
45256         * modules/getopt (Files): Rename getopt.h to getopt_.h.
45257         (Makefile.am): Rewrite, use logic from argz.
45258         (Include): Use <getopt.h> instead of "getopt.h".
45259
45260 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
45261
45262         * modules/argp (Files): Add m4/unlocked-io.m4.
45263         (Depends-on): Add extensions.
45264
45265 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
45266
45267         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
45268         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
45269         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
45270         Check for program_invocation_name, program_invocation_short_name,
45271         flockfile, funlockfile, features.h, _getopt_long_only_r.
45272
45273 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
45274
45275         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
45276         its complicated substitute.
45277         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
45278         and program_invocation_name.
45279         (__argp_basename) [!_LIBC]: Remove; the only use was
45280         replaced by its body.
45281         (__argp_short_program_name): Change condition from
45282         !defined __argp_short_program_name to
45283         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
45284         to match argp-namefrob.h.
45285         (__argp_failure): Don't assume strerror_r returns char *.
45286         * lib/argp-parse.c (N_): Define unconditionally.
45287         (argp_default_options): Fill out initializers with 0 to avoid
45288         gcc warnings.
45289
45290 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
45291
45292         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
45293         getopt1.c.
45294
45295 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45296
45297         Merge from coreutils.
45298
45299         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
45300
45301         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
45302         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
45303
45304 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45305
45306         Merge from coreutils.
45307
45308         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
45309         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
45310         for Reliant Unix 5.43.
45311
45312         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
45313         (union fooround): Use uintmax_t, not long int.
45314         The rest is a merge from libc:
45315         [defined _LIBC]: Include <shlib-compat.h>.
45316         (_obstack) [defined _LIBC]: Remove after 2.3.4.
45317
45318         * lib/settime.c (settime): Recode to avoid warning with
45319         Sun Forte C 6U2.
45320
45321         * lib/strverscmp.c: Convert to UTF-8.
45322
45323 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45324
45325         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
45326         m4/uintmax_t.m4.
45327
45328 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45329
45330         * modules/xalloc-die: New file.
45331         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
45332
45333         * modules/md5 (Files): Add m4/uint32_t.m4.
45334         * modules/sha1: Renamed from modules/sha.
45335         (Files):
45336         Rename lib/sha.h to lib/sha1.h.
45337         Rename lib/sha.c to lib/sha1.c.
45338         Rename m4/sha.m4 to m4/sha1.m4.
45339         (lib_SOURCES): Likewise.
45340         (configure.ac): Rename gl_SHA to gl_SHA1.
45341         (Include): sha.h -> sha1.h.
45342
45343 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45344
45345         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
45346         * m4/sha1.m4: Renamed from sha.m4.
45347         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
45348
45349 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45350
45351         * lib/obstack.h (obstack_empty_p):
45352         Don't assume that chunk->contents is suitably aligned.
45353         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
45354         Likewise. Problem reported by Benno in
45355         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
45356
45357         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
45358         readable.  This could be improved further but it'd take some work.
45359
45360 2004-08-08  Simon Josefsson  <jas@extundo.com>
45361
45362         * modules/xgethostname (Depends-on): Remove exit and error (not
45363         used).
45364
45365         * modules/getpass-gnu: Add getpass.h.
45366         (Depends-on): Add stdbool.
45367         * modules/getpass: Add getpass.h.
45368
45369 2004-08-08  Simon Josefsson  <jas@extundo.com>
45370
45371         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
45372         Check getpass declaration.
45373
45374 2004-08-08  Simon Josefsson  <jas@extundo.com>
45375
45376         * lib/xgethostname.c: Don't include error.h (not used).
45377
45378         * lib/getpass.h: Add.
45379         * lib/getpass.c: Include getpass.h first.
45380
45381 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
45382
45383         * lib/xalloc-die.c: New file.
45384         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
45385         All uses removed.
45386         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
45387         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
45388         xalloc-die.c.
45389         (_, N_, xalloc_die): Move to xalloc-die.c.
45390         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
45391         so that we needn't mess with xalloc_msg_memory_exhausted.
45392
45393         * lib/sha1.h: Renamed from sha.h.
45394         (SHA1_H): Renamed from _SHA_H.
45395         (sha1_ctx): Renamed from sha_ctx.
45396         (sha1_init_ctx): Renamed from sha_init_ctx.
45397         (sha1_process_block): Renamed from sha_process_block.
45398         (sha1_process_bytes): Renamed from sha_process_bytes.
45399         (sha1_finish_ctx): Renamed from sha_finish_ctx.
45400         (sha1_read_ctx): Renamed from sha_read_ctx.
45401         (sha1_stream): Renamed from sha_stream.
45402         (sha1_buffer): Renamed from sha_buffer.
45403         * lib/sha1.c: Likewise; renamed from sha.c.
45404         Do not include <sys/types.h>.
45405         Include <stddef.h> rather than <stdlib.h>.
45406
45407 2004-08-08  Bruno Haible  <bruno@clisp.org>
45408
45409         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
45410         FILESYSTEM_PREFIX_LEN.
45411         * lib/progreloc.c: Likewise.
45412         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
45413
45414 2004-08-06  Simon Josefsson  <jas@extundo.com>
45415
45416         * modules/progname (Depends-on): Don't depend on stdbool.
45417
45418 2004-08-06  Simon Josefsson  <jas@extundo.com>
45419
45420         * modules/getsubopt: New file.
45421         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
45422         getsubopt.
45423
45424 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
45425
45426         More merge from coreutils.
45427
45428         * m4/utimens.m4, m4/utimecmp.m4: New files.
45429         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
45430         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
45431         prereq.m4, sha.m4: Import changes from coreutils.
45432
45433 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
45434
45435         More merge from coreutils.
45436         * modules/raise, modules/readtokens0, modules/utimens:
45437         * modules/utimecmp, module/xnanosleep: New files.
45438         * modules/strftime: Add lib/strftime.h.
45439         Change include from <time.h> to "strftime.h".
45440         * modules/yesno: Add lib/yesno.h.
45441         * modules/backupfile: Remove lib/addext.c.
45442         * modules/euidaccess: Add stat-macros.h.
45443         * modules/canonicalize, modules/euidaccess,
45444         modules/filemode, modules/lchown, modules/makepath,
45445         modules/rmdir, modules/stat: Likewise.
45446
45447 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
45448
45449         Merge from tar.
45450         * lib/argp-help.c (make_hol, hol_append): Don't assume that
45451         SIZE_MAX is a valid preprocessor constant.
45452         (__argp_basename): Change from "#ifndef _LIBC"
45453         to "#ifndef __argp_short_program_name", so that
45454         we don't compile these functions for tar.
45455
45456         More merges from coreutils.
45457         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
45458         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
45459         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
45460         * lib/addext.c: Remove; no longer needed.
45461         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
45462         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
45463         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
45464         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
45465         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
45466         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
45467         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
45468         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
45469         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
45470         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
45471         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
45472         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
45473         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
45474         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
45475         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
45476         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
45477         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
45478         Import changes from coreutils.
45479
45480 2004-08-05  Simon Josefsson  <jas@extundo.com>
45481
45482         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
45483
45484 2004-08-05  Simon Josefsson  <jas@extundo.com>
45485
45486         * m4/getsubopt.m4: New file.
45487
45488 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
45489
45490         Merge from coreutils.
45491
45492         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
45493         * m4/getcwd-path-max.m4: New files.
45494
45495         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
45496         FILESYSTEM_PREFIX_LEN ->
45497         FILE_SYSTEM_PREFIX_LEN.
45498         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
45499         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
45500         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
45501         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
45502
45503         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
45504         prerequisite modules now handle the DOS stuff.
45505         Don't check for unistd.h.
45506
45507 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
45508
45509         Merge from coreutils.
45510
45511         * lib/.gdb-history: Remove; this doesn't belong here.
45512
45513         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
45514         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
45515         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
45516         * lib/getcwd.c: New files.
45517
45518         * lib/dirname.h: Include <stdbool.h>.
45519         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
45520         for consistency with POSIX terminology.  All uses changed.
45521         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
45522         (strip_trailing_slashes): Use bool for booleans.
45523         * lib/stripslash.c (strip_trailing_slashes): Likewise.
45524
45525         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
45526         sometimes returns a positive errno value even when it succeeds.
45527         (print_errno_message) [!LIBC]: Fall back on strerror if
45528         __strerror_r fails.
45529
45530         * lib/path-concat.c (mempcpy): Don't define if a system header defines
45531         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
45532         (longest_relative_suffix): New function.
45533         (path_concat): Use it.  Assume first argument is not NULL.
45534         Port to DOS.  Omit redundant separators.
45535         Report an error instead of returning NULL.
45536         Use mempcpy instead of memcpy.
45537         (xpath_concat): Remove: not declared or used.
45538
45539         * lib/same.h: Include <stdbool.h>
45540         (same_name): Return bool, not int.
45541         * lib/same.c (same_name): Likewise.
45542         (errno): Don't declare; we assume C89 or better now.
45543
45544         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
45545         if not already defined.
45546
45547         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
45548         * lib/dup-safer.c (errno): Likewise.
45549
45550 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
45551
45552         Merge from coreutils.
45553         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
45554         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
45555         * modules/path-concat: Don't depend on strdup.
45556
45557 2004-08-03  Simon Josefsson  <jas@extundo.com>
45558
45559         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
45560         * lib/progname.h: Don't include stdbool.h.
45561
45562 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
45563
45564         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
45565         * MODULES.html.sh (func_all_modules): Remove fatal.
45566
45567 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
45568
45569         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
45570
45571 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
45572
45573         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
45574         working.
45575
45576 2004-08-02  Simon Josefsson  <jas@extundo.com>
45577
45578         * lib/getsubopt.h: New file, with comments from Bruno Haible.
45579         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
45580         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
45581
45582 2004-08-01  Simon Josefsson  <jas@extundo.com>
45583
45584         * lib/xgetdomainname.c: Include stdlib.h, for free().
45585
45586 2004-07-19  Bruno Haible  <bruno@clisp.org>
45587
45588         * MODULES.html.sh (func_all_modules): Add dummy.
45589
45590 2004-07-16  Simon Josefsson  <jas@extundo.com>
45591
45592         * modules/dummy: New file.
45593
45594 2004-07-16  Simon Josefsson  <jas@extundo.com>
45595
45596         * lib/dummy.c: New file.
45597
45598 2004-07-16  Bruno Haible  <bruno@clisp.org>
45599
45600         * lib/backupfile.h: Add extern "C" for C++.
45601         * lib/closeout.h: Likewise.
45602         * lib/copy-file.h: Likewise.
45603         * lib/findprog.h: Likewise.
45604         * lib/full-write.h: Likewise.
45605         * lib/pathname.h: Likewise.
45606         * lib/progname.h: Likewise.
45607         * lib/stpcpy.h: Likewise.
45608         * lib/stpncpy.h: Likewise.
45609         * lib/strcase.h: Likewise.
45610         * lib/strstr.h: Likewise.
45611         * lib/xalloc.h: Likewise.
45612
45613         * lib/mbswidth.h: Add extern "C" for C++.
45614         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
45615
45616 2004-07-13  Robert Millan  <robertmh@gnu.org>
45617
45618         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
45619
45620 2004-07-09  Simon Josefsson  <jas@extundo.com>
45621
45622         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
45623         failed without this.)
45624
45625 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45626
45627         * modules/chown (Files): Add lib/fchown-stub.c, since
45628         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
45629
45630 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45631
45632         * lib/fchown-stub.c: New file.
45633
45634 2004-06-24  Jim Meyering  <jim@meyering.net>
45635
45636         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
45637
45638 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
45639
45640         * modules/argz: Omit "#include".
45641
45642         * MODULES.html.sh (func_all_modules): Add calloc, to match
45643         2004-06-01 addition of calloc module.
45644
45645 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
45646
45647         * m4/argz.m4: New file, which is autoupdated from libtool.
45648
45649 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
45650
45651         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
45652         libtool.
45653
45654 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
45655
45656         * config/srclist-update: Don't insist on "USA." before the
45657         close-comment, as libtool omits the period and puts the */ on a
45658         separate line.
45659         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
45660         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
45661
45662 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
45663
45664         * modules/argz: New file.
45665         * MODULES.html.sh (func_all_modules): Add argz.
45666
45667 2004-06-12  Jim Meyering  <jim@meyering.net>
45668         and  Paul Eggert  <eggert@cs.ucla.edu>
45669
45670         * modules/hash (Files): Add lib/xalloc.h.
45671         * modules/pipe (Depends-on): Add wait-process.
45672         * modules/stat (Depends-on): Add xalloc.
45673         * modules/userspec (Files): Add lib/userspec.h.
45674         * modules/xstrto
45675
45676         Upgrade from gettext-0.13.
45677         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
45678         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
45679         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
45680
45681 2004-06-10  Jim Meyering  <jim@meyering.net>
45682
45683         * lib/calloc.c: New file.
45684
45685 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
45686
45687         * lib/getdate.y (yylex): Allow space between sign and number.
45688         Problem reported by Dan Jacobson.
45689
45690 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
45691
45692         Merge from coreutils CVS.
45693
45694         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
45695         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
45696         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
45697         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
45698         xstrtol.m4: Fix copyright date and/or serial number.
45699
45700         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
45701         See if we need an fchown replacement.
45702         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
45703         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
45704         and use the replacement function if we detect either defect.
45705
45706         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
45707         gl_UTIMECMP.
45708
45709 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
45710         and  Jim Meyering  <jim@meyering.net>
45711
45712         Merge from coreutils CVS.
45713
45714         * lib/stat-macros.h: New file, with contents from file-type.h
45715         and coreutils' system.h.
45716         * lib/file-type.c: Include "stat-macros.h".
45717         * lib/file-type.h (file_type): Move all macro definitions to new file,
45718         stat-macros.h.
45719
45720         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
45721         Wrap old code with this conditional.
45722         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
45723         function that does not dereference symlinks.
45724         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
45725
45726         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
45727         dependency problems.
45728         (xreadlink): Accept new arg SIZE, for efficiency.
45729         All decls and uses changed.
45730         * lib/xreadlink.h: Include <stddef.h>, for size_t.
45731
45732         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
45733         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
45734
45735         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
45736         sysexits.h.
45737
45738 2004-06-01  Jim Meyering  <jim@meyering.net>
45739
45740         * m4/calloc.m4: New file.
45741
45742 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
45743
45744         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
45745         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
45746         Also, fix a typo in a diagnostic.
45747
45748 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
45749
45750         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
45751         or AC_FUNC_REALLOC.
45752
45753 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
45754
45755         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
45756         macros to be defined.
45757         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
45758         the allocator returns NULL because the requested size is zero.
45759
45760 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
45761
45762         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
45763         var.  Add comment explaining why libc still defines it.  This
45764         merges the following patch from glibc:
45765         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
45766
45767 2004-05-20  Andreas Schwab  <schwab@suse.de>
45768
45769         * m4/free.m4: Replace free if it not known to work, not the other
45770         way round.
45771
45772 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
45773
45774         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
45775         present in glibc since revision 1.1 of this file.
45776         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
45777         obstack_alignment_mask, obstack_alloc, obstack_base,
45778         obstack_blank, obstack_blank_fast, obstack_chunk_size,
45779         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
45780         obstack_grow0, obstack_init, obstack_int_grow,
45781         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
45782         obstack_next_free, obstack_object_size, obstack_ptr_grow,
45783         obstack_ptr_grow_fast, obstack_room): Remove declarations of
45784         nonexistent functions.
45785
45786 2004-05-18  Karl Berry  <karl@gnu.org>
45787
45788         * config/srclist.txt: break link for vasnprintf.c.
45789
45790 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
45791
45792         Port obstack to the AS/400, where pointers are 16 bytes wide and
45793         you cannot cast an integer to a valid pointer.  This patch is
45794         currently waiting to be integrated into glibc; see
45795         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
45796
45797         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
45798         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
45799         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
45800         (struct obstack): temp member is now a union of a pointer and
45801         an integer, instead of an integer.  All integer uses changed.
45802         This does not affect the physical layout of struct obstack,
45803         except on hosts (like the AS/400) where the size or alignment of
45804         void * is greater than that of ptrdiff_t.
45805         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
45806         __STDC__)]: Store temporary in pointer member of union, not
45807         integer member.
45808         * lib/obstack.c: Include <stddef.h>, for offsetof.
45809         (struct fooalign): Remove; it doesn't need a name.
45810         (union fooround): Change double to long double, and add void *.
45811         (DEFAULT_ALIGNMENT): Use offsetof to compute.
45812         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
45813         not a macro.  Hence the values are always int; so remove all
45814         casts-to-int in uses.
45815
45816 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
45817
45818         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
45819         we can get this patch merged into glibc.
45820
45821 2004-05-17  Derek R. Price  <derek@ximbiot.com>
45822             Paul Eggert  <eggert@cs.ucla.edu>
45823
45824         * m4/argp: Depend on alloca.
45825
45826 2004-05-17  Derek R. Price  <derek@ximbiot.com>
45827             Paul Eggert  <eggert@cs.ucla.edu>
45828
45829         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
45830         freecoding.
45831
45832 2004-05-17  Bruno Haible  <bruno@clisp.org>
45833
45834         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
45835         precision that consists of a '.' followed by an empty digit string.
45836         Patch by Tor Lillqvist <tml@iki.fi>.
45837
45838 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
45839
45840         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
45841         for backward compatibility with older code.  We need our own
45842         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
45843         it under some other name, and our alloca.h will define it.
45844
45845 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
45846             Derek Price  <derek@ximbiot.com>
45847
45848         * lib/alloca.c: Include <alloca.h>, to get our interface.
45849         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
45850         include <alloca.h> first.  Use C89 prototype for alloca; this
45851         requires including <stddef.h> for size_t.  Use extern "C" if C++.
45852         Use #elif for simplicity, since we can assume C89 now.
45853         Don't try to source the system alloca.h since it will not be found
45854         and to prevent recursively including its replacement.
45855         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
45856         * lib/regex.c: Likewise.
45857
45858 2004-05-16  Derek Price  <derek@ximbiot.com>
45859             Paul Eggert  <eggert@cs.ucla.edu>
45860
45861         getline cleanup.  This changes the getndelim2 API: both order of
45862         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
45863         no delimiter).
45864
45865         * lib/getline.c: Don't include stddef.h or stdio.h, since our
45866         interface does that.
45867         (getline): Always use getdelim, so that we don't have two
45868         copies of this code.
45869         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
45870         if available.
45871         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
45872         (GETNDELIM2_MAXIMUM): New macro.
45873         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
45874         instead of the old practice of delim2==0.  All callers changed.
45875         Return -1 on overflow, instead of returning junk.
45876         Do not set *linesize unless allocation succeeds.
45877         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
45878         that we include sys/types.h.
45879         * lib/getnline.h: Likewise.
45880         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
45881         (getndelim2): Reorder arguments.
45882         * lib/getnline.c (getnline, getndelim):
45883         Don't discard the NMAX argument.
45884         (getnline): Invoke getndelim, to avoid code duplication.
45885         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
45886         of (size_t) -1 by callers of the getnline family.
45887
45888 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
45889
45890         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
45891         Check for gettimeofday.
45892         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
45893         Check for settimeofday, stime.
45894
45895 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
45896
45897         * lib/nanosleep.c (suspended): Change its type from int to
45898         sig_atomic_t volatile.
45899         (first_call): Make it private to rpl_nanosleep, and have it
45900         be zero initially as that's a bit faster.
45901         (my_usleep): Round up fractional times instead of truncating them,
45902         as this is the usual meaning for 'sleep'.
45903
45904         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
45905         doesn't work.
45906         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
45907         (ENOSYS): Define if not defined.
45908         (settime): Fall back on stime if it exists and settimeofday fails.
45909         But don't bother with fallbacks if a method fails with errno == EPERM.
45910
45911 2004-05-11  Jim Meyering  <jim@meyering.net>
45912
45913         Prior to this change, the save_cwd caller required read access to the
45914         current directory on most systems (ones with the fchdir function).
45915
45916         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
45917         fails, try write-only, and finally, resort to using xgetcwd.
45918
45919 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
45920
45921         * lib/obstack.c, obstack.h: Import changes from libc.
45922
45923 2004-04-28  Bruno Haible  <bruno@clisp.org>
45924
45925         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
45926         also implicitly appends .exe to executables.
45927         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
45928         accepts Windows pathnames.
45929         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
45930         Treat Cygwin like Windows, since it now accepts Windows pathnames.
45931         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
45932         Treat Cygwin like Windows, since it now accepts Windows pathnames.
45933         Reported by Derek Robert Price <derek@ximbiot.com>.
45934
45935 2004-04-21  Karl Berry  <karl@gnu.org>
45936
45937         * config/srclist.txt (localcharset.c): break sync.
45938
45939 2004-04-20  Paul Eggert  <eggert@twinsun.com>
45940
45941         * m4/host-os.m4: Add a copyright notice.
45942
45943 2004-04-20  Jim Meyering  <jim@meyering.net>
45944
45945         Change UTILS_ to gl_ in AC_DEFINE'd names.
45946         Change utils_- and jm_-prefixed variables, too.
45947         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
45948         UTILS_FUNC_MKDIR_TRAILING_SLASH.
45949         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
45950
45951         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
45952         Don't emit trailing blanks.
45953         Also rename jm_-prefixed variables to have gl_ prefix.
45954
45955         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
45956         Also rename jm_-prefixed variables to have gl_ prefix.
45957
45958         * m4/jm-macros.m4: Reflect the renamings.
45959         * m4/prereq.m4: Likewise.
45960
45961 2004-04-20  Jim Meyering  <jim@meyering.net>
45962
45963         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
45964         memory.
45965
45966 2004-04-20  Jim Meyering  <jim@meyering.net>
45967             Bruno Haible  <bruno@clisp.org>
45968
45969         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
45970         memory when realloc fails.
45971
45972 2004-04-19  Jim Meyering  <jim@meyering.net>
45973
45974         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
45975         now that readutmp.c may call `free (0)'.
45976
45977 2004-04-19  Bruno Haible  <bruno@clisp.org>
45978
45979         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
45980         * m4/inttypes_h.m4: Likewise.
45981         * m4/stdint_h.m4: Likewise.
45982         * m4/intmax_t.m4: Likewise.
45983         * m4/uintmax_t.m4: Likewise.
45984
45985 2004-04-18  Jim Meyering  <jim@meyering.net>
45986
45987         * m4/prereq.m4: Don't forbid jm_ prefix.
45988
45989         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
45990         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
45991         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
45992         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
45993         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
45994         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
45995         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
45996         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
45997         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
45998         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
45999         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
46000         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
46001         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
46002         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
46003         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
46004         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
46005         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
46006         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
46007         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
46008
46009 2004-04-18  Jim Meyering  <jim@meyering.net>
46010
46011         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
46012         failure, don't leak memory and do call END_UTMP_ENT.
46013
46014 2004-04-16  Jim Meyering  <jim@meyering.net>
46015
46016         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
46017         coreutils' stat program.
46018         (gl_PREREQ): Don't require jm_PREREQ_STAT.
46019
46020 2004-04-11  Paul Eggert  <eggert@twinsun.com>
46021
46022         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
46023         C89.
46024         (CHAR_BIT): Remove, since we assume C89.
46025         Include <stdint.h> if available, as per current Autoconf CVS advice.
46026
46027 2004-03-31  Jim Meyering  <jim@meyering.net>
46028
46029         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
46030         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
46031         * m4/xalloc.m4: Likewise.
46032
46033 2004-03-30  Paul Eggert  <eggert@twinsun.com>
46034
46035         Merge from coreutils.
46036
46037         * m4/inttostr.m4: New file.
46038         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
46039         Require AM_STDBOOL_H and gl_TIMESPEC instead.
46040         Require gl_CLOCK_TIME.
46041         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
46042
46043 2004-03-30  Paul Eggert  <eggert@twinsun.com>
46044
46045         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
46046         not bool, to be more consistent with Unix conventions.
46047         Suggested by Bruno Haible.
46048
46049         Merge from coreutils.
46050
46051         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
46052         * lib/umaxtostr.c: New files.
46053
46054         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
46055         the usual <time.h> dance.
46056         (get_date): Change signature to support fractional time stamps.
46057         All callers changed.
46058         * lib/getdate.y: Include "getdate.h" first, as we can now
46059         assume C89 and don't need to worry about 'const'.
46060         Similarly, include "unlocked-io.h" near start, not in middle.
46061         Include <limits.h>.
46062         (textint.value): Use long int rather than int.
46063         (textint.digits): Use size_t rather than int.
46064         (BILLION, LOG10_BILLION): New constants.
46065         (parser_control): New member rel_ns.  Members day_ordinal,
46066         time_zone, month, day, hour, minutes, rel_year, rel_month,
46067         rel_day, rel_hour, rel_minutes, rel_seconds
46068         are now long int, not int.  Member seconds is now struct timespec,
46069         not int.  New member timespec_seen.  Members dates_seen, days_seen,
46070         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
46071         not int.
46072         (%union.intval): Now long int, not int.
46073         New member timespec.
46074         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
46075         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
46076         (spec): Now is a timespec or an item list.
46077         (timespec, items): New nonterminals.
46078         (time, rel, relunit, number, get_date):
46079         Add support for fractional seconds.
46080         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
46081         (gmtime, localtime, mktime): Remove decls; not needed with C89.
46082         (to_hour): First arg is now long int, not int.
46083         (to_year): Returns long int, not int.
46084         Don't treat year -70 like 70.
46085         (tm_diff): Returns long int, not int.
46086         (lookup_word): Use bool instead of int when appropriate.
46087         (yylex): Use size_t for count, not int.
46088         Detect overflow when parsing large integer constants.
46089         Add support for fractions.
46090         (get_date): Make pointers 'const' if possible.
46091         Use more-portable code to detect integer overflow.
46092         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
46093         Don't use ctime; it's not reliable if the year has >4 digits.
46094
46095         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
46096         This is for compatibility with BSD.
46097
46098         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
46099         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
46100         From coreutils' system.h.
46101
46102         * lib/userspec.c: Don't include "posixver.h".
46103         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
46104         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
46105         compatible extension.  Simplify code by removing a boolean int
46106         that was always nonzero if a string was nonnull.
46107
46108 2004-03-30  Jim Meyering  <jim@meyering.net>
46109
46110         Merge from coreutils.
46111
46112         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
46113         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
46114         on some systems one must include <grp.h> before it.
46115         Reported by Christian Krackowizer.
46116
46117 2004-03-30  Jim Meyering  <jim@meyering.net>
46118
46119         Merge from coreutils.
46120
46121         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
46122
46123         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
46124         an empty input stream.
46125
46126         * lib/readtokens.c: Include <stdbool.h>.
46127         (readtoken): Use `size_t' rather than int/long.
46128         All callers adjusted.
46129         Use `bool' rather than `int' where appropriate.
46130         Use memset rather than an explicit loop.
46131         Use x2nrealloc rather than xrealloc.
46132         Allow the use of `\0' as a delimiter.
46133         (readtokens): Likewise.
46134         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
46135
46136 2004-03-30  Jim Meyering  <jim@meyering.net>
46137
46138         * m4/realloc.m4: Remove file, since now it does no more than
46139         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
46140         the `configure.ac' section of module/realloc.
46141         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
46142
46143 2004-03-30  Bruno Haible  <bruno@clisp.org>
46144
46145         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
46146         nonnull.
46147
46148 2004-03-29  Paul Eggert  <eggert@twinsun.com>
46149
46150         Merge changes to getloadavg.c from coreutils and Emacs.
46151
46152         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
46153         Define to an expression, not to the empty string.
46154         Include cloexec.h and xalloc.h.
46155         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
46156         Use set_cloexec_flag rather than rolling our own.
46157         * lib/cloexec.c, lib/cloexec.h: New files.
46158
46159 2004-03-29  Paul Eggert  <eggert@twinsun.com>
46160
46161         * m4/cloexec.m4: New file.
46162
46163 2004-03-18  Paul Eggert  <eggert@twinsun.com>
46164
46165         * lib/getopt.h: Sync with libc CVS.
46166
46167 2004-03-18  Paul Eggert  <eggert@twinsun.com>
46168             Bruno Haible  <bruno@clisp.org>
46169
46170         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
46171         mbswidth.
46172
46173 2004-03-18  Paul Eggert  <eggert@twinsun.com>
46174             Bruno Haible  <bruno@clisp.org>
46175
46176         * lib/mbswidth.h: Include <wchar.h> only if
46177         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
46178         <wchar.h>.
46179         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
46180
46181 2004-03-09  Paul Eggert  <eggert@twinsun.com>
46182
46183         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
46184         Sync with libc CVS.
46185         * lib/getopt_int.h: New file, also synced from libc.
46186
46187 2004-03-09  Paul Eggert  <eggert@twinsun.com>
46188
46189         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
46190         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
46191         Bring back getopt.c, getopt.h, getopt1.c.
46192
46193 2004-03-07  Paul Eggert  <eggert@twinsun.com>
46194
46195         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
46196         All uses changed.  Check for sa_sigaction member; this fixes
46197         a bug first reported by Jason Andrade in
46198         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
46199
46200 2004-03-07  Paul Eggert  <eggert@twinsun.com>
46201
46202         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
46203         '#if' expressions.  Unlike the code it replaces, it does not
46204         depend on (defined _SC_PAGESIZE).  However, it does depend on
46205         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
46206         first reported by Jason Andrade in
46207         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
46208
46209 2004-02-25  Simon Josefsson  <jas@extundo.com>
46210
46211         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
46212
46213 2004-02-25  Simon Josefsson  <jas@extundo.com>
46214
46215         * lib/strdup.h: New file.
46216         * lib/strdup.c: Include it.
46217         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
46218         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
46219
46220 2004-02-23  Karl Berry  <karl@gnu.org>
46221
46222         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
46223         (from fencepost.gnu.org:/gd/gnuorg).
46224
46225 2004-02-23  Karl Berry  <karl@gnu.org>
46226
46227         * config/srclistvars.sh (GNUORG) [karl]: redefine.
46228         * config/srclist.txt: add maintain/standards documents.
46229
46230 2004-02-18  Bruno Haible  <bruno@clisp.org>
46231
46232         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
46233         Reported by Derek Robert Price <derek@ximbiot.com>.
46234
46235 2004-02-16  Karl Berry  <karl@gnu.org>
46236
46237         * config/mkinstalldirs, install-sh: update from automake.
46238
46239 2004-02-06  Karl Berry  <karl@gnu.org>
46240
46241         * m4/po.m4: update from gettext 0.14.1.
46242
46243 2004-02-06  Karl Berry  <karl@gnu.org>
46244
46245         * lib/config.charset: update from gettext 0.14.1.
46246
46247 2004-02-05  Paul Eggert  <eggert@twinsun.com>
46248
46249         Add comments and code, prompted by suggestions from Bruno Haible
46250         for sh-quote.
46251         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
46252         describing the enum quoting_style values.
46253         * lib/quotearg.c (quotearg_alloc): New function.
46254         (quotearg_buffer_restyled): Treat lone { and } as special.
46255         Treat = as special.  Work around bug with older shells
46256         that "see" a '\' that is really the 2nd byte of a multibyte char.
46257         Quote empty string with shell_quoting_style.
46258
46259 2004-02-03  Bruno Haible  <bruno@clisp.org>
46260
46261         * m4/pipe.m4: New file, from GNU gettext.
46262
46263 2004-02-03  Bruno Haible  <bruno@clisp.org>
46264
46265         * lib/pipe.h: New file, from GNU gettext.
46266         * lib/pipe.c: New file, from GNU gettext.
46267
46268 2004-01-27  Bruno Haible  <bruno@clisp.org>
46269
46270         * m4/execute.m4: New file, from GNU gettext.
46271
46272 2004-01-27  Bruno Haible  <bruno@clisp.org>
46273
46274         * lib/execute.h: New file, from GNU gettext.
46275         * lib/execute.c: New file, from GNU gettext.
46276         * lib/w32spawn.h: New file, from GNU gettext.
46277
46278 2004-01-24  Paul Eggert  <eggert@twinsun.com>
46279
46280         Merge from diffutils.
46281
46282         * lib/file-type.c (file_type): Add typed memory objects.
46283         * lib/file-type.h (S_TYPEISTMO): New macro.
46284
46285         * lib/c-stack.h (c_stack_action): Remove argv argument.
46286         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
46287         (die): Don't calculate message unless segv_action returns.
46288         (get_stack_location, min_address_from_argv, max_address_from_argv,
46289         volatile stack_base, volatile_stack_size): Remove.
46290         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
46291         that every segmentation violation is a stack overflow.  (Ouch!)
46292         See Debian bug 136249 (still outstanding) for more info about why
46293         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
46294
46295 2004-01-24  Paul Eggert  <eggert@twinsun.com>
46296
46297         Exit-status fix from coreutils.
46298
46299         Use exit_failure consistently in place of EXIT_FAILURE,
46300         so that program exit statuses are consistent on failure.
46301
46302         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
46303         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
46304         * lib/argmatch.h: Comment fix to match the above.
46305         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
46306         Now a macro referring to exit_failure, instead of a separate
46307         variable.  Include "exitfail.h" to get it.
46308         * lib/xstrtol.h: Include "exitfail.h".
46309         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
46310
46311         * lib/long-options.c (parse_long_options): Use prototype
46312         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
46313         for clarity.
46314
46315 2004-01-21  Jim Meyering  <jim@meyering.net>
46316
46317         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
46318         so as not to conflict with a different-sized __mktime_internal
46319         function in GNU libc.
46320         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
46321         Problem building statically-linked `ls' reported by Michael Brunnbauer.
46322
46323 2004-01-20  Karl Berry  <karl@gnu.org>
46324
46325         * config/config.guess: update from config.
46326
46327         * config/srclistvars.sh: GNUWWWLICENSES for karl.
46328
46329 2004-01-20  Bruno Haible  <bruno@clisp.org>
46330
46331         Safer stack allocation.
46332         * lib/setenv.c: Include allocsa.h.
46333         (alloca): Remove fallback definition.
46334         (freea): Remove macro.
46335         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
46336         instead of freea.
46337
46338 2004-01-20  Bruno Haible  <bruno@clisp.org>
46339
46340         * m4/eealloc.m4: New file, from GNU gettext.
46341
46342 2004-01-20  Bruno Haible  <bruno@clisp.org>
46343
46344         * m4/allocsa.m4: New file, from GNU gettext.
46345
46346 2004-01-20  Bruno Haible  <bruno@clisp.org>
46347
46348         * lib/xallocsa.h: New file, from GNU gettext.
46349         * lib/xallocsa.c: New file, from GNU gettext.
46350
46351 2004-01-20  Bruno Haible  <bruno@clisp.org>
46352
46353         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
46354
46355 2004-01-20  Bruno Haible  <bruno@clisp.org>
46356
46357         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
46358         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
46359         specially.
46360
46361 2004-01-20  Bruno Haible  <bruno@clisp.org>
46362
46363         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
46364         patch.
46365
46366 2004-01-20  Bruno Haible  <bruno@clisp.org>
46367
46368         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
46369
46370 2004-01-20  Bruno Haible  <bruno@clisp.org>
46371
46372         * lib/eealloc.h: New file.
46373
46374 2004-01-20  Bruno Haible  <bruno@clisp.org>
46375
46376         * lib/binary-io.h: Avoid warnings on Cygwin.
46377
46378 2004-01-20  Bruno Haible  <bruno@clisp.org>
46379
46380         * lib/allocsa.h: New file, from GNU gettext.
46381         * lib/allocsa.c: New file, from GNU gettext.
46382
46383 2004-01-18  Karl Berry  <karl@gnu.org>
46384
46385         * doc/gpl.texi, doc/lgpl.texi: new files.
46386
46387 2004-01-18  Karl Berry  <karl@gnu.org>
46388
46389         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
46390         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
46391
46392 2004-01-15  Paul Eggert  <eggert@twinsun.com>
46393
46394         Merge from coreutils.
46395
46396         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
46397         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
46398         (gl_DEFAULT_POSIX2_VERSION): Move
46399         the documentation from 'configure' into 'config.hin',
46400         so that 'configure --help' isn't burdened by it and
46401         we don't have to worry about its formatting there.
46402         Reword the documentation so that it's more succinct
46403         and can be run together into a single paragraph.
46404         * m4/same.m4 (gl_SAME): Check for pathconf.
46405
46406 2004-01-15  Paul Eggert  <eggert@twinsun.com>
46407
46408         Merge from coreutils.
46409
46410         * lib/posixver.c: Include posixver.h.
46411
46412         * lib/same.c: Include <stdbool.h>, <limits.h>.
46413         (_POSIX_NAME_MAX): Define if not defined.
46414         (MIN): New macro.
46415         (same_name): If file names are silently truncated, report
46416         that the file names are the same if they are the same after
46417         the silent truncation.
46418
46419         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
46420         conversion function.
46421         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
46422         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
46423         longer needed.
46424
46425 2004-01-15  Jim Meyering  <jim@meyering.net>
46426
46427         Merge from coreutils.
46428
46429         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
46430         if no library is required.
46431         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
46432         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
46433         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
46434         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
46435         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
46436         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
46437         value, $ac_cv_search_crypt, if it's "none required".
46438         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
46439         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
46440         not gl_FUNC_GETLOADAVG.
46441         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
46442         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
46443
46444 2004-01-15  Jim Meyering  <jim@meyering.net>
46445
46446         Merge from coreutils.
46447
46448         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
46449         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
46450         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
46451
46452         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
46453         optional configure-time default.
46454
46455         * lib/version-etc.c (version_etc_copyright): Update copyright date.
46456
46457         * lib/xreadlink.c (xreadlink): Correct outdated comment.
46458
46459 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
46460
46461         Merge from coreutils.
46462
46463         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
46464         value, $ac_cv_search_nanosleep, if it's "none required".
46465
46466 2004-01-14  Paul Eggert  <eggert@twinsun.com>
46467
46468         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
46469         with like-named macro in fnmatch.c.
46470         (EXT): Use an internal constant instead.
46471
46472         Merge fnmatch patches from glibc.
46473         * lib/fnmatch.c (mbsinit): Remove define.
46474         Add libc_hidden_ver (__fnmatch, fnmatch).
46475         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
46476         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
46477
46478 2004-01-14  Karl Berry  <karl@gnu.org>
46479
46480         * config/install-sh: update from automake.
46481
46482 2004-01-13  Karl Berry  <karl@gnu.org>
46483
46484         * config/install-sh: update from automake.
46485
46486 2004-01-09  Karl Berry  <karl@gnu.org>
46487
46488         * config/install-sh: update from automake.
46489
46490 2004-01-05  Karl Berry  <karl@gnu.org>
46491
46492         * config/config.{sub,guess}: update from config.
46493
46494 2003-12-31  Karl Berry  <karl@gnu.org>
46495
46496         * config/depcomp: update from automake.
46497
46498 2003-12-14  Karl Berry  <karl@gnu.org>
46499
46500         * lib/config.charset: update from gettext-runtime.
46501
46502 2003-12-03  Paul Eggert  <eggert@twinsun.com>
46503
46504         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
46505         Bug reported by Alfred M. Szmidt.
46506
46507 2003-12-03  Bruno Haible  <bruno@clisp.org>
46508
46509         * m4/gettext.m4: Upgrade from gettext-0.13.
46510         * m4/po.m4: Upgrade from gettext-0.13.
46511         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
46512         * m4/intmax.m4: New file, from gettext-0.13.
46513         * m4/printf-posix.m4: New file, from gettext-0.13.
46514
46515 2003-11-29  Karl Berry  <karl@gnu.org>
46516
46517         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
46518
46519 2003-11-25  Paul Eggert  <eggert@twinsun.com>
46520             Bruno Haible  <bruno@clisp.org>
46521
46522         * lib/printf-parse.h: Don't include sys/types.h.
46523         (ARG_NONE): New macro.
46524         (char_directive): Change type of *arg_index fields to size_t.
46525         * lib/printf-parse.c: Don't include sys/types.h.
46526         (SSIZE_MAX): Remove macro.
46527         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
46528         Remove unnecessary overflow check.
46529         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
46530         fields.
46531
46532 2003-11-25  Bruno Haible  <bruno@clisp.org>
46533
46534         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
46535
46536 2003-11-25  Bruno Haible  <bruno@clisp.org>
46537
46538         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
46539         gt_TYPE_SSIZE_T.
46540
46541 2003-11-24  Paul Eggert  <eggert@twinsun.com>
46542
46543         * modules/alloca: Remove dependency on xalloc.
46544
46545 2003-11-24  Paul Eggert  <eggert@twinsun.com>
46546
46547         * lib/alloca.c: Remove dependency on xalloc module.
46548         (xalloc_die): Remove.
46549         (memory_full) [!defined emacs]: New macro.
46550         [!defined emacs]: Don't include xalloc.h.
46551         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
46552         address arithmetic overflows.  Change datatypes a bit to avoid
46553         unnecessary casts.
46554
46555 2003-11-22  Jim Meyering  <jim@meyering.net>
46556
46557         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
46558         s/size/size_t/.
46559
46560 2003-11-21  Karl Berry  <karl@gnu.org>
46561
46562         * config/config.{sub,guess}: update from config.
46563
46564 2003-11-18  Karl Berry  <karl@gnu.org>
46565
46566         * config/config.{sub,guess}: update from config.
46567
46568         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
46569
46570 2003-11-17  Paul Eggert  <eggert@twinsun.com>
46571
46572         * README: Mention that S+T cannot overflow if S is the size of
46573         an existing object and T is sufficiently small.
46574
46575 2003-11-17  Jim Meyering  <jim@meyering.net>
46576
46577         On systems without utime and without a utimes function capable of
46578         dealing with a NULL struct utimbuf* argument, this utime replacement
46579         could -- in unusual circumstances -- leak a file descriptor.
46580         * lib/utime.c: Include <unistd.h> and <errno.h>.
46581         (utime_null): Be sure to close `fd' and to preserve errno.
46582         Reported by Geoff Collyer via Arnold Robbins.
46583
46584 2003-11-17  Bruno Haible  <bruno@clisp.org>
46585
46586         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
46587         (Depends-on): Add xsize.
46588
46589 2003-11-17  Bruno Haible  <bruno@clisp.org>
46590
46591         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
46592
46593 2003-11-17  Bruno Haible  <bruno@clisp.org>
46594
46595         * lib/vasnprintf.c (alloca): Remove fallback definition.
46596         (freea): Remove definition.
46597         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
46598         Reported by Paul Eggert.
46599
46600 2003-11-16  Paul Eggert  <eggert@twinsun.com>
46601             Bruno Haible  <bruno@clisp.org>
46602
46603         Protect against address arithmetic overflow.
46604         * lib/printf-args.h: Include stddef.h.
46605         (arguments): Change type of field 'count' to size_t.
46606         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
46607         'unsigned int' where appropriate.
46608         * lib/printf-parse.h: Include sys/types.h.
46609         (char_directive): Change type of *arg_index fields to ssize_t.
46610         (char_directives): Change type of fields 'count', max_*_length to
46611         size_t.
46612         * lib/printf-parse.c: Include sys/types.h and xsize.h.
46613         (SSIZE_MAX): Define fallback value.
46614         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
46615         instead of 'int' where appropriate. Check a_allocated, d_allocated
46616         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
46617         * lib/vasnprintf.c: Include xsize.h.
46618         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
46619         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
46620         overflow. Avoid wraparound when converting a width or precision from
46621         decimal to binary.
46622
46623 2003-11-16  Bruno Haible  <bruno@clisp.org>
46624
46625         Update from GNU gettext.
46626         * lib/printf-parse.c: Generalize to it can be compiled for wide
46627         strings.
46628         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
46629         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
46630         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
46631         SNPRINTF): New macros.
46632         Don't include <alloca.h> if the file is used inside libintl.
46633         (local_wcslen): New function, for Solaris 2.5.1.
46634         (VASNPRINTF): Use it instead of wcslen.
46635
46636 2003-11-16  Bruno Haible  <bruno@clisp.org>
46637
46638         * lib/xsize.h (xmax): New function.
46639         (xsum, xsum3, xsum4): Declare as "pure" functions.
46640
46641 2003-11-12  Paul Eggert  <eggert@twinsun.com>
46642
46643         * modules/xalloc (Files): Undo latest change, since xalloc.h
46644         no longer needs SIZE_MAX or PTRDIFF_MAX.
46645
46646 2003-11-12  Paul Eggert  <eggert@twinsun.com>
46647
46648         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
46649         gl_PTRDIFF_MAX.
46650
46651 2003-11-12  Paul Eggert  <eggert@twinsun.com>
46652
46653         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
46654         "return", to pacify some unknown compiler.  Problem reported
46655         by Joerg Schilling.
46656
46657 2003-11-12  Paul Eggert  <eggert@twinsun.com>
46658
46659         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
46660         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
46661         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
46662         heuristic is just as accurate as far as we know, and it removes a
46663         dependency on size_max.m4 and ptrdiff_max.m4.
46664
46665 2003-11-11  Bruno Haible  <bruno@clisp.org>
46666
46667         * modules/xsize (Files): Add m4/size_max.m4.
46668         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
46669
46670 2003-11-11  Bruno Haible  <bruno@clisp.org>
46671
46672         * m4/size_max.m4: New file.
46673         * m4/ptrdiff_max.m4: New file.
46674         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
46675         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
46676         (gl_XALLOC): Invoke it.
46677
46678 2003-11-11  Bruno Haible  <bruno@clisp.org>
46679
46680         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
46681         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
46682         defined.
46683
46684 2003-11-10  Paul Eggert  <eggert@twinsun.com>
46685
46686         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
46687         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
46688         rejected some allocations of exactly SIZE_MAX - 2 bytes.
46689         From Bruno Haible.
46690         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
46691         not (size_t) -1, since it's defined here.
46692
46693 2003-11-09  Karl Berry  <karl@gnu.org>
46694
46695         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
46696
46697 2003-11-06  Paul Eggert  <eggert@twinsun.com>
46698
46699         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
46700         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
46701         Reject sizes of exactly SIZE_MAX bytes.
46702         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
46703         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
46704
46705 2003-11-05  Bruno Haible  <bruno@clisp.org>
46706
46707         * lib/xsize.h: Include limits.h, to avoid a possible collision with
46708         SIZE_MAX defined in <limits.h> on Solaris.
46709
46710 2003-11-04  Jim Meyering  <jim@meyering.net>
46711
46712         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
46713         variable names, rather than @VAR@.
46714         * modules/poll: Likewise.
46715
46716 2003-11-04  Bruno Haible  <bruno@clisp.org>
46717
46718         * modules/xsize: New file.
46719         * modules/linebreak: Depend on xsize.
46720         * MODULES.html.sh (func_all_modules): Add xsize.
46721
46722 2003-11-04  Bruno Haible  <bruno@clisp.org>
46723
46724         * m4/xsize.m4: New file.
46725
46726 2003-11-04  Bruno Haible  <bruno@clisp.org>
46727
46728         * lib/xsize.h: New file.
46729         * lib/linebreak.c: Include xsize.h.
46730         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
46731         argument for overflow.
46732         Suggested by Paul Eggert.
46733
46734 2003-11-03  Karl Berry  <karl@gnu.org>
46735
46736         * config/config.{guess,sub}: update from config.
46737
46738 2003-11-03  Jim Meyering  <jim@meyering.net>
46739
46740         * modules/userspec (lib_SOURCES): Add userspec.h.
46741         (Include): Add "userspec.h".
46742         Improve description.
46743
46744 2003-11-03  Jim Meyering  <jim@meyering.net>
46745
46746         * lib/userspec.c: Include "userspec.h".
46747         * lib/userspec.h: New file.
46748
46749 2003-11-03  Bruno Haible  <bruno@clisp.org>
46750
46751         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
46752
46753 2003-11-03  Bruno Haible  <bruno@clisp.org>
46754
46755         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
46756         available, to avoid (extremely rare) race condition.
46757         Suggested by Paul Eggert.
46758
46759 2003-11-02  Karl Berry  <karl@gnu.org>
46760
46761         * config/srclist.txt (vasprintf.c): sync broken, sigh.
46762
46763 2003-10-31  Paul Eggert  <eggert@twinsun.com>
46764
46765         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
46766         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
46767         (read_filesystem_list): Set and use me_type_malloced.
46768         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
46769         whatever the type happens to be), for brevity and consistency.
46770         Check for size calculation overflow on Alphas running OSF/1.
46771
46772 2003-10-31  Jim Meyering  <jim@meyering.net>
46773
46774         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
46775
46776         * lib/linebuffer.c: Include <string.h> for declaration of memset.
46777
46778 2003-10-30  Paul Eggert  <eggert@twinsun.com>
46779             Bruno Haible  <bruno@clisp.org>
46780
46781         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
46782         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
46783
46784 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
46785
46786         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
46787         netbsd*-gnu*.  Suggested by Robert Millan.
46788
46789 2003-10-29  Paul Eggert  <eggert@twinsun.com>
46790
46791         * modules/group-member: Depend on stdbool.
46792
46793 2003-10-29  Paul Eggert  <eggert@twinsun.com>
46794
46795         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
46796
46797 2003-10-29  Paul Eggert  <eggert@twinsun.com>
46798
46799         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
46800         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
46801         after the 'gnu' in these cases.  This fixes some bugs in the
46802         previous change, and is based on suggestions by Robert Millan.
46803
46804 2003-10-29  Paul Eggert  <eggert@twinsun.com>
46805
46806         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
46807         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
46808         no longer needed.
46809         * lib/quotearg.c (quotearg_n_options): Use it.
46810         * lib/group-member.c: Include <stdbool.h>.
46811         (free_group_info): Arg is now const *; don't free arg.
46812         (get_group_info): Now returns bool and accepts struct group_info *,
46813         rather than returning a malloc'ed struct group_info *.
46814         All uses changed.  Check for overflow in internal size calculation.
46815
46816         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
46817         rather than xmalloc/xrealloc.
46818         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
46819         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
46820         conformance bug: the old code used a pointer after freeing the
46821         storage that it addressed.
46822         * lib/hash.c (hash_initialize): Simplify the code by using
46823         xalloc_oversized rather than doing it by hand.
46824         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
46825         the buffer preserved.  Use free and xmalloc instead.
46826         * lib/quotearg.c (quotearg_n_options): Likewise.
46827         Use a simpler test for size overflow.  Don't use xalloc_oversized
46828         because unsigned int might be wider than size_t (!); this suggests
46829         that we should switch from unsigned int to size_t for slot numbers.
46830
46831 2003-10-28  Paul Eggert  <eggert@twinsun.com>
46832
46833         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
46834         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
46835         NetBSD kernels.  Requested by Richard Stallman.
46836
46837 2003-10-27  Paul Eggert  <eggert@twinsun.com>
46838
46839         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
46840         to allocate the returned structure.  Do not allocate a subarray,
46841         as x2nrealloc will do that.
46842         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
46843         instead of xnrealloc.
46844         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
46845
46846 2003-10-27  Bruno Haible  <bruno@clisp.org>
46847
46848         * lib/stdbool_.h: Better support for BeOS.
46849
46850 2003-10-26  Paul Eggert  <eggert@twinsun.com>
46851
46852         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
46853         now uses inline.
46854
46855 2003-10-26  Paul Eggert  <eggert@twinsun.com>
46856
46857         * lib/xalloc.h (xalloc_oversized): New static inline function, for
46858         callers that want to do their own size-overflow checking.  Include
46859         <stdbool.h>, since xalloc_oversized returns bool.
46860         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
46861         to use xalloc_oversized.
46862
46863         Add two functions x2realloc, x2nrealloc, for programs that grow
46864         arrays dynamically by doubling their sizes.
46865         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
46866         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
46867         New functions.
46868
46869         Port to C99 semantics for 'inline' of external functions.
46870         Bug reported by Bruno Haible.
46871         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
46872         with the old contents of xnmalloc.
46873         (xnmalloc, xmalloc): Use it.
46874         (xnrealloc_inline): New static inline function,
46875         with the old contents of xnrealloc.
46876         (xnrealloc, xrealloc): Use it.
46877
46878         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
46879         that.
46880
46881 2003-10-26  Karl Berry  <karl@gnu.org>
46882
46883         * config/srclist.txt (COPYING.DOC): no longer available from
46884         /gd/gnuorg; don't know where the ultimate source is.
46885
46886 2003-10-25  Paul Eggert  <eggert@twinsun.com>
46887
46888         Fix several address-calculation bugs in the hash modules,
46889         plus some minor code cleanup.
46890
46891         * lib/hash.h: Include <stdbool.h>, for bool.
46892         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
46893         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
46894         hash_get_n_entries, hash_get_max_bucket_length,
46895         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
46896         hash_rehash): Use size_t rather than unsigned.
46897         * lib/hash.c (struct hash_table, hash_get_n_buckets,
46898         hash_get_n_buckets_used, hash_get_n_entries,
46899         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
46900         hash_get_entries, hash_do_for_each, hash_string, is_prime,
46901         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
46902         Likewise.
46903         (SIZE_MAX): Define if not defined.
46904         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
46905         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
46906         hash_print):
46907         Use const * when possible.
46908         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
46909         (check_tuning): Fix bug: if tuning parameters were very close to
46910         0 or 1, rounding errors could have caused subscript violations.
46911         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
46912         (hash_initialize): Add 'fail:' label
46913         to free table and return NULL, and use it to simplify code.
46914         Use calloc rather than clearing the storage ourself.
46915         (hash_initialize, hash_rehash): Check for arithmetic overflow in
46916         buffer size calculations.
46917         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
46918         Include <stddef.h>, for size_t.
46919         * lib/hash-pjw.c (hash_pjw): Likewise.
46920         Switch to method described by Bruno Haible.
46921         Include <limits.h>, for CHAR_BIT.
46922         (SIZE_BITS): New macro.
46923
46924 2003-10-23  Paul Eggert  <eggert@twinsun.com>
46925
46926         * m4/getline.m4 (AM_FUNC_GETLINE):
46927         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
46928         hosts.  Problem reported by Derek Robert Price in
46929         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
46930         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
46931         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
46932
46933 2003-10-21  Paul Eggert  <eggert@twinsun.com>
46934
46935         * lib/getndelim2.c (getndelim2): When size calculation overflows,
46936         ceiling the allocation at NMAX bytes rather than silently
46937         discarding input bytes before NMAX is reached.  This makes
46938         a difference only if NMAX exceeds SIZE_MAX / 2.
46939
46940         * lib/obstack.c: Merge from glibc.
46941         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
46942         Add libc_hidden_def (_obstack_newchunk).
46943         (_obstack_free) [! defined _LIBC]: Remove.
46944         [defined _LIBC]: Make a strong alias from obstack_free, rather than
46945         a clone of the function body.
46946         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
46947         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
46948
46949         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
46950         glibc.
46951         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
46952         arg to memcpy.
46953
46954         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
46955         (obstack_ptr_grow_fast, obstack_int_grow_fast):
46956         Don't use lvalue casts, as GCC plans to remove support for them
46957         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
46958         was also present in the non-GCC version, indicating that this
46959         code had always been buggy and had never been widely used.
46960         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
46961         Use the fast variant of each macro, rather than copying the
46962         definiens of the fast variant; that way, we'll be more likely to
46963         catch future bugs in the fast variants.
46964
46965 2003-10-20  Bruno Haible  <bruno@clisp.org>
46966
46967         * modules/wait-process: New file.
46968         * MODULES.html.sh (func_all_modules): Add wait-process.
46969
46970 2003-10-20  Bruno Haible  <bruno@clisp.org>
46971
46972         * m4/wait-process.m4: New file.
46973
46974 2003-10-20  Bruno Haible  <bruno@clisp.org>
46975
46976         * lib/wait-process.h: New file, from GNU gettext.
46977         * lib/wait-process.c: New file, from GNU gettext.
46978
46979 2003-10-19  Jim Meyering  <jim@meyering.net>
46980
46981         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
46982         HPUX 10.20.
46983
46984 2003-10-18  Karl Berry  <karl@gnu.org>
46985
46986         * config/config.guess: update from config.
46987
46988 2003-10-16  Paul Eggert  <eggert@twinsun.com>
46989
46990         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
46991         (getgroups): First arg is int, not size_t.
46992         Don't let 'free' mangle errno.
46993
46994 2003-10-16  Paul Eggert  <eggert@twinsun.com>
46995
46996         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
46997
46998 2003-10-16  Karl Berry  <karl@gnu.org>
46999
47000         * config/config.{guess,sub}: update from config.
47001
47002 2003-10-16  Jim Meyering  <jim@meyering.net>
47003
47004         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
47005         memcpy.
47006
47007 2003-10-15  Paul Eggert  <eggert@twinsun.com>
47008
47009         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
47010         (SIZE_MAX): Remove.
47011         (new_exclude, add_exclude_file): Initial size no longer needs to
47012         be a power of 2.
47013         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
47014         our own address arithmetic overflow checking.
47015
47016         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
47017         (fnmatch): Do not alloca more than 2000 wide characters;
47018         instead, use malloc for large buffers.
47019         Check for address arithmetic overflow, and return -1
47020         with errno set to ENOMEM in that case.
47021         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
47022         (NEW_PATTERN): Do not alloca more than 8000 bytes;
47023         instead, return -1.  Check for address arithmetic overflow.
47024
47025 2003-10-14  Paul Eggert  <eggert@twinsun.com>
47026
47027         Handle invalid suffixes and overflow independently, so that
47028         callers can treat them independently as needed.  Fix some bugs in
47029         suffix handling, e.g., "100k@" was not diagnosed as an invalid
47030         suffix for a human-readable blocksize.  The major caller-visible
47031         change is the addition of a new
47032         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
47033         that both overflow and suffix chars were found.
47034
47035         * lib/human.c (humblock): Don't check separately for invalid suffix
47036         char; that is xstrtoumax's job (now that its bug is fixed).
47037         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
47038         INTMAX_MAX]: New macros.
47039         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
47040         TYPE_MAXIMUM): New macros.
47041         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
47042         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
47043         if overflow occurs, as it's what __strtol does and it's more useful
47044         in practice.
47045         (__xstrtol): If __strtol reports some error other than ERANGE,
47046         reflect it to the caller as LONGINT_INVALID.  If it reports
47047         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
47048         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
47049         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
47050         value.
47051         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
47052         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
47053         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
47054         [defined UINTMAX_MAX]: New macros.
47055
47056 2003-10-14  Bruno Haible  <bruno@clisp.org>
47057
47058         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
47059
47060 2003-10-14  Bruno Haible  <bruno@clisp.org>
47061
47062         * m4/sig_atomic_t: New file, from GNU gettext.
47063         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
47064
47065 2003-10-14  Bruno Haible  <bruno@clisp.org>
47066
47067         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
47068         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
47069         Also use volatile where needed.
47070
47071 2003-10-12  Paul Eggert  <eggert@twinsun.com>
47072
47073         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
47074         Change maintainer from Bruno Haible to 'all'.
47075
47076 2003-10-12  Paul Eggert  <eggert@twinsun.com>
47077
47078         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
47079
47080 2003-10-12  Paul Eggert  <eggert@twinsun.com>
47081
47082         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
47083         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
47084         and define in terms of the other primitives.
47085         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
47086         (SIZE_MAX): Define if not already defined.
47087         (array_size_overflow): New function.
47088         (xalloc_die): Abort instead of exiting if 'error' returns.
47089         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
47090         (xmalloc, xrealloc): Use them.
47091         (xcalloc): Check for address arithmetic overflow.
47092         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
47093         a bit faster than strcpy.
47094
47095 2003-10-10  Simon Josefsson  <jas@extundo.com>
47096
47097         * modules/argp (Depends-on): Add restrict and strcase.
47098
47099 2003-10-10  Simon Josefsson  <jas@extundo.com>
47100
47101         * m4/argp.m4: Add AC_C_INLINE.
47102
47103 2003-10-08  Paul Eggert  <eggert@twinsun.com>
47104
47105         Merge getpass from libc, plus a few fixes.
47106
47107         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
47108         Include <stdbool.h>.
47109         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
47110         __fsetlocking to empty.
47111         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
47112         do include <bits/libc-lock.h>.
47113         Do not include <fcntl.h>; not needed.
47114         [_LIBC]: Include <wchar.h>.
47115         (NOTCANCEL_MODE): New macro.
47116         (flockfile, funlockfile) [_LIBC]: New macros.
47117         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
47118         [!_LIBC]: New macros.
47119         (call_fclose): New function.
47120         (getpass): Use it.  Save tty stream separately; this simplifies the
47121         code and makes it more reliable if stdin happens to equal stdout.
47122         Invoke __fsetlocking on tty.
47123         Handle thread cancellation if needed.
47124         Namespace cleanup (use __tcgetattr, __getline).
47125         Use bool for Booleans.
47126         [USE_IN_LIBIO]: Handle wide streams.
47127         [!_LIBC]: Unconditionally do the fseek, since we don't know what
47128         stream might go where.
47129
47130         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
47131         doesn't have to include <stdio.h> before us.
47132         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
47133         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
47134         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
47135         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
47136         if not declared, so that we can use getpass.c code from libc without
47137         rewriting it.
47138         (flockfile, ftrylockfile, funlockfile): New macros.
47139
47140 2003-10-08  Paul Eggert  <eggert@twinsun.com>
47141
47142         * modules/getpass: Depend on stdbool.
47143
47144 2003-10-08  Paul Eggert  <eggert@twinsun.com>
47145
47146         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
47147
47148 2003-10-07  Karl Berry  <karl@gnu.org>
47149
47150         * config/config.{guess,sub}: update from config.
47151
47152 2003-10-06  Jim Meyering  <jim@meyering.net>
47153             Bruno Haible  <bruno@clisp.org>
47154
47155         This lets translators provide better translations for the
47156         "Written by ..." part of --version output.
47157         * lib/version-etc.h: Include stdarg.h.
47158         (version_etc_copyright): Declare as readonly.
47159         (version_etc): Make this function variadic with a NULL-terminated list
47160         of author name strings.
47161         (version_etc_va): New declaration.
47162         * lib/version-etc.c: Include stdarg.h, stdlib.h.
47163         (version_etc_copyright): Declare as readonly.
47164         (version_etc_va): New function. Provide a different translatable string
47165         for each possible number of authors < 10. Abbreviate when there are 10
47166         authors or more.
47167         (version_etc): Make this function variadic. Call version_etc_va.
47168         Suggestion from Gary V. Vaughan.
47169
47170         * lib/long-options.h (parse_long_options): Change prototype: the
47171         authors string is moved to the end and becomes variadic.
47172         * lib/long-options.c: Include stdarg.h.
47173         (parse_long_options): Make this function variadic, too.
47174         Call version_etc_va, not version_etc.
47175
47176 2003-10-06  Bruno Haible  <bruno@clisp.org>
47177
47178         * modules/version-etc-2: Remove file.
47179         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
47180
47181 2003-10-06  Bruno Haible  <bruno@clisp.org>
47182
47183         * modules/fatal-signal: New file.
47184         * MODULES.html.sh (func_all_modules): Add fatal-signal.
47185
47186 2003-10-06  Bruno Haible  <bruno@clisp.org>
47187
47188         * m4/fatal-signal.m4: New file.
47189         * m4/signalblocking.m4: New file, from GNU gettext.
47190
47191 2003-10-06  Bruno Haible  <bruno@clisp.org>
47192
47193         * lib/version-etc-2.h: Remove file.
47194         * lib/version-etc-2.c: Remove file.
47195
47196 2003-10-06  Bruno Haible  <bruno@clisp.org>
47197
47198         * lib/fatal-signal.h: New file, from GNU gettext.
47199         * lib/fatal-signal.c: New file, from GNU gettext.
47200
47201 2003-10-05  Paul Eggert  <eggert@twinsun.com>
47202
47203         * README: Rework advice for preventing empty .o files.
47204         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
47205         not <sys/types.h>.
47206
47207 2003-10-04  Karl Berry  <karl@gnu.org>
47208
47209         * lib/argp*: update from libc.
47210
47211 2003-10-04  Karl Berry  <karl@gnu.org>
47212
47213         * config/config.{guess,sub}: update from config.
47214
47215 2003-10-02  Bruno Haible  <bruno@clisp.org>
47216
47217         * modules/lchown (Include): Add lchown.h.
47218         * modules/time_r (Include): Use "..." syntax.
47219         * modules/xgetdomainname (Include): Add xgetdomainname.h.
47220
47221 2003-10-01  Simon Josefsson  <jas@extundo.com>
47222
47223         * MODULES.html.sh (func_all_modules): Move gethostname from section
47224         'based on' to section 'lacking' POSIX:2001.
47225
47226 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
47227
47228         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
47229         to output mode on the same stream.
47230
47231 2003-09-29  Paul Eggert  <eggert@twinsun.com>
47232
47233         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
47234         Fix arg typo in previous patch.
47235
47236 2003-09-28  Jim Meyering  <jim@meyering.net>
47237
47238         * lib/error.c: Correct cpp indentation.
47239
47240 2003-09-27  Paul Eggert  <eggert@twinsun.com>
47241
47242         * modules/free: New file.
47243
47244 2003-09-27  Paul Eggert  <eggert@twinsun.com>
47245
47246         * m4/free.m4: New file.
47247
47248 2003-09-27  Paul Eggert  <eggert@twinsun.com>
47249
47250         * lib/minmax.h (MIN, MAX)
47251         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
47252         Omit the special code that used __typeof__, since we worry that
47253         it could be more trouble than it's worth.  See:
47254         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
47255         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
47256
47257         * lib/free.c: New file.
47258
47259 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
47260
47261         Trivial fixes to Makefile.am parts of module listings.
47262         * modules/strstr: Append strstr.h to lib_SOURCES.
47263         * modules/strcase: Likewise, for strcase.h.
47264
47265 2003-09-27  Karl Berry  <karl@gnu.org>
47266
47267         * config/mkinstalldirs: update from automake.
47268
47269 2003-09-26  Paul Eggert  <eggert@twinsun.com>
47270
47271         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
47272         (error_tail): Do not loop, reallocating temporary buffer, since
47273         the output cannot contain more wide characters than the input
47274         contains bytes, the size must be big enough already.  This avoids
47275         one potential size overflow calculation.  Check for size overflow
47276         when calculating temporary buffer size.  Free temporary buffer
47277         when done, if it was allocated with malloc; this plugs a memory
47278         leak.  Remove casts from void * to pointers, that are no longer
47279         needed now that we're assuming C89 or better.
47280
47281         Merge error changes from glibc.
47282
47283         * lib/error.c, error.h: Update copyright notice header to match glibc.
47284         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
47285         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
47286         Disable cancellation while printing error.
47287         * lib/error.h: Prepend __ to parameter names.
47288
47289 2003-09-26  Jim Meyering  <jim@meyering.net>
47290
47291         * lib/error.c (error_tail): Move some declarations
47292         into inner scope where the local variables are used.
47293
47294 2003-09-26  Bruno Haible  <bruno@clisp.org>
47295
47296         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
47297         stpncpy().
47298         Don't define stpncpy through config.h; it's now done through stpncpy.h.
47299
47300 2003-09-26  Bruno Haible  <bruno@clisp.org>
47301
47302         * lib/stpncpy.h (gnu_stpncpy): New declaration.
47303         (stpncpy): Define as alias for gnu_stpncpy.
47304         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
47305
47306 2003-09-25  Simon Josefsson  <jas@extundo.com>
47307
47308         * lib/xgetdomainname.h: New file.
47309         * lib/xgetdomainname.c: New file.
47310
47311 2003-09-25  Simon Josefsson  <jas@extundo.com>
47312             Bruno Haible  <bruno@clisp.org>
47313
47314         * modules/getdomainname: New file.
47315         * modules/xgetdomainname: New file.
47316         * MODULES.html.sh (func_all_modules): Add getdomainname,
47317         xgetdomainname.
47318
47319 2003-09-25  Simon Josefsson  <jas@extundo.com>
47320             Bruno Haible  <bruno@clisp.org>
47321
47322         * m4/getdomainname.m4: New file.
47323
47324 2003-09-25  Simon Josefsson  <jas@extundo.com>
47325             Bruno Haible  <bruno@clisp.org>
47326
47327         * lib/getdomainname.h: New file.
47328         * lib/getdomainname.c: New file.
47329
47330 2003-09-25  Karl Berry  <karl@gnu.org>
47331
47332         * lib/argp-fmtstream.c, argp-help.c: update from libc.
47333
47334 2003-09-25  Karl Berry  <karl@gnu.org>
47335
47336         * config/install-sh: update from automake.
47337
47338 2003-09-25  Bruno Haible  <bruno@clisp.org>
47339
47340         * modules/version-etc-2: New file, from modules/version-etc with
47341         modifications.
47342         * MODULES.html.sh (func_all_modules): Add version-etc-2.
47343
47344 2003-09-25  Bruno Haible  <bruno@clisp.org>
47345
47346         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
47347         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
47348
47349 2003-09-24  Simon Josefsson  <jas@extundo.com>
47350
47351         * modules/xgethostname: Add xgethostname.h.
47352
47353 2003-09-24  Paul Eggert  <eggert@twinsun.com>
47354
47355         * lib/linebuffer.c (freebuffer): Don't free the argument, just
47356         the buffer associated with the argument.  Bug reported by
47357         Simon Josefsson.
47358
47359 2003-09-24  Paul Eggert  <eggert@twinsun.com>
47360
47361         * README: Document assumptions that 'int' is at least 32 bits
47362         wide, that integer arithmetic is 2's complement without overflow,
47363         that there are no holes in integer values, that adding sizes of
47364         two nonoverlapping objects can't overflow, and that all-bits-zero
47365         yields scalar zero.  Fix spelling and capitalization typos.
47366
47367 2003-09-19  Karl Berry  <karl@gnu.org>
47368
47369         * lib/argp.h: update from libc.
47370
47371 2003-09-17  Paul Eggert  <eggert@twinsun.com>
47372
47373         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
47374         to avoid spurious warnings like "AC_RUN_IFELSE was called before
47375         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
47376
47377 2003-09-17  Paul Eggert  <eggert@twinsun.com>
47378
47379         * gnulib-tool: Use "test -h", not "test -L", for portability
47380         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
47381         (tags_regexp): Remove, since \| doesn't conform to POSIX.
47382         (sed_extract_prog): Issue s commands one-by-one, rather than
47383         using \| in one s command.
47384
47385 2003-09-16  Paul Eggert  <eggert@twinsun.com>
47386
47387         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
47388         input error, instead of returning NULL the next time we are called
47389         (and therefore losing track of errno).
47390
47391 2003-09-16  Bruno Haible  <bruno@clisp.org>
47392
47393         * gnulib-tool (func_create_testdir): Warn about duplicated
47394         dependencies.
47395
47396 2003-09-15  Paul Eggert  <eggert@twinsun.com>
47397
47398         * modules/argmatch, modules/fatal, modules/obstack,
47399         modules/xalloc, modules/xgethostname: Sort dependencies by
47400         importance, not alphabetically.
47401
47402 2003-09-15  Paul Eggert  <eggert@twinsun.com>
47403
47404         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
47405         fails, so that the caller gets the proper errno.
47406
47407         * lib/readutmp.c (read_utmp): Likewise.
47408         Check for fstat error.  Close stream and free storage
47409         when failing.
47410
47411 2003-09-14  Karl Berry  <karl@gnu.org>
47412
47413         * config/srclist.txt (strdup.c): disable for c89 changes.
47414
47415 2003-09-14  Jim Meyering  <jim@meyering.net>
47416
47417         * lib/getloadavg.c: Correct cpp indentation.
47418         * lib/strdup.c: Likewise.
47419         * lib/vasnprintf.c: Likewise.
47420
47421 2003-09-14  Bruno Haible  <bruno@clisp.org>
47422
47423         * modules/fwriteerror: New file.
47424         * MODULES.html.sh (func_all_modules): Add fwriteerror.
47425
47426 2003-09-14  Bruno Haible  <bruno@clisp.org>
47427
47428         * lib/fwriteerror.h: New file.
47429         * lib/fwriteerror.c: New file.
47430
47431 2003-09-12  Paul Eggert  <eggert@twinsun.com>
47432
47433         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
47434         modules/xgethostname, modules/xalloc: Depend on exit.
47435
47436 2003-09-12  Paul Eggert  <eggert@twinsun.com>
47437
47438         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
47439
47440         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
47441         and AC_MINIX, too, so that their extensions are available.
47442
47443         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
47444         This macro has been superseded by gl_BACKUPFILE.
47445
47446         More patches to assume C89 or better.
47447
47448         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
47449
47450         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
47451         unconditionally.
47452         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
47453         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
47454         Include <string.h>, <stdlib.h> unconditionally.
47455         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
47456         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
47457         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
47458         headers or for string.h.
47459         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
47460         or strtoul.
47461
47462         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
47463         headers.
47464         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
47465         * m4/userspec.m4 (gl_USERSPEC): Likewise.
47466         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
47467         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
47468         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47469         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
47470         memcpy, memset.
47471         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
47472         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
47473         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
47474         strtol.
47475         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
47476         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
47477         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
47478         strtoul.
47479
47480 2003-09-12  Paul Eggert  <eggert@twinsun.com>
47481
47482         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
47483         * lib/obstack.c [!defined _LIBC]: Likewise.
47484         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
47485         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
47486         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
47487
47488         More changes to assume C89 or better.
47489
47490         * lib/error.c (error_tail): Assume vprintf.
47491
47492         * lib/argmatch.c (getenv): Remove decl.
47493         * lib/progreloc.c (get_full_program_name): Define via prototype.
47494         * lib/setenv.c (clearenv): Likewise.
47495         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
47496         needed.
47497         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
47498         (malloc, memcpy): Remove decls.
47499         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
47500         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
47501         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
47502         (memcpy): Remove macro.
47503         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
47504         (__P): Remove.  All uses removed.
47505         (PTR): Remove.  All uses changed to void *.
47506         (CHAR_BIT, NULL): Remove.
47507         (spaces, zeros, memset_space, memset_zero)
47508         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
47509         Remove.
47510         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
47511         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
47512         Define with prototype.
47513         Remove now-unnecessary prototype decl.
47514         (extra_args_spec): Assume ANSI C.  All uses changed.
47515         (extra_args_spec_iso): Remove.
47516         (my_strftime, emacs_strftimeu): Define via prototype.
47517         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
47518         unconditionally.
47519         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
47520         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
47521         (strtoul, strtol): Remove decls.
47522         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
47523         LONG_MAX): Remove.
47524         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
47525         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
47526         (LOCALE_PARAM_PROTO): New macro.
47527         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
47528         (INTERNAL (strtol), strtol): Define with a prototype.
47529         (PARAMS): Remove.  All uses removed.
47530         * lib/tempname.c: Include <string.h> unconditionally.
47531         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
47532         * lib/xgethostname.c (main): Define with a prototype.
47533         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
47534         Include <stdlib.h> unconditionally.
47535         (calloc, malloc, realloc, free): Remove decls.
47536         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
47537         Include <stdlib.h> unconditionally.  Sort include file names.
47538         (strtod): Remove.
47539         (xstrtod): Define with a prototype.
47540         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
47541         (strtol, strtoul): Remove decls.
47542
47543 2003-09-11  Paul Eggert  <eggert@twinsun.com>
47544
47545         More patches to assume C89 or better.
47546         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
47547         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
47548         string.h, memchr, STDC_HEADERS.
47549
47550 2003-09-11  Paul Eggert  <eggert@twinsun.com>
47551
47552         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
47553         Include <stdlib.h>, <string.h> unconditionally.
47554         Remove now-unnecessary cast to char *.
47555         * lib/strnlen.c: Include <string.h> unconditionally.
47556         * lib/yesno.c (yesno): Define with a prototype.
47557
47558 2003-09-11  Bruno Haible  <bruno@clisp.org>
47559
47560         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
47561
47562 2003-09-10  Jim Meyering  <jim@meyering.net>
47563
47564         * lib/error.c: Correct indentation of cpp directives.
47565
47566 2003-09-10  Bruno Haible  <bruno@clisp.org>
47567
47568         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
47569         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
47570         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
47571         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
47572         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
47573         <stdlib.h> and <string.h> checks.
47574         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
47575         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
47576
47577 2003-09-10  Bruno Haible  <bruno@clisp.org>
47578
47579         * lib/strcspn.c: Include <string.h> unconditionally.
47580         * lib/strpbrk.c: Include <string.h> unconditionally.
47581         * lib/strstr.c: Include <string.h> unconditionally.
47582         * lib/unicodeio.c: Include <string.h> unconditionally.
47583         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
47584         * lib/unsetenv.c: Likewise.
47585         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
47586         * lib/yesno.c: Include <stdlib.h> unconditionally.
47587         (rpmatch): Add prototype.
47588
47589 2003-09-09  Paul Eggert  <eggert@twinsun.com>
47590
47591         More patches to assume C89 or better.
47592         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
47593         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
47594         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
47595         or for string.h.
47596         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
47597         stdlib.h.
47598         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
47599         C headers.
47600         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
47601         string.h.
47602         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
47603         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
47604         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
47605         or for string.h.
47606         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
47607         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
47608         C headers.
47609         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
47610         memcpy.
47611         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
47612         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
47613         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
47614         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
47615         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
47616         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
47617         string.h, free.
47618         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
47619         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
47620         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
47621         C headers, or for string.h.
47622         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
47623         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
47624         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
47625         headers, memory.h, stdlib.h, string.h, strings.h.
47626         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
47627         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
47628         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
47629         strchr.
47630         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
47631         headers, memory.h, string.h.
47632         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
47633         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
47634         free.
47635         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
47636         headers.
47637         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
47638         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
47639         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
47640         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
47641         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
47642
47643 2003-09-09  Paul Eggert  <eggert@twinsun.com>
47644
47645         More K&R removal.
47646
47647         * lib/acosl.c (main): Use a prototype.
47648         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
47649         tanl.c: Likewise.
47650
47651         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
47652
47653         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
47654         (getopt, etopt_long, getopt_long_only, _getopt_internal)
47655         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
47656         with a prototype.
47657         * lib/getopt.c (const): Remove macro.
47658         Include <string.h> unconditionally.
47659         (my_index): Remove; all uses changed to strchr.
47660         (strlen): Remove decl.
47661         (exchange): Remove forward decl; no longer needed.
47662         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
47663         Define with prototype.
47664         * lib/getopt1.c (const): Remove macro.
47665         (getopt_long, getopt_long_only, main): Define with prototype.
47666
47667         * lib/getugroups.c: Include <string.h> unconditionally.
47668
47669         * lib/getusershell.c: Include <stdlib.h> unconditionally.
47670         (getusershell, setusershell, endusershell, readname, main):
47671         Define with prototypes.
47672
47673         * lib/group-member.c: Include group-member.h first.
47674         Include <stdlib.h> unconditionally.
47675
47676         * lib/hard-locale.c: Include hard-locale.h first.
47677         Include <stdlib.h>, <string.h> unconditionally.
47678
47679         * lib/hash.c (free, malloc): Remove decls.
47680         Include <stdlib.h> unconditionally.
47681
47682         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
47683         (getenv): Do not declare.
47684
47685         * lib/idcache.c: Include <string.h> unconditionally.
47686
47687         * lib/long-options.c: Include long-options.h first, to test interface.
47688         Include <stdlib.h> unconditionally.
47689
47690         * lib/makepath.c: Include makepath.h first, to test interface.
47691         Include <stdlib.h> and <string.h> unconditionally.
47692
47693         * lib/linebuffer.c: Include <stdlib.h>.
47694         (free): Remove decl.
47695
47696         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
47697         stddef.h. rpl_malloc returns void *, not char *.
47698         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
47699         prototype.
47700
47701         * lib/md5.h: Include <limits.h> unconditionally.
47702         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
47703         (__P): Remove; all uses removed.
47704         * lib/md5.c: Include "md5.h" first.
47705         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
47706         md5_buffer, md5_process_bytes, md5_process_block):
47707         Define with prototypes.
47708         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
47709         * lib/sha.c: Include "sha.h" first.
47710         Include <stdlib.h>, <string.h> unconditionally.
47711
47712         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
47713         * lib/memcmp.c (__ptr_t): Likewise.
47714         * lib/memrchr.c (__ptr_t): Likewise.
47715         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
47716         Include <string.h> unconditionally.
47717         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
47718         * lib/memchr.c: Include <stdlib.h> unconditionally.
47719         * lib/memchr.c (LONG_MAX): Remove.
47720         * lib/memrchr.c (LONG_MAX): Likewise.
47721         * lib/memchr.c (__memchr): Define via a prototype.
47722         * lib/memrchr.c (__memrchr): Likewise.
47723         * lib/memcmp.c (__P): Remove, and remove all uses.
47724         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
47725         Remove forward decls; no longer needed.
47726         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
47727         Use types required by C89 in prototype.
47728
47729         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
47730         * lib/savedir.c: Likewise.
47731         * lib/mkdir.c (free): Remove decl.
47732         * lib/rmdir.c (rmdir): Define with a prototype.
47733         * lib/savedir.c: Include savedir.h first, to test interface.
47734
47735         * lib/mktime.c (STDC_HEADERS): Remove.
47736         Include <stdlib.h>, <string.h> unconditionally.
47737
47738         * lib/modechange.c: Include <stdlib.h> unconditionally.
47739         (malloc): Remove decl.
47740
47741         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
47742         (free): Remove decl.
47743
47744         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
47745         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
47746         (This type really should be intptr_t, but that's a C99ism.)
47747         (_obstack_memcpy): Remove: all uses changed to memcpy.
47748         Include <string.h> unconditionally.
47749         (struct obstack): Assume __STDC__ for types of members
47750         chunkfun, freefun, extra_arg.
47751         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
47752         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
47753         obstack_begin, obstack_specify_allocation,
47754         obstack_specify_allocation_with_arg, obstack_chunkfun,
47755         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
47756         Remove unprototyped decls and the macros that use them.
47757         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
47758         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
47759         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
47760         (defined __STDC__ && __STDC__)]:
47761         Remove nonprototyped code.
47762         Include <stdlib.h> unconditionally.
47763         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
47764         _obstack_allocated_p, _obstack_free, obstack_free,
47765         _obstack_memory_used, print_and_abort):
47766         Define using prototypes.
47767         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
47768         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
47769         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
47770         obstack_next_free, obstack_object_size, obstack_room) [0]:
47771         Remove unused, unprototyped code.
47772
47773         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
47774
47775         * lib/physmem.c (physmem_total, physmem_available, main): Define
47776         with prototypes.
47777
47778         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
47779         (main): Define with a prototype.
47780
47781         * lib/posixver.c (getenv): Remove decl.
47782
47783         * lib/putenv.c (malloc): Returns void *, not char *.
47784         Include <string.h> unconditionally.
47785         (strchr, memcpy, NULL): Do not define.
47786
47787         * lib/readtokens.c: Include readtokens.h first, to test interface.
47788         Include <stdlib.h>, <string.h> unconditionally.
47789         (init_tokenbuffer): Define with a prototype.
47790
47791         * lib/regex.c (PARAMS): Remove.  All uses removed.
47792         All uses of _RE_ARGS removed, too.
47793         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
47794         unconditionally.
47795         (bzero): Assume memset exists.
47796         (memcmp, memcpy, NULL): Remove.
47797         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
47798         char, or assignments to local vars of type signed char.
47799         (init_syntax_once, PREFIX(extract_number_and_incr),
47800         PREFIX(print_partial_compiled_pattern),
47801         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
47802         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
47803         PREFIX(regex_grow_registers), PREFIX(regex_compile),
47804         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
47805         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
47806         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
47807         wcs_compile_range, byte_compile_range, truncate_wchar,
47808         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
47809         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
47810         count_mbs_length, wcs_re_match_2_internal,
47811         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
47812         PREFIX(alt_match_null_string_p),
47813         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
47814         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
47815         regfree, PREFIX(extract_number)): Define with prototype.  Remove
47816         now-unnecessary declaration, if any.
47817         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
47818         regcomp, regexec):
47819         Remove now-unnecessary casts among pointer types.
47820         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
47821
47822         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
47823         (free): Remove decl.
47824
47825         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
47826
47827         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
47828         (free): Remove decl.
47829
47830         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
47831         * lib/xgetcwd.c: Likewise.
47832
47833         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
47834         (free): Remove decl.
47835
47836         * lib/strchrnul.c (strchrnul): Define with a prototype.
47837         Fix bug: c_in was not converted to char before searching.
47838
47839         The following changes are not K&R related:
47840
47841         * lib/group-member.h: Include <sys/types.h>, so that this file is
47842         self-contained.
47843         * lib/makepath.h: Likewise.
47844
47845         * lib/getusershell.c (readname, default_index, line_size, readname):
47846         Use size_t, not int, for sizes.
47847         (readname): If the size overflows, report an error instead of
47848         looping forever.
47849
47850 2003-09-09  Paul Eggert  <eggert@twinsun.com>
47851
47852         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
47853         libc.
47854
47855 2003-09-09  Paul Eggert  <eggert@twinsun.com>
47856
47857         * README: New section: portability guidelines.
47858
47859 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
47860
47861         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
47862         C89 spec.
47863
47864 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
47865
47866         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
47867
47868 2003-09-08  Paul Eggert  <eggert@twinsun.com>
47869
47870         Assume C89 or better; remove K&R cruft.
47871         A few of these changes were first proposed by Derek Robert Price
47872         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
47873
47874         * lib/addext.c: Include <string.h> unconditionally.
47875         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
47876         Don't declare getenv or malloc.
47877
47878         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
47879         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
47880         (NULL): Remove.
47881         (find_stack_direction, alloca): Use prototypes.
47882
47883         * lib/atexit.c (atexit): Define using a prototype.
47884
47885         * lib/basename.c, dirname.c, stripslash.c:
47886         Include <string.h> unconditionally.
47887
47888         * lib/bcopy.c: Include <stddef.h>.
47889         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
47890
47891         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
47892
47893         * lib/error.h (error, error_at_line, error_print_progname)
47894         [! (defined (__STDC__) && __STDC__)]: Remove decls.
47895         * lib/error.c: Include error.h first, to check interface.
47896         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
47897         (VA_START): Remove; all uses changeed to va_start.
47898         (exit, strerror): Remove decls.
47899         (error_print_progname): Prototype uncondionally.
47900         Don't include <errno.h>; no longer needed.
47901         (private_strerror): Remove.
47902         (error_tail): Always define.
47903         (error, error_at_line): Assume C89 or better; always use prototypes.
47904         * lib/fatal.c: Include "fatal.h" first, to test interface.
47905         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
47906         (VA_START): Remove; all uses changed to va_start.
47907         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
47908         this case.
47909         (exit): Remove decl.
47910         (fatal): Prototype unconditionally.  Assume va_start works.
47911         Abort at end, to pacify gcc.
47912
47913         * lib/euidaccess.c (main): Define with a prototype.
47914
47915         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
47916
47917         * lib/exitfail.c: Include <stdlib.h> unconditionally.
47918
47919         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
47920         prototypes.
47921         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
47922         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
47923         (getenv): Remove decl.
47924         (fnmatch): Define using a prototype.
47925         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
47926         (FCT): Define using a prototype.
47927
47928         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
47929
47930         * lib/gethostname.c: Include <stddef.h>.
47931         (gethostname): Define with prototype.  Length is size_t, not int.
47932
47933 2003-09-08  Paul Eggert  <eggert@twinsun.com>
47934
47935         Assume C89 or better; remove K&R cruft.
47936         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
47937         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
47938         string.h, getenv, malloc.
47939         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
47940         headers.
47941         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
47942         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
47943         do not check for strerror.
47944         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
47945         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
47946         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
47947         do not check for doprnt or vprintf.
47948         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
47949         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
47950
47951 2003-09-08  Paul Eggert  <eggert@twinsun.com>
47952
47953         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
47954         getversion.c should have been removed then, but was accidentally
47955         preserved.
47956
47957         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
47958         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
47959
47960 2003-09-08  Karl Berry  <karl@gnu.org>
47961
47962         * config/config.sub, config.guess, srclistvars.sh: update from savannah
47963                 config, forget about prep.
47964
47965         * config/depcomp, missing: update from automake.
47966
47967 2003-09-07  Paul Eggert  <eggert@twinsun.com>
47968
47969         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
47970         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
47971
47972 2003-09-07  Paul Eggert  <eggert@twinsun.com>
47973
47974         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
47975         copy_tm_result.  Bug reported by Simon Josefsson in
47976         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
47977
47978 2003-09-06  Paul Eggert  <eggert@twinsun.com>
47979
47980         * m4/time_r.m4: New file.
47981         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
47982         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
47983         is. Check for timegm declaration.
47984         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
47985         Do not check for gmtime_r.
47986         Replace mktime if __mktime_internal does not exist and if mktime
47987         hasn't been replaced already.
47988
47989 2003-09-06  Paul Eggert  <eggert@twinsun.com>
47990
47991         * lib/time_r.c, lib/time_r.h: New files.
47992
47993         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
47994         __localtime_r.
47995         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
47996         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
47997
47998         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
47999         __gmtime_r.
48000         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
48001         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
48002         Include <time_r.h>.
48003
48004         * lib/timegm.c: Switch to glibc implementation, with the following
48005         changes:
48006         [defined HAVE_CONFIG_H]: Include <config.h>.
48007         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
48008         (__mktime_internal) [!defined _LIBC]: New decl.
48009         (__gmtime_r) [!defined _LIBC]: New macro and function.
48010         (timegm): Use a prototype, since gnulib assumes C89.
48011         Do not bother declaring tmp to be const, as it's not really usefu.
48012         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
48013         (timegm): Declare only if HAVE_DECL_TIMEGM.
48014
48015 2003-09-06  Paul Eggert  <eggert@twinsun.com>
48016
48017         * MODULES.html.sh (func_all_modules): Add time_r.
48018         * modules/time_r: New file.
48019         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
48020         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
48021
48022 2003-09-03  Paul Eggert  <eggert@twinsun.com>
48023
48024         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
48025         Bug reported by Lute Kamstra in
48026         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
48027
48028         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
48029         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
48030         course with correspondingly smaller numbers for tomorrow and
48031         yesterday.  From Tadayoshi Funaba.  Originally installed into
48032         sh-utils on 1999-08-07, but the patch got lost (I guess during the
48033         coreutils merge?).
48034
48035 2003-08-31  Simon Josefsson  <jas@extundo.com>
48036
48037         * modules/timegm: New file.
48038         * MODULES.html.sh (func_all_modules): Add timegm.
48039
48040 2003-08-31  Simon Josefsson  <jas@extundo.com>
48041
48042         * m4/timegm.m4: New file.
48043
48044 2003-08-31  Simon Josefsson  <jas@extundo.com>
48045
48046         * lib/timegm.h: New file.
48047         * lib/timegm.c: New file.  Based on
48048         wget-1.8.2/src/http.c:mktime_from_utc.
48049
48050 2003-08-31  Karl Berry  <karl@gnu.org>
48051
48052         * lib/argp.h: update from libc.
48053
48054 2003-08-28  Bruno Haible  <bruno@clisp.org>
48055
48056         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
48057         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
48058         followed by '#define fnmatch fnmatch_posix' gives an error.
48059
48060 2003-08-28  Bruno Haible  <bruno@clisp.org>
48061
48062         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
48063         warning on QNX, which defines O_BINARY to 000000.
48064
48065 2003-08-27  Jim Meyering  <jim@meyering.net>
48066
48067         * m4/mkstemp.m4: Require that the system mkstemp be able to create
48068         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
48069         would fail after 32.  Reported by Danny Levinson.  Details here:
48070         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
48071
48072 2003-08-24  Bruno Haible  <bruno@clisp.org>
48073
48074         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
48075         MSVC7 <stdio.h> is included later.
48076
48077 2003-08-22  Simon Josefsson  <jas@extundo.com>
48078
48079         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
48080
48081 2003-08-20  Karl Berry  <karl@gnu.org>
48082
48083         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
48084
48085 2003-08-20  Bruno Haible  <bruno@clisp.org>
48086
48087         * modules/progname: New file.
48088         * MODULES.html.sh (func_all_modules): Add progname.
48089
48090 2003-08-20  Bruno Haible  <bruno@clisp.org>
48091
48092         * lib/progname.h: New file, from GNU gettext.
48093         * lib/progname.c: New file, from GNU gettext.
48094         * lib/progreloc.c: New file, from GNU gettext.
48095
48096 2003-08-19  Jim Meyering  <jim@meyering.net>
48097
48098         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
48099         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
48100
48101 2003-08-19  Bruno Haible  <bruno@clisp.org>
48102
48103         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
48104         more.
48105
48106 2003-08-19  Bruno Haible  <bruno@clisp.org>
48107
48108         * lib/xstrdup.c: Assume <string.h> exists.
48109
48110 2003-08-18  Paul Eggert  <eggert@twinsun.com>
48111
48112         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
48113         in makefile rules.
48114
48115 2003-08-18  Jim Meyering  <jim@meyering.net>
48116
48117         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
48118         * m4/lib-ld.m4: Likewise.
48119
48120 2003-08-18  Jim Meyering  <jim@meyering.net>
48121
48122         * lib/setenv.h: Indent nested cpp directive.
48123         * lib/vasnprintf.c: Remove trailing blanks.
48124
48125 2003-08-17  Simon Josefsson  <jas@extundo.com>
48126
48127         * modules/xstrndup: New file.
48128         * MODULES.html.sh (func_all_modules): Add xstrndup.
48129
48130 2003-08-17  Simon Josefsson  <jas@extundo.com>
48131
48132         * modules/argp: Fix autoconf macro name. Add more dependencies.
48133
48134 2003-08-17  Simon Josefsson  <jas@extundo.com>
48135
48136         * m4/xstrndup.m4: New file.
48137
48138 2003-08-17  Simon Josefsson  <jas@extundo.com>
48139
48140         * m4/argp.m4: New file.
48141
48142 2003-08-17  Simon Josefsson  <jas@extundo.com>
48143             Bruno Haible  <bruno@clisp.org>
48144
48145         * lib/xstrndup.h: New file.
48146         * lib/xstrndup.c: New file.
48147
48148 2003-08-17  Bruno Haible  <bruno@clisp.org>
48149
48150         * modules/strndup (Files, Include): Add lib/strndup.h.
48151
48152 2003-08-17  Bruno Haible  <bruno@clisp.org>
48153
48154         * modules/euidaccess (Files): Add lib/euidaccess.h.
48155
48156 2003-08-17  Bruno Haible  <bruno@clisp.org>
48157
48158         * lib/strndup.h: New file.
48159
48160 2003-08-17  Bruno Haible  <bruno@clisp.org>
48161
48162         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
48163         like AC_GNU_SOURCE.
48164         * modules/extensions (configure.ac): Comment out the invocation of
48165         gl_USE_SYSTEM_EXTENSIONS.
48166
48167 2003-08-16  Paul Eggert  <eggert@twinsun.com>
48168
48169         Merges from coreutils, etc.
48170         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
48171         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
48172         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
48173         fixing a typo.
48174         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
48175         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
48176
48177 2003-08-16  Paul Eggert  <eggert@twinsun.com>
48178
48179         Document merge from coreutils.
48180         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
48181         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
48182         * modules/utime: Add m4/utimes-null.m4.
48183
48184 2003-08-16  Paul Eggert  <eggert@twinsun.com>
48185
48186         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
48187         space, undoing this 2003-08-12 change:
48188         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
48189
48190 2003-08-16  Paul Eggert  <eggert@twinsun.com>
48191
48192         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
48193         strtoul.c from libc, undoing this 2003-08-12 change:
48194         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
48195
48196 2003-08-16  Jim Meyering  <jim@meyering.net>
48197
48198         Merges from coreutils.
48199         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
48200         prefix.  Adjust cache variables similarly.  Create 500 rather than
48201         just 300 files, to exercise bug on Darwin6.5, too.
48202         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
48203         $missing_dir.
48204         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
48205         AM_SYS_POSIX_TERMIOS.
48206         Reported by mkc@mathdogs.com.
48207         Also change use of $am_cv_sys_posix_termios
48208         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
48209         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
48210         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
48211         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
48212         in /proc/mounts until it finds one with matching device number.  This
48213         is unnecessary when the FILE argument *is* a mount point.  No stat call
48214         is necessary in that case.  So, disable the statvfs-testing code on
48215         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
48216         as RedHat bug# 84846.
48217         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
48218         to 1MB, so as not to render systems with no stack size limit (e.g.,
48219         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
48220         Include <unistd.h>.  On some systems,
48221         it is required for the definition of _SC_PAGESIZE.
48222
48223 2003-08-16  Jim Meyering  <jim@meyering.net>
48224
48225         Merge from coreutils.
48226         * lib/xstrtoimax.c: #else #if -> #elif.
48227         * lib/xstrtoumax.c: Likewise.
48228
48229 2003-08-16  Jim Meyering  <jim@meyering.net>
48230
48231         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
48232         * m4/utimes.m4: Removed.
48233         * m4/utimes-null.m4: Renamed from utimes.m4.
48234
48235         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
48236         to 1MB, so as not to render systems with no stack size limit (e.g.,
48237         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
48238         Include <unistd.h>.  On some systems,
48239         it is required for the definition of _SC_PAGESIZE.
48240
48241 2003-08-16  Jim Meyering  <jim@meyering.net>
48242         and Paul Eggert  <eggert@cs.ucla.edu>
48243
48244         Merges from coreutils, etc.
48245
48246         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
48247         using the latest version from cvs.  This avoids problems with #line
48248         directives using a vendor (Sun) compiler.
48249         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
48250         Don't set GETGROUPS_LIB here; now it's
48251         done via getgroups.m4's wrapper function.
48252         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
48253         rather than just in sh-util/configure.in, so that the
48254         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
48255         same.
48256         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
48257         AC_FUNC_GETLOADAVG where to find getloadavg.c.
48258         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
48259         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
48260         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
48261         Remove code that is now done by the newly-required macros.
48262         Append $(EXEEXT) to DF_PROG.
48263         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
48264         Do not invoke or require the following here,
48265         since prereq.m4 or some gnulib .m4 now does this for us:
48266         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
48267         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
48268         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
48269         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
48270         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
48271         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
48272         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
48273         AC_FUNC_OBSTACK.
48274         Do not replace the following functions, as this is now the job
48275         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
48276         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
48277         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
48278         atexit getpass, strdup, getpagesize.
48279         Replace 'raise'.
48280         Do not check for the following functions, as this is now the job
48281         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
48282         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
48283         setregid.
48284         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
48285         Check for sys/sysctl.h.
48286         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
48287         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
48288         of checking for ssize_t ourselves.
48289
48290         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
48291         Require every macro that gnulib/modules/* suggests for us.
48292         (jm_PREREQ_ADDEXT): New macro.
48293         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
48294         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
48295
48296         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
48297         (gl_PHYSMEM): Use it.
48298         Also check for `table' function.
48299         Check for new headers and functions.
48300         Add check for sys/sysmp.h.
48301         With suggestions from Kaveh Ghazi.
48302         Ignore headers that are present but cannot be compiled.  This
48303         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
48304         C 5.4.
48305
48306 2003-08-15  Paul Eggert  <eggert@twinsun.com>
48307
48308         Document merge from coreutils.
48309         * modules/userspec: Depend on posixver.
48310         * modules/strftime: Depend on tzset.
48311
48312 2003-08-15  Paul Eggert  <eggert@twinsun.com>
48313
48314         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
48315         rather than tab, after '#' in shell-script copyright notices.
48316         Suggested by Bruno Haible.
48317
48318 2003-08-15  Paul Eggert  <eggert@twinsun.com>
48319
48320         * config/srclist-update: Use three spaces, rather than tab, after '#'
48321         in shell-script copyright notices.  Suggested by Bruno Haible.
48322         Remove unnecessary parenthesization in regular expression.
48323
48324 2003-08-15  Jim Meyering  <jim@meyering.net>
48325
48326         Merge from coreutils.
48327         * lib/xgethostname.c: Include <stdlib.h>.
48328         (xghostname): Don't exit for anything other than memory-related
48329         failure; just return NULL.
48330         * lib/userspec.c: Include "posixver.h".
48331         (parse_user_spec): Accept `.' as a separator only
48332         in pre-POSIX-200112 mode.
48333         * lib/strtoimax.c: Use #elif rather than #else #if.
48334         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
48335         Remove function, now that we can rely on a working tzset function.
48336         [!_LIBC]: Ensure that the required autoconf test has been run.
48337         [!defined _NL_CURRENT && HAVE_STRFTIME]:
48338         Use underlying_strftime for %r.
48339         * lib/sha.c: Merge in some clean-up and optimization changes from
48340         glibc.
48341         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
48342         Ensure that it is a multiple of 64.
48343         Rearrange loop exit tests so as to avoid performing an
48344         additional fread after encountering an error or EOF.
48345         * lib/realloc.c: Update copyright date.
48346
48347 2003-08-15  Jim Meyering  <jim@meyering.net>
48348         and Paul Eggert  <eggert@twinsun.com>
48349
48350         Merge from coreutils.
48351         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
48352         member but strut utmpx does not.  Needed for AIX 4.3.3.
48353         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
48354
48355 2003-08-15  Jim Meyering  <jim@meyering.net>
48356         and Paul Eggert  <eggert@cs.ucla.edu>
48357
48358         Merges from coreutils, etc.
48359         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
48360         Require gl_FUNC_TZSET_CLOBBER.
48361         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
48362         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
48363         members.
48364
48365 2003-08-14  Paul Eggert  <eggert@twinsun.com>
48366
48367         Help the merge from coreutils.
48368         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
48369         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
48370         * m4/tzset.m4: Use it too.
48371
48372 2003-08-14  Paul Eggert  <eggert@twinsun.com>
48373
48374         * modules/tzset: New file.
48375
48376 2003-08-14  Jim Meyering  <jim@meyering.net>
48377
48378         Merges from coreutils.
48379         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
48380         variable names, rather than @FNMATCH_H@.
48381         * modules/alloca: Likewise for $(ALLOCA_H).
48382
48383         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
48384         the three copies of the literal target, `fnmatch.h'.
48385         * modules/alloca (alloca.h): Likewise.
48386
48387 2003-08-14  Jim Meyering  <jim@meyering.net>
48388
48389         Merge from coreutils.
48390         * m4/tzset.m4: New file.
48391         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
48392         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
48393         otherwise, AIX 5.1 systems would end up using the latter.
48394         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
48395         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
48396         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
48397         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
48398
48399 2003-08-14  Jim Meyering  <jim@meyering.net>
48400
48401         Merge from coreutils.
48402         * lib/obstack.h: Whitespace changes.
48403         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
48404         and xcalloc return values.
48405         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
48406         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
48407         hang on OSF/1 5.1 for DIR on both local and remote file systems.
48408         Reported by (and fix confirmed by) Nelson H. F. Beebe.
48409         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
48410         error from mntctl.
48411         Use mntctl's return value to drive the entry-processing loop, since
48412         we can't rely on the value of the vmt_length member in the last
48413         entry.  On some systems doing so could result in exhausting
48414         virtual memory.  Based in part on a patch from Mike Jetzer.
48415
48416 2003-08-14  Jim Meyering  <jim@meyering.net>
48417         and Paul Eggert  <eggert@twinsun.com>
48418
48419         Merges from coreutils, plus other fixes.
48420         * lib/physmem.c: Merge in portability changes from gcc/libiberty
48421         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
48422         for credits and details.  Thanks to Kaveh Ghazi for helping
48423         to keep these files in sync.
48424         (ARRAY_SIZE): Define it.
48425         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
48426         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
48427         (memcasecmp): Don't assume size_t fits in unsigned int.
48428         Remove casts and duplicate code.
48429         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
48430         (memcpy): Remove definition.
48431         Merge in some clean-up and optimization changes from glibc.
48432         [BLOCKSIZE]: Move definition to top of file.
48433         Ensure that it is a multiple of 64.
48434         Rearrange loop exit tests so as to avoid performing an
48435         additional fread after encountering an error or EOF.
48436         * lib/md5.h (md5_uintptr): Define.
48437         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
48438         return to the initial working directory.  Preserve errno
48439         for caller.
48440         * lib/idcache.c: Include "xalloc.h".
48441         (xmalloc, xrealloc): Remove decls.
48442         (getuser): Remove casts no longer required in C89.
48443         * lib/human.c: Include stdio.h, for sprintf.
48444         * lib/group-member.c: Include "xalloc.h".
48445         (xmalloc, xrealloc): Remove decls.
48446         (get_group_info): Remove casts no longer required in C89.
48447         * lib/getusershell.c (readname): Remove casts no longer required in
48448         C89.
48449         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
48450         * lib/getline.c: Whitespace fix, from coreutils.
48451
48452 2003-08-13  Paul Eggert  <eggert@twinsun.com>
48453
48454         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
48455         Check for isascii.
48456
48457         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
48458         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
48459         Undo previous (whitespace-only) change.
48460
48461 2003-08-13  Paul Eggert  <eggert@twinsun.com>
48462
48463         * lib/exclude.c: Include <ctype.h>
48464         (IN_CTYPE_DOMAIN): New macro.
48465         (is_space): New fn.
48466         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
48467         and empty lines.
48468
48469         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
48470         Undo previous (whitespace-only) change.
48471
48472 2003-08-13  Paul Eggert  <eggert@twinsun.com>
48473
48474         * config/srclist-update: Change update back to the old behavior,
48475         leaving whitespace alone.  Use one 'sed' command rather than a
48476         pipeline.
48477         (fixlicense): Now a variable, not a function.
48478         (remove_trailing_blanks): Remove.
48479         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
48480         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
48481         Undo previous (whitespace-only) change.
48482
48483 2003-08-12  Paul Eggert  <eggert@twinsun.com>
48484
48485         Merge from coreutils.
48486         * modules/euidaccess: Add lib_SOURCES, include for new
48487         file euidaccess.h
48488
48489 2003-08-12  Paul Eggert  <eggert@twinsun.com>
48490
48491         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
48492         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
48493         Normalize leading white space and remove trailing white space.
48494
48495         Merge from coreutils
48496         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
48497
48498         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
48499         0.12.1.  These files are now being upgraded automatically by
48500         ../config/srclist-update.
48501
48502 2003-08-12  Paul Eggert  <eggert@twinsun.com>
48503
48504         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
48505         Normalize leading white space and remove trailing white space.
48506         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
48507         notice, as per ../config/srclist-update.
48508
48509         Merge from coreutils.
48510         * lib/euidaccess.h: New file.
48511         * lib/euidaccess.c: Include it.
48512         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
48513         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
48514         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
48515
48516 2003-08-12  Paul Eggert  <eggert@twinsun.com>
48517
48518         * config/srclist-update: Add copyright notice.
48519         (remove_id_lines, remove_trailing_blanks): New constants.
48520         (fixfile): Use them to normalize spacing a bit in copied files.
48521         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
48522         Normalize leading white space and remove trailing white space.
48523
48524         * config/texinfo.tex: Sync with texinfo.
48525
48526         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
48527         strtoul.c from libc, to merge coreutils whitespace changes.
48528
48529         * config/srclist.txt: Get the following m4 files from gettext:
48530         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
48531         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
48532         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
48533         wint_t.m4.
48534
48535 2003-08-12  Karl Berry  <karl@gnu.org>
48536
48537         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
48538         been made.
48539
48540 2003-08-11  Paul Eggert  <eggert@twinsun.com>
48541
48542         * modules/gnu-source, m4/gnu-source.m4:
48543         Remove; we're assuming Autoconf 2.54 or later now.
48544         Suggested by Bruno Haible.
48545         * MODULES.html.sh (func_all_modules): Remove gnu-source.
48546
48547 2003-08-11  Bruno Haible  <bruno@clisp.org>
48548
48549         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
48550
48551 2003-08-11  Bruno Haible  <bruno@clisp.org>
48552
48553         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
48554         (vasnprintf): Use it instead of wcslen.
48555
48556 2003-08-11  Bruno Haible  <bruno@clisp.org>
48557
48558         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
48559         value to ensure that _Bool promotes to int. Use #define for _Bool when
48560         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
48561
48562 2003-08-10  Karl Berry  <karl@gnu.org>
48563
48564         * lib/regex.h: update from libc (whitespace fix).
48565
48566 2003-08-09  Paul Eggert  <eggert@twinsun.com>
48567
48568         Merge some files from coreutils.  These changes were
48569         originally made by Jim Meyering.
48570         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
48571         many older Unixes require this.
48572         * lib/alloca.c (alloca): Remove cast to argument of free;
48573         no longer needed in C89.
48574         * lib/alloca_.h, regex.h: Fix white space to match
48575         what GNU indent does.
48576
48577 2003-08-09  Paul Eggert  <eggert@twinsun.com>
48578
48579         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
48580         apparently Emacs's Unicode mode got confused before my 2003-08-05
48581         checkin.
48582
48583 2003-08-08  Paul Eggert  <eggert@twinsun.com>
48584
48585         * m4/extensions.m4: New file.
48586         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
48587         Require gl_USE_SYSTEM_EXTENSIONS.
48588         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
48589         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
48590
48591 2003-08-08  Paul Eggert  <eggert@twinsun.com>
48592
48593         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
48594         * modules/extensions, modules/gnu-source: New files.
48595         * modules/timespec, modules/unlocked-io: Depend on extensions.
48596
48597 2003-08-07  Paul Eggert  <eggert@twinsun.com>
48598
48599         * modules/restrict: New file.
48600         * MODULES.html.sh (func_all_modules): Add restrict.
48601         * modules/regex: Depend on restrict.
48602
48603 2003-08-07  Paul Eggert  <eggert@twinsun.com>
48604
48605         * m4/restrict.m4: New file.
48606         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
48607
48608 2003-08-07  Bruno Haible  <bruno@clisp.org>
48609
48610         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
48611         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
48612
48613 2003-08-07  Bruno Haible  <bruno@clisp.org>
48614
48615         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
48616         makes the module 'getndelim2' compatible with the module 'getline'.
48617
48618 2003-08-05  Paul Eggert  <eggert@twinsun.com>
48619
48620         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
48621         byte with "\201" to avoid glitches when editing that source file
48622         with multi-gnome-terminal.
48623
48624 2003-08-05  Paul Eggert  <eggert@twinsun.com>
48625
48626         * lib/bumpalloc.h: Remove.
48627
48628 2003-08-05  Paul Eggert  <eggert@twinsun.com>
48629
48630         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
48631         * modules/bumpalloc: Remove.
48632
48633 2003-08-04  Paul Eggert  <eggert@twinsun.com>
48634
48635         * lib/getloadavg.c: Change copyright notice and spacing to conform to
48636         GNU coding style.
48637
48638         Merge from coreutils.
48639         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
48640         1. From glibc.
48641         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
48642         from Karl Berry, implemented by Jim Meyering.
48643         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
48644         from Dmitry V. Levin.
48645         Remove anachronistic cast of xrealloc.
48646         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
48647         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
48648         type. Otherwise, it wouldn't compile with at least /bin/cc on
48649         ymp-cray-unicos9.0.2.X.
48650         Combine two mostly-identical uses of alloca into one.
48651         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
48652
48653 2003-08-04  Dave Love  <d.love@dl.ac.uk>
48654
48655         [From Emacs.]
48656
48657         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
48658         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
48659         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
48660         obsolete NLIST_NAME_UNION.
48661         [__GNU__]: Undef BSD and FSCALE.
48662         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
48663
48664 2003-08-03  Paul Eggert  <eggert@twinsun.com>
48665
48666         * lib/stdbool_.h (_Bool): Make it signed char, instead of
48667         an enum type, so that it's guaranteed to promote to int.  See:
48668         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
48669
48670 2003-08-03  Karl Berry  <karl@gnu.org>
48671
48672         * config/depcomp: update from automake.
48673
48674 2003-07-31  Paul Eggert  <eggert@twinsun.com>
48675
48676         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
48677         (strerror): Don't assume that a printable int fits in 14 bytes.
48678
48679 2003-07-31  Bruno Haible  <bruno@clisp.org>
48680
48681         * modules/getpass-gnu: New file.
48682         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
48683
48684 2003-07-31  Bruno Haible  <bruno@clisp.org>
48685
48686         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
48687
48688 2003-07-24  Karl Berry  <karl@gnu.org>
48689
48690         * config/missing: update from automake.
48691
48692 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
48693             Bruno Haible  <bruno@clisp.org>
48694
48695         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
48696         * lib/getline.c (getline, getdelim): Likewise.
48697         Remove _GNU_SOURCE define; now it's defined in config.h through
48698         m4/getline.m4.
48699
48700 2003-07-23  Karl Berry  <karl@gnu.org>
48701
48702         * config/config.sub: update from prep.
48703
48704 2003-07-22  Paul Eggert  <eggert@twinsun.com>
48705
48706         * modules/xalloc (Depends-on): Add exitfail.
48707         * modules/xmemcoll: Likewise.
48708
48709 2003-07-22  Paul Eggert  <eggert@twinsun.com>
48710
48711         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
48712         over-parenthesization in macros.
48713
48714         Sync with coreutils.
48715
48716         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
48717         required by C99.
48718
48719         Use `exit_failure' for xalloc and xmemcoll instead of their own
48720         private exit-failure variables.
48721         * lib/xalloc.h (xalloc_exit_failure): Remove.
48722         * lib/xmalloc.c: Likewise.  Include exitfail.h.
48723         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
48724         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
48725         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
48726         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
48727
48728 2003-07-20  Jim Meyering  <jim@meyering.net>
48729
48730         * modules/closeout (Depends-on): Add exitfail.
48731         Suggestion from Bruno Haible.
48732
48733 2003-07-19  Karl Berry  <karl@gnu.org>
48734
48735         * config/config.sub: update from prep.
48736
48737 2003-07-18  Paul Eggert  <eggert@twinsun.com>
48738
48739         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
48740         Remove.
48741         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
48742         to test that it can stand by itself.  Include "exitfail.h".
48743         Clients should set exit_failure instead.
48744         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
48745
48746 2003-07-18  Bruno Haible  <bruno@clisp.org>
48747
48748         * modules/getndelim2: New file.
48749         * modules/getline: Share files with module getndelim2.
48750         * modules/getnline: Depend on getndelim2 instead of sharing files with
48751         it. Add getnline.c to lib_SOURCES.
48752         * MODULES.html.sh (func_all_modules): Add getndelim2.
48753
48754 2003-07-18  Bruno Haible  <bruno@clisp.org>
48755
48756         * m4/getndelim2.m4: New file.
48757         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
48758         invoke gl_PREREQ_GETNDELIM2.
48759         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
48760         gl_PREREQ_GETNDELIM2.
48761         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
48762         gl_GETNDELIM2.
48763
48764 2003-07-18  Bruno Haible  <bruno@clisp.org>
48765
48766         * lib/getndelim2.h: New file.
48767         * lib/getndelim2.c: Make into a module of its own. Include config.h,
48768         getndelim2.h.
48769         (getndelim2): Make non-static. Change return type to ssize_t.
48770         * lib/getline.h: Change argument names.
48771         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
48772         * lib/getnline.c: Include getndelim2.h.
48773
48774 2003-07-18  Andreas Schwab  <schwab@suse.de>
48775
48776         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
48777
48778 2003-07-17  Karl Berry  <karl@gnu.org>
48779
48780         * config/config.sub: update from prep.
48781
48782 2003-07-17  Bruno Haible  <bruno@clisp.org>
48783
48784         * modules/getnline: New file.
48785         * modules/getline: Add lib/getndelim2.c to source file list.
48786         * MODULES.html.sh (func_all_modules): Add getnline.
48787
48788 2003-07-17  Bruno Haible  <bruno@clisp.org>
48789
48790         * m4/getnline.m4: New file.
48791
48792 2003-07-17  Bruno Haible  <bruno@clisp.org>
48793
48794         * m4/Makefile.am.in: Remove file.
48795         * m4/Makefile.am: Remove file.
48796         * m4/Makefile.in: Remove file.
48797
48798 2003-07-17  Bruno Haible  <bruno@clisp.org>
48799
48800         * lib/getnline.h: New file.
48801         * lib/getnline.c: New file.
48802         * lib/getndelim2.c: New file, extracted from getline.c.
48803         (getndelim2): Renamed from getdelim2, with added nmax argument.
48804         * lib/getline.c: Include getndelim2.c.
48805         (getdelim2): Moved out to getndelim2.c.
48806         (getline, getdelim): Update.
48807
48808 2003-07-17  Bruno Haible  <bruno@clisp.org>
48809
48810         * lib/Makefile.am: Remove file.
48811         * lib/Makefile.in: Remove file.
48812
48813 2003-07-17  Bruno Haible  <bruno@clisp.org>
48814
48815         * configure.in: Remove file.
48816         * Makefile.in: Remove file.
48817
48818 2003-07-17  Bruno Haible  <bruno@clisp.org>
48819
48820         * MODULES.html.sh: Put the </BODY> right before </HTML>.
48821
48822 2003-07-16  Karl Berry  <karl@gnu.org>
48823
48824         * config/srclist-update: was running fixlicense twice, which caused
48825                 texinfo.tex to be nullified for some reason.  Simplify,
48826                 $gplsrc is no longer needed as far as I can see?
48827
48828 2003-07-16  Jim Meyering  <jim@meyering.net>
48829
48830         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
48831
48832 2003-07-15  Paul Eggert  <eggert@twinsun.com>
48833
48834         * config/srclist.txt: Get the following files from gettext-runtime/intl
48835         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
48836         ref-del.sin.  From Bruno Haible.
48837         * config/srclist-update (fixfile): Change grep pattern again, since the
48838         previous fix didn't work (there was another trailing $).  Use
48839         '[$]' to escape the $s.
48840
48841 2003-07-15  Karl Berry  <karl@gnu.org>
48842
48843         * lib/vasnprintf.c: update from gettext.
48844
48845 2003-07-15  Karl Berry  <karl@gnu.org>
48846
48847         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
48848         gets expanded when surrounded by '$'.
48849
48850 2003-07-15  Jim Meyering  <jim@meyering.net>
48851
48852         * modules/save-cwd: Don't depend on error.  From Derek Price.
48853
48854 2003-07-15  Jim Meyering  <jim@meyering.net>
48855
48856         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
48857
48858 2003-07-14  Simon Josefsson  <jas@extundo.com>
48859
48860         * modules/mempcpy: New file.
48861         * MODULES.html.sh (func_all_modules): Add mempcpy.
48862
48863 2003-07-14  Simon Josefsson  <jas@extundo.com>
48864
48865         * m4/mempcpy.m4: New file.
48866
48867 2003-07-14  Simon Josefsson  <jas@extundo.com>
48868
48869         * lib/mempcpy.h: New file.
48870         * lib/mempcpy.c: New file.
48871
48872 2003-07-14  Paul Eggert  <eggert@twinsun.com>
48873
48874         * modules/getdate, modules/posixtm: Depend on mktime.
48875
48876 2003-07-14  Paul Eggert  <eggert@twinsun.com>
48877
48878         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
48879         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
48880         unicodeio.c, unicodeio.h, unlocked-io.h:
48881         Switch from LGPL to GPL.
48882
48883 2003-07-14  Paul Eggert  <eggert@twinsun.com>
48884
48885         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
48886         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
48887         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
48888         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
48889         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
48890         updated automatically by ../config/srclist-update.  This changes
48891         their license from LPGL to GPL.
48892
48893 2003-07-14  Paul Eggert  <eggert@twinsun.com>
48894
48895         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
48896         assumed to refer to the root of the most recent stable gettext version.
48897         * config/srclistvars.sh: Add defaults for eggert.
48898         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
48899         Match "This program" as well as "The program".  This is needed
48900         for gettext.
48901
48902 2003-07-14  Jim Meyering  <jim@meyering.net>
48903
48904         Don't emit diagnostics.  Let callers do that.
48905         * lib/save-cwd.c: Don't include "error.h".
48906         (save_cwd): Don't call error.  Ensure that errno is valid
48907         when returning nonzero.
48908
48909         * lib/save-cwd.h (restore_cwd): Update prototype.
48910         * lib/save-cwd.c (restore_cwd): Remove two parameters.
48911         Simplify.  Don't call error upon failure.  Let callers do that.
48912         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
48913         when auditing is enabled.  But don't bother updating the #if.
48914
48915 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
48916
48917         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
48918         it breaks C++ compilation.
48919         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
48920
48921 2003-07-10  Simon Josefsson  <jas@extundo.com>
48922
48923         * modules/strchrnul (Makefile.am): Add strchrnul.h.
48924
48925 2003-07-10  Jim Meyering  <jim@meyering.net>
48926
48927         * m4/clock_time.m4: Remove trailing blank.
48928         * m4/intmax_t.m4: Likewise.
48929
48930 2003-07-10  Jim Meyering  <jim@meyering.net>
48931
48932         * lib/vasnprintf.c: Remove trailing blanks.
48933         Make cpp indentation consistent.
48934
48935 2003-07-09  Paul Eggert  <eggert@twinsun.com>
48936
48937         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
48938         posixver.c, strftime.c, strnlen.c, strverscmp.c:
48939         Switch from LGPL to GPL.
48940
48941 2003-07-09  Paul Eggert  <eggert@twinsun.com>
48942
48943         * config/srclist.txt: Sort sublists.  Add
48944         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
48945         that differ from gnulib for one reason or another; we'd like this list
48946         to be smaller but for now let's document what we have.
48947
48948 2003-07-08  Paul Eggert  <eggert@twinsun.com>
48949
48950         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
48951         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
48952         and sweeter "eval x=$x".
48953         * config/srclist.txt: Get lib/argp* from glibc.
48954
48955 2003-07-07  Paul Eggert  <eggert@twinsun.com>
48956
48957         * lib/mktime.c: Fix some boundary cases and remove need for floating
48958         point.
48959
48960         Issue a compile-time diagnostic if time_t is floating point, or if
48961         two's complement arithmetic is not in effect, or if arithmetic
48962         right shift does not propagate the sign.  These assumptions were
48963         all in the original code but they weren't checked.
48964
48965         (TIME_T_MIDPOINT, verify): New macros.
48966         (__isleap): Remove; it has integer overflow problems.
48967         (leapyear): New function, without those problems.
48968         (ydhms_tm_diff): Remove; splitting into two parts.
48969         (ydhms_diff): New function, containing the arithmetic part of
48970         the old ydhms_tm_diff function.  Issue a compile-time
48971         diagnostic if we are not using C99 integer division.
48972         Avoid casts when possible.
48973         (guess_time_tm): New function, containing the checking part of
48974         the old ydhms_tm_diff function.  Return the new value, rather than
48975         the difference between it and the old.  Accept a new argument T
48976         so that *T specifies the old value.  Check for overflow in the result.
48977
48978         (__mktime_internal): Use a time_t offset, not a long int offset.
48979         This undoes the 2003-06-04 change, which is no longer needed now
48980         that we have better overflow checking.
48981         (localtime_offset): Likewise.
48982
48983         (__mktime_internal): Avoid harmful overflow on hosts where time_t
48984         and long are 64-bit but int is only 32-bit.
48985         (ydhms_diff): Use long int to store year1 and yday1.
48986         Issue a compile-time diagnostic if long int is not wide enough.
48987
48988         (__mktime_internal): Use long int to store adjusted year and yday.
48989         Use plain C rather than preprocessor commands, if that doesn't
48990         affect efficiency.
48991         Check for overflow (and try to repair) after each probe
48992         rather than checking only at the very end.  This avoids some bugs
48993         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
48994         does not equal GMT offset at maximum time).
48995         Use integer to check for overflow rather than floating point; this
48996         is more portable to non-IEEE hosts, and is a tad faster.
48997         When we detect that we are oscillating between two values,
48998         don't check whether tm_isdst has the requested value, since
48999         we already know the answer.  When tm_isdst has the wrong value,
49000         use a different heuristic to find the right one, based on the
49001         extreme values actually observed in practice in tz2003a,
49002         rather than the (overly optimistic) "previous 3 calendar quarters".
49003
49004         (not_equal_tm, print_tm, check_result): Use "const T" rather than
49005         "T const" to accommodate glibc style.
49006         (check_result): Use less-confusing report format.  "long" -> "long int.
49007         (main): Likewise.
49008         Don't loop if the iteration overflows time_t.
49009         Allow a negative step in the iteration.
49010
49011 2003-07-06  Karl Berry  <karl@gnu.org>
49012
49013         * config/depcomp: update from automake.
49014         * config/config.sub: update from prep.
49015
49016 2003-07-03  Karl Berry  <karl@gnu.org>
49017
49018         * config/config.guess: update from prep.
49019
49020 2003-07-01  Paul Eggert  <eggert@twinsun.com>
49021
49022         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
49023         xreadlink.c now includes it unconditionally.
49024
49025 2003-07-01  Paul Eggert  <eggert@twinsun.com>
49026
49027         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
49028         having it depend on HAVE_SYS_TYPES_H.
49029
49030 2003-07-01  Bruno Haible  <bruno@clisp.org>
49031
49032         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
49033         <sys/types.h> should be sufficient.
49034         Reported by Paul Eggert.
49035
49036 2003-06-26  Karl Berry  <karl@gnu.org>
49037
49038         * config/depcomp: update from automake.
49039
49040 2003-06-26  Bruno Haible  <bruno@clisp.org>
49041
49042         * modules/human: Depend on module stdbool.
49043
49044 2003-06-25  Bruno Haible  <bruno@clisp.org>
49045
49046         * modules/readlink: New file.
49047         * modules/xreadlink: Depend on it.
49048         * MODULES.html.sh (func_all_modules): Add readlink.
49049
49050 2003-06-25  Bruno Haible  <bruno@clisp.org>
49051
49052         * m4/readlink.m4: New file.
49053
49054 2003-06-25  Bruno Haible  <bruno@clisp.org>
49055
49056         * lib/readlink.c: New file.
49057
49058 2003-06-22  Karl Berry  <karl@gnu.org>
49059
49060         * config/srclist.txt: update mkinstalldirs from automake.
49061         * config/mkinstalldirs: update.
49062
49063 2003-06-22  Bruno Haible  <bruno@clisp.org>
49064
49065         Portability to mingw32.
49066         * m4/ssize_t.m4: New file, from GNU gettext.
49067         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
49068         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
49069
49070 2003-06-22  Bruno Haible  <bruno@clisp.org>
49071
49072         * modules/safe-read: Add m4/ssize_t.m4.
49073         * modules/xreadlink: Add m4/ssize_t.m4.
49074
49075 2003-06-20  Bruno Haible  <bruno@clisp.org>
49076
49077         Assume C89, so PARAMS isn't needed.
49078         * lib/unicodeio.h (PARAMS): Remove.
49079         * lib/unicodeio.c: Don't use PARAMS.
49080
49081 2003-06-18  Karl Berry  <karl@gnu.org>
49082
49083         * config/config.{guess,sub}: update from prep.
49084
49085 2003-06-18  Jim Meyering  <jim@meyering.net>
49086
49087         Merge changes from coreutils.
49088         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
49089         Remove explicit declarations of xmalloc and realloc.
49090         Include xalloc.h.
49091         (read_utmp): Remove anachronistic cast of xmalloc.
49092
49093 2003-06-17  Paul Eggert  <eggert@twinsun.com>
49094
49095         Assume C89, so PARAMS isn't needed.
49096         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
49097         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
49098         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
49099         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
49100         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
49101         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
49102         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
49103         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
49104         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
49105         lib/xstrtod.h, lib/xstrtol.h: Likewise.
49106         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
49107         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
49108         no longer needed. Anyway, config.h should always be included before any
49109         other file.
49110
49111 2003-06-11  Simon Josefsson  <jas@extundo.com>
49112
49113         * modules/sysexits: New file.
49114         * MODULES.html.sh (func_all_modules): Add sysexits.
49115
49116 2003-06-11  Simon Josefsson  <jas@extundo.com>
49117
49118         * lib/sysexit_.h: New file.
49119
49120 2003-06-11  Derek Price  <derek@ximbiot.com>
49121
49122         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
49123         necessary.
49124
49125 2003-06-11  Bruno Haible  <bruno@clisp.org>
49126
49127         * m4/sysexits.m4: New file.
49128
49129 2003-06-10  Simon Josefsson  <jas@extundo.com>
49130
49131         * lib/argp.h: New file, from glibc.
49132         * lib/argp-ba.c: New file, from glibc.
49133         * lib/argp-eexst.c: New file, from glibc.
49134         * lib/argp-fmtstream.c: New file, from glibc.
49135         * lib/argp-fmtstream.h: New file, from glibc.
49136         * lib/argp-fs-xinl.c: New file, from glibc.
49137         * lib/argp-help.c: New file, from glibc.
49138         * lib/argp-namefrob.h: New file, from glibc.
49139         * lib/argp-parse.c: New file, from glibc.
49140         * lib/argp-pv.c: New file, from glibc.
49141         * lib/argp-pvh.c: New file, from glibc.
49142         * lib/argp-xinl.c: New file, from glibc.
49143
49144 2003-06-10  Simon Josefsson  <jas@extundo.com>
49145
49146         * modules/strchrnul: New file.
49147
49148 2003-06-10  Simon Josefsson  <jas@extundo.com>
49149
49150         * modules/argp: New file.
49151
49152 2003-06-10  Simon Josefsson  <jas@extundo.com>
49153
49154         * m4/strchrnul.m4: New file.
49155
49156 2003-06-10  Simon Josefsson  <jas@extundo.com>
49157
49158         * lib/strchrnul.h: New file.
49159         * lib/strchrnul.c: New file.
49160
49161 2003-06-10  Bruno Haible  <bruno@clisp.org>
49162
49163         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
49164
49165 2003-06-07  Karl Berry  <karl@gnu.org>
49166
49167         * config/config.{guess,sub}: update from prep.
49168
49169 2003-06-07  Jim Meyering  <jim@meyering.net>
49170
49171         * modules/strtod: Use $(...) notation, not @...@ for
49172         AC_REPLACE'd variables.
49173         * modules/localcharset: Likewise.
49174
49175 2003-06-07  Jim Meyering  <jim@meyering.net>
49176
49177         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
49178         in place of my name in the copyright comment.
49179         Remove definition and uses of __P.
49180
49181         From coreutils.
49182         * lib/stat.c: Don't declare xmalloc explicitly.
49183         Instead, include "xalloc.h".
49184         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
49185         xrealloc, and xcalloc return values.
49186         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
49187         Improve comment.
49188         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
49189
49190 2003-06-07  Bruno Haible  <bruno@clisp.org>
49191
49192         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
49193         avoid AC_CONFIG_LINKS.
49194         * modules/fnmatch (Makefile.am): Use explicit creation rule for
49195         fnmatch.h, to avoid AC_CONFIG_LINKS.
49196         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
49197
49198 2003-06-07  Bruno Haible  <bruno@clisp.org>
49199
49200         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
49201         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
49202         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
49203         directory.
49204         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
49205         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
49206         directory.
49207
49208 2003-06-06  Jim Meyering  <jim@meyering.net>
49209
49210         Merge from coreutils.
49211         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
49212         Consolidate declarations and initializations of *_base* locals.
49213
49214         Merge from coreutils.
49215         This avoids a core dump on systems without GNU putenv,
49216         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
49217         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
49218         (unsetenv): New static function, from GNU libc.
49219         (rpl_putenv): Use it.
49220
49221         * lib/modechange.c: Remove trailing blanks.
49222
49223         Merge from coreutils.
49224         * lib/fsusage.c: Remove declaration of statfs.
49225         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
49226
49227         * lib/posixtm.c: Include <stdbool.h> unconditionally.
49228
49229 2003-06-06  Jim Meyering  <jim@meyering.net>
49230
49231         * lib/stdbool_.h: Renamed from stdbool.h.in.
49232
49233 2003-06-06  Jim Meyering  <jim@meyering.net>
49234             Bruno Haible  <bruno@clisp.org>
49235
49236         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
49237         Adjust Makefile.am snippet not to redirect directly to target.
49238         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
49239
49240 2003-06-05  Paul Eggert  <eggert@twinsun.com>
49241
49242         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
49243         mismatch, look in future quarters as well as past.  This fixes a
49244         bug when processing fall-backwards gaps immediately after a long
49245         period of daylight-saving time.
49246
49247         * lib/mktime.c: Assume freestanding C89 or better.
49248         (HAVE_LIMITS_H): Remove.  Assume it's 1.
49249         (__P): Remove; not used.
49250         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
49251         (mktime, not_equal_tm, print_tm, check_result,
49252         main): Use prototypes.  Use const * where appropriate.
49253         (main): Fix typo in testing code that uncovered by above changes.
49254         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
49255
49256 2003-06-04  Paul Eggert  <eggert@twinsun.com>
49257
49258         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
49259         locale.h, localeconv.  This merges changes from coreutils.
49260
49261         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
49262         It can be removed after the next Autoconf is released.
49263         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
49264         needed.
49265
49266 2003-06-04  Paul Eggert  <eggert@twinsun.com>
49267
49268         * lib/mktime.c: Fix Debian bug 177940
49269         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
49270         (localtime_offset): Now long int, not time_t, because we want it
49271         to be guaranteed to be signed.  All uses changed.
49272         (__mktime_internal): If overflow would occur when adding offset,
49273         don't add it.
49274
49275         Merge 'human' changes from coreutils.  Rewrite to support
49276         locale-specific notations like thousands separators.
49277         * lib/human.c: Simplify authorship notice.
49278         Include human.h immediately after config.h.
49279         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
49280         <limits.h>: Do not include, since human.h does.
49281         (SIZE_MAX, UINTMAX_MAX): New macros.
49282         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
49283         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
49284         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
49285         (power_letter): Renamed from suffixes.
49286         (generate_suffix_backwards): Remove.
49287         (adjust_value): Now takes int style (because of human.h changes)
49288         and long double value (for greater precision on some platforms).
49289         (group_number): New function.
49290         (human_readable): Use it.  Use integer options, not enum.
49291         Put the options before the sizes in the arg list.
49292         Support all the new options.
49293         The old human_readable function has been removed;
49294         use inttostr.h instead.
49295         (human_readable, default_block_size, humblock):
49296         Use uintmax_t, not int, for block sizes.
49297         (human_readable_inexact, block_size_types): Remove.
49298         (block_size_opts): New constant.
49299         (human_options): Renamed from human_block_size, with new signature
49300         that allows block sizes up to UINTMAX_MAX.  All callers changed.
49301         * lib/human.h: Add copyright and authorship notice.
49302         Include <limits.h> and <stdbool.h> unconditionally.
49303         (PARAMS): Remove.  All uses removed.
49304         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
49305         (enum human_inexact_style): Remove tag; now a nameless enum.
49306         (human_floor, human_ceiling, human_round_to_even): Now have
49307         values 2, 0, 1 rather than -1, 1, 0.
49308         (human_group_digits, human_suppress_point_zero, human_autoscale,
49309         human_base_1024, human_SI, human_B): New constants.
49310         (human_readable_inexact, human_block_size): Remove.
49311         (human_readable): Size args are now uintmax_t, not int.
49312         (human_options): New decl.
49313
49314         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
49315         unnecessary now that we assume C89 or better.  This change
49316         imported from coreutils.
49317
49318         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
49319         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
49320         in the 2003-05-30 sync from glibc.
49321
49322         .h files should stand alone, but we shouldn't include <sys/types.h>
49323         if we can get away with just <stddef.h>.
49324
49325         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
49326         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
49327         rather than <sys/types.h>, as we merely need size_t.
49328         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
49329         to get size_t.
49330         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
49331         Include <stdio.h>, to get FILE.
49332         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
49333         memcasecmp.h has included <stddef.h> and all we need is size_t.
49334         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
49335         our interface, instead of including <sys/types.h>
49336
49337 2003-06-04  Paul Eggert  <eggert@twinsun.com>
49338
49339         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
49340         now, as glibc mktime is buggy on non-glibc systems.
49341
49342 2003-06-03  Karl Berry  <karl@gnu.org>
49343
49344         * config/config.sub: update from prep.
49345
49346 2003-06-02  Paul Eggert  <eggert@twinsun.com>
49347
49348         [from coreutils]
49349         Fix some minor time-related bugs with POSIX time arguments.
49350         Some valid time stamps were being rejected (notably -1, and
49351         time stamps before 1900 on 64-bit hosts).  And some invalid
49352         time stamps were being accepted, e.g. September 31.
49353
49354         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
49355         that we can return (time_t) -1 successfully.
49356         * lib/posixtm.c: Likewise.
49357         [HAVE_STDBOOL_H]: Include <stdbool.h>.
49358         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
49359         (t): Remove static var.
49360         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
49361         of static var.  All uses changed.
49362         (year): Do not reject years before 1900; they can occur with
49363         64-bit time_t.
49364         (posix_time_parse): Do not check for out-of-range components;
49365         that is now the caller's responsibility, since our checks were
49366         only approximations.
49367         (posixtime): Use mktime to check for out-of-range components,
49368         since it knows them exactly.
49369         If mktime returns (time_t) -1, check whether an error actually occurred
49370         by invoking localtime on -1.
49371         (main) [TEST_POSIXTIME]: Check for input data errors, and report
49372         posixtime failures better.
49373         Improve the test data (in comments only).
49374
49375 2003-06-02  Karl Berry  <karl@gnu.org>
49376
49377         * config/mkinstalldirs (version): new variable.
49378         (--version): new option.
49379         (usage): improve message.
49380
49381 2003-05-30  Karl Berry  <karl@gnu.org>
49382
49383         * lib/mktime.c: update from libc.
49384
49385 2003-05-30  Bruno Haible  <bruno@clisp.org>
49386
49387         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
49388         * config/config.rpath: Upgrade to gettext-0.12.1.
49389
49390 2003-05-30  Bruno Haible  <bruno@clisp.org>
49391
49392         * m4/gettext.m4: Upgrade to gettext-0.12.1.
49393         * m4/nls.m4: New file, from gettext-0.12.1.
49394         * m4/po.m4: New file, from gettext-0.12.1.
49395         * m4/progtest.m4: Upgrade to gettext-0.12.1.
49396
49397 2003-05-30  Bruno Haible  <bruno@clisp.org>
49398
49399         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
49400         * lib/localcharset.h: Likewise.
49401         * lib/localcharset.c: Likewise.
49402
49403 2003-05-29  Karl Berry  <karl@gnu.org>
49404
49405         * config/config.rpath: update from gettext.
49406
49407 2003-05-28  Paul Eggert  <eggert@twinsun.com>
49408
49409         Assume the headers required for C89 freestanding compilers.
49410         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
49411         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
49412         * m4/human.m4 (gl_HUMAN): Likewise.
49413         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
49414         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
49415         * m4/userspec.m4 (gl_USERSPEC): Likewise.
49416         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
49417         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
49418         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
49419
49420 2003-05-28  Paul Eggert  <eggert@twinsun.com>
49421
49422         Assume the headers required for C89 freestanding compilers.
49423         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
49424         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
49425         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
49426         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
49427         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
49428         define, since <limits.h> is guaranteed to do that.
49429         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
49430         * lib/exclude.c: Include <stdbool.h> unconditionally.
49431         * lib/tempname.c: Include <stddef.h> unconditionally.
49432         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
49433         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
49434         <stddef.h> does that.
49435         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
49436         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
49437         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
49438         needed.
49439         * lib/xstrtol.c: Likewise.
49440         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
49441         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
49442
49443         * lib/addext.c (addext): Use assignment rather than cast, to avoid
49444         warnings on some platforms.
49445
49446         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
49447         arbitrarily.
49448
49449 2003-05-26  Jim Meyering  <jim@meyering.net>
49450
49451         Merge in a change from coreutils:
49452         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
49453         that is guaranteed to be `no'.  Use `no_such_member' to indicate
49454         that condition, rather than `-1' which is slightly misleading.
49455         Change the name of the cache variable to have the gl_ prefix.
49456         Prompted by a patch from Richard Dawe for DJGPP.
49457
49458 2003-05-24  Karl Berry  <karl@gnu.org>
49459
49460         * config/config.guess: update from prep.
49461
49462 2003-05-22  Karl Berry  <karl@gnu.org>
49463
49464         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
49465
49466 2003-05-20  Karl Berry  <karl@gnu.org>
49467
49468         * config/config.guess: update from prep.
49469
49470 2003-05-18  Karl Berry  <karl@gnu.org>
49471
49472         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
49473         might actually be set by the user.
49474
49475         * config/depcomp, install-sh, mdate-sh: update from automake.
49476
49477 2003-05-17  Bruno Haible  <bruno@clisp.org>
49478
49479         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
49480         invalid expansion for AC_EGREP_CPP.
49481         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
49482         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
49483         Suggested by Akim Demaille <akim@epita.fr> in
49484         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
49485
49486 2003-05-12  Jim Meyering  <jim@meyering.net>
49487
49488         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
49489         the space-padded-by-default conversion specifiers, %e, %k, %l.
49490
49491 2003-05-12  Bruno Haible  <bruno@clisp.org>
49492
49493         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
49494         the string is longer than 4 KB.
49495
49496 2003-05-11  Karl Berry  <karl@gnu.org>
49497
49498         * config/config.{guess,sub}: update from prep.
49499
49500 2003-05-09  Bruno Haible  <bruno@clisp.org>
49501
49502         * modules/error: Add m4/strerror_r.m4 to file list.
49503
49504 2003-05-03  Bruno Haible  <bruno@clisp.org>
49505
49506         Upgrade to Unicode-4.0.
49507         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
49508         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
49509         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
49510         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
49511         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
49512         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
49513         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
49514         Change width of U+E0100..U+E01EF from 1 to 0.
49515
49516 2003-04-25  Jim Meyering  <jim@meyering.net>
49517
49518         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
49519         of type size_t, not int.
49520
49521 2003-04-25  Bruno Haible  <bruno@clisp.org>
49522
49523         * lib/copy-file.c: Include <stddef.h>, for size_t.
49524
49525 2003-04-21  Paul Eggert  <eggert@twinsun.com>
49526
49527         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
49528         code which expansion is under static control.  Patch imported from
49529         Akim Demaille's patch to Bison; see
49530         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
49531
49532 2003-04-14  Bruno Haible  <bruno@clisp.org>
49533
49534         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
49535
49536 2003-04-11  Jim Meyering  <jim@meyering.net>
49537
49538         Merge changes from Coreutils.
49539
49540         2003-03-22  Jim Meyering  <jim@meyering.net>
49541
49542         * lib/strftime.c (widen): Cast alloca return value to proper type.
49543
49544         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
49545
49546         From GNU libc.
49547         * lib/strftime.c (my_strftime): Handle very large width
49548         specifications for numeric values correctly.  Improve checks for
49549         overflow.
49550
49551         2003-01-19  Jim Meyering  <jim@meyering.net>
49552
49553         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
49554         definitions.
49555         (nl_get_alt_digit) [! defined my_strftime]: Define.
49556         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
49557         _nl_get_alt_digit and _nl_get_walt_digit.
49558
49559         * lib/strftime.c (my_strftime): Merge in locale-related changes from
49560         libc. These changes have no effect outside of _LIBC.
49561
49562 2003-04-10  Bruno Haible  <bruno@clisp.org>
49563
49564         * modules/findprog: New file.
49565         * MODULES.html.sh (func_all_modules): Add it.
49566
49567 2003-04-10  Bruno Haible  <bruno@clisp.org>
49568
49569         * m4/findprog.m4: New file.
49570         * m4/eaccess.m4: New file.
49571
49572 2003-04-10  Bruno Haible  <bruno@clisp.org>
49573
49574         * lib/findprog.h: New file, from GNU gettext.
49575         * lib/findprog.c: New file, from GNU gettext.
49576
49577 2003-04-05  Jim Meyering  <jim@meyering.net>
49578
49579         Merge changes from Coreutils.
49580
49581         * lib/exclude.h (PARAMS): Remove definition and uses.
49582         * lib/exclude.c: Remove uses of `PARAMS'.
49583
49584         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
49585         Add test-cases for DOS filenames. Declare program_name.
49586         (main): Set up program_name.  Patch by Rich Dawe.
49587
49588         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
49589         error from mntctl.
49590         Use mntctl's return value to drive the entry-processing loop, since
49591         we can't rely on the value of the vmt_length member in the last
49592         entry.  On some systems doing so could result in exhausting
49593         virtual memory.  Based in part on a patch from Mike Jetzer.
49594
49595 2003-04-04  Bruno Haible  <bruno@clisp.org>
49596
49597         * modules/linebreak: New file.
49598         * MODULES.html.sh (func_all_modules): Add it.
49599
49600 2003-04-04  Bruno Haible  <bruno@clisp.org>
49601
49602         * m4/linebreak.m4: New file.
49603
49604 2003-04-04  Bruno Haible  <bruno@clisp.org>
49605
49606         * lib/linebreak.h: New file, from GNU gettext.
49607         * lib/linebreak.c: New file, from GNU gettext with slight
49608         modifications.
49609         * lib/lbrkprop.h: New file, from GNU gettext.
49610
49611 2003-04-03  Bruno Haible  <bruno@clisp.org>
49612
49613         * modules/utf8-ucs4: New file.
49614         * modules/utf16-ucs4: New file.
49615         * modules/ucs4-utf8: New file.
49616         * modules/ucs4-utf16: New file.
49617         * MODULES.html.sh (func_all_modules): Add them.
49618
49619 2003-04-03  Bruno Haible  <bruno@clisp.org>
49620
49621         * m4/utf-ucs4.m4: New file.
49622         * m4/ucs4-utf.m4: New file.
49623
49624 2003-04-03  Bruno Haible  <bruno@clisp.org>
49625
49626         * lib/utf8-ucs4.h: New file, from GNU gettext.
49627         * lib/utf16-ucs4.h: New file, from GNU gettext.
49628         * lib/ucs4-utf8.h: New file, from GNU gettext.
49629         * lib/ucs4-utf16.h: New file, from GNU gettext.
49630
49631 2003-04-02  Bruno Haible  <bruno@clisp.org>
49632
49633         * modules/binary-io: New file.
49634         * MODULES.html.sh (func_all_modules): Add it.
49635
49636 2003-04-02  Bruno Haible  <bruno@clisp.org>
49637
49638         * lib/binary-io.h: New file, from GNU gettext.
49639
49640 2003-04-01  Bruno Haible  <bruno@clisp.org>
49641
49642         * modules/pathname: New file.
49643         * MODULES.html.sh (func_all_modules): Add it.
49644
49645 2003-04-01  Bruno Haible  <bruno@clisp.org>
49646
49647         * lib/pathname.h: New file, from GNU gettext.
49648         * lib/concatpath.c: New file, from GNU gettext.
49649
49650 2003-03-30  Bruno Haible  <bruno@clisp.org>
49651
49652         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
49653
49654 2003-03-30  Bruno Haible  <bruno@clisp.org>
49655
49656         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
49657         function chown() doesn't exist.
49658
49659 2003-03-28  Bruno Haible  <bruno@clisp.org>
49660
49661         * modules/copy-file: New file.
49662         * MODULES.html.sh (func_all_modules): Add it.
49663
49664 2003-03-28  Bruno Haible  <bruno@clisp.org>
49665
49666         * m4/copy-file.m4: New file.
49667
49668 2003-03-28  Bruno Haible  <bruno@clisp.org>
49669
49670         * lib/copy-file.h: New file, from GNU gettext.
49671         * lib/copy-file.c: New file, from GNU gettext.
49672
49673 2003-03-18  Jim Meyering  <jim@meyering.net>
49674
49675         * lib/quote.c (quote_n): Fix typo in comment.
49676
49677 2003-03-18  Bruno Haible  <bruno@clisp.org>
49678
49679         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
49680         checking.
49681         * m4/onceonly_2_57.m4: Likewise.
49682
49683 2003-03-17  Bruno Haible  <bruno@clisp.org>
49684
49685         * m4/onceonly.m4: Require autoconf 2.54 or newer.
49686         (m4_quote): Remove macro.
49687         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
49688
49689 2003-03-14  Jim Meyering  <jim@meyering.net>
49690
49691         Merge changes from Coreutils.
49692         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
49693         to be const, in order to avoid warnings.
49694         (obstack_room): Likewise.
49695         (obstack_empty_p): Likewise.
49696
49697 2003-03-14  Bruno Haible  <bruno@clisp.org>
49698
49699         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
49700         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
49701
49702 2003-03-13  Paul Eggert  <eggert@twinsun.com>
49703
49704         Merge changes from Bison.
49705         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
49706         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
49707         when compiling Bison 1.875's `bitset bset = obstack_alloc
49708         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
49709         * lib/hash.c: Include <stdbool.h> unconditionally.
49710
49711 2003-03-13  Paul Eggert  <eggert@twinsun.com>
49712
49713         * m4/onceonly.m4 (m4_quote): New macro.
49714         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
49715         Quote AC_FOREACH variable-expansions properly.
49716
49717 2003-03-13  Paul Eggert  <eggert@twinsun.com>
49718
49719         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
49720
49721 2003-03-09  Paul Eggert  <eggert@twinsun.com>
49722
49723         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
49724         Reported by Bruce Becker; see:
49725         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
49726
49727 2003-03-03  Paul Eggert  <eggert@twinsun.com>
49728             Bruno Haible  <bruno@clisp.org>
49729
49730         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
49731         Reported by John Hughes, see
49732         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
49733
49734 2003-02-20  Bruno Haible  <bruno@clisp.org>
49735
49736         * MODULES.html.sh (func_all_modules): Add poll.
49737
49738 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
49739
49740         * modules/poll: New file.
49741
49742 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
49743
49744         * lib/poll_.h: New file.
49745         * lib/poll.c: New file.
49746
49747 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
49748
49749         * m4/poll.m4: New file.
49750
49751 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
49752
49753         * modules/mathl: New file.
49754
49755 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
49756
49757         * lib/mathl.h: New file.
49758         * lib/acosl.c: New file.
49759         * lib/asinl.c: New file.
49760         * lib/atanl.c: New file.
49761         * lib/ceill.c: New file.
49762         * lib/cosl.c: New file.
49763         * lib/expl.c: New file.
49764         * lib/floorl.c: New file.
49765         * lib/frexpl.c: New file.
49766         * lib/ldexpl.c: New file.
49767         * lib/logl.c: New file.
49768         * lib/sincosl.c: New file.
49769         * lib/sinl.c: New file.
49770         * lib/sqrtl.c: New file.
49771         * lib/tanl.c: New file.
49772         * lib/trigl.c: New file.
49773         * lib/trigl.h: New file.
49774
49775 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
49776
49777         * m4/mathl.m4: New file.
49778
49779 2003-02-18  Bruno Haible  <bruno@clisp.org>
49780
49781         * MODULES.html.sh (func_all_modules): Add mathl.
49782
49783 2003-02-17  Bruno Haible  <bruno@clisp.org>
49784
49785         * modules/mkdtemp: New module.
49786         * MODULES.html.sh (func_all_modules): Add it.
49787
49788 2003-02-17  Bruno Haible  <bruno@clisp.org>
49789
49790         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
49791
49792 2003-02-17  Bruno Haible  <bruno@clisp.org>
49793
49794         * lib/mkdtemp.h: New file, from GNU gettext.
49795         * lib/mkdtemp.c: New file, from GNU gettext.
49796
49797 2003-02-02  Jim Meyering  <jim@meyering.net>
49798
49799         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
49800         e.g. glibc-2.2.93.
49801
49802 2003-01-31  Bruno Haible  <bruno@clisp.org>
49803
49804         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
49805         'rpl_rename'.
49806         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
49807         'rpl_strnlen'.
49808         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
49809         'rpl_strtod'.
49810         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
49811         'rpl_utime'.
49812
49813 2003-01-31  Bruno Haible  <bruno@clisp.org>
49814
49815         * lib/rename.c: #undef rename before defining rpl_rename.
49816         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
49817
49818 2003-01-30  Bruno Haible  <bruno@clisp.org>
49819
49820         * modules/vasnprintf, modules/vasprintf: New modules.
49821         * MODULES.html.sh (func_all_modules): Add them.
49822
49823 2003-01-30  Bruno Haible  <bruno@clisp.org>
49824
49825         * m4/signed.m4: New file, from GNU gettext.
49826         * m4/longdouble.m4: New file, from GNU gettext.
49827         * m4/wchar_t.m4: New file, from GNU gettext.
49828         * m4/wint_t.m4: New file, from GNU gettext.
49829         * m4/vasnprintf.m4: New file.
49830         * m4/vasprintf.m4: New file.
49831
49832 2003-01-30  Bruno Haible  <bruno@clisp.org>
49833
49834         * lib/printf-args.h: New file, from GNU gettext.
49835         * lib/printf-args.c: New file, from GNU gettext.
49836         * lib/printf-parse.h: New file, from GNU gettext.
49837         * lib/printf-parse.c: New file, from GNU gettext.
49838         * lib/vasnprintf.h: New file, from GNU gettext.
49839         * lib/vasnprintf.c: New file, from GNU gettext.
49840         * lib/asnprintf.c: New file, from GNU gettext.
49841         * lib/vasprintf.h: New file, from GNU gettext with modifications.
49842         * lib/vasprintf.c: New file, from GNU gettext.
49843         * lib/asprintf.c: New file, from GNU gettext.
49844
49845 2003-01-29  Bruno Haible  <bruno@clisp.org>
49846
49847         * modules/stpncpy: New module.
49848         * MODULES.html.sh (func_all_modules): Add it.
49849
49850 2003-01-29  Bruno Haible  <bruno@clisp.org>
49851
49852         * m4/stpncpy.m4: New file.
49853
49854 2003-01-29  Bruno Haible  <bruno@clisp.org>
49855
49856         * lib/stpncpy.h: New file, from GNU gettext with modifications.
49857         * lib/stpncpy.c: New file, from GNU gettext with modifications.
49858
49859 2003-01-28  Bruno Haible  <bruno@clisp.org>
49860
49861         * modules/c-ctype: New module.
49862         * MODULES.html.sh (func_all_modules): Add it.
49863
49864 2003-01-28  Bruno Haible  <bruno@clisp.org>
49865
49866         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
49867         Paul Eggert.
49868         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
49869         Paul Eggert.
49870
49871 2003-01-27  Bruno Haible  <bruno@clisp.org>
49872
49873         * modules/xsetenv: New module.
49874         * MODULES.html.sh (func_all_modules): Add it.
49875
49876 2003-01-27  Bruno Haible  <bruno@clisp.org>
49877
49878         * lib/xsetenv.h: New file, from GNU gettext.
49879         * lib/xsetenv.c: New file, from GNU gettext.
49880
49881 2003-01-23  Jim Meyering  <jim@meyering.net>
49882
49883         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
49884         from working on systems without dirfd (at least Irix and OSF1/Tru64).
49885
49886 2003-01-23  Bruno Haible  <bruno@clisp.org>
49887
49888         * modules/minmax: New module.
49889         * MODULES.html.sh (func_all_modules): Add it.
49890
49891 2003-01-23  Bruno Haible  <bruno@clisp.org>
49892
49893         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
49894         Eggert.
49895
49896 2003-01-22  Bruno Haible  <bruno@clisp.org>
49897
49898         * modules/exit: New module.
49899         * MODULES.html.sh (func_all_modules): Add it.
49900
49901 2003-01-22  Bruno Haible  <bruno@clisp.org>
49902
49903         * lib/exit.h: New file, from GNU gettext.
49904
49905 2003-01-19  Bruno Haible  <bruno@clisp.org>
49906
49907         * gnulib-tool: Recognize option --extract-maintainer.
49908         (func_get_maintainer): New function.
49909         * modules/*: Add Maintainer entry.
49910
49911 2003-01-16  Jim Meyering  <jim@meyering.net>
49912
49913         * m4/regex.m4: The `regex' struct is both input and output.
49914         Initialize it before each use.  Patch by Tim Waugh.
49915
49916 2003-01-16  Bruno Haible  <bruno@clisp.org>
49917
49918         * MODULES.html.sh: Add a table of contents. Add the module name as
49919         leftmost column. Add hyperlinks.
49920
49921 2003-01-15  Bruno Haible  <bruno@clisp.org>
49922
49923         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
49924
49925 2003-01-15  Bruno Haible  <bruno@clisp.org>
49926
49927         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
49928         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
49929         suffix.
49930
49931 2003-01-15  Bruno Haible  <bruno@clisp.org>
49932
49933         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
49934
49935 2003-01-15  Bruno Haible  <bruno@clisp.org>
49936
49937         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
49938         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
49939
49940 2003-01-14  Jim Meyering  <jim@meyering.net>
49941
49942         * lib/same.c (same_name): Tweak a comment.
49943
49944 2003-01-14  Bruno Haible  <bruno@clisp.org>
49945
49946         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
49947         when a string comparison is sufficient.
49948
49949 2003-01-14  Bruno Haible  <bruno@clisp.org>
49950
49951         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
49952         'unsigned int'.
49953
49954 2003-01-14  Bruno Haible  <bruno@clisp.org>
49955
49956         * lib/hash-pjw.c: Add comment about low quality of this function.
49957
49958 2003-01-13  Bruno Haible  <bruno@clisp.org>
49959
49960         * modules/stpcpy: Distribute lib/stpcpy.h.
49961         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
49962
49963 2003-01-13  Bruno Haible  <bruno@clisp.org>
49964
49965         * modules/*: Add a description.
49966         * modules/strpbrk: Fix Makefile.am snippet.
49967         * modules/strtoimax: Fix dependencies.
49968         * modules/strtoumax: Likewise.
49969
49970 2003-01-13  Bruno Haible  <bruno@clisp.org>
49971
49972         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
49973         * modules/alloca (Makefile.am): All object files depend on alloca.h.
49974         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
49975
49976 2003-01-13  Bruno Haible  <bruno@clisp.org>
49977
49978         * gnulib-tool (func_create_testdir): Store config/* files in the main
49979         directory.
49980         * config.rpath: Move to ...
49981         * config/config.rpath: ... here.
49982         * modules/gettext: Contains config/config.rpath, not config.rpath.
49983         * modules/iconv: Likewise.
49984
49985 2003-01-12  Paul Eggert  <eggert@twinsun.com>
49986
49987         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
49988         to avoid collisions with libcurses and libreadline.
49989
49990         * m4/getstr.m4: Remove.
49991         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
49992
49993 2003-01-12  Paul Eggert  <eggert@twinsun.com>
49994
49995         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
49996         to avoid collisions with libcurses and libreadline.
49997
49998         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
49999         * lib/getstr.h, getstr.c: Remove.
50000         * lib/getline.c: Include "getline.h", to check interface.
50001         Move body of old getstr.c here: this defines MIN_CHUNK and
50002         declares getdelim2, which is renamed from getstr.
50003         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
50004
50005         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
50006         All uses changed.
50007         * lib/linebuffer.h: Likewise.
50008         (readline): Remove backward-compatibility macro.
50009
50010 2003-01-12  Paul Eggert  <eggert@twinsun.com>
50011
50012         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
50013         to avoid collisions with libcurses and libreadline.
50014         * getstr: Remove.
50015         * MODULES.html.sh: Remove getstr.
50016         * modules/getline: Depend on unlocked-io, not getstr.
50017
50018 2003-01-12  Jim Meyering  <jim@meyering.net>
50019
50020         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
50021
50022 2003-01-10  Bruno Haible  <bruno@clisp.org>
50023
50024         * modules/alloca: Change Makefile.am requirements. Simplify Include
50025         requirements. Add lib/alloca_.h to file list.
50026
50027 2003-01-10  Bruno Haible  <bruno@clisp.org>
50028
50029         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
50030
50031 2003-01-10  Bruno Haible  <bruno@clisp.org>
50032
50033         * lib/alloca_.h: New file.
50034         * lib/getdate.y: Unconditionally include alloca.h.
50035         * lib/makepath.c: Likewise.
50036         * lib/setenv.c: Likewise.
50037         * lib/userspec.c: Likewise.
50038
50039 2003-01-09  Karl Berry  <karl@gnu.org>
50040
50041         * MODULES.html.sh: include `dirname $0` in PATH, to find
50042         gnulib-tool.
50043
50044 2003-01-09  Bruno Haible  <bruno@clisp.org>
50045
50046         * modules/stdbool: Change configure.ac, Makefile.am requirements.
50047         Simplify Include requirements. Add lib/stdbool.h.in to file list.
50048
50049 2003-01-09  Bruno Haible  <bruno@clisp.org>
50050
50051         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
50052
50053 2003-01-09  Bruno Haible  <bruno@clisp.org>
50054
50055         * lib/stdbool.h.in: New file.
50056
50057 2003-01-09  Bruno Haible  <bruno@clisp.org>
50058
50059         * gnulib-tool (func_all_modules): Ignore files ending in ~.
50060         * MODULES.html.sh: Likewise.
50061
50062 2003-01-08  Jim Meyering  <jim@meyering.net>
50063
50064         * lib/full-write.c: Undefine and define-away `const' after inclusion
50065         of errno.h, not before.  Suggestion from Bruno Haible.
50066
50067 2003-01-08  Bruno Haible  <bruno@clisp.org>
50068
50069         * modules/full-read: Depend on full-write.
50070
50071 2003-01-08  Bruno Haible  <bruno@clisp.org>
50072
50073         * lib/safe-read.c: Include specification header first, to ensure its
50074         selfcontainedness.
50075         * lib/full-write.c: Likewise.
50076
50077 2003-01-07  Jim Meyering  <jim@meyering.net>
50078
50079         * lib/full-write.c: Rework so that it may serve to define full_read,
50080         too.
50081         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
50082
50083 2003-01-07  Bruno Haible  <bruno@clisp.org>
50084
50085         * lib/strtoimax.c: Include <stdint.h> as an alternative to
50086         <inttypes.h>.
50087         * lib/xstrtol.h: Likewise.
50088         * lib/xstrtoimax.c: Likewise.
50089         * lib/xstrtoumax.c: Likewise.
50090         * lib/human.h: Likewise.
50091
50092         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
50093         on systems that have <inttypes.h> but not <stdint.h>.
50094
50095 2003-01-07  Bruno Haible  <bruno@clisp.org>
50096
50097         * MODULES.html.sh: Add copyright notice.
50098         (missed_files): Omit CVS directory entries.
50099         (func_module): Make it work with sed-3.02.
50100         * MODULES.txt: Remove file.
50101
50102 2003-01-06  Jim Meyering  <jim@meyering.net>
50103
50104         * lib/version-etc.c: Update year in translatable copyright string.
50105
50106 2003-01-03  Karl Berry  <karl@gnu.org>
50107
50108         * config/config.{guess,sub}: update from prep.
50109
50110 2003-01-02  Karl Berry  <karl@gnu.org>
50111
50112         * doc/COPYING.DOC: belatedly updated to 1.2.
50113
50114 2003-01-01  Karl Berry  <karl@gnu.org>
50115
50116         * gnulib-tool (func_verify_module): report module name $module in
50117         error message, not $1.
50118         * gnulib-tool (create-testdir): don't complain if destdir couldn't
50119         be created, only if it doesn't exist.
50120         * gnulib-tool (last_checkin_date): don't expand the $Date here.
50121
50122 2002-12-31  Paul Eggert  <eggert@twinsun.com>
50123
50124         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
50125
50126 2002-12-31  Paul Eggert  <eggert@twinsun.com>
50127
50128         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
50129         memcmp if strcoll doesn't work.
50130
50131 2002-12-31  Bruno Haible  <bruno@clisp.org>
50132
50133         * lib/utime.c (utime_null): No need to call ftruncate if the file was
50134         nonempty.
50135
50136 2002-12-31  Bruno Haible  <bruno@clisp.org>
50137
50138         * lib/memcoll.c (STRCOLL): New macro.
50139         (memcoll): Use it.
50140
50141 2002-12-31  Bruno Haible  <bruno@clisp.org>
50142
50143         * lib/localcharset.h: New file.
50144         * lib/localcharset.c: Include it.
50145         * lib/unicodeio.c: Likewise.
50146
50147 2002-12-31  Bruno Haible  <bruno@clisp.org>
50148
50149         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
50150         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
50151
50152 2002-12-31  Bruno Haible  <bruno@clisp.org>
50153
50154         * lib/getline.h: Include <stddef.h>, for size_t.
50155
50156         * lib/unicodeio.h: Include <stddef.h>, for size_t.
50157         * lib/unicodeio.c: Don't include <stddef.h>.
50158
50159 2002-12-31  Bruno Haible  <bruno@clisp.org>
50160
50161         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
50162         HAVE_TM_ZONE.
50163
50164 2002-12-24  Karl Berry  <karl@gnu.org>
50165
50166         * config/config.guess: update from prep.
50167
50168 2002-12-24  Bruno Haible  <bruno@clisp.org>
50169
50170         General infrasructure.
50171         * m4/README: Rewritten.
50172         * m4/onceonly.m4: New file.
50173         * m4/onceonly_2_57.m4: New file.
50174
50175         Module atexit.
50176         * m4/atexit.m4: New file.
50177
50178         Module strtod.
50179         * m4/strtod.m4: New file.
50180
50181         Module strtol.
50182         * m4/strtol.m4: New file.
50183
50184         Module strtoul.
50185         * m4/strtoul.m4: New file.
50186
50187         Module memchr.
50188         * m4/memchr.m4: New file.
50189
50190         Module memcmp.
50191         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
50192         (jm_FUNC_MEMCMP): Invoke it.
50193
50194         Module memcpy.
50195         * m4/memcpy.m4: New file.
50196
50197         Module memmove.
50198         * m4/memmove.m4: New file.
50199
50200         Module memset.
50201         * m4/memset.m4: New file.
50202
50203         Module strcspn.
50204         * m4/strcspn.m4: New file.
50205
50206         Module strpbrk.
50207         * m4/strpbrk.m4: New file.
50208
50209         Module strstr.
50210         * m4/strstr.m4: New file.
50211
50212         Module strerror.
50213         * m4/strerror.m4: New file.
50214
50215         Module mktime.
50216         * m4/mktime.m4: Renamed from jm-mktime.m4.
50217         (gl_PREREQ_MKTIME): New macro.
50218         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
50219
50220         Module malloc.
50221         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
50222         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
50223         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
50224
50225         Module realloc.
50226         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
50227         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
50228         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
50229
50230         Module strftime.
50231         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
50232         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
50233         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
50234         gl_TM_GMTOFF.
50235         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
50236
50237         Module xalloc.
50238         * m4/xalloc.m4: New file.
50239
50240         Module alloca.
50241         * m4/alloca.m4: New file.
50242
50243         Module putenv.
50244         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
50245         (jm_FUNC_PUTENV): Invoke it.
50246
50247         Module setenv.
50248         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
50249         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
50250         when invoked twice.
50251         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
50252         gt_FUNC_SETENV.
50253
50254         Module memrchr.
50255         * m4/memrchr.m4: New file.
50256
50257         Module stpcpy.
50258         * m4/stpcpy.m4: New file.
50259
50260         Module strcase.
50261         * m4/strcase.m4: New file.
50262
50263         Module strdup.
50264         * m4/strdup.m4: New file.
50265
50266         Module strnlen.
50267         * m4/strnlen.m4: New file.
50268
50269         Module strndup.
50270         * m4/strndup.m4: New file.
50271
50272         Module xstrtod.
50273         * m4/xstrtod.m4: New file.
50274
50275         Module xstrtol.
50276         * m4/xstrtol.m4: New file.
50277
50278         Module getdate.
50279         * m4/getdate.m4: New file.
50280
50281         Module unlocked-io.
50282         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
50283         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
50284         * m4/jm-glibc-io.m4n: Remove file.
50285
50286         Module long-options.
50287         * m4/long-options.m4: New file.
50288
50289         Module md5.
50290         * m4/md5.m4: New file.
50291
50292         Module sha.
50293         * m4/sha.m4: New file.
50294
50295         Module getstr.
50296         * m4/getstr.m4: New file.
50297
50298         Module getline.
50299         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
50300         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
50301         <sys/types.h>, for size_t. Use the function name gnu_getline, not
50302         simply getline. Infoke gl_PREREQ_GETLINE.
50303
50304         Module obstack.
50305         * m4/obstack.m4: New file.
50306
50307         Module hash.
50308         * m4/hash.m4: New file.
50309
50310         Module readtokens.
50311         * m4/readtokens.m4: New file.
50312
50313         Module strverscmp.
50314         * m4/strverscmp.m4: New file.
50315
50316         Module stdbool.
50317         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
50318         OSF/1.
50319
50320         Module strtoll.
50321         * m4/strtoll.m4: New file.
50322
50323         Module strtoull.
50324         * m4/strtoull.m4: New file.
50325
50326         Module strtoimax.
50327         * m4/strtoimax.m4: New file.
50328
50329         Module strtoumax.
50330         * m4/strtoumax.m4: New file.
50331
50332         Module xstrtoimax.
50333         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
50334         jm_AC_PREREQ_XSTRTOIMAX.
50335         Moved the strtol prerequisites to strtol.m4.
50336         Moved the strtoll prerequisites to strtoll.m4.
50337         Moved the strtoimax prerequisites to strtoimax.m4.
50338
50339         Module xstrtoumax.
50340         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
50341         jm_AC_PREREQ_XSTRTOUMAX.
50342         Moved the strtoul prerequisites to strtoul.m4.
50343         Moved the strtoull prerequisites to strtoull.m4.
50344         Moved the strtoumax prerequisites to strtoumax.m4.
50345
50346         Module chown.
50347         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
50348         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
50349
50350         Module dup2.
50351         * m4/dup2.m4: New file.
50352
50353         Module ftruncate.
50354         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
50355         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
50356
50357         Module getgroups.
50358         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
50359         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
50360
50361         Module gettimeofday.
50362         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
50363         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
50364         gl_PREREQ_GETTIMEOFDAY.
50365
50366         Module mkdir.
50367         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
50368         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
50369
50370         Module mkstemp.
50371         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
50372         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
50373         jm_AC_TYPE_UINTMAX_T.
50374         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
50375
50376         Module stat.
50377         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
50378         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
50379
50380         Module lstat.
50381         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
50382         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
50383
50384         Module timespec.
50385         * m4/timespec.m4 (gl_TIMESPEC): New macro.
50386         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
50387         * m4/st_mtim.m4: Indentation.
50388
50389         Module nanosleep.
50390         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
50391         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
50392         gl_PREREQ_NANOSLEEP.
50393
50394         Module regex.
50395         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
50396         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
50397         (gl_REGEX): New macro.
50398
50399         Module rename.
50400         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
50401         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
50402
50403         Module rmdir.
50404         * m4/rmdir.m4: New file.
50405
50406         Module utime.
50407         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
50408         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
50409         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
50410
50411         Module dirname.
50412         * m4/dirname.m4: New file.
50413
50414         Module getopt.
50415         * m4/getopt.m4: New file.
50416
50417         Module unistd-safer.
50418         * m4/unistd-safer.m4: New file.
50419
50420         Module fnmatch.
50421         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
50422         declaration.
50423         (gl_PREREQ_FNMATCH_EXTRA): New macro.
50424         (gl_FUNC_FNMATCH_POSIX): New macro.
50425         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
50426         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
50427         simply fnmatch.
50428
50429         Module exclude.
50430         * m4/exclude.m4: New file.
50431
50432         Module human.
50433         * m4/human.m4: New file.
50434
50435         Module acl.
50436         * m4/acl.m4: Nop.
50437
50438         Module backupfile.
50439         * m4/backupfile.m4: New file.
50440         * m4/d-ino.m4: Indentation.
50441
50442         Module fsusage.
50443         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
50444         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
50445         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
50446
50447         Module dirfd.
50448         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
50449         requirements.
50450
50451         Module euidaccess.
50452         * m4/euidaccess.m4: New file.
50453
50454         Module file-type.
50455         * m4/file-type.m4: New file.
50456
50457         Module fileblocks.
50458         * m4/fileblocks.m4: New file.
50459
50460         Module filemode.
50461         * m4/filemode.m4: New file.
50462
50463         Module isdir.
50464         * m4/isdir.m4: New file.
50465
50466         Module lchown.
50467         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
50468         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
50469
50470         Module makepath.
50471         * m4/makepath.m4: New file.
50472
50473         Module modechange.
50474         * m4/modechange.m4: New file.
50475
50476         Module mountlist.
50477         * m4/mountlist.m4: New file.
50478         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
50479         Indentation.
50480
50481         Module path-concat.
50482         * m4/path-concat.m4: New file.
50483
50484         Module pathmax.
50485         * m4/pathmax.m4: New file.
50486
50487         Module same.
50488         * m4/same.m4: New file.
50489
50490         Module save-cwd.
50491         * m4/save-cwd.m4: New file.
50492
50493         Module savedir.
50494         * m4/savedir.m4: New file.
50495
50496         Module xgetcwd.
50497         * m4/xgetcwd.m4: New file.
50498         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
50499
50500         Module xreadlink.
50501         * m4/xreadlink.m4: New file.
50502
50503         Module safe-read.
50504         * m4/safe-read.m4: New file.
50505
50506         Module safe-write.
50507         * m4/safe-write.m4: New file.
50508
50509         Module closeout.
50510         * m4/closeout.m4: New file.
50511
50512         Module stdio-safer.
50513         * m4/stdio-safer.m4: New file.
50514
50515         Module getpass.
50516         * m4/getpass.m4: New file.
50517
50518         Module getugroups.
50519         * m4/getugroups.m4: New file.
50520
50521         Module group-member.
50522         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
50523         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
50524
50525         Module idcache.
50526         * m4/idcache.m4: New file.
50527
50528         Module userspec.
50529         * m4/userspec.m4: New file.
50530
50531         Module gettime.
50532         * m4/clock_time.m4: New file.
50533         * m4/gettime.m4: New file.
50534
50535         Module settime.
50536         * m4/settime.m4: New file.
50537
50538         Module posixtm.
50539         * m4/posixtm.m4: New file.
50540
50541         Module gethostname.
50542         * m4/gethostname.m4: New file.
50543
50544         Module canon-host.
50545         * m4/canon-host.m4: New file.
50546
50547         Module gettext.
50548         * m4/codeset.m4: New file, from gettext-0.11.5.
50549         * m4/gettext.m4: New file, from gettext-0.11.5.
50550         * m4/glibc21.m4: New file, from gettext-0.11.5.
50551         * m4/iconv.m4: New file, from gettext-0.11.5.
50552         * m4/intdiv0.m4: New file, from gettext-0.11.5.
50553         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
50554         * m4/inttypes.m4: New file, from gettext-0.11.5.
50555         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
50556         * m4/isc-posix.m4: New file, from gettext-0.11.5.
50557         * m4/lcmessage.m4: New file, from gettext-0.11.5.
50558         * m4/lib-ld.m4: New file, from gettext-0.11.5.
50559         * m4/lib-link.m4: New file, from gettext-0.11.5.
50560         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
50561         * m4/progtest.m4: New file, from gettext-0.11.5.
50562         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
50563         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
50564         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
50565
50566         Module localcharset.
50567         * m4/localcharset.m4: New file.
50568
50569         Module hard-locale.
50570         * m4/hard-locale.m4: New file.
50571
50572         Module mbswidth.
50573         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
50574         onceonly macros.
50575         * m4/mbrtowc.m4: Add comment.
50576
50577         Module memcasecmp.
50578         * m4/memcasecmp.m4: New file.
50579
50580         Module memcoll.
50581         * m4/memcoll.m4: New file.
50582
50583         Module unicodeio.
50584         * m4/unicodeio.m4: New file.
50585
50586         Module rpmatch.
50587         * m4/rpmatch.m4: New file.
50588
50589         Module yesno.
50590         * m4/yesno.m4: New file.
50591
50592         Module exitfail.
50593         * m4/exitfail.m4: New file.
50594
50595         Module c-stack.
50596         * m4/c-stack.m4 (gl_C_STACK): New macro.
50597         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
50598
50599         Module error.
50600         * m4/error.m4 (gl_ERROR): New macro.
50601         (jm_PREREQ_ERROR): Use onceonly macros.
50602
50603         Module fatal.
50604         * m4/fatal.m4: New file.
50605
50606         Module getloadavg.
50607         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
50608         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
50609
50610         Module getpagesize.
50611         * m4/getpagesize.m4: New file.
50612
50613         Module getusershell.
50614         * m4/getusershell.m4: New file.
50615
50616         Module physmem.
50617         * m4/physmem.m4: New file.
50618
50619         Module posixver.
50620         * m4/posixver.m4: New file.
50621
50622         Module quotearg.
50623         * m4/quotearg.m4: New file.
50624
50625         Module quote.
50626         * m4/quote.m4: New file.
50627
50628         Module readutmp.
50629         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
50630
50631         Module sig2str.
50632         * m4/sig2str.m4: New file.
50633
50634         Other.
50635         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
50636         ulonglong.m4.
50637         * m4/intmax_t.m4: New file.
50638         * m4/d-type.m4: Indentation.
50639         * m4/jm-macros.m4: Update.
50640         * m4/prereq.m4 (jm_PREREQ): Update.
50641         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
50642         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
50643         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
50644         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
50645         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
50646         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
50647         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
50648         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
50649         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
50650         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
50651         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
50652         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
50653         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
50654         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
50655         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
50656         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
50657         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
50658         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
50659         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
50660
50661 2002-12-24  Bruno Haible  <bruno@clisp.org>
50662
50663         * MODULES.txt: Update according to m4/ changes.
50664
50665         Module gettext.
50666         * config.rpath: New file, from gettext-0.11.5.
50667
50668         * modules/*: New module descriptions.
50669         * gnulib-tool: New file.
50670         * MODULES.html.sh: New file.
50671
50672 2002-12-21  Karl Berry  <karl@gnu.org>
50673
50674         * doc/fdl.texi: update to version 1.2.
50675
50676 2002-12-19  Karl Berry  <karl@gnu.org>
50677
50678         * config/config.guess: update from prep.
50679
50680 2002-12-18  Bruno Haible  <bruno@clisp.org>
50681
50682         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
50683         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
50684
50685 2002-12-17  Bruno Haible  <bruno@clisp.org>
50686
50687         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
50688         stdlib.h, string.h.
50689
50690 2002-12-17  Bruno Haible  <bruno@clisp.org>
50691
50692         * lib/canon-host.c (strdup): Remove unused declaration.
50693
50694         * lib/fsusage.c: Include full_read.h.
50695         (get_fs_usage): Use full_read instead of safe_read.
50696
50697         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
50698
50699 2002-12-12  Karl Berry  <karl@gnu.org>
50700
50701         * config/config.guess: update from prep.
50702
50703 2002-12-11  Bruno Haible  <bruno@clisp.org>
50704
50705         * m4/setenv.m4: New file, from gettext-0.11.5.
50706
50707 2002-12-11  Bruno Haible  <bruno@clisp.org>
50708
50709         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
50710         not unsetenv().
50711         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
50712         modifications:
50713
50714         2002-12-11  Bruno Haible  <bruno@clisp.org>
50715
50716                 * setenv.c (alloca): Fall back to malloc.
50717                 (freea): New macro.
50718                 (setenv): Use freea() to free memory allocated with alloca().
50719
50720         2002-11-13  Bruno Haible  <bruno@clisp.org>
50721
50722                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
50723                 function declarations.
50724                 * unsetenv.c (unsetenv): Likewise.
50725
50726         2002-03-04  Bruno Haible  <bruno@clisp.org>
50727
50728                 Portability to AIX 4.3.3.
50729                 * unsetenv.c: New file, extracted from setenv.c.
50730                 * setenv.c: Move the unsetenv() function to unsetenv.c.
50731
50732         2001-12-20  Bruno Haible  <bruno@clisp.org>
50733
50734                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
50735                 use malloc instead. For SunOS 4.
50736
50737         2001-12-11  Bruno Haible  <bruno@clisp.org>
50738
50739                 * setenv.c: Declare alloca.
50740                 (compar_fn_t): New typedef.
50741                 (KNOWN_VALUE, STORE_VALUE): Use it.
50742
50743         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
50744         setenv.h.
50745
50746 2002-12-10  Paul Eggert  <eggert@twinsun.com>
50747
50748         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
50749         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
50750         Choose values that are less likely to collide with system fnmatch
50751         options.
50752         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
50753         defined (e.g., a pure POSIX system).
50754         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
50755         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
50756
50757 2002-12-06  Paul Eggert  <eggert@twinsun.com>
50758
50759         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
50760         a pain in practice to deal with generated m4 files.  This change
50761         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
50762
50763         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
50764         and jm-glibc-io.m4, as they are no longer a special case.
50765         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
50766         kludge and the auto-generation stuff.  Check only whether the
50767         functions are declared, not whether they exist, since older hosts
50768         that don't declare the functions can't use the optimization anyway.
50769
50770 2002-12-06  Jim Meyering  <jim@meyering.net>
50771
50772         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
50773
50774         Merge in changes from libc's misc/error.c, in preparation
50775         for the merge of gnulib's changes back into libc.
50776
50777         * lib/error.c (_): Define only if not already defined.
50778         Move definition to follow all #include directives.
50779         Include unlocked-io.h only if !_LIBC.
50780         [_LIBC]: Include <libio/libioP.h>.
50781         [USE_IN_LIBIO]: Include <libio/iolibio.h>
50782         (fflush): Tweak definition to use INTUSE.
50783         (putc): Define.
50784
50785 2002-12-05  Paul Eggert  <eggert@twinsun.com>
50786
50787         * lib/alloca.c [defined emacs]: Include "lisp.h".
50788         (xalloc_die) [defined emacs]: New macro.
50789         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
50790         [! defined emacs]: Include <xalloc.h>.
50791         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
50792         (pointer): Typedef to POINTER_TYPE *.
50793         (malloc): Remove decl; we now always use xmalloc.
50794         (alloca): Use old-style definition, since Emacs needs this.
50795         Check for arithmetic overflow when computing combined size.
50796
50797 2002-12-04  Paul Eggert  <eggert@twinsun.com>
50798
50799         Do not generate unlocked-io.h automatically, since it's easier to
50800         maintain it by hand.
50801
50802         * lib/unlocked-io.h: New file, from GNU diffutils,
50803         but with proper copyright notice and attribution.
50804         * lib/gen-uio: Remove.
50805         * lib/Makefile.am: Add copyright notice.
50806         (libfetish_a_SOURCES): Add unlocked-io.h.
50807         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
50808         (DISTCLEANFILES, io_functions): Remove macros.
50809         (EXTRA_DIST): Remove gen_uio.
50810         (unlocked-io.h): Remove rule.
50811
50812 2002-12-04  Jim Meyering  <jim@meyering.net>
50813
50814         Reflect the fact that stat.c and lstat.c are no longer generated.
50815         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
50816         (DISTCLEANFILES): Likewise.
50817         (EXTRA_DIST): Likewise.
50818         (all_local): Don't depend on stat.c or lstat.c.
50819         (stat.c, lstat.c): Remove rules.
50820         (EXTRA_DIST): Remove xstat.in.
50821
50822         * lib/xstat.in: Remove file.  Contents moved into stat.c.
50823         * lib/stat.c: New file.  Contents mostly from xstat.in.
50824         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
50825         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
50826
50827         * lib/safe-read.c: Rework so that it may serve to define safe_write,
50828         too.
50829         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
50830
50831 2002-12-03  Jim Meyering  <jim@meyering.net>
50832
50833         * lib/safe-read.c, safe-write.c: Change variable names and comments,
50834         but not semantics, to minimize the differences between these two files.
50835         (safe_read): Change comment to mention SAFE_READ_ERROR.
50836
50837         * lib/safe-read.c (IS_EINTR): Define.
50838         (safe_read): Use IS_EINTR in place of in-function cpp directives.
50839
50840 2002-12-02  Jim Meyering  <jim@meyering.net>
50841
50842         * lib/safe-read.c (EINTR): Define.
50843         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
50844         (INT_MAX): Provide fallback.
50845         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
50846
50847         * lib/safe-read.h (SAFE_READ_ERROR): Define.
50848
50849 2002-12-02  Bruno Haible  <bruno@clisp.org>
50850
50851         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
50852         Define, taken from safe-read.c.
50853         (INT_MAX): Provide fallback.
50854         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
50855         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
50856
50857         * lib/safe-read.c (EINTR): Remove definition.
50858         (safe_read): Don't use EINTR if it is absent.
50859
50860 2002-12-01  Jim Meyering  <jim@meyering.net>
50861
50862         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
50863         zero.
50864         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
50865
50866 2002-11-27  Paul Eggert  <eggert@twinsun.com>
50867
50868         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
50869         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
50870         with `if (! (value < limit)) abort ();', for readability.
50871
50872 2002-11-26  Karl Berry  <karl@gnu.org>
50873
50874         * lib/strdup.c: copy from libc again, with jim's ok.
50875         * lib/.cppi-disable: re-add strdup.c
50876
50877 2002-11-25  Karl Berry  <karl@gnu.org>
50878
50879         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
50880         instead of "strtol.c".
50881
50882 2002-11-25  Karl Berry  <karl@gnu.org>
50883
50884         * config/install-sh: update from automake for variable quoting, $0 in
50885         error msgs, etc.
50886
50887         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
50888         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
50889         entry.
50890
50891 2002-11-25  Jim Meyering  <jim@meyering.net>
50892
50893         * lib/mktime.c: Sync from libc, now that it has the latest fix.
50894
50895 2002-11-24  Karl Berry  <karl@gnu.org>
50896
50897         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
50898         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
50899
50900 2002-11-24  Jim Meyering  <jim@meyering.net>
50901
50902         Update from coreutils:
50903
50904         * lib/mktime.c: Merge in changes from libc.
50905
50906         Avoid a link-time failure on some Linux systems.
50907         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
50908         (otherwise).
50909         (__mon_yday): Declare with the STATIC attribute.
50910         (__mktime_internal): Likewise.
50911         Based on a report from Greg Schafer.
50912
50913 2002-11-23  Jim Meyering  <jim@meyering.net>
50914
50915         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
50916         Use `unsigned', not `int', as type of index.
50917
50918         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
50919
50920         * lib/fsusage.c: Remove unneeded parentheses around operands of
50921         `defined'.
50922
50923 2002-11-22  Paul Eggert  <eggert@twinsun.com>
50924
50925         * lib/quotearg.h: Allow multiple inclusion by surrounding with
50926         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
50927         so that we can be included first.
50928         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
50929         * lib/quotearg.c: Include quotearg.h immediately after config.h.
50930         No need to include stddef.h or sys/types.h any more.
50931         Surround local include files with "", not "<>".
50932         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
50933         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
50934         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
50935         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
50936         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
50937         (ISPRINT): Remove; no longer needed now that we assume C89.
50938
50939         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
50940         Preserve errno.
50941
50942         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
50943         quotearg_char): Use SIZE_MAX rather than
50944         (size_t) -1 when we are talking about "infinity".
50945
50946         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
50947
50948 2002-11-22  Paul Eggert  <eggert@twinsun.com>
50949
50950         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
50951         hint that one should use `if (! x) abort ();' rather than `assert
50952         (x);', and anyway it's one less thing to worry about configuring.
50953         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
50954         hash_rehash, hash_insert): Use abort rather than assert.
50955
50956 2002-11-22  Bruno Haible  <bruno@clisp.org>
50957
50958         * lib/safe-read.h: Assume C89. Add comments.
50959         (safe_read): Change return type to size_t.
50960         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
50961         byte counts > SSIZE_MAX correctly.
50962         * lib/safe-write.h: New file.
50963         * lib/safe-write.c: New file.
50964         * lib/full-read.h: New file.
50965         * lib/full-read.c: New file.
50966         * lib/full-write.h: Assume C89. Add comments.
50967         * lib/full-write.c: Include safe-write.h.
50968         (full_write): Rewritten to use safe_write.
50969         Suggested by Jim Meyering and Paul Eggert.
50970
50971 2002-11-21  Jim Meyering  <jim@meyering.net>
50972
50973         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
50974
50975         Merge in changes from the coreutils.
50976
50977         2002-09-25  Paul Eggert  <eggert@twinsun.com>
50978         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
50979         <stdint.h>.
50980         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
50981         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
50982         int.  Work more efficiently if X is the same width as uintmax_t.
50983         Do not compare X to -1, to avoid bogus compiler warning.
50984         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
50985         Don't assume that f_frsize and f_bsize are the same type.
50986
50987         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
50988         warning on FreeBSD.
50989
50990         * lib/makepath.c (make_path): Restore umask *before* creating the final
50991         component.
50992         (make_path): Minor reformatting.
50993
50994         * lib/xmalloc.c: Adjust to work with new autoconf macros,
50995         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
50996         HAVE_MALLOC/HAVE_REALLOC.
50997
50998         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
50999         dummy ones.  At least on GNU/Linux systems, `auto' means something
51000         else.
51001         From Michael Stone.
51002
51003 2002-11-21  Bruno Haible  <bruno@clisp.org>
51004
51005         Remove case insensitive option matching.
51006         * lib/argmatch.h (argcasematch): Remove declaration.
51007         (ARGCASEMATCH): Remove macro.
51008         (__xargmatch_internal): Remove case_sensitive argument.
51009         (XARGMATCH): Update.
51010         (XARGCASEMATCH): Remove macro.
51011         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
51012         case_sensitive argument.
51013         (argcasematch): Remove function.
51014         (__xargmatch_internal): Remove case_sensitive argument.
51015         (main): Use XARGMATCH instead of XARGCASEMATCH.
51016
51017         * lib/xmalloc.c: Change compile-time error message. Add comment about
51018         required autoconf version.
51019
51020 2002-11-20  Paul Eggert  <eggert@twinsun.com>
51021
51022         Merge argmatch cleanups from Bison.  Assume C89.
51023
51024         * lib/argmatch.c: Include config.h here, not in argmatch.h.
51025         Include stdlib.h, for EXIT_FAILURE.
51026         Always include <string.h>, since we assume C89.
51027         (EXIT_FAILURE): Remove pre-C89 bug workaround.
51028         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
51029         Include <stddef.h> instead, since it's all we need for size_t.
51030         (PARAMS): Remove.  All uses removed.
51031         (ARRAY_CARDINALITY): Do not bother to #undef.
51032         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
51033         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
51034         Remove unnecessary parentheses.
51035         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
51036         Insert necessary parentheses.
51037         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
51038         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
51039
51040 2002-11-19  Bruno Haible  <bruno@clisp.org>
51041
51042         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
51043         * lib/mbswidth.h: Include <stddef.h>, for size_t.
51044
51045         * lib/mbswidth.h (PARAMS): Remove macro.
51046         (mbswidth, mbsnwidth): Use ANSI C function declarations.
51047         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
51048
51049         * lib/gcd.h (PARAMS): Remove macro.
51050         (gcd): Use ANSI C function declarations.
51051         * lib/gcd.c (gcd): Likewise.
51052
51053 2002-11-15  Bruno Haible  <bruno@clisp.org>
51054
51055         * lib/strcspn.c: Include <stddef.h>.
51056         (strcspn): Use ANSI C function declaration. Change return type to
51057         size_t. Use NULL.
51058         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
51059         (strpbrk): Use NULL.
51060         * lib/strpbrk.h (PARAMS): Remove macro.
51061         (strpbrk): Use ANSI C function declaration.
51062         * lib/strstr.c: Don't include <sys/types.h>.
51063         * lib/strstr.h (PARAMS): Remove macro.
51064         (strstr): Use ANSI C function declarations.
51065
51066 2002-11-14  Karl Berry  <karl@gnu.org>
51067
51068         * config/mkinstalldirs: `do' on separate line, instead of
51069         `for var; do'.
51070
51071 2002-11-06  Bruno Haible  <bruno@clisp.org>
51072
51073         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
51074         * lib/gcd.c (gcd): Likewise.
51075
51076 2002-11-05  Bruno Haible  <bruno@clisp.org>
51077
51078         * lib/gcd.h: New file, from gettext-0.11.5.
51079         * lib/gcd.c: New file, from gettext-0.11.5.
51080
51081 2002-11-05  Bruno Haible  <bruno@clisp.org>
51082
51083         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
51084         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
51085         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
51086         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
51087
51088         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
51089         <libintl.h>.
51090         * lib/makepath.c: Include gettext.h instead of <locale.h> and
51091         <libintl.h>.
51092
51093         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
51094         * lib/human.c: Include gettext.h instead of <libintl.h>.
51095         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
51096         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
51097         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
51098         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
51099         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
51100         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
51101         (textdomain): Remove definition.
51102         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
51103
51104         * lib/long-options.c: Remove include of <libintl.h> and definition of
51105         _.
51106         * lib/same.c: Remove include of <libintl.h> and definition of _.
51107
51108 2002-11-04  Owen Taylor  <otaylor@redhat.com>
51109
51110         * lib/config.charset: A few additions for Solaris.
51111
51112 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
51113
51114         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
51115         * lib/localcharset.c (locale_charset): Declare as extern "C".
51116
51117 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
51118
51119         * lib/config.charset: msdos in uk_UA uses CP1125.
51120
51121 2002-11-04  Bruno Haible  <bruno@clisp.org>
51122
51123         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
51124         * lib/strcase.h: New file, from GNU gettext-0.11.5.
51125         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
51126         * lib/strstr.h: New file, from GNU gettext-0.11.5.
51127         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
51128
51129 2002-11-04  Bruno Haible  <bruno@clisp.org>
51130
51131         * lib/localcharset.c (locale_charset): Don't return an empty string.
51132
51133 2002-11-04  Bruno Haible  <bruno@clisp.org>
51134
51135         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
51136         aliases.
51137
51138 2002-11-04  Bruno Haible  <bruno@clisp.org>
51139
51140         * lib/config.charset: Update for newest glibc. Add canonical names
51141         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
51142
51143 2002-11-04  Bruno Haible  <bruno@clisp.org>
51144
51145         * lib/config.charset: Add support for NetBSD.
51146
51147 2002-11-04  Bruno Haible  <bruno@clisp.org>
51148
51149         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
51150
51151 2002-11-01  Bruno Haible  <bruno@clisp.org>
51152
51153         * configure.in: Add AC_CONFIG_AUX_DIR call.
51154         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
51155         test/Makefile.
51156         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
51157
51158 2002-09-28  Karl Berry  <karl@gnu.org>
51159
51160         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
51161         installed automake until the next release, since changes have been
51162         made.
51163
51164 2002-09-25  Karl Berry  <karl@gnu.org>
51165
51166         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
51167         * lib/getopt*: copy from libc/posix.
51168         * lib/gettext.h: copy from gettext.
51169         * lib/.cppi-disable: add strdup.c, gettext.h.
51170
51171 2002-09-25  Karl Berry  <karl@gnu.org>
51172
51173         * config/srclist.txt: enable gettext.h check.
51174         * config/config.{guess,sub}: update from prep.
51175         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
51176                 from automake 1.6.3.
51177         See srclist*.
51178
51179 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
51180
51181         * regex.c (PATFETCH): Remove the translating fetch.
51182         (PATFETCH_RAW): Rename to PATFETCH.
51183         (set_image_of_range): New fun.
51184         (SET_RANGE_TABLE_WORK_AREA): Use it.
51185         (regex_compile): Don't translate the pattern chars so eagerly.
51186         Only do it when inserting an `exactn' bytecode or when handling
51187         a char-range.
51188         (mutually_exclusive_p): Avoid empty statement.
51189
51190 2002-07-06  Jim Meyering  <meyering@lucent.com>
51191
51192         * m4/README: Don't mention Makefile.am.in.
51193         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
51194
51195 2002-07-01  Jim Meyering  <meyering@lucent.com>
51196
51197         * lib/c-stack.c: Include sys/time.h.
51198         From Volker Borchert.
51199
51200 2002-06-26  Paul Eggert  <eggert@twinsun.com>
51201
51202         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
51203
51204 2002-06-26  Paul Eggert  <eggert@twinsun.com>
51205
51206         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
51207         New macro.  Use it uniformly instead of
51208         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
51209         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
51210         reported by Vin Shelton.
51211
51212 2002-06-22  Paul Eggert  <eggert@twinsun.com>
51213
51214         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
51215         Do not assume SA_SIGINFO behavior.
51216         Bug reported by Jim Meyering on NetBSD 1.5.2.
51217
51218 2002-06-22  Jim Meyering  <meyering@lucent.com>
51219
51220         * m4/c-stack.m4: New file, from diffutils-2.8.2.
51221         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
51222
51223         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
51224         now that configure.ac uses AC_GNU_SOURCE.
51225         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
51226         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
51227
51228         Update to latest tools.  Suggestions from Paul Eggert.
51229         * m4/stdbool.m4: New file, from diffutils-2.8.2.
51230         * m4/gnu-source.m4: Update from diffutils-2.8.2.
51231         * m4/fnmatch.m4: Likewise.
51232         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
51233         to AC_HEADER_STDBOOL
51234
51235 2002-06-22  Jim Meyering  <meyering@lucent.com>
51236
51237         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
51238         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
51239
51240 2002-06-22  Jim Meyering  <meyering@lucent.com>
51241
51242         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
51243
51244         * lib/exitfail.c, exitfail.h: Likewise.
51245         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
51246
51247         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
51248         of fnmatch.h.
51249         (EXTRA_DIST): Add fnmatch_loop.c.
51250         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
51251
51252         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
51253         * lib/fnmatch.c: Update from diffutils-2.8.2.
51254         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
51255         * lib/fnmatch.h: Remove file.
51256
51257 2002-06-21  Jim Meyering  <meyering@lucent.com>
51258
51259         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
51260         * m4/mbrtowc.m4: Likewise.
51261
51262         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
51263         * m4/mbswidth.m4: Reflect name change:
51264         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
51265         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
51266
51267         * m4/lib-link.m4: Update from gettext-0.11.2.
51268         * m4/gettext.m4: Likewise.
51269
51270         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
51271         From Alfred M. Szmidt.
51272
51273 2002-06-18  Paul Eggert  <eggert@twinsun.com>
51274
51275         * lib/file-type.h: Report an error if neither S_ISREG nor
51276         S_IFREG is defined, instead of using a test specific to glibc
51277         2.2.  This should be safe, since POSIX requires S_ISREG and
51278         Unix Version 7 had S_IFREG.  We don't need to check for
51279         <sys/types.h> since we don't use any symbols that it defines.
51280
51281 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
51282
51283         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
51284         $@-t, so that each temporary file name is unique and valid in the first
51285         8 characters, for operation under DOS.
51286
51287 2002-06-15  Paul Eggert  <eggert@twinsun.com>
51288
51289         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
51290
51291 2002-06-15  Jim Meyering  <meyering@lucent.com>
51292
51293         Work even with DJGPP 2.03, which lacks support for symlinks.
51294         From Richard Dawe.
51295         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
51296         is defined.
51297         * lib/lchown.c (S_ISLNK): Likewise.
51298
51299 2002-06-15  Jim Meyering  <meyering@lucent.com>
51300
51301         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
51302         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
51303         have been included before this file.
51304
51305 2002-06-14  Jim Meyering  <meyering@lucent.com>
51306
51307         * lib/file-type.h: Use the version from diffutils-2.8.2.
51308         * lib/file-type.c: Likewise.
51309
51310 2002-06-07  Jim Meyering  <meyering@lucent.com>
51311
51312         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
51313         They're needed at least for NetBSD 1.5.2.
51314         ($statxfs_includes): Include those same headers.
51315         ($statxfs_includes): Include sys/vfs.h if available.
51316         ($statxfs_includes): Likewise for sys/statvfs.h.
51317         Check for the following members in both structs statfs and statvfs:
51318         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
51319
51320 2002-06-01  Jim Meyering  <meyering@lucent.com>
51321
51322         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
51323         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
51324
51325 2002-05-28  Jim Meyering  <meyering@lucent.com>
51326
51327         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
51328         Reported by Volker Borchert.
51329
51330 2002-05-27  Jim Meyering  <meyering@lucent.com>
51331
51332         Fix a problem seen only on nonconforming systems whereby ls.c's
51333         use of localtime, and then of gettimeofday would cause trouble:
51334         the localtime call used to initialize rpl_gettimeofday's save
51335         mechanism would clobber ls's current local time information so
51336         that in any long listing the first file would always be listed
51337         with date 1970-01-01.  Analysis by Volker Borchert.
51338
51339         * lib/gettimeofday.c (localtime): Undefine.
51340         (rpl_localtime): New function.
51341
51342 2002-05-27  Jim Meyering  <meyering@lucent.com>
51343
51344         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
51345         localtime.
51346
51347         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
51348         use the replacement function; it wouldn't resolve at link time.
51349         Reported by Volker Borchert.
51350
51351 2002-05-22  Jim Meyering  <meyering@lucent.com>
51352
51353         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
51354         file-type.h.
51355         * lib/file-type.h: New file.
51356         * lib/file-type.c (file_type): New file/function.  Extracted from
51357         diffutils.
51358
51359 2002-04-30  Jim Meyering  <meyering@lucent.com>
51360
51361         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
51362
51363 2002-04-29  Paul Eggert  <eggert@twinsun.com>
51364
51365         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
51366
51367 2002-04-29  Paul Eggert  <eggert@twinsun.com>
51368
51369         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
51370         Do not check for alloca.h (no longer used) or stdbool.h (was never
51371         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
51372
51373 2002-04-29  Paul Eggert  <eggert@twinsun.com>
51374
51375         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
51376
51377 2002-04-29  Jim Meyering  <meyering@lucent.com>
51378
51379         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
51380         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
51381         Use AC_FUNC_STRNLEN here instead.
51382
51383         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
51384         With autoconf-2.53a, it's part of AC_PROG_CC.
51385
51386 2002-04-28  Paul Eggert  <eggert@twinsun.com>
51387
51388         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
51389         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
51390
51391 2002-04-28  Paul Eggert  <eggert@twinsun.com>
51392
51393         * lib/sig2str.h, lib/sig2str.c: New files.
51394         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
51395
51396 2002-04-28  Paul Eggert  <eggert@twinsun.com>
51397
51398         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
51399         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
51400         of 127, since 64 is the largest conceivable number for ancient
51401         nonstandard hosts.
51402         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
51403
51404 2002-04-28  Jim Meyering  <meyering@lucent.com>
51405
51406         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
51407
51408 2002-04-24  Jim Meyering  <meyering@lucent.com>
51409
51410         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
51411         (jm_PREREQ): Use it.
51412
51413         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
51414         mach/mach.h fcntl.h.
51415         Check for this function: setlocale.
51416
51417 2002-04-24  Jim Meyering  <meyering@lucent.com>
51418
51419         * lib/gettext.h: New file, from Gettext.
51420         * lib/Makefile.am (INCLUDES): Remove -I../intl.
51421         (libfetish_a_SOURCES): Add gettext.h.
51422
51423 2002-04-16  Jim Meyering  <meyering@lucent.com>
51424
51425         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
51426         ut_pid, ut_id, ut_exit.
51427
51428 2002-04-16  Jim Meyering  <meyering@lucent.com>
51429
51430         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
51431         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
51432         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
51433
51434 2002-04-12  Jim Meyering  <meyering@lucent.com>
51435
51436         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
51437         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
51438         existence of the getmntinfo function.  Needed for Darwin 5.3.
51439
51440         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
51441         This is necessary at least on Darwin 5.3.
51442
51443         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
51444         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
51445         strnlen.o in the library, and that makes some versions of ranlib
51446         object.
51447
51448 2002-04-12  Jim Meyering  <meyering@lucent.com>
51449
51450         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
51451
51452 2002-04-09  Jim Meyering  <meyering@lucent.com>
51453
51454         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
51455         to be more precise.  Rather than saying we're checking whether the
51456         function `works', say what we're testing.
51457         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
51458         Reported by Bruno Haible.
51459
51460 2002-03-10  Jim Meyering  <meyering@lucent.com>
51461
51462         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
51463         Suggestion from Santiago Vila.
51464
51465 2002-03-08  Jim Meyering  <meyering@lucent.com>
51466
51467         * lib/rename.c: Mention that this wrapper is needed also on
51468         mips-dec-ultrix4.4 systems.
51469
51470 2002-03-02  Jim Meyering  <meyering@lucent.com>
51471
51472         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
51473         not HAVE_CLOCK_SETTIME.
51474
51475 2002-02-27  Paul Eggert  <eggert@twinsun.com>
51476
51477         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
51478         Check for clock_settime.
51479
51480 2002-02-27  Paul Eggert  <eggert@twinsun.com>
51481
51482         * lib/nanosleep.h: Rename to....
51483         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
51484
51485         * lib/gettime.c: New file.
51486         * lib/settime.c: New file.
51487         * lib/stime.c: Remove.
51488
51489         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
51490         timespec.h.  Remove nanosleep.h.
51491
51492 2002-02-25  Paul Eggert  <eggert@twinsun.com>
51493
51494         * m4/acl.m4: New file.
51495         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
51496         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
51497
51498 2002-02-25  Paul Eggert  <eggert@twinsun.com>
51499
51500         * lib/acl.c, lib/acl.h: New files.
51501         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
51502
51503 2002-02-24  Jim Meyering  <meyering@lucent.com>
51504
51505         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
51506         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
51507         cause trouble.  Reported by Nelson Beebe.
51508
51509 2002-02-23  Paul Eggert  <eggert@twinsun.com>
51510
51511         * lib/path-concat.c (xpath_concat): Reorder code to pacify
51512         compilers that don't know that xalloc_die never returns.
51513
51514 2002-02-20  Jim Meyering  <meyering@lucent.com>
51515
51516         * lib/getdate.c: Regenerate using bison-1.33.
51517
51518 2002-02-17  Jim Meyering  <meyering@lucent.com>
51519
51520         * config/config.guess (main): Don't use `head -1'; it's no longer
51521         portable. Use `sed 1q' instead.
51522
51523 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
51524
51525         * m4/codeset.m4: Upgrade to gettext-0.11.
51526         * m4/gettext.m4: Upgrade to gettext-0.11.
51527         * m4/glibc21.m4: Upgrade to gettext-0.11.
51528         * m4/iconv.m4: Upgrade to gettext-0.11.
51529         * m4/isc-posix.m4: Upgrade to gettext-0.11.
51530         * m4/lcmessage.m4: Upgrade to gettext-0.11.
51531         * m4/lib-ld.m4: New file, from gettext-0.11.
51532         * m4/lib-link.m4: New file, from gettext-0.11.
51533         * m4/lib-prefix.m4: New file, from gettext-0.11.
51534         * m4/progtest.m4: Upgrade to gettext-0.11.
51535
51536 2002-02-15  Paul Eggert  <eggert@twinsun.com>
51537
51538         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
51539         (jm_PREREQ): Use it.
51540
51541 2002-02-15  Paul Eggert  <eggert@twinsun.com>
51542
51543         * lib/posixver.c, lib/posixver.h: New files.
51544         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
51545
51546 2002-02-02  Paul Eggert  <eggert@twinsun.com>
51547             Bruno Haible  <bruno@clisp.org>
51548
51549         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
51550         (fwrite_success_callback): New declaration.
51551         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
51552         print_unicode_char. Call failure callback instead of error.
51553         (fwrite_success_callback): New function.
51554         (exit_failure_callback): New function.
51555         (fallback_failure_callback): New function.
51556         (print_unicode_char): Call unicode_to_mb.
51557
51558 2002-01-26  Jim Meyering  <meyering@lucent.com>
51559
51560         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
51561         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
51562
51563 2002-01-26  Jim Meyering  <meyering@lucent.com>
51564
51565         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
51566
51567 2002-01-22  Paul Eggert  <eggert@twinsun.com>
51568
51569         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
51570
51571 2002-01-22  Jim Meyering  <meyering@lucent.com>
51572
51573         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
51574         Otherwise, some versions of automake would omit the rule that makes
51575         Makefile from Makefile.in.
51576
51577 2002-01-21  Paul Eggert  <eggert@twinsun.com>
51578
51579         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
51580         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
51581         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
51582         (memcoll): Set errno to zero if there is no error.
51583
51584         * lib/quotearg.c (quotearg_buffer_restyled):
51585         Fix bug with quoting buffers containing NUL when backslashing escapes.
51586         This bug was exposed by the other changes in this patch.
51587         (quotearg_n_options): New arg ARGSIZE.
51588         All callers changed.
51589         (quoting_options_from_style): New function.
51590         (quotearg_n_style): Use it.
51591         (quotearg_n_style_mem): New function.
51592
51593         * lib/quotearg.h (quotearg_n_style_mem): New function.
51594
51595 2002-01-19  Jim Meyering  <meyering@lucent.com>
51596
51597         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
51598         Remove useless quotes: DF_PROG="df".
51599         * m4/strnlen.m4: New file.
51600
51601 2002-01-16  Paul Eggert  <eggert@twinsun.com>
51602
51603         * lib/backupfile.c (ISDIGIT): Comment fix.
51604         * lib/getdate.y (ISDIGIT): Likewise.
51605         * lib/posixtm.c (ISDIGIT, year): Likewise.
51606         * lib/strverscmp.c (ISDIGIT): Likewise.
51607         * lib/userspec.c (ISDIGIT): Likewise.
51608
51609 2002-01-16  Jim Meyering  <meyering@lucent.com>
51610
51611         * lib/getdate.y: Add three semicolons, each just before a closing
51612         brace. Bison (as of version 1.31) no longer papers over that mistake.
51613
51614 2002-01-05  Jim Meyering  <meyering@lucent.com>
51615
51616         * lib/version-etc.c (version_etc_copyright): Update copyright year.
51617
51618 2001-12-19  Paul Eggert  <eggert@twinsun.com>
51619
51620         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
51621         not silently exit merely because the output buffer happens to
51622         have nothing pending.
51623
51624 2001-12-18  Paul Eggert  <eggert@twinsun.com>
51625
51626         See the big note in ../ChangeLog.
51627         * lib/human.c (suffixes): Prefer K to k for 1024.
51628         (generate_suffix_backwards): New function.
51629         (human_readable_inexact): Use it.
51630         * lib/xstrtol.c (__xstrtol): If there is no number but there
51631         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
51632         Accept 'K' as well as 'k'.
51633
51634 2001-12-15  Jim Meyering  <meyering@lucent.com>
51635
51636         * lib/regex.h (__restrict_arr): Update from libc.
51637
51638         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
51639         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
51640         (STREQ): Define.
51641
51642 2001-12-14  Jim Meyering  <meyering@lucent.com>
51643
51644         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
51645         Suggestion from Bruno Haible.
51646
51647 2001-12-10  Jim Meyering  <meyering@lucent.com>
51648
51649         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
51650         xrealloc, Instead, include "xalloc.h".
51651         (initbuffer): Don't cast xmalloc return value to char*.
51652         (readline): Reword comment.
51653         Don't cast xrealloc return value to char*
51654         Return NULL, not 0.
51655
51656 2001-12-09  Jim Meyering  <meyering@lucent.com>
51657
51658         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
51659         about `signed and unsigned type in conditional expression'.
51660         * lib/posixtm.c (posix_time_parse): Likewise.
51661
51662         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
51663
51664         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
51665         to avoid a pedantic warning.
51666
51667         * lib/getstr.c: Don't include assert.h.
51668         (getstr): Remove warning-evoking assertions.
51669         Return -1 if offset parameter is out of bounds.
51670         Change the type of a local from int to size_t.
51671
51672         * lib/strftime.c (my_strftime_localtime_r): Include this function
51673         definition in the `#if ! HAVE_TM_GMTOFF' block.
51674
51675         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
51676         Include xalloc.h instead.
51677
51678 2001-12-02  Jim Meyering  <meyering@lucent.com>
51679
51680         * lib/tempname.c: Don't declare getenv, thus reverting the change of
51681         2001-11-18.  It's no longer necessary, now that stdlib.h is always
51682         included.
51683
51684         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
51685         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
51686
51687 2001-11-30  Akim Demaille  <akim@epita.fr>
51688
51689         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
51690         before being defined.
51691
51692 2001-11-27  Paul Eggert  <eggert@twinsun.com>
51693
51694         * lib/quotearg.h (quotearg_n, quotearg_n_style):
51695         First arg is int, not unsigned.
51696         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
51697         (SIZE_MAX, UINT_MAX): New macros.
51698         (quotearg_n_options): Abort if N is negative.
51699         Avoid overflow check on hosts where size_t is 64 bits and int
51700         is 32 bits, as overflow is impossible there.
51701         Fix off-by-one typo that caused unnecessary reallocation.
51702
51703 2001-11-27  Jim Meyering  <meyering@lucent.com>
51704
51705         * lib/tempname.c: Merge with version from libc.
51706         * lib/regex.c: Likewise.
51707
51708         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
51709         systems for which STDC_HEADERS is 0, it was not included, resulting in
51710         a warning about an integer-to-pointer conversion problem with getenv.
51711         Reported by Volker Borchert.
51712
51713 2001-11-26  Jim Meyering  <meyering@lucent.com>
51714
51715         * lib/gtod.h: Remove file.
51716         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
51717         * lib/gettimeofday.c: Don't include gtod.h.
51718         (GTOD_init): Remove function.
51719         (rpl_gettimeofday): Do its job here instead, rather than aborting.
51720         Suggestion from Volker Borchert.
51721
51722 2001-11-23  Jim Meyering  <meyering@lucent.com>
51723
51724         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
51725         it.
51726         * lib/hash.c (struct hash_table): Define it here instead.
51727
51728 2001-11-22  Jim Meyering  <meyering@lucent.com>
51729
51730         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
51731
51732 2001-11-20  Jim Meyering  <meyering@lucent.com>
51733
51734         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
51735         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
51736
51737 2001-11-19  Jim Meyering  <meyering@lucent.com>
51738
51739         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
51740         directory.  Use "conftestXXXXXX" as the template.
51741         Suggestion from Paul Eggert.
51742
51743         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
51744         immediately, so the test doesn't mistakenly hit the max-open-files
51745         limit.
51746
51747 2001-11-18  Paul Eggert  <eggert@twinsun.com>
51748
51749         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
51750         (TEMPORARIES): New macro.
51751         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
51752         removes an artificial limitation (e.g. HP-UX 10.20, where
51753         TMP_MAX is 17576).
51754
51755 2001-11-18  Jim Meyering  <meyering@lucent.com>
51756
51757         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
51758
51759 2001-11-18  Jim Meyering  <meyering@lucent.com>
51760
51761         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
51762         on SunOS 4.
51763
51764         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
51765         files will be created before anything else.
51766
51767 2001-11-17  Paul Eggert  <eggert@twinsun.com>
51768
51769         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
51770         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
51771
51772 2001-11-17  Jim Meyering  <meyering@lucent.com>
51773
51774         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
51775         Prompted by a report from Bob Proulx.
51776
51777         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
51778         Instead, require UTILS_FUNC_MKSTEMP.
51779
51780 2001-11-17  Jim Meyering  <meyering@lucent.com>
51781
51782         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
51783         Now, that's done as part of AC_FUNC_STRTOD.
51784
51785 2001-11-17  Jim Meyering  <meyering@lucent.com>
51786
51787         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
51788         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
51789         rather than group writable.  Patch by Juan F. Codagnone.
51790
51791         * lib/readtokens.c: Remove explicit declarations of xmalloc and
51792         xrealloc, Instead, include "xalloc.h".
51793
51794         * lib/mountlist.c: Include unlocked-io.h after all system headers.
51795         Remove explicit declarations of xmalloc, xrealloc,
51796         and xstrdup.  Instead, include "xalloc.h".
51797
51798         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
51799         unlocked-io.h.
51800         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
51801         Likewise.
51802         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
51803
51804         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
51805         Reported by Padraig Brady.
51806
51807         * lib/mkstemp.c: #undef mkstemp.
51808         Include config.h.
51809         (rpl_mkstemp): Rename from mkstemp.
51810         Protoize.
51811
51812 2001-11-16  Jim Meyering  <meyering@lucent.com>
51813
51814         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
51815         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
51816         determine the amount of total physical memory, use pstat_getstatic.
51817         HPUX-11 doesn't define _SC_PHYS_PAGES.
51818         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
51819         If sysconf couldn't be used to determine the amount of available
51820         physical memory, use both pstat_getstatic and pstat_getdynamic.
51821         Based on a patch from Bob Proulx.
51822
51823 2001-11-10  Jim Meyering  <meyering@lucent.com>
51824
51825         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
51826         (jm_PREREQ): Use it.
51827
51828 2001-11-09  Jim Meyering  <meyering@lucent.com>
51829
51830         * m4/jm-macros.m4: Require autoconf-2.52f.
51831         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
51832         Use these AC_-prefixed names, not the AM_-prefixed ones.
51833
51834         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
51835
51836 2001-11-05  Jim Meyering  <meyering@lucent.com>
51837
51838         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
51839
51840 2001-11-04  Jim Meyering  <meyering@lucent.com>
51841
51842         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
51843         $DEFS.
51844
51845 2001-11-03  Jim Meyering  <meyering@lucent.com>
51846
51847         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
51848         of AC_DEFUN.
51849
51850         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
51851         know the name of the variable in the macro definition.
51852
51853 2001-11-03  Jim Meyering  <meyering@lucent.com>
51854
51855         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
51856         in argmatch_to_argument call.
51857
51858         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
51859         argument.
51860
51861         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
51862         e.g., a fault due to an attempt to free a NULL pointer.
51863
51864 2001-11-01  Jim Meyering  <meyering@lucent.com>
51865
51866         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
51867         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
51868
51869 2001-11-01  Jim Meyering  <meyering@lucent.com>
51870
51871         * lib/dirfd.c, lib/dirfd.h: New files.
51872         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
51873
51874         * lib/hash.c (hash_print) [TESTING]: Clean up.
51875
51876 2001-10-22  Paul Eggert  <eggert@twinsun.com>
51877
51878         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
51879         to avoid a warning if -Wall.
51880
51881 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
51882
51883         * README: New file
51884         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
51885         (per RMS's instructions, this is now the canonical source)
51886         * lgpl/, gpl/: New directories.
51887
51888 2001-10-21  Paul Eggert  <eggert@twinsun.com>
51889
51890         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
51891
51892 2001-10-21  Jim Meyering  <meyering@lucent.com>
51893
51894         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
51895         this code would end up calling gettext even in packages built
51896         with --disable-nls.
51897         * lib/getopt.c (_): Likewise.
51898         * lib/regex.c (_): Likewise.
51899
51900 2001-10-20  Paul Eggert  <eggert@twinsun.com>
51901
51902         * m4/error.m4 (jm_PREREQ_ERROR):
51903         Do not invoke AC_CHECK_FUNCS with strerror_r, as
51904         AC_FUNC_STRERROR_R does that.
51905         Check for strerror declaration.
51906
51907         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
51908         are supposed to have them these days.
51909         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
51910         Merge changes from latest Autoconf CVS.
51911         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
51912         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
51913         POSIX decided to standardize on the int flavor of strerror_r.
51914
51915 2001-10-20  Paul Eggert  <eggert@twinsun.com>
51916
51917         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
51918         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
51919         Use strerror_r that is only a macro, even if it is not a function.
51920         (strerror): Check for HAVE_DECL_STRERROR before declaring.
51921         (private_strerror): Use prototypes, not old-style function definition.
51922         (print_errno_message): New function.
51923         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
51924         char*-flavored one.
51925         (error_tail, error, error_at_line): Use it.
51926
51927 2001-10-11  Jim Meyering  <meyering@lucent.com>
51928
51929         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
51930         and quote_n (1, ... to avoid clobbering a buffer.
51931
51932 2001-10-05  Jim Meyering  <meyering@lucent.com>
51933
51934         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
51935         hash-pjw.h.
51936         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
51937         * lib/hash-pjw.h: New file.
51938
51939 2001-09-30  Jim Meyering  <meyering@lucent.com>
51940
51941         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
51942         `struct fsstat' has the `f_fstypename' member.
51943         Use that to define FS_TYPE, which is now used to make
51944         the getfsstat link test tighter.
51945
51946 2001-09-30  Jim Meyering  <meyering@lucent.com>
51947
51948         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
51949         Include <sys/ucred.h>, for Apple Darwin.
51950         Include sys/mount.h and sys/fs_types.h only if available.
51951         (FS_TYPE): Define.
51952         (read_filesystem_list): Use FS_TYPE.
51953
51954 2001-09-29  Paul Eggert  <eggert@twinsun.com>
51955
51956         * lib/exclude.c (excluded_filename): 0 -> false, since it's
51957         a boolean context.
51958
51959 2001-09-29  Jim Meyering  <meyering@lucent.com>
51960
51961         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
51962         [one-argument getmntent function]): Include stdio.h before mntent.h.
51963         SunOS 4.1.x needs it for the declaration of `FILE'.
51964         Patch by Volker Borchert.
51965
51966         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
51967         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
51968         sys/fs_types.h, and make the link-test for getfsstat guard #include
51969         directives with appropriate #if HAVE_*_H tests so that we can
51970         detect getfsstat on Apple Darwin1.3.7 systems.
51971         Reported by Nelson Beebe.
51972         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
51973
51974 2001-09-28  Paul Eggert  <eggert@twinsun.com>
51975
51976         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
51977         #defines strtoimax.  Also treat the other strto* functions
51978         like strtoimax.
51979
51980         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
51981         Check for strtoul and strtoumax,
51982         as those declarations are made even in the signed case.
51983         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
51984         Likewise, for strtol and strtoimax.
51985
51986 2001-09-28  Paul Eggert  <eggert@twinsun.com>
51987
51988         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
51989         #defines strtoimax.  Also treat the other strto* functions
51990         like strtoimax.
51991
51992         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
51993         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
51994         (strtoimax, strtoumax): Do not declare if already defined as a macro.
51995
51996 2001-09-26  Jim Meyering  <meyering@lucent.com>
51997
51998         Most macros in unlocked-io.h had the wrong number of arguments.
51999         * lib/gen-uio: New script.
52000         (USE_UNLOCKED_IO): Define to 1 if not already defined.
52001         * lib/unlocked-io.hin: Remove file.
52002         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
52003         rather than trying to embed it here.
52004         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
52005         Reported by Padraig Brady.
52006
52007 2001-09-25  Volker Borchert  <bt@teknon.de>
52008
52009         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
52010         `result'.
52011
52012 2001-09-24  Jim Meyering  <meyering@lucent.com>
52013
52014         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
52015
52016 2001-09-23  Jim Meyering  <meyering@lucent.com>
52017
52018         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
52019         instead of the mere test for existence of mntent.h.  The latter
52020         would get a false-positive on AIX 3.4 systems.
52021         In the outer getmntent if-block, don't die if neither of the getmntent
52022         tests succeeds.  Instead, just fall through and continue with the
52023         remaining tests.
52024
52025 2001-09-23  Jim Meyering  <meyering@lucent.com>
52026
52027         * lib/mountlist.c: Remove useless parentheses in #if directives.
52028         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
52029         the deprecated MOUNTED symbol is no longer defined in mntent.h.
52030
52031 2001-09-22  Jim Meyering  <meyering@lucent.com>
52032
52033         * m4/gettext.m4: New file.  From gettext.
52034         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
52035         * m4/progtest.m4: Likewise
52036         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
52037         * m4/glibc21.m4: Likewise.
52038
52039         * m4/libintl.m4: Remove.  No longer used.
52040
52041 2001-09-22  Jim Meyering  <meyering@lucent.com>
52042
52043         * lib/localcharset.c: Update from latest gettext.
52044         * lib/config.charset: Likewise.
52045
52046 2001-09-20  Jim Meyering  <meyering@lucent.com>
52047
52048         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
52049         strtoimax.
52050         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
52051         strtoumax.
52052
52053 2001-09-20  Jim Meyering  <meyering@lucent.com>
52054
52055         * lib/xstrtol.c (strtoimax): Guard declaration with
52056         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
52057         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
52058         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
52059         (strtoumax): Likewise, for completeness (it wasn't necessary).
52060
52061 2001-09-17  Paul Eggert  <eggert@twinsun.com>
52062
52063         * lib/strtoimax.c (HAVE_LONG_LONG):
52064         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
52065         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
52066         to work around bug in IBM C compiler.
52067
52068 2001-09-17  Jim Meyering  <meyering@lucent.com>
52069
52070         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
52071         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
52072         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
52073         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
52074         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
52075         whenever the right hand side need not be expanded by the shell.
52076
52077 2001-09-16  Paul Eggert  <eggert@twinsun.com>
52078
52079         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
52080         library.  It's not correct, as some older glibcs are buggy.
52081         fnmatch wasn't fixed until glibc 2.2.
52082
52083         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
52084         special shell magic here.
52085
52086 2001-09-16  Jim Meyering  <meyering@lucent.com>
52087
52088         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
52089         * m4/jm-macros.m4: Require it.
52090
52091 2001-09-16  Jim Meyering  <meyering@lucent.com>
52092
52093         * lib/mkdir.c: New file.
52094
52095 2001-09-15  Jim Meyering  <meyering@lucent.com>
52096
52097         * m4/jm-macros.m4: Check for help2man.
52098
52099 2001-09-11  Jim Meyering  <meyering@lucent.com>
52100
52101         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
52102         The body, by Paul Eggert, was moved here from configure.in.
52103         * m4/jm-macros.m4: Require UTILS_HOST_OS.
52104
52105 2001-09-04  Paul Eggert  <eggert@twinsun.com>
52106
52107         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
52108         (jm_PREREQ): Use it.
52109
52110 2001-09-04  Paul Eggert  <eggert@twinsun.com>
52111
52112         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
52113         Use ssize_t, not int, to store result of readlink.
52114         Check for ssize_t overflow as well as size_t overflow,
52115         as POSIX says the result of readlink is implementation-defined
52116         when ssize_t overflows.
52117         Remove unnecessary cast to char*.
52118         Use free+malloc instead of realloc, as the storage doesn't need
52119         to be preserved and it's clearer and can be more efficient that way.
52120         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
52121         * lib/xreadlink.h (xreadlink): Update prototype.
52122
52123 2001-09-04  Paul Eggert  <eggert@twinsun.com>
52124
52125         * lib/xgetcwd.c: Revert some of the previous change; intead,
52126         fix the HAVE_GETCWD_NULL code to behave more like the
52127         !HAVE_GETCWD_NULL code used to.
52128
52129         Include "xalloc.h".
52130         (xgetcwd): Do not return NULL when memory is exhausted; instead,
52131         invoke xalloc_die.
52132
52133 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52134
52135         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
52136         sys/param.h, as pathmax.h includes them.
52137
52138 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52139
52140         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
52141         (jm_PREREQ_XGETCWD): New macro.
52142
52143         * m4/getcwd.m4: New file.
52144
52145 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52146
52147         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
52148         like the HAVE_GETCWD_NULL code.
52149         Include pathmax.h if not HAVE_GETCWD.
52150         Do not include xalloc.h.
52151         (INITIAL_BUFFER_SIZE): New symbol.
52152         Do not use xmalloc / xrealloc, since the caller is responsible for
52153         handling errors.  Preserve errno around `free' during failure.
52154         Do not overrun buffer when using getwd.
52155
52156 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52157
52158         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
52159         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
52160         getcwd (NULL, 0).
52161
52162 2001-09-03  Paul Eggert  <eggert@twinsun.com>
52163
52164         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
52165         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
52166         spotted by Jim Meyering.
52167
52168 2001-09-03  Jim Meyering  <meyering@lucent.com>
52169
52170         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
52171         failure.
52172
52173 2001-09-02  Jim Meyering  <meyering@lucent.com>
52174
52175         * lib/error.c: Update from GNU libc.
52176
52177 2001-09-01  Jim Meyering  <meyering@lucent.com>
52178
52179         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
52180         Used by df.
52181
52182 2001-09-01  Jim Meyering  <meyering@lucent.com>
52183
52184         * lib/xreadlink.c: New file.
52185         * lib/xreadlink.h: New file.
52186         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
52187         xreadlink.h.
52188
52189         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
52190         doesn't conflict with sparc Solaris 7's definition in
52191         /usr/include/sys/int_types.h.
52192
52193         * lib/exclude.c: Use `""', not `<>' to #include non-system header
52194         files.
52195         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
52196         and strncasecmp as r-values.  Unixware didn't have declarations.
52197
52198 2001-08-31  Paul Eggert  <eggert@twinsun.com>
52199
52200         * lib/xstrtol.h: Add copyright notice.
52201         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
52202         LONGINT_INVALID_SUFFIX_CHAR.
52203
52204 2001-08-31  Paul Eggert  <eggert@twinsun.com>
52205
52206         * lib/xstrtol.c (strtoimax): New decl.
52207
52208 2001-08-31  Paul Eggert  <eggert@twinsun.com>
52209
52210         * lib/xgetcwd.c: Don't include pathmax.h.
52211         Include stdlib.h and unistd.h if available.
52212         Include xalloc.h.
52213         (xmalloc, xstrdup, free): Remove decls.
52214         (xgetcwd): Don't assume sizes fit in unsigned.
52215         Check for overflow when computing sizes.
52216         Simplify reallocation code.
52217
52218 2001-08-31  Paul Eggert  <eggert@twinsun.com>
52219
52220         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
52221         a directory's st_size can have an arbitrary value, so the old
52222         usage could waste an arbitrary amount of memory.  All uses
52223         changed.
52224         * lib/savedir.h: Update prototype.
52225
52226 2001-08-31  Paul Eggert  <eggert@twinsun.com>
52227
52228         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
52229
52230         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
52231         old strtoimax.c.
52232
52233         Also, make the following further changes to make this file's
52234         configuration more similar to that of strtol.c:
52235         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
52236         (strtoumax, uintmax_t, strtoull, strtol): Remove.
52237         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
52238         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
52239         changed to signed values.
52240
52241         And make the following changes as well:
52242         Fix copyright notice, as 1999 was missing.
52243         (verify): New macro.
52244         (strtoimax): Check sizes at compile-time, not run-time.
52245         Prefer strtol to strtoll if both work.
52246         (main): Remove; it was not that useful and was a pain to maintain.
52247
52248         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
52249
52250 2001-08-31  Jim Meyering  <meyering@lucent.com>
52251
52252         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
52253         Use an initial, malloc'd, buffer of length 128 rather than
52254         a statically allocated one of length 1024.
52255
52256 2001-08-30  Paul Eggert  <eggert@twinsun.com>
52257
52258         Simplify code, partly by assuming autoconf 2.52 semantics.
52259
52260         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
52261
52262         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
52263         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
52264         All uses removed.
52265         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
52266         Move AC_REQUIRE to next-to-top level, to avoid confusion.
52267         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
52268         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
52269         jm_AC_HEADER_INTTYPES_H.
52270         * m4/jm-macros.m4 (jm_MACROS): Likewise.
52271
52272         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
52273
52274         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
52275         Quote first arg of AC_DEFUN.
52276         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
52277         since they are needed to parse the include file even if we need
52278         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
52279         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
52280         but with opposite signedness.
52281
52282 2001-08-30  Paul Eggert  <eggert@twinsun.com>
52283
52284         Merge 'exclude' changes from tar 1.13.22.
52285         This fixes one or two unlikely storage allocation overflow bugs,
52286         but doesn't change user-visible behavior otherwise.
52287
52288 2001-08-30  Paul Eggert  <eggert@twinsun.com>
52289
52290         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
52291         (jm_PREREQ_EXCLUDE): New macro.
52292
52293 2001-08-30  Paul Eggert  <eggert@twinsun.com>
52294
52295         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
52296         tm to be declared.
52297
52298 2001-08-30  Paul Eggert  <eggert@twinsun.com>
52299
52300         * lib/hash.c: Remove '2001' from copyright notice.
52301
52302 2001-08-30  Paul Eggert  <eggert@twinsun.com>
52303
52304         * lib/full-write.h: New file.
52305         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
52306         * lib/full-write.c: Correct credits, as cccp.c no longer
52307         exists and anyway it was so heavily changed from the old cccp
52308         code as to be unrecognizable.  Include full-write.h.
52309         (full_write) Return size_t, with short writes meaning failure.
52310         All callers changed.  This fixes a bug with large buffers
52311         on 64-bit hosts.
52312         * lib/utime.c: Include full-write.h.
52313
52314 2001-08-30  Paul Eggert  <eggert@twinsun.com>
52315
52316         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
52317         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
52318         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
52319         Include if available.
52320         (<xalloc.h>): Include
52321         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
52322         (verify): New macro.  Use it to verify that EXCLUDE macros do not
52323         collide with FNM macros.
52324         (struct patopts): New struct.
52325         (struct exclude): Use it, as exclude patterns now come with options.
52326         (new_exclude): Support above changes.
52327         (new_exclude, add_exclude_file):
52328         Initial size must now be a power of two to simplify overflow checking.
52329         (free_exclude, fnmatch_no_wildcards): New function.
52330         (excluded_filename): No longer requires options arg, as the options
52331         are determined by add_exclude.  Now returns bool, not int.
52332         (excluded_filename, add_exclude):
52333         Add support for the fancy new exclusion options.
52334         (add_exclude, add_exclude_file): Now takes int options arg.
52335         Check for arithmetic overflow when computing sizes.
52336         (add_exclude_file): xrealloc might modify errno, so don't
52337         realloc until after errno might be used.
52338
52339         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
52340         New macros.
52341         (free_exclude): New decl.
52342         (add_exclude, add_exclude_file): Now takes int options arg.
52343         (excluded_filename): No longer requires options arg, as the options
52344         are determined by add_exclude.  Now returns bool, not int.
52345
52346 2001-08-30  Paul Eggert  <eggert@twinsun.com>
52347
52348         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
52349
52350 2001-08-27  Jim Meyering  <meyering@lucent.com>
52351
52352         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
52353
52354         * lib/version-etc.c (N_): Remove definition.
52355         Revert most of last change.
52356         Instead, simply don't mark the `Copyright...' string for translation.
52357         Based on advice from Paul Eggert.
52358
52359         * lib/strtoxmax.c: Tweak comment.
52360
52361 2001-08-26  Jim Meyering  <meyering@lucent.com>
52362
52363         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
52364
52365         * m4/xstrtoimax.m4: New file.
52366         * m4/xstrtoumax.m4: Add comments explaining why we
52367         AC_REPLACE_FUNCS(strtol).
52368
52369 2001-08-26  Jim Meyering  <meyering@lucent.com>
52370
52371         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
52372         of copyright with `%s' so translators don't get an untranslated
52373         message in 2002.
52374         (COPYRIGHT_YEAR): Define.
52375         (version_etc): Use fprintf rather than fputs.
52376         Suggestion from Ulrich Drepper.
52377
52378         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
52379
52380         * lib/strtoll.c: New file, from GNU libc.
52381         * lib/xstrtoimax.c: New file.
52382
52383         * lib/xstrtol.h: Add xstrtoimax.
52384         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
52385         * lib/strtoimax.c: New file.  Likewise, but first define
52386         STRTOUXMAX_SIGNED.
52387
52388         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
52389         ...
52390         * lib/strtoxmax.c: ... then renamed to this.
52391
52392 2001-08-18  Paul Eggert  <eggert@twinsun.com>
52393
52394         * m4/inttypes.m4: Add AC_PREREQ(2.13).
52395         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
52396         (jm_AC_TYPE_INTMAX_T): New macro.
52397         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
52398
52399         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
52400
52401         * m4/longlong.m4: Renamed from ulonglong.m4.
52402         * m4/inttypes.m4: Renamed from inttypes_h.m4.
52403         * m4/uintmax_t.m4: Removed.
52404
52405 2001-08-13  Paul Eggert  <eggert@twinsun.com>
52406
52407         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
52408         Port to Solaris 8, where 'sed' requires a space after the 'r'
52409         command, and where sh dislikes "$/".  Clean up the spacing a bit.
52410         Redirect output to $tmp just once.
52411
52412 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
52413
52414         * lib/addext.c (<errno.h>): Include.
52415         (errno): Declare if not defined.
52416         (addext): Work correctly when pathconf returns -1 and leaves
52417         errno alone because there is no limit.  Also, work even if
52418         pathconf returns a value greater than SIZE_MAX.
52419
52420 2001-08-12  Jim Meyering  <meyering@lucent.com>
52421
52422         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
52423         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
52424         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
52425         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
52426         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
52427         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
52428         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
52429         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
52430         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
52431         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
52432         utime.m4, utimes.m4, xstrtoumax.m4:
52433         Quote the first argument in each use of AC_DEFUN.
52434
52435 2001-08-12  Jim Meyering  <meyering@lucent.com>
52436
52437         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
52438         Simply `return getcwd (NULL, 0);'.
52439         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
52440         Use 1300 as initial value for length, not PATH_MAX.
52441
52442         * lib/pathmax.h: Clean up cpp syntax.
52443
52444 2001-08-12  Jim Meyering  <meyering@lucent.com>
52445
52446         * lib/gettimeofday.c: New file.
52447         * lib/gtod.h: New file.
52448         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
52449
52450 2001-08-05  Jim Meyering  <meyering@lucent.com>
52451
52452         * m4/jm-macros.m4: Require autoconf-2.52.
52453
52454 2001-08-04  Jim Meyering  <meyering@lucent.com>
52455
52456         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
52457         stmt, to get in sync with glibc.
52458
52459 2001-08-03  Paul Eggert  <eggert@twinsun.com>
52460
52461         The following changes are from gettext 0.10.39 as maintained by
52462         Bruno Haible.
52463
52464         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
52465         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
52466         with inverted sense.  All uses changed.
52467
52468         * lib/mbswidth.c: Don't include <limits.h>.
52469         Include <stdlib.h> and <string.h> unconditionally.
52470         (iswcntrl, mbsinit, ISCNTRL): New macros.
52471         (mbsnwidth): Use K&R style function declarations.
52472         Don't bother checking for MB_LEN_MAX == 1, since the compiler
52473         can optimize it when MB_CUR_MAX == 1.
52474         The width of control characters is zero, not 1.
52475
52476 2001-08-03  Paul Eggert  <eggert@twinsun.com>
52477
52478         The following changes are from gettext 0.10.39 as maintained by
52479         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
52480
52481         * m4/codeset.m4: Upgrade to serial AM1.
52482         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
52483         all uses changed.  Quote first arg of AC_DEFUN.
52484         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
52485
52486         * m4/iconv.m4: Upgrade to serial AM2.
52487         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
52488         Add --with-libconv-prefix.
52489         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
52490         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
52491         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
52492         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
52493         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
52494
52495         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
52496         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
52497         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
52498         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
52499         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
52500         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
52501         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
52502         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
52503         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
52504
52505         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
52506         string.h any more.
52507
52508         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
52509         not the default value.
52510
52511         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
52512         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
52513         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
52514         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
52515         Also check for iswcntrl, used for wcwidth fallback.
52516         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
52517         to Autoconf 2.13.
52518
52519 2001-08-03  Jim Meyering  <meyering@lucent.com>
52520
52521         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
52522         as it was in the original.  Reported by Paul Eggert.
52523
52524 2001-07-16  Jim Meyering  <meyering@lucent.com>
52525
52526         * m4/gettimeofday.m4: New file.
52527         Prompted by a report from Bernhard Baehr.
52528
52529 2001-07-15  Jim Meyering  <meyering@lucent.com>
52530
52531         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
52532         stuff. Now it's in ../Makefile.cfg.
52533
52534 2001-07-15  Jim Meyering  <meyering@lucent.com>
52535
52536         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
52537         (BUILT_SOURCES): Add unlocked-io.h.
52538         (io_functions): Define.
52539         (unlocked-io.h): New rule.
52540         (DISTCLEANFILES): Add unlocked-io.h.
52541         (all-local): Depend on unlocked-io.h, to ensure it is created.
52542
52543         * lib/unlocked-io.hin: New file
52544
52545         * lib/regex.c: Update from glibc.
52546
52547 2001-07-05  Jim Meyering  <meyering@lucent.com>
52548
52549         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
52550         recommendation.
52551         (libfetish_a_SOURCES): Put all .h files here instead.
52552         Remove a thus-exposed (better checks in automake) duplicate and
52553         two unnecessary .h files.
52554
52555 2001-07-04  Jim Meyering  <meyering@lucent.com>
52556
52557         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
52558         that generates jm-glibc-io.m4 so that it doesn't trigger any make
52559         distcheck failure.
52560
52561 2001-07-02  Jim Meyering  <meyering@lucent.com>
52562
52563         The following changes were prompted by suggestions from Bruno Haible.
52564
52565         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
52566         is now generated.
52567         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
52568         definition of EXTRA_DIST.
52569         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
52570         ensure that the generated file is created/updated whenever the list
52571         of $(unlocked_functions) is changed.
52572         (jm-glibc-io.m4): New rule.
52573         (unlocked-io.h): New rule -- currently unused.
52574
52575 2001-06-24  Jim Meyering  <meyering@lucent.com>
52576
52577         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
52578         unmatched right bracket, rather than kludging it with an extra,
52579         falsely-matching quote in a comment.  Patch by Akim Demaille.
52580
52581 2001-06-11  Jim Meyering  <meyering@lucent.com>
52582
52583         * lib/regex.c: Update from GNU libc.
52584
52585 2001-05-27  Jim Meyering  <meyering@lucent.com>
52586
52587         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
52588         Check for ut_type in struct utmp.
52589
52590 2001-05-27  Jim Meyering  <meyering@lucent.com>
52591
52592         * lib/readutmp.h (UT_TYPE): Define.
52593
52594 2001-05-24  Jim Meyering  <meyering@lucent.com>
52595
52596         * lib/argmatch.c: Include "quote.h".
52597         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
52598         quote function.  Reported by Göran Uddeborg.
52599
52600 2001-05-22  Jim Meyering  <meyering@lucent.com>
52601
52602         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
52603         now that we use the package-supplied version unconditionally.
52604         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
52605
52606 2001-05-21  Jim Meyering  <meyering@lucent.com>
52607
52608         * m4/regex.m4: Change a couple backticks to single quotes to avoid
52609         shell syntax errors.
52610
52611 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
52612
52613         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
52614
52615 2001-05-20  Paul Eggert  <eggert@twinsun.com>
52616
52617         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
52618         Don't bother to check library strftime, since
52619         we'll be using our own my_strftime function anyway.
52620         Define my_strftime instead of strftime.
52621
52622 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
52623
52624         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
52625         which is not yet declared.
52626
52627 2001-05-15  Jim Meyering  <meyering@lucent.com>
52628
52629         * m4/regex.m4: Use proper quoting so brackets appear in the test
52630         program.
52631         Reported by, and with help from, Bruno Haible.
52632
52633 2001-05-13  Jim Meyering  <meyering@lucent.com>
52634
52635         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
52636         undefined.
52637
52638 2001-05-11  Paul Eggert  <eggert@twinsun.com>
52639
52640         dirname code cleanup.  base_name now behaves more compatibly
52641         with POSIX basename when given file names that have trailing
52642         slashes, and similarly for dir_name.  Add new primitives
52643         base_len and dir_len.  Put the directory-name-related decls
52644         into dirname.h.
52645
52646         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
52647         * lib/backupfile.c (base_name): Likewise.
52648         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
52649         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
52650         * lib/makepath.c (strip_trailing_slashes): Likewise.
52651         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
52652         ISSLASH): Likewise.
52653         * lib/rename.c (strip_trailing_slashes): Likewise.
52654         * lib/same.c (base_name): Likewise.
52655         * lib/stripslash.c (ISSLASH): Likewise.
52656
52657         * lib/addext.c: Include <dirname.h> after size_t is defined.
52658         * lib/backupfile.c: Likewise.
52659
52660         * lib/addext.c (addext): Use base_len to trim redundant
52661         trailing slashes instead of doing it ourselves.
52662         But do not trim the last slash if it is not redundant.
52663
52664         * lib/backupfile.c (find_backup_file_name,
52665         max_backup_version): Use base_len instead of rolling it ourselves.
52666         Handle the case of "" and (on DOS) "C:" correctly.
52667
52668         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
52669         needed. Include <string.h>, <dirname.h>.
52670         (base_name): Allow file names ending in slashes, other than names
52671         that are all slashes.  In this case, return the basename followed
52672         by the slashes.  This is more general, and can be used in places
52673         where the original base_name purposely had an assertion failure.
52674         (base_len): New function.
52675
52676         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
52677         Do not include <assert.h>; no longer needed.
52678         Include xalloc.h.
52679         (memrchr): Remove decl.
52680         (dir_name_r): Remove.
52681         (dir_len): Renamed from dirlen.  All callers changed.
52682         Rewrite in terms of base_name, for simplicity and consistency.
52683         (dir_name): Never return NULL.  All callers changed.
52684         Do not include <stdlib.h> in test program; no longer needed.
52685         return 0; is fine for test program.
52686
52687         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
52688         New macros.
52689         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
52690
52691         * lib/path-concat.c (path_concat): Use base_len to compute
52692         base length, not strlen; this means we cannot rely on memcpy
52693         to null-terminate.
52694
52695         * lib/same.c (STREQ): Remove.
52696         (same_name): Handle the case where the basename ends in trailing '/'.
52697
52698         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
52699         a slash was stripped.  Do not strip the last slash after a
52700         file system prefix.
52701
52702 2001-05-11  Paul Eggert  <eggert@twinsun.com>
52703
52704         * lib/Makefile.am (libfetish_a_SOURCES):
52705         Add strftime.c, since we now compile it on all hosts.
52706
52707         * lib/strftime.c (my_strftime):
52708         Define to nstrftime if emacs, but only if my_strftime is not defined.
52709         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
52710         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
52711         Add one more extra argument: a nanoseconds value.
52712         All uses changed.
52713         (ns): New macro.
52714         (my_strftime function): Add %N format.
52715         (emacs_strftimeu): Renamed from emacs_strftime,
52716         with extra ut argument.
52717
52718 2001-05-09  Paul Eggert  <eggert@twinsun.com>
52719
52720         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
52721
52722 2001-04-21  Jim Meyering  <meyering@lucent.com>
52723
52724         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
52725         doesn't interfere.
52726
52727 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
52728
52729         * m4/ftruncate.m4: Check for chsize.
52730         Link with ftruncate.o unconditionally if ftruncate is missing.
52731         This was required when cross-compiling to i586-mingw32msvc.
52732
52733 2001-04-08  Jim Meyering  <meyering@lucent.com>
52734
52735         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
52736         recomputed; that's necessary when the offset spans a DST transition.
52737         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
52738
52739 2001-04-02  Jim Meyering  <meyering@lucent.com>
52740
52741         * lib/regex.h, regex.c: Update from GNU libc.
52742
52743 2001-03-24  Jim Meyering  <meyering@lucent.com>
52744
52745         * m4/jm-macros.m4: Require autoconf-2.49d.
52746
52747 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
52748
52749         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
52750
52751 2001-03-19  Paul Eggert  <eggert@twinsun.com>
52752
52753         * lib/version-etc.c (version_etc_copyright): Update to 2001.
52754
52755 2001-03-17  Jim Meyering  <meyering@lucent.com>
52756
52757         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
52758         now that the version in autoconf is equivalent.
52759         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
52760
52761         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
52762         Suggestion from Akim Demaille.
52763
52764         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
52765         (jm_PREREQ_TEMPNAME): New function.
52766
52767 2001-03-16  Paul Eggert  <eggert@twinsun.com>
52768
52769         * lib/tempname.c (uint64_t): Define to uintmax_t if
52770         not defined, and if UINT64_MAX is not defined.
52771         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
52772         Reported by John David Anglin.
52773
52774 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
52775
52776         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
52777         resolve alias if codeset is empty.
52778         * lib/config.charset (BeOS): Use wildcard syntax.
52779
52780 2001-03-13  Jim Meyering  <meyering@lucent.com>
52781
52782         * lib/path-concat.c (path_concat)
52783         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
52784         concatenating e.g., `C:' and `foo'.
52785         From Bruno Haible.
52786
52787 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
52788
52789         * lib/localcharset.c (locale_charset): Don't use
52790         setlocale(LC_CTYPE,NULL). Don't return NULL.
52791         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
52792
52793 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
52794
52795         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
52796         support for DOS/DJGPP.
52797
52798 2001-03-01  Paul Eggert  <eggert@twinsun.com>
52799
52800         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
52801         lacks mkstemp.  Compile our own tempname.c if we compile our own
52802         mkstemp.c, as mkstemp relies on tempname.
52803
52804 2001-03-01  Jim Meyering  <meyering@lucent.com>
52805
52806         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
52807         AH_VERBATIM really does output its argument verbatim.
52808
52809 2001-02-28  Paul Eggert  <eggert@twinsun.com>
52810
52811         * lib/Makefile.am (libfetish_a_SOURCES):
52812         Add dup-safer.c, fopen-safer.c.
52813         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
52814
52815         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
52816         * lib/unistd-safer.h: New files.
52817
52818 2001-02-25  Paul Eggert  <eggert@twinsun.com>
52819
52820         The mkstemp replacement is taken from glibc 2.2.2, with some
52821         portability fixes for use outside glibc, as follows:
52822
52823         * lib/tempname.c (struct_stat64): New macro.
52824         (direxists, __gen_tempname): Use it.
52825         This avoids a portability problem with Solaris 8.
52826
52827         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
52828         (<stddef.h>, <stdint.h>, <string.h>):
52829         Include only if STDC_HEADERS || _LIBC.
52830         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
52831         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
52832         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
52833         (__set_errno): Define this macro if <errno.h> doesn't.
52834         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
52835         Define these macros if <stdio.h> doesn't.
52836         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
52837         Define these macros if <sys/stat.h>
52838         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
52839         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
52840         __xstat64): Define if not _LIBC.
52841         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
52842         (__gen_tempname): Invoke gettimeofday only if
52843         HAVE_GETTIMEOFDAY || _LIBC;
52844         otherwise, fall back on plain "time".
52845         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
52846
52847         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
52848
52849         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
52850
52851 2001-02-18  Paul Eggert  <eggert@twinsun.com>
52852
52853         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
52854
52855 2001-02-17  Paul Eggert  <eggert@twinsun.com>
52856
52857         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
52858         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
52859         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
52860         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
52861
52862 2001-02-17  Paul Eggert  <eggert@twinsun.com>
52863
52864         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
52865         Remove workaround macros for hosts that have mbrtowc but not
52866         mbstate_t, as we now insist on proper declarations for both
52867         before using mbrtowc.
52868
52869 2001-02-17  Jim Meyering  <meyering@lucent.com>
52870
52871         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
52872         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
52873         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
52874         UnixWare 7.1.1.
52875
52876         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
52877         rather than AC_CACHE_VAL.
52878
52879 2001-02-17  Jim Meyering  <meyering@lucent.com>
52880
52881         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
52882         around included file name.
52883
52884         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
52885
52886         * lib/strftime.c: Update from GNU libc (the only changes were to
52887         comments).
52888
52889 2001-02-17  Jim Meyering  <meyering@lucent.com>
52890
52891         * lib/regex.c: Update from libc.
52892
52893 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
52894
52895         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
52896         clash.
52897
52898 2001-02-16  Paul Eggert  <eggert@twinsun.com>
52899
52900         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
52901         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
52902         Reported by Mark Hounschell via Paul Eggert.
52903
52904 2001-02-07  Jim Meyering  <meyering@lucent.com>
52905
52906         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
52907
52908 2001-02-05  Jim Meyering  <meyering@lucent.com>
52909
52910         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
52911         it includes the patch required for `large file' support with at least
52912         HP-UX's 10.20 /bin/cc.
52913
52914 2001-02-03  Jim Meyering  <meyering@lucent.com>
52915
52916         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
52917         AS_IF, now that it works once again (mysteriously).
52918         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
52919
52920 2001-01-30  Jim Meyering  <meyering@lucent.com>
52921
52922         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
52923         * m4/chown.m4: Rename conftestchown to conftest.chown.
52924         * m4/rename.m4: s/conftestdir/conftest.d1/ and
52925         s/conftestdir2/conftest.d2/.
52926         * m4/utimes.m4: s/conftestdata/conftest.data/
52927         Inspired by Pavel Roskin's change in autoconf.
52928
52929 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
52930
52931         * lib/config.charset: Update for FreeBSD 4.2.
52932
52933 2001-01-27  Jim Meyering  <meyering@lucent.com>
52934
52935         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
52936         a use of AS_IF.
52937         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
52938
52939 2001-01-26  Jim Meyering  <meyering@lucent.com>
52940
52941         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
52942         quotearg.c includes it.
52943
52944 2001-01-26  Jim Meyering  <meyering@lucent.com>
52945
52946         * lib/quotearg.c: Include stddef.h.
52947         * lib/quote.c: Include stddef.h.
52948         Reported by Axel Kittenberger.
52949
52950         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
52951         line in double quotes so that it evokes a better diagnostic.
52952         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
52953         Reported by Axel Kittenberger.
52954
52955 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
52956
52957         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
52958         as if it was a `charset'.
52959
52960 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
52961
52962         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
52963         has const.
52964
52965 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
52966
52967         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
52968         to avoid a warning.  Add back 'const' to inptr.
52969
52970 2001-01-20  Jim Meyering  <meyering@lucent.com>
52971
52972         Be sure that headers are checked before used in code compiled
52973         for the type checks.
52974         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
52975         In place of that, invoke jm_CHECK_ALL_TYPES.
52976         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
52977         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
52978         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
52979         The check for ssize_t was mistakenly run before the test for unistd.h.
52980
52981         The configure-time check for stdbool.h was missing.
52982         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
52983         (jm_PREREQ_HASH): New function.
52984
52985 2001-01-17  Jim Meyering  <meyering@lucent.com>
52986
52987         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
52988         for autoconf-2.49c.
52989         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
52990
52991 2001-01-16  Jim Meyering  <meyering@lucent.com>
52992
52993         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
52994         From Bruno Haible.
52995
52996 2001-01-14  Jim Meyering  <meyering@lucent.com>
52997
52998         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
52999         foo and bar.  Create conftestdir/ in the script, not in the C code.
53000         Remove directories in the script, not in the C code.
53001         Remove conftestdir{,2} before trying to create the directory.
53002         Make the entire configure script fail if the mkdir fails.
53003
53004 2001-01-14  Jim Meyering  <meyering@lucent.com>
53005
53006         * lib/rename.c: New file.  From Volker Borchert.
53007         Include stdlib.h, string.h or strings.h, and xalloc.h.
53008         Use strip_trailing_slashes rather than open-coding it.
53009
53010 2001-01-03  Paul Eggert  <eggert@twinsun.com>
53011
53012         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
53013
53014 2001-01-03  Jim Meyering  <meyering@lucent.com>
53015
53016         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
53017         of local `inptr' to avoid warning with some system declarations of
53018         iconv.
53019
53020 2001-01-02  Volker Borchert  <bt@teknon.de>
53021
53022         * m4/rename.m4: New file.
53023         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
53024
53025 2001-01-01  Jim Meyering  <meyering@lucent.com>
53026
53027         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
53028         even on systems with utmpx.h.  It's necessary for the declaration of
53029         utmp's ut_user member.  Reported by Andreas Jaeger.
53030
53031         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
53032         available. They are required for the declarations of getgrgid and
53033         getpwuid resp.
53034         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
53035         Reported by Andreas Jaeger.
53036
53037 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
53038
53039         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
53040         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
53041         so `make install' also works in VPATH builds.
53042
53043 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
53044
53045         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
53046         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
53047         can be used in subdirectories.
53048
53049 2000-12-29  Paul Eggert  <eggert@twinsun.com>
53050
53051         * lib/modechange.c: Do not assume that mode_t uses the
53052         traditional octal encoding.  E.g. "chmod 1 FOO" should set
53053         the other-execute bit of FOO even if S_IXOTH != 1.
53054
53055         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
53056         WOTH, XOTH, ALLM): New macros.
53057         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
53058          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
53059         Use them.
53060         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
53061         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
53062         (mode_compile):
53063         No need to use uintmax_t; unsigned long is long enough.
53064         Don't bother to get suffix since we don't use it.
53065
53066 2000-12-26  Jim Meyering  <meyering@lucent.com>
53067
53068         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
53069         better with autoheader.
53070
53071 2000-12-24  Jim Meyering  <meyering@lucent.com>
53072
53073         * lib/hash.c (is_prime): Return explicit boolean values.
53074         (hash_get_first): Return NULL to appease Irix5.6's 89.
53075         Reported by Nelson Beebe.
53076
53077 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
53078
53079         * lib/localcharset.c (locale_charset): Add support for Win32.
53080
53081 2000-12-18  Paul Eggert  <eggert@twinsun.com>
53082
53083         * lib/physmem.h, lib/physmem.c: New files.
53084
53085         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
53086         (noinst_HEADERS): Add physmem.h.
53087
53088         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
53089         't' for compatibility with Solaris 8 sort.
53090
53091 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
53092
53093         * lib/config.charset: Add support for BeOS.
53094
53095 2000-12-17  Jim Meyering  <meyering@lucent.com>
53096
53097         * m4/dos.m4 (jm_AC_DOS): New file and macro.
53098         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
53099
53100 2000-12-16  Jim Meyering  <meyering@lucent.com>
53101
53102         This bug had a serious impact on chown: `chown N:M FILE' (for integer
53103         N and M) would have treated it like `chown N:N FILE'.
53104
53105         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
53106
53107 2000-12-16  Jim Meyering  <meyering@lucent.com>
53108
53109         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
53110         SHELLS_FILE to a file name that's useful on djgpp systems.
53111         Include stdlib.h.
53112         (ADDITIONAL_DEFAULT_SHELLS): Define.
53113         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
53114         Based mostly on a patch from Prashant TR.
53115
53116 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
53117
53118         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
53119         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
53120         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
53121
53122 2000-12-08  Andreas Schwab  <schwab@suse.de>
53123
53124         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
53125         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
53126
53127 2000-12-07  Jim Meyering  <meyering@lucent.com>
53128
53129         * lib/stripslash.c (ISSLASH): Define.
53130         (strip_trailing_slashes): Use ISSLASH rather than comparing against
53131         `/'.
53132         From Prashant TR.
53133
53134         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
53135         (dir_name_r): Declare this function as static.
53136         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
53137         manifest itself on a name containing a mix of slashes and
53138         backslashes.
53139         Make this function work with names starting with a DOS-style
53140         drive letter and colon prefix.
53141         (dir_name): Append `.' if necessary.
53142         Based mostly on patches from Prashant TR and Eli Zaretskii.
53143
53144         * lib/dirname.h (dir_name_r): Remove prototype.
53145
53146 2000-12-06  Paul Eggert  <eggert@twinsun.com>
53147
53148         * m4/off_t-format.m4: Remove this file.
53149         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
53150
53151 2000-12-06  Jim Meyering  <meyering@lucent.com>
53152
53153         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
53154         replacement strtoull, we may well need the replacement strtoul, too.
53155         Check for declarations of strtoul and strtoull.
53156         Check for strtol.  Mainly as a cue to cause automake to include
53157         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
53158         Check for limits.h -- strtol.c needs it.
53159
53160 2000-12-05  Jim Meyering  <meyering@lucent.com>
53161
53162         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
53163
53164 2000-12-04  Jim Meyering  <meyering@lucent.com>
53165
53166         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
53167         Also include memory.h, stdlib.h, unistd.h if appropriate.
53168         Reported by Andreas Jaeger (conflicting declaration of malloc).
53169
53170 2000-12-02  Jim Meyering  <meyering@lucent.com>
53171
53172         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
53173         * m4/jm-macros.m4 (jm_MACROS): require it.
53174
53175 2000-12-02  Jim Meyering  <meyering@lucent.com>
53176
53177         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
53178
53179 2000-12-01  Paul Eggert  <eggert@twinsun.com>
53180
53181         * lib/memrchr.c: Include <config.h> before any system include file.
53182
53183 2000-11-30  Jim Meyering  <meyering@lucent.com>
53184
53185         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
53186
53187 2000-11-30  Jim Meyering  <meyering@lucent.com>
53188
53189         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
53190
53191 2000-11-29  Paul Eggert  <eggert@twinsun.com>
53192
53193         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
53194
53195 2000-11-26  Jim Meyering  <meyering@lucent.com>
53196
53197         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
53198
53199 2000-11-22  Paul Eggert  <eggert@twinsun.com>
53200
53201         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
53202         size of (size_t) -1; it's not portable.
53203
53204 2000-11-17  Jim Meyering  <meyering@lucent.com>
53205
53206         * lib/strstr.c: Update from GNU libc.
53207
53208 2000-11-17  Akim Demaille  <akim@epita.fr>
53209
53210         * lib/obstack.h: Formatting changes.
53211         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
53212         prevent type checking.
53213         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
53214         cast the value to (void *): assigning a `foo *' to a `void *'
53215         variable is valid.
53216         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
53217
53218 2000-11-16  Jim Meyering  <meyering@lucent.com>
53219
53220         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
53221
53222 2000-11-11  Jim Meyering  <meyering@lucent.com>
53223
53224         * lib/error.c: Add a couple #includes, merging from GNU libc version.
53225
53226 2000-11-10  Jim Meyering  <meyering@lucent.com>
53227
53228         * lib/obstack.h: Update from GNU libc.
53229         * lib/obstack.c: Likewise.
53230
53231 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
53232
53233         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
53234
53235 2000-11-06  Paul Eggert  <eggert@twinsun.com>
53236
53237         * lib/getusershell.c (setusershell): Use rewind rather than
53238         fseek/fseeko, to avoid configuration hassles with fseeko.
53239         Don't bother opening SHELLS_FILE if shellstream is NULL;
53240         it's not necessary.
53241
53242 2000-11-05  Jim Meyering  <meyering@lucent.com>
53243
53244         * lib/makepath.h (make_dir): Declare.
53245         * lib/makepath.c (make_dir): Remove `static' attribute.
53246         Tweak a comment.
53247
53248 2000-11-04  Jim Meyering  <meyering@lucent.com>
53249
53250         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
53251
53252 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
53253
53254         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
53255         last one in a bucket, advance to the next bucket.
53256
53257 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
53258
53259         * lib/fnmatch.c: Do not comment out all the code if we are using
53260         the GNU C library, because in some cases we are replacing buggy
53261         code in the GNU C library itself.
53262
53263 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
53264
53265         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
53266         (regex_compile): Catch bogus \(\1\).
53267
53268 2000-10-30  Paul Eggert  <eggert@twinsun.com>
53269
53270         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
53271         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
53272         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
53273
53274 2000-10-30  Paul Eggert  <eggert@twinsun.com>
53275
53276         * lib/error.h, getline.h, modechange.h:
53277         Remove "2000" from Copyright line, as the file hasn't been
53278         changed this year other than in the copyright notice.
53279
53280         * lib/xalloc.h: Add "2000" to Copyright line, as this file
53281         was changed this year.
53282
53283 2000-10-29  Jim Meyering  <meyering@lucent.com>
53284
53285         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
53286         renaming.
53287         * m4/ls-mntd-fs.m4: Likewise
53288
53289 2000-10-29  Jim Meyering  <meyering@lucent.com>
53290
53291         * lib/xstat.in: Fix grammar in comment.
53292
53293 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
53294
53295         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
53296         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
53297         doesn't define __restrict_arr.
53298
53299 2000-10-28  Jim Meyering  <meyering@lucent.com>
53300
53301         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
53302         (jm_PREREQ_MEMCHR): New function.
53303
53304 2000-10-28  Jim Meyering  <meyering@lucent.com>
53305
53306         * lib/memchr.c: Update from libc.
53307         Adjust for portability:
53308         [HAVE_STDLIB_H]: Include stdlib.h.
53309         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
53310         Undef __memchr, too.
53311         [!weak_alias]: Define __memchr to memchr.
53312
53313         * lib/regex.c: Update from libc.
53314         * lib/regex.h: Likewise.
53315         * lib/getopt1.c: Likewise.
53316         * lib/memcmp.c: Likewise.
53317
53318         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
53319         Avoid using fseek, when possible -- it's broken by design.
53320         Patch by Ulrich Drepper.
53321
53322 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
53323
53324         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
53325         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
53326         Giving in to popular pressure to shut up the compiler with casts.
53327
53328 2000-10-26  Jim Meyering  <meyering@lucent.com>
53329
53330         * lib/strftime.c: Update from libc.
53331
53332 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
53333
53334         * regex.c: More `unsigned char' -> `re_char' changes.
53335         Also change several `int' into `re_wchar_t'.
53336         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
53337         (PUSH_FAILURE_POINTER): Don't cast any more.
53338         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
53339         We want GCC to complain, since this piece of code makes
53340         re_match non-reentrant, which *should* be fixed.
53341         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
53342         (EXTEND_BUFFER): Use RETALLOC.
53343         (SET_LIST_BIT): Don't cast.
53344         (re_wchar_t): New type.
53345         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
53346         that those two functions will always properly return.
53347         (IMMEDIATE_QUIT_CHECK): Cast to void.
53348         (analyse_first): Use recursion rather than an explicit stack.
53349         (re_compile_fastmap): Can't fail anymore.
53350         (re_search_2): Don't check re_compile_fastmap for failure.
53351         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
53352         Now also sets the new value (passed in a new argument).
53353         (re_match_2_internal): Use it.
53354         Also, use a new var `reg' of type size_t when looping through regs
53355         rather than reuse the inappropriate `mcnt'.
53356
53357 2000-10-25  Jim Meyering  <meyering@lucent.com>
53358
53359         * lib/obstack.c: Update from libc.
53360
53361 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
53362
53363         * regex.c (regex_compile): Change the way of handling a range from
53364         a char less than 256 to a char not less than 256.
53365
53366 2000-10-24  Andrew Innes  <andrewi@gnu.org>
53367
53368         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
53369         NT-Emacs only.
53370         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
53371         so that re_search functions only quit when callers expect them to.
53372
53373 2000-10-23  Jim Meyering  <meyering@lucent.com>
53374
53375         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
53376         wrong.  That set_locale call must not have any side effects.
53377         From Paul Eggert.
53378
53379 2000-10-22  Jim Meyering  <meyering@lucent.com>
53380
53381         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
53382         [CYCLIC]: Remove now-unused definition.
53383
53384         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
53385         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
53386         Suggestion from Ulrich Drepper.
53387
53388 2000-10-21  Jim Meyering  <meyering@lucent.com>
53389
53390         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
53391         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
53392         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
53393
53394 2000-10-21  Jim Meyering  <meyering@lucent.com>
53395
53396         * lib/dirname.c (memrchr): Declare if necessary.
53397         (dir_name): Remove the restriction that there be no
53398         trailing slashes.  Now, this code skips past them, effectively
53399         ignoring them.
53400         [TEST_DIRNAME] (main): New unit tests.
53401
53402         * lib/memrchr.c: New file from GNU libc.
53403         Undef __memrchr, too.
53404         [!weak_alias]: Define __memrchr to memrchr.
53405         Guard weak_alias use with `#ifdef weak_alias'.
53406
53407 2000-10-21  Jim Meyering  <meyering@lucent.com>
53408
53409         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
53410         (dir_name): Use dir_name_r.
53411         * lib/dirname.h (dir_name_r): Declare it.
53412
53413 2000-10-17  Jim Meyering  <meyering@lucent.com>
53414
53415         * lib/quote.h (PARAMS): Define and use.
53416         Reported by Akim Demaille.
53417
53418         * lib/getopt.c: Update from libc.
53419
53420 2000-10-16  Jim Meyering  <meyering@lucent.com>
53421
53422         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
53423         setlocale.
53424         From Jan Fedak.
53425
53426 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
53427
53428         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
53429
53430 2000-09-25  Jim Meyering  <meyering@lucent.com>
53431
53432         * lib/md5.h (rol): Define (from GnuPG).
53433
53434         * lib/sha.c: Give credit (GnuPG) where due.
53435         (M): Use rol rather than open-coding it.
53436         Add a FIXME comment.
53437
53438 2000-09-21  Jim Meyering  <meyering@lucent.com>
53439
53440         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
53441         Reported by Michael Stone.
53442
53443 2000-09-20  Jim Meyering  <meyering@lucent.com>
53444
53445         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
53446         (noinst_HEADERS): Add sha.h.
53447         Based on code from Scott G. Miller and from GnuPG.
53448
53449 2000-09-18  Jim Meyering  <meyering@lucent.com>
53450
53451         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
53452         LIBS. Otherwise, everyone ends up linking with -lelf for some
53453         configurations.
53454         Reported by Mike Stone.
53455
53456 2000-09-15  Jim Meyering  <meyering@lucent.com>
53457
53458         * lib/regex.c: Update from libc.
53459
53460 2000-09-10  Jim Meyering  <meyering@lucent.com>
53461
53462         * lib/getopt.c (_getopt_internal): Update from glibc.
53463
53464 2000-09-09  Jim Meyering  <meyering@lucent.com>
53465
53466         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
53467         think it should be used as a general replacement for isascii.
53468         * lib/fnmatch.c: Likewise.
53469         * lib/mbswidth.c: Likewise
53470         * lib/regex.c: Likewise.
53471
53472         Don't use atoi.
53473         * lib/userspec.c: Include sys/param.h and limits.h.
53474         Include xstrtol.h.
53475         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
53476         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
53477         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
53478         UID, GID.  Check range.
53479
53480 2000-09-06  Jim Meyering  <meyering@lucent.com>
53481
53482         * lib/getopt.c (_getopt_internal): Update from glibc.
53483
53484 2000-08-30  Jim Meyering  <meyering@lucent.com>
53485
53486         * lib/strftime.c: Merge in changes from GNU libc.
53487
53488 2000-08-26  Jim Meyering  <meyering@lucent.com>
53489
53490         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
53491         * m4/fpending.m4: New file.
53492
53493 2000-08-26  Jim Meyering  <meyering@lucent.com>
53494
53495         * lib/closeout.c: Include "__fpending.h".
53496         (close_stdout_status): Return right away if there's nothing to flush.
53497
53498         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
53499         * lib/__fpending.c: New file.
53500         * lib/__fpending.h: New file.
53501
53502 2000-08-20  Jim Meyering  <meyering@lucent.com>
53503
53504         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
53505         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
53506         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
53507
53508 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
53509
53510         Improve fileutils installation on systems where running
53511         programs (like install) can't be unlinked.
53512         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
53513         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
53514
53515 2000-08-07  Paul Eggert  <eggert@twinsun.com>
53516
53517         Standardize on "memory exhausted" instead of "Memory exhausted"
53518         or "virtual memory exhausted".
53519         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
53520         "virtual memory exhausted".
53521         * lib/same.c (same_name): Invoke xalloc_die instead of printing
53522         our own message.
53523         * lib/userspec.c (parse_user_spec): Likewise.
53524         * lib/bumpalloc.h: comment fix
53525         * lib/same.c, userspec.c: Include xalloc.h.
53526
53527         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
53528         not char *const and pointing to a constant array.
53529         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
53530         (xrealloc): Comment fix.
53531
53532         * lib/userspec.c (parse_user_spec):
53533         Don't translate a message until just before returning,
53534         to avoid unnecessary translation.
53535
53536 2000-08-07  Jim Meyering  <meyering@lucent.com>
53537
53538         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
53539         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
53540         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
53541         getgroups.c, gethostname.c, getopt.h, group-member.c,
53542         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
53543         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
53544         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
53545         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
53546         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
53547         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
53548         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
53549         yesno.c: Back out Copyright date changes for each file with no change
53550         this year.  This eases coordination with other programs using the same
53551         source code modules.  From Paul Eggert.
53552
53553 2000-08-06  Paul Eggert  <eggert@twinsun.com>
53554
53555         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
53556         not char, for compatibility with glibc 2.1.3 strftime.c.
53557
53558 2000-08-03  Greg McGary  <greg@mcgary.org>
53559
53560         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
53561         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
53562         (EXTEND_BUFFER): Use them.
53563
53564 2000-08-01  Jim Meyering  <meyering@lucent.com>
53565
53566         * lib/dirname.c (ISSLASH): Define.
53567         (BACKSLASH_IS_PATH_SEPARATOR): Define.
53568         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
53569         both `\' and `/' may be use as path separators.
53570         Based on a patch from Prashant TR.
53571
53572 2000-07-31  Paul Eggert  <eggert@twinsun.com>
53573
53574         * lib/quotearg.c (quotearg_n_options): Don't make the initial
53575         slot vector a constant, since it might get modified.
53576
53577 2000-07-31  Jim Meyering  <meyering@lucent.com>
53578
53579         * lib/xmalloc.c: Use `virtual memory exhausted', not
53580         `Memory exhausted'.
53581         * lib/obstack.c (print_and_abort): Likewise.
53582
53583 2000-07-30  Paul Eggert  <eggert@twinsun.com>
53584
53585         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
53586         buffer, so that the caller can always quote one small
53587         component of a "memory exhausted" message in slot 0.
53588         From a suggestion by Jim Meyering.
53589
53590 2000-07-30  Jim Meyering  <meyering@lucent.com>
53591
53592         * lib/makepath.c (make_path): Quote the other instance, too.
53593
53594         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
53595         (STATIC_BUF_SIZE): Define.
53596         (quotearg_n_options): Use only statically allocated storage when
53597         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
53598         than STATIC_BUF_SIZE.
53599
53600 2000-07-29  Jim Meyering  <meyering@lucent.com>
53601
53602         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
53603         * lib/dirname.c (dir_name): Likewise.
53604
53605         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
53606         `/'.
53607
53608         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
53609         (dir_name): Assert that there are no trailing slashes.
53610
53611 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
53612
53613         * lib/mbswidth.h (mbswidth): Add a flags argument.
53614         (mbswidth): New declaration.
53615         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
53616         * lib/mbswidth.c (mbswidth): Add a flags argument.
53617         (mbsnwidth): New function.
53618
53619 2000-07-24  Jim Meyering  <meyering@lucent.com>
53620
53621         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
53622
53623 2000-07-23  Paul Eggert  <eggert@twinsun.com>
53624
53625         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
53626
53627 2000-07-23  Paul Eggert  <eggert@twinsun.com>
53628
53629         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
53630         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
53631         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
53632         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
53633         invoke multibyte primitives.
53634
53635 2000-07-23  Paul Eggert  <eggert@twinsun.com>
53636
53637         * lib/quotearg.c:
53638         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
53639         so that mbstate_t is always defined.
53640
53641         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
53642         be 1 in at least one GCC installation, and this configuration
53643         error is likely to be common.  Ignoring MB_LEN_MAX hurts
53644         performance on hosts that have mbrtowc but have only unibyte
53645         locales, but I assume these hosts are rare.
53646
53647 2000-07-23  Paul Eggert  <eggert@twinsun.com>
53648
53649         * lib/mbswidth.c (_XOPEN_SOURCE):
53650         Don't define; this causes problems on Solaris 7.
53651         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
53652
53653 2000-07-23  Jim Meyering  <meyering@lucent.com>
53654
53655         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
53656         too: getgrgid, getpwuid, getuid.
53657
53658 2000-07-23  Jim Meyering  <meyering@lucent.com>
53659
53660         * lib/basename.c (base_name): Add an assertion.
53661
53662 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
53663
53664         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
53665         shadow its mbsinit function.
53666
53667 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
53668
53669         * lib/mbswidth.h: New file.
53670         * lib/mbswidth.c: New file.
53671         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
53672         (noinst_HEADERS): Add mbswidth.h.
53673
53674 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
53675
53676         * lib/config.charset: Add support for FreeBSD. Improve support for
53677         HP-UX and IRIX 6.
53678
53679 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
53680
53681         * m4/mbswidth.m4: New file.
53682         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
53683
53684 2000-07-15  Jim Meyering  <meyering@lucent.com>
53685
53686         * lib/makepath.c: Include quote.h.
53687         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
53688         corresponding argument in a `quote (...)' call.
53689         Give better diagnostics.
53690
53691         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
53692         (noinst_HEADERS): Add quote.h.
53693
53694         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
53695         from tar's src/misc.c.
53696         * lib/quote.h: New file.  Prototypes for same.
53697
53698 2000-07-14  Paul Eggert  <eggert@twinsun.com>
53699
53700         From a suggestion by Bruno Haible.
53701         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
53702         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
53703         to decide whether to define the BeOS workaround macro;
53704         this adjusts to the change to AC_MBSTATE_T.
53705
53706 2000-07-14  Jim Meyering  <meyering@lucent.com>
53707
53708         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
53709         jm_AC_TYPE_UINTMAX_T.
53710
53711 2000-07-13  Paul Eggert  <eggert@twinsun.com>
53712
53713         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
53714
53715         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
53716         quotearg_buffer_restyled): Add support for
53717         clocale_quoting_style.  Undo previous change to
53718         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
53719         and "{RIGHT QUOTATION MARK}" msgids.
53720
53721 2000-07-10  Paul Eggert  <eggert@twinsun.com>
53722
53723         From a suggestion by Bruno Haible.
53724         * m4/mbstate_t.m4 (AC_MBSTATE_T):
53725         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
53726         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
53727         and mbstate_t, to a single-part test that simply defines mbstate_t.
53728         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
53729         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
53730
53731 2000-07-10  Jim Meyering  <meyering@lucent.com>
53732
53733         * m4/strerror_r.m4: Mirror the correction made in autoconf.
53734
53735         * m4/gnu-source.m4: Output to confdefs.h directly.
53736         Suggestion from Akim Demaille.
53737
53738 2000-07-09  Paul Eggert  <eggert@twinsun.com>
53739
53740         The old behavior of quoting `like this' doesn't look good with
53741         newer, ISO-style fonts.  See:
53742         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
53743
53744         Instead, quote "like this" by default.  Let the translator
53745         tailor the locale-specific quoting behavior by providing
53746         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
53747
53748         * lib/quotearg.c (N_): New macro.
53749         (gettext_default): New function.
53750         (quotearg_buffer_restyled): Use
53751         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
53752         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
53753
53754 2000-07-09  Jim Meyering  <meyering@lucent.com>
53755
53756         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
53757         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
53758
53759         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
53760         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
53761
53762 2000-07-09  Jim Meyering  <meyering@lucent.com>
53763
53764         * lib/Most files: Update copyright dates to include 2000.
53765
53766 2000-07-08  Jim Meyering  <meyering@lucent.com>
53767
53768         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
53769         if not defined.
53770         (xgethostname): Remove now-unnecessary #ifdef.
53771         Move declaration of `err' into loop where it's used.
53772
53773 2000-07-05  Paul Eggert  <eggert@twinsun.com>
53774         and Bruno Haible  <haible@clisp.cons.org>
53775
53776         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
53777         only if the test for an object-type mbstate_t fails.  This
53778         prevents us from mistakenly reporting that mbstate_t is a
53779         system object type after we "#define mbstate_t int" to work
53780         around its lack.
53781
53782 2000-07-05  Paul Eggert  <eggert@twinsun.com>
53783         and Bruno Haible  <haible@clisp.cons.org>
53784
53785         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
53786
53787 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
53788
53789         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
53790         to strerror_r.
53791         Include <ctype.h> for use of isalpha.
53792
53793 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
53794
53795         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
53796         by allocating a larger buffer. Test the gethostname return value for
53797         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
53798         returns an error and ENAMETOOLONG isn't defined.
53799
53800 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
53801
53802         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
53803         dimension.
53804
53805 2000-07-04  Jim Meyering  <meyering@lucent.com>
53806
53807         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
53808         of the deprecated AC_CHECKING.
53809
53810 2000-07-04  Jim Meyering  <meyering@lucent.com>
53811
53812         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
53813         Reported by Bruno Haible.
53814
53815 2000-07-04  Jim Meyering  <meyering@lucent.com>
53816
53817         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
53818         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
53819         lacks mbrtowc.
53820
53821 2000-07-03  Paul Eggert  <eggert@twinsun.com>
53822
53823         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
53824         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
53825
53826 2000-07-03  Paul Eggert  <eggert@twinsun.com>
53827         and Bruno Haible  <haible@clisp.cons.org>
53828
53829         * lib/quotearg.c (mbrtowc):
53830         Assign to *pwc, and return 1 only if result is nonzero.
53831         (iswprint): Use ISPRINT when substituting our own mbrtowc.
53832
53833 2000-07-03  Jim Meyering  <meyering@lucent.com>
53834
53835         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
53836
53837 2000-07-03  Jim Meyering  <meyering@lucent.com>
53838
53839         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
53840         This is necessary to get a definition of e.g., UTMP_FILE on
53841         HP-UX 10.20.
53842         From Bob Proulx.
53843
53844 2000-07-02  Jim Meyering  <meyering@lucent.com>
53845
53846         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
53847
53848         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
53849         AC_LIBOBJ(function_name).
53850         * m4/chown.m4: Likewise.
53851         * m4/fnmatch.m4: Likewise.
53852         * m4/ftruncate.m4: Likewise.
53853         * m4/getgroups.m4: Likewise.
53854         * m4/getline.m4: Likewise.
53855         * m4/group-member.m4: Likewise.
53856         * m4/jm-macros.m4: Likewise.
53857         * m4/lstat.m4: Likewise.
53858         * m4/malloc.m4: Likewise.
53859         * m4/memcmp.m4: Likewise.
53860         * m4/nanosleep.m4: Likewise.
53861         * m4/putenv.m4: Likewise.
53862         * m4/realloc.m4: Likewise.
53863         * m4/regex.m4: Likewise.
53864         * m4/stat.m4: Likewise.
53865         * m4/strftime.m4: Likewise.
53866
53867 2000-07-02  Jim Meyering  <meyering@lucent.com>
53868
53869         * lib/quotearg.c (mbstate_t): Don't define here.
53870
53871 2000-07-02  Jim Meyering  <meyering@lucent.com>
53872
53873         * lib/nanosleep.c (SIGCONT): Define if not already defined.
53874
53875 2000-07-01  Jim Meyering  <meyering@lucent.com>
53876
53877         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
53878
53879 2000-07-01  Jim Meyering  <meyering@lucent.com>
53880
53881         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
53882         problem.
53883
53884 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
53885
53886         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
53887         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
53888
53889 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
53890
53891         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
53892         per change in ../m4/ls-mntd-fs.m4.
53893         (read_filesystem_list): Ignore symbolic links.
53894
53895 2000-06-29  Jim Meyering  <meyering@lucent.com>
53896
53897         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
53898         for declaration of strcmp.
53899
53900         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
53901
53902         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
53903         Avoid warning by casting result to `char *' to remove `const'.
53904
53905 2000-06-28  Jim Meyering  <meyering@lucent.com>
53906
53907         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
53908         included by quotearg.c, for which we perform this test.  From
53909         Bruno Haible.
53910
53911 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
53912
53913         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
53914         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
53915         <utmpx.h> exists, put readutmp.o into LIBOBJS.
53916
53917 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
53918
53919         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
53920
53921 2000-06-26  Paul Eggert  <eggert@twinsun.com>
53922
53923         savedir now sets errno on failure and invokes xmalloc to get memory.
53924         Fix a couple of other minor bugs while we're at it.
53925
53926         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
53927         (NAMLEN): Remove macro.
53928         (malloc, realloc): Remove decls.
53929         (stpcpy): Likewise.
53930         ("xalloc.h"): Include.
53931         (NAME_SIZE_DEFAULT): New macro.
53932         (savedir): Use xmalloc / xrealloc to allocate memory.
53933         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
53934         Skip "" directory entries.
53935         Use strlen to calculate directory entry length, since the old method
53936         is rarely used these days and isn't worth supporting.
53937         Don't use a pointer after freeing it.
53938         Check for integer overflow when calculating allocation size.
53939         Use memcpy to copy entries, instead of stpcpy.
53940         Set errno properly when returning NULL.
53941         Check for readdir error.
53942
53943 2000-06-26  Jim Meyering  <meyering@lucent.com>
53944
53945         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
53946
53947 2000-06-25  Jim Meyering  <meyering@lucent.com>
53948
53949         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
53950         Linux header bug when _XOPEN_SOURCE is defined to 500.
53951
53952 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
53953
53954         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
53955         deficiency.
53956
53957 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
53958
53959         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
53960         Include xalloc.h.
53961         Don't include <stdlib.h>.  Don't declare malloc, realloc.
53962
53963 2000-06-24  Jim Meyering  <meyering@lucent.com>
53964
53965         * m4/strerror_r.m4: Revive this file -- to try out an experimental
53966         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
53967         for which strerror does return char*, but which lacks a conveniently
53968         accessible declaration of the function.  If the compile-test says
53969         strerror_r doesn't work, then resort to a `run'-test that works on
53970         BeOS and segfaults on DEC Unix.
53971
53972 2000-06-24  Jim Meyering  <meyering@lucent.com>
53973
53974         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
53975
53976 2000-06-23  Paul Eggert  <eggert@twinsun.com>
53977
53978         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
53979         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
53980
53981 2000-06-23  Paul Eggert  <eggert@twinsun.com>
53982
53983         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
53984         (mbrtowc, mbstate_t): Define substitutes if
53985         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
53986         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
53987         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
53988
53989 2000-06-23  Jim Meyering  <meyering@lucent.com>
53990
53991         * m4/afs.m4: Add missing AC_MSG_RESULT.
53992         Reported by Bruno Haible.
53993
53994         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
53995         Suggestion from Bruno Haible.
53996
53997 2000-06-23  Jim Meyering  <meyering@lucent.com>
53998
53999         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
54000
54001 2000-06-21  Jim Meyering  <meyering@lucent.com>
54002
54003         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
54004
54005 2000-06-21  Jim Meyering  <meyering@lucent.com>
54006
54007         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
54008         (noinst_HEADERS): Add getstr.h.
54009
54010         * lib/getline.c (getstr): Move into a separate file.
54011         * lib/getstr.c (getstr): New file, extracted from getline.c, with
54012         the following changes: new parameter, delim2; both delim[12]
54013         parameters have type `int', not `char'.  The latter would lose
54014         with 8-bit delimiters.
54015         * lib/getstr.h: New file.
54016
54017 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
54018
54019         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
54020         than 1024, return a memory chunk of least possible size, instead
54021         of size PATH_MAX + 2. In the loop, increment the size proportionally.
54022         Use free/xmalloc instead of xrealloc to avoid copying for very long
54023         paths.
54024
54025 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
54026
54027         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
54028         the empty string.
54029
54030 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
54031
54032         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
54033         address, not strdup.  Include <stdlib.h> and don't declare free().
54034
54035 2000-06-19  Jim Meyering  <meyering@lucent.com>
54036
54037         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
54038
54039 2000-06-18  Jim Meyering  <meyering@lucent.com>
54040
54041         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
54042
54043         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
54044         `checking whether...' message to be consistent with that of the
54045         lstat test.
54046
54047 2000-06-18  Jim Meyering  <meyering@lucent.com>
54048
54049         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
54050         Besides, these days every porting target provides a mkdir function.
54051
54052         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
54053         needed. (this snippet comes from src/system.h).
54054
54055 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
54056
54057         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
54058
54059 2000-06-15  Paul Eggert  <eggert@twinsun.com>
54060
54061         * lib/human.c (adjust_value): New function.
54062         (human_readable_inexact): Apply rounding style even when
54063         printing approximate values.
54064
54065 2000-06-14  Paul Eggert  <eggert@twinsun.com>
54066
54067         * lib/human.c (human_readable_inexact): Allow an input block
54068         size that is not a multiple of the output block size, and vice versa.
54069         Reported by Piergiorgio Sartor.
54070
54071 2000-06-14  Paul Eggert  <eggert@twinsun.com>
54072
54073         * lib/getdate.y (get_date): Apply relative times after time
54074         zone indicator, not before.  Reported by Todd A. Jacobs.
54075
54076 2000-06-13  Jim Meyering  <meyering@lucent.com>
54077
54078         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
54079
54080         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
54081
54082 2000-06-12  Paul Eggert  <eggert@twinsun.com>
54083
54084         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
54085
54086 2000-06-12  Jim Meyering  <meyering@lucent.com>
54087
54088         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
54089         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
54090         optional argument.
54091         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
54092         the optional argument, `lib'.
54093
54094 2000-06-08  Jim Meyering  <meyering@lucent.com>
54095
54096         * m4/largefile.m4: Remove file (now that it's part of autoconf).
54097
54098 2000-06-04  Paul Eggert  <eggert@twinsun.com>
54099
54100         Rewrite largefile configuration so that we don't need to run
54101         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
54102         AC_CANONICAL_HOST in configure.in -- jmm]
54103
54104         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
54105         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
54106         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
54107         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
54108         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
54109         All uses changed.
54110         Instead of inspecting the output of getconf, try to compile the
54111         test program without and with the macro definition.
54112         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
54113         for getconf.  Instead, check for the needed flags by compiling
54114         test programs.
54115
54116 2000-06-04  Paul Eggert  <eggert@twinsun.com>
54117
54118         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
54119
54120 2000-06-04  Jim Meyering  <meyering@lucent.com>
54121
54122         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
54123         SunOS 4.1.4 for which gid_t is an unsigned type.
54124
54125 2000-06-03  Jim Meyering  <meyering@lucent.com>
54126
54127         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
54128         now that autoconf requires that.
54129
54130         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
54131         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
54132         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
54133
54134 2000-06-03  Jim Meyering  <meyering@lucent.com>
54135
54136         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
54137
54138 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
54139
54140         * m4/glibc21.m4: New file.
54141         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
54142
54143 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
54144
54145         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
54146         newer, don't install charset.alias.
54147         * lib/config.charset: Change the Linux/glibc rules so they become empty
54148         on glibc-2.1 or newer.
54149
54150 2000-06-02  Jim Meyering  <meyering@lucent.com>
54151
54152         * lib/mountlist.c: Back out last change.  Instead, do this...
54153         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
54154         me_dummy member using the same `ignore'-testing code.
54155         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
54156         fs_type strings.
54157         From Mark D. Roth.
54158
54159 2000-05-29  Jim Meyering  <meyering@lucent.com>
54160
54161         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
54162         mounts with the `ignore' attribute.  Based on a patch from
54163         Mark D. Roth.
54164
54165 2000-05-28  Jim Meyering  <meyering@lucent.com>
54166
54167         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
54168         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
54169         * m4/stat.m4: Likewise.
54170         * m4/lstat.m4: Likewise.
54171         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
54172
54173         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
54174         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
54175
54176 2000-05-26  Jim Meyering  <meyering@lucent.com>
54177
54178         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
54179
54180 2000-05-24  Jim Meyering  <meyering@lucent.com>
54181
54182         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
54183         autoconf requires that.
54184         * m4/lib-check.m4: Likewise.
54185         * m4/jm-macros.m4: Likewise.
54186         * m4/strftime.m4: Likewise.
54187
54188         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
54189         AC_CHECK_DECLS, now that autoconf requires that.
54190
54191 2000-05-22  Jim Meyering  <meyering@lucent.com>
54192
54193         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
54194         * m4/lstat.m4: Likewise.
54195
54196 2000-05-22  Jim Meyering  <meyering@lucent.com>
54197
54198         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
54199
54200 2000-05-20  Jim Meyering  <meyering@lucent.com>
54201
54202         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
54203         (jm_PREREQ): Use it.
54204
54205 2000-05-18  Jim Meyering  <meyering@lucent.com>
54206
54207         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
54208         back, too, since it may have been modified by allocate_entry.
54209         (hash_delete): Rewrite to use neither the assignment operator
54210         nor the comma operator in an if-expression.
54211
54212 2000-05-15  Paul Eggert  <eggert@twinsun.com>
54213
54214         * lib/closeout.c:
54215         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
54216         Remove; no longer needed.
54217         "quotearg.h": Add include.
54218         (file_name): Do not bother to explicitly initialize to NULL; it's less
54219         efficient on some hosts.
54220         (close_stdout_status): Remove test as to whether stdout was already
54221         closed; it breaks for the case "echo x | sort >&-".
54222         Quote file name colons.
54223         Do not assume that _("write error") lacks format strings.
54224
54225 2000-05-15  Jim Meyering  <meyering@lucent.com>
54226
54227         * lib/version-etc.c (version_etc_copyright): Update the copyright
54228         string used in all --version output.
54229
54230 2000-05-14  Jim Meyering  <meyering@lucent.com>
54231
54232         * lib/closeout.c (close_stdout_set_file_name): New function.
54233         (close_stdout_status): Use new file-scoped global.
54234         Return right away if fstat says the stdout file descriptor is invalid.
54235         * lib/closeout.h (close_stdout_set_file_name): Declare.
54236
54237 2000-05-10  Jim Meyering  <meyering@lucent.com>
54238
54239         * lib/closeout.c [default_exit_status]: New file-scoped variable.
54240         (close_stdout_set_status): New function.
54241         * lib/closeout.h (close_stdout_set_status): Declare.
54242
54243 2000-05-09  Jim Meyering  <meyering@lucent.com>
54244
54245         * m4/gettext.m4: Rename this...
54246         * m4/libintl.m4: ...to this.
54247
54248 2000-05-08  Jim Meyering  <meyering@lucent.com>
54249
54250         * lib/long-options.c: Don't include closeout.h.
54251         (parse_long_options): Don't call close_stdout for --version.
54252
54253 2000-05-06  Paul Eggert  <eggert@twinsun.com>
54254
54255         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
54256         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
54257         2.1.3 bug.  This avoids a clash when files like regex.c define
54258         _GNU_SOURCE.
54259
54260 2000-05-06  Jim Meyering  <meyering@lucent.com>
54261
54262         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
54263         (AC_REPLACE_FUNCS): Add strnlen.
54264
54265         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
54266         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
54267
54268         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
54269         AC_SEARCH_LIBS call for nanosleep.
54270         (LIB_NANOSLEEP): Set and AC_SUBST.
54271
54272 2000-05-06  Jim Meyering  <meyering@lucent.com>
54273
54274         * lib/strnlen.c: Undefine __strnlen and strnlen.
54275         [!weak_alias]: Define __strnlen to strnlen.
54276
54277         * lib/atexit.c: New file, from libiberty.
54278
54279 2000-05-06  Jim Meyering  <meyering@lucent.com>
54280
54281         * lib/closeout.c (close_stdout_status): Also check for errors on the
54282         stderr stream.
54283
54284 2000-05-05  Jim Meyering  <meyering@lucent.com>
54285
54286         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
54287         AC_SEARCH_LIBS call for clock_gettime.
54288         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
54289
54290         * m4/search-libs.m4: Update from autoconf.
54291
54292         su doesn't work on Solaris 2.6.
54293         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
54294         <shadow.h>.  Reported by Dragos Harabor.
54295
54296 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
54297
54298         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
54299         memcpy instead of xmalloc, xrealloc, path_concat.
54300         (locale_charset): Treat empty environment variables as absent.
54301         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
54302
54303 2000-05-04  Jim Meyering  <meyering@lucent.com>
54304
54305         * lib/getopt.c: Update from glibc.
54306         * lib/obstack.c: Likewise.
54307         * lib/obstack.h: Likewise.
54308         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
54309         file
54310
54311         * lib/regex.h: Likewise.
54312         * lib/strndup.c: Likewise.
54313         * lib/strnlen.c: New file, from glibc.
54314
54315 2000-05-03  Jim Meyering  <meyering@lucent.com>
54316
54317         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
54318
54319 2000-05-02  Paul Eggert  <eggert@twinsun.com>
54320
54321         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
54322         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
54323         compile-time test, rather than inspecting host and OS, to
54324         decide whether to define _LARGEFILE_SOURCE.
54325
54326 2000-05-01  Jim Meyering  <meyering@lucent.com>
54327
54328         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
54329
54330         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
54331         Based on a patch from Bruno Haible.
54332
54333 2000-05-01  Jim Meyering  <meyering@lucent.com>
54334
54335         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
54336
54337 2000-04-29  Jim Meyering  <meyering@lucent.com>
54338
54339         * lib/path-concat.c: Declare strdup only if it's not defined.
54340         * lib/canon-host.c: Likewise.
54341
54342 2000-04-28  Jim Meyering  <meyering@lucent.com>
54343
54344         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
54345         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
54346         is included first, then limits.h is included by locale.h by libintl.h.
54347         From John David Anglin.
54348
54349 2000-04-25  Jim Meyering  <meyering@lucent.com>
54350
54351         * lib/makepath.c (S_IRWXUGO): Define.
54352         (make_path): Always perform explicit chmod if MODE specifies any
54353         of the `special' permission bits.  Prompted by a bug report against
54354         install from Mate Wierdl and Joost van Baal.
54355
54356 2000-04-18  Jim Meyering  <meyering@lucent.com>
54357
54358         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
54359         (jm_PREREQ): Use it.
54360
54361 2000-04-18  Jim Meyering  <meyering@lucent.com>
54362
54363         * lib/README: New file.
54364
54365         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
54366         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
54367
54368 2000-04-17  Jim Meyering  <meyering@lucent.com>
54369
54370         Get it right :-)
54371         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
54372         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
54373         Suggestion from Akim Demaille.
54374
54375 2000-04-17  Jim Meyering  <meyering@lucent.com>
54376
54377         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
54378         the definition of it to rpl_strftime also defined-away the system's
54379         declaration.
54380
54381 2000-04-15  Jim Meyering  <meyering@lucent.com>
54382
54383         Use `C' to denote so-called `contiguous' files, the same way
54384         that tar does.
54385         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
54386         (ftypelet): Use S_ISCTG.
54387         From Michael Deutschmann.
54388
54389 2000-04-14  Jim Meyering  <meyering@lucent.com>
54390
54391         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
54392         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
54393         clobbered.
54394
54395 2000-04-14  Jim Meyering  <meyering@lucent.com>
54396
54397         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
54398
54399 2000-04-13  Jim Meyering  <meyering@lucent.com>
54400
54401         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
54402         AH_VERBATIM to insert required #ifndef into config.h.in.
54403         Suggestion from Akim Demaille.
54404
54405 2000-04-12  Jim Meyering  <meyering@lucent.com>
54406
54407         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
54408         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
54409         Christian Krackowizer.
54410
54411         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
54412         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
54413         (AC_SYS_LARGEFILE): Require.
54414         (AM_C_PROTOTYPES): Require.
54415
54416 2000-04-08  Jim Meyering  <meyering@lucent.com>
54417
54418         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
54419         names don't conflict.  Reported by Eli Zaretskii.
54420
54421 2000-04-07  Jim Meyering  <meyering@lucent.com>
54422
54423         * lib/putenv.c: Move inclusion of errno.h so it follows that of
54424         sys/types.h, to work around system header problems on AIX 3.2.5.
54425         From Bruno Haible.
54426
54427 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
54428
54429         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
54430         bug.  Deal with the different error behavior of Irix iconv.
54431
54432 2000-04-05  Paul Eggert  <eggert@twinsun.com>
54433
54434         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
54435         IRIX if the installer said otherwise.
54436
54437 2000-04-05  Jim Meyering  <meyering@lucent.com>
54438
54439         Portability tweaks required for ultrix4.3.
54440         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
54441         (jm_CHECK_DECLS): Add getutent to the list of functions.
54442         (_jm_DECL_HEADERS): Add utmpx.h.
54443         From John David Anglin.
54444
54445         * m4/strftime.m4: Back out the 2000-04-02 change.
54446         Instead of that change, simply undefine putenv in the test program.
54447
54448 2000-04-05  Jim Meyering  <meyering@lucent.com>
54449
54450         Portability tweaks required for ultrix4.3.
54451         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
54452         getutent.
54453         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
54454         * lib/canon-host.c: Declare strdup.
54455         * lib/path-concat.c: Likewise.
54456         From John David Anglin.
54457
54458 2000-04-04  Jim Meyering  <meyering@lucent.com>
54459
54460         Be more DOS 8.3-friendly.
54461         * lib/ref-add.sin: Renamed from ref-add.sed.in.
54462         * lib/ref-del.sin: Renamed from ref-del.sed.in.
54463         * lib/Makefile.am: Reflect renaming.
54464         Reported by Eli Zaretskii.
54465
54466         Use a temporary file name that won't clash with `charset.alias'
54467         in the DOS 8.3 name space.
54468         * lib/Makefile.am (charset_tmp): Define.
54469         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
54470         (uninstall-local): Likewise.
54471         Reported by Eli Zaretskii.
54472
54473 2000-04-03  Jim Meyering  <meyering@lucent.com>
54474
54475         * m4/gettext.m4: Fix typo in comment.
54476
54477         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
54478         textutils/configure.in).  Suggestion from Paul Eggert.
54479         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
54480
54481 2000-04-02  Paul Eggert  <eggert@twinsun.com>
54482
54483         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
54484         variable in the shell rather than using putenv, which isn't
54485         portable.  This avoids the configure-time inter-test dependency
54486         on the potentially-renamed putenv function.
54487
54488 2000-03-30  Paul Eggert  <eggert@twinsun.com>
54489
54490         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
54491         before checking struct stat.st_blksize, so that
54492         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
54493
54494 2000-03-29  Paul Eggert  <eggert@twinsun.com>
54495
54496         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
54497         since strftime.c uses HAVE_STRFTIME to decide whether to use
54498         the underlying strftime.
54499
54500 2000-03-29  Paul Eggert  <eggert@twinsun.com>
54501
54502         * lib/time/strftime.c (my_strftime): Make sure we call the system
54503         strftime, not ourselves, when invoking the underlying strftime.
54504
54505 2000-03-24  Jim Meyering  <meyering@lucent.com>
54506
54507         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
54508         (charset_alias): Define.
54509         (install-exec-local): Factor out common code.
54510         (uninstall-local): Split lines longer than 80.
54511         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
54512         (SUFFIXES): Define.
54513         (.sed.in.sed): New rule.  Don't redirect directly to $@.
54514         (CLEANFILES): Add ref-add.sed and ref-del.sed.
54515
54516 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
54517
54518         * lib/config.charset: Output a line containing "Packages using this
54519         file".
54520         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
54521         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
54522         ref-del.sed): New rules.
54523
54524 2000-03-17  Jim Meyering  <meyering@lucent.com>
54525
54526         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
54527         Otherwise, include <strings.h>
54528
54529 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
54530
54531         * lib/unicodeio.c (utf8_wctomb): New function.
54532         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
54533         format instead of in UCS-4 with platform dependent endianness.
54534
54535 2000-03-10  Jim Meyering  <meyering@lucent.com>
54536
54537         * m4/lib-check.m4: Look for getspnam in -lgen, too.
54538         From Marco Franzen.
54539
54540 2000-03-07  Paul Eggert  <eggert@twinsun.com>
54541
54542         * lib/savedir.c (savedir): Work even if directory size is
54543         negative; this can happen with some screwy NFS configurations.
54544
54545 2000-03-06  Jim Meyering  <meyering@lucent.com>
54546
54547         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
54548         if it's NULL (because we ran out of memory).  From Bruno Haible.
54549
54550 2000-03-05  Jim Meyering  <meyering@lucent.com>
54551
54552         * lib/localcharset.c ("path-concat.h"): Include.
54553         (get_charset_aliases): Use path_concat instead of ANSI string
54554         concatenation.
54555
54556         * lib/unicodeio.h (PARAMS): Define.
54557         Use it to guard prototype.
54558
54559 2000-03-04  Jim Meyering  <meyering@lucent.com>
54560
54561         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
54562         for lib/localcharset.c.
54563
54564 2000-03-04  Jim Meyering  <meyering@lucent.com>
54565
54566         * lib/Makefile.am (install-exec-local): Create $(libdir) before
54567         installing into it.
54568         (uninstall-local): Uncomment this rule so `make distcheck' works
54569         once again.
54570
54571         * lib/unicodeio.c (<errno.h>): Include it.
54572         (errno): Declare if not defined.
54573
54574         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
54575
54576         * lib/config.charset: New version, incorporating remarks from a linux
54577         i18n mailing list.  From Bruno Haible.
54578
54579 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
54580
54581         * m4/codeset.m4: New file.
54582         * m4/iconv.m4: New file.
54583         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
54584
54585 2000-03-03  Jim Meyering  <meyering@lucent.com>
54586
54587         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
54588
54589 2000-03-02  Jim Meyering  <meyering@lucent.com>
54590
54591         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
54592         the messages come out on separate lines.
54593
54594         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
54595         rather than jm_CHECK_DECLARATIONS.
54596         * m4/decl.m4: Remove now-unused file.
54597
54598         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
54599         geteuid.
54600
54601 2000-03-02  Jim Meyering  <meyering@lucent.com>
54602
54603         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
54604
54605 2000-03-01  Jim Meyering  <meyering@lucent.com>
54606
54607         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
54608         * lib/unicodeio.c: Likewise.
54609
54610 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
54611
54612         * lib/config.charset: New file.
54613         * lib/localcharset.c: New file.
54614         * lib/unicodeio.h, lib/unicodeio.c: New files.
54615         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
54616         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
54617         (noinst_HEADERS): Add unicodeio.h.
54618         (all-local, install-exec-local, charset.alias): New targets.
54619
54620 2000-02-28  Paul Eggert  <eggert@twinsun.com>
54621
54622         * lib/quotearg.c (ALERT_CHAR): New macro.
54623         (quotearg_buffer_restyled): Use it.
54624
54625 2000-02-27  Jim Meyering  <meyering@lucent.com>
54626
54627         * m4/check-decl.m4: Add getenv to the list.
54628
54629 2000-02-27  Jim Meyering  <meyering@lucent.com>
54630
54631         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
54632         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
54633
54634         * lib/backupfile.c: Guard inclusion of stdlib.h with
54635         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
54636         Declare malloc if needed.
54637
54638         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
54639         `#ifndef HAVE_DECL..'
54640         now that autoconf always defines the HAVE_DECL_ symbols.
54641         * lib/human.c: Likewise.
54642         * lib/same.c: Likewise.
54643         * lib/strtoumax.c: Likewise.
54644
54645         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
54646         declaration check was not run.
54647         * lib/hash.c: Likewise.
54648         * lib/human.c: Likewise.
54649         * lib/same.c: Likewise.
54650         * lib/strtoumax.c: Likewise.
54651
54652         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
54653         `.', then first look up the entire `.'-containing string as a login
54654         name.
54655
54656 2000-02-23  Jim Meyering  <meyering@lucent.com>
54657
54658         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
54659         in place of my hack.
54660
54661 2000-02-18  Paul Eggert  <eggert@twinsun.com>
54662
54663         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
54664         (textint): New typedef.
54665         (parser_control): Member year changed from int to textint.
54666         All uses changed.
54667         (YYSTYPE): Removed; replaced by %union with int and textint members.
54668         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
54669         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
54670         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
54671         (tSNUMBER, tUNUMBER): Now of type <textintval>.
54672         (date, number, to_year): Use width of number in digits, not its value,
54673         to determine whether it's a 2-digit year, or a 2-digit time.
54674         (yylex): Store number of digits of numeric tokens.
54675         Reported by John Kendall.
54676
54677         (parser_control): Changed from struct parser_control to typedef (for
54678         consistency).  All uses changed.
54679
54680         (tID): Removed; not used.
54681         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
54682
54683 2000-02-14  Paul Eggert  <eggert@twinsun.com>
54684
54685         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
54686         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
54687
54688 2000-02-12  Jim Meyering  <meyering@lucent.com>
54689
54690         * lib/userspec.c (ISDIGIT): Define it.
54691         (isdigit): Remove definition.
54692         (is_number): Use ISDIGIT, not isdigit.
54693         <libintl.h>: Include.
54694         (_ and N_): Define.
54695         (parse_user_spec): Mark translatable strings.
54696
54697 2000-02-10  Jim Meyering  <meyering@lucent.com>
54698
54699         With these changes, nanosleep.[ch] are finally enough like the other
54700         lib/* replacement files to compile on a few more losing systems.
54701
54702         * lib/nanosleep.h: Don't include config.h.
54703         Remove prototype from declaration of nanosleep.
54704         (PARAMS): Remove now-unneeded definition.
54705         * lib/nanosleep.c: #undef nanosleep.
54706         (rpl_nanosleep): Rename from nanosleep.
54707
54708 2000-02-10  Jim Meyering  <meyering@lucent.com>
54709
54710         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
54711         gnu_nanosleep to rpl_nanosleep.
54712
54713 2000-02-09  Jim Meyering  <meyering@lucent.com>
54714
54715         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
54716         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
54717
54718 2000-02-08  Akim Demaille  <akim@epita.fr>
54719
54720         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
54721         `[' and `]' and remove uses of `changequote'.
54722         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
54723         (AC_SYS_LARGEFILE): Likewise.
54724         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
54725         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
54726         of changequote.
54727         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
54728         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
54729         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
54730         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
54731
54732 2000-02-05  Jim Meyering  <meyering@lucent.com>
54733
54734         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
54735         Remove explicit use of AC_HEADER_TIME.  It is required by
54736         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
54737         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
54738         in autoconf whereby the expansion of the latter ended up preceding
54739         the expansion of its prerequisite, AC_HEADER_TIME.
54740         Reported by Volker Borchert.
54741
54742 2000-02-03  Jim Meyering  <meyering@lucent.com>
54743
54744         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
54745
54746 2000-02-03  Jim Meyering  <meyering@lucent.com>
54747
54748         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
54749         rather than with `#if HAVE_UTMPNAME'.
54750
54751 2000-02-02  Jim Meyering  <meyering@lucent.com>
54752
54753         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
54754         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
54755         Reported by Eli Zaretskii.
54756
54757 2000-02-01  Jim Meyering  <meyering@lucent.com>
54758
54759         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
54760
54761 2000-01-31  Jim Meyering  <meyering@lucent.com>
54762
54763         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
54764         functions.  Add the time.h and sys/time.h headers along with the
54765         AC_REQUIRE'ment of AC_HEADER_TIME.
54766
54767 2000-01-31  Jim Meyering  <meyering@lucent.com>
54768
54769         * lib/nanosleep.h (nanosleep): Guard declaration with
54770         `#if ! HAVE_DECL_NANOSLEEP'.
54771         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
54772         the declaration in that vendor's sys/timers.h.
54773         Reported by Christian Krackowizer.
54774
54775         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
54776         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
54777         (ISPRINT): Likewise.
54778         Reported by Tom Tromey.
54779
54780 2000-01-30  Jim Meyering  <meyering@lucent.com>
54781
54782         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
54783
54784         * m4/prereq.m4 (utmp_includes): Define.
54785         Check for ut_user and ut_name members in both struct utmpx
54786         and struct utmp.
54787
54788 2000-01-30  Jim Meyering  <meyering@lucent.com>
54789
54790         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
54791         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
54792         header files where only utmpx.ut_user is declared.
54793
54794         * lib/readutmp.h (UT_USER): Define.
54795
54796 2000-01-29  Jim Meyering  <meyering@lucent.com>
54797
54798         * m4/lib-check.m4: New file containing library-related checks from
54799         fileutils and sh-utils (textutils had none).
54800
54801 2000-01-28  Jim Meyering  <meyering@lucent.com>
54802
54803         * m4/perl.m4: Change format of warning message to look more like that
54804         from the missing script.  Suggestion from François Pinard.
54805
54806 2000-01-25  Jim Meyering  <meyering@lucent.com>
54807
54808         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
54809         well as time.h in the compile check.
54810         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
54811         Fix typo in cross-compiling case: s/yes/no/.
54812
54813 2000-01-23  Jim Meyering  <meyering@lucent.com>
54814
54815         * m4/jm-macros.m4: Move df-related tests here from
54816         fileutils/configure.in
54817
54818         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
54819         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
54820
54821         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
54822         s/space/ac_fsusage_space/.
54823         (jm_FILE_SYSTEM_USAGE): Take two parameters.
54824
54825         * m4/ftruncate.m4: New file (derived from part of
54826         fileutils/configure.in).
54827         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
54828         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
54829
54830         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
54831         AC_SUBST these here, rather than just in sh-util/configure.in, so
54832         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
54833         all the same.
54834         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
54835         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
54836         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
54837         (AC_SUBST(POW_LIBM)): Likewise.
54838         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
54839
54840 2000-01-23  Jim Meyering  <meyering@lucent.com>
54841
54842         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
54843         obstack.c.
54844
54845 2000-01-22  Jim Meyering  <meyering@lucent.com>
54846
54847         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
54848
54849         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
54850
54851         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
54852         configure.in
54853         (AC_CHECK_HEADERS): Likewise for sh-utils.
54854         (AC_CHECK_HEADERS): Likewise for textutils.
54855         Merge the three lists of headers.
54856
54857         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
54858         from fileutils' configure.in.
54859
54860         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
54861         code. Moved tests into their own function (_jm_DECL_HEADERS) in
54862         check-decl.m4.
54863
54864         * m4/check-decl.m4: Use #if rather than #ifdef.
54865         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
54866         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
54867         (_jm_DECL_HEADERS): Define new function.
54868         (jm_CHECK_DECLARATIONS): Require it.
54869
54870 2000-01-22  Jim Meyering  <meyering@lucent.com>
54871
54872         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
54873         [! HAVE_DECL_STRTOULL]: Declare strtoull.
54874         Required for some AIX systems.  Reported by Christian Krackowizer.
54875         [TESTING] (main): New function.
54876
54877         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
54878         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
54879         letters.
54880
54881         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
54882         iswprint.
54883
54884         * lib/strverscmp.c (ISDIGIT): Define.
54885         (strverscmp): Use ISDIGIT, not isdigit.
54886
54887 2000-01-19  Jim Meyering  <meyering@lucent.com>
54888
54889         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
54890         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
54891         defines `struct timespec' in <sys/time.h>
54892
54893         * m4/c-bs-a.m4: Remove uses of changequote altogether.
54894         Thanks to Akim for explaining.
54895
54896 2000-01-17  Paul Eggert  <eggert@twinsun.com>
54897
54898         * lib/nanosleep.c (nanosleep):
54899         Don't use SA_INTERRUPT to decide whether to call sigaction, as
54900         POSIX.1 doesn't require SA_INTERRUPT and some systems
54901         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
54902         it's been part of POSIX.1 since day 1 (in 1988).
54903
54904 2000-01-17  Jim Meyering  <meyering@lucent.com>
54905
54906         * lib/interlock: Remove unused file.  Reported by François Pinard.
54907
54908 2000-01-16  Paul Eggert  <eggert@twinsun.com>
54909
54910         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
54911         alert, backslash, formfeed, and vertical tab unnecessarily in
54912         shell quoting style.
54913
54914 2000-01-16  Jim Meyering  <meyering@lucent.com>
54915
54916         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
54917         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
54918         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
54919         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
54920
54921 2000-01-16  Jim Meyering  <meyering@lucent.com>
54922
54923         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
54924         because the latter didn't work.
54925
54926 2000-01-15  Jim Meyering  <meyering@lucent.com>
54927
54928         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
54929         (AC_REPLACE_FUNCS): Add memcpy and memset.
54930         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
54931         Add strpbrk.
54932         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
54933
54934 2000-01-12  Jim Meyering  <meyering@lucent.com>
54935
54936         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
54937         (jm_PREREQ): Use it.
54938         (jm_PREREQ_READUTMP): New macro.
54939         (jm_PREREQ): Use it.
54940
54941 2000-01-11  Paul Eggert  <eggert@twinsun.com>
54942
54943         Quote multibyte characters correctly.
54944         * m4/c-bs-a.m4: New file.
54945         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
54946         (jm_PREREQ): Use it.
54947
54948 2000-01-11  Paul Eggert  <eggert@twinsun.com>
54949
54950         * m4/uintmax_t.m4: Port to autoconf 2.13.
54951
54952 2000-01-08  Jim Meyering  <meyering@ascend.com>
54953
54954         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
54955         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
54956
54957 2000-01-04  Jim Meyering  <meyering@ascend.com>
54958
54959         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
54960         jm_STRUCT_DIRENT_D_TYPE.
54961         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
54962         jm_STRUCT_DIRENT_D_INO.
54963         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
54964         jm_STRUCT_UTIMBUF.
54965         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
54966         renamings.
54967         * m4/utime.m4: Likewise.
54968
54969         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
54970         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
54971
54972 2000-01-03  Paul Eggert  <eggert@twinsun.com>
54973
54974         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
54975         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
54976
54977 2000-01-02  Jim Meyering  <meyering@ascend.com>
54978
54979         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
54980         remember if this is necessary.
54981
54982 1999-12-26  Jim Meyering  <meyering@ascend.com>
54983
54984         * m4/jm-macros.m4: Use it here.
54985         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
54986
54987 1999-12-23  Jim Meyering  <meyering@ascend.com>
54988
54989         * m4/jm-macros.m4: Check for clock_gettime (moved from
54990         fileutils/configure.in)
54991         Check for gettimeofday.
54992
54993 1999-12-20  Jim Meyering  <meyering@ascend.com>
54994
54995         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
54996         autoconf-2.14a-1999-12-20.
54997
54998 1999-12-19  Jim Meyering  <meyering@ascend.com>
54999
55000         * m4/lstat-slash.m4: New file.
55001         * m4/jm-macros.m4: Use the new macro:
55002         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
55003
55004 1999-12-07  Jim Meyering  <meyering@ascend.com>
55005
55006         * m4/perl.m4: Require that File::Compare be available, too.
55007         Too many systems seem to lack it.
55008
55009         * m4/strftime.m4: Add checks for most of the cpp macros tested in
55010         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
55011
55012 1999-11-18  Paul Eggert  <eggert@twinsun.com>
55013
55014         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
55015         problem with the QNX 4.25 shell, which doesn't propagate exit
55016         status of failed commands inside shell assignments.
55017
55018 1999-11-17  Jim Meyering  <meyering@ascend.com>
55019
55020         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
55021
55022 1999-11-07  Jim Meyering  <meyering@ascend.com>
55023
55024         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
55025
55026 1999-11-06  Jim Meyering  <meyering@ascend.com>
55027
55028         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
55029         * m4/jm-macros.m4 (jm_MACROS): Use it here.
55030
55031 1999-11-05  Jim Meyering  <meyering@ascend.com>
55032
55033         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
55034         configure.in of textutils, fileutils, and sh-utils into this one
55035         (shared between those packages) file.
55036         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
55037         AC_STRUCT_ST_BLKSIZE.
55038
55039 1999-11-03  Jim Meyering  <meyering@ascend.com>
55040
55041         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
55042         of AC_CHECK_TYPE checks includes unistd.h.
55043         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
55044         Suggestion from Akim Demaille.
55045
55046 1999-10-30  Jim Meyering  <meyering@ascend.com>
55047
55048         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
55049         m4-quoted string.
55050         * m4/ls-mntd-fs.m4: Likewise.
55051         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
55052         * m4/jm-winsz1.m4: Likewise.
55053
55054         * m4/const.m4: Remove file, since the fix made it into the experimental
55055         version of autoconf.
55056         * m4/mktime.m4: Likewise.
55057
55058         * m4/check-type.m4: Remove file, now that the latest version of
55059         AC_CHECK_TYPE takes a third arg to specify additional #includes.
55060
55061         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
55062         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
55063         AC_CHECK_TYPE.
55064
55065 1999-10-04  Jim Meyering  <meyering@ascend.com>
55066
55067         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
55068
55069 1999-09-22  Paul Eggert  <eggert@twinsun.com>
55070
55071         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
55072         2.95.1 bug with HP-UX 10.20.
55073
55074 1999-09-17  Jim Meyering  <meyering@ascend.com>
55075
55076         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
55077         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
55078         due to missing strdup (against sh-utils-2.0).
55079
55080 1999-08-29  Jim Meyering  <meyering@ascend.com>
55081
55082         * m4/jm-macros.m4: Require jm_BISON.
55083         * m4/bison.m4: New file.
55084
55085 1999-08-17  Paul Eggert  <eggert@twinsun.com>
55086
55087         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
55088         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
55089
55090 1999-08-05  Jim Meyering  <meyering@ascend.com>
55091
55092         * m4/getline.m4: Rename test file from conftestdata to conftest.data
55093         to avoid conflicts with `conftest' on 8+3 filesystems.
55094         Suggestion from Eli Zaretskii.
55095
55096 1999-08-04  Jim Meyering  <meyering@ascend.com>
55097
55098         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
55099         fileutils and sh-utils (textutils's getline test was inadequate).
55100         (AM_FUNC_GETLINE): Run this test.
55101         (AC_CHECK_FUNCS): Check for getdelim.
55102         Reported by Bob Proulx.
55103
55104 1999-08-02  Jim Meyering  <meyering@ascend.com>
55105
55106         * m4/jm-macros.m4: Add a comment.
55107
55108 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55109
55110         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
55111         <inttypes.h> defines strtoumax as a macro (and not as a
55112         function).
55113
55114 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55115
55116         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
55117         that we can shift, multiply and divide unsigned long long
55118         values; Ultrix cc can't do it.
55119
55120 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55121
55122         * m4/mktime.m4: New file, which is a preview of what should appear
55123         in the next public autoconf release.
55124
55125 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55126
55127         * m4/lfs.m4: Remove this file.
55128         * m4/largefile.m4: New file.  It contains the old contents of
55129         lfs.m4, except that all names with prefix AC_LFS have been
55130         changed to use the prefix AC_SYS_LARGEFILE instead, to be
55131         compatible with future autoconf versions.  Also, some minor m4
55132         quoting problems have been fixed.
55133
55134 1999-08-01  Paul Eggert  <eggert@twinsun.com>
55135
55136         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
55137         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
55138         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
55139         and simplify the shell code.
55140
55141 1999-08-01  Jim Meyering  <meyering@ascend.com>
55142
55143         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
55144         m4.
55145
55146 1999-07-20  Jim Meyering  <meyering@ascend.com>
55147
55148         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
55149
55150 1999-07-15  Jim Meyering  <meyering@ascend.com>
55151
55152         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
55153
55154 1999-05-22  Jim Meyering  <meyering@ascend.com>
55155
55156         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
55157
55158 1999-05-20  Jim Meyering  <meyering@ascend.com>
55159
55160         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
55161         Add a colon after each `then' in case $4 is empty.
55162
55163 1999-05-16  Jim Meyering  <meyering@ascend.com>
55164
55165         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
55166
55167 1999-05-10  Jim Meyering  <meyering@ascend.com>
55168
55169         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
55170
55171         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
55172         AC_FUNC_MKTIME.
55173
55174 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
55175
55176         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
55177
55178 1999-05-04  Paul Eggert  <eggert@twinsun.com>
55179
55180         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
55181         not CPPFLAGS, so that linking works correctly in IRIX.
55182
55183 1999-04-30  Paul Eggert  <eggert@twinsun.com>
55184
55185         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
55186
55187 1999-04-20  Paul Eggert  <eggert@twinsun.com>
55188
55189         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
55190         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
55191         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
55192         jm_AC_TYPE_UNSIGNED_LONG_LONG.
55193         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
55194
55195         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
55196
55197 1999-04-20  Jim Meyering  <meyering@ascend.com>
55198
55199         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
55200         AC_REPLACE xstroull if necessary.  From Paul Eggert.
55201         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
55202
55203 1999-04-18  Jim Meyering  <meyering@ascend.com>
55204
55205         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
55206         * m4/jm-macros.m4: Use it.
55207
55208 1999-04-06  Jim Meyering  <meyering@ascend.com>
55209
55210         * m4/strftime.m4: Remove test for %f.
55211
55212 1999-03-29  Jim Meyering  <meyering@ascend.com>
55213
55214         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
55215         superset of the AC_TYPE_* checks in the textutils, fileutils,
55216         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
55217         AC_TYPE_PID_T.
55218
55219 1999-03-28  Jim Meyering  <meyering@ascend.com>
55220
55221         * m4/jm-macros.m4: Define GNU_PACKAGE here.
55222         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
55223         replaced e.g., in the *.sh files of the sh-utils.
55224
55225 1999-03-20  Jim Meyering  <meyering@ascend.com>
55226
55227         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
55228         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
55229         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
55230
55231 1999-03-19  Jim Meyering  <meyering@ascend.com>
55232
55233         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
55234
55235 1999-03-12  Jim Meyering  <meyering@ascend.com>
55236
55237         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
55238
55239 1999-03-07  Jim Meyering  <meyering@ascend.com>
55240
55241         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
55242         declared.
55243
55244 1999-02-17  Jim Meyering  <meyering@ascend.com>
55245
55246         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
55247         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
55248
55249 1999-02-07  Jim Meyering  <meyering@ascend.com>
55250
55251         * m4/group-member.m4: New file -- extracted from sh-utils'
55252         configure.in.
55253
55254         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
55255         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
55256
55257 1999-02-06  Jim Meyering  <meyering@ascend.com>
55258
55259         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
55260         * m4/fnmatch.m4: Likewise.
55261         * m4/getgroups.m4: Likewise.
55262         * m4/lstat.m4: Likewise.
55263         * m4/malloc.m4: Likewise.
55264         * m4/putenv.m4: Likewise.
55265         * m4/realloc.m4: Likewise.
55266         * m4/regex.m4: Likewise.
55267         * m4/stat.m4: Likewise.
55268         * m4/strftime.m4: Likewise.
55269         Suggestion from Alain Magloire.
55270
55271         * m4/chown.m4: Use `.$ac_objext', not `.o'.
55272         * m4/fnmatch.m4: Likewise.
55273         * m4/getgroups.m4: Likewise.
55274         * m4/getline.m4: Likewise.
55275         * m4/lstat.m4: Likewise.
55276         * m4/malloc.m4: Likewise.
55277         * m4/memcmp.m4: Likewise.
55278         * m4/putenv.m4: Likewise.
55279         * m4/realloc.m4: Likewise.
55280         * m4/regex.m4: Likewise.
55281         * m4/stat.m4: Likewise.
55282         * m4/strftime.m4: Likewise.
55283         Suggestion from Alain Magloire.
55284
55285         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
55286         an argument.
55287
55288         * m4/regex.m4: Add a run-time Test for proper operation of
55289         re_compile_pattern.
55290
55291 1999-01-31  Jim Meyering  <meyering@ascend.com>
55292
55293         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
55294
55295 1999-01-30  Jim Meyering  <meyering@ascend.com>
55296
55297         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
55298
55299         * m4/jm-mktime.m4: Make this a wrapper around the official
55300         AM_FUNC_MKTIME rather than my private copy, now that the official one
55301         is up to date.
55302         * m4/mktime.m4: Remove file.
55303
55304         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
55305         * m4/uptime.m4: Likewise.
55306         * m4/uintmax_t.m4: Likewise.
55307
55308 1999-01-28  Jim Meyering  <meyering@ascend.com>
55309
55310         * m4/jm-macros.m4: Use jm_AFS.
55311         * m4/afs.m4: New file (from fileutils' configure.in).
55312
55313         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
55314         * m4/chown.m4: Likewise.
55315         * m4/d-ino.m4: Likewise.
55316         * m4/d-type.m4: Likewise.
55317         * m4/fnmatch.m4: Likewise.
55318         * m4/getgroups.m4: Likewise.
55319         * m4/gettext.m4: Likewise.
55320         * m4/jm-mktime.m4: Likewise.
55321         * m4/jm-winsz2.m4: Likewise.
55322         * m4/lcmessage.m4: Likewise.
55323         * m4/ls-mntd-fs.m4: Likewise.
55324         * m4/malloc.m4: Likewise.
55325         * m4/memcmp.m4: Likewise.
55326         * m4/putenv.m4: Likewise.
55327         * m4/realloc.m4: Likewise.
55328         * m4/st_mtim.m4: Likewise.
55329         * m4/strftime.m4: Likewise.
55330
55331 1999-01-16  Jim Meyering  <meyering@ascend.com>
55332
55333         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
55334         (ARGMATCH_DIE_DECL): Define.
55335
55336 1999-01-12  Jim Meyering  <meyering@ascend.com>
55337
55338         * m4/Makefile.am.in: Rewrite to avoid using fmt.
55339         Reported by Lars Hecking.
55340
55341 1999-01-10  Jim Meyering  <meyering@ascend.com>
55342
55343         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
55344         gross kludge.
55345         * m4/inttypes_h.m4: Likewise.
55346         * m4/lstat.m4: Likewise.
55347         * m4/malloc.m4: Likewise.
55348         * m4/readdir.m4: Likewise.
55349         * m4/realloc.m4: Likewise.
55350         * m4/st_dm_mode.m4: Likewise.
55351         * m4/stat.m4: Likewise.
55352         * m4/utimbuf.m4: Likewise.
55353         * m4/utimes.m4: Likewise.
55354
55355         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
55356         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
55357         comments in config.h.in are meaningful.
55358
55359         * m4/jm-macros.m4: Require autoconf-2.13 here.
55360
55361         * m4/regex.m4: By default, don't use the included regex.c on systems
55362         with glibc 2.  Suggestion from Uli Drepper.
55363
55364 1999-01-02  Jim Meyering  <meyering@ascend.com>
55365
55366         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
55367
55368 1998-12-18  Jim Meyering  <meyering@ascend.com>
55369
55370         * m4/Makefile.am.in (Makefile.am): Simplify rule.
55371         Based on a suggestion from Lars Hecking.
55372
55373 1998-11-16  Paul Eggert  <eggert@twinsun.com>
55374
55375         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
55376
55377 1998-11-16  Jim Meyering  <meyering@ascend.com>
55378
55379         * m4/lfs.m4: Double-quote the `uname...` expression.
55380
55381 1998-11-14  Jim Meyering  <meyering@ascend.com>
55382
55383         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
55384         * m4/stat.m4: Likewise.
55385
55386 1998-11-03  Jim Meyering  <meyering@ascend.com>
55387
55388         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
55389         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
55390
55391 1998-10-18  Jim Meyering  <meyering@ascend.com>
55392
55393         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
55394
55395 1998-10-17  Jim Meyering  <meyering@ascend.com>
55396
55397         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
55398         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
55399         calls for those previously hard-coded headers.  Instead, take a new
55400         parameter.
55401         (jm_CHECK_DECLARATIONS): Reflect interface change.
55402         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
55403         (jm_CHECK_DECL_LOCALTIME_R): New macro.
55404
55405         * m4/mktime.m4: Test for spring-forward gap before long-running test.
55406
55407 1998-10-14  Jim Meyering  <meyering@ascend.com>
55408
55409         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
55410         instead of "TZ=America/Vancouver".  From Paul Eggert.
55411
55412 1998-10-11  Jim Meyering  <meyering@ascend.com>
55413
55414         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
55415         This adds a test for a recently added compatibility fix for mktime.c.
55416         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
55417
55418 1998-09-27  Jim Meyering  <meyering@ascend.com>
55419
55420         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
55421
55422         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
55423         ../configure.in, including a change from Gordon Matzigkeit to allow
55424         cross-compiling for the Hurd.
55425
55426         * m4/glibc.m4: New file/macro to test for the GNU C Library
55427         versions 1 and 2.  From Gordon Matzigkeit.
55428         Indent.
55429
55430 1998-09-21  Jim Meyering  <meyering@ascend.com>
55431
55432         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
55433
55434 1998-08-18  Paul Eggert  <eggert@twinsun.com>
55435
55436         Port nanosecond-resolution times to UnixWare 2.1.2 and
55437         pedantic Solaris 2.6.
55438
55439         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
55440         AC_STRUCT_ST_MTIM.
55441         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
55442         Generate name of ns member, instead of just 1 or undef.
55443         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
55444
55445 1998-08-15  Jim Meyering  <meyering@ascend.com>
55446
55447         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
55448         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
55449         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
55450         instead of jm_TYPE_SSIZE_T.
55451
55452 1998-08-12  Jim Meyering  <meyering@ascend.com>
55453
55454         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
55455
55456 1998-08-02  Jim Meyering  <meyering@ascend.com>
55457
55458         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
55459         in acconfig.h manually.
55460
55461 1998-07-31  Paul Eggert  <eggert@twinsun.com>
55462
55463         * m4/st_mtim.m4: New file.
55464
55465 1998-07-28  Jim Meyering  <meyering@ascend.com>
55466
55467         * m4/utimes.m4: Undef stat.
55468
55469 1998-07-25  Jim Meyering  <meyering@ascend.com>
55470
55471         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
55472         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
55473
55474 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
55475
55476         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
55477         uid and gid actually remain unchanged.
55478
55479 1998-07-07  Jim Meyering  <meyering@ascend.com>
55480
55481         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
55482
55483 1998-07-04  Jim Meyering  <meyering@ascend.com>
55484
55485         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
55486         to prove that this macro can be used in packages without regex.c.
55487
55488 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
55489
55490         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
55491         is to be used.
55492
55493 1998-07-03  Jim Meyering  <meyering@ascend.com>
55494
55495         * m4/gettext.m4: Add -lintl if it's found to be necessary.
55496
55497         * m4/gettext.m4: New file -- from gettext-0.10.35.
55498         * m4/lcmessage.m4: Likewise.
55499         * m4/progtest.m4: Likewise.
55500
55501         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
55502         * m4/jm-macros.m4: Require the new macro.
55503
55504 1998-06-29  Jim Meyering  <meyering@ascend.com>
55505
55506         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
55507         for the definition of NGROUPS (used in a system header included
55508         by sys/mount.h).
55509
55510 1998-06-28  Jim Meyering  <meyering@ascend.com>
55511
55512         * m4/ls-mntd-fs.m4: New file.
55513         * m4/fstypename.m4: New file.
55514
55515         * m4/jm-macros.m4: Require the new macro.
55516         * m4/jm-glibc-io.m4: New file.
55517
55518 1998-05-19  Jim Meyering  <meyering@ascend.com>
55519
55520         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
55521         * m4/lchown.m4: New file.
55522
55523         * m4/Makefile.am.in: New file.
55524         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
55525
55526 1998-05-14  Jim Meyering  <meyering@ascend.com>
55527
55528         * m4/Makefile.am (EXTRA_DIST): Add them.
55529         * m4/jm-macros.m4: New file.
55530         * m4/utimbuf.m4: New file.
55531
55532 1998-05-12  Jim Meyering  <meyering@ascend.com>
55533
55534         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
55535
55536 1998-05-11  Jim Meyering  <meyering@ascend.com>
55537
55538         * m4/isc-posix.m4: New file.
55539
55540 1998-05-10  Jim Meyering  <meyering@ascend.com>
55541
55542         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
55543
55544 1998-05-09  Jim Meyering  <meyering@ascend.com>
55545
55546         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
55547         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
55548         with automake.
55549
55550         * m4/ssize_t.m4: New file.
55551         * m4/mktime.m4: Remove file -- the new automake has this now.
55552
55553 1998-04-26  Jim Meyering  <meyering@ascend.com>
55554
55555         * m4/assert.m4: New file.
55556         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
55557
55558 1998-04-05  Jim Meyering  <meyering@ascend.com>
55559
55560         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
55561         (jm_PREREQ): Use it here.
55562
55563 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
55564
55565         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
55566         in acconfig.h.
55567
55568 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
55569
55570         * m4/prereq.m4: New file.
55571         * m4/error.m4: New file.
55572         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
55573
55574 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
55575
55576         * m4/getline.m4: Don't set am_cv_func_working_getline before the
55577         cache-check for the same variable -- that defeated the purpose of
55578         the test; the test program was never run.  This was a problem only
55579         on systems with losing getline functions -- HP-UX 10.20 is one.
55580         Reported by Bjorn Helgaas.
55581
55582 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
55583
55584         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
55585
55586 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
55587
55588         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
55589
55590         * m4/const.m4: New file.  Use an initializer in this declaration
55591         typedef int charset[2]; const charset x;
55592         Reported by Bob Glickstein.
55593
55594 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
55595
55596         * m4/chown.m4: Fix reversed types on -1 args to chown.
55597         From Kaveh Ghazi.
55598
55599 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
55600
55601         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
55602         Add lseek and memchr.
55603
55604         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
55605         T.E.Dickey <dickey@clark.net> said that some older preprocessors
55606         have a 20-character limit on names.
55607
55608 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
55609
55610         * m4/inttypes_h.m4: New file.
55611         * m4/uintmax_t.m4: New file.
55612         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
55613
55614
55615         -----
55616
55617         Local Variables:
55618         coding: utf-8
55619         End:
55620
55621         Copyright (C) 1997-2009 Free Software Foundation, Inc.
55622
55623         Copying and distribution of this file, with or without
55624         modification, are permitted provided the copyright notice
55625         and this notice are preserved.